@charset "utf-8";
.banner{
    position: relative;
}
.slide-banner .swiper-slide{
    overflow: hidden;
    position: relative;
}
.slide-banner .img-box{
    display: block;
    height: 100vh;
    position: relative;
    overflow: hidden;
    /*transform: scale(1.175);*/
    transition: 6s;
}
.slide-banner .img-box .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide-banner .swiper-slide-active .img-box{
    transform: scale(1);
}
.slide-banner .video video{
    width: 100%;
    height: 100vh;
    display: block;
    object-fit: cover;
    position: relative;
}

.slide-banner .page{
    font-size: 0;
    left: 0;
    right: 0;
    bottom: .55rem;
    width: 16rem;
    padding: 0 .33rem;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}
.slide-banner .page span{
    width: .15rem;
    height: .15rem;
    margin: 0 .13rem;
    background: #f3f3f3 no-repeat 50%/100%;
    opacity: .5;
    vertical-align: middle;
}
.slide-banner .page span.active{
    width: .34rem;
    height: .31rem;
    margin: 0 .21rem;
    border-radius: 0;
    background-color: transparent;
    background-image: url("../images/dots-1.png");
    opacity: 1;
}

.title002 h5{
    font-size: .18rem;
    line-height: 1;
    color: #000000;
    opacity: .3;
    font-family: 'SourceHanSerifCN-Heavy',sans-serif;
    text-transform: uppercase;
}

.title002 h4{
    font-size: .26rem;
    line-height: 1;
    color: #000000;
    margin-top: .14rem;
}

.index-s1 .col-1{
    width: 21.25%;
}

