@charset "utf-8";
.box{width:1200px;text-align:left;margin:0 auto;padding:0;font-size:12px;}
.fr{float:right}
.fl{float:left}
.tr{text-align:right}
.tl{text-align:left}
.te{text-align:center}
ul{list-style:none;}
body, div, a ,dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td ,table {margin:0;padding:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
	font-family:Microsoft YaHei,Verdana, Arial,Helvetica, sans-serif;}
h1,h2,h3,h4,h5{font-weight:normal;}
body{background:#fff;color:#666;overflow-x:hidden;padding-top:90px}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance:none;}
:focus{outline:0;} 
input , textarea ,select{outline:none}

/*清除浮动*/
.clear{clear:both;height:0px;font-size:0px;line-height:0px;overflow:hidden;}
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
img{border:0 none;vertical-align:middle;}
a{text-decoration:none;color:#333;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;}
a:hover{color:#0886ea}