.header{
    width: 10.8rem;
    height: 1.4rem;
    background-color: #B80F10;
    box-sizing: border-box;
    padding: .31rem .64rem;
}
.header .icon1{
    float: left;
    width: .88rem;
    margin-right: .64rem;
}
.header .map{
    color: #fff;
    float: left;
    font-size: .36rem;
    line-height: .78rem;
}
.header .search{
    float: right;
    width: .88rem;
    height: .88rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    padding: .21rem;
}
.header .search .icon2{
    width: .46rem;

}

.s1{
    width: 10.8rem;
    height: 3.6rem;
    background: url("../images/s1-bg.jpg") no-repeat left center / 10.8rem 3.6rem;
}

.s13{
    width: 10.8rem;
    height: 3.54rem;
    background-color: #B80F10;
    box-sizing: border-box;
    padding: .4rem 2.34rem;
}
.s13 img{
    width: 2.72rem;
    height: 2.72rem;
}
.s13 .img2{
    margin: 0 0 0 .68rem;
}
.s13 .right{
    width: 2.72rem;
    height: 2.72rem;
    border-radius: .1rem;
    background-color: #9B0D0D;
    box-sizing: border-box;
    padding: .62rem .72rem;
    font-size: .55rem;
    line-height: .72rem;
    color: #fff;
}

.s14{
    height: 1.5rem;
    line-height: .48rem;
    /* line-height: 1.26rem; */
    text-align: center;
    background-color: #FFFFEC;
    color: #B80F10;
    font-size: .36rem;
    position: relative;
}
.s14 img{
    width: .4rem;
}
.s14 a{
    color: #B80F10;
    font-size: .36rem;
}
.s14 #imgConac{
    width: 1.4rem;
    position: absolute;
    top: 0.06rem;
    left: 8.6rem;
}

.xl{
    display: none;
    width: 10.8rem;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    background-color: #fff;
}
.xl .top{
    background-color: #fff;
    width: 10.8rem;
    box-sizing: border-box;
    padding: .3rem .64rem;
    height: 1.7rem;
    position: absolute;
    top: 0;
    left: 0;
}
.xl .top .left{
    height: 1.1rem;
}
.xl .top .left img{
    height: 100%;
}
.xl .top .right{
    height: .8rem;
    margin-top: .15rem;
}
.xl .btm{
    width: 100%;
    height: 100%;
    background-color: #B80F10;
    box-sizing: border-box;
    padding-top: 2rem;
    overflow: auto;
}
.xl .btm .item{
    display: block;
    line-height: 1.2rem;
    font-size: .36rem;
    color: #fff;
    border-bottom: 1px solid #d24d54;
}
.xl .btm .wjt{
    box-sizing: border-box;
    padding: 0 .64rem;
}
.xl .btm .item .name{
    box-sizing: border-box;
    padding: 0 .64rem;
    background: url(../images/xl-xxb.png) no-repeat 9.76rem center / .4rem .4rem;
    /* border-bottom: 1px solid #d24d54; */
}
.xl .btm .item .name.active{
    background: url(../images/xl-xsb.png) no-repeat 9.76rem center / .4rem .4rem;
}
.xl .btm .item .list{
    display: none;
    background-color: #9A020A;
}
.xl .btm .item .list.active{
    display: block;
    transition: all .5s;
}
.xl .btm .item .list a{
    display: block;
    box-sizing: border-box;
    padding: 0 .64rem;
    line-height: 1rem;
    font-size: .36rem;
    color: #fff;
    border-bottom: 1px solid #d24d54;
}
.xl .btm .item .list a:last-child{
    border-bottom: none;
}