﻿@charset "utf-8";

.banner a{
    display: block;
    position: relative;
    overflow: hidden;
}
.banner a img{
    display: block;
    width: 100%;
}
.banner a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.28rem;
    opacity: 0.605;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.banner .swiDots{
    bottom: .4rem;
    font-size: 0;
}
.banner .swiDots span{
    width: .13rem;
    height: .13rem;
    margin: 0 .12rem;
    background: #fff;
    opacity: .62;
}
.banner .swiDots span.active{
    opacity: 1;
}

.title001 {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title001 h4 i{
    display: block;
    width: .3rem;
    height: .02rem;
    background: #0A52AB;
    margin-right: .1rem;
}
.title001 h4{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .24rem;
    color: rgba(102, 102, 102, 0.5);
    text-transform: uppercase;
    font-family: 'SourceHanSerifCN-Regular', sans-serif;
}
.title001 h2 span.span1{
    color: #0A52AB;
}
.title001 h2 img{
    display: block;
    width: .5rem;
    margin: 0 .055rem;
}
.title001 h2{
    display: flex;
    align-items: center;
    font-size: .4rem;
    line-height: .56rem;
    color: #333333;
    font-weight: bold;
    position: relative;
    z-index: 2;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
}

.title001 .more a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .18rem;
    line-height: .42rem;
    color: #0A52AB;
    transition: .5s;
    position: relative;
    z-index: 2;
}
.title001 .more{
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.38rem;
    transform: translateY(-50%);
    background: url("../images/more-1.png") no-repeat 50%/100% 100%;
}
.title001 .more:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url("../images/more-2.png") no-repeat 50%/100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.title001 .more:hover a{
    color: #fff;
}
.title001 .more:hover:before{
    opacity: 1;
    visibility: visible;
}

.index_s1 .left{
    width: 53.3125%;
    position: relative;
}

.list1w a{
    display: block;
    position: relative;
}
.list1w a .pic{
    padding-top: 4.9rem;
}
.list1w a h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .24rem;
    padding: 0 .3rem;
    z-index: 3;
}
.list1w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.06rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.list1w .swiDots{
    display: flex;
    align-items: flex-end;
    left: .6rem;
    right: 4.29rem;
    bottom: 0;
    width: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.list1w .swiDots span{
    display: flex;
    align-items: center;
    font-size: .17rem;
    line-height: 1;
    color: #fff;
    opacity: .9;
    margin: 0;
    width: auto;
    height: .56rem;
    border-radius: 0;
    position: relative;
    background: transparent;
    transition: .5s;
}
.list1w .swiDots span + span{
    margin-left: .2rem;
}
.list1w .swiDots span:after{
    position: absolute;
    content: '';
    left: 50%;
    right: 50%;
    bottom: -.02rem;
    height: .03rem;
    background: #DFA866;
    transition: .5s;
}
.list1w .swiDots span.active{
    font-size: .22rem;
    opacity: 1;
}
.list1w .swiDots span.active:after{
    left: 0;
    right: 0;
}
.list1w{
    position: relative;
    z-index: 3;
    padding-bottom: .59rem;
}
.index_s1 .left .bg:before{
    position: absolute;
    content: '';
    left: calc((100vw - 16rem) / -2);
    right: 4.29rem;
    bottom: -.31rem;
    top: -1.41rem;
    background: url("../images/s1-img-4.png") no-repeat 50%/cover;
    z-index: 1;
}
.index_s1 .left .bg:after{
    position: absolute;
    content: '';
    left: 0;
    right: 4.1rem;
    bottom: -.31rem;
    top: 0;
    background: #DFA866;
}
.index_s1 .right{
    width: 43.5625%;
}
.list_box1 li a{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box1 li time{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: .88rem;
    height: .88rem;
    background: rgba(10, 82, 171, 0.049) no-repeat 50%/contain;
    border: 1px solid rgba(151, 151, 151, 0.1);
    border-radius: 50vw;
    transition: .5s;
}
.list_box1 li time span{
    display: block;
    font-size: .28rem;
    line-height: 1;
    color: #0A52AB;
    transition: .5s;
}
.list_box1 li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    color: #333333;
    margin-top: .05rem;
}
.list_box1 li .txt{
    width: calc(100% - 1.23rem);
    padding-right: .27rem;
}
.list_box1 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    max-height: .6rem;
    transition: .5s;
}
.list_box1 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid rgba(151, 151, 151, 0.1);
    border-radius: 50vw 0 0 50vw;
}
.list_box1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s1-img-2.png") no-repeat 50%/100% 100%;
    border-radius: 50vw 0 0 50vw;
    opacity: 0;
    visibility: visible;
    transition: .5s;
}
.list_box1 li{
    position: relative;
}
.list_box1 li + li{
    margin-top: .35rem;
}
.list_box1 li:hover time{
    background-image: url("../images/s1-img-3.png");
    background-color: #FFFFFF;
    border-color: #0A52AB;
}
.list_box1 li:hover time span,
.list_box1 li:hover time em{
    color: #DFA866;
}
.list_box1 li:hover h3{
    color: #fff;
}
.list_box1 li:hover:after{
    opacity: 1;
    visibility: visible;
}

