@charset "utf-8";
/*通用*/
*{
	box-sizing:border-box;
    margin: 0px;
    padding: 0px;
}
body {
    margin:0px;
    padding:0px;
    background-color:#fff;
    font-family:"Microsoft YaHei";
}
div,ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {
    margin:0px;
    padding:0px;
}
ul,li{
    border:none;
    list-style:none;
}
.lt  {float:left;}
.gt  {float:right;}
.clear  {clear:both;}
.over{overflow: hidden;}
.center{text-align: center;}
.auto{margin:0 auto;}
.hid{display: none;}
.container,.row{
    margin:0;
    padding:0;
}
a,a:hover,a:focus{
    text-decoration:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.hh-max{
    font-size:30px;
    color:#333;
    font-weight:500;
}
.hh1{
    font-size:20px;
    color:#333;
    font-weight:500;
}
.hh2{
    font-size:18px;
    color:#333;
    font-weight:500;
}
.hh3{
    font-size:16px;
    color:#333;
    font-weight:500;
}
.hh4{
    font-size:14px;
    color:#333;
    font-weight:500;
}
.bold{font-weight:bold;}
.transition{
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
