@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: .98rem;z-index: 6}
.banner .a .txt h3{font-size: .32rem;line-height: .4rem;color: #fff; font-family: 'SourceHanSansCN-Bold',sans-serif}
.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, 0.6) 100%);z-index: 1;height: 23vh;}
.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.05);} }
.banner .swiDots{
    left: 0;
    right: 0;
    bottom: .49rem;
    font-size: 0;
}
.banner .swiDots span{
    width: .18rem;
    height: .18rem;
    margin: 0 .27rem;
    background: transparent url("../images/dots-1.png") no-repeat 50%/100% auto;
    opacity: 1;
    border-radius: 0;
    vertical-align: middle;
}
.banner .swiDots span.active{
    width: .58rem;
    height: .37rem;
    background-image: url("../images/dots-2.png");
}

.title001 {
    position: relative;
    z-index: 2;
}
.title001 .tit h4{
    font-size: 1rem;
    line-height: 1;
    background: url('../images/tit1.png');
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
    text-transform: uppercase;
}
.title001 .tit h4 img{
    display: block;
    height: .8rem;
}
.title001 .tit h2 span{
    display: block;
    font-size: .82rem;
    color: #01aadb;
    font-family: 'yuweij';
    line-height: 1;
}
.title001 .tit h2{
    display: flex;
    align-items: center;
    font-size: .5rem;
    line-height: 1;
    color: #050505;
    letter-spacing: .04em;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
    justify-content: center;
    position: relative;
    margin-top: -.6rem;
}
.title001 .more{
    position: absolute;
    right: .17rem;
    bottom: .16rem;
    transition: .5s;
}
.title001 .more a{
    width: 1.77rem;
    display: block;
    position: relative;
    z-index: 2;
    font-size: .2rem;
    line-height: .5rem;
    color: #fff;
    font-family: 'SourceHanSerifCN-Medium', sans-serif;
    text-align: center;
    letter-spacing: .04em;
}
.title001 .more:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #01aadb;
    border-radius: .03rem;
    transform: skewX(-10deg);
}
.title001 .more:after{
    position: absolute;
    content: '';
    top: -.04rem;
    right: -.07rem;
    width: .12rem;
    height: 100%;
    background: #ddbd85;
    border-radius: .01rem;
    transform: skewX(-10deg);
}
.title001 .more:hover{
    transform: translateX(.1rem);
}
.gd a{
    display: block;
    position: relative;
    z-index: 2;
    font-size: .2rem;
    line-height: .5rem;
    color: #fff;
    font-family: 'SourceHanSerifCN-Medium', sans-serif;
    text-align: center;
    letter-spacing: .04em;
}
.gd:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #01aadb;
    border-radius: .03rem;
    transform: skewX(-10deg);
}
.gd:after{
    position: absolute;
    content: '';
    top: -.04rem;
    right: -.07rem;
    width: .12rem;
    height: 100%;
    background: #ddbd85;
    border-radius: .01rem;
    transform: skewX(-10deg);
}
.gd{
    width: 1.68rem;
    margin: .41rem auto 0;
    position: relative;
    transition: .5s;
}
.gd:hover{
    transform: translateY(-.1rem);
}
.list_box1 li{
    width: 47.5%;
}
.list_box1 li a{
    display: block;
    position: relative;
}
.list_box1 li .pic{
    padding-top: 4.4rem;
}
.list_box1 li h4{
    width: 1.42rem;
    position: relative;
}
.list_box1 li h4 span{
    display: block;
    font-size: .2rem;
    line-height: .5rem;
    color: #fff;
    position: relative;
    z-index: 2;
    text-align: center;
    font-family: 'SourceHanSerifCN-Regular', sans-serif;
}
.list_box1 li h4:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #01aadb;
    border-radius: .03rem;
    transform: skewX(-10deg);
    transform-origin: left center;
}
.list_box1 li h4:after{
    position: absolute;
    content: '';
    left: .02rem;
    top: -.05rem;
    width: 1.51rem;
    height: 100%;
    background: url("../images/s1-img-2.png") no-repeat 50%/100% 100%;
}
.list_box1 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    font-weight: bold;
    margin-top: .1rem;
}
.list_box1 li .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .32rem;
    padding: 0 .4rem;
    z-index: 5;
    transition: .5s;
}
.list_box1 li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 59.5%;
    background: linear-gradient(180deg,transparent 0%,#002e96 100%);
}
.list_box2 ul{
    display: flex;
    flex-wrap: wrap;
}
.list_box2 li{
    width: 30.3125%;
    margin: 0 0 0 4.53125%;
    position: relative;
}
.list_box2 li:nth-child(3n+1){
    margin-left: 0;
}
.list_box2 li a{
    position: relative;
    height: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}
.list_box2 li time{
    display: block;
    color: #01aadb;
    text-align: center;
    margin-right: .18rem;
    flex-shrink: 0;
}
.list_box2 li time span{
    display: block;
    font-size: .4rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
}
.list_box2 li time em{
    margin-top: .05rem;
    display: block;
    font-size: .16rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Regular', sans-serif;
}
.list_box2 li h3{
    flex: 1;
    font-size: .2rem;
    line-height: .3rem;
    color: #191a1e;
    font-weight: bold;
    transition: .5s;
}
.list_box2 li:before{
    position: absolute;
    content: '';
    left: -.12rem;
    right: -.04rem;
    top: 0;
    bottom: .01rem;
    background: #fff;
    box-shadow: .098rem .12rem .62rem #d5f1fb;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: .01rem;
    background: #e2ecef;
}
.list_box2 li:hover:before{
    opacity: 1;
    visibility: visible;
}
.list_box2 li:hover h3{
    color: #01aadb;
}

