@charset "utf-8";
/* CSS Document */
/*公用*/
html,body,ul,li,p,h1,h2,h3,h4,img,div,i,span,section{margin:0;padding:0;border:0;}
body{font-size:16px;font-family:"微软雅黑";max-width:1920px;margin:0 auto;}
img{border:none;}
li{list-style:none;}
a{color:#000;text-decoration:none;}

html, body { height:100%;}

/*清浮动*/
.clearfix:after{content:"";display:block;clear:both;}
.clearfix{zoom:1;}
.fl{float:left;}
.fr{float:right;}