.list_box1 li a{
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_box1 li .img_hezi{
    padding-top: 2rem;
}
.list_box1 li .txt h4{
    font-size: .2rem;
    line-height: .3rem;
    color: #000000;
    transition: .5s;
}
.list_box1 li .txt h3{
    font-size: .18rem;
    line-height: .34rem;
    height: .62rem;
    /* font-family: 'Source_Han_Sans_SC_Light',sans-serif; */
    /* margin-top: .12rem; */
    transition: .5s;
}
.list_box1 li .txt{
    padding: 0 .28rem;
    position: relative;
    z-index: 2;
}
.list_box1 li:first-child a{
    height: 2rem;
    position: relative;
    z-index: 2;
}
.list_box1 li:first-child a .img_zd{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.list_box1 li:first-child a .txt h4{
    color: #fff;
}
.list_box1 li:first-child a .txt h3{
    color: #fff;
    line-height: .32rem;
    height: .6rem;
    margin-top: .08rem;
}
.list_box1 li:first-child{
    border: 1px solid #ededed;
}
.list_box1 li{
    border-bottom: 1px solid #dfdfdf;
}
.list_box1 li:not(:first-child):hover h4,
.list_box1 li:not(:first-child):hover h3{
    color: #0159c9;
}
.list_box1 li:hover h3,
.list_box1 li:not(:first-child):hover h3,
.list_box2 li:hover h3,
.list_box2 li:not(:first-child):hover h3{
    /* font-family: 'SourceHanSansCN-Medium',sans-serif; */
}
.list_box1 {
    margin-top: .19rem;
}

.index-s1 .col-2{
    width: 51.0625%;
    border-left: #dfdfdf solid 1px;
    border-right: #dfdfdf solid 1px;
    padding-bottom: .44rem;
}

.list1w a{
    display: block;
}
.list1w .pic{
    padding-top: 4.9rem;
}
.list1w .title002{
    margin-top: .31rem;
}
.list1w .title002 a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.list1w .title002 h4{
    color: #0159c9;
    margin-top: 0;
}
.list1w .title002 h5{
    color: #0159c9;
    opacity: .3;
    margin-left: .25rem;
}

.list1w .txt-box{
    margin-top: .39rem;
    padding: 0 .4rem;
    text-align: center;
}
.list1w .txt-box h3{
    font-size: .2rem;
    line-height: .34rem;
    color: #0159c9;
}

.list1w .txt-box p{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    height: .48rem;
    margin-top: .26rem;
}

.list1w .page{
    position: static;
    font-size: 0;
    margin-top: .34rem;
}
.list1w .page span{
    width: .08rem;
    height: .08rem;
    background: #c6c6c6;
    opacity: 1;
    margin: 0 .105rem;
}

.list1w .page span.active{
    background: #005aff;
}

.index-s1 .col-3{
    width: 21.25%;
}

.index-s1 .tab-tit{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-s1 .tab-tit h5{
    font-size: .16rem;
}

.index-s1 .tab-tit h4{
    opacity: .5;
    transition: .5s;
}

.index-s1 .tab-tit .li{
    position: relative;
    cursor: pointer;
}
.index-s1 .tab-tit .li:not(:first-child):before{
    position: absolute;
    content: '';
    width: .03rem;
    height: .2rem;
    bottom: 0;
    left: -.45rem;
    background: #005aff;
}

.index-s1 .tab-tit .li.active h4{
    opacity: 1;
}

.list_box2 li a{
    display: block;
    position: relative;
}
.list_box2 li:not(:first-child) a{
    padding: .15rem 0 .14rem;
}
.list_box22 li:not(:first-child) a{
    padding: .1rem 0 .1rem;
}
.list_box2 li .pic{
    padding-top: 1.92rem;
}
.list_box2 li h3{
    font-size: .18rem;
    line-height: .32rem;
    color: #000000;
    height: .6rem;
    transition: .5s;
}
.list_box22 li h3{line-height: .28rem;}
.list_box2 li:not(:first-child) h3{
    /* font-family: 'Source_Han_Sans_SC_Light',sans-serif; */
}
.list_box2 li time{
    /*  position: absolute;
    right: .18rem;
    bottom: .12rem; */
    font-size: .16rem;
    line-height: .26rem;
    color: #000000;
    opacity: .3;
    transition: .5s;
    display: block;
    text-align: right;
}
.list_box22 li time{line-height: .22rem;}
.list_box2 li.imgli .txt{
    position: relative;
    padding: .15rem .1rem 0.15rem;
    background: #fff;
}
.list_box2 li.imgli .txt time{
    right: .12rem;
    bottom: .18rem;
}

.list_box2 li.l2new .txt{
    position: relative;
    padding: .15rem .1rem 0.15rem;
    background: #fff;
}
.list_box2 li.l2new .txt time{
    right: .12rem;
    bottom: .18rem;
}


.list_box2 li:hover h3,
.list_box2 li:hover time{
    color: #0159c9;
}
.list_box2 li{
    opacity: 0;
    border-bottom: 1px solid #dfdfdf;
}

.index-s1 .tab-cont{
    margin-top: .18rem;
}

.index-s1 .tab-cont .child{
    display: none;
}
.index-s1 .tab-cont .child.active{
    display: block;
}
.index-s1 .tab-cont .child.active .list_box2 li{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s1 .tab-cont .child.active .list_box2 li:not(:first-child){
    animation-delay: .1s;
}

.index-s1 .wp{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    z-index: 2;
    position: relative;
}

.index-s1 .gd{
    display:flex;
    justify-content: right;
    margin-top: 0.1rem;
}
.index-s1 .gd a{
    display: block;
    text-align: center;
    font-size: .16rem;
    line-height: 0.32rem;
    color: #000000;
    transition: .5s;
    opacity: .3;
}
.index-s1 .gd a:hover{
    color:#095aeb;
    opacity:1;
}
.index-s1{
    position: relative;

    padding: 0.8rem 0 1.6rem;
    background: url("../images/index-s1.png") no-repeat top center/100%;
}

.title001{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title001 .tit{
    display: flex;
    align-items: flex-start;
}
.title001 .tit .ll img{
    display: block;
    width: .94rem;
    height: .81rem;
    margin: .05rem .05rem -.08rem -.14rem;
}
.title001 .tit h4{
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: 1;
    color: rgba(0, 0, 0, 0.5);
    font-family: 'SourceHanSerifCN-Heavy', sans-serif;
    text-transform: uppercase;
}
.title001 .tit h4 i{
    display: block;
    width: .63rem;
    height: .04rem;
    background: #005aff;
    margin-right: .24rem;
}
.title001 .tit h2{
    display: flex;
    align-items: center;
    margin-top: .14rem;
}
.title001 .tit h2 span{
    display: block;
    font-size: .44rem;
    line-height: 1;
    color: #000000;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
}
.title001 .tit h2 i{
    display: block;
    width: .22rem;
    height: .22rem;
    margin: .05rem .14rem 0;
    background: url("../images/tit-2.png") no-repeat 50%/100%;
}
.title001 .more a{
    display: none;
    font-size: .16rem;
    line-height: .32rem;
    color: #000;
    opacity: .5;
    transition: .5s;
}
.title001 .more a.active{
    display: block;
}
.title001 .more a:hover{
    color: #010978;
}
.index-s2 .tab-tit span{
    cursor: pointer;
    opacity: .3;
    transition: .5s;
}
.index-s2 .tab-tit span.active{
    opacity: 1;
}

.list2w {
    position: relative;
}
.list2w a{
    position: relative;
    display: block;
    padding: .19rem .24rem .23rem;
    background: #fff;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.05);
}
.list2w a time{
    display: block;
    font-size: .2rem;
    line-height: .34rem;
    color: #222222;
}
.list2w a h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #000000;
    height: .6rem;
    margin-top: .04rem;
    font-family: 'Source_Han_Sans_SC_Light',sans-serif;
}
.list2w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: .02rem;
    background: linear-gradient(112deg,#0b63f6 0%,#003cc5 100%);
    transition: .5s;
}
.list2w a *{
    position: relative;
    z-index: 2;
    transition: .5s;
}
.list2w a:hover time{
    color: #f8fbfd;
}
.list2w a:hover h3{
    color: #f8fbfd;
    font-family: 'SourceHanSansCN-Regular',sans-serif;
}
.list2w a:hover:after{
    height: 100%;
}

.list2w .btn{
    width: .49rem;
    height: .49rem;
    background: no-repeat 50%/100%;
    transition: .5s;
}
.list2w .prev{
    left: -.66rem;
    background-image: url("../images/prev-1.png");
}
.list2w .next{
    right: -.66rem;
    background-image: url("../images/next-1.png");
}
.list2w .prev:hover{
    background-image: url("../images/prev-2.png");
}
.list2w .next:hover{
    background-image: url("../images/next-2.png");
}

.list2w .swiper-container{
    padding: .1rem 0;
}

.index-s2 .child{
    opacity: 0;
    height: 0;
    transform: scaleY(0);
}
.index-s2 .child.active{
    opacity: 1;
    height: auto;
    transform: none;
}

.index-s2 .bot-block{
    margin-top: 0.4rem;
}

.index-s2 .bg-s2{
    position: absolute;
    left: 0;
    right: 0;
    top: -1.67rem;
    height: 6.2rem;
    background: url("../images/index-s2.png") no-repeat 50%/100%;

}

.index-s2{
    position: relative;

    margin-top: -.78rem;
    margin-bottom: 0.6rem;
}

.index-s3 .left{
    width: 45.8125%;
    position: relative;
    z-index: 3;
    align-self: flex-start;
    padding-top: 0.1rem;
}
.index-s3 .left:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 6.86rem;
    height: 4.56rem;
    bottom: -.5rem;
    margin: 0 auto;
    background: url("../images/s3-img-5.png") no-repeat bottom center/100%;
}

.list3w-pic a{
    display: block;
    position: relative;
}
.list3w-pic a .pic{
    padding-top: 4.6rem;
}

.index-s3 .right{
    width: 49.625%;overflow:hidden
}

@media (min-width: 1025px){
    .list3w-pic{
        height: 4.6rem;
    }
    .list3w-pic .swiper-slide{
        opacity: 0 !important;
    }
    .list3w-pic .swiper-slide-active{
        opacity: 1 !important;
    }
    .list3w-txt .wrap{
        height: 100%;
        position: relative;
        transition: .5s;
        width: calc(100% - .64rem);
        transform: translateX(.64rem);
        border-radius: 2rem 0 0 2rem;
        background: url("../images/s3-img-2.png") no-repeat left bottom/100% 100%;
        box-shadow: 0 .03rem .07rem rgba(0, 0, 0, 0.16);
    }

    .list3w-txt .wrap a{
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 .64rem 0 .24rem;
    }
    .list3w-txt .wrap time{
        display: block;
        width: .8rem;
        text-align: center;
    }
    .list3w-txt .wrap time span{
        display: block;
        font-size: .36rem;
        line-height: 1;
        color: #000000;
        font-family: 'SourceHanSansCN-Medium',sans-serif;
    }
    .list3w-txt .wrap time em{
        display: block;
        font-size: .18rem;
        line-height: .28rem;
        color: #acacac;
        border: 1px solid #a3a3a6;
        margin-top: .1rem;
    }

    .list3w-txt .wrap .txt{
        width: calc(100% - .96rem);
        position: relative;
    }
    .list3w-txt .wrap .txt:before{
        position: absolute;
        content: '';
        top: 50%;
        left: -.38rem;
        transform: translateY(-50%);
        width: .07rem;
        height: 1.68rem;
        background: url("../images/s3-img-4.png") no-repeat 50%/100%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }
    .list3w-txt .wrap .txt h3{
        font-size: .2rem;
        line-height: .3rem;
        color: #333;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: .6rem;
    }

    .list3w-txt .wrap .txt p{
        font-size: .16rem;
        line-height: .24rem;
        color: #ffffff;
        -webkit-line-clamp: 4;
        height: 0;
        opacity: 0;
        margin-top: .21rem;
        display: none;
    }
    .list3w-txt .wrap *{
        transition: .5s;
    }
     .list3w-txt .item{
        padding: .4rem 0;
        /*  transform: translateY(-.6rem);*/
    }
    .list3w-txt .swiper-slide-active + div{
        transform: translateY(.18rem);
    }
    .list3w-txt .swiper-slide-active + div + div{
        transform: translateY(-.2rem);
    }
    .list3w-txt .swiper-slide-active{
        height: 2.32rem;
    }
    .list3w-txt .swiper-slide-active .wrap{
        background-image: linear-gradient(112deg,#0b63f6 0%,#003cc5 100%);
    }

    .list3w-txt .swiper-slide-active .wrap a{
        padding: 0 .26rem 0 .38rem;
    }
    .list3w-txt .swiper-slide-next .wrap{
        background-image: url("../images/s3-img-3.png");
    }
    .list3w-txt .swiper-slide-active time{
        width: .84rem;
    }
    .list3w-txt .swiper-slide-active time span{
        font-size: .4rem;
        color: #fff;
    }
    .list3w-txt .swiper-slide-active time em{
        color: #fff;
        line-height: .32rem;
        margin-top: .13rem;
        border-color: #fff;
    }
    .list3w-txt .swiper-slide-active .txt{
        width: calc(100% - 1.35rem)
    }
    .list3w-txt .swiper-slide-active .txt:before{
        opacity: 1;
        visibility: visible;
    }
    .list3w-txt .swiper-slide-active .wrap h3{
        display: block;
        white-space: nowrap;
        height: auto;
        color: #fff;
        font-family: 'SourceHanSansCN-Regular',sans-serif;
    }

    .list3w-txt .swiper-slide-active .wrap p{
        display: block;
        height: .96rem;
        opacity: .6;
    }
    .list3w-txt .swiper-slide-active .wrap{
        width: 100%;
        height: calc(100% + 1.2rem);
        margin: -.6rem 0;
        transform: translateX(0);
    }
    .list3w-txt .swiper-container{
        height: 5.6rem;
    }

    .list3w-txt .item .dots{
        position: absolute;
        top: 50%;
        left: 0rem;
        transform: translateY(-50%);
        width: .32rem;
        height: .32rem;
        background: url("../images/s3-img-7.png") no-repeat 50%;
        background-size: 100%;
        transition: .5s;
        display: none;
    }
    .list3w-txt{
        padding-right: 1.04rem;
        position: relative;
        top: -.35rem;
    }
    .list3w-txt .btn-box{
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 3;
        width: 1.04rem;
        flex-direction: column;
    }

    .index-s3 .media1-circle{
        position: absolute;
        width: 1.36rem;
        height: 6.44rem;
        bottom: -.98rem;
        right: -.48rem;
    }

    .index-s3 .media1-circle .bg{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        background: url("../images/s3-img-6.png") no-repeat right center/100%;
    }
    .list3w-dots{
        height: 5.6rem;
        margin-top: .3rem;
        margin-right: -.2rem;
    }
    .list3w-dots .swiper-slide{
        display: flex;
        align-items: center;
    }
    .list3w-dots .dots{
        width: .31rem;
        height: .31rem;
        background: url("../images/s3-img-7.png") no-repeat 50%/100%;
        transform: scale(.58) translate(.6rem,-.5rem);
        transition: .5s;
        cursor: pointer;
    }
    .list3w-dots .swiper-slide-prev .dots{
        transform: scale(.75) translate(1.25rem,-.3rem);
    }
    .list3w-dots .swiper-slide-active .dots{
        transform: scale(1) translate(1.15rem,0);
    }
    .list3w-dots .swiper-slide-next .dots{
        transform: scale(.75) translate(1.35rem,.4rem);
    }
    .list3w-dots .swiper-slide-next + div .dots{
        transform: scale(.58) translate(.75rem,.7rem);
    }
}
.list3w-txt .btn-box{
    display: flex;
    align-items: center;
    justify-content: center;
}

.list3w-txt .btn{
    position: static;
    width: .49rem;
    height: .49rem;
    background: no-repeat 50%/100%;
    transition: .5s;
    transform: none;
}

.list3w-txt .prev{
    margin-bottom: .24rem;
    background-image: url("../images/prev-3.png");
}
.list3w-txt .next{
    background-image: url("../images/next-3.png");
}
.list3w-txt .prev:hover{
    background-image: url("../images/prev-4.png");
}
.list3w-txt .next:hover{
    background-image: url("../images/next-4.png");
}

.index-s3 .content{
    margin-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.index-s3 .bg-3{
    position: absolute;
    left: 0;
    right: 0;
    top: -1.5rem;
    height: 7.4rem;
    background: url("../images/index-s3.png") no-repeat 50%/100%;
    z-index: -1;
}

.index-s3{
    position: relative;
    z-index: 2;
}

.index-s4 .left{
    width: 55.9375%;
    position: relative;
    z-index: 2;
}

.list4w a{
    display: block;
    position: relative;
}
.list4w a .pic{
    padding-top: 5.47rem;
}
.list4w .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .27rem;
    z-index: 4;
    padding: 0 1.8rem 0 .33rem;
}

.list4w .txt time{
    display: block;
    font-size: .18rem;
    line-height: .36rem;
    color: #ffffff;
}
.list4w .txt h3{
    font-size: .24rem;
    line-height: .3rem;
    color: #fff;
    font-weight: 700;
    height: .6rem;
    margin-top: .12rem;
}
.list4w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 55%;
    background: url("../images/s4-img-2.png") repeat-x bottom center/auto 99%;
}

.list4w .page{
    font-size: 0;
    left: auto;
    width: auto;
    right: .3rem;
    bottom: .54rem;
}

.list4w .page span{
    width: .1rem;
    height: .1rem;
    margin: 0 .1rem;
    background: #fff;
    opacity: 1;
}
.list4w .page span.active{
    background: #0449d5;
}

.index-s4 .right{
    width: 41.25%;
}


.list_box7 li a{
    position: relative;
    z-index: 2;
    padding: .12rem .27rem .11rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box7 li time{
    display: block;
    width: 1.05rem;
    color: #fff;
    text-align: center;
    padding-right: .26rem;
    padding-bottom: .03rem;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    transition: .5s;
}

.list_box7 li time span{
    display: block;
    font-size: .32rem;
    line-height: 1;
    font-weight: 700;
}
.list_box7 li time em{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    border: 1px solid #fff;
    margin-top: .11rem;
}

.list_box7 li .txt{
    width: calc(100% - 1.33rem);
}

.list_box7 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    height: .6rem;
    transition: .5s;
}
.list_box7 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: -.51rem;
    top: 0;
    bottom: 0;
    background: #fff;
    border-radius: 1rem 0 0 1rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box7 li{
    position: relative;
    margin-top: 0.18rem;
}
.list_box7 li:first-child{
    margin-top: 0;
}

.list_box7 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list_box7 li:hover time{
    color: #333333;
    border-color: #c9c9c9;
}

.list_box7 li:hover time em{
    opacity: .4;
    border-color: rgba(51, 51, 51, 0.4);
}

.list_box7 li:hover h3{
    color: #333;
}


.title003 h2{
    font-size: .36rem;
    line-height: .5rem;
    color: #fff;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
}
.title003 a{
    display: block;
}
.title003 a svg{
    display: block;
    height: .3rem;
}
.title003 a:hover svg path{
    fill:#ffa500 !important;
}
.title003{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .4rem;
}

.index-s4 .content{
    margin-top: .7rem;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.index-s4 .bg4-1{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 1.1rem;
    background: linear-gradient(112deg,#0b63f6 0%,#003cc5 100%);
}

.index-s4 .bg4-2{
    position: absolute;
    left: 8.33vw;
    right: 0;
    bottom: 0;
    height: .79rem;
    background: #f23040;
}
.index-s4 .bg4-3{
    position: absolute;
    left: 28.54vw;
    right: 0;
    bottom: .79rem;
    height: .65rem;
    background: #fc693a;
    display: none;
}
.index-s4 .bg4-4{
    position: absolute;
    left: 45.15625vw;
    right: 0;
    bottom: 1.44rem;
    height: .65rem;
    background: #fcbd3c;
    display: none;
}
.index-s4{
    position: relative;
    margin-top: 0rem;
    padding-bottom: .79rem;
}

.list5w a{
    display: block;
    position: relative;
    z-index: 2;
    padding: .2rem .2rem .26rem;
    background: #fff;
}
.list5w a time{
    display: block;
    font-size: .18rem;
    line-height: .24rem;
    color: #000000;
}
.list5w a h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #000000;
    height: .6rem;
    font-family: 'Source_Han_Sans_SC_Light',sans-serif;
    margin-top: .1rem;
}
.list5w a *{
    transition: .5s;
    position: relative;
    z-index: 2;
}
.list5w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 0;
    background: linear-gradient(112deg, #0b63f6 0%, #003cc5 100%);
    transition: .5s;
}
.list5w a:hover:after{
    height: 100%;
}
.list5w a:hover time{
    color: #fff;
}
.list5w a:hover h3{
    color: #fff;
    font-family: 'SourceHanSansCN-Regular',sans-serif;
}
.list5w .btn{
    width: .42rem;
    height: .42rem;
    background: no-repeat 50%/100%;
    transition: .5s;
}
.list5w .prev{
    left: -.63rem;
    background-image: url("../images/prev-5.png");
}
.list5w .next{
    right: -.63rem;
    background-image: url("../images/next-5.png");
}
.list5w .prev:hover{
    background-image: url("../images/prev-2.png");
}
.list5w .next:hover{
    background-image: url("../images/next-2.png");
}
.list5w{
    position: relative;
    z-index: 2;
    top: -.13rem;
}

.index-s5 .bg5{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 5.96rem;
    background: url("../images/index-s5.png") no-repeat top center/100% auto;
}
.index-s5{
    position: relative;
    padding-bottom: 2.45rem;
}

.list_box3{
    font-size: 0;
    white-space: nowrap;
}
.list_box3 li{
    width: auto !important;
    float: none !important;
    display: inline-block !important;
    margin-right: .2rem;
}
.list_box3 li a{
    display: block;
    font-size: .2rem;
    line-height: .5rem;
    color: #0090ff;
    padding: 0 .3rem;
    border: 1px solid rgba(32, 97, 216, 0.3);
    border-radius: .5rem;
    transition: .5s;
}
.list_box3 li:hover a{
    background: #2061d8;
    color: #fff;
    border-color: #2061d8;
}

.marquee ul, .marquee .tempWrap{
    overflow: visible !important;
}
.marquee2{
    margin-top: .27rem;
}
.list6w .item{
    padding: 0 .76rem 0 .81rem;
}

/*2025-01-13 change start*/

.list_box4{
    height: 100%;
    font-size: 0;
    white-space: nowrap;
}

.list_box4 li{
    /*position: absolute;*/
    display: inline-block;
    vertical-align: top;
}
.list_box4 li a{
    display: block;
    height: 100%;
    position: relative;
}
.list_box4 li .num{
    background: no-repeat 50%/100% 100%;
}
.list_box4 li .num h3{
    font-size: .4rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-family: 'SourceHanSerifCN-Heavy',sans-serif;
}

.list_box4 li .tips{
    position: absolute;
    width: 3.58rem;
    left: 50%;
    transform: translateX(-50%);
    padding: .24rem .3rem .12rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 .1rem rgba(67, 67, 67, 0.4);
    border-radius: .2rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 3;
}
.list_box4 li .tips:before{
    position: absolute;
    content: '';
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: .14rem solid transparent;
    border-bottom-color: rgba(255, 255, 255, 0.9);
}
.list_box4 li .tips p{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    -webkit-line-clamp: 4;
    /*height: 1.04rem;*/
    font-family: 'Source_Han_Sans_SC_Light',sans-serif;
    white-space: normal;
}

.list_box4 li.i1{
    width: 1.68rem;
    height: 1.49rem;
    margin-top: 0.08rem;
    margin-left: .8rem;
}
.list_box4 li.i1 .num{
    height: 100%;
    padding: .6rem 0 0 .1rem;
    background-image: url("../images/s6-img-1.png");
}
.list_box4 li.i1 .num h3{
    font-size: .4rem;
}
.list_box4 li.i1 .tips{
    top: 1.4rem;
}
.list_box4 li.i2{
    width: 1.67rem;
    height: 1.46rem;
    margin: 0.96rem 0 0 1.2rem;
}
.list_box4 li.i2 .num{
    height: 100%;
    padding: 0.4rem 0 0 .1rem;
    background-image: url("../images/s6-img-2.png");
}
.list_box4 li.i2 .tips{
    top: 1.1rem;
}
.list_box4 li.i3{
    width: 1.48rem;
    height: 1.54rem;
    margin: 1.6rem 0 0 1.2rem;
}
.list_box4 li.i3 .num{
    height: 100%;
    padding: 0.52rem 0 0;
    background-image: url("../images/s6-img-3.png");
}
.list_box4 li.i3 .tips{
    bottom: 1.1rem;
}
.list_box4 li.i3 .tips:before{
    bottom: auto;
    top: 100%;
    border-bottom-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.9);
}
.list_box4 li.i4{
    width: 1.65rem;
    height: 1.47rem;
    margin: .08rem 0 0 .8rem;
}

.list_box4 li.i4 .num{
    height: 100%;
    padding: 0.45rem 0 0 .1rem;
    background-image: url("../images/s6-img-4.png");
}
.list_box4 li.i4 .tips{
    top: 1.2rem;
}
.list_box4 li.i5{
    width: 1.61rem;
    height: 1.51rem;
    margin: 1.13rem 0 0 .8rem;
}
.list_box4 li.i5 .num{
    height: 100%;
    padding: 0.56rem 0 0;
    background-image: url("../images/s6-img-5.png");
}
.list_box4 li.i5 .tips{
    bottom: 1rem;
}
.list_box4 li.i5 .tips:before{
    bottom: auto;
    top: 100%;
    border-bottom-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.9);
}
.list_box4 li.i6{
    width: 1.66rem;
    height: 1.45rem;
    margin: 0 0 0 0.9rem;
}
.list_box4 li.i6 .num{
    height: 100%;
    padding: 0.35rem 0 0 .1rem;
    background-image: url("../images/s6-img-6.png");
}
.list_box4 li.i6 .tips{
    top: 1.1rem;
    /* margin-left: -.3rem; */
}

.list_box4 li.i7{
    width: 1.67rem;
    height: 1.46rem;
    margin: 1.8rem 0 0 0.85rem;
}
.list_box4 li.i7 .num{
    height: 100%;
    padding: .52rem 0 0;
    background-image: url("../images/s6-img-3.png");
    /* transform: scale(.9); */
}
.list_box4 li.i7 .num h3{
    font-size: .4rem;
}
.list_box4 li.i7 .tips{
    bottom: 1.1rem;
}
.list_box4 li.i7 .tips:before{
    bottom: auto;
    top: 100%;
    border-bottom-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.9);
}

.list_box4 li.i8{
    width: 1.65rem;
    height: 1.47rem;
    margin: .12rem 0 0 .9rem;
}
.list_box4 li.i8 .num{
    height: 100%;
    padding: 0.45rem 0 0 .1rem;
    background-image: url("../images/s6-img-4.png");
}
.list_box4 li.i8 .tips{
    top: 1.2rem;
    /* margin-left: -0.1rem; */
}

.list_box4 li.i9{
    width: 1.68rem;
    height: 1.49rem;
    margin: 1.56rem 0 0 .9rem;
}
.list_box4 li.i9 .num{
    height: 100%;
    padding: 0.56rem 0 0;
    background-image: url("../images/s6-img-5.png");
}
.list_box4 li.i9 .tips{
    bottom: 1rem;
    margin-left: -.4rem;
}
.list_box4 li.i9 .tips:before{
    bottom: auto;
    top: 100%;
    border-bottom-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.9);
    transform: translateX(.15rem);
}
.list_box4 li.i10{
    width: 1.67rem;
    height: 1.46rem;
    margin: .16rem 0 0 .8rem;
}
.list_box4 li.i10 .num{
    height: 100%;
    padding: 0.4rem 0 0 .1rem;
    background-image: url("../images/s6-img-2.png");
}
.list_box4 li.i10 .tips{
    top: 1.1rem;
}
.list_box4 li.i11{
    width: 1.48rem;
    height: 1.54rem;
    margin: 1.6rem 0 0 .8rem;
}
.list_box4 li.i11 .num{
    height: 100%;
    padding: 0.52rem 0 0;
    background-image: url("../images/s6-img-3.png");
}
.list_box4 li.i11 .tips{
    bottom: 1.1rem;
}
.list_box4 li.i11 .tips:before{
    bottom: auto;
    top: 100%;
    border-bottom-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.9);
}
.list_box4 li.i12{
    width: 1.65rem;
    height: 1.47rem;
    margin: .08rem 0 0 .9rem;
}