.index_s1 .content{
    margin-top: .29rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s1:after{
    position: absolute;
    content: '';
    right: -.1rem;
    bottom: -.39rem;
    width: 2.94rem;
    height: 6.16rem;
    background: url("../images/s1-img-5.png") no-repeat 50%/100% ;
}
.index_s1{
    position: relative;
    z-index: 2;
}
.list2w a{
    position: relative;
    z-index: 2;
    padding: .35rem .32rem .44rem .27rem;
    display: flex;
    justify-content: space-between;
}
.list2w a time{
    display: block;
    width: .95rem;
    color: #0A52AB;
    padding-right: .3rem;
    position: relative;
    text-align: center;
}
.list2w a time span{
    display: block;
    font-size: .32rem;
    line-height: 1;
}
.list2w a time em{
    display: block;
    font-size: .16rem;
    line-height: 1;
    margin-top: .05rem;
}
.list2w a time:after{
    position: absolute;
    content: '';
    right: 0;
    top: .05rem;
    bottom: 0;
    width: 1px;
    background: #979797;
    opacity: .3;
}
.list2w a .txt{
    width: calc(100% - 1.33rem);
}
.list2w a h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    height: .6rem;
    transition: .5s;
}
.list2w a p{
    margin-top: .12rem;
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    height: .52rem;
    transition: .5s;
}
.list2w a h5 img{
    display: block;
    height: .06rem;
    margin-left: .07rem;
}
.list2w a h5{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .24rem;
    color: #DFA866;
    margin-top: .22rem;
}
.list2w a .bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 1px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    box-shadow: 0 .02rem .22rem 0 rgba(10, 82, 171, 0.1612);
}
.list2w a .bg:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: .6rem;
    height: .6rem;
    background: #0A52AB;

}
.list2w a .bg:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: .6rem;
    height: .6rem;
    background: #0A52AB;
}
.list2w a .bg img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.list2w a:hover .bg{
    opacity: 1;
    visibility: visible;
}
.list2w a:hover h3{
    color: #0A52AB;
}
.list2w .swiper-container{
    padding: .3rem;
}
.list2w .swiDots{
    position: static;
    font-size: 0;
    margin-top: .37rem;
}
.list2w .swiDots span{
    width: .17rem;
    height: .17rem;
    margin: 0 0.14rem;
    background: #D8D8D8;
    opacity: 1;
    transition: .5s;
}
.list2w .swiDots span.active{
    background: #0A52AB;
}

.list2w{
    margin: 0 -.61rem 0;
}

.index_s2{
    margin-top: .59rem;
}
.home1{
    padding: .32rem 0 .68rem;
    background: url("../images/home1.png") no-repeat bottom center/100% auto;
}

.list3whg a{
    display: block;
    position: relative;
}
.list3whg a .imgBox{
    position: relative;
}

.list3whg a .pic{
    padding-top: 8.43rem;
}
.list3whg a .imgBox:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 33.92%;
    background: linear-gradient(180deg, rgba(41, 128, 242, 0.7) 0%, rgba(41, 128, 242, 0) 100%);
    z-index: 1;
}
.list3whg a .imgBox:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 52.43%;
    opacity: 0.9152;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.list3whg a .txt{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    padding: 0 .2rem;
    transform: translateY(-50%);
    z-index: 3;
}
.list3whg a .txt i{
    display: block;
    width: .56rem;
    margin: 0 auto;
}
.list3whg a .txt img{
    display: block;
    width: 100%;
}
.list3whg a .txt h3{
    font-size: .3rem;
    line-height: .42rem;
    color: #fff;
    text-align: center;
    margin-top: .28rem;
}
.index_s3 .bot{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .48rem;
    z-index: 5;
}
.list3whgg .con{
    position: relative;
    cursor: pointer;
}
.list3whgg .con svg{
    display: block;
    width: 100%;
    height: 1.78rem;
}


