@charset "utf-8";

/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td ,font{
    padding:0;
    font:normal 14px "微软雅黑";
    margin:0;
}
div{margin:0 auto;}

table {

    border-collapse:collapse;
    border-spacing:0;
}
/*fieldset,img {
    border:0;
}*/
address,caption,cite,code,dfn,em,th,var {
    font-weight:normal;
    font-style:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-weight:normal;
    font-size:100%;
}

abbr,acronym { border:0;
}
/*a { text-decoration:none; color:#333333;}
*/a:hover{ text-decoration:underline;}
clear:{clear:both; float:none; height:0px; overflow:hidden; font-size:0; line-height:0;}/*//完美兼容清除浮动*/
.clear{ clear:both;}


.hide{ display:none;}