.list_box4 li.i12 .num{
    height: 100%;
    padding: 0.45rem 0 0 .1rem;
    background-image: url("../images/s6-img-4.png");
}
.list_box4 li.i12 .tips{
    top: 1.2rem;
}
.list_box4 li.i13{
    width: 1.61rem;
    height: 1.51rem;
    margin: 1.13rem 0 0 .8rem;
}
.list_box4 li.i13 .num{
    height: 100%;
    padding: 0.56rem 0 0;
    background-image: url("../images/s6-img-5.png");
}
.list_box4 li.i13 .tips{
    bottom: 1rem;
}
.list_box4 li.i13 .tips:before{
    bottom: auto;
    top: 100%;
    border-bottom-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.9);
}
.list_box4 li.i14{
    width: 1.66rem;
    height: 1.45rem;
    margin: 0 0 0 0.9rem;
}
.list_box4 li.i14 .num{
    height: 100%;
    padding: 0.35rem 0 0 .1rem;
    background-image: url("../images/s6-img-6.png");
}
.list_box4 li.i14 .tips{
    top: 1.1rem;
    /* margin-left: -.3rem; */
}

.list_box4 li.i15{
    width: 1.67rem;
    height: 1.46rem;
    margin: 1.8rem 0 0 0.8rem;
}
.list_box4 li.i15 .num{
    height: 100%;
    padding: .52rem 0 0;
    background-image: url("../images/s6-img-3.png");
    /* transform: scale(.9); */
}
.list_box4 li.i15 .num h3{
    font-size: .4rem;
}
.list_box4 li.i15 .tips{
    bottom: 1.1rem;
}
.list_box4 li.i15 .tips:before{
    bottom: auto;
    top: 100%;
    border-bottom-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.9);
}

