@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,p,dl,dd,ul,ol,pre,form,input,textarea,th,td,select{margin:0;padding:0;}
em{font-style:normal}
li{list-style:none}
a{text-decoration:none;color:#444444;}
img{border:none;vertical-align:top;}
table{border-collapse:collapse;}
textarea{ resize:none;overflow:auto;}
body {
    font-family: "yahei";
    font-size: 0.12rem;
    color: #666666;
    line-height: 1.8;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;

}
h1{
    font-size: 0.24rem;
}
h2{
    font-size: 0.16rem;
}
h3{
    font-size: 0.14rem;
}
h4{
    font-size: 0.11rem;
}
fz18{
    fz0.18rem;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.tc{
    text-align: center;
}
.colorB{
    color:#444;
}
.colorA{
    color: #999;
}
.colorR{
    color:#e50112;
}
/*布局化css*/



/*通用头部*/
header{
    position: relative;
    width: 100%;
    /* overflow: hidden; */
}
.header1{
    height: 0.45rem;
    position: relative;
    border-bottom: 0.01rem solid #f47b78;
    text-align: center;
}
.header1 .logo{

}
.header1 .logo img{
    width: 0.91rem;
    height: 0.25rem;
    line-height: 0.45rem;
    padding-top: 0.08rem;
}
.header1 .inconMeum{
    height: 0.45rem;
    width: 0.55rem;
    display: inline-block;
    position: absolute;
    right: 0;
}
.header1 .inconMeum img{
    width: 0.2rem;
    height: 0.13rem;
    position: absolute;
    right: 0.15rem;
    top:0.15rem;
}
.header1 img.iconClose{
  width:0.15rem;
  height: 0.15rem;
}
.header2{
    padding: 0.15rem 0;
    /* margin: 0 0.3rem; */
    position: absolute;
    width: 100%;
    z-index: 500;
    background: #fff;
}
.header2>a{
    padding: 0.1rem 0.3rem;
    border-bottom: 0.01rem solid #dddddd;
    display: block;
    font-size: 0.14rem;
    position: relative;
}
.header2 .active{
    color:#e8231d;
}
.header2 a img{
    width: 0.1rem;
    height: 0.05rem;
    padding-top: 0.08rem;
    padding-left: 0.1rem;
    position: absolute;
    top: 0.12rem;
    display: inline-block;
}
.header .dropDown img{
    padding-top: 0.8rem;
}
.header2 .bar2{
}
.header2 .bar2 a{
    text-indent:0.5rem;
    display: block;
    padding: 0.1rem;
    border-bottom: 0.01rem solid #dddddd;
    display: block;
    font-size: 0.14rem;
}
/*通用头部结束 */

/*通用尾部*/
footer{
    padding-bottom: 0.2rem;
    clear: both;
}
.footer1{
    text-align: center;
    padding: 0.2rem 0;
    border-top: 0.01rem solid #ddd;
}
.footer1 span{
    text-align: center;
    padding: 0 0.2rem;
    font-size: 0.1rem;
    width: 1rem;
    display: inline-block;
}
.footer1 span img{
    width: 0.8rem;
}
.footer1 span p{
    display: inline-block;
}
.footer2{
    padding: 0.1rem;
    border-top: 0.01rem solid #eeeeee;
    clear: both;
}
.footer2 p img{
    width: 0.2rem;
    margin-right: 0.04rem;
}
.footer2 .st{
  color: #444;
  padding-bottom: 0.05rem;
}

.footer2  .st a {
    padding-right: 0.1rem;
}
/*通用尾部结束*/

h4.lastPage {
    text-align: center;
    padding: 0.18rem;
    border-top: 1px dashed #eeeeee;
    margin: 0 0.15rem;
}

.main h2 {
    font-weight: 600;
}

/*客服链接*/
#live800icon{
	right: 15px;
    bottom: 20px;
    position: fixed;
    z-index: 2000000000;
}