*{
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
a{
    color: inherit;
    text-decoration: none;
}
em {
    font-style: normal;
}
.wrap{
    width: 100%;
}
ul{
    font-size: 0;
}
input {
    border: none;
    outline: none;
    -webkit-appearance: none;
    /* 清除默认的表单样式 */
}
.clearfix:before,.clearfix:after{content:'.';display:block;overflow:hidden;visibility:hidden;font-size:0;line-height:0;width:0;height:0}
.clearfix:after{clear:both}
.clearfix{zoom:1}
.header{
    width: 100%;
    height: 1.88rem;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000;
    /*border-bottom: 0.02rem solid #E6E6E6;*/
    box-shadow: 0rem 0.1rem 0.1rem 0 rgba(0,0,0,0.1);
}
.header .logo{
    display: block;
    float: left;
    height: 1.13rem;
    margin: 0.36rem 0 0.36rem 0.51rem;
}
.header-menu{
    float: right;
    width: 2rem;
    height: 1.88rem;
}
.header-menu img{
    display: block;
    width: 0.98rem;
    margin: 0.49rem auto;
}


.header2{
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.88rem;
    border-bottom: 0.02rem solid rgba(255,255,255,0.6);
}
.header2.on{
    display: none;
}
.index-header{
    display: none;
}
.index-header.active{
    display: block;
}
.header2 .logo{
    display: block;
    float: left;
    height: 1.13rem;
    margin: 0.36rem 0 0.36rem 0.51rem;
}
.header-menu{
    float: right;
    width: 2rem;
    height: 1.88rem;
}
.header-menu img{
    display: block;
    width: 0.98rem;
    margin: 0.49rem auto;
}


.banner{
    width: 100%;
    height: 8.53rem;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: 1.88rem;
}
.banner-span1{
    display: inline-block;
    font-size: 1.02rem;
    text-align: center;
    width: 100%;
    margin-top: 2.2rem;
    font-weight: bold;
}
.banner .fgx{
    width: 1.71rem;
    height: 0.13rem;
    background-color: #fff;
    margin: 0.84rem auto 0;
}
.banner-span2{
    display: inline-block;
    font-size: 0.51rem;
    text-align: center;
    width: 100%;
    margin-top: 0.84rem;
}


/*白底标题*/
.title1{
    width: 90%;
    margin: 2.13rem auto 0;
    text-align: center;
}
.title1 h2{
    font-size: .768rem;
    color: #434A54;
    margin: 0 auto;
    max-height: 100%;
}
.title1 p{
    font-size: 0.512rem;
    line-height: 0.77rem;
    color: #82939E;
    display: block;
    width: 14rem;
    margin: 1rem auto 0;
    max-height: 100%;
}

/*白字标题*/
.title2{
    width: 90%;
    height: auto;
    margin: 2.13rem auto 0;
    text-align: center;
}
.title2 h2{
    font-size: 0.77rem;
    color: #fff;
    line-height: 1.02rem;
    font-weight: bold;
    max-height: 100%;
}
.title2 p{
    font-size: 0.51rem;
    line-height: 0.77rem;
    color: #fff;
    display: block;
    width: 14rem;
    margin: 1rem auto 0;
    max-height: 100%;
}