.list_box4 li.i16{
    width: 1.65rem;
    height: 1.47rem;
    margin: .12rem 0 0 .8rem;
}
.list_box4 li.i16 .num{
    height: 100%;
    padding: 0.45rem 0 0 .1rem;
    background-image: url("../images/s6-img-4.png");
}
.list_box4 li.i16 .tips{
    top: 1.2rem;
    /* margin-left: -0.1rem; */
}

.list_box4 li.i17{
    width: 1.68rem;
    height: 1.49rem;
    margin: 1.56rem 0 0 .8rem;
}
.list_box4 li.i17 .num{
    height: 100%;
    padding: 0.56rem 0 0;
    background-image: url("../images/s6-img-5.png");
}
.list_box4 li.i17 .tips{
    bottom: 1rem;
    margin-left: -.4rem;
}
.list_box4 li.i17 .tips:before{
    bottom: auto;
    top: 100%;
    border-bottom-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.9);
    transform: translateX(.15rem);
}
.list_box4 li:hover .tips{
    opacity: 1;
    visibility: visible;
}
@media (min-width: 1200px) {
    .list6w{
        position: relative;
        height: 3.93rem;
        padding: 0 .76rem 0 .81rem;
        overflow: hidden;
    }

}

.list_box4 li:hover{
    z-index:9;
}
.list6w .btn{
    width: .49rem;
    height: .49rem;
    margin-top: -.38rem;
    background: no-repeat 50%/100%;
    transition: .5s;
}
.list6w .prev{
    left: -.26rem;
    background-image: url("../images/prev-1.png");
}
.list6w .next{
    right: -.26rem;
    background-image: url("../images/next-1.png");
}
.list6w .prev:hover{
    background-image: url("../images/prev-2.png");
}
.list6w .next:hover{
    background-image: url("../images/next-2.png");
}

.list6w{
    position: relative;
}

/*2025-01-13 change end*/
.index-s6 .content .bot{
    margin-top: .51rem;
}
.index-s6 .content{
    margin-top: 0.5rem;
}
.index-s6 .bg6{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.98rem;
    height: 5.87rem;
    background: url("../images/index-s6.png") no-repeat 50%/100%;
    z-index: -1;
}
.index-s6{
    position: relative;
    z-index: 2;
    margin-top: 0rem;
}
.index-s5-s6 .bg-5-6{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 15.57rem;
    background: url("../images/index-s5-s6.png") no-repeat top -.3rem center/100%;
    z-index: -1;
}
.index-s5-s6{
    position: relative;
    z-index: 2;
}