.index_s1 .content{
    margin-top: .23rem;
    position: relative;
}
.index_s1:before{
    position: absolute;
    content: '';
    left: 2.4vw;
    bottom: 2.08rem;
    width: 1.91rem;
    height: 6.58rem;
    background: url("../images/s1-img-3.png") no-repeat 50%/100% auto;
}
.index_s1:after{
    position: absolute;
    content: '';
    right: 2.6vw;
    bottom: .13rem;
    width: 1.37rem;
    height: 6.58rem;
    background: url("../images/s1-img-4.png") no-repeat 50%/100% auto;
}
.index_s1{
    position: relative;
}
.list1w1 a{
    display: block;
    background: url("../images/s2-img-2.png") no-repeat bottom center/100% auto;
}
.list1w1 a .pic{
    padding-top: 5.65rem;
}
.list1w1 a time{
    width: 1.11rem;
    height: 1.11rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
    background: #01aadb;
    border-radius: 50%;
    transform: translateY(-.59rem);
}
.list1w1 a time span{
    display: block;
    font-size: .4rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
    margin-top: -.05rem;
}
.list1w1 a time em{
    display: block;
    font-size: .16rem;
    line-height: 1;
    margin-top: .05rem;
    font-family: 'SourceHanSerifCN-Regular', sans-serif;
}
.list1w1 a h3{
    flex: 1;
    font-size: .2rem;
    line-height: .3rem;
    color: #191a1e;
    max-height: .6rem;
    font-weight: bold;
    transition: .5s;
}
.list1w1 a .txt{
    padding: .025rem .27rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list1w1 a:hover h3{
    color: #01aadb;
}
.list1w1 .btn{
    width: .7rem;
    height: .7rem;
    background: no-repeat 50%/100% 100%;
    box-shadow: .043rem 0.055rem .18rem #97def3;
    border-radius: 50%;
}
.list1w1 .prev{
    left: -1.45rem;
    background-image: url("../images/prev-1.png");
}
.list1w1 .next{
    right: -1.45rem;
    background-image: url("../images/next-1.png");
}

.list1w1 {
    position: relative;
    width: 9.75rem;
    margin: 0 auto;
    z-index: 3;
    box-shadow: .098rem .12rem .62rem #d5f1fb;
}
.list1w2 .slide .pic{
    padding-top: 2.9rem;
    opacity: .6;
}
.list1w2 .slide{
    background: #000000;
    transition: opacity .5s;
}
.list1w2 .swiper-slide-active{
    opacity: 0;
}
.list1w2Box{
    overflow: visible;
}
.list1w2{
    position: absolute;
    top: 1.38rem;
    left: 0;
    right: 0;
    width: 9.75rem;
    margin: 0 auto;
}
.index_s2 .content{
    margin-top: .2rem;
    position: relative;
}
.index_s2{
    margin-top: .95rem;
}
.home1{
    padding: .7rem 0 1.19rem;
    background: url("../images/home1.png") no-repeat bottom center/100% auto;
}
.index_s3 .top{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.index_s3 .btnBox{
    position: absolute;
    right: 0;
    bottom: -1.14rem;
    width: 1.5rem;
    display: flex;
    justify-content: space-between;
}
.index_s3 .btn{
    width: .7rem;
    height: .7rem;
    background: no-repeat 50%/100% 100%;
    box-shadow: .043rem 0.055rem .18rem #97def3;
    border-radius: 50%;
}
.index_s3 .prev{
    background-image: url("../images/prev-1.png");
}
.index_s3 .next{
    background-image: url("../images/next-1.png");
}
.index_s3 .top .top_l{
    width: 54.75%;
    position: relative;
}
.list2w1 a{
    display: block;
}
.list2w1 a .pic{
    padding-top: 5.7rem;
}
.index_s3 .top .top_r{
    width: 37.8125%;
    margin-top: .46rem;
    padding-left: .24rem;
}
.list2w1_txt li a{
    display: block;
    position: relative;
    padding-left: .52rem;
    padding-top: .05rem;
}
.list2w1_txt li time{
    display: block;
    font-size: .3rem;
    line-height: .4rem;
    color: #fff;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
    opacity: 0;
}
.list2w1_txt li h3{
    margin-top: .22rem;
    font-size: .3rem;
    line-height: .36rem;
    color: #fff;
    height: .72rem;
    font-weight: bold;
    opacity: 0;
}
.list2w1_txt li p{
    font-size: .16rem;
    line-height: .3rem;
    color: #fff;
    -webkit-line-clamp: 3;
    height: .9rem;
    margin-top: .2rem;
    opacity: 0;
}
.list2w1_txt li h6 span{
    position: relative;
    display: block;
    font-size: .2rem;
    line-height: .5rem;
    color: #fff;
    font-family: 'SourceHanSerifCN-Medium',sans-serif;
    z-index: 2;
    transition: .5s;
}
.list2w1_txt li h6:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: .01rem solid #fff;
    border-radius: .02rem;
    transform: skewX(-10deg);
    transition: .5s;
}
.list2w1_txt li h6:after{
    position: absolute;
    content: '';
    top: -.04rem;
    right: -.07rem;
    width: .12rem;
    height: 100%;
    background: #ddbd85;
    border-radius: .01rem;
    transform: skewX(-10deg);
}
.list2w1_txt li h6{
    width: 1.68rem;
    position: relative;
    margin-top: .63rem;
    text-align: center;
    opacity: 0;
}
.list2w1_txt li a:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: .13rem;
    height: 4.49rem;
    background: url("../images/s3-img-4.png") no-repeat top center/100% auto;
}
.list2w1_txt li h6:hover:before{
    background: #fff;
}
.list2w1_txt li h6:hover span{
    color: #01aadb;
}
.list2w1_txt li{
    display: none;
}
.list2w1_txt li.active{
    display: block;
}
.list2w1_txt li.active time,
.list2w1_txt li.active h3,
.list2w1_txt li.active p,
.list2w1_txt li.active h6{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.list2w1_txt li.active h3{
    animation-delay: .2s;
}
.list2w1_txt li.active p{
    animation-delay: .3s;
}
.list2w1_txt li.active h6{
    animation-delay: .4s;
}
.index_s3 .bot{
    width: 76.125%;
    position: relative;
    margin-top: -.51rem;
    z-index: 3;
}
.list2w2 .img-box{
    position: relative;
    cursor: pointer;
}
.list2w2 .img_hezi{
    padding-top: 1.63rem;
}
.list2w2 .img-box:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: .04rem solid #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: .5s;
}
.list2w2 .img-box:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6) url("../images/s3-img-3.png") no-repeat 50%/.59rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list2w2 .swiper-slide-thumb-active .img-box:before,
.list2w2 .swiper-slide-thumb-active .img-box:after{
    opacity: 1;
    visibility: visible;
}
.index_s3 .title001 .tit h2 span{
    color: #fff;
    margin-right: .1rem;
}
.index_s3 .title001 .tit h2{
    color: #fff;
    justify-content: flex-start;
}
.index_s3 .content{
    margin-top: 0;
}
.index_s3{
    padding: .9rem 0 .87rem;
    background: url("../images/index_s3.png") no-repeat 50%/cover;
}

