.mySwiper.swiper {
    position: relative;
    width: 100%;
    height: 50rem;
}

.mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: url(../img/bannerBg.jpg) no-repeat;
    background-size: 100% 100%;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mySwiper .swiper-slide img {
    display: inline;
    margin: 0;
    max-width: 48rem;
    object-fit: cover;
}
.swiper-pagination-bullet{
    width: 30px;
    height: 4px;
    background: rgba(255,255,255);
    border-radius: 5px;
}
.swiper-pagination-bullet-active{
    background: #fff;
}
.swiper-slide>.row{
    max-width: 100%;
    width: 118rem;
    margin: 0 auto;
}
.newsSwiper {
    overflow-x: hidden;
    position: relative;
    width: 100%;
    height: 43rem;
}
.newsSwiper .swiper-wrapper{
    height: 40rem;
}
.newsSwiper .swiper-pagination-bullets, .newsSwiper .swiper-pagination-custom, .newsSwiper .swiper-pagination-fraction{
    bottom: 0;
}
.swiper-pagination-news .swiper-pagination-bullet{
    background: rgba(59,124,255,0.4);
}
.swiper-pagination-news .swiper-pagination-bullet-active{
    background: #3B7CFF;
}
.sticky{
    width: 10rem ;
    height: 6rem ;
    margin-right: 1rem !important;
}
.banner-details{
    padding: 25px 0 40px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2.4rem;
}
.banner-details1{
    padding: 2.5rem 0 2.5rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2.4rem;
}
.banner-details1 div + div{
    margin-top: 1.5rem;
}
.btn-list a + a{
    margin-left: 2rem;
}

.framework-image{
    width: 81rem;
    max-width: 100%;
}
.block-content .logo{
    width: 17.8rem;
    height: 6rem;
}
.plat-intro{
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}
.intro-wrap{
    flex: 1;
    padding: 0 3rem 0 3rem;
}

.padding-l-70{
    padding-left: 7rem;
}

.img1{
    width: 76rem;
    max-width: 100%;
}
.img2{
    width: 72.8rem;
    max-width: 100%;
}
.card1{
    padding: 5rem 2.4rem;
}
.card1 img{
    display: block;
    width: 6.4rem;
    height: 6.4rem;
    margin: 0 auto;
}
.card1 h5{
    margin: 2rem 0;
}

.card2,.card3{
    padding: 0;
}
.card2 img,.card3 img{
    display: block;
    width: 38rem;
    max-width: 100%;
}
.card2 h5{
    margin: 2rem 0 1.5rem;
    padding: 0 2rem;
}
.card2 p{
    padding: 0 2rem 2.6rem;
}
.card3{
    height: 40rem;
}
.card3 h5{
    margin: 2rem 0 1rem;
    padding: 0 2rem;
}
.card3 p{
    padding: 0 2rem 0;
}
.block1>h2{
    padding-bottom: 3.6rem;
}

.detail1{
    padding: 0 2rem 4rem;
}
.partner-logo{
    width: 100%;
}

.hover-status:hover{
    box-shadow: 0px 0.4rem 1rem 0.2rem rgba(191,216,250,0.8);
}
.newsSwiper a h5{
    color: #343A40;
}
.newsSwiper a:hover h5{
    color: #3B7CFF;
}
.step {
    padding: 0;
    position: relative;
}
.step:not(:last-child)::after{
    position: absolute;
    top: 2.4rem;
    right: -2.9rem;
    content: '•••••';
    width: 5.8rem;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #3B7CFF;
    letter-spacing: 7px;
}
.step img{
    display: block;
    width: 7.3rem;
    height: 7.3rem;
    margin: 0 auto 19px;
}
.step p{
    padding: 1rem 3rem;
}
.step .intro{
    padding: 0 0 0 5.5rem;
}
.step .intro li + li{
    margin-top: 1rem;
}


/* 中等屏幕（小于等于 1200px） */
@media (max-width: 1179px) { 
    .img1,.img2{
        width: 50rem;
    }
    .intro-wrap{
        padding: 3rem;
    }
    .framework-image{
        width: 60rem;
    }
    
}

/* 移动端（平板，小于等于 991px） */
@media (max-width: 991px) { 
    .mySwiper .swiper-slide{
        background: url(../img/mobile_banner_bg_index.jpg) no-repeat;
        background-size: 100% 100%;
    }
    .mySwiper .swiper-slide img {
        width: 30rem;
        height: auto;
        /* margin: 0 auto; */
    }
    .mySwiper .swiper-slide .img-wrap{
        text-align: center;
        padding-top: 1.9rem;
    }
    .mySwiper .swiper-slide h1{
        padding-top: 5rem;
        font-size: 2.4rem;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 3.3rem;
    }
    .mySwiper .swiper-slide .sticky{
        width: 5rem;
        height: auto;
        margin-top: 5rem;
        margin-right: 1rem !important;
    }
   
    .mySwiper .swiper-slide{
        align-items: flex-start;
    }
    .mySwiper .banner-details{
        padding: 1.5rem 0 2rem;
        font-size: 1.4rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 2.2rem;
    }
    .banner-details1{
         padding: 1.5rem 0 2rem;
        font-size: 1.4rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 2.2rem;
    }
    .banner-details1 div+div {
        margin-top: 1rem;
    }
    .divider{
        width: 0.1rem;
        height: 1.2rem;
        background: #fff;
        margin: 0.4rem 0.6rem;
    }
    .framework-image{
        margin: 0 auto;
        width: 100%;
    }
    .padding-l-70{
        padding-left: 2.5rem;
    }
    .card1.flex1, .card2.flex1, .step.flex1{
        flex: auto;
    }
    .step {
        width: 100%;
    }
    .step + .step {
        margin-top: 5rem;
    }
    .step:not(:last-child)::after{
        display: none;
    }
    .card{
        flex: auto;
    }
    .card2 img{
        margin: 0 auto;
        
    }
    
}

/* 移动端（平板，小于等于 767px） */
@media (max-width: 767px) { 
    .img1, .img2 {
        width: 100%;
    }
    
}

/* 移动端（小于等于 410px） */
@media (max-width: 410px) { 
     .mySwiper .swiper-slide .sticky{
        width: 5rem;
        height: auto;
        margin-top: 2rem;
    }
    .mySwiper .swiper-slide .sticky + h1{
        padding-top: 2rem;
    }
}