.index_banner {
    width: 100%;
    height: 8rem;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper1 .swiper-button-prev,
.swiper1 .swiper-button-next {
    width: .53rem;
    height: .53rem;
    border: .01rem solid #979799;
    border-radius: 50%;
    top: auto;
    bottom: 2.61rem;
}

.swiper1 .swiper-button-prev::after,
.swiper1 .swiper-button-next::after {
    color: #FFFFFF;
    font-size: .16rem;
}

.swiper1 .swiper-button-prev {
    left: 3.64rem;
}

.swiper1 .swiper-button-next {
    right: auto;
    left: 4.42rem;
}

.swiper1_text {
    position: absolute;
    width: 8.18rem;
    left: 3.6rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.swiper1_tit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.78rem;
    color: #FFFFFF;
    line-height: 1rem;
    margin-bottom: .2rem;
}

.swiper1_txt {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
    opacity: .4;
}

.swiper1 video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section{
    width: 100%;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
}

.section2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.section2_item{
    width: 50%;
    height: 3.8rem;
    display: flex;
    position: relative;
}

.section2_item a {
    width: 100%;
    height: 100%;
}

.section2_item p{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #124C8E;
    line-height: 0.3rem;
    position: absolute;
    left: 50%;
    top: .6rem;
    transform: translateX(-50%);
}

.section3{
    height: 7.6rem;
    background-image: url(../images/index/section3-back.png);
}

.section3_box{
    width: 11.24rem;
    margin: .63rem auto .86rem;
}

.section3_tit{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.4rem;
    color: #FFFFFF;
    margin-bottom: .06rem;
}

.section3_titen{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    opacity: .3;
    margin-bottom: .6rem;
}

.section3_title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.swiper2{
    width: 100%;
    padding: 0 1rem!important;
    box-sizing: border-box;
    margin-bottom: .56rem;
}

.swiper2 img{
    width: .44rem!important;
    height: .44rem!important;
    margin-bottom: .2rem
}

.swiper2 .swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer;
    opacity: .5;
}

.swiper2 .swiper-slide-active{
    opacity: 1;
}

.swiper2 .swiper-slide::after{
    content: '';
    width: .01rem;
    height: .67rem;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
}
.swiper2 .swiper-slide:last-child::after{
    display: none;
}

.swiper2 .swiper-slide p{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
}

.swiper3{
    width: 100%;
    height: 3.23rem;
}

.swiper3 .swiper-slide{
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.88);
    box-shadow: 0rem 0.02rem 0.8rem 0.01rem rgba(0,0,0,0.05);
    border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper3_img{
    width: 2.93rem!important;
    display: flex;
    margin-right: 1.07rem;
}
.swiper3_text{
    width: 5.59rem;
}

.swiper3_tit{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.22rem;
    color: #124C8E;
    margin-bottom: .2rem;
}

.swiper3_txt{
    /*height: .84rem;*/
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.26rem;
    margin-bottom: .29rem;
}

.swiper3_more{
    width: 1.61rem;
    height: 0.41rem;
    background: #034187;
    border-radius: 0.21rem 0.21rem 0.21rem 0.21rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
}

.swiper3 .swiper-button-next, 
.swiper3 .swiper-button-prev{
    width: 0.41rem;
    height: 0.41rem;
    /*border: 0.01rem solid #FFFFFF;*/
    border-radius: 50%;
    background: rgba(52,52,52,.5);
    /*top: auto;*/
    /*bottom: .33rem;*/
}

/*.swiper3 .swiper-button-next{*/
/*    right: .42rem;*/
/*}*/

/*.swiper3 .swiper-button-prev{*/
/*    left: auto;*/
/*    right: 1.01rem;*/
/*}*/

.swiper3 .swiper-button-next:after, 
.swiper3 .swiper-button-prev:after{
    font-size: .12rem;
    color: #FFFFFF;
}

.swiper4{
    width: 100%;
    height: 7.6rem;
}
.swiper4_content{
    width: 5.15rem;
    height: 1.72rem;
    background: rgba(3, 65, 135, .5);
    border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
    position: absolute;
    right: 3.6rem;
    bottom: .71rem;
    z-index: 100;
}

.swiper4_content p{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #FFFFFF;
    padding: .26rem .41rem 0;
}

.swiper4 .swiper-pagination{
    display: flex;
    bottom: .54rem!important;
    width: fit-content;
    padding-left: .41rem;
}

.swiper4 .swiper-pagination span{
    width: 0.41rem;
    height: 0rem;
    border: 0.02rem solid #FFFFFF;
    opacity: 0.5;
    transition: all .3s;
    border-radius: 0!important;
}