.index_s4 .left{
    margin-top: .69rem;
    width: 71.125%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-self: flex-start;
}
.index_s4 .left .aleft{
    width: 1.85rem;
}
.index_s4 .left .aright{
    margin-top: 1.12rem;
    width: calc(100% - 1.85rem);
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    justify-content: space-between;
}
.index_s4 .left .ll{
    width: 56.77%;
}
.index_s4 .left .li a{
    display: block;
    position: relative;
}
.index_s4 .left .li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.62rem;
    background: linear-gradient(180deg, transparent 0%, #002e96 100%);
}
.index_s4 .left .li a h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .2rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    font-weight: bold;
    max-height: .6rem;
    padding: 0 .26rem;
    transition: .5s;
    z-index: 3;
}
.index_s4 .left .ll .li .pic{
    padding-top: 3.6rem;
}
.index_s4 .left .ll .li:nth-child(2){
    margin-top: .12rem;
}
.index_s4 .left .rr{
    width: 38.72%;
}
.index_s4 .left .rr .li .pic{
    padding-top: 7.32rem;
}
.index_s4 .right{
    width: 23%;
    margin-top: .3rem;
}
.list3wBox{
    height: 9.6rem;
}
.list3wBox li a{
    display: block;
    height: 100%;
    transition: .5s;
}

