@charset "utf-8";
.svgPath{display: block}
.banner_box{position: relative;}
.banner{ overflow: hidden; }
.banner .a{ display: block; position: relative; z-index: 1; overflow: hidden; }
.banner .imgBox{ overflow: hidden; width: 100%;}
.banner .imgBox .img{ padding-bottom: 100vh; transition: 0s;  }
.banner .imgBox img, .banner .imgBox video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.5s}
/*.banner .a:after{position: absolute;content: '';left: 0;right: 0;bottom:0;height: 28.54%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0) 100%);}*/
.banner.on .swiper-slide-active .a .imgBox, .banner.on .swiper-slide-duplicate-active .a .imgBox, .banner.on .swiper-slide-prev .a .imgBox{ animation: sca 7s linear 0s normal both;}
@keyframes sca {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.banner .swiDots{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    bottom: .3rem;
}
.banner .swiDots span{
    display: block;
    width: .12rem;
    height: .12rem;
    margin: 0 .15rem;
    background: #FFFFFF no-repeat 50%/100%;
    opacity: 1;
}
.banner .swiDots span.active{
    width: .33rem;
    height: .27rem;
    opacity: 1;
    background-color: transparent;
    background-image: url("../images/dots-1.png");
    border-radius: 0;
}

.title001 h2{
    display: flex;
    align-items: baseline;
    font-size: .48rem;
    line-height: 1;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}
.title001 h2 span{
    display: block;
    font-size: .66rem;
    line-height: 1;
    background: url("../images/tit-1.png") no-repeat right top/cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title001 h2 i{
    display: block;
    font-size: .66rem;
    line-height: 1;
    margin-left: .1rem;
}
.title001 .more a{
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: 1;
    color: #82308e;
}
.title001 .more a img{
    display: block;
    width: .5rem;
    margin-right: .09rem;
}

.list_box1 li{
    width: 28%;
    align-self: flex-start;
    position: relative;
    transition: width .5s;
}
.list_box1 li a{
    display: block;
    position: relative;
    z-index: 2;
    transition: all .5s;
}
.list_box1 li .img{
    height: 2.69rem;
}
.list_box1 li time{
    position: absolute;
    top: 0;
    left: 0;
    width: .85rem;
    height: .76rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: 'IBMPlexSans',sans-serif;
    background: linear-gradient( 125deg, rgb(119,118,255) 0%, rgb(113,51,177) 97%);
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.list_box1 li time span{
    display: block;
    font-size: .36rem;
    line-height: 1;
}
.list_box1 li time em{
    display: block;
    font-size: .16rem;
    line-height: 1;
    margin-top: .05rem;
}
.list_box1 li .imgBox{
    position: relative;
}
.list_box1 h4{
    display: flex;
    position: relative;
}
.list_box1 h4 span{
    display: block;
    font-size: .18rem;
    color: #5a2c90;
    line-height: .26rem;
    font-family: 'IBMPlexSans',sans-serif;
    position: relative;
    z-index: 2;
}
.list_box1 h4:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 1.93rem;
    height: .1rem;
    background: linear-gradient(90deg,#5a2c90 0%, rgba(90, 44, 144, 0) 100%);
    opacity: .35;
}
.list_box1 h3{
    font-size: .22rem;
    line-height: .34rem;
    color: #111111;
    -webkit-line-clamp: 3;
    height: 1.02rem;
    margin-top: .2rem;
    transition: all .5s;
}
.list_box1 li .text{
    margin-top: .18rem;
    transition: all .5s;
}
.list_box1 li:before{
    position: absolute;
    content: '';
    left: .2rem;
    top: .2rem;
    right: 0;
    bottom: 0;
    background: rgba(90, 44, 144, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.list_box1 li:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: .2rem;
    bottom: .2rem;
    background: #7133b1 url("../images/s1-img-2.png") no-repeat bottom right/contain;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.list_box1{
    margin-top: .38rem;
}
.list1w .item a{
    display: block;
    position: relative;
}
.list1w .item time{
    display: block;
    position: relative;
    font-size: .18rem;
    line-height: .24rem;
    color: #82308e;
    font-family: 'IBMPlexSans',sans-serif;
    font-weight: 600;
}
.list1w .item time:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 1.93rem;
    height: .1rem;
    background: linear-gradient(90deg, #5a2c90 0%, rgba(90, 44, 144, 0) 100%);
    opacity: .35;
}
.list1w .item h3{
    font-size: .22rem;
    line-height: .32rem;
    color: #000000;
    -webkit-line-clamp: 3;
    height:.96rem;
    margin-top: .26rem;
    transition: all .5s;
}
.list1w .item .text{
    padding: .26rem .32rem .47rem;
    position: relative;
    z-index: 2;
}
.list1w .item a:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s2-img-1.png") no-repeat 50%/100% 100%;
    transition: all .5s;
}
.list1w .item a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s2-img-2.png") no-repeat 50%/100% 100%;
    filter: drop-shadow(0 0 .1rem rgba(130, 48, 142, 0.3));
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.list1w .item .dots{
    display: flex;
    padding: 0 .6rem;
    margin-top: .52rem;
}
.list1w .item .dots span:before{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: .12rem;
    height: .12rem;
    background: rgba(130, 48, 142, 100);
    border-radius: 50vw;
    transform: translate(-50%, -50%);
}
.list1w .item .dots span{
    display: block;
    width: .24rem;
    height: .24rem;
    position: relative;
    border-radius: 50vw;
    background: rgba(130, 48, 142, 0.15);
}
.list1w .item:hover a:after{
    opacity: 1;
    visibility: visible;
}
.list1w .item:hover a:before{
    opacity: 0;
    visibility: hidden;
}
.list1w .item:hover h3{
    color: #82308e;
}
.list1wBox{
    padding: .18rem .18rem 0;
    margin: 0 -.18rem;
}
.list1w .icoBox{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    pointer-events: none;
    position: relative;
    margin-top: -.75rem;
}
.list1w .icoBox i{
    flex: 1;
    height: 1px;
    background: #82308e;
    margin-top: .63rem;
    position: relative;
}
.list1w .icoBox i:before{
    position: absolute;
    content: '';
    top: 50%;
    width: .05rem;
    height: .05rem;
    background:#82308e;
    border-radius: 50vw;
    transform: translateY(-50%);
}
.list1w .icoBox i:first-child:before{
    left: 0;
}
.list1w .icoBox i:last-child:before{
    right: 0;
}
.list1w .icoBox .ico{
    margin: 0 .1rem;
    width: 1.35rem;
    flex-shrink: 0;
    padding: 0 .26rem .28rem;
    background: url("../images/s2-img-6.png") no-repeat bottom center/100% auto;
}
.list1w .icoBox .ico img{
    display: block;
    width: .83rem;
}
.list1w .btnBox{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .26rem;
    gap: 0 .37rem;
}
.list1w .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    height: .67rem;
    position: relative;
    font-size: .16rem;
    line-height: 1;
    color: #7133b1;
    gap: 0 .05rem;
    text-transform: uppercase;
    font-family: 'OPPOSans', sans-serif;
    cursor: pointer;
    transition: all .5s;
}
.list1w .btn i{
    display: block;
    width: .42rem;
    height: .31rem;
    background: no-repeat 50%/100%;
    transition: all .5s;
    position: relative;
    z-index: 2;
}
.list1w .btn:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    aspect-ratio: 1/1;
    border: .01rem dashed #7133b1;
    border-radius: 50vw;
    opacity: .21;
}
.list1w .prev i{
    background-image: url("../images/prev-1.png");
}
.list1w .prev:before{
    right: .06rem;
}
.list1w .prev{
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.list1w .next i{
    background-image: url("../images/next-1.png");
}
.list1w .next:before{
    left: .06rem;
}
.list1w{
    margin-top: .54rem;
}
.index-s2 .bg-2{
    position: absolute;
    right: 0;
    width: 24.58vw;
    height: 28.23vw;
    background: url("../images/s2-img-7.png") no-repeat bottom center/100% auto;
    bottom: -1.28rem;
    pointer-events: none;
}
.index-s2{
    position: relative;
    z-index: 2;
    margin-top: -.16rem;
}

.index-s3 .item a{
    display: block;
    position: relative;
    z-index: 2;
}
.index-s3 .item1{
    width: 47.1875%;
}

.index-s3 .item1 time{
    position: absolute;
    top: 0;
    left: 0;
    width: .85rem;
    height: .76rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: 'IBMPlexSans',sans-serif;
    background: linear-gradient( 125deg, rgb(119,118,255) 0%, rgb(113,51,177) 97%);
    z-index: 4;
}
.index-s3 .item1 time span{
    display: block;
    font-size: .36rem;
    line-height: 1;
}
.index-s3 .item1 time em{
    display: block;
    font-size: .16rem;
    line-height: 1;
    margin-top: .05rem;
}
.index-s3 .item1 .pic{
    padding-top: 4.41rem;
}
.index-s3 .item1 h3{
    font-size: .24rem;
    line-height: .32rem;
    color: #FFFFFF;
    height: .64rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .29rem;
    padding: 0 .35rem;
    z-index: 2;
}
.index-s3 .item1 a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 52.38%;
    background: linear-gradient(180deg, rgba(113, 51, 177, 0) 0%,#7133b1 100%);
}
.index-s3 .item2{
    width: 23.875%;
}
.index-s3 .item2 a{
    display: block;
    position: relative;
    padding-bottom: .23rem;
}
.index-s3 .item2 time{
    display: block;
    font-size: .18rem;
    line-height: .54rem;
    color: #5a2c90;
    font-family: 'IBMPlexSans', sans-serif;
    text-align: center;
}
.index-s3 .item2 .pic{
    padding-top: 2.3rem;
}
.index-s3 .item2 h3{
    font-size: .22rem;
    line-height: .34rem;
    color: #111111;
    height: .68rem;
    margin-top: .22rem;
    transition: all .5s;
}
.index-s3 .item2 a:before,
.index-s3 .item2 a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: .01rem;
    background: #c8c8c8;
}
.index-s3 .item2 a:before{
    top: 0;
}
.index-s3 .item2 a:after{
    bottom: 0;
}
.index-s3 .item2 a:hover h3{
    color: #5a2c90;
}
.index-s3 .items{
    margin-top: .96rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.index-s3{
    margin-top: .9rem;
    position: relative;
    z-index: 2;
}
.homea{
    padding: .88rem 0 2.87rem;
    background: url("../images/homea.png") no-repeat top center/cover;
}
.list2w li a{
    display: block;
    position: relative;
}
.list2w li .pic{
    padding-top: 5.24rem;
}
.list2w li h3{
    font-size: .22rem;
    line-height: .3rem;
    color: #FFFFFF;
    font-weight: 500;
    max-height: .6rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .22rem;
    padding: 0 .2rem;
    z-index: 3;
}
.list2w li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 35%;
    background: linear-gradient(180deg, rgba(90, 44, 143, 0) 0%,#5a2c8f 100%);
}
.list2w li:nth-child(2n) a:after{
    background: linear-gradient(180deg, rgba(128, 63, 197, 0) 0%,#803fc5 100%);
}
.list2w{
    margin-top: .69rem;
}
.index-s4 .title001 h2{
    color: #FFFFFF;
    text-transform: none;
}
.index-s4 .title001 .more a{
    color: #FFFFFF;
}
.index-s4 .bg-4{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height:33.75vw;
    background: url("../images/index-s4.png") no-repeat top center/100% auto;
    pointer-events: none;
}
.index-s4{
    margin-top: -1.45rem;
    padding-top: 1.73rem;
    position: relative;
    z-index: 2;
}
.index-s5 .images{
    position: relative;
}
.index-s5 .images .img_hezi{
    padding-top: 2.19rem;
}
.index-s5 .text{
    position: absolute;
    top: 50%;
    right: 1.58rem;
    transform: translateY(-50%);
    z-index: 5;
}
.index-s5 .text a{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    height: 1.16rem;
    padding: 0 .58rem;
    font-size: .54rem;
    color: #FFFFFF;
    font-family: 'OPPOSans', sans-serif;
    background: rgba(255, 255, 255, 0.12);
}
.index-s5 .text a img{
    display: block;
    width: .64rem;
    margin-right: .19rem;
}
.index-s5 .text .line{
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    pointer-events: none;
}
.index-s5 .text .line:before{position:absolute;content: '';width: .06rem;height: .06rem;background: #FFFFFF;border-radius: 50%}
.index-s5 .text .line1{left: 0;right: 0;top: 0;height: 1px;}
.index-s5 .text .line1:before{left: -.025rem;top: 50%;transform: translateY(-50%)}
.index-s5 .text .line2{top: 0;right: 0;bottom: 0;width: 1px;}
.index-s5 .text .line2:before{top: -.025rem;left: 50%;transform: translateX(-50%)}
.index-s5 .text .line3{left: 0;right: 0;bottom: 0;height: 1px;}
.index-s5 .text .line3:before{right: -.025rem;top: 50%;transform: translateY(-50%)}
.index-s5 .text .line4{top: 0;left: 0;bottom: 0;width: 1px;}
.index-s5 .text .line4:before{bottom: -.025rem;left: 50%;transform: translateX(-50%)}
.index-s5{
    margin-top: .81rem;
}
.index-s6 .images a{
    position: relative;
}
.index-s6 .images .pic{
    padding-top: 6.16rem;
}
.index-s6 .images .play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.index-s6 .images .play img{
    display: block;
    width: .82rem;
}
.index-s6 .images h3{
    font-size: .32rem;
    line-height: .4rem;
    color: #FFFFFF;
    font-family: 'OPPOSans', sans-serif;
    padding: 0 .2rem;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .4rem;
    z-index: 3;
}
.index-s6 .images a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 35.71%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%,#000 100%);
    opacity: .7;
}
.index-s6 .images{
    margin-top: .64rem;
}
.index-s6{
    margin-top: .65rem;
}
.list_box2 li{
    width: 25%;
}
.list_box2 li a{
    display: block;
}
.list_box2 li .icon{
    width: 1.68rem;
    aspect-ratio: 1/1;
    position: relative;
    margin: 0 auto;
    border-radius: 50%;
    background: url("../images/s7-img-1.png") no-repeat 50%/100%;
    opacity: .5;
    transition: all .5s;
}
.list_box2 li .icon img{
    max-width: .65rem;
    max-height: .74rem;
}
.list_box2 li h3{
    font-size: .24rem;
    line-height: .3rem;
    color: #000000;
    text-align: center;
    margin-top: .22rem;
    transition: all .5s;
}
.list_box2 li:hover .icon{
    opacity: 1;
}
.list_box2 li:hover h3{
    color: #7133b1;
}
.list_box2{
    margin-top: .89rem;
}
.index-s7{
   padding: .72rem 0 .85rem;
}
.homeb:before{
    position: absolute;
    content: '';
    top: 1.45rem;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../images/homeb.png") no-repeat bottom center/100% auto;
    pointer-events: none;
    z-index: -1;
}
.homeb{
    position: relative;
}
@media (min-width: 1025px) {
    .list_box1 li:nth-child(1){
        margin-top: .59rem;
    }
    .list_box1 li:nth-child(2){
        margin-top: 1.13rem;
    }
    .list_box1 li .img{
        transition: all .5s;
    }
    .list_box1 li.active{
        width: 38.75%;
        padding-bottom: .2rem;
    }
    .list_box1 li.active a{
        margin-right: .2rem;
        padding: .24rem .21rem .24rem .23rem;
    }
    .list_box1 li.active .img{
        height: 3.34rem;
    }
    .list_box1 li.active time{
        opacity: 1;
        visibility: visible;
    }
    .list_box1 li.active h4{
        display: none;
    }
    .list_box1 li.active h3{
        font-size: .24rem;
        line-height: .36rem;
        height: 1.08rem;
        color: #FFFFFF;
        margin-top: 0;
    }
    .list_box1 li.active .text{
        margin-top: .28rem;
    }
    .list_box1 li.active:before,
    .list_box1 li.active:after{
        opacity: 1;
        visibility: visible;
    }
    .list_box1{
        height: 6.51rem;
    }

    .list1w .swiper-slide-next + li .item a:before,
    .list1w .swiper-slide-next + li + li .item a:before{
        background-image: url("../images/s2-img-3.png");
    }
    .list1w .swiper-slide-next + li .item a:after,
    .list1w .swiper-slide-next + li + li .item a:after{
        background-image: url("../images/s2-img-4.png");
    }
    .list1w .swiper-slide-next + li .item .dots,
    .list1w .swiper-slide-next + li + li .item .dots{
        justify-content: flex-end;
    }
    .list1w li.swiper-slide-prev .item{
        opacity: 0;
        visibility: hidden;
    }
    .list1w li.swiper-slide-next + li + li + li .item{
        opacity: 0;
        visibility: hidden;
    }
    .list1w li .item{
        transition: all .5s;
    }
    .list2w li{
        width: 25%;
    }
}

@media (max-width: 1199px) {
    .banner .imgBox .img{
        padding-bottom: 50vw;
    }
}
@media (max-width: 1025px) {
    .banner .swiDots span{
        width: .1rem;
        height: .1rem;
        margin: 0 .08rem;
    }
    .banner .swiDots span.active{
        width: .28rem;
        height: .21rem;
    }
    .banner .swiDots{
        bottom: .15rem;
    }
    .title001 h2{
        font-size: .28rem;
    }
    .title001 h2 span,
    .title001 h2 i{
        font-size: .4rem;
    }
    .title001 .more a img{
        width: .4rem;
        margin-right:.05rem;
    }
    .list_box1 li .img{
        height: 18vw;
    }
    .list_box1 h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .9rem;
        margin-top: .1rem;
    }
    .list_box1 li .text{
        margin-top: .1rem;
    }
    .list_box1 li{
        width: 32%;
    }
    .list_box1 {
        margin-top: 0.2rem;
    }
    .list1w .item h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .9rem;
        margin-top: .15rem;
    }
    .list1w .item .text {
        padding: .2rem .2rem 0.3rem;
    }
    .list1w .item .dots{
        margin-top: .2rem;
        padding: 0 .85rem;
    }
    .list1w .swiper-slide-next .item a:before{
        background-image: url("../images/s2-img-3.png");
    }
    .list1w .swiper-slide-next .item a:after{
        background-image: url("../images/s2-img-4.png");
    }
    .list1w .swiper-slide-next .item .dots{
        justify-content: flex-end;
    }
    .list1w .icoBox .ico{
        width: 0.8rem;
        padding: 0 .1rem .1rem;
    }
    .list1w .icoBox .ico img{
        width: 100%;
    }
    .list1w .icoBox i{
        margin-top: .3rem;
    }
    .list1w .icoBox{
        margin-top: -.43rem;
    }
    .list1w .btnBox{
        margin-top: 0.1rem;
        gap: 0 0.2rem;
    }
    .list1w {
        margin-top: 0.1rem;
    }
    .index-s2 .bg-2{
        bottom: 0;
    }
    .index-s2{
        margin-top: .4rem;
    }
    .index-s3 .item1{
        width: 100%;
        order: 0;
    }
    .index-s3 .item1 .pic{
        padding-top: 58.41%;
    }
    .index-s3 .item1 h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
        padding: 0 .2rem;
        bottom: .15rem;
    }
    .index-s3 .item1 time span{
        font-size: .32rem;
    }
    .index-s3 .item2{
        width: 49%;
        order: 1;
    }
    .index-s3 .item2 time{
        font-size: .2rem;
    }
    .index-s3 .item2 .pic{
        padding-top: 60.2%;
    }
    .index-s3 .item2 h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
        margin-top: .15rem;
    }
    .index-s3 .item2 a{
        padding-bottom: .15rem;
    }
    .index-s3 .items{
        margin-top: .2rem;
        gap: .2rem 2%;
    }
    .index-s3{
        margin-top: .4rem;
    }
    .homea{
        padding: .5rem 0 1rem;
    }
    .list2w li .pic{
        padding-top: 131%;
    }
    .list2w li h3{
        padding: 0 .2rem;
        bottom: .15rem;
        font-size: .2rem;
        line-height: .3rem;
        max-height: .6rem;
    }
    .list2w {
        margin-top: 0.2rem;
    }
    .index-s4 {
        margin-top: -0.5rem;
        padding-top: 0.9rem;
    }
    .index-s5 .text a{
        font-size: .32rem;
        height: 0.8rem;
        padding: 0 0.3rem;
    }
    .index-s5 .text a img{
        width: 0.5rem;
        margin-right: .1rem;
    }
    .index-s5 .text{
        right: .4rem;
    }
    .index-s5 {
        margin-top: 0.5rem;
    }
    .index-s6 .images .pic{
        padding-top: 38.5%;
    }
    .index-s6 .images .play img{
        width: .5rem;
    }
    .index-s6 .images h3{
        font-size: .24rem;
        line-height: .3rem;
        bottom: .2rem;
        padding: 0 .2rem;
    }
    .index-s6 .images {
        margin-top: 0.2rem;
    }
    .index-s6 {
        margin-top: 0.5rem;
    }
    .list_box2 li .icon{
        width: 1.2rem;
    }
    .list_box2 li .icon img{
        max-width: 35%;
        max-height: 35%;
    }
    .list_box2 li h3{
        font-size: .22rem;
        line-height: .3rem;
        margin-top: .1rem;
    }
    .list_box2 {
        margin-top: 0.2rem;
    }
    .index-s7{
        padding: .5rem 0;
    }
}
@media (max-width: 769px) {
    .list_box1 li{
        width: 100%;
    }
    .list_box1 li .img {
        height: 57vw;
    }
    .list_box1 ul{
        gap: .2rem 0;
    }
    .list1w .item .dots{
        padding: 0 .65rem;
    }
}
@media (max-width: 481px) {
    .index-s3 .item2{
        width: 100%;
    }
    .index-s5 .text a{
        font-size: .22rem;
        height: .6rem;
        padding: 0 .2rem;
    }
    .index-s5 .text a img{
        width: .35rem;
    }
    .index-s5 .text{
        right: .2rem;
    }
    .index-s5 .images .img_hezi{
        padding-top: 26vw;
    }
    .index-s6 .images .pic{
        padding-top: 52vw;
    }
    .list_box2 li{
        width: 50%;
    }
    .list_box2 ul{
        gap: .2rem 0;
    }
}