body,p,ul,li,ol,dl,dd,dt,h1,h2,h3,h4,h5,h6,input,form{
padding:0;
margin:0;
list-style:none;
}
body{
background:#fff;
font-family:"microsoft yahei";
font-size:14px;
color:#333;
}
a{
transition: 0.3s;
  -moz-transition: 0.3s;  /* Firefox 4 */
  -webkit-transition: 0.3s; /* Safari 閸�?Chrome */
  -o-transition: 0.3s;  /* Opera */
  text-decoration:none;
}
img{
  max-width:100%;
border:0;
vertical-align: middle;
}

*{
  -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}


/*鏂版坊鍔犵殑鏍峰紡*/
.fl{float:left;}
.fr{float:right;}
.fl2{left:0px;}
.fr2{right:0px;}
.clear{clear:both;}
.text-center{text-align:center;}
.container-fluid{width:100%;min-width:1125px;height:auto;overflow: hidden;}
.container{width:1125px;height:auto;margin:0px auto;height:auto;}