.list3wBox li a .con{
    position: relative;
    width: 2.04rem;
    top: -.06rem;
    height: calc(100% + .12rem);
}
.list3wBox li a .txt{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s4-img-4.png") no-repeat 50%/100% 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list3wBox li a .icon{
    position: relative;
    width: 1.41rem;
    height: .66rem;

}
.list3wBox li a .icon svg{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 80%;
    max-height:100%;
    margin: auto;
}
.list3wBox li a .icon svg .cls-1{
    stroke: #fff;
}
.list3wBox li a .icon svg .cls-2{
    fill: #fff;
}
.list3wBox li a h3{
    font-size: .18rem;
    line-height: .24rem;
    color: #fff;
    text-align: center;
    margin-top: .1rem;
}
.list3wBox li a .ico{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1.01rem;
    height: 1.01rem;
    margin: auto;
    transition: .5s;
    border-radius: 50%;
    box-shadow: .05rem .11rem .35rem 0 #c8e4f9;
}
.list3wBox li a .ico img{
    display: block;
    width: 100%;
}
.list3w .bg-box img{
    display: block;
    width: 100%;
    max-height: 100%;
    filter: drop-shadow(-.05rem .11rem 1.99rem  #c8e4f9);
}
.list3w .bg-box{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    padding-left: 1.18rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.list3w .btnBox{
    position: absolute;
    right: .4rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.list3w .btn{
    position: static;
    width: .22rem;
    height: .19rem;
    margin: 0 auto;
    background: transparent no-repeat 50%/100%;
    transform: none;
}
.list3w .prev{
    background-image: url("../images/prev-2.png");
}
.list3w .next{
    background-image: url("../images/next-2.png");
}
.list3w .swiDots{
    font-size: 0;
    position: static;
    display: flex;
    align-items: baseline;
    margin: .4rem 0;
}
.list3w .swiDots .current{
    display: block;
    font-size: .3rem;
    line-height: 1;
    color: #fff;
    font-family: 'DIN-Medium',sans-serif;
}
.list3w .swiDots i{
    display: block;
    font-size: .2rem;
    line-height: 1;
    color: #fff;
    font-family: 'DIN-Medium',sans-serif;
    margin: 0 .05rem;
}
.list3w .swiDots .total{
    display: block;
    font-size: .2rem;
    line-height: 1;
    color: #fff;
    font-family: 'DIN-Medium',sans-serif;
}

.list3w{
    position: relative;
    width: calc(100% + (100vw - 16rem) / 2);
    left: 0;
}

.index_s4{

}

.list_box3{
    display: flex;
    flex-wrap: wrap;
}

.list_box3 li{
    width: 20%;
    margin: .62rem 0 0 0;
}
.list_box3 li:nth-child(-n+5){
    margin-top: 0;
}
.list_box3 li a{
    display: block;
}
.list_box3 li .icon{
    width: 1.13rem;
    height: 1.13rem;
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
    background: url("../images/s5-img-1.png") no-repeat 50%/100% 100%;
    box-shadow: .14rem .17rem .4rem rgba(75, 204, 242, 0.49);
    transition: .5s;
}
.list_box3 li .icon img{
    max-width: .71rem;
    max-height: .69rem;
    filter: drop-shadow(.02rem .07rem .14rem rgba(0, 161, 208, 0.59));
    z-index: 3;
    transition: .5s;
}
.list_box3 li .icon:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ddbd85;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box3 li h3{
    font-size: .6rem;
    line-height: 1;
    color: #050505;
    font-weight: bold;
    font-family: 'DIN-Medium',sans-serif;
    text-align: center;
    transition: .5s;
}
.list_box3 li h4{
    margin-top: .08rem;
    font-size: .16rem;
    line-height: .24rem;
    color: #191a1e;
    text-align: center;
    height: .48rem;
}
.list_box3 li .txt{
    margin-top: .17rem;
}
.list_box3 li:hover .icon:after{
    opacity: 1;
    visibility: visible;
}
.list_box3 li:hover .icon{
    box-shadow: .14rem .17rem .4rem rgba(221, 189, 133, 0.49);
}
.list_box3 li:hover .icon img{
    filter: none;
}
.list_box3 li:hover h3{
    color: #ddbd85;
}

.list4w .btn{
    width: .7rem;
    height: .7rem;
    background: no-repeat 50%/100% 100%;
    box-shadow: .043rem 0.055rem .18rem #97def3;
    border-radius: 50%;
}
.list4w .prev{
    left: -.38rem;
    background-image: url("../images/prev-1.png");
}
.list4w .next{
    right: -.38rem;
    background-image: url("../images/next-1.png");
}
.list4w{
    position: relative;
    margin-top: .65rem;
}

.index_s5 .title001:before{
    position: absolute;
    content: '';
    left: -.73rem;
    top: -.6rem;
    width: .43rem;
    height: .66rem;
    background: url("../images/s5-img-3.png") no-repeat 50%/100% 100%;
}
.index_s5 .title001:after{
    position: absolute;
    content: '';
    left: 2.88rem;
    top: -.74rem;
    width: .69rem;
    height: .55rem;
    background: url("../images/s5-img-2.png") no-repeat 50%/100% 100%;
}

.index_s5 .title001 .tit h2 span{
    color: #10489a;
}
.index_s5 .title001 .tit h2{
    padding-left: .14rem;
    justify-content: flex-start;
}
.index_s5 .bg{
    position: absolute;
    left: 0;
    right: 0;
    top: -.47rem;
    height: 11.24rem;
    background: url("../images/index_s5.png") no-repeat top center/100% auto;
}
.index_s5:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: -2.6rem;
    width: 6.89rem;
    height: 4.3rem;
    background: url("../images/s5-img-4.png") no-repeat top center/100% auto;
}
.index_s5{
    position: relative;
    margin-top: .3rem;
}

.index_s6 .left{
    width: 47.875%;
    padding-left: .16rem;
}
.list5w a{
    display: block;
}
.list5w a .pic{
    padding-top: 4.42rem;
}
.list5w a h5{
    font-size: .18rem;
    line-height: .3rem;
    color: #fff;
}
.list5w a h3{
    margin-top: .05rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    height: .6rem;
    font-weight: bold;
    transition: .5s;
}
.list5w a .txt{
    padding: 0 .1rem;
    margin-top: .29rem;
}
.list5w a:hover h3{
    color: #ddbd85;
}
.index_s6 .right{
    width: 49.125%;
}
.list_box4 li{
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.list_box4 li a{
    position: relative;
    z-index: 2;
    display: block;
    padding: .3rem .77rem .35rem;
}
.list_box4 li h5{
    font-size: .18rem;
    line-height: .3rem;
    color: #ffffff;
}
.list_box4 li h3{
    margin-top: .09rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    font-weight: bold;
}
.list_box4 li time{
    margin-top: .3rem;
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #ffffff;
    opacity: .7;
    font-family: 'SourceHanSerifCN-Regular', sans-serif;
}
.list_box4 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: .05rem;
    background: #ddbd85;
    border-radius: .5rem;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box4 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: -1px;
    background: linear-gradient(90deg, rgba(64, 212, 255, 0.8) 0%, transparent 100%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box4 li:hover:before{
    opacity: 1;
    visibility: visible;
}
.list_box4 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.index_s6 .content{
    margin-top: .32rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s6 .title001 h2 span{
    color: #fff;
}
.index_s6 .title001 h2{
    color: #fff;
}
.index_s6{
    padding: .72rem 0 .75rem;
}
.index_s6 .bg:after{
    position: absolute;
    content: '';
    right: 0;
    top: 1.69rem;
    bottom: 0;
    width: 45%;
    background: #01aadb;
}
.index_s6 .bg{
    position: absolute;
    right: 0;
    bottom: -.75rem;
    top: -.72rem;
    left: calc((100vw - 16rem) / -2);
    background: url("../images/index_s6.png") no-repeat left center/auto 100%;
}
.index_s6 .title001 .more{
    bottom: .29rem;
}
.index_s6{
    margin-top: 1.47rem;
}
.home2{
    background: url("../images/home2.png") no-repeat top center/100% auto;
}
.mt_list{
    position: relative;

    margin-bottom: .16rem;
    align-self: flex-end;
    display: flex;
    justify-content: space-between;
}
.mt_list .li{
    position: relative;
}
.mt_list .li+.li{
    margin-left: .16rem;
}
.mt_list .li a{
    display: block;
    width: .56rem;
}
.mt_list .li a img{
    display: block;
    width: 100%;
}
.mt_list .li span{
    width: 1.2rem;
    position: absolute;
    top: calc(100% + .21rem);
    left: 50%;
    background: #fff;
    transform: translateX(-50%);
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    visibility: hidden;
    opacity: 0;
    z-index: 15;
    display: flex;
    text-align: center;
}
.mt_list .li span img{
    display: block;
    width: 100%;
    height: 100%;
}
.mt_list .li span:before {
    content: '';
    border: .1rem solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
}
.mt_list .li:hover span {
    opacity: 1;
    visibility: visible;
    transition: .5s;
}
.index_s7 .title001 h2 span{
    color: #10489a;
}
.index_s7 .title001 h2{
    padding-left: .16rem;
    justify-content: flex-start;
}
.index_s7 .title001{
    z-index: 5;
    justify-content: space-between;
}

.index_s7 .content .li a{
    display: block;
    position: relative;
}
.index_s7 .content .li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background: linear-gradient(180deg, transparent 0%, #000 100%);
}
.index_s7 .content .li a.mask1:after{
    background: linear-gradient(180deg, transparent 0%, #10489a 100%);
}
.index_s7 .content .li a.nomask:after{
    display: none;
}
.index_s7 .content .li .ico{
    width: .36rem;
    height: .32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: .15rem;
}
.index_s7 .content .li .ico img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.index_s7 .content .li h3{
    flex: 1;
    font-size: .16rem;
    line-height: .24rem;
    color: #fff;
    max-height: .48rem;
}
.index_s7 .content .li .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .2rem;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .2rem;
    transition: .5s;
}
.index_s7 .content .li:hover .txt{
    transform: translateY(-.1rem);
}
.index_s7 .content .li a .play{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: .51rem;
    height: .51rem;
    background: url("../images/play.png") no-repeat 50%/100%;
    margin: auto;
    z-index: 3;
}
.index_s7 .content .left{
    width: 39.48%;
}
.index_s7 .content .left .top .li a .pic{
    padding-top: 4.69rem;
}
.index_s7 .content .left .bot .li:nth-child(1){
    width: 48.15%;
}
.index_s7 .content .left .bot .li:nth-child(2){
    width: 51.85%;
}
.index_s7 .content .left .bot .li a .pic{
    padding-top: 2.91rem;
}
.index_s7 .content .left .bot{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_s7 .content .cen{
    width: 35.73%;
}
.index_s7 .content .cen .li a .pic{
    padding-top: 7.6rem;
}
.index_s7 .content .right{
    width: 24.79%;
}
.index_s7 .content .right .top .li a .pic{
    padding-top: 3.93rem;
}
.index_s7 .content .right .bot .li a .pic{
    padding-top: 3.67rem;
}
.index_s7 .content{
    position: relative;
    z-index: 2;
    margin-top: .71rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s7 .bg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4rem;
    height: 17.28rem;
    background: url("../images/index_s7.png") no-repeat right top/100% auto;
}
.index_s7{
    position: relative;
}
.list6wBox a{
    display: block;
    margin-top: .5rem;
    transition: .5s;
}
.list6wBox a .pic{
    padding-top: 2.8rem;
}
.list6w .swiper-slide-active a{
    margin-top: 0;
}
.list6w .btnBox{
    position: absolute;
    right: 0;
    top: -1.1rem;
    width: 1.6rem;
    display: flex;
    justify-content: space-between;
}
.list6w .btn{
    width: .7rem;
    height: .7rem;
    background: no-repeat 50%/100% 100%;
    border-radius: 50%;
}
.list6w .prev{
    background-image: url("../images/prev-1.png");
}
.list6w .next{
    background-image: url("../images/next-1.png");
}
.list6w{
    position: relative;
    margin-top: .34rem;
}
.index_s8 .gd{
    margin-top: 0;
}
.index_s8{
    margin-top: 1.12rem;
}
.home3 .title001 h2 span{
    color: #10489a;
}
.home3{
    padding: .97rem 0 3.76rem;
    background: #fff url("../images/home3.png") no-repeat bottom center/100% auto;
}


@media (min-width: 1025px) {
    .list_box1 li:hover .txt{
        transform: translateY(.1rem);
    }
    .list1w1 .btn{
        top: auto;
        bottom: .45rem;
        transform: none;
    }
    .index_s3 .btn{
        position: static;
        transform: none;
    }
    .index_s4 .title001 h4 .img-2{
        display: none;
    }
    .index_s4 .title001 h4 img{
        width: .8rem;
        height: auto;
    }
    .index_s4 .title001 h2 span{
        margin-left: -.17rem;
    }
    .index_s4 .title001 h2{
        width: 1em;
        flex-direction: column;
        align-items: flex-start;
        line-height: .6rem;
        margin-top: .45rem;
        margin-left: -.35rem;
    }
    .index_s4 .title001 .tit{
        display: flex;
        align-items: flex-start;
    }
    .index_s4 .title001 .more{
        left: .31rem;
        bottom: 0;
        right: auto;
    }
    .index_s4 .title001 .more a{
        width: .5rem;
        height: 1.68rem;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: .24rem;
    }
    .index_s4 .title001 .more a span{
        display: block;
        width: 1em;
    }
    .index_s4 .title001 .more:before{
        transform:skewY(10deg);
    }
    .index_s4 .title001 .more:after{
        top: auto;
        left: auto;
        right: -.04rem;
        bottom: -.07rem;
        width: 100%;
        height: .12rem;
        transform:skewY(10deg);
    }
    .index_s4 .title001 .more:hover{
        transform: translateY(.1rem);
    }
    .index_s4 .title001{
        height: 100%;
    }

    .list3wBox li.pr1 a{
        transform: translateX(.8rem) translateY(-.4rem);
    }
    .list3wBox li.ne1 a{
        transform:translateX(.8rem)  translateY(.4rem);
    }
    .list3wBox li.pr2 a,
    .list3wBox li.ne2 a{
        transform: translateX(2.1rem);
    }


    .list3wBox li.swiper-slide-active a .ico{
        opacity: 0;
        visibility: hidden;
    }
    .list3wBox li.swiper-slide-active a .txt{
        opacity: 1;
        visibility: visible;
    }
    .list3wBox li.pr3 a,
    .list3wBox li.ne3 a{
        transform: translateX(4.5rem);
    }
    .list3wBox li.pr3,
    .list3wBox li.pr4,
    .list3wBox li.ne3,
    .list3wBox li.ne4{
        opacity: 0;
    }

    .list6w .btn{
        position: static;
        transform: none;
    }
}


@media (max-width: 1199px) {
    .banner .imgBox .img{
        padding-bottom: 50vw;
    }
    .index_s4 .left{
        width: 100%;
        margin-top: .5rem;
    }
    .index_s4 .right{
        width: 100%;
        margin-top: .5rem;
    }
    .list3w .bg-box,
    .list3w .btnBox{
        display: none;
    }
    .list3w{
        width: 100%;
    }
    .list3wBox{
        height: auto;
    }
    .list3wBox li a .ico{
        display: none;
    }
    .list3wBox li a .con{
        width: 100%;
        height: 2rem;
        top: 0;
    }
    .list3wBox li a .txt{
        opacity: 1;
        visibility: visible;
        background: linear-gradient(180deg,#1ec7f8 0%,#0aaddc 100%);
        border-radius: .2rem;
    }
    .list3wBox li{
        width: 12.57%;
    }

    .list3w ul{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: .26rem 2%;
    }
    .index_s6 .bg{
        left: -15px;
    }
}

@media (max-width: 1025px) {
    .banner .swiDots span.active{
        width: .3rem;
        height: .19rem;
    }
    .banner .swiDots span{
        width: .1rem;
        height: .1rem;
        margin: 0 .07rem;
    }
    .banner .swiDots{
        bottom: .15rem;
    }
    .title001 .tit h4 img{
        height: .45rem;
    }
    .title001 .tit h2 span{
        font-size: .5rem;
    }
    .title001 .tit h2{
        font-size: .28rem;
        margin-top: -.35rem;
    }
    .title001 .more a,
    .gd a{
        width: 1.2rem;
        font-size: .14rem;
        line-height: .38rem;
    }
    .title001 .more:after,
    .gd:after{
        width: .08rem;
        right: -.04rem;
    }
    .title001 .more{
        inset: auto;
        bottom: 0;
        right: 0;
    }
    .title001 .more:hover{
        transform: translate(0);
    }
    .gd{
        width: 1.2rem;
    }
    .list_box1 li{
        width: 49%;
    }
    .list_box1 li .pic{
        padding-top: 57.89%;
    }
    .list_box1 li .txt{
        padding: 0 .2rem;
        bottom: .15rem;
    }
    .list_box1 li h4 span{
        font-size: .18rem;
        line-height: .4rem;
    }
    .list_box1 li h4:after{
        width: 1.27rem;
    }
    .list_box1 li h4{
        width: 1.2rem;
    }
    .list_box1 li h3{
        font-size: .18rem;
        margin-top: .05rem;
    }
    .list_box2 li{
        width: 49%;
        margin: 0;
    }
    .list_box2 ul{
        gap: 0 2%;
    }
    .list_box2 li time span{
        font-size: .32rem;
    }
    .list_box2 li time em{
        font-size: .14rem;
    }
    .list_box2 li h3{
        font-size: .18rem;
    }
    .list_box2 li a{
        height: 1.1rem;
    }
    .index_s1 .content{
        margin-top: .2rem;
    }
    .list1w2{
        display: none;
    }
    .list1w1{
        width: 100%;
    }
    .list1w1 a .pic{
        padding-top: 57.94%;
    }
    .list1w1 a time{
        width: 1rem;
        height: 1rem;
        margin-right: .2rem;
        transform: none;
    }
    .list1w1 a time span{
        font-size: .32rem;
    }
    .list1w1 a time em{
        font-size: .14rem;
    }
    .list1w1 a .txt{
        padding: .1rem .2rem;
    }
    .list1w1 .prev{
        left: .1rem;
    }
    .list1w1 .next{
        right: .1rem;
    }
    .list1w1 .btn{
        width: .45rem;
        height: .45rem;
        background-color: #fff;
        box-shadow: none;
        margin-top: -.8rem;
    }
    .index_s2{
        margin-top: .4rem;
    }
    .home1{
        padding: .4rem 0;
        background-size: cover;
    }
    .index_s3 .top .top_l{
        width: 100%;
    }
    .list2w1 a .pic{
        padding-top: 65.07%;
    }
    .index_s3 .top .top_r{
        width: 100%;
        margin-top: .2rem;
        padding-left: 0;
    }
    .list2w1_txt li time{
        font-size: .16rem;
        line-height: .26rem;
    }
    .list2w1_txt li h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
        margin-top: .05rem;
    }
    .list2w1_txt li p{
        font-size: .18rem;
        margin-top: .1rem;
    }
    .list2w1_txt li h6 span{
        font-size: .14rem;
        line-height: .38rem;
    }
    .list2w1_txt li h6:after{
        width: .08rem;
        right: -.04rem;
    }
    .list2w1_txt li h6{
        width: 1.2rem;
        margin-top: .15rem;
    }
    .list2w1_txt li a:before{
        width: .1rem;
    }
    .list2w1_txt li a{
        padding-top: 0;
        padding-left: .2rem;
    }
    .index_s3 .btnBox{
        position: static;
    }
    .index_s3 .btn{
        width: .45rem;
        height: .45rem;
        background-color: #fff;
        box-shadow: none;
    }
    .list2w2 .img_hezi{
        padding-top: 56.01%;
    }
    .index_s3 .bot{
        width: 100%;
        margin-top: .3rem;
    }
    .index_s3 .content{
        margin-top: .2rem;
    }
    .index_s3{
        padding: .4rem 0;
    }
    .index_s4 .left .aleft{
        width: 100%;
    }
    .title001 .tit h4 img.img-1{
        display: none;
    }
    .index_s4 .title001{
        display: flex;
        justify-content: center;
    }
    .index_s4 .left .aright{
        width: 100%;
        margin-top: .2rem;
    }
    .index_s4 .left .ll{
        width: 58%;
    }
    .index_s4 .left .rr{
        width: 40%;
    }
    .list3wBox li a .con{
        height: 1.5rem;
    }
    .list3wBox li a .icon{
        width: 1.2rem;
        height: .5rem;
    }
    .list3wBox li a h3 br{
        display: none;
    }
    .list3wBox li a h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .list3wBox li a .txt{
        border-radius: .1rem;
    }
    .list3wBox li{
        width: 23.5%;
    }
    .list3wBox ul{
        gap: .2rem 2%;
        justify-content: center;
    }
    .index_s4 .right{
        margin-top: .3rem;
    }
    .index_s4 .left{
        margin-top: .4rem;
    }
    .index_s5 .title001:before,
    .index_s5 .title001:after{
        display: none;
    }
    .list_box3 li .icon img{
        max-width: 45%;
        max-height: 40%;
    }
    .list_box3 li .icon{
        width: 1rem;
        height: 1rem;
    }
    .list_box3 li h3{
        font-size: .32rem;
    }
    .list_box3 li h4 br{
        display: none;
    }
    .list_box3 li h4{
        margin-top: .05rem;
    }
    .list_box3 li{
        width: 18.4%;
        margin: 0;
    }
    .list_box3{
        gap: .26rem 2%;
    }
    .list4w .btn{
        width: .45rem;
        height: .45rem;
        background-color: #fff;
        box-shadow: none;
    }
    .list4w .prev{
        left: 0;
    }
    .list4w .next{
        right: 0;
    }
    .list4w{
        margin-top: .2rem;
    }
    .index_s5:after{
        display: none;
    }
    .index_s5 .title001 .tit h2{
        padding-left: 0;
    }
    .index_s5{
        margin-top: .4rem;
    }
    .index_s6 .left{
        width: 100%;
        padding-left: 0;
    }
    .list5w a .pic{
        padding-top: 59.01%;
    }
    .list5w a .txt{
        margin-top: .2rem;
        padding: 0;
    }
    .index_s6 .right{
        width: 100%;
        margin-top: .2rem;
    }
    .list_box4 li a{
        padding: .2rem;
    }
    .list_box4 li h3{
        margin-top: .05rem;
    }
    .list_box4 li time{
        margin-top: .1rem;
    }
    .index_s6 .content{
        margin-top: .2rem;
    }
    .index_s6 .bg{
        bottom: 0;
        top: -.4rem;
        background-size: contain;
        background-position: left top;
    }
    .index_s6{
        margin-top: .4rem;
        padding: .4rem 0;
    }
    .index_s6 .bg:after{
        left: 0;
        bottom: -.4rem;
        width: 100%;
    }
    .index_s6 .title001 h2{
        justify-content: flex-start;
    }
    .index_s6 .title001 .more{
        bottom: 0;
    }
    .mt_list .li a{
        width: .4rem;
        height: .4rem;
    }
    .mt_list{
        margin-bottom: 0;
    }
    .index_s7 .content .li .ico{
        width: .32rem;
        height: .32rem;
        margin-right: .1rem;
    }
    .index_s7 .content .li h3{
        font-size: .18rem;
        line-height: .28rem;
        max-height: .56rem;
    }
    .index_s7 .content .li .txt{
        padding: 0 .1rem;
        bottom: .1rem;
    }
    .index_s7 .content .left{
        width: 100%;
    }
    .index_s7 .content .left .top .li a .pic{
        padding-top: 61.87%;
    }
    .index_s7 .content .left .bot .li a .pic{
        padding-top: 34vw;
    }
    .index_s7 .content .cen{
        width: 100%;
    }
    .index_s7 .content .cen .li a .pic{
        padding-top: 61.87%;
    }
    .index_s7 .content .right{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .index_s7 .content .right .top,
    .index_s7 .content .right .bot{
        width: 50%;
    }
    .index_s7 .content .right .top .li a .pic,
    .index_s7 .content .right .bot .li a .pic{
        padding-top: 34vw;
    }
    .index_s7 .content{
        margin-top: .2rem;
    }
    .index_s7 .bg{
        bottom: 0;
    }
    .list6w a .pic{
        padding-top: 56%;
    }
    .list6w a{
        margin-top: 0;
    }
    .list6w .btnBox{
        position: static;
    }
    .list6w .btn{
        width: .45rem;
        height: .45rem;
        background-color: #fff;
        margin-top: -.3rem;
    }
    .list6w{
        margin-top: .2rem;
    }
    .index_s8 .gd{
        margin-top: .2rem;
    }
    .index_s8{
        margin-top: .4rem;
    }
    .home3{
        padding: .4rem 0 .8rem;
    }
}
@media (max-width: 769px) {
    .index_s1:before{
        left: 1.5vw;
        bottom: 0.5rem;
        width: 1.2rem;
        height: 4.18rem;
    }
    .index_s1:after{
        right: 1.5vw;
        bottom: 0;
        width: 0.9rem;
        height: 4.28rem;
    }
    .list1w1 .btn{
        margin-top: -.6rem;
    }
    .list_box1 li{
        width: 100%;
    }
    .list_box1 ul{
        gap: .26rem 0;
    }
    .list_box2 li{
        width: 100%;
    }
    .list1w1 a time {
        width: 0.85rem;
        height: 0.85rem;
    }
    .index_s4 .left .ll{
        width: 100%;
    }
    .index_s4 .left .ll .li .pic{
        padding-top: 66.54%;
    }
    .index_s4 .left .li a h3{
        padding: 0 .1rem;
        bottom: .1rem;
    }
    .index_s4 .left .rr{
        width: 100%;
        margin-top: .12rem;
    }
    .index_s4 .left .rr .li .pic{
        padding-top: 64vw;
    }
    .list_box3 li{
        width: 23.5%;
    }
    .list_box3{
        justify-content: center;
    }
}
@media (max-width: 481px) {
    .title001 .tit h4 img{
        height: .35rem;
    }
    .index_s7 .title001 h2{
        padding-left: 0;
    }
    .title001 .tit h2{
        justify-content: flex-start;
    }
    .title001{
        display: flex;
        justify-content: space-between !important;
    }
    .list_box1 li h3{
        font-size: .2rem;
    }
    .list_box2 li h3{
        font-size: .2rem;
    }
    .list3wBox li{
        width: 48%;
    }
    .list3wBox ul{
        gap: .2rem 4%;
    }
    .list3wBox li a h3{
        font-size: .18rem;
        line-height: .26rem;
    }
    .list_box3 li{
        width: 48%;
    }
    .list_box3{
        justify-content: space-between;
    }
    .mt_list .li+.li{
        margin-left: 0;
    }
    .mt_list{
        width: 100%;
        margin-top: .1rem;
        gap: 0 .2rem;
        justify-content: center;
    }
    .index_s6 .title001 .more:before{
        border: 1px solid #fff;
    }
    .index_s6 .title001 .more{

    }
    .index_s6 .bg{
        top: -.6rem;
    }
    .index_s6{
        padding-top: .6rem;
    }
    .index_s7 .content .left .bot .li:nth-child(1){
        width: 100%;
    }
    .index_s7 .content .left .bot .li:nth-child(2){
        width: 100%;
    }
    .index_s7 .content .left .bot .li a .pic {
        padding-top: 55vw;
    }
    .index_s7 .content .right .top,
    .index_s7 .content .right .bot{
        width: 100%;
    }
    .index_s7 .content .right .top .li a .pic,
    .index_s7 .content .right .bot .li a .pic{
        padding-top: 55vw;
    }
}

/*2025-01-23*/
.title001 .tit h4 img{
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    transition: all .5s;
    pointer-events: none;
    transform: translateX(-50%);
}
.title001 .tit h2 img{
    display: block;
}
.index_s1 .tit h2 img{
    height: 1.01rem;
}
.index_s1 .tit h2{
    margin-top: -.7rem;
}
.index_s2 .tit h2 img{
    height: .66rem;
}
.index_s2 .tit h2{
    margin-top: -.5rem;
}
.index_s4 .tit h2 img{
    width: .65rem;
}
.index_s4 .tit h2 .img-2{
    display: none;
}
.index_s5 .tit h2 img{
    height: .71rem;
}
.index_s6 .tit h2 img{
    height: .72rem;
}
.index_s6 .tit h2{
    justify-content: flex-start;
}
.index_s7 .tit h2 img{
    height: .6rem;
}
.index_s7 .tit h2{
    margin-top: -.5rem;
}
.index_s8 .tit h2 img{
    height: .58rem;
}
.title001 .tit h4{
    position: relative;
    height: .8rem;
}

.index_s3 .tab-tit{
    display: flex;
    flex-wrap: wrap;
}
.index_s3 .tab-tit .li h4 img{
    opacity: 0;
}
.index_s3 .tab-tit .li h2 img{
    position: absolute;
    left: 0;
    top: 50%;
    max-height: 100%;
    opacity: 0;
    transform: translateY(-50%);
    pointer-events: none;
}
.index_s3 .tab-tit .li h2 {
    font-size: .5rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: .77rem;
    font-family: 'Microsoft Yahei', Arial, sans-serif;
    font-weight: 700;
}
.index_s3 .tab-tit .li{
    margin-right: .87rem;
    cursor: pointer;
}
.index_s3 .tab-tit .li.active h4 img{
    opacity: 1;
}
.index_s3 .tab-tit .li.active h2 img{
    opacity: 1;
    position: relative;
    transform: none;
    top: 0;
}
.index_s3 .tab-tit .li.active h2{
    color: transparent;
    font-size: 0;
}
.index_s3 .tab-cont .child{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transform: translate3d(0,-20px,0);
    pointer-events: none;
    transition: all .5s;
}
.index_s3 .tab-cont .child.active{
    position: relative;
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0,0,0);
    z-index: 2;
}
.index_s3 .tab-tit .li h4 img,
.index_s5 .title001 .tit h4 img,
.index_s6 .title001 .tit h4 img,
.index_s7 .title001 .tit h4 img
{
    left: 0;
    transform: none;
}
.index_s4 .title001 h4 img{
    position: static;
    transform: none;
    height: auto;
}

.index_s3 .tab-cont{
    position: relative;
}

.list_box5 li{
    width: 32.375%;
    position: relative;
    background: linear-gradient(90deg,rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 100%);
    box-shadow: .09rem .12rem .62rem  rgba(213, 241, 251, 0.004);
}
.list_box5 li a{
    display: block;
    position: relative;
}
.list_box5 li .pic{
    padding-top: 3.6rem;
}
.list_box5 li .text{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .35rem .32rem;
}
.list_box5 li time{
    display: block;
    color: #01aadb;
    text-align: center;
    flex-shrink: 0;
    margin-right: .23rem;
    transition: all .5s;
}
.list_box5 li time span{
    display: block;
    font-size: .4rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
}
.list_box5 li time em{
    display: block;
    font-size: .16rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Regular', sans-serif;
    margin-top: .03rem;
}
.list_box5 li h3{
    flex: 1;
    overflow: hidden;
    font-size: .2rem;
    line-height: .3rem;
    color: #191a1e;
    height: .6rem;
    font-weight: 700;
    transition: all .5s;
}
.list_box5 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg,#01aadb 3%, #1ec7f8 100%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.list_box5 li:hover time{
    color: #ffffff;
}
.list_box5 li:hover h3{
    color: #ffffff;
}
.list_box5 li:hover:before{
    opacity: 1;
    visibility: visible;
}
.list_box5 li:not(:nth-child(-n+3)){
    background: transparent;
}
.list_box5 {
    margin-top: .5rem;
}
.index_s9 .title001 h2 img{
    height: .7rem;
}
.index_s9:before{
    position: absolute;
    content: '';
    left: 0;
    top: .08rem;
    width: 2.67rem;
    height: 3.37rem;
    background: url("../images/s9-img-2.png") no-repeat left top/100% auto;
    pointer-events: none;
}
.index_s9{
    position: relative;
    padding: .82rem 0 1.2rem;
    background: url("../images/index_s9.png") no-repeat bottom center/100% auto;
}

@media (max-width: 1025px) {
    .title001 .tit h4{
        height: .4rem;
    }
    .index_s1 .tit h2 img{
        height: .7rem;
    }
    .index_s2 .tit h2 img{
        height: 0.45rem;
    }
    .index_s9 .title001 h2 img{
        height: .48rem;
    }
    .index_s3 .tab-tit .li h2{
        line-height: .5rem;
        font-size: .26rem;
    }
    .title001 .tit h2{
        margin-top: -.3rem !important;
    }
    .title001 .more{
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
    }
    .index_s3 .tab-tit .li{
        margin-right: 0;
    }
    .index_s3 .tab-tit .li:nth-child(1) h2 img{
        height: .5rem;
    }
    .index_s3 .tab-tit .li:nth-child(2) h2 img{
        height: .36rem;
    }
    .index_s3 .tab-tit .li:nth-child(2) h2{
        transform: translateY(.05rem);
    }
    .index_s3 .tab-tit .li:nth-child(2).active h2{
        transform: translateY(-.05rem);
    }
    .index_s3 .tab-tit .li h4{

    }
    .index_s3 .tab-tit .li h4 img{
        left: 50%;
        transform: translateX(-50%);
    }
    .index_s3 .tab-tit{
        gap: 0 .4rem;
        justify-content: center;
        width: 100%;
    }
    .index_s4 .title001 h4 img{
        height: 100%;
    }
    .index_s4 .tit h2 .img-2{
        display: block;
    }
    .index_s4 .tit h2 .img-1{
        display: none;
    }
    .index_s5 .tit h2 img{
        height: .5rem;
    }
    .index_s6 .tit h2 img{
        height: .5rem;
    }
    .index_s7 .tit h2 img{
        height: .4rem;
    }
    .index_s8 .tit h2 img {
        height: 0.4rem;
    }
    .index_s8 .title001{
        justify-content: center !important;
    }
    .list_box5 li .pic{
        padding-top: 69.49%;
    }
    .list_box5 li .text{
        padding: .2rem;
    }
    .list_box5 li time span{
        font-size: .3rem;
    }
    .list_box5 li time{
        margin-right: .18rem;
    }
    .list_box5 li{
        width: 100%;
        float: left;
    }
    .list_box5 ul{
       gap: 0 ;
    }
    .list_box5{
        margin-top: .2rem;
    }
    .index_s9:before{
        top: .4rem;
    }
    .index_s9{
        padding: .4rem 0;
    }
    .index_s4 .tit h2 img{
        width: auto;
        height: .38rem;
    }
}


/*2026-04-16*/

.list7w a{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
.list7w time{
    display: block;
    margin-right: .4rem;
    flex-shrink: 0;
    text-align: center;
    color: #01aadb;
}
.list7w time span{
    display: block;
    font-size: .4rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.list7w time em{
    display: block;
    font-size: .16rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Regular',sans-serif;
    margin-top: .05rem;
}
.list7w .txt{
    flex: 1;
    overflow: hidden;
}
.list7w a h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #191a1e;
    height: .6rem;
    font-weight: 700;
    transition: all .5s;
}
.list7w a p{
    font-size: .16rem;
    line-height: .3rem;
    color: rgba(51, 51, 51, 0.6);
    -webkit-line-clamp: 2;
    height: .9rem;
    margin-top: .13rem;
}
.list7w a:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: -.96rem;
    width: .18rem;
    height: .07rem;
    background: #ddbd85;
    transform: skewX(-10deg);
}
.list7wBox{
    padding-bottom: .96rem;
}
.list7w a:hover h3,
.list7w a:hover p{
    color: #01aadb;
}

.list7w .btnBox{
    position: absolute;
    right: 0.4rem;
    bottom: 0.75rem;
    width: 1.7rem;
    display: flex;
    justify-content: space-between;
}
.list7w .btn{
    width: .7rem;
    height: .7rem;
    background: no-repeat 50%/100% 100%;
    border-radius: 50%;
}
.list7w .prev{
    background-image: url("../images/prev-1.png");
}
.list7w .next{
    background-image: url("../images/next-1.png");
}
.list7w:before{
    position: absolute;
    content: '';
    left: .6rem;
    right: 2.1rem;
    bottom: .75rem;
    height: .01rem;
    background: #e2ecef;
}
.list7w{
    position: relative;
    margin-top: .54rem;
    padding: .55rem .56rem .74rem .6rem;
    box-shadow: .09rem .12rem .62rem #d5f1fb;
    background:linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 100%);
}
.index_s10 .tit h2 img{
    height: .71rem;
}
.index_s10{
    margin-top: 1.28rem;
}
@media (max-width: 1025px) {
    .index_s10 .tit h2 img {
        height: 0.45rem;
    }
    .list7w time{
        margin-right: .2rem;
    }
    .list7w a p{
        margin-top: .05rem;
    }
    .list7wBox a:before{
        display: none;
    }
    .list7wBox{
        padding-bottom: 0;
    }
    .list7w .btn{
        position: static;
        width: .45rem;
        height: .45rem;
        background-color: #fff;
        transform: none;
    }
    .list7w .btnBox{
        position: static;
        justify-content: center;
        width: 100%;
        margin-top: .2rem;
    }
    .list7w:before{
        display: none;
    }
    .list7w{
        padding: .2rem;
        margin-top: .25rem;
    }
    .index_s10{
        margin-top: .4rem;
    }
}