@charset "utf-8";
/* CSS Document */
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{font:12px"Microsoft YaHei";}
a{color:#2d374b;text-decoration:none}
em{font-style:normal}
li{list-style:none}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
    font-size:100%;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style:normal;
    font-weight:normal;
}
a {
    color:#555;
    text-decoration:none;
    cursor:pointer;
}
a:hover {
    text-decoration:none;
}
img {
    border:none;
}
ol,ul,li {
    list-style:none;
}
input, textarea, select, button {
    font:14px "微软雅黑",Verdana, Arial, Helvetica, sans-serif ,"宋体","黑体";
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
.clearfix:after {
    content: "."; display: block; height:0; clear:both; visibility: hidden;
}
.clearfix {
    *zoom:1;
}
.clear {
    clear: both;
}
.clear:after{
    height:0;
}
.fr{float:right}
.fl{float:left;}