.index-s7 .left{
    width: 47.8125%;
}

.list7w a{
    display: block;
    position: relative;
}
.list7w a .pic{
    padding-top: 3.85rem;
}
.list7w .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .22rem;
    z-index: 3;
    padding: 0 1.6rem 0 .2rem;
}
.list7w .txt time{
    display: block;
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    opacity: .68;
}
.list7w .txt h3{
    font-size: .2rem;
    line-height: .36rem;
    color: #fff;
    margin-top: .07rem;
}
.list7w .page{
    font-size: 0;
    left: auto;
    width: auto;
    right: .3rem;
    bottom: .27rem;
}
.list7w .page span{
    width: .07rem;
    height: .07rem;
    margin: 0 .04rem;
    background: #fff;
    opacity: .2;
}
.list7w .page span.active{
    opacity: 1;
}
.list7w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 30%;
    background: linear-gradient(360deg, #000 0%, transparent 100%);
    opacity: .5;
}

.index-s7 .left .bot{
    margin-top: .1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-s7 .left .bot .li{
    width: 49.15%;
    position:relative
}

.index-s7 .li-img a{
    display: block;
    position: relative;
}
.index-s7 .li-img .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .18rem;
    z-index: 3;
    padding: 0 .2rem;
}
.index-s7 .li-img time{
    display: block;
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    opacity: .68;
}
.index-s7 .li-img h3{
    font-size: .2rem;
    line-height: .36rem;
    color: #fff;
    margin-top: .07rem;
    max-height: .72rem;
}
.index-s7 .li-img h2{
    font-size: .3rem;
    line-height: .8rem;
    text-align: center;
    color: #fff;
}
.index-s7 .li-img a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 30%;
    background: linear-gradient(360deg, #000 0%, transparent 100%);
    opacity: .5;
}

.index-s7 .left .bot .li .pic{
    padding-top: 3.85rem;
}

.index-s7 .right{
    width: 51.625%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-s7 .right .ll{
    width: 51.09%;
    position:relative;
}
.index-s7 .right .ll .pic{
    padding-top: 7.81rem;
}
.index-s7 .right .rr{
    width: 47.46%;
}
.index-s7 .right .rr .li{
    position:relative;
}
.index-s7 .right .rr .li:nth-child(1) .pic{
    padding-top: 5.01rem;
}
.index-s7 .right .rr .li:nth-of-type(2){
    margin-top: .09rem;
}
.index-s7 .right .rr .li:nth-of-type(2) .pic{
    padding-top: 2.71rem;
}
.index-s7 .content .tag{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
}
.index-s7 .content .tag a:after{
    display:none;
}

.index-s7 .content .tag img{
    display: block;
    height: .52rem;
}
.index-s7 .content .pic img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    z-index: 3;
    transition: all .5s ease-in-out
}
.index-s7 .content .pic .a{
    filter: blur(5px);
}

.index-s7 .content{
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-s7{
    position: relative;
    z-index: 2;
    margin-top: 0.7rem;
}

.index-s8 .left{
    width: 47.5%;
    position: relative;
    z-index: 2;
}
.index-s8 .left .img-box a{
    display: block;
    position: relative;
    z-index: 2;
}
.index-s8 .left .img-box .img_hezi{
    padding-top: 5.67rem;
    border-radius: .25rem;
}
.index-s8 .left .img-box .img_zd{
    border-radius: .25rem;
    padding: .06rem;
    background: #0b63f6;
}

.index-s8 .left .img-box h3{
    font-size: .3rem;
    line-height: .98rem;
    color: #fff;
    width: 4.1rem;
    text-align: center;

    border-radius: .3rem .3rem 0 0;
    margin: -.52rem auto 0;
    position: relative;
    z-index: 2;
}
.index-s8 .left .img-box h3:after{
    position: absolute;
    content: '';
    left: -.47rem;
    right: -.47rem;
    bottom: 0;
    top: 0;
    background: url("../images/s8-img-4.png") no-repeat bottom center/100%;
    z-index: -1;
}
.index-s8 .left .img-box .play{
    position: absolute;
    right: 0;
    top: 0;
    width: 1.06rem;
    height: 1.03rem;
    z-index: 3;
}
.index-s8 .left .img-box .play img{
    display: block;
    width: 100%;
}

.index-s8 .left:after{
    position: absolute;
    content: '';
    left: -.73rem;
    right: -.82rem;
    bottom: .18rem;
    height: 4.9rem;
    background: url("../images/s8-img-3.png") no-repeat bottom center/100% auto;
}
.index-s8 .left .img-box{
    position: relative;
    z-index: 2;
}

.index-s8 .right{
    width: 51.625%;
    /* margin-top: .53rem; */
}
.list8w .page{
    font-size: 0;
    width: auto;
    left: auto;
    right: .32rem;
    bottom: .22rem;
}
.list8w .page span{
    width: .22rem;
    height: .05rem;
    background: #c6c6c6;
    margin-left: .07rem;
    opacity: 1;
    border-radius: 0;
}
.list8w .page span.active{
    background: #003cc5;
}

.list_box5{
    position: relative;
    height: 5.78rem;
    font-size: 0;
    text-align: justify;
    overflow: hidden;
}

.list_box5 li{
    position: static;
    display: inline-block;
    max-width: 100%;
    margin: 0 .1rem;
    overflow: hidden;
    border-radius: .5rem;
    background: rgba(255, 255, 255, 0.59);
    margin-bottom: 0.17rem;
}
.list_box5 li a{
    display: block;
    padding: 0.06rem .2rem;
    transition: .5s;
}
.list_box5 li span{
    display: block;
    font-size: .24rem;
    line-height: 1.5em;
    overflow: hidden;
}
.list_box5 li a.color1{
    color: #d56ad1;
}
.list_box5 li a.color2{
    color: #e19b04;
}
.list_box5 li a.color3{
    color: #4a9afe;
}
.list_box5 li a.color4{
    color: #024fb2;
}

.list_box5 li.li1{
    left: 0;
    top: .02rem;
}
.list_box5 li.li2{
    left: 34.5%;
    top: 0;
}
.list_box5 li.li3{
    left: 9.68%;
    top: 13.65%;
}
.list_box5 li.li4{
    left: 2.42%;
    top: 26.1%;
}
.list_box5 li.li5{
    left: 65.98%;
    top: 26.1%;
}
.list_box5 li.li6{
    left: 3.87%;
    top: 39.16%;
}
.list_box5 li.li7{
    left: 8.96%;
    top: 53.41%;
}
.list_box5 li.li8{
    left: 61.74%;
    top: 53.01%;
}
.list_box5 li.li9{
    left: 48.67%;
    top: 65.26%;
}
.list_box5 li.li10{
    left: 8.47%;
    top: 78.31%;
}

.list_box5 li.li11{
    left: 7.75%;
    top: 90.36%;
}
.list_box5 li:hover a.color1{
    color: #fff;
    background: #d56ad1;
}
.list_box5 li:hover a.color2{
    color: #fff;
    background: #e19b04;
}
.list_box5 li:hover a.color3{
    color: #fff;
    background: #4a9afe;
}
.list_box5 li:hover a.color4{
    color: #fff;
    background: #024fb2;
}

.index-s8 .content{
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}


.list9w a{
    display: block;
}
.list9w a .pic{
    padding-top: 4.34rem;
}

.list9w .btn{
    width: .7rem;
    height: .7rem;
    background: no-repeat 50%/100%;
    transition: .5s;
}

.list9w .prev{
    left: 0;
    background-image: url("../images/prev-6.png");
}
.list9w .next{
    right: 0;
    background-image: url("../images/next-6.png");
}

.list9w .prev:hover{
    background-image: url("../images/prev-7.png");
}
.list9w .next:hover{
    background-image: url("../images/next-7.png");
}

.list9w .swiper-slide:nth-child(2n+1){
    margin-top: .4rem;
}

.list9w{
    padding: 0 1.11rem;
    position: relative;
    margin-top: .58rem;
}

.index-s9 {
    margin-top: 0.7rem;
}

.index-s8-s9{
    margin-top: 0.7rem;
    position: relative;
    z-index: 2;
    padding-bottom: .07rem;
    background: url("../images/index-s8-s9.png") no-repeat bottom center/100% auto;
}


.list10w{

}
.list10w .item{
    padding: .48rem 0 .45rem;
    height: 5.55rem;
    transition: padding .5s;
}
.list10w a {
    height: 100%;
    display: block;
    position: relative;
    background: url("../images/s10-img-2.png") no-repeat bottom center/cover;
}

.list10w a .txt-box{
    height: 100%;
    padding: .5rem 0 1.1rem;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: space-between;
    transition: .5s;
}

.list10w a .txt-box .icon{
    width: .64rem;
    height: .54rem;
    position: relative;
}
.list10w a .txt-box .txt h3{
    /* width: .28rem; */
    font-size: .22rem;
    line-height: 1.25;
    color: #fff;
    letter-spacing: .01rem;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    max-height: 2.4rem;
    word-break: break-all;
    letter-spacing: .1em;
}

.list10w a span{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .3rem;
    font-size: .16rem;
    line-height: 1;
    color: #fff;
    opacity: 0;
    text-align: center;
    transition: .5s;
}

.list10w .swiper-slide-active{
    padding: 0;
}
.list10w .swiper-slide-active a span{
    opacity: .8;
}
.list10w .swiper-slide-active a .txt-box{
    padding: .65rem 0 1.35rem;
}
.list10w .swiper-slide-active a{
    background-image: url("../images/s10-img-1.png");
}

.index-s10 .btn-box{
    max-width: 13.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: .15rem auto 0;
}

.index-s10 .btn{
    position: static;
    width: .7rem;
    height: .7rem;
    background: no-repeat 50%/100%;
    transition: .5s;
    transform: none;
}
.index-s10 .prev{
    background-image: url("../images/prev-6.png");
}

.index-s10 .next{
    background-image: url("../images/next-6.png");
}
.index-s10 .prev:hover{
    background-image: url("../images/prev-7.png");
}
.index-s10 .next:hover{
    background-image: url("../images/next-7.png");
}
.index-s10 .page{
    font-size: 0;
    position: static;
    flex: 1;
    display: flex;
    justify-content: space-between;
    background: url("../images/s10-img-4.png") repeat-x 50%/auto .03rem;
}
.index-s10 .page span{
    flex: 1;
    margin: 0;
    height: .17rem;
    background: transparent no-repeat 50%/auto 100%;
    border-radius: 0;
    opacity: 1;
    transition: .5s;
}
.index-s10 .page span.active{
    background-image: url("../images/s10-img-3.png");
}



.index-s10 .content{
    padding: 0 .955rem;
    margin-top: .58rem;
}


.index-s10 .tab-tit span{
    cursor: pointer;
    opacity: .3;
    transition: .5s;
}
.index-s10 .tab-tit span.active{
    opacity: 1;
}

.index-s10 .child{
    opacity: 0;
    height: 0;
    transform: scaleY(0);
}
.index-s10 .child.active{
    opacity: 1;
    height: auto;
    transform: none;
}

.index-s10 {
    margin-top: 0.7rem;
}

.list_box6 ul{
    padding: 0 .25rem;
    display: flex;
    flex-wrap: wrap;
}
.list_box6 li{
    width: 8.09%;
}

.list_box6 li a{
    display: block;
}
.list_box6 li .icon{
    position: relative;
    width: 1.06rem;
    height: 1.06rem;
    background: #f7fbff;
    border: 1px solid #e6eaf2;
    border-radius: 50%;
    margin: 0 auto;
    transition: .5s;
}

.list_box6 li h3{
    margin-top: .15rem;
    font-size: .18rem;
    color: #003cc5;
    line-height: .36rem;
    text-align: center;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}

.list_box6 li:hover .icon{
    border-color: #003cc5;
    box-shadow: 0 .04rem .3rem  rgba(0, 0, 0, 0.2);
}

.index-s11{
    margin-top: 0.7rem;
    margin-bottom: .7rem;
}

.aside{
    position: fixed;
    right: .3rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    background: #fff;
    width: .92rem;
    padding: .35rem 0;
    border-radius: 1rem;
    opacity: 1;
    visibility: visible;
    transition: .5s;
    box-shadow:  0 0 .1rem rgba(0, 0, 0, 0.2);
}
.aside.hide {
    opacity: 0;
    visibility: hidden;
}

.aside .ico{
    position: relative;
    padding-bottom: .08rem;

}
.aside .ico img{
    display: block;
    width: .42rem;
    margin: 0 auto;
}

.aside .ico:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -.14rem;
    transform: translateX(-50%);
    border: .06rem solid transparent;
    border-top-color: #015DD3;
}
.aside ul{
    display: none;
}

