*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}
.swiper{
    width: 100%;
}
.swiper-slide img{
    width: 100%;
    display: block;
}
.Box{
    width: 100%;
}
.Box .PC{
    display: block !important;
}
.Box .MO{
    display: none !important;
}
.banner{
    width: 100%;
    position: relative;
}
.bannerimg{
    width: 100%;
    display: block;
}
.banner .logo{
    width: 1.5rem;
    position: absolute;
    left: 0.2rem;
    top: 0.2rem;
}
.innerBox{
    position: relative;
}
.innerBox .innerbg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
}
.xdBox{
    width: 70%;
    margin: 0 auto;
    z-index: 99;
}
.xdBox ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.xdBox ul li{
    position: relative;
}
.xdBox ul li img{
    width: 2.36rem;
    display: block;
    cursor: pointer;
    transition: all 0.5s;
    opacity: 0;
}
.xdBox ul .xianshi{
    opacity: 1;
}
.xdBox ul .hid{
    left: 0;
    top: 0;
    position: absolute;
}
.hdjsBox{
    width: 85%;
    margin: 0 auto;
}
.hdjsBox img{
    width: 100%;
    display: block;
}
.hdjsBox .phdjs{
    margin-top: 1.2rem;
}
.firstOneBox{
    width: 85%;
    margin: 0 auto;
}
.firstOneBox .cscxBox{
    margin-top: 1.45rem;
}
.firstOneBox .cscxBox img{
    width: 100%;
    display: block;
}
.firstOneBot{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 1.2rem;
}
.firstOneBot .swipertop{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.firstOneBot .swipertop .title img{
    height: 0.84rem;
}
.firstOneBot .swipertop .miji{
    width: 96%;
}
.firstOneBot .swipertop .miji img{
    width: 100%;
    display: block;
}
.firstOneBot .swipertop .ckan{
    font-size: 0.18rem;
    line-height: .4rem;
    border: 1px solid #fff;
    color: #fff;
    border-radius: .2rem;
    padding: 0 0.2rem;
    margin: 0.28rem;
    cursor: pointer;
}
.firstOneBot .swipertop .ckan:hover{
    color: #fff;
    background: rgb(255,99,42);
    border: 1px solid rgb(255,99,42);
}
.firstOneBot>div{
    width: 50%;
}
.lunbo{
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.lunbo .but{
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 124%;
    left: -12%;
    top: 25%;
}
.lunbo .but img{
    cursor: pointer;
}
.lunbo .but span{
    cursor: pointer;
    color: #fff;
}
.lunbo .but span:hover{
    color: rgb(255,99,42);
}
.lunbo .swiper-slide .ckan{
    font-size: 0.18rem;
    line-height: .4rem;
    border: 1px solid #fff;
    color: #fff;
    border-radius: .2rem;
    padding: 0 0.2rem;
    margin: 0.28rem;
    cursor: pointer;
    text-align: center;
}
.lunbo .swiper-slide .ckan:hover{
    color: #fff;
    background: rgb(255,99,42);
    border: 1px solid rgb(255,99,42);
}
.footer{
    margin-top: 1.4rem;
    font-size: 0.18rem;
    color: #fff;
    text-align: center;
    background: #d1111a;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0.45rem;
}
.mask{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    display: none;
    overflow: auto;
}
.mask .close{
    width: 0.3rem;
    position: fixed;
    right: 4rem;
    top: 0.4rem;
    cursor: pointer;
}
.mask div .Boxclose{
    right: 6.8rem;
}
.mask>div div{
    /* height: 100vh; */
    width: 100%;
    display: none;
}
.mask>div div img{
    display: block;
    width: 60%;
    height: auto;
    margin: 0 auto;
}
.mask>div div .auto{
    width: auto;
    height: 100vh;
}
.ckan1{
    cursor: pointer;
}
@media screen and (max-width: 750px){
    .mask>div div{
        align-items: center;
    }
    .mask div .Boxclose{
        right: 0.2rem;
    }
    .mask>div div .auto{
        width: 95%;
        max-height: 96vh;
    }
    .mask .close{
        width: 0.5rem;
        right: 0.2rem;
        top: 1.2rem;
    }
    .firstOneBot .swipertop .ckan{
        line-height: .6rem;
        border-radius: 0.3rem;
        padding: 0 0.3rem;
    }
    .lunbo .swiper-slide .ckan{
        width: 3rem;
        line-height: 0.6rem;
        border-radius: 0.3rem;
        padding: 0;
        margin: 0.28rem auto;
    }
    .mask>div div img{
        width: 95%;
    }
    .mask>div div .MO{
        width: 95%;
        max-height:96%;
        /* margin-top: 2rem; */
    }
    .chuqin{
        margin-top: 1.4rem;
    }
    .lunbo .swiper{
        width: 85%;
    }
    .firstOneBot>div{
        width: 100%;
    }
    .firstOneBot{
        flex-direction: column;
    }
    .firstOneBox .cscxBox{
        margin-top: 2.6rem;
    }
    .firstOneBox{
        width: 90%;
    }
    .hdjsBox{
        width: 90%;
    }
    .Box .PC{
        display: none !important;
    }
    .Box .MO{
        display: block !important;
    }
}