.list3whgg .pic{
    padding-top: 1.78rem;
}
.list3whgg .con:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s3-img-4.png") no-repeat 50%/.26rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list3whgg .swiper-slide-thumb-active .con:after{
    opacity: 1;
    visibility: visible;
}
.list3whgg .swiper-slide-thumb-active .con .svg-clipped-img2{
    opacity: .2;
}
/*.list3whgg .swiper-slide-visible{
    clip-path: polygon(0 0, 100% .1rem, 100% calc(100% - .1rem), 0 100%);

}
.list3whgg .swiper-slide-visible:nth-child(2n){
    clip-path: polygon(0 .1rem, 100% 0, 100% 100%, 0 calc(100% - .1rem));
}*/
.list3whgg .btn{
    width: .4rem;
    height: .4rem;
    background: no-repeat 50%/100%;
}
.list3whgg .prev{
    left: -.82rem;
    background-image: url("../images/prev-1.png");
}
.list3whgg .next{
    right: -.82rem;
    background-image: url("../images/next-1.png");
}

.list3whgg{
    position: relative;
    padding: 0 .42rem;
}


.index_s3 .top{
    position: absolute;
    left: 0;
    right: 0;
    top: .35rem;
    z-index: 5;
}
.index_s3 .title001 h4 i{
    background: #fff;
}
.index_s3 .title001 h4{
    color: rgba(255, 255, 255, 0.5);
}
.index_s3 .title001 h2,
.index_s3 .title001 h2 .span1{
    color: #fff;
}
.index_s3 .title001 .more a{
    color: #fff;
}
.index_s3 .title001 .more{
    background-image: url("../images/more-3.png");
}
.index_s3{
    position: relative;
}

.list4w a{
    display: block;
    transition: .5s;
}
.list4w a .pic{
    padding-top: 3.45rem;
}
.list4w li{
    width: 6.4rem;
    height: 3.45rem;
}
.list4w .swiper-slide-active a{
    box-shadow: 0 .02rem .18rem 0 rgba(0, 0, 0, 0.15);
}
.list4w .swiper-container{
    padding: .2rem 0;
}
.list4w .swiDots{
    position: relative;
    font-size: 0;
    margin-top: .37rem;
}
.list4w .swiDots span{
    position: relative;
    z-index: 2;
    width: .25rem;
    height: .25rem;
    margin: 0 .35rem;
    background: transparent url("../images/s4-img-2.png") no-repeat 50%/100%;
    opacity: 1;
    border-radius: 0;
    vertical-align: middle;
}
.list4w .swiDots span.active{
    width: .33rem;
    height: .33rem;
    background-image: url("../images/s4-img-3.png");
}
.list4w .swiDots:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 100vw;
    height: 1px;
    background-image: linear-gradient(to right, rgba(10, 82, 171, 0.5) 85%, transparent 50%);
    background-size: .1rem 1px;
    background-repeat: repeat-x;
    background-position: bottom;
    transform: translateX(-50%);
}
.list4w{
    margin-top: .26rem;
}
.index_s4{
    padding: .87rem 0 .74rem;
}