.aside li a{
    display: block;
    padding: 0.05rem 0;
}
.aside li .icon{
    width: .42rem;
    height: .41rem;
    position: relative;
    margin: 0 auto;
}
.aside li .icon .img-2,
.aside li:hover .icon .img-1{
    opacity: 0;
}
.aside li h4{
    font-size: .14rem;
    line-height: .24rem;
    color: #878787;
    text-align: center;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
    transition: .5s;
    margin-top: .07rem;
}
.aside li:hover h4{
    color: #003cc5;
}
.aside li:hover .icon .img-2{
    opacity: 1;
}
.aside li.back-top{
    display: none;
}
.aside.show li.back-top{
    display: block;
}
.aside.show li.go-bot{
    display: none;
}

.index-s6 .content .box-wap{
    display: none;
}

.aside.on{
    padding: .2rem 0;
}
.aside.on .ico{
    display: none;
}


@media (max-width: 1199px){
    .banner{
        margin-top: .75rem;
    }
    .slide-banner .img-box,
    .slide-banner .video{
        height: auto;
        padding-top: 52%;
    }
    .slide-banner .video video{
        position:absolute;
        left:0;
        top:0;
        bottom:0;
        right:0;
        width:100%;
        height:100%;
    }
    .slide-banner .page{
        padding: 0;
    }
    .aside{
        display: none;
    }
    .list2w .prev,
    .list5w .prev
    {
        left: -15px;
    }
    .list2w .next,
    .list5w .next{
        right: -15px;
    }
    .list_box7 li time{
        padding-right: .2rem;
    }
}

