@charset "utf-8";
.banner{ overflow: hidden; }
.banner .a{ display: block; position: relative; z-index: 1; overflow: hidden; }
.banner .imgBox{ overflow: hidden; width: 100%; transform: scale(1);}
.banner .imgBox .img{ padding-bottom: 100vh; transition: 0s; transform: scale(1) !important; }
.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 .txt{position: absolute;left: 0;right:0;bottom: .55rem;z-index: 6;max-width: 14.8rem;margin: 0 auto;}
.banner .a .txt h3{font-size: .32rem;line-height: .38rem;color: #fff;height: .79rem;max-width: 62%}
.banner .imgBox:after{content: "";position: absolute;right: 0;bottom: 0;left: 0;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);z-index: 1;height: 35%;}
.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{
    left: 0;
    right: 0;
    text-align: right;
    max-width: 15rem;
    margin: 0 auto;
    bottom: .61rem;
    font-size: 0;
}
.banner .swiDots span{
    width: .1rem;
    height: .1rem;
    margin: 0 .2rem;
    background: #fff no-repeat 50%/100% auto;
    opacity: .5;
    vertical-align: middle;
    position: relative;
}
.banner .swiDots span + span:before{
    position: absolute;
    content: '';
    top: 50%;
    width: .4rem;
    right: 100%;
    border-top: 1px dashed rgba(255, 255, 255, 0.5);
}
.banner .swiDots span.active{
    width: .21rem;
    height: .2rem;
    background-image: url("../images/dots-1.png");
    background-color: transparent;
    opacity: 1;
}

.title001{
    position: relative;
    z-index: 2;
}
.title001 h2 span{
    display: inline-flex;
    color: #8c7551;
}
.title001 h2{
    font-size: .42rem;
    line-height: 1;
    color: #212121;
}
.title001 .tit:after{
    position: absolute;
    content: '';
    left: -.05rem;
    bottom: 0;
    width: 3.15rem;
    height: .25rem;
    background: url("../images/tit-1.png") no-repeat 50%/100% auto;
}
.title001 .tit{
    position: relative;
    padding-bottom: .36rem;
}
.title001 .more a img{
    display: block;
    height: .32rem;
}
.title001 .more a{
    display: block;
}
.title001 .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


.index_s1 .left{
    width: 60.14%;
    margin-top: .31rem;
}