.list_box2 li{
    width: 30.5%;
}
.list_box2 li .top{
    position: relative;
}
.list_box2 li .top img{
    display: block;
    width: 100%;
}
.list_box2 li .top .ewm{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2.7rem;
    max-width: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.list_box2 li .bot h3{
    font-size: .16rem;
    line-height: .38rem;
    color: #fff;
    text-align: center;
    padding: 0 .2rem;
    min-width: 1.47rem;
    background: #0A52AB;
}
.list_box2 li .bot{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .25rem;
}
.list_box2{
    margin-top: .63rem;
}
.index_s5{
    padding: .62rem 0 1.69rem;
    background: url("../images/index_s5.png") no-repeat 50%/cover;
}
@media (min-width: 1025px) {
    .list2w .pr1,
    .list2w .ne3,
    .list4w .pr2,
    .list4w .ne3{
        opacity: 0;
        transition: .5s;
    }

}
@media (max-width: 1025px) {
    .banner .swiDots span{
        width: .1rem;
        height: .1rem;
        margin: 0 .05rem;
    }
    .banner .swiDots{
        bottom: .15rem;
    }
    .title001 h4{
        font-size: .12rem;
        line-height: 1.5;
    }
    .title001 h2{
        font-size: .28rem;
        line-height: .32rem;
        margin-top: .02rem;
    }
    .title001 h2 img{
        width: .4rem;
    }
    .title001 .more a{
        font-size: .14rem;
        line-height: .36rem;
    }
    .title001 .more{
        width: 1.1rem;
    }
    .index_s1 .left{
        width: 100%;
    }
    .list1w a .pic{
        padding-top: 57.44%;
    }
    .list1w a h3{
        bottom: .2rem;
        padding: 0 .2rem;
    }
    .index_s1 .left .bg:before{
        left: -15px;
        top: 0;
        bottom: 0;
        right: .2rem;
    }
    .index_s1 .left .bg:after{
        bottom: 0;
        right: 0;
    }
    .list1w .swiDots{
        left: .2rem;
        right: .2rem;
        justify-content: center;
    }
    .index_s1 .right{
        width: 100%;
        margin-top: .3rem;
    }
    .list_box1 li .txt{
        width: calc(100% - 1.1rem);
        padding-right: .2rem;
    }
    .list_box1 li + li{
        margin-top: .2rem;
    }
    .index_s1:after{
        right: -.1rem;
        bottom: 0;
        width: 2rem;
        height: 4.1rem;
    }
    .index_s1 .content{
        margin-top: .26rem;
    }
    .list2w{
        margin: 0;
    }
    .list2w .swiper-container{
        padding: .2rem 0;
    }
    .list2w a{
        padding: .2rem;
    }
    .list2w a time{
        padding-right: .15rem;
    }
    .list2w a .txt {
        width: calc(100% - 1.15rem);
    }
    .list2w a p{
        margin-top: .1rem;
    }
    .list2w a h5{
        margin-top: .1rem;
    }
    .list2w .swiDots span{
        width: .1rem;
        height: .1rem;
        margin: 0 .05rem;
    }
    .list2w .swiDots{
        margin-top: 0;
    }
    .index_s2 {
        margin-top: 0.4rem;
    }
    .home1{
        padding: .4rem 0;
    }
    .list3whg a .pic{
        padding-top: 52vw;
    }
    .list3whg a .txt i{
        width: .4rem;
    }
    .list3whg a .txt h3{
        font-size: .22rem;
        line-height: .3rem;
        margin-top: .1rem;
    }
    .list3whgg{
        padding: 0;
    }
    .list3whgg .con svg{
        height: 14vw;
    }
    .list3whgg .prev{
        left: .1rem;
    }
    .list3whgg .next{
        right: .1rem;
    }
    .list3whgg .btn{
        width: .3rem;
        height: .3rem;
    }
    .index_s3 .bot{
        position: static;
        margin-top: .3rem;
    }
    .index_s3 .top{
        top: .3rem;
    }
    .list4w a .pic{
        padding-top: inherit;
        height: 100%;
    }
    .list4w a{
        height: 100%;
    }
    .list4w li{

    }
    .list4w .swiDots span{
        width: .15rem;
        height: .15rem;
        margin: 0 .1rem;
    }
    .list4w .swiDots span.active{
        width: .2rem;
        height: .2rem;
    }
    .list4w .swiDots{
        margin-top: .1rem;
    }
    .list4w {
        margin-top: 0.06rem;
    }
    .index_s4{
        padding: .4rem 0;
    }
    .list_box2{
        margin-top: .26rem;
    }
    .list_box2 li .bot{
        margin-top: .2rem;
    }
    .index_s5{
        padding: .4rem 0;
    }
}
@media (max-width: 769px) {
    .list3whgg .con svg {
        height: 18vw;
    }
    .list4w li{
        height: 45vw;
    }
    .list_box2 li .bot h3{
        padding: 0 .1rem;
        min-width: 1.3rem;
    }
}
@media (max-width: 481px) {
    .home1{
        padding: .3rem 0;
    }
    .list3whg a .pic{
        padding-top: 68vw;
    }
    .list3whgg .con svg{
        height: 20vw;
    }
    .list3whg a .txt{
        margin-top: 5vw;
    }
    .index_s3 .top{
        top: .2rem;
    }
    .title001 h2{
        font-size: .26rem;
    }
    .title001{
        justify-content: space-between;
    }
    .list_box2 li .bot{
        margin-top: .1rem;
    }
    .list_box2 li{
        width: 48%;
        justify-content: center;
    }
    .list_box2 ul{
        gap: .2rem 4%;
        justify-content: center;
    }
}