*{
    padding: 0;
    margin: 0;
    font-size: 10px;
}
.box{
    position: relative;
}
.gojac{
    position: absolute;
    width: 2.4rem;
    height: 0.8rem;
    background: transparent;
    left: 0.6rem;
    top: 0.5rem;
}
.announcement{
    position: fixed;
    right: 0.4rem;
    top: 2.8rem;
    z-index: 99999;
}
.announcement img{
    width: 2rem;
}
.PC{
    display: block !important;
}
.mobel{
    display: none !important;
}
.box{
    width: 100%;
}
.box .header{
    width: 100%;
}
.box .header img{
    width: 100%;
    display: block;
}
.main{
    width: 100%;
    position: relative;
}
.inner-bg{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 106%;
}
.main .inner-bg:first-child{
    height: 200%;
}
.lb1{
    width: 63%;
    margin: 0 auto;
    padding-top: 0.8rem;
    display: none;
}
.tit1{
    width: 58.64%;
    display: block;
    margin: 0 auto;
}
.lb1 .swiper-slide{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.6rem;
    position: relative;
}
.lb1 .leftimg{
    position: absolute;
    width: 4rem;
    left: 3.52rem;
    top: 1.8rem;
    box-shadow: 0px 0px #fff ,4px 4px #a12f2b;
    z-index: 9999;
}

.lb1 .swiper-slide img{
    width: 4rem;
    box-shadow: 0px 0px #fff ,4px 4px #a12f2b;
    opacity: 0;
}
.lb1 .lb-right{
    padding-left: 0.7rem;
    color: #fff;
}
.lb1 .lb-right h4{
    font-size: 0.3rem;
    margin-top: 0.35rem;
}
.lb1 .lb-right p{
    font-size: 0.21rem;
    line-height: 0.36rem;
    margin-top: 0.4rem;
}
.lb1 .lb-right a{
    display: block;
    width: 2.6rem;
    line-height: 0.56rem;
    text-align: center;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 0.28rem;
    margin-top: 0.7rem;
    font-size: 0.22rem;
    text-decoration: none;
}
.lb1 .btnbox{
    width: 16%;
    position: absolute;
    z-index: 999;
    right: 0;
    bottom: 0.38rem;
}
.lb1 .btnbox div{
    display: block;
    width: 0.6rem;
    height: 0.6rem;
}
.lb1 .btnbox .swiper-button-next{
    background: url(../img/rightBtn.png)no-repeat;
    background-size: 100% 100%;
}
.lb1 .btnbox .swiper-button-prev{
    background: url(../img/leftBtn.png)no-repeat;
    background-size: 100% 100%;
}
.lb1 .btnbox .swiper-button-next::after,
.lb1 .btnbox .swiper-button-prev::after{
    content: '';
}
.lb2{
    width: 95%;
    margin: 0 auto;
    position: relative;
}
.lb2 .leftimg{
    position: absolute;
    /* width: 5.2rem; */
    width: 0;
    left: 2.04rem;
    top: 1.38rem;
    box-shadow: 0px 0px #fff ,4px 4px #a12f2b;
    z-index: 9999;
}
.tit2{
    width: 40%;
    display: block;
    margin: 0 auto;
    padding-top: 1rem;
}
.lb2 .swiper-slide .wid{
    width: 77.8%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 0.9rem;
    text-decoration: none;
}
.lb2 .swiper-slide img{
    width: 5.2rem;
    box-shadow: 0px 0px #fff ,4px 4px #a12f2b;
    /* opacity: 0; */
}
.lb2-right{
    margin-left: 0.6rem;
    color: #fff;
}
.lb2-right h4{
    font-size: 0.3rem;
    margin-top: 0.18rem;
}
.lb2-right p{
    font-size: 0.21rem;
    line-height: 0.36rem;
    margin-top: 0.44rem;
    position: relative;
}
.lb2 .swiper-button-next::after,
.lb2 .swiper-button-prev::after{
    content: '';
}
.lb2 .swiper-button-next{
    background: url(../img/right.png)no-repeat;
    background-size: cover  ;
    height: 1.34rem;
    width: 0.7rem;
}
.lb2 .swiper-button-prev{
    background: url(../img/left.png)no-repeat;
    background-size:cover  ;
    height: 1.34rem;
    width: 0.7rem;
}
.links{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    left: 0;
    top: 0;
}
@media screen and (max-width: 750px){
    .gojac{
        left: 0.4rem;
    }
    .PC{
        display: none !important;
    }
    .mobel{
        display: block !important;
    }
    .lb1{
        width: 90%;
        padding-top: 0.8rem;
    }
    .lb1 .swiper-slide{
        flex-direction: column;
        align-items: center;
    }
    .lb1 .lb-right{
        padding-left: 0rem;
    }
    .lb1 .btnbox{
        width: 28%;
        bottom: 0.2rem;
    }
    .tit1{
        width: 84.4%;
    }
    .tit2{
        width: 80%;
    }
    .lb2 .swiper-slide .wid{
        width: 90%;
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
        justify-content:center;
    }
    .lb2-left{
        text-align: center;
    }
    .lb2 .swiper-slide img{
        width: 90%;
        margin-top: 0.74rem;
    }
    .lb2-right{
        margin-left: 0.3rem;
    }
    .lb2 .btnbox{
        width: 30%;
        position: absolute;
        right: 0.2rem;
        bottom: 0.4rem;
        z-index: 999;
    }
    .lb2 .swiper2{
        padding-bottom: 1rem;
    }
    .lb2 .swiper-button-next{
        background: url(../img/rightBtn.png)no-repeat;
        background-size: 100% 100%;
        height: 0.74rem;
        width: 0.74rem;
    }
    .lb2 .swiper-button-prev{
        background: url(../img/leftBtn.png)no-repeat;
        background-size: 100% 100%;
        height: 0.74rem;
        width: 0.74rem;
    }
    .lb1 .leftimg{
        left: 0;
        right: 0;
        margin: auto;
    }
    .lb2 .leftimg{
        /* width: 80%; */
        width: 0;
        left: 0;
        right: 0;
        margin: auto;
        top: 0.74rem;
    }
    .announcement{
        top: 5rem;
        right: 0.1rem;
    }
}