@charset "utf-8";
.svgPath{display: block}
.banner_box{position: relative;}
.banner{ overflow: hidden; }
.banner .a{ display: block; position: relative; z-index: 1; overflow: hidden; }
.banner .imgBox{ overflow: hidden; width: 100%;}
.banner .imgBox .img{ padding-bottom: 100vh; transition: 0s;  }
.banner .imgBox img, .banner .imgBox video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.5s}
.banner .a:after{position: absolute;content: '';left: 0;right: 0;bottom:0;height: 28.54%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0) 100%);}
.banner.on .swiper-slide-active .a .imgBox, .banner.on .swiper-slide-duplicate-active .a .imgBox, .banner.on .swiper-slide-prev .a .imgBox{ animation: sca 7s linear 0s normal both;}
@keyframes sca {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}
.banner .dotsBox{
    position: absolute;
    left: .4rem;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 5;
}
.banner .swiDots{
    position: static;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
}
.banner .swiDots span{
    display: block;
    width: .12rem;
    height: .12rem;
    margin: .15rem 0;
    background: #FFFFFF no-repeat 50%/100%;
    opacity: 1;
}
.banner .swiDots span.active{
    width: .38rem;
    height: .38rem;
    opacity: 1;
    margin: .04rem 0;
    background-color: transparent;
    background-image: url("../images/dots-1.png");
}
.banner .nums .current{
    display: block;
    font-size: .24rem;
    line-height: 1;
    font-weight: 700;

}
.banner .nums i{
    display: block;
    font-size: .16rem;
    line-height: 1;
    font-weight: 600;
    margin-top: .05rem;
}
.banner .nums .total{
    display: block;
    font-size: .16rem;
    line-height: 1;
    font-weight: 600;
}
.banner .nums{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    color: #fff;
    margin-top: .1rem;
}

