﻿@charset "utf-8";
.banner{ overflow: hidden; }
.banner a img{display: block;width: 100%}

.banner .swiDots{
    bottom: .31rem;
    font-size: 0;
}
.banner .swiDots span{
    width: .15rem;
    height: .15rem;
    margin: 0 .11rem;
    background: #fff no-repeat 50%/100%;
    opacity: .4;
    vertical-align: middle;
}
.banner .swiDots span.active{
    width: .28rem;
    height: .36rem;
    background-image: url("../images/dots-1.png");
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
}
.title001{
    position: relative;
    z-index: 5;
}
.title001 h4 img{
    display: block;
    height: .56rem;
}
.title001 h2{
    font-size: .4rem;
    line-height: .58rem;
    color: #333333;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
    position: relative;
    margin-top: -.48rem;
    z-index: 2;
    text-align: center;
}
.title001 .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.title001 .more a{
    display: flex;
    align-items: flex-end;
    font-size: .18rem;
    line-height: .26rem;
    color: #666666;
    text-transform: uppercase;
    transition: .5s;
}
.title001 .more a img{
    display: block;
    width: .27rem;
    margin-left: .04rem;
}
.title001 .more a:hover{
    color: #0B4DA2;
}

.index_s1 .left{
    width: 57.375%;
    margin-top: .3rem;
}
.list1w a{
    display: block;
    position: relative;
    border-radius: .1rem;
    overflow: hidden;
}
.list1w a .pic{
    padding-top: 5.71rem;
}
.list1w a h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .28rem;
    font-size: .2rem;
    line-height: .28rem;
    color: #FFFFFF;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
    padding: 0 .36rem;
    z-index: 3;
}
.list1w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 22.42%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.list1w .btn{
    width: .31rem;
    height: .52rem;
    background: transparent no-repeat 50%/100%;
}
.list1w .prev{
    left: .26rem;
    background-image: url("../images/prev-1.png");
}
.list1w .next{
    right: .26rem;
    background-image: url("../images/next-1.png");
}
.index_s1 .right{
    width: 39.26%;
}
.list_box1 li a{
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box1 li time{
    display: block;
    color: #0B4DA2;
    text-align: center;
    margin-right: .2rem;
    flex-shrink: 0;
}
.list_box1 li time span{
    display: block;
    font-size: .26rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.list_box1 li time i{
    display: block;
    width: .22rem;
    height: .08rem;
    margin: .05rem auto ;
    background: url("../images/s1-img-2.png") no-repeat 50%/100%;
}
.list_box1 li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Medium',sans-serif;
}
.list_box1 li h3{
    flex: 1;
    font-size: .2rem;
    line-height: .28rem;
    color: #333333;
    max-height: .56rem;
    transition: .5s;
}
.list_box1 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #333333;
    opacity: .1;
}
.list_box1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: 0;
    height: .01rem;
    background: #0B4DA2;
    transition: .5s;
}
.list_box1 li:hover h3{
    color: #0B4DA2;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list_box1 li:hover:after{
    right: 0;
}
.list_box1 li{
    position: relative;
}
.index_s1 .content{
    margin-top: .2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.list_box2 ul{
    display: flex;
    flex-wrap: wrap;
}
.list_box2 li {
    width: 22.3125%;
    margin: 0 0 0 3.58%;
    position: relative;
}
.list_box2 li:nth-child(4n+1){
    margin-left: 0;
}
.list_box2 li a{
    display: block;
    position: relative;
    z-index: 2;
    padding: .4rem .29rem .62rem;
}
.list_box2 li .time{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box2 li time{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: .75rem;
    height: .75rem;
    background: #0B4DA2;
    color: #fff;
    border-radius: 50%;
    transition: .5s;
    flex-shrink: 0;
    margin-right: .09rem;
}
.list_box2 li time span{
    display: block;
    font-size: .26rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.list_box2 li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Medium',sans-serif;
    margin-top: .06rem;
}
.list_box2 li .time i{
    display: block;
    border-bottom: .01rem dashed rgba(11, 77, 162, 0.25);
    position: relative;
    flex: 1;
    transition: .5s;
}
.list_box2 li .time i:before{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: .09rem;
    height: .09rem;
    background: #EBD1AE;
    transform: translateY(-50%);
    border-radius: 50%;
    transition: .5s;
}
.list_box2 li h3{
    margin-top: .32rem;
    font-size: .2rem;
    line-height: .28rem;
    color: #333;
    height: .56rem;
    transition: .5s;
}
.list_box2 li p{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    -webkit-line-clamp: 4;
    height: 1.04rem;
    margin-top: .26rem;
    transition: .5s;
}
.list_box2 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff url("../images/s2-img-1.png") no-repeat bottom center/cover;
    box-shadow: 0 .02rem .15rem .01rem rgba(11, 77, 162, 0.1099);
    border-radius: .06rem;
}
.list_box2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0B4DA2 url("../images/s2-img-2.png") no-repeat bottom center/cover;
    box-shadow: 0 .02rem .18rem .01rem rgba(11, 77, 162, 0.4726);
    border-radius: .06rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box2 li:hover time{
    background: #EBD1AE;
}
.list_box2 li:hover .time i{
    border-bottom-color: rgba(235, 209, 174, 0.25);
}
.list_box2 li:hover h3{
    color: #fff;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list_box2 li:hover p{
    color: rgba(255, 255, 255, 0.8);
}
.list_box2 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list_box2{
    margin-top: .5rem;
}
.index_s2{
    margin-top: .8rem;
}
.home1{
    padding: .6rem 0 1.39rem;
    background: url("../images/home1.png") no-repeat top center/cover;
}

.list2w a{
    display: block;
    position: relative;
}
.list2w a .imgBox{
    border-radius: .1rem;
}
.list2w a .img {
    padding-bottom: 5.04rem;

}

.list2w .swiper-slide,.list2w,.list2w .swiper-wrapper {
    transform-style: preserve-3d
}

.list2w .swiper-slide-active {
    transform: translate3d(0, 0, -2.8rem) rotateY(0deg);
    transition: .5s
}

.list2w  .swiper-slide-prev {
    transform: translate3d(-.3rem, 0, -2.5rem) rotateY(20deg);
    transition: .5s
}

.list2w .swiper-slide-next {
    transform: translate3d(.3rem, 0, -2.5rem) rotateY(-20deg);
    transition: .5s
}

.list2w .swiper-slide.pr2 {
    transform: translate3d(-.3rem, 0, -1.6rem) rotateY(35deg);
    transition: .5s
}

.list2w .swiper-slide.ne2 {
    transform: translate3d(.3rem, 0, -1.6rem) rotateY(-35deg);
    transition: .5s
}

.list2w .swiper-slide.pr3 {
    transform: translate3d(.15rem, 0, -.2rem) rotateY(50deg);
    transition: .5s
}

.list2w .swiper-slide.ne3 {
    transform: translate3d(-.15rem, 0, -.2rem) rotateY(-50deg);
    transition: .5s
}

.list2w .swiper-slide.pr4 {
    transform: translate3d(.15rem, 0, -.2rem) rotateY(50deg);
    transition: .5s;
    opacity: 0
}

.list2w .swiper-slide.ne4 {
    transform: translate3d(-.15rem, 0, -.2rem) rotateY(-50deg);
    transition: .5s;
    opacity: 0
}
.list2w {
    perspective: 1000px;
    touch-action: pan-y;
    padding: .15rem 0;
    margin: 0
}
.list3w{
    position: absolute;
    left: 0;
    right: 0;
    top: .4rem;
    width: 7.5rem;
    margin: 0 auto;
    z-index: 5;
}
.list3wBox a{
    display: block;
}
.list3wBox a .pic {
    padding-bottom: 4.5rem;
}
.list3wBox a .txt h3{
    font-size: .2rem;
    line-height: .28rem;
    color: #333333;
    height: .56rem;
    text-align: center;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
    transition: .5s;
}
.list3wBox a .txt {
    padding: 0 .77rem;
    margin-top: .4rem;
    transition: .5s;
}
.list3wBox a:hover .txt h3{
    color: #0B4DA2;
}
.list3w .btnBox{
    margin-top: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list3w .btn{
    width: .29rem;
    height: .29rem;
    margin: 0 .14rem;
    background: #0B4DA2 no-repeat 50%/.08rem;
    position: static;
    border-radius: 50%;
    transform: none;
    transition: .5s;
}
.list3w .prev{
    background-image: url("../images/prev-2.png");
}
.list3w .next{
    background-image: url("../images/next-2.png");
}
.list3w .btn:hover{
    background-color: #EBD1AE;
}
.index_s3 .content{
    margin-top: .4rem;
    position: relative;
}
.index_s3{
    padding: .7rem 0 2.04rem;
    background: url("../images/index_s3.png") no-repeat bottom center/cover;
}
.list_box3 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .41rem 2.75%;
}
.list_box3 li{
    width: 22.9375%;
    position: relative;
    transition: .5s;

}
.list_box3 li a{
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: .06rem;
    z-index: 2;
    border: .01rem solid rgba(11, 77, 162, 0.2);
}
.list_box3 li .pic{
    padding-top: 2.09rem;
}

.list_box3 li:hover{
    box-shadow: 0 .02rem .15rem  rgba(11, 77, 162, 0.3178);
}
.list_box3{
    margin-top: .64rem;
}
.index_s4{
    padding: .83rem 0 1.8rem;
    background: url("../images/index_s4.png") no-repeat bottom center/100% auto;
}

@media (max-width: 1025px) {
    .banner .swiDots span{
        width: .1rem;
        height: .1rem;
        margin: 0 .08rem;
    }
    .banner .swiDots span.active{
        width: .2rem;
        height: .3rem;
    }
    .banner .swiDots {
        bottom: 0.15rem;
    }
    .title001 h4 img{
        height: .4rem;
    }
    .title001 h2{
        font-size: .3rem;
        line-height: .4rem;
        margin-top: -.3rem;
    }
    .index_s1 .left{
        width: 100%;
        margin-top: 0;
    }
    .list1w a .pic{
        padding-top: 62.2%;
    }
    .list1w .btn {
        width: 0.2rem;
        height: 0.35rem;
    }
    .list1w .prev{
        left: .15rem;
    }
    .list1w .next{
        right: .15rem;
    }
    .list1w a h3{
        line-height: .3rem;
        padding: 0 .2rem;
        bottom: .15rem;
    }
    .index_s1 .right{
        width: 100%;
        margin-top: .1rem;
    }
    .list_box1 li a{
        height: 1rem;
    }
    .list_box1 li h3{
        line-height: .3rem;
        max-height: .6rem;
    }
    .list_box2 li a{
        padding: .2rem;
    }
    .list_box2 li h3{
        line-height: .3rem;
        height: .6rem;
        margin-top: .1rem;
    }
    .list_box2 li p{
        margin-top: .1rem;
    }
    .list_box2 li{
        width: 49%;
        margin: 0;
    }
    .list_box2 ul{
        gap: .2rem 2%;
    }
    .list_box2{
        margin-top: .2rem;
    }
    .index_s2{
        margin-top: .4rem;
    }
    .home1{
        padding: .4rem 0;
    }
    .list2w{
        display: none;
    }
    .list3w{
        position: relative;
        width: 100%;
        top: 0;
    }
    .list3wBox a .pic{
        padding-bottom: 59.31%;
    }
    .list3wBox a .txt h3{
        line-height: .3rem;
        height: .6rem;

    }
    .list3wBox a .txt{
        margin-top: .15rem;
        padding: 0;
    }
    .list3w .btn{
        margin: 0 .05rem;
    }
    .list3w .btnBox{
        margin-top: .2rem;
    }
    .index_s3 .content{
        margin-top: .2rem;
    }
    .index_s3{
        padding: .4rem 0;
    }
    .list_box3 li .pic{
        padding-top: 57.49%;
    }
    .list_box3 li{
        width: 23.5%;
    }
    .list_box3 ul{
        gap: .2rem 2%;
    }
    .list_box3{
        margin-top: .2rem;
    }
    .index_s4{
        padding: .4rem 0;
    }
}

@media (max-width: 769px) {
    .title001 h4 img{
        height: .26rem;
    }
    .title001 h2{
        margin-top: -.2rem;
    }
    .list_box3 li{
        width: 32%;
    }
}
@media (max-width: 481px) {
    .list_box2 li{
        width: 100%;
    }
    .list_box3 li{
        width: 49%;
    }
}