@charset "utf-8";
/* CSS Document */
* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; margin: 0; padding: 0; }
body { margin: 0 auto;background: #fff; overflow-x: hidden; font-family: "Microsoft Yahei" }
html { width: 100%; overflow-x: hidden; }
a { text-decoration: none; border: none;    color: black;}
a:focus, a:hover { text-decoration: none;  color: none;}
ul, li { list-style: none; margin: 0; padding: 0; float:left;}
table { border-collapse: collapse; border-spacing: 0; }
img { border: none; vertical-align: middle; }
input { margin: 0; padding: 0; border: none; outline: none; -webkit-appearance: none;}
button { outline: none; appearance: none; -webkit-appearance: none; }
i { font-style: normal; }
p { margin: 0; }
h1, h2, h3, h4 { margin: 0; font-weight: normal; }
.clear { clear: both; }
.over { overflow: hidden; }
.fl { float: left; }
.fr { float: right; }
.ablock { display: block; }
.clearfix:after{
content:"";
display:block;
height:0;
visibility:hidden;
clear:both;
line-height:0;	
}