.list_box1{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .5rem;
    z-index: 5;
}
.list_box1 li{
    width: 15%;
}
.list_box1 li a{
    display: block;
}
.list_box1 li .icon{
    position: relative;
    width: .44rem;
    height: .41rem;
}
.list_box1 li .icon .img-2{
    opacity: 0;
    visibility: hidden;
}
.list_box1 li .line{
    position: relative;
    height: .01rem;
    margin-top: .07rem;
    background: rgba(255, 255, 255, 0.6);
}
.list_box1 li .line:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: .38rem;
    background: #FFFFFF;
    transition: all .5s;
}
.list_box1 li .text{
    position: relative;
    padding-right: .24rem;
    margin-top: .11rem;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    color: rgba(255, 255, 255, 0.7);
    transition: all .5s;
}
.list_box1 li .text h3{
    font-size: .16rem;
    line-height: .22rem;
    font-weight: 600;
}
.list_box1 li .text h4{
    font-size: .12rem;
    line-height: 1;
    font-weight: 600;
}
.list_box1 li .text .jt{
    position: absolute;
    right: 0;
    top: 0;
    width: .15rem;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.list_box1 li:hover .icon .img-1{
    opacity: 0;
    visibility: hidden;
}
.list_box1 li:hover .icon .img-2{
    opacity: 1;
    visibility: visible;
}
.list_box1 li:hover .text{
    color: #FFFFFF;
}
.list_box1 li:hover .line:before{
    width: 100%;
}
.list_box1 li:hover .jt{
    opacity: 1;
    visibility: visible;
}
.banner_box{
    position: relative;
}

.title001 .tit{
    position: relative;
    display: flex;
    align-items: center;
    padding-left: .12rem;
}
.title001 .tit h2{
    font-size: .6rem;
    line-height: .64rem;
    color: #171D8E;
    font-weight: 600;
    margin-right: .08rem;
}
.title001 .tit h3{
    font-size: .36rem;
    line-height: 1;
    color: #3D3D3D;
}
.title001 .tit h3 span{
    display: block;
    font-size: .14rem;
    color: rgba(51, 51, 51, 0.2);
    margin-bottom: .05rem;
    text-transform: uppercase;
}
.title001 .tit:before,
.title001 .tit:after{
    position: absolute;
    content: '';
    top: 50%;
    height: .57rem;
    transform: translateY(-50%);
    background: #F1AB3E;
}
.title001 .tit:before{
    left: .01rem;
    width: .05rem;
}
.title001 .tit:after{
    left: .08rem;
    width: .02rem;
}
.title001 .more a{
    display: block;
    font-size: .14rem;
    line-height: 1;
    color: #333333;
    font-weight: 700;
    padding-right: .12rem;
    position: relative;
    transition: all .5s;
}
.title001 .more a:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: .08rem;
    height: .08rem;
    background: url("../images/more-1.png") no-repeat 50%/100%;
}
.title001 .more a:hover{
    color: #171D8E;
}
.index_s1 .left{
    width: 41.6875%;
}
.index_s1 .text h3{
    font-size: .36rem;
    line-height: .54rem;
    color: #3D3D3D;
    font-weight: 700;
}
.index_s1 .text p{
    font-size: .18rem;
    line-height: .32rem;
    color: #3D3D3D;
    -webkit-line-clamp: 3;
    height: .96rem;
    margin-top: .17rem;
}
.index_s1 .text .arrows{
    display: block;
    width: .15rem;
    margin-top: .24rem;
}
.index_s1 .text:before{
    position: absolute;
    content: '';
    bottom: .5rem;
    right: -.025rem;
    width: .05rem;
    height: .47rem;
    background: #D8D8D8;
}
.index_s1 .text:after{
    position: absolute;
    content: '';
    left: 0;
    right: -3.19rem;
    bottom: 0;
    height: .01rem;
    background: #F0F0F0;
}
.index_s1 .text{
    margin-top: .19rem;
    padding: .54rem .59rem .24rem 0;
    position: relative;
    border-right: .01rem solid #F0F0F0;
}
.index_s1 .images .img{
    display: block;
    pointer-events: none;
    position: absolute;
}
.index_s1 .images .img1{
    width: 55.9375%;
    left: -.23rem;
    bottom: -.055rem;
}
.index_s1 .images .img2{
    width: 58.4375%;
    right: -.09rem;
    bottom: -.12rem;
}
.index_s1 .images .img3{
    width: 64.0625%;
    right: -1.21rem;
    bottom: 3.54rem;
}
.index_s1 .images .img4{
    left: 40.5625%;
    bottom: 0;
    right: calc((100vw - 16rem) / -2);
    height: 3.54rem;
    background: #171D8E;
    z-index: -1;
}
.index_s1 .wp{
    height: 100%;
    position: relative;
    padding-top: 1.2rem;
    padding-bottom: 3.55rem;
}
.index_s1{
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.index_s2 .left{
    width: 54.3125%;
}
.list1wBox1 li a{
    display: block;
}
.list1wBox1 li .pic{
    padding-top: 6.05rem;
}

.list1wBox2{
    position: relative;
    z-index: 3;
    margin: -1.12rem 0 0 1.13rem;
    background: #171D8E;
    padding: .26rem .45rem .24rem;
}
.list1wBox2 li a{
    display: block;
}
.list1wBox2 li a time{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .21rem;
    color: #FFFFFF;
}
.list1wBox2 li a time img{
    display: block;
    width: .16rem;
    margin-right: .08rem;
}
.list1wBox2 li a h3{
    font-size: .24rem;
    line-height: .32rem;
    color: #FFFFFF;
    font-weight: 600;
    margin-top: .13rem;
}
.list1wBox2 li a .line:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #FFFFFF;
    transition: all .5s;
}
.list1wBox2 li a .line{
    position: relative;
    height: .01rem;
    background: rgba(255, 255, 255, 0.2);
    margin-top: .14rem;
}
.list1wBox2 li a p{
    font-size: .16rem;
    line-height: .21rem;
    color: #FFFFFF;
    margin-top: .17rem;
}
.list1wBox2 li a .arrows{
    display: block;
    width: .15rem;
    margin-top: .26rem;
}
.list1wBox2 li a:hover .line:before{
    width: 100%;
}
.list1wBox2 .swiDots{
    font-size: 0;
    width: auto;
    left: auto;
    right: .45rem;
    bottom: .28rem;
    padding: 0 .28rem;
}
.list1wBox2 .swiDots span{
    width: .08rem;
    height: .08rem;
    margin: 0 .07rem;
    background: transparent;
    border: .01rem solid #FFFFFF;
    opacity: 1;
    transition: all .5s;
}
.list1wBox2 .swiDots span.active{
    background: #FFFFFF;
}
.list1wBox2 .swiDots:before,
.list1wBox2 .swiDots:after{
    position: absolute;
    content: '';
    top: 50%;
    height: .01rem;
    width: .26rem;
    background: #FFFFFF;
    transform: translateY(-50%);
}
.list1wBox2 .swiDots:before{
    left: 0;
}
.list1wBox2 .swiDots:after{
    right: 0;
}
.list1w:before{
    position: absolute;
    content: '';
    left: 1.04rem;
    bottom: -.08rem;
    right: 0;
    height: 1.06rem;
    border: .01rem solid #475096;
    z-index: -2;
    pointer-events: none;
}
.list1w:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: -.1rem;
    width: .8rem;
    height: .05rem;
    background: #475096;
}
.list1w{
    position: relative;
}

