@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0}
h1,h2,h3,h4,h5,h6{font-weight:400;}
body{font-size:14px;font-family: 微软雅黑;}
img{border:none;}
li{list-style:none}
input,select,textarea{outline:none;border:none;background: none;}
textarea{resize:none;}
a{text-decoration:none;color:#656565;}
a:link {text-decoration: none!important;}
a:visited {text-decoration: none!important;}
a:hover {text-decoration: none!important;} 
a:active {text-decoration: none!important;} 
.left{float:left;}
.right{float:right;}
.hide{display: none;}
.show{display: block;}
.clear{clear: both;}
em{font-style:normal;}
/*清浮动*/
.clearfix:after{content:"";display:block;height:0;visibility:hidden;clear:both;}
.clearfix{zoom:1;}