.swiper4 .swiper-pagination-bullet-active {
    width: 0.6rem!important;
    height: 0rem;
    border: 0.02rem solid #FFFFFF;
    opacity: 1!important;
}

.swiper4 .swiper-button-next, 
.swiper4 .swiper-button-prev{
    width: 0.41rem;
    height: 0.41rem;
    border: 0.01rem solid #FFFFFF;
    border-radius: 50%;
    top: auto;
    bottom: .33rem;
}

.swiper4 .swiper-button-next{
    right: .42rem;
}

.swiper4 .swiper-button-prev{
    left: auto;
    right: 1.01rem;
}

.swiper4 .swiper-button-next:after, 
.swiper4 .swiper-button-prev:after{
    font-size: .12rem;
    color: #FFFFFF;
}

.section5_box{
    width: 12rem;
    margin: .88rem auto 1.15rem;
}

.section5_title{
    margin-bottom: .57rem;
}

.section5_tit{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.4rem;
    color: #000000;
    margin-bottom: .06rem;
    text-align: center;
}

.section5_titen{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
    text-align: center;
}

.swiper5 img{
    width: auto!important;
    height: auto!important;
    max-width: 100%;
}

.swiper5  .swiper-wrapper{
    align-items: center;
    transition-timing-function: linear;
}
.swiper5 .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-proimg,
.appLogo{
    display: none;
}

@media only screen and (max-width:1024px){
    .index_banner{
        height: 3rem;
        margin-top: 50px;
    }
    .swiper1_text{
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .swiper1_tit{
        font-size: 18px;
    }
    .swiper1_txt{
        font-size: 16px;
    }
    .swiper1 .swiper-button-prev{
        left: 70%;
        bottom: 15px;
    }
    .swiper1 .swiper-button-next{
        left: 80%;
        bottom: 15px;
    }
    .section2_item p{
        font-size: 14px;
        width: 80%;
        text-align: center;
    }
    .section3_box{
        width: 100%;
    }
    .swiper2{
        padding: 0 15px!important;
    }
    .swiper2 .swiper-slide p{
        font-size: 12px;
        text-align: center;
    }
    .swiper3{
        padding: 0 15px!important;
        box-sizing: border-box;
    }
    .swiper3_img{
        width: 100px!important;
        margin-right: 20px;
    }
    .swiper3_text{
        width: 50%;
    }
    .swiper3_tit{
        font-size: 14px;
    }
    .swiper3_txt{
        font-size: 12px;
    }
    .swiper3_more{
        font-size: 12px;
    }
    .swiper-button-next, .swiper-button-prev{
        margin: 0;
    }
    .swiper4{
        height: 3rem;
    }
    .swiper4_content{
        bottom: auto;
        right: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .section5_box{
        width: 100%;
        margin: 15px 0;
    }
    
    
    /*小程序 样式*/
    
    /*body{*/
    /*    background: #F5F7F9;*/
    /*}*/
    
    .index_banner{
        width: 100%;
        height: 7.5rem;
        margin-top: 0;
        position: relative;
    }
    
    .appLogo{
        width: 1.7rem;
        height: .58rem;
        display: flex;
        position: absolute;
        /*top: 1.04rem;*/
        top: .5rem;
        left: .32rem;
        z-index: 100;
    }
    .appLogo img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .section3,
    .section4,
    .section5{
        display: none;
    }
    
    .section2{
        width: 100%;
        padding: .32rem;
        padding-top: .72rem;
        padding-bottom: 1.1rem;
        box-sizing: border-box;
    }
    .section2_item{
        width: 100%;
        height: 1.5rem;
        background: #FFFFFF;
        box-shadow: 0rem 0rem 0.24rem 0.02rem rgba(8,117,248,0.15);
        border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
        margin-bottom: .32rem;
        overflow: hidden;
    }
    
    .section2_item a{
        display: flex;
        align-items: center;
        /*padding: 0 .28rem;*/
        padding-right: .28rem;
        box-sizing: border-box;
        position: relative;
    }
    
    .section2_item .scale-img{
        display: none;
    }
    
    .mobile-proimg{
        display: block;
        /*width: .82rem;*/
        /*height: .82rem;*/
        width: 3rem;
        height: 130%;
        object-fit: cover;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    
    .mobile-promore{
        width: .3rem;
        height: .3rem;
    }
    
    .section2_item p{
        position: static;
        transform: translateX(0);
        margin-left: 3.5rem;
    }

    .swiper1_tit,
    .swiper1_txt{
        text-align: right;
        opacity: 1;
        line-height: 2;
    }
    .swiper1_tit{
        font-size: 28px;
        line-height: 1.5;
    }
}