.index_s1 .time_ul .li h3{
    padding: 0 .25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .46rem;
    line-height: 1;
    color: #753727;
    font-family: 'HarmonyOS_Sans_Bold',sans-serif;
}
.index_s1 .time_ul .li h4{
    font-size: .16rem;
    line-height: 1;
    color: #000000;
    text-align: center;
    margin-top: .14rem;
}
.index_s1 .time_ul .li i{
    position: absolute;
    left: 0;
    right: 0;
    border-top: .01rem dashed #c3b8a6;
}
.index_s1 .time_ul .li i:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .09rem;
    height: .12rem;
    background: url("../images/s1-img-1.png") no-repeat 50%/100% 100%;
    transform: translateY(-50%);
}
.index_s1 .time_ul .li i:after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: .09rem;
    height: .12rem;
    background: url("../images/s1-img-2.png") no-repeat 50%/100% 100%;
    transform: translateY(-50%);
}
.index_s1 .time_ul .li i.i1{
    top: 0;
}
.index_s1 .time_ul .li i.i2{
    bottom: 0;
}
.index_s1 .time_ul .li{
    width: 46.74%;
    padding: .21rem 0 ;
    position: relative;
}
.index_s1 .time_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_s1 .tips p{
    font-size: .18rem;
    line-height: .24rem;
    color: #212121;
}
.index_s1 .tips{
    margin-top: .42rem;
}
.index_s1 .right{
    width: 33.24%;
}
.list_box1 ul{
    display: flex;
    justify-content: space-between;
}
.list_box1 li{
    width: 47.56%;
    position: relative;
}
.list_box1 li a{
    position: relative;
    z-index: 2;
    height: 2.1rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 1px dashed #8c7551;
}
.list_box1 li .icon{
    width: .77rem;
    height: .73rem;
    position: relative;
}
.list_box1 li .icon .img-2{
    opacity: 0;
}
.list_box1 li h3{
    font-size: .18rem;
    line-height: .26rem;
    color: #000000;
    text-align: center;
    margin-top: .18rem;
    transition: .5s;
}
.list_box1 li .line{
    position: absolute;
    background: #8c7551;
    transition: .5s;
}
.list_box1 li .line1{
    left: 0;
    top: 0;
    width: .3rem;
    height: .05rem;
    transition: width .5s, height .8s .3s;
}
.list_box1 li .line2{
    left: 0;
    top: 0;
    width: .05rem;
    height: .3rem;
    transition: height .5s, width .8s .3s;
}
.list_box1 li .line3{
    right: 0;
    bottom: 0;
    width: .3rem;
    height: .05rem;
    transition: width .5s, height .8s .3s;
}
.list_box1 li .line4{
    right: 0;
    bottom: 0;
    width: .05rem;
    height: .3rem;
    transition: height .5s, width .8s .3s;
}
.list_box1 li:hover .line1,
.list_box1 li:hover .line2,
.list_box1 li:hover .line3,
.list_box1 li:hover .line4{
    width: 100%;
    height: 100%;
}
.list_box1 li:hover .icon .img-2{
    opacity: 1;
}
.list_box1 li:hover .icon .img-1{
    opacity: 0;
}
.list_box1 li:hover h3{
    color: #fff;
}
.index_s1 .content{
    margin-top: -.03rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s2 .left{
    width: 38.52%;
}
.list_box2 li a{
    display: block;
    padding: .28rem 0 .18rem;
}
.list_box2 li time{
    display: flex;
    align-items: baseline;
    font-size: .14rem;
    line-height: 1;
    color: #212121;
    transition: .5s;
}
.list_box2 li time span{
    display: block;
    font-size: .2rem;
    margin-right: .05rem;
}
.list_box2 li h3{
    margin-top: .12rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #212121;
    transition: .5s;
}
.list_box2 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #c7c7c7;
}
.list_box2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: .02rem;
    background: #753727;
    transition: .5s;
}
.list_box2 li{
    position: relative;
}
.list_box2 li:hover time{
    color: #8c7551;
}
.list_box2 li:hover h3{
    color: #753727;
    font-family: 'HarmonyOS_Sans_Bold',sans-serif;
}
.list_box2 li:hover:after{
    width: 100%;
}
.list_box2{
    margin-top: .13rem;
}
.index_s2 .right{
    width: 55.74%;
    position: relative;
    margin-top: .58rem;
}
.list1w a{
    display: block;
    position: relative;
    background: #000;
}
.list1w li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%;
    background: linear-gradient(180deg, transparent 0, #000 100%);
}
.list1w li .pic{
    padding-top: 75.26%;
}
.list1w li time{
    display: flex;
    align-items: baseline;
    font-size: .14rem;
    line-height: 1;
    color: #fff;
}
.list1w li time span{
    display: block;
    font-size: .2rem;
    line-height: 1;
    margin-right: .05rem;
}
.list1w li h3{
    font-size: .24rem;
    line-height: .4rem;
    color: #fff;
    height: .8rem;
    margin-top: .11rem;
}
.list1w li .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .48rem;
    padding: 0 .7rem 0 .88rem;
    z-index: 3;
}
.list1w .list1wBox{
    padding-left: .65rem;
}
.list1w .swiDots{
    font-size: 0;
    width: auto;
    left: -.6rem;
    bottom: 1.79rem;
}
.list1w .swiDots span{
    display: block;
    width: .1rem;
    height: .1rem;
    margin: 0 auto;
    background: #fff no-repeat 50%/100%;
    opacity: .5;
    position: relative;
}
.list1w .swiDots span + span:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 100%;
    border-left: 1px dashed #fff;
    opacity: .5;
    height: .4rem;
}
.list1w .swiDots span + span{
    margin-top: .4rem;
}
.list1w .swiDots span.active{
    opacity: 1;
    width: .2rem;
    height: .2rem;
    background-image: url("../images/dots-1.png");
    background-color: transparent;
}
.list1w{
    position: relative;
    z-index: 3;
}
.index_s2 .bg{
    position: absolute;
    bottom: .27rem;
    right: .53rem;
    left: calc((100vw - 14.8rem) / -2);
    height: 6.18rem;
    background: url("../images/s2-img-2.png") no-repeat 50%/100% 100%;
}
.index_s2 .wp{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.index_s2{
    margin-top: 1.3rem;
}
.index_s3 .li .a{
    display: block;
}
.index_s3 .li .a .img-box{
    width: 4.49rem;
    height: 3.3rem;
}
.index_s3 .li .a .img-box img{
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.index_s3 .li .a time{
    display: block;
    font-size: .3rem;
    line-height: 1;
    color: #753727;
    margin-bottom: .16rem;
}
.index_s3 .li .a h4{
    font-size: .16rem;
    line-height: .24rem;
    color: #222222;
}
.index_s3 .content{
    margin-top: .29rem;
}
.index_s3 .bg-1{
    position: absolute;
    left: 0;
    top: -2.13rem;
    height: 11.08rem;
    width: 10.23rem;
    background: url("../images/s3-img-10.png") no-repeat 50%/100% 100%;
}
.index_s3 .bg-2{
    position: absolute;
    right: 0;
    bottom: -4.9rem;
    height: 11.49rem;
    width: 12.61rem;
    background: url("../images/s3-img-11.png") no-repeat 50%/100% 100%;
}
.index_s3{
    position: relative;
    margin-top: .96rem;
}

.index_s4 .left{
    width: 40.74%;
}
.list2w_1{
    padding: .835rem;
    background: url("../images/s4-img-3.png") no-repeat 50%/cover;
    border-radius: 50%;
}
.list2w_1 a{
    display: block;
}
.list2w_1 a .pic{
    padding-bottom: 100%;
    border-radius: 50%;
}
.index_s4 .right{
    width: 51.55%;
    margin-top: .55rem;
}
.list2w_1Txt a{
    display: block;
}
.list2w_1Txt a time{
    display: block;
    font-size: .34rem;
    line-height: .4rem;
    color: #753727;
    opacity: 0;
}
.list2w_1Txt a h3{
    margin-top: .21rem;
    font-size: .42rem;
    line-height: .5rem;
    color: #212121;
    transition: .5s;
    opacity: 0;
}
.list2w_1Txt a .desc p,
.list2w_1Txt a .desc p *{
    font-size: .16rem;
    line-height: .26rem;
    color: #212121;
}
.list2w_1Txt a .desc p + p{
    margin-top: .26rem;
}
.list2w_1Txt a .desc{
    margin-top: .43rem;
    height: 1.82rem;
    padding-right: .54rem;
    overflow-y: auto;
    opacity: 0;
}
.list2w_1Txt a .desc::-webkit-scrollbar {width:4px;height: 8px;background-color: #d7d5d1;}
.list2w_1Txt a .desc::-webkit-scrollbar-track {border-radius: 0;background-color: #d7d5d1;}
.list2w_1Txt a .desc::-webkit-scrollbar-thumb {border-radius: 0; background-color: #753727;}
.list2w_1Txt a:hover h3{
    color: #753727;
}
.list2w_1Txt li{
    display: none;
}
.list2w_1Txt li.active{
    display: block;
}
.list2w_1Txt li.active time,
.list2w_1Txt li.active h3,
.list2w_1Txt li.active .desc{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.list2w_1Txt li.active h3{
    animation-delay: .2s;
}
.list2w_1Txt li.active .desc{
    animation-delay: .3s;
}
.list2w_2 .pic{
    padding-bottom: 100%;
    border-radius: 50%;
}
.list2w_2 h3{
    margin-top: .14rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #212121;
    text-align: center;
}
.list2w_2 .btnBox{
    position: absolute;
    top: .17rem;
    right: 0;
    width: 1.54rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list2w_2 .btn{
    width: .68rem;
    height: .68rem;
    background: transparent no-repeat 50%/100% 100%;
}
.list2w_2 .prev{
    background-image: url("../images/prev-1.png");
}
.list2w_2 .next{
    background-image: url("../images/next-1.png");
}

.list2w_2{
    margin-top: .6rem;
    position: relative;
    padding-right: 2.04rem;
}

.index_s4 .content{
    margin-top: .19rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.index_s4 .bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -1.38rem;
    background: url("../images/index_s4.png") no-repeat 50%/100% 100%;
}
.index_s4{
    position: relative;
    margin-top: .32rem;
    padding: 1.41rem 0 .88rem;
}

.index_s5 .content a{
    display: block;
    position: relative;
}
.index_s5 .content a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%;
    background: linear-gradient(180deg, transparent 0, #000 100%);
}
.index_s5 .content a h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .27rem;
    font-size: .24rem;
    line-height: .3rem;
    color: #fff;
    padding: 0 .4rem;
    z-index: 5;
}
.index_s5 .left{
    width: 32.43%;
}
.index_s5 .left a .pic{
    padding-top: 7.4rem;
}
.index_s5 .right{
    width: 66.22%;
}
.index_s5 .right .top_l,
.index_s5 .right .top_r{
    width: 48.97%;
}
.index_s5 .right .top a .pic{
    padding-top: 3.6rem;
}
.index_s5 .right .bot a .pic{
    padding-top: 3.6rem;
}
.index_s5 .right .bot{
    margin-top: .2rem;
}
.index_s5 .content{
    margin-top: .48rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_s5{
    position: relative;
    margin-top: .4rem;
}
.list_box3 ul{
    display: flex;
    flex-wrap: wrap;
}
.list_box3 li{
    width: 23.11%;
    margin-left: 2.52%;
}
.list_box3 li:nth-child(4n+1){
    margin-left: 0;
}
.list_box3 li:nth-child(2n+1){
    margin-top: .77rem;
}
.list_box3 li a{
    display: block;
    position: relative;
}
.list_box3 li .pic{
    padding-top: 4.79rem;
}
.list_box3 li a:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: -.68rem;
    bottom: -.6rem;
    background: url("../images/s6-img-2.png") no-repeat 50%/100% 100%;
}
.index_s6 .bot ul{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s6 .bot li a{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.index_s6 .bot li .img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_s6 .bot li .img img{
    display: block;
    max-width: 100%;
}
.index_s6 .bot li .txt{
    display: flex;
    align-items: flex-end;
    margin-right: .2rem;
}
.index_s6 .bot li .txt i{
    display: block;
    font-size: .2rem;
    line-height: 1;
    color: #333333;
    opacity: .6;
    margin-right: .1rem;
}
.index_s6 .bot li .txt h3{
    font-size: .3rem;
    line-height: .36rem;
    color: #333333;
    width: 1em;
    transition: .5s;
}
.index_s6 .bot{
    margin-top: 1.52rem;
}
.index_s6 .content{
    margin-top: .86rem;
}
.index_s6{
    margin-top: 1.44rem;
}
.index_page{
    padding: .53rem 0 1.6rem;
    background: url("../images/index_page.png") no-repeat bottom center/cover;

}
@media (min-width: 1025px) {
    .list1w li{
        width: 7.6rem;
        height: 5.72rem;
    }
    .list1w li a{
        height: 100%;
    }
    .list1w li .pic{
        height: 100%;
        opacity: .5;
        transition: .5s;
    }
    .list1w li.swiper-slide-active .pic{
        opacity: 1;
    }

    .index_s3 .content{
        position: relative;
        margin-left: -.8rem;
        margin-right: -1.3rem;
        height: 11.4rem;
    }
    .index_s3 .li{
        position: absolute;
        z-index: 3;
    }
    .index_s3 .li .a{
        display: flex;
        flex-wrap: wrap;
    }
    .index_s3 .li .jt{
        position: absolute;

    }
    .index_s3 .li .a .img-box{
        max-height: 3.3rem;
    }
    .index_s3 .li1{
        left: 0;
        bottom: 1.71rem;
        width: 26.56%;
    }
    .index_s3 .li1 .a{
        flex-direction: column-reverse;
    }
    .index_s3 .li1 .txt{
        padding-left: .21rem;
        margin-bottom: .17rem;
    }
    .index_s3 .li1 .a .img-box{
        width: 100%;
    }
    .index_s3 .li2{
        left: 23.91%;
        bottom: 0;
    }
    .index_s3 .li2 .a{
        align-items: center;
        flex-direction: row-reverse;
    }
    .index_s3 .li2 .a .txt{
        margin-right: -.08rem;
    }
    .index_s3 .li2 .jt{
        top: -1.57rem;
        left: 2.69rem;
        width: .71rem;
        height: 1.78rem;
        background: url("../images/s3-img-6.png") no-repeat 50%/100% 100%;
    }
    .index_s3 .li3{
        left: 23.31%;
        bottom: 62.28%;
    }
    .index_s3 .li3 .a{
        align-items: flex-start;
        flex-direction: row-reverse;
    }
    .index_s3 .li3 .a .txt{
        margin: 1.46rem -.16rem 0 0;
    }
    .index_s3 .li3 .jt{
        bottom: -1.14rem;
        right: 1.33rem;
        width: .53rem;
        height: 1.77rem;
        background: url("../images/s3-img-7.png") no-repeat 50%/100% 100%;
    }
    .index_s3 .li4{
        left: 56.8%;
        bottom: 22.46%;
    }
    .index_s3 .li4 .a{
        align-items: flex-start;
        flex-direction: row-reverse;
    }
    .index_s3 .li4 .a .txt{
        margin: .9rem .28rem 0 0;
    }
    .index_s3 .li4 .jt{
        top: -1.01rem;
        left: 1.01rem;
        width: 1.30rem;
        height: 1.35rem;
        background: url("../images/s3-img-8.png") no-repeat 50%/100% 100%;
    }
    .index_s3 .li5{
        left: calc(100% - 4.49rem);
        top: 0;
    }
    .index_s3 .li5 .a{
        flex-direction: column;
    }
    .index_s3 .li5 .a .txt{
        margin-top: .18rem;
        margin-left: .85rem;
    }
    .index_s3 .li5 .a .txt i{
        display: block;
        width: .32rem;
        height: .02rem;
        background: #8c8c8c;
        margin-top: .02rem;
    }
    .index_s3 .line{
        position: absolute;
        left: 9.92%;
        bottom: 5.21%;
        width: 14.78rem;
        height: 8.75rem;
        background: url("../images/s3-img-9.png") no-repeat 50%/100% 100%;
    }
    .list2w_2 .btn{
        position: static;
        transform: none;
    }
    .index_s6 .bot li:nth-child(1){
        margin-top: .45rem;
    }
    .index_s6 .bot li:nth-child(1) .img{
        width: 4.05rem;
        height: 2.5rem;
    }
    .index_s6 .bot li:nth-child(1) .txt{
        margin-bottom: .15rem;
    }
    .index_s6 .bot li:nth-child(2) .img{
        width: 3.39rem;
        height: 3.23rem;
    }
    .index_s6 .bot li:nth-child(2) .txt{
        margin-bottom: .4rem;
    }
    .index_s6 .bot li:nth-child(3){
        margin-top: .19rem;
    }
    .index_s6 .bot li:nth-child(3) .img{
        width: 3.13rem;
        height: 3.34rem;
    }
    .index_s6 .bot li:nth-child(3) .txt{
        margin-bottom: .66rem;
    }
    .index_s6 .bot{
        margin-left: -.6rem;
        margin-right: -.6rem;
    }
}

@media (max-width: 1199px) {
    .banner .imgBox .img{
        padding-bottom: 50vw;
    }
    .banner .a .txt h3{
        display: none;
    }
    .banner .swiDots{
        text-align: center;
        bottom: .2rem;
    }
    .index_s2 .bg{
        left: -15px;
    }
    .index_s3 .content{
        width: 100%;
        margin: 0 auto;
    }
    .index_s3 .li4 .jt {
        top: -0.51rem;
        left: 1.11rem;
        width: 1.1rem;
        height: 1.15rem;
    }
    .index_s3 .line{
        width: 87.45%;
        height: 75%;
    }
}
@media (max-width: 1025px) {
    .banner .swiDots span + span:before{
        width: .2rem;
    }
    .banner .swiDots span{
        margin: 0 .1rem;
    }
    .title001 h2{
        font-size: .26rem;
    }
    .title001 .tit:after{
        left: 0;
        width: 1.9rem;
        height: 0.15rem;
    }
    .title001 .tit {
        position: relative;
        padding-bottom: 0.15rem;
    }
    .title001 .more a img{
        height: .22rem;
    }
    .index_s1 .left{
        width: 100%;
        margin-top: 0;
    }
    .index_s1 .time_ul .li h3{
        font-size: .3rem;
        justify-content: center;
        gap: 0 .2rem;
        padding: 0;
    }
    .index_s1 .time_ul .li h4{
        font-size: .18rem;
        margin-top: .1rem;
    }
    .index_s1 .time_ul .li{
        padding: .15rem 0;
    }
    .index_s1 .tips p{
        line-height: .3rem;
    }
    .index_s1 .tips{
        margin-top: .2rem;
    }
    .index_s1 .right{
        width: 100%;
        margin-top: .3rem;
    }
    .list_box1 li .icon{
        width: .45rem;
        height: .45rem;
    }
    .list_box1 li h3{
        margin-top: .1rem;
    }
    .list_box1 li a{
        height: 1.8rem;
    }
    .list_box1 li{
        width: 1.8rem;
    }
    .list_box1 ul{
        gap: 0 .4rem;
        justify-content: center;
    }
    .index_s1 .content{
        margin-top: .26rem;
    }
    .index_s2 .left{
        width: 100%;
    }
    .list_box2 li a{
        padding: .16rem 0;
    }
    .list_box2 li h3{
        margin-top: .05rem;
    }
    .list_box2{
        margin-top: .14rem;
    }
    .index_s2 .right{
        width: 100%;
        margin-top: .3rem;
    }
    .list1w .list1wBox{
        padding-left: 0;
    }
    .list1w li h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
        margin-top: .05rem;
    }
    .list1w li .txt{
        padding: 0 1.5rem 0 .2rem;
        bottom: .15rem;
    }
    .list1w .swiDots span{
        display: inline-block;
        margin: 0 .08rem;
        vertical-align: middle;
    }
    .list1w .swiDots span + span{
        margin-top: 0;
    }
    .list1w .swiDots span + span:before{
        right: 100%;
        left: auto;
        top: 50%;
        width: .16rem;
        height: auto;
        border-top: .01rem dashed #fff;
    }
    .list1w .swiDots{
        left: auto;
        right: .15rem;
        width: auto;
        bottom: .35rem;
    }
    .index_s2 .bg{
        display: none;
    }
    .index_s2{
        margin-top: .4rem;
    }
    .index_s3 .li .a .img-box{
        width: 100%;
        height: auto;
        padding-top: 73.5%;
        position: relative;
        overflow: hidden;
    }
    .index_s3 .li .a .img-box img{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .index_s3 .li .a time{
        font-size: .24rem;
        line-height: .3rem;
        margin-bottom: .05rem;
    }
    .index_s3 .li .a h4{
        font-size: .18rem;
        line-height: .28rem;
    }
    .index_s3 .li .a .txt{
        text-align: center;
        margin-top: .1rem;
    }
    .index_s3 .li4 .jt{
        display:none;
    }
    .index_s3 .swiDots{
        font-size: 0;
        position: static;
        margin-top: .2rem;
    }
    .index_s3 .swiDots span{
        width: .1rem;
        height: .1rem;
        margin: 0 .08rem;
        background: #ddd;
        opacity: 1;
    }
    .index_s3 .swiDots span.active{
        background: #8B734D;
    }
    .index_s3 .content{
        margin-top: .3rem;
    }
    .index_s3 .bg-1,
    .index_s3 .bg-2{
        display: none;
    }
    .index_s3{
        margin-top: .4rem;
    }
    .index_s4 .left{
        width: 100%;
    }
    .list2w_1Txt a time{
        font-size: .24rem;
        line-height: .3rem;
    }
    .list2w_1Txt a h3{
        font-size: .2rem;
        line-height: .3rem;
        margin-top: .05rem;
    }
    .list2w_1Txt a .desc{
        height: 1.76rem;
        margin-top: .1rem;
        padding-right: .15rem;
    }
    .list2w_1Txt a .desc p + p{
        margin-top: .1rem;
    }
    .list2w_1{
        padding: .3rem;
        width: 5rem;
        margin: 0 auto;
        max-width: 100%;
    }
    .list2w_2 h3{
        margin-top: .1rem;
    }
    .list2w_2 .btn{
        width: .45rem;
        height: .45rem;
        margin-top: -.2rem;
    }
    .list2w_2 .prev{
        left: -.1rem;
    }
    .list2w_2 .next{
        right: -.1rem;
    }
    .list2w_2 .btnBox{
        position: static;
    }
    .list2w_2{
        margin-top: .3rem;
        padding: 0 .5rem;
    }
    .index_s4 .right{
        width: 100%;
        margin-top: .2rem;
    }
    .index_s4 .content{
        margin-top: .3rem;
    }
    .index_s4{
        padding: .4rem 0;
        margin-top: 0;
    }
    .index_s4 .bg{
        bottom: 0;
        background-size: 100% auto;
        background-position: top center;
    }
    .index_s5 .content a h3{
        bottom: .15rem;
        padding: 0 .2rem;
        font-size: .2rem;
        line-height: .3rem;
    }
    .index_s5 .content{
        margin-top: .3rem;
    }
    .index_s5{
        margin-top: .1rem;
    }
    .list_box3 li .pic{
        padding-top: 140.05%;
    }
    .list_box3 li a{
        box-shadow: .1rem .1rem .15rem rgba(0, 0, 0, .78);
    }
    .list_box3 li a:after{
        display: none;
    }
    .list_box3 li{
        width: 23.5%;
        margin: 0!important;
    }
    .list_box3 ul{
        gap: .26rem 2%;
    }
    .index_s6 .content{
        margin-top: .3rem;
    }
    .index_s6 .bot li{
        width: 32%;
    }
    .index_s6 .bot li .img{
        height: 2.5rem;
        width: 100%;
    }
    .index_s6 .bot li .img img{
        max-height: 100%;
    }
    .index_s6 .bot li .txt{
        width: 100%;
        margin: .1rem 0 0;
        align-items: baseline;
        justify-content: center;
    }
    .index_s6 .bot li .txt h3{
        width: auto;
        font-size: .2rem;
        line-height: .3rem;
    }
    .index_s6 .bot li .txt i{
        margin-right: 0;
    }
    .index_s6 .bot{
        margin-top: .4rem;
    }
    .index_s6{
        margin-top: .5rem;
    }
    .index_page{
        padding: .4rem 0;
    }
}

@media (max-width: 769px) {
    .index_s5 .left{
        width: 100%;
    }
    .index_s5 .left a .pic{
        padding-top: 126vw;
    }
    .index_s5 .right{
        width: 100%;
        margin-top: .1rem;
    }
    .index_s5 .right .top a .pic{
        padding-top: 35vw;
    }
    .index_s5 .right .top_l,
    .index_s5 .right .top_r{
        flex: 1;
    }
    .index_s5 .right .top{
        gap: .1rem;
    }
    .index_s5 .right .bot{
        margin-top: .1rem;
    }
    .index_s5 .right .bot a .pic{
        padding-top: 36vw;
    }
    .list_box3 li{
        width: 49%;
    }
}
@media (max-width: 481px) {
    .index_s1 .time_ul .li h3{
        gap: 0 .1rem;
    }
    .index_s6 .bot li .img{
        height: 1.4rem;
    }
    .index_s6 .bot li .txt{
        margin-top: 0;
    }
}

.list2w_1 a .pic .a{
    background-position:top center;
}