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

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

.index_banner img{
    display: none;
}

.section2 {
    overflow: hidden;
}

.section2_box {
    width: 16rem;
    margin: 1rem auto;
}

.section2_item {
    display: flex;
    margin-bottom: 1rem;
}

.section2_item>div {
    margin-right: .2rem;
}

.section2_item>div:last-child {
    margin: 0;
}

.section2_item_small {
    width: 4rem;
}

.section2_item_small .item_img {
    width: 4rem;
    height: 4rem;
}

.section2_item_big {
    width: 7.6rem;
}

.section2_item_big .item_img {
    width: 7.6rem;
    height: 7.6rem;
}

.item_img {
    margin-bottom: .2rem;
}

.section2_item_tit {
    font-size: 0.18rem;
    font-family: Arial, Arial;
    font-weight: bold;
    color: #333333;
    margin-bottom: .2rem;
}

.section2_item_txt {
    font-size: 0.14rem;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #333333;
    margin-bottom: .2rem;
}

.section2_item_more {
    width: 1.8rem;
    height: 0.4rem;
    background: #E80162;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.scetion3 {
    overflow: hidden;
}

.swiper-container {
    height: 7rem;
}

.swiper-container .swiper-slide {
    transition: all .3s;
}

.swiper-container .swiper-slide-active {
    width: 12rem !important;
    position: relative;
}

.swiper-container .swiper_text {
    position: absolute;
    left: 0.4rem;
    bottom: 1.4rem;
    display: none;
    width: 4.55rem;
    font-size: 0.3rem;
    font-family: Arial, Arial;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.48rem;
}

.swiper-container .swiper-slide-active .swiper_text {
    display: block;
}

.swiper-container .swiper-slide-prev,
.swiper-container .swiper-slide-next {
    width: 3.4rem !important;
}

.scetion4 {
    overflow: hidden;
}

.scetion4_box {
    width: 16rem;
    margin: 1rem auto;
}

.scetion4_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem
}

.scetion4_item:nth-child(2n) {
    flex-direction: row-reverse;
}

.scetion4_item_img {
    width: 8rem;
    height: 5.5rem;
}

.scetion4_item_text {
    width: 7.5rem;
}

.scetion4_item_tit {
    font-size: 0.3rem;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #333333;
    margin-bottom: .2rem;
    text-align: center;
}

.scetion4_item_tit_en {
    font-size: 0.2rem;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999;
    margin-bottom: .5rem;
    text-align: center;
}

.scetion4_item_txt {
    font-size: 0.18rem;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #666666;
    line-height: 0.32rem;
    margin-bottom: .48rem;
}

.scetion4_item_more {
    width: 1.8rem;
    height: 0.4rem;
    background: #E80162;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.scetion5 {
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem;
    --swiper-navigation-size: .2rem;
    --swiper-theme-color: #999999;
}

.swiper-button-next {
    right: 1.15rem !important;
}

.swiper-button-prev {
    left: 1.15rem !important;
}

.mySwiper {
    width: 16rem;
    height: 4.8rem;
    margin: 0 auto;
}

.mySwiper .swiper-slide {
    position: relative;
}

.mySwiper .swiper-slide .swiper_text {
    width: 2.96rem;
    text-align: center;
    position: absolute;
    font-size: 0.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.36rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.scetion6 {
    width: 100%;
    height: 6rem;
    display: flex;
}

.scetion6_left,
.scetion6_right {
    flex: 1;
}

.scetion6_left {
    position: relative;
}

.scetion6_text {
    position: absolute;
    top: 1.26rem;
    left: 1.6rem;
    width: 6.3rem;
}

.scetion6_tit {
    font-size: 0.6rem;
    font-family: Corbel, Corbel;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: .5rem;
}

.scetion6_txt {
    font-size: 0.2rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.4rem;
}



@media only screen and (max-width:1024px){
    .index_banner{
        height: 4rem;
        margin-top: 50px;
    }
    
    
    .index_banner video {
       display: none;
    }
    
    .index_banner img{
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .section2_box{
        width: 100%;
        margin: 0;
        padding: 15px;
        box-sizing: border-box;
    }
    .section2_item{
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .section2_item_small{
        width: 48%;
        margin-right: 4%!important;
        margin-bottom: 4%;
    }
    .section2_item_small .item_img{
        width: 100%;
        height: 3.3rem;
        display: flex;
    }
    .section2_item_small:nth-child(2){
        margin-right: 0!important;
    }
    .section2_item_big{
        width: 100%;
        margin-bottom: 15px!important;
    }
    .section2_item_big .item_img{
        width: 100%;
        height: 6.9rem;
    }
    .section2_item_tit{
        font-size: 14px;
    }
    .section2_item_txt{
        font-size: 12px;
    }
    .section2_item_more{
        font-size: 12px;
    }
    .section2_item:nth-child(2n) .section2_item_small:last-child{
        margin: 0!important;
        margin-left: 4%!important;
    }
    .swiper-container .swiper-slide{
        width: 100% !important;
    }
    .scetion4_box{
        width: 100%;
        margin: 0;
        padding: 15px;
        box-sizing: border-box;
    }
    .scetion4_item{
        margin-bottom: 15px;
        align-items: normal;
    }
    .scetion4_item_img,
    .scetion4_item_text{
        width: 48%;
        flex-shrink: 0;
    }
    .scetion4_item_tit{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .scetion4_item_tit_en,
    .scetion4_item_txt{
        font-size: 12px;
        margin-bottom: 5px;
    }
    .scetion4_item_more{
        font-size: 12px;
    }
    .mySwiper{
        width: 100%;
    }
    .scetion6{
        height: auto;
        flex-direction: column;
    }
    .scetion6_left, .scetion6_right{
        display: flex;
    }
    .scetion6_text{
        left: 50%;
        transform: translateX(-50%);
    }
    .scetion6_tit{
        font-size: 16px;
    }
    .scetion6_txt{
        font-size: 12px;
    }
    .swiper-container{
        height: 4rem;
    }
    /*.mySwiper  .swiper-slide img{*/
    /*    object-fit: contain;*/
    /*}*/
    .mySwiper .swiper-slide{
        transition: all .3s;
    }
    .mySwiper  .swiper-slide-active{
        width: 50%!important;
    }
    .mySwiper .swiper-slide-prev, .mySwiper .swiper-slide-next{
        width: 20%!important;
    }
    .scetion5 .swiper-button-next, 
    .scetion5 .swiper-button-prev{
        display: none!important;
    }
}