.index_s2 .right{
    width: 40.5%;
    position: relative;
}
.index_s2 .tab-tit{
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: -.82rem;
    z-index: 5;
}
.index_s2 .tab-tit .li:not(:first-child){
    padding-left: .19rem;
    margin-left: .19rem;
}
.index_s2 .tab-tit .li:not(:first-child):before{
    position: absolute;
    content: '';
    left: -.01rem;
    top: 50%;
    width: .01rem;
    height: .25rem;
    background: #999999;
    transform: translateY(-50%) rotate(20deg);
}
.index_s2 .tab-tit .li{
    font-size: .32rem;
    line-height: .42rem;
    color: #999999;
    position: relative;
    cursor: pointer;
    transition: all .5s;
}
.index_s2 .tab-tit .li.active{
    color: #171D8E;
    font-weight: 600;
}
.list_box2 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.list_box2 li a .pic{
    width: 2.29rem;
    height: 1.48rem;
}
.list_box2 li a .text{
    width: calc(100% - 2.5rem);
    padding-right: .08rem;
}
.list_box2 li a time{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: 1;
    color: #475096;
}
.list_box2 li a time img{
    display: block;
    width: .15rem;
    margin-right: .09rem;
}
.list_box2 li a h3{
    margin-top: .1rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #3D3D3D;
    transition: all .5s;
}
.list_box2 li a p{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    margin-top: .1rem;
}
.list_box2 li a .arrows{
    position: absolute;
    left: 2.5rem;
    bottom: 0;
    width: .15rem;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.list_box2 li .lines .line{
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    transition: all .5s;
}
.list_box2 li .lines .line1{
    left: 100%;
    top: 0;
    right: 0;
    height: 1px;
}
.list_box2 li .lines .line2{
    top: 100%;
    bottom: 0;
    right: 0;
    width: 1px;
}
.list_box2 li .lines .line3{
    left: 2.29rem;
    right: 0;
    bottom: 0;
    height: 1px;
}
.list_box2 li:hover h3{
    color: #171D8E;
    font-weight: 600;
}
.list_box2 li:hover .arrows{
    opacity: 1;
    visibility: visible;
}
.list_box2 li:hover .lines .line1{
    left: 2.29rem;
}
.list_box2 li:hover .lines .line2{
    top: 0;
}
.list_box2 li:hover .lines .line3{
    left: 3.77rem;
}
.list_box2 li:hover .lines .line{
    background: #171D8E;
}
.list_box2 li + li{
    margin-top: .37rem;
}
.list_box2 li{
    position: relative;
}
.index_s2 .tab-cont .child{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0,60px,0);
    transition: all .5s;
}
.index_s2 .tab-cont .child.active{
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 3;
    pointer-events: auto;
    transform: none;
}
.index_s2 .tab-cont{
    position: relative;
}
.index_s2 .content{
    margin-top: .4rem;
}
.index_s2 .bg-2{
    position: absolute;
    left: 0;
    right: 0;
    top: -3.09rem;
    height: 76.40625vw;
    background: url("../images/index-s2.png") no-repeat 50%/100% auto;
    pointer-events: none;
}
.index_s2 .title001 .more a{
    display: none;
}
.index_s2 .title001 .more a.active{
    display: block;
}
.index_s2{
    margin-top: 1.32rem;
    position: relative;
}

.list_box3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_box3 li a{
    display: block;
    position: relative;
    padding-bottom: .09rem;
}
.list_box3 li .hide .top{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.list_box3 li .hide time{
    display: block;
    color: #171D8E;
}
.list_box3 li .hide time span{
    display: flex;
    align-items: baseline;
    font-size: .69rem;
    line-height: 1;
    font-family: 'Bebas',sans-serif;
}
.list_box3 li .hide time span i{
    display: block;
    font-size: .34rem;
}
.list_box3 li .hide time em img{
    display: block;
    height: .07rem;
    margin-left: .05rem;
}
.list_box3 li .hide time em{
    display: flex;
    align-items: center;
    font-size: .2rem;
    line-height: 1;
    font-family: 'Bebas',sans-serif;
}
.list_box3 li .hide .dots{
    width: .09rem;
    height: .09rem;
    background: #B69355;
    border-radius: 50%;
    margin-top: .19rem;
}
.list_box3 li .hide .time{
    margin-right: .31rem;
    flex-shrink: 0;
    background: url("../images/s3-img-2.png") no-repeat bottom center/.72rem;
}
.list_box3 li .hide .top h3{
    flex: 1;
    overflow: hidden;
    font-size: .28rem;
    line-height: .35rem;
    color: #171D8E;
    margin-bottom: .28rem;
    font-weight: 600;
}
.list_box3 li .hide .pic{
    padding-top: 4.13rem;
    margin-top: -.04rem;
    margin-left: .02rem;
}
.list_box3 li .hide .bot{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 1.56rem;
    padding-right: .7rem;
    position: relative;
    margin-top: .07rem;
}
.list_box3 li .hide .bot h4{
    width: auto;
    font-size: .14rem;
    line-height: .3rem;
    color: #FFFFFF;
    font-weight: 500;
}
.list_box3 li .hide .bot h4 i{
    display: inline-block;
    width: .01rem;
    height: .11rem;
    background: #FFFFFF;
    margin: 0 .12rem;
    vertical-align: middle;
    margin-top: -.02rem;
}
.list_box3 li .hide .bot .arrows{
    position: absolute;
    right: .21rem;
    top: .05rem;
    width: .15rem;
}
.list_box3 li:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    top: 1.98rem;
    right: 1.56rem;
    background: #F4C170 url("../images/s3-img-3.png") no-repeat 50%/100% 100%;

    transition: all .5s;
}
.list_box3 li{
    position: relative;
}
.list2w .btn{
    width: .76rem;
    height: .76rem;
    top: 2.3rem;
    background: #171D8E no-repeat 50%/.13rem;
    transform: none;
    transition: all .5s;
}
.list2w .prev{
    left: -.37rem;
    background-image: url("../images/prev-1.png");
}
.list2w .next{
    right: -.37rem;
    background-image: url("../images/next-1.png");
}
.list2w .btn:hover{
    background-color: #F4C170;
}
.list2w:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 2.68rem;
    height: 1px;
    background: #D8D8D8;
}
.list2w{
    position: relative;
    margin-top: .4rem;
    z-index: 2;
}
.index_s3 .bg-txt{
    position: absolute;
    left: 0;
    bottom: 2.9rem;
    font-size: 1.22rem;
    line-height: 1.38rem;
    color: rgba(23, 29, 142, 0.03);
    font-weight: 700;
    text-transform: uppercase;
}
.index_s3{
    margin-top: 1.6rem;
    padding-bottom: .09rem;
    position: relative;
    background: url("../images/index-s3.png") no-repeat bottom center/100% auto;
}