@media (max-width: 1025px){
    .slide-banner .page span{
        width: .1rem;
        height: .1rem;
        margin: 0 .08rem;
    }
    .slide-banner .page span.active{
        width: .24rem;
        height: .24rem;
        margin: 0 .08rem;
    }
    .slide-banner .page{
        width: auto;
        max-width: 96%;
        bottom: .2rem;
    }
    .index-s1 .col-2{
        order: 0;
        width: 100%;
        padding-bottom: .3rem;
        margin-bottom: .4rem;
    }
    .list1w .pic{
        padding-top: 61.72%;
    }
    .list1w .title002{
        margin-top: .25rem;
    }
    .list1w .txt-box {
        margin-top: 0.2rem;
        padding: 0 0.2rem;
    }
    .list1w .page{
        margin-top: .15rem;
    }
    .list1w .txt-box p{
        margin-top: .15rem;
    }
    .list1w .txt-box h3{
        font-size: .18rem;
        line-height: .3rem;
    }
    .index-s1 .col-1,
    .index-s1 .col-3{
        order: 2;
        width: 100%;
    }
    .title002 h4{
        font-size: .24rem;
        margin-top: .1rem;
    }
    .title002 h5{
        font-size: .16rem;
    }
    .index-s1 .tab-tit{
        justify-content: flex-start;
    }
    .index-s1 .tab-tit .li:nth-child(2){
        margin-left: .5rem;
    }
    .list_box2 li .pic,
    .list_box1 li .img_hezi{
        padding-top: 46vw;
    }
    .list_box1 li:first-child a{
        height: 20vw;
    }
    .list_box1 li a{
        height: 1.08rem;
    }
    .list_box1 li:not(:first-child) .txt{
        padding: 0;
        width: 100%;
    }
    .list_box2 li time{
        position: static;
        margin-top: .1rem;
    }
    .list_box2 li.imgli .txt{
        padding: .1rem ;
    }

    .list_box2 li:not(:first-child) a{
        padding: .1rem 0;
    }
    .list_box2 .l2new:not(:first-child) a{
        padding: .05rem 0;
    }
    .list_box2 li h3,
    .list_box1 li .txt h3{
        line-height: .3rem;
        height: .6rem;
    }
    .list_box2 li:last-child{
        
    }
    .index-s1 .tab-cont{
        margin-top: .19rem;
    }
    .index-s1 .wp{
        align-items: flex-start;
    }
    .index-s1{
        padding: .45rem 0 .4rem;
    }
    .title001 .tit h4{
        font-size: .14rem;
    }
    .title001 .tit h4 i {
        width: 0.4rem;
        height: .02rem;
        margin-right: .1rem;
    }
    .title001 .tit h2 span{
        font-size: .26rem;

    }

    .title001 .tit h2 i{
        width: .15rem;
        height: .15rem;
        margin: 0 .1rem;
    }
    .title001 .tit h2{
        margin-top: .1rem;
    }
    .title003 h2{
        font-size: .26rem;
        line-height: .3rem;
    }
    .title003{
        margin-bottom: .2rem;
    }
    .title001 .tit .ll img{
        width: 0.6rem;
        height: 0.5rem;
        margin: .05rem .05rem 0 0;
    }
    .list2w a{
        padding: .2rem;
    }
    .list2w .btn{
        width: .3rem;
        height: .3rem;
        z-index: 5;
    }
    .index-s2 .bot-block {
        margin-top: 0.1rem;
    }
    .index-s2{
        margin-top: 0;
        margin-bottom: .4rem;
        z-index: 3;
    }
    .index-s2 .bg-s2{
        display: none;
    }
    .index-s3 .left{
        width: 100%;
        padding-top: 0;
    }
    .list3w-pic a .pic{
        padding-top: 62.75%;
    }

    .list3w-pic .btn{
        width: .4rem;
        height: .4rem;
        background: transparent no-repeat 50%/100%;
    }
    .list3w-pic .prev{
        left: .1rem;
        background-image: url("../images/prev-2.png");
    }
    .list3w-pic .next{
        right: .1rem;
        background-image: url("../images/next-2.png");
    }
    .index-s3 .left:after{
        display: none;
    }
    .index-s3 .right{
        width: 100%;
    }
    .list3w-txt a{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: .2rem;
    }
    .list3w-txt a time{
        display: block;
        width: .8rem;
        text-align: center;
    }
    .list3w-txt a time span{
        display: block;
        font-size: .3rem;
        line-height: 1;
        color: #000000;
        font-family: 'SourceHanSansCN-Medium',sans-serif;
    }
    .list3w-txt a time em{
        display: block;
        font-size: .16rem;
        line-height: .28rem;
        color: #acacac;
        border: 1px solid #a3a3a6;
        margin-top: .1rem;
    }
    .list3w-txt a .txt{
        width: calc(100% - 1rem);
    }
    .list3w-txt a h3{
        font-size: .2rem;
        line-height: .3rem;
        color: #333;
    }
    .list3w-txt a p{
        font-size: .16rem;
        line-height: .26rem;
        color: #666;
        height: .52rem;
        margin-top: .05rem;
    }
    .list3w-txt .btn{
        display: none;
    }
    .list3w-txt{
        border: 1px solid #ddd;
    }
    .index-s3 .content {
        margin-top: 0.26rem;
    }
    .list4w-txt a h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
    }
    .list4w-txt a i{
        margin-top: .2rem;
    }
    .list4w-txt a p{
        margin-top: .2rem;
    }
    .list4w-txt a time{
        font-size: .14rem;
        margin-top: .2rem;
    }
    .list4w-txt a{
        padding: .3rem 0;
    }
    .list4w-pic a .pic {
        padding-top: 3.8rem;
    }
    .list4w-pic .page {
        margin-top: 0.15rem;
    }
    .index-s4 .bg4-2{
        height: .6rem;
    }
    .index-s4 .bg4-3{
        height: .5rem;
        bottom: .6rem;
    }
    .index-s4 .bg4-4{
        height: .5rem;
        bottom: 1.1rem;
    }
    .index-s4 .bg4-1{
        height: auto;
        top: 0.75rem;
    }
    .index-s4 .content {
        margin-top: 0.46rem;
    }
    .index-s4{
        margin-top: .4rem;
        padding-bottom: 0.6rem;
    }
    .list5w a{
        padding: .2rem;
    }
    .list5w .btn{
        width: .3rem;
        height: .3rem;
    }
    .list5w{
        top: 0;
    }
    .index-s5 .bg5{
        height: 3.15rem;
    }
    .index-s5{
        padding-bottom: 0;
    }
    .list_box3 li a{
        font-size: .16rem;
        line-height: 0.42rem;
        padding: 0 .2rem;
    }
    .list_box3 li:nth-child(4){
        margin-right: 0.1rem;
    }
    .list_box3 li {
        margin-right: 0.1rem;

    }
    .marquee2{
        margin-top: .15rem;
    }
    .index-s6 .content {
        margin-top: 0.26rem;
    }
    .list6w .item{
        padding: 0;
        position: relative;
        z-index: 2;
    }
    .list6w a{
        display: block;
    }
    .list6w .num h3{
        font-size: .3rem;
        line-height: .4rem;
        color: #333;
        text-align: center;
        font-family: 'SourceHanSerifCN-Heavy',sans-serif;
    }
    .list6w .num{
        padding: 0;
        background: none;
    }
    .list6w .dots{
        width: .2rem;
        height: .2rem;
        padding: .07rem;
        background: rgba(74, 154, 254, 0.45);
        border-radius: 50%;
        margin: .05rem auto 0;
    }
    .list6w .dots .dot{
        height: 100%;
        background: #005aff;
        border-radius: 50%;
    }
    .list6w .txt-box{
        position: relative;
        margin-top: .15rem;
        padding: .2rem;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 .1rem rgba(67, 67, 67, 0.4);
        border-radius: .2rem;
    }
    .list6w .txt-box p{
        font-size: .16rem;
        line-height: .26rem;
        color: #666;
        -webkit-line-clamp: 3;
        height: .78rem;
    }
    .list6w .txt-box:before{
        position: absolute;
        content: '';
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        border: .1rem solid transparent;
        border-bottom-color: rgba(255, 255, 255, 0.9);
    }
    .list6w:after{
        position: absolute;
        content: '';
        left: -15px;
        right: -15px;
        top: 0.54rem;
        height: 1px;
        background: #ddd;
    }

    .index-s6 .content .box-pc{
        display: none;
    }
    .index-s6 .content .box-wap{
        display: block;
    }
    .list6w .btn{
        width: .4rem;
        height: .4rem;
        margin-top: -.5rem;
    }
    .list6w .prev{
        left: -15px;
    }
    .list6w .next{
        right: -15px;
    }
    .list6w .swiper-container{
        padding-bottom: .1rem;
    }
    .index-s6 .content .bot{
        margin-top: .1rem;
    }
    .index-s6 .bg6{
        display: none;
    }
    .index-s6{
        margin-top: .7rem;
    }
    .index-s7 .left{
        width: 100%;
        margin-bottom: .1rem;
    }
    .list7w a .pic{
        padding-top: 50.33%;
    }
    .index-s7 .left .bot .li .pic{
        padding-top: 34vw;
    }
    .index-s7 .li-img h2{
        font-size: .24rem;
        line-height: .3rem;
    }
    .index-s7 .li-img h3{
        line-height: .3rem;
        max-height: .6rem;
        margin-top: .05rem;
    }
    .index-s7 .li-img time{
        font-size: .16rem;
        line-height: .26rem;
    }
    .index-s7 .content .tag img{
        height: .4rem;
    }
    .index-s7 .right{
        width: 100%;
    }
    .index-s7 .content {
        margin-top: 0.26rem;
    }
    .index-s7{
        margin-top: .3rem;
    }
    .index-s8 .left{
        width: 100%;
        margin-bottom: .3rem;
    }
    .index-s8 .left .img-box .img_hezi{
        padding-top: 44vw;
    }
    .index-s8 .left .img-box h3{
        font-size: .24rem;
        line-height: .7rem;
        margin-top: -.4rem;
        width: 3rem;
        border-radius: .2rem .2rem 0 0;
    }
    .index-s8 .left .img-box h3:after{
        height: .7rem;
        top: auto;

    }
    .index-s8 .left .img-box .play{
        width: 0.76rem;
        height: 0.74rem;
    }
    .index-s8 .right{
        width: 100%;
        margin-top: 0;
    }
    .list_box5{
        height: auto;
        display: flex;
        flex-wrap: wrap;
        /* gap: .1rem 0; */
    }
    .list_box5 li{
        position: static;
        /* margin-right: .1rem; */
        margin-bottom: .1rem;
    }
    .list_box5 li span{
        font-size: .18rem;
        line-height: .42rem;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .index-s8 .content {
        margin-top: 0.26rem;
    }
    .list9w .btn{
        width: .4rem;
        height: .4rem;
    }
    .list9w a .pic{
        padding-top: 132.32%;
    }
    .list9w .swiper-slide:nth-child(2n+1){
        margin-top: 0;
    }
    .list9w{
        padding: 0;
        margin-top: .26rem;
    }
    .index-s9 {
        margin-top: 0.4rem;
    }
    .index-s8-s9 {
        margin-top: 0.4rem;
        background-position: top center;
        background-size: cover;
    }
    .list10w a .txt-box .icon{
        width: .35rem;
        height: .35rem;
        margin-bottom: .2rem;
    }
    .list10w a .txt-box .txt h3{
        font-size: .2rem;
        max-height: 2.2rem;
    }
    .list10w a{
        background-position: top center;
    }
    .list10w a .txt-box{
        padding: .3rem 0;
    }
    .list10w .swiper-slide-active a .txt-box{
        padding: .3rem 0 .5rem;
    }
    .list10w .item{
        padding: .3rem 0;
        height: 4.1rem;
    }
    .list10w .swiper-slide-active{
        padding: 0;
    }
    .index-s10 .btn{
        width: .4rem;
        height: .4rem;
    }
    .index-s10 .page span{
        height: .1rem;
        background-size: auto 100%;
    }
    .index-s10 .page{
        background-size: auto .02rem;
    }
    .index-s10 .content{
        padding: 0;
        margin-top: .26rem;
    }
    .index-s10 {
        margin-top: 0.4rem;
    }

    .list_box6 li{
        width: 16.6%;
    }
    .list_box6 li .icon{
        width: .8rem;
        height: .8rem;
    }
    .list_box6 li .icon img{
        width: .3rem;
        height: .3rem;
    }
    .list_box6 li h3{
        margin-top: .1rem;
        line-height: .28rem;
    }
    .list_box6 ul{
        padding: 0;
        gap: .2rem 0;
    }
    .index-s11{
        margin: .4rem 0;
    }
    .index-s4 .left{
        width: 100%;
        margin-top: .3rem;
        order: 1;
    }
    .list4w a .pic{
        padding-top: 61.34%;
    }
    .list4w .txt h3{
        font-size: .2rem;
        margin-top: .05rem;
    }
    .list4w .txt time{
        font-size: .16rem;
        line-height: .24rem;
    }
    .list4w .txt{
        padding: 0 .2rem;
        bottom: .3rem;
    }
    .list4w .page{
        left: 0;
        right: 0;
        bottom: .1rem;
    }
    .list4w .page span{
        margin: 0 .08rem;
    }
    .index-s4 .right{
        width: 100%;
        order: 0;
    }
    .list_box7 li a{
        padding: .15rem .2rem;
    }
    .list_box7 li{
        margin-top: .2rem;
    }
}