.list3w{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list3wImg{
    width: 50.61%;
    position: relative;
}
.list3wImg li a{
    display: block;
    position: relative;
}
.list3wImg li .img{
    width: 4.14rem;
    height: 5.68rem;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.list3wImg li .img img{
    object-position: top center;
    transform: scale(1) !important;
}
.list3wImg li .img:before{
    display: none;
}
.list3wImg li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 1.25rem;
    background: url("../images/s4-img-2.png") no-repeat 50%/100% 100%;
}
.list3wImg .btnBox{
    position: absolute;
    bottom: 0;
    right: -.76rem;
    width: 1.52rem;
    height: .72rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.list3wImg .btn{
    width: 50%;
    height: 100%;
    background: #171D8E no-repeat 50%/.1rem;
    position: static;
    transform: none;
    transition: all .5s;
}
.list3wImg .prev{
    background-color: #F4C170;
    background-image: url("../images/prev-1.png");
}
.list3wImg .next{
    background-image: url("../images/next-1.png");
}

.list3wTxt{
    width: 41.27%;
    margin-top: 2.07rem;
}
.list3wTxt li a{
    display: block;
}
.list3wTxt li h2{
    font-size: .32rem;
    line-height: .4rem;
    color: #333333;
    font-weight: 600;
}
.list3wTxt li i{
    display: block;
    width: .45rem;
    height: .03rem;
    background: #FFB53F;
    margin-top: .13rem;
}
.list3wTxt li h3{
    font-size: .16rem;
    line-height: .2rem;
    color: #333333;
    font-weight: 500;
    margin-top: .21rem;
}
.list3wTxt li h4{
    font-size: .16rem;
    line-height: .2rem;
    color: #333333;
    margin-top: .21rem;
}
.list3wTxt li p{
    font-size: .16rem;
    line-height: .29rem;
    color: rgba(51, 51, 51, 0.7);
    height: .58rem;
    margin-top: .21rem;
}
.list3wTxt li h5 .arrows{
    display: block;
    width: .15rem;
    margin-left: .08rem;
}
.list3wTxt li h5{
    display: flex;
    align-items: center;
    font-size: .14rem;
    line-height: 1;
    color: #171D8E;
    margin-top: .2rem;
}
.list4w li .con{
    padding: .05rem;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.list4w li .con .img{
    padding-bottom: 100%;
    border-radius: 50%;
}
.list4w li .con .img img{
    position: absolute;
    left: 0;
    top: 0;
    object-position: top center;
}
.list4w li .con:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: .01rem solid #DBB46F;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.list4w li.swiper-slide-thumb-active .con:before{
    opacity: 1;
    visibility: visible;
}
.list4w{
    width: 50.61%;
    margin-top: .31rem;
}
.index_s4 .bg-4{
    position: absolute;
    right: -.06rem;
    bottom: -.04rem;
    width: 49.8125%;
    height: 36.92vw;
    background: url("../images/s4-img-5.png") no-repeat left bottom/100% auto;
    pointer-events: none;
    z-index: -1;
}
.index_s4 .images{
    position: absolute;
    bottom: .07rem;
    width: 7.04rem;
    pointer-events: none;
}
.index_s4 .images .img{
    height: 5.68rem;
    position: relative;
    z-index: 2;
    max-width: 100%;
}
.index_s4 .images .img img{
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.list6w li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 1.25rem;
    background: url("../images/s4-img-2.png") no-repeat left bottom/cover;
}
.list6w li{
    position: relative;
}
.index_s4 .leftImages{
    right: 100%;
}
.index_s4 .rightImages{
    left: 100%;
}

.index_s4 .content{
    padding: 0 .72rem 0 1.37rem;
    margin-top: .03rem;
    position: relative;
}
.index_s4{
    position: relative;
    margin-top: .8rem;
    z-index: 3;
}
.index_s5 .left{
    width: 32.375%;
    position: relative;
    z-index: 5;
}
.index_s5 .left .desc p{
    font-size: .24rem;
    line-height: .36rem;
    color: #333333;
    height: .72rem;
}
.index_s5 .left .desc h5 a img{
    display: block;
    width: .15rem;
    margin-left: .08rem;
}
.index_s5 .left .desc h5 a{
    display: flex;
    align-self: center;
    font-size: .14rem;
    color: #171D8E;
    line-height: 1;
    font-weight: 500;
}
.index_s5 .left .desc h5{
    margin-top: .65rem;
}
.index_s5 .left .desc{
    margin-top: 1.19rem;
}
.list_box4 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_box4 li{
    width: 33.33%;
    margin-top: .71rem;
}
.list_box4 li:nth-child(-n+3){
    margin-top: 0;
}
.list_box4 li h3{
    font-size: .2rem;
    line-height: 1;
    color: #F1AB3E;
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.list_box4 li h3 span:after{
    position: absolute;
    content: '';
    right: -.16rem;
    top: -.07rem;
    width: .14rem;
    height: .14rem;
    background: url("../images/s5-img-1.png") no-repeat 50%/100% 100%;
}
.list_box4 li h3 span{
    font-size: .8rem;
    line-height: 1;
    position: relative;
    margin-right: .07rem;
}
.list_box4 li h4{
    font-size: .2rem;
    line-height: 1;
    color: #333333;
    text-align: center;
    margin-top: .14rem;
}
.list_box4{
    margin-top: .66rem;
}
.index_s5 .right{
    width: 67.625%;
}
.index_s5 .con-box{
    position: relative;
    width: 100%;
    height: 7rem;
}
.index_s5 .images{
    position: absolute;
    width: 7.39%;
    left: 14.97%;
    top:52%;
    z-index: 11;
}
.index_s5 .images img{
    display: block;
    width: 100%;
}
.index_s5 .ul{
}
.index_s5 .ul .li{
    position: absolute;
    display: none;
}

.index_s5 .ul .li .box{
    position: relative;
}
.index_s5 .ul .li .con{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .11rem .1rem .13rem;
    background: #FFFFFF;
    box-shadow: 0 .064rem .83rem 0 rgba(0, 0, 0, 0.1);
}
.index_s5 .ul .li .pic{
    width: 1.1rem;
    height: .93rem;
    margin-right: .19rem;
    flex-shrink: 0;
}
.index_s5 .ul .li .txt{
    flex: 1;
    overflow: hidden;
    padding-right: .16rem;
}
.index_s5 .ul .li h3{
    font-size: .22rem;
    line-height: .26rem;
    color: #3D3D3D;
}
.index_s5 .ul .li p{
    font-size: .14rem;
    line-height: .24rem;
    color: #999999;
    max-height: .48rem;
    margin-top: .09rem;
    text-transform: uppercase;
}
.index_s5 .svgBox{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translate(-3.5rem, 0.9rem);
}
.index_s5 .svgBox svg{
    width: 100%;
    display: block;
}
.index_s5 #ball1,
.index_s5 #ball2,
.index_s5 #ball3,
.index_s5 #ball4,
.index_s5 #ball5{
    cursor: pointer;
}

.index_s5 .wp{
    flex-direction: row-reverse;
}
.index_s5{
    padding: 1.29rem 0 1.69rem;
    position: relative;
    overflow: hidden;
}

.list5w{
    width: 7.81rem;
    margin: 0 auto;
    position: relative;
}
.list5wBox1 li a{
    display: block;
}
.list5wBox1 li .pic{
    padding-top: 5.14rem;
}
.list5wBox1{
    overflow: visible;
}
.list5wBox2{
    position: relative;
    z-index: 2;
    margin: -1.01rem -.37rem 0 2.16rem;
    padding: .09rem .23rem .2rem .31rem;
    background: #171D8E;
}
.list5wBox2 li a{
    display: block;
}
.list5wBox2 li time{
    display: block;
    font-size: .16rem;
    line-height: .34rem;
    color: #FFFFFF;
}
.list5wBox2 li h3{
    font-size: .22rem;
    line-height: .3rem;
    color: #FFFFFF;
    font-weight: 600;
}
.list5wBox2 li p{
    font-size: .16rem;
    line-height: .28rem;
    color: rgba(255, 255, 255, 0.7);
    height: .56rem;
    margin-top: .1rem;
}
.list5w .btnBox{
    position: absolute;
    left: -.76rem;
    bottom: .58rem;
    width: 1.52rem;
    height: .76rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list5w .btn{
    position: static;
    transform: none;
    width: 50%;
    height: 100%;
    background: transparent no-repeat 50%/.13rem;
    transition: all .5s;
}
.list5w .prev{
    background-color: #DBB46F;
    background-image: url("../images/prev-1.png");
}
.list5w .next{
    background-color: #171D8E;
    background-image: url("../images/next-1.png");
}

.index_s6 .content{
    margin-top: .36rem;
}
.index_s6:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 63.33%;
    background: url("../images/s6-img-2.png") no-repeat 50%/cover;
    pointer-events: none;
}
.index_s6{
    padding: .34rem 0 1.03rem;
    position: relative;
}
@media (min-width: 1025px) {
    .list_box3{
        padding: 0 .8rem 0 .8rem;
    }
    .list_box3 li{
        width: 16.66%;
        height: 6.02rem;
        transition: width .5s;
    }
    .list_box3 li a{
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 2;
        overflow: hidden;
    }
    .list_box3 li .show{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        padding-top: 1.92rem;
        transition: all .5s;
    }
    .list_box3 li .show time{
        display: block;
        color: #000000;
    }
    .list_box3 li .show time span{
        display: flex;
        align-items: baseline;
        font-size: .4rem;
        line-height: 1;
        font-family: 'Bebas',sans-serif;
    }
    .list_box3 li .show time span i{
        display: block;
        font-size: .2rem;
    }
    .list_box3 li .show time em img{
        display: block;
        height: .04rem;
        margin-left: .03rem;
    }
    .list_box3 li .show time em{
        display: flex;
        align-items: center;
        font-size: .12rem;
        line-height: 1;
        font-family: 'Bebas',sans-serif;
    }
    .list_box3 li .show .dots{
        width: .09rem;
        height: .09rem;
        background: #B69355;
        border-radius: 50%;
        margin-top: .2rem;
    }
    .list_box3 li .hide{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        padding-left: .49rem;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all .5s;
    }
    .list_box3 li.active .show{
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
    .list_box3 li.active .hide{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .list_box3 li:before{
        opacity: 0;
        visibility: hidden;
    }
    .list_box3 li.active:before{
        opacity: 1;
        visibility: visible;
    }
    .list_box3 li.active{
        width: 46.97%;
    }
    .list3wImg .lines2 span{
        display: block;
        height: .11rem;
        background: #DBB46F;
    }
    .list3wImg .lines2 span:nth-child(1){
        width: .64rem;
        align-self: center;
    }
    .list3wImg .lines2 span:nth-child(2){
        width: 100%;
    }
    .list3wImg .lines2 span:nth-child(3){
        width: .61rem;
        margin-left: .35rem;
    }

    .list3wImg .lines2{
        position: absolute;
        width: 1.78rem;
        height: .61rem;
        top: 1.25rem;
        right: -1.43rem;
        pointer-events: none;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        z-index: 3;
    }
    .list4w li .con{
        max-width: .83rem;
    }

    .index_s5 .ul .li8 .box .con{flex-direction: row-reverse}
    .index_s5 .ul .li8 .box .con .pic{margin-left: .19rem;margin-right: 0}
    .index_s5 .ul .li8 .box .con .txt{padding-right: 0;padding-left: .1rem;text-align: right}
    .index_s5 .ul .li9 .box .con{flex-direction: row-reverse}
    .index_s5 .ul .li9 .box .con .pic{margin-left: .19rem;margin-right: 0}
    .index_s5 .ul .li9 .box .con .txt{padding-right: 0;padding-left: .1rem;text-align: right}

    .index_s5:before,
    .index_s5:after{
        position: absolute;
        content: '';
        left: 0;
        right: 0;
    }
    .index_s5:before{
        top: 0;
        height: 30.66%;
        background: linear-gradient(180deg, #FFFFFF 33%, rgba(255, 255, 255, 0) 100%);
        z-index: 3;
    }
    .index_s5:after{
        bottom: 0;
        height: 30.66%;
        background: linear-gradient(0deg, #FFFFFF 33%, rgba(255, 255, 255, 0) 100%);
        z-index: 3;
    }

    .list5wBox1 li a{
        transition: all .5s;
    }
    .list5wBox1 li.swiper-slide a{
        opacity: .5;
        transform: scale(.75);
    }
    .list5wBox1 li.swiper-slide-active a{
        transform: scale(1);
        opacity: 1;
    }
    
}

@media (max-width: 1199px) {
    .banner .imgBox .img{
        padding-bottom: 50vw;
    }
}
@media (max-width: 1025px) {
    .banner .nums{
        display: none;
    }
    .banner .swiDots span{
        width: .1rem;
        height: .1rem;
        margin: 0;
    }
    .banner .swiDots span.active{
        width: .3rem;
        height: .3rem;
    }
    .banner .swiDots{
        flex-direction: row;
        gap: 0 .1rem;
    }
    .banner .dotsBox{
        top: auto;
        bottom: .15rem;
        right: 0;
        left: 0;
    }
    .list_box1{
        position: relative;
        bottom: auto;
        padding: .2rem 0;
        background: #171D8E;
    }
    .list_box1 li .icon{
        width: .35rem;
        height: .35rem;
    }
    .list_box1 li{
        width: 32%;
    }
    .list_box1 ul{
        gap: .2rem 2%;
        justify-content: flex-start;
    }
    .title001 .tit h2{
        font-size: .34rem;
        line-height: .4rem;
    }
    .title001 .tit h3{
        font-size: .2rem;
    }
    .title001 .tit:before,
    .title001 .tit:after{
        height: .3rem;
    }
    .index_s1 .left{
        width: 100%;
    }
    .index_s1 .text h3{
        font-size: .22rem;
        line-height: 1.5;
    }
    .index_s1 .text p{
        margin-top: .05rem;
        display: block;
        height: auto;
    }
    .index_s1 .text .arrows{
        margin-top: .15rem;
    }
    .index_s1 .text{
        padding: .2rem 0;
        margin-top: 0;
    }
    .index_s1 .images .img1{
        left: 0;
        bottom: 0;
        width: 40vw;
    }
    .index_s1 .images .img2{
        right: -10px;
        bottom: -.7vw;
        width: 52vw;
    }
    .index_s1 .images .img3{
        right: 0;
        width: 55vw;
        bottom: 17vw;
    }
    .index_s1 .images .img4{
        right: 0;
        left: 30vw;
        height: 17vw;
    }
    .index_s1 .wp{
        position: static;
        padding-top: 0;
        padding-bottom: 0;
    }
    .index_s1{
        position: relative;
        padding-top: .4rem;
        padding-bottom: 34vw;
    }
    .index_s2 .left{
        width: 100%;
        order: 1;
        margin-top: .4rem;
    }
    .list1wBox1 li .pic{
        padding-top: 69.62%;
    }
    .list1wBox2{
        margin: 0;
        padding: .2rem;
    }
    .list1wBox2 li a h3{
        font-size: .2rem;
        line-height: .3rem;
        margin-top: .1rem;
    }
    .list1wBox2 li a .line{
        margin-top: .1rem;
    }
    .list1wBox2 li a p{
        margin-top: .1rem;
    }
    .list1wBox2 li a .arrows{
        margin-top: .2rem;
    }
    .index_s2 .right{
        width: 100%;
        margin-top: 0;
        order: 0;
    }
    .index_s2 .tab-tit{
        position: static;
        justify-content: center;
    }
    .index_s2 .tab-tit .li{
        font-size: .26rem;
        line-height: .3rem;
    }
    .index_s2 .tab-tit .li:not(:first-child){
        margin-left: .1rem;
        padding-left: .1rem;
    }
    .index_s2 .tab-tit .li:not(:first-child):before{
        height: .2rem;
    }
    .list_box2 li a p{
        margin-top: .05rem;
    }
    .list_box2 li + li{
        margin-top: .2rem;
    }
    .index_s2 .tab-cont{
        margin-top: .3rem;
    }
    .index_s2 .content{
        margin-top: .2rem;
    }
    .index_s2{
        margin-top: .4rem;
    }
    .list_box3 li .hide time span{
        font-size: .4rem;
    }
    .list_box3 li .hide time span i{
        font-size: .24rem;
    }
    .list_box3 li .show{
        display: none;
    }
    .list_box3 li .hide time em img{
        height: .04rem;
    }
    .list_box3 li .hide .time{
        margin-right: .2rem;
        background-size: .5rem;
        background-position: 50%;
    }
    .list_box3 li .hide .top h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .list_box3 li .hide .pic{
        padding-top: 59.42%;
    }
    .list_box3 li .hide .bot{
        margin: 0;
        padding: .1rem .3rem .1rem .2rem;
    }
    .list_box3 li .hide .bot .arrows{
        right: .1rem;
        top: .17rem;
    }
    .list_box3 li a{
        padding-bottom: 0;
    }
    .list_box3 li:before{
        right: 0;
        left: 0;
    }
    .list_box3 li{
        width: 49%;
    }
    .list_box3{
        gap: .2rem 0;
    }
    .list2w .btn{
        width: .5rem;
        height: .5rem;
        background-size: .1rem;
        position: static;
    }
    .list2w .prev{
        left: -10px;
    }
    .list2w .next{
        right: -10px;
    }
    .list2w .btnBox{
        display: flex;
        justify-content: center;
        margin-top: .2rem;
        gap: 0 .2rem;
    }
    .list2w{
        margin-top: .3rem;
    }
    .index_s3{
        margin-top: .4rem;
    }
    .index_s4 .content{
        padding: 0;
    }
    .list3wImg li .img{
        width: 3.1rem;
        height: 4.28rem;
    }
    .list3wTxt li h2{
        font-size: .26rem;
        line-height: .3rem;
    }
    .list3wTxt li i{
        margin-top: .1rem;
    }
    .list3wTxt li h3{
        margin-top: .1rem;
    }
    .list3wTxt li h4{
        margin-top: .1rem;
    }
    .list3wTxt li p{
        line-height: .26rem;
        height: .52rem;
        margin-top: .1rem;
    }
    .list3wTxt li h5{
        margin-top: .15rem;
    }
    .list3wTxt{
        width: 46%;
        margin-top: 1.3rem;
    }
    .list3wImg .btnBox{
        width: .9rem;
        height: .45rem;
        right: -.45rem;
    }
    .list4w{
        width: 100%;
    }
    .index_s4{
        margin-top: .4rem;
    }
    .index_s5 .left{
        width: 100%;
    }
    .index_s5 .left .desc p{
        font-size: .2rem;
        line-height: 1.5;
        height: auto;
        display: block;
    }
    .index_s5 .left .desc h5{
        margin-top: .15rem;
    }
    .index_s5 .left .desc {
        margin-top: 0.2rem;
    }
    .list_box4 li h3 span{
        font-size: .6rem;
        margin-right: 0;
    }
    .list_box4 li h3 span:after{
        top: -.05rem;
    }
    .list_box4 li h4{
        margin-top: .05rem;
    }
    .list_box4 li.kb{
        display: none;
    }
    .list_box4 li{
        margin-top: 0;
    }
    .list_box4 ul{
        justify-content: center;
        gap: .2rem 0;
    }
    .list_box4{
        margin-top: .2rem;
    }
    .index_s5 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .index_s5 .svgBox{
        position: static;
        width: 100%;
        height: 100%;
        transform: none;
        display: none;
    }
    .index_s5 .images{
        display: none;
    }
    .index_s5 .ul{
        gap: .2rem 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .index_s5 .ul .li{
        position: static;
        width: 49% !important;
        height: auto !important;
        display: block;
    }
    .index_s5 .ul .li .dots{
        display: none;
    }
    .index_s5 .ul .li img{
        display: none;
    }
    .index_s5 .ul .li .box{
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
    }
    .index_s5 .ul .li .con{
        padding: .1rem;
    }
    .index_s5 .ul .li h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .index_s5 .ul .li p{
        margin-top: 0;
    }
    .index_s5 .ul .li .txt{
        padding-right: 0;
    }
    .index_s5 .con-box{
        height: auto;
    }
    .index_s5{
        padding: .4rem 0 .2rem;
        overflow: visible;
    }
    .list5w{
        width: 100%;
    }
    .list5wBox1{
        overflow: hidden;
    }
    .list5wBox1 li .pic{
        padding-top: 65.81%;
    }
    .list5wBox2{
        margin: 0;
        padding: .2rem;
    }
    .list5wBox2 li time{
        line-height: .26rem;
    }
    .list5wBox2 li h3{
        font-size: .2rem;
        line-height: .3rem;
        margin-top: .05rem;
    }
    .list5wBox2 li p{
        line-height: .26rem;
        height: .52rem;
        margin-top: .05rem;
    }
    .list5w .btnBox{
        position: static;
        width: auto;
        height: auto;
    }
    .list5w .btn{
        width: .45rem;
        height: .45rem;
        position: absolute;
        transform: translateY(-50%);
        background-size: .1rem;
        margin-top: -.5rem;
    }
    .list5w .prev{
        left: 0;
    }
    .list5w .next{
        right: 0;
    }
    .index_s6 .content{
        margin-top: .3rem;
    }
    .index_s6:after{
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
    }
    .index_s6{
        padding: .2rem 0 .4rem;
    }
}
@media (max-width: 769px) {

}
@media (max-width: 481px) {
    .list_box1 li{
        width: 49%;
    }
    .list_box2 li a .pic{
        width: 1.6rem;
        height: 1.4rem;
    }
    .list_box2 li a .text{
        width: calc(100% - 1.8rem);
    }
    .list_box2 li a .arrows{
        left: 1.8rem;
    }
    .list_box2 li .lines .line3{
        left: 1.6rem;
    }
    .list_box2 li:hover .lines .line1{
        left: 1.6rem;
    }
    .list_box2 li:hover .lines .line3{
        left: 2.5rem;
    }
    .list1wBox2 .swiDots{
        bottom: .2rem;
    }
    .list_box3 li .hide .bot h4 i{
        margin: 0 .05rem;
    }
    .list_box3 li{
        width: 100%;
    }
    .list3wImg{
        width: 100%;
    }
    .list3wImg li .img {
        width: 2.2rem;
        height: 3.08rem;
    }
    .list3wImg .btnBox{
        width: auto;
        height: auto;
        position: static;
    }
    .list3wImg .btn{
        width: .45rem;
        height: .45rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .list3wImg .prev{
        left: -10px;
    }
    .list3wImg .next{
        right: -10px;
    }
    .list3wTxt{
        width: 100%;
        margin-top: .2rem;
    }
    .list_box4 li{
        width: 50%;
    }
    .list_box4 ul{
        justify-content: flex-start;
    }
    .index_s5 .ul .li{
        width: 100% !important;
    }
}

@media (max-width:1440px) and (max-height:900px){
   .banner .imgBox .img{
        padding-bottom:50vw;
    }
}

.list_box2.tzgg li a{
   padding-bottom:.15rem;
}
.list_box2.tzgg li + li{
    margin-top:.15rem;
}
.list_box2.tzgg li .lines .line1,
.list_box2.tzgg li .lines .line2{
    display:none;
}