@media (max-width: 641px){
    .title001 .tit{
        margin-left: -.34rem;
    }
    .index-s1 .col-1{
        width: 100%;
        margin-bottom: .3rem;
    }
    .list_box1 li .txt{
        padding: 0 .2rem;
        width: 100%;
    }
    .index-s1 .col-3{
        width: 100%;
        order: 1;
    }
    .list_box2 li .pic{
        padding-top: 56%;
    }
    .list_box2 li time{
        display: block;
        margin-top: .05rem;
    }
    .index-s4 .left{
        width: 100%;
        /* order: 1; */
    }
    .index-s4 .right{
        width: 100%;
        /* order: 0; */
    }
    .list4w-pic a .pic{
        padding-top: 63.24%;
    }
    .list4w-pic .page{
        position: absolute;
        left: 0;
        right: 0;
        bottom: .1rem;
        margin-top: 0;
        text-align: center;
    }
    .index-s4 .left:before{
        display: none;
    }
    .list4w-txt a{
        padding: .2rem 0 0;
    }
    .index-s4 .bg4-1{
        top: .81rem;
        height: auto;
    }
    .index-s4 .bg4-2,
    .index-s4 .bg4-3,
    .index-s4 .bg4-4{
        display: none;
    }
    .index-s4{
        padding-bottom: .4rem;
    }
    .list_box3 li a{
        line-height: .24rem;
        padding: .1rem .2rem;
    }
}

@media (max-width: 481px){
    .index-s1 .col-2{
        padding-bottom: 0;
    }
    .list7w .txt{
        bottom: .1rem;
        padding: 0 1rem 0 .1rem;
    }
    .list7w .page{
        right: .1rem;
        bottom: .22rem;
    }
    .index-s7 .left .bot .li{
        width: 100%;
    }
    .index-s7 .left .bot .li:not(:first-child){
        margin-top: .1rem;
    }
    .index-s7 .left .bot .li .pic{
        padding-top: 102.12%;
    }
    .index-s7 .right .ll{
        width: 100%;
        margin-bottom: .1rem;
    }
    .index-s7 .right .ll .pic{
        padding-top: 127.8%;
    }
    .index-s7 .right .rr{
        width: 100%;
    }
    .index-s7 .right .rr .li:nth-of-type(1) .pic{
        padding-top: 127.8%;
    }
    .index-s7 .right .rr .li:nth-of-type(2) .pic{
        padding-top: 69.13%;
    }
    .index-s8 .left .img-box .img_hezi{
        padding-top: 62vw;
    }
    .list_box6 li{
        width: 23.5%;
    }
    .list_box6 ul{
        gap: .2rem 2%;
    }

    .list8w .page{
        left: 0;
        right: 0;
        bottom: .52rem;
    }
    .list10w .item{
        height: 3.6rem;
    }

    .list10w a .txt-box .txt h3{
        max-height: 2rem;
    }
}


.aside-fc{
    position: fixed;
    right: .2rem;
    bottom: .2rem;
    z-index: 99;
}
.aside-fc a{
    display: block;
}
.aside-fc img{
    display: block;
    max-width: 2.50rem;
}
.aside-fc span{
    display: block;
    font-size: .16rem;
    color: #000;
    line-height:.24rem;
    margin-top: 5px;
    text-align: right;
    cursor: pointer;
}

@media screen and (max-width: 768px){
    .aside-fc{
        right: .1rem;
        bottom: .1rem
    }
    .aside-fc img{
        max-width: 2rem;
    }

}

@media screen and (max-width: 481px){
    .aside-fc img{
        max-width: 1.5rem;
    }
}

.qr-code-box {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 99;
    overflow: hidden;
    display:none;
}

.qr-code-box .qr-code-inner {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 4rem;
    height: 3.56rem;
    margin-left: -2rem;
    margin-top: -1.7rem
}

.qr-code-bg {
    width: 4rem;
    height: 2.68rem;
    background-color: #fff;
    background-image: url('../images/qr_code_box_bg.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    border-radius: .08rem;
    padding: .16rem;
    box-sizing: border-box
}

.qr-code {
    width: 1.7rem;
    height: 1.7rem;
    margin: .12rem auto;
    background-image: url('../images/qr_code_bg.png');
    background-position: center center;
    background-repeat: no-repeat
}

.qr-code img {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: .13rem;
    margin-left: .13rem
}

.qr-code-close {
    width: .4rem;
    height: .4rem;
    margin: .3rem auto;
    cursor: pointer
}

.qr-code-close img {
    width: 100%;
    height: 100%
}

.qr-code-title {
    text-align: center;
    font-size: .2rem;
    color: #655c68
}

.qr-code-tips {
    text-align: center;
    font-size: 14px;
    color: #b8b6b9
}

.list11w .list_box5 li{
    opacity: 1;
}

.list11w .swiper-slide-active .list_box5 li{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.list11w .swiper-slide-active .list_box5 li:nth-child(2){
    animation-delay: .1s;
}
.list11w .swiper-slide-active .list_box5 li:nth-child(3){
    animation-delay: .2s;
}
.list11w .swiper-slide-active .list_box5 li:nth-child(4){
    animation-delay: .3s;
}
.list11w .swiper-slide-active .list_box5 li:nth-child(5){
    animation-delay: .4s;
}
.list11w .swiper-slide-active .list_box5 li:nth-child(6){
    animation-delay: .5s;
}
.list11w .swiper-slide-active .list_box5 li:nth-child(7){
    animation-delay: .6s;
}
.list11w .swiper-slide-active .list_box5 li:nth-child(8){
    animation-delay: .7s;
}
.list11w .swiper-slide-active .list_box5 li:nth-child(9){
    animation-delay: .8s;
}
.list11w .swiper-slide-active .list_box5 li:nth-child(10){
    animation-delay: .9s;
}
.list11w .swiper-slide-active .list_box5 li:nth-child(11){
    animation-delay: 1s;
}
.list11w .swiper-slide-active .list_box5 li:nth-child(12){
    animation-delay: 1.1s;
}
.list11w .swiper-slide-active .list_box5 li:nth-child(13){
    animation-delay: 1.2s;
}
.list11w {
    height: 5.78rem;
    overflow: hidden;
}
.list11w .list_box5{
    height: auto;
}

@media  (max-width: 1025px){
    .list_box5{
        height: auto;
        display: block;
    }
    .list11w{
        height: 2.58rem;
    }
}

@media  (max-width: 769px){
    .list11w{
        height: 4.08rem;
    }
    .list_box7 li time{
        padding-right: .2rem;
    }
    .list_box7 li a{
        padding: .15rem 0;
    }
    .list_box7 li:after{
        left: -15px;
        right: -15px;
    }
    .list_box7 li .txt {
        width: calc(100% - 1.25rem);
    }
}