@charset "UTF-8";
.banner a{
    display: block;
    position: relative;
}
.banner a img{
    display: block;
    width: 100%;
}
.banner a:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 36.63%;
    opacity: 0.4;
    background: linear-gradient(0deg, #000000 0%, #00000000 100%);
    pointer-events: none;
}
.banner .swiDots{
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 .3rem;
    bottom: .27rem;
}
.banner .swiDots span{
    width: .08rem;
    height: .08rem;
    background: #ffffff;
    color: #ffffff;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    border: .01rem dashed transparent;
    font-family: Arial,sans-serif;
}
.banner .swiDots span.active{
    width: .48rem;
    height: .48rem;
    font-size: .14rem;
    border-color: #ffffff;
    background: transparent;
}
.title001 .tit>img{
    display: block;
    height: .78rem;
}
.title001 h2{
    font-size: .36rem;
    line-height: 1;
    color: #2E2E2E;
    font-weight: 700;
    font-family: 'SourceHanSerifCN', sans-serif;
    margin-top: .1rem;
}
.title001 h4{
    font-size: .18rem;
    line-height: .22rem;
    color: #BCBCBC;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-family: 'MiSans',sans-serif;
    gap: 0 .1rem;
}
.title001 h4 img{
    display: block;
    height: .06rem;
}
.more a{
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: .24rem;
    color: #5A5A5A;
    gap: 0 .08rem;
    transition: .5s;
}

.more a img{
    display: block;
    height: .19rem;
}
.more{
    position: absolute;
    right: 0;
    bottom: .13rem;
    z-index: 2;
    transition: all .5s;
}

.more:hover{
    right: -.1rem;
}

.index-s1 .left{
    width: 47.93%;
}

.list1w li a{
    display: block;
}
.list1w li .pic{
    padding-top: 4.63rem;
}
.list1w li h3{
    font-size: .2rem;
    line-height: .28rem;
    color: #333333;
}
.list1w li p{
    font-size: .16rem;
    line-height: .24rem;
    color: #333333;
    height: .48rem;
    margin-top: .05rem;
    opacity: .6;
}
.list1w li time{
    width: .72rem;
    height: .72rem;
    background: #61745F;
    color: #ffffff;
    font-family: Arial,sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .05rem 0;
    position: absolute;
    left: .22rem;
    top: -.36rem;
}
.list1w li time span{
    display: block;
    font-size: .24rem;
    line-height: 1;
}
.list1w li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
}
.list1w li .text{
    position: relative;
    padding: .26rem .23rem .48rem 1.06rem;
    background: #DCDED3;
}
.list1w li:hover h3{
    color: #61745F;
    font-weight: 700;
}
.list1w .swiDots{
    font-size: 0;
    width: 100%;
    bottom: .2rem;
}
.list1w .swiDots span{
    width: .08rem;
    height: .08rem;
    margin: 0 .08rem;
    background: #61745F;
    opacity: .2;
}
.list1w .swiDots span.active{
    opacity: 1;
}
.list1w{
    position: relative;
    margin-top: .35rem;
}

.index-s1 .right{
    width: 42.85%;
}

.list-box1 li a{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: .12rem;
    padding-right: .39rem;
}
.list-box1 li time{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: .57rem;
    height: .51rem;
    color: #ffffff;
    border: .01rem solid rgba(255, 255, 255, 0.1);
    position: relative;
    margin-right: .38rem;
    flex-shrink: 0;
    font-family: Arial,sans-serif;
    transition: all .5s;
}
.list-box1 li time span{
    display: block;
    font-size: .24rem;
    line-height: .28rem;
}
.list-box1 li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
}
.list-box1 li time::before{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: .57rem;
    height: .57rem;
    border: .01rem solid rgba(255, 255, 255, 0.1);
    transform: translate(-50%,-50%) rotate(45deg);
    pointer-events: none;
    transition: all .5s;
}
.list-box1 li .dots{
    width: .27rem;
    height: .27rem;
    border: .08rem solid transparent;
    border-radius: 50%;
    background: #ffffff;
    background-clip: content-box;
    margin-top: .13rem;
    transition: all .5s;
    margin-right: .26rem;
    flex-shrink: 0;
}
.list-box1 li h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #FFFFFF;
    -webkit-line-clamp: 3;
    height: .9rem;
    flex: 1;
}
.list-box1 li:hover time span{
    font-weight: 700;
}
.list-box1 li:hover time{
    background: #ffffff;
    color: #61745F;
}
.list-box1 li:hover time:before{
    border-color: #ffffff;
}
.list-box1 li:hover .dots{
    border-color: rgba(255, 255, 255, 0.1);
}
.list-box1 li:hover h3{
    font-weight: 700;
}
.list-box1 li + li{
    margin-top: .1rem;
}
.list-box1 ul:before{
    position: absolute;
    content: '';
    left: 1.2rem;
    width: .01rem;
    top: .23rem;
    bottom: 0.73rem;
    background: #FFFFFF;
    opacity: .1;
}
.list-box1:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: -.82rem;
    right: calc((100vw - 14rem) / -2);
    background: #61745F url("../images/s1-img-2.png") no-repeat right center;
    background-size: auto 100%;
    border-radius: 1rem 0 0 0;
    pointer-events: none;
}
.list-box1{
    margin-top: .35rem;
    padding: .78rem 0 .5rem;
    position: relative;
}

.index-s2 .left{
    width: 48%;
}

.list-box2 li.li1 a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #DCDED3;
}
.list-box2 li.li1 .pic{
    width: 2.81rem;
    height: 1.83rem;
}
.list-box2 li.li1 .text{
    width: calc(100% - 2.81rem);
    padding: 0 .28rem;
}
.list-box2 li.li1 h3{
    font-size: .18rem;
    line-height: .28rem;
    color: #333333;
    height: .56rem;
    font-weight: 700;
}
.list-box2 li.li1 p{
    font-size: .16rem;
    line-height: .26rem;
    height: .52rem;
    color: #666666;
    margin-top: .1rem;
}
.list-box2 li.li1 time{
    font-size: .18rem;
    line-height: .24rem;
    color: #61745F;
    margin-top: .06rem;
    display: block;
}
.list-box2 li.li1{
    margin-bottom: .1rem;
}
.list-box2 li.li2 a{
    display: block;
    padding: .12rem .18rem .02rem;
    position: relative;
}
.list-box2 li.li2 h3{
    font-size: .18rem;
    line-height: 1;
    color: #333333;
}
.list-box2 li.li2 time{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #999999;
    margin-top: .07rem;
}
.list-box2 li.li2 a:before{
    position: absolute;
    content: '';
    left: 0;
    top: .17rem;
    width: .07rem;
    height: .07rem;
    border: .01rem solid #323232;
    border-radius: 50%;
    transition: all .5s;
}
.list-box2 li.li2 a:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: .03rem;
    height: 0;
    background: #61745F;
    transition: all .5s;
}
.list-box2 li.li2:hover a:before{
    opacity: 0;
    visibility: hidden;
}
.list-box2 li.li2:hover a:after{
    height: 100%;
}
.list-box2 li:hover h3{
    color: #61745F;
    font-weight: 700;
}
.list-box2 li.li2 + li{
    margin-top: .12rem;
}
.list-box2 {
    margin-top: .32rem;
}
.index-s2 .right{
    width: 47.78%;
}

.list-box3 li.li1 a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.list-box3 li.li1 .pic{
    width: 2.61rem;
    height: 1.7rem;
}
.list-box3 li.li1 .text{
    width: calc(100% - 2.61rem);
    padding: 0 .15rem 0 .33rem;
}
.list-box3 li.li1 h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #FFFFFF;
    font-weight: 700;
}
.list-box3 li.li1 p{
    font-size: .14rem;
    line-height: .24rem;
    color: #ffffff;
    opacity: .8;
    height: .48rem;
    margin-top: .08rem;
}
.list-box3 li.li1 time .svg{
    width: .16rem;
    height: .18rem;
    margin-right: .08rem;
}
.list-box3 li.li1 time{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .3rem;
    color: #ffffff;
    margin-top: .05rem;
}
.list-box3 li.li1:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: -.16rem;
    bottom: 0;
    background: #61745F url("../images/s2-img-3.png") no-repeat right center;
    background-size: auto 100%;
}
.list-box3 li.li1:after{
    position: absolute;
    content: '';
    left: 100%;
    top: 100%;
    width: .16rem;
    height: .16rem;
    background: #4C5A4A;
    clip-path: polygon(0 0, 0 100%, 100% 0);
}
.list-box3 li.li1{
    position: relative;
    margin-bottom: .06rem;
}
.list-box3 li.li2 a{
    display: block;
    padding: .16rem .34rem .14rem .25rem;
}
.list-box3 li.li2 h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
}
.list-box3 li.li2 time .svg{
    width: .16rem;
    height: .18rem;
    margin-right: .08rem;
}
.list-box3 li.li2 time{
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: .3rem;
    color: #999999;
}
.list-box3 li.li2:before{
    position: absolute;
    content: '';
    left: .25rem;
    right: .34rem;
    bottom: 0;
    border-bottom: .01rem dashed #000000;
    opacity: .12;
}
.list-box3 li.li2:last-child:before{
    opacity: 0;
}
.list-box3 li.li2{
    position: relative;
}

.list-box3{
    margin-top: .27rem;
    padding-bottom: .24rem;
    background: #DCDED3;
}
.index-s2{
    margin-top: .78rem;
}

.list2wBox li a{
    display: block;
    position: relative;
    z-index: 2;
}
.list2wBox li .pic{
    padding-top: 2.51rem;
}
.list2wBox li h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
    height: .6rem;
    font-weight: 700;
}
.list2wBox li p{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    height: .48rem;
    margin-top: .08rem;
}
.list2wBox li time span{
    display: block;
    font-size: .24rem;
    line-height: .36rem;
    font-weight: 700;
    margin-right: .05rem;
}
.list2wBox li time{
    display: flex;
    align-items: baseline;
    font-size: .16rem;
    line-height: 1;
    color: #61745F;
    margin-top: .2rem;
    transition: all .5s;
}
.list2wBox li .text{
    padding: .28rem .14rem .3rem .24rem;
}
.list2wBox li:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: .03rem;
    background: #61745F;
    transition: all .5s;
}
.list2wBox li:hover h3{
    color: #ffffff;
}
.list2wBox li:hover p{
    color: rgba(255, 255, 255, 0.6);
}
.list2wBox li:hover time{
    color: #ffffff;
}
.list2wBox li:hover:before{
    height: 100%;
}
.list2wBox li {
    position: relative;
    background: #DCDED3;
    box-shadow: 0 .08rem .32rem rgba(0, 0, 0, 0.16);
}
.list2wBox{
    padding-bottom: .4rem;
}
.list2w{
    margin-top: .38rem;
}
.index-s3{
    margin-top: .7rem;
}

.index-s4 .top-l{
    width: 49%;
}
.list3w li a{
    display: block;
}
.list3w li .pic{
    padding-top: 3.85rem;
}
.list3w{
    border-radius: .08rem;
}
.index-s4 .top-r{
    width: 47.14%;
}

.list-box4 li a{
    display: block;
}
.list-box4 li h3{
    font-size: .22rem;
    line-height: .4rem;
    color: #333333;
    font-weight: 700;
}
.list-box4 li time{
    display: flex;
    align-items: baseline;
    font-size: .16rem;
    line-height: 1;
    color: #61745F;
    margin-top: .15rem;
}
.list-box4 li time span{
    display: block;
    font-size: .24rem;
    line-height: .36rem;
    margin-right: .08rem;
    font-weight: 700;
}
.list-box4 li p{
    font-size: .16rem;
    line-height: .28rem;
    color: #666666;
    -webkit-line-clamp: 3;
    height: .84rem;
    margin-top: .21rem;
}
.list-box4 li{
    display: none;
}
.list-box4 li.active{
    display: block;
}

.index-s4 .btnBox{
    display: flex;
    align-items: center;
    gap: 0 .37rem;
    margin-top: .36rem;
}
.index-s4 .btn{
    width: .5rem;
    height: .5rem;
    background: no-repeat 50% 50%;
    background-size: .18rem;
    border-radius: 50%;
    border: .01rem solid #61745F;
    position: static;
    transform: none;
    transition: all .5s;
}
.index-s4 .prev{
    background-image: url("../images/arrow-1.png");
}
.index-s4 .next{
    background-image: url("../images/arrow-2.png");
}
.index-s4 .prev:hover{
    background-image: url("../images/arrow-3.png");
}
.index-s4 .next:hover{
    background-image: url("../images/arrow-4.png");
}
.index-s4 .btn:hover{
    background-color: #61745F;
}
.index-s4 .swiDots{
    font-size: 0;
    position: static;
    display: flex;
    gap: 0 .16rem;
}
.index-s4 .swiDots span{
    width: .08rem;
    height: .08rem;
    background: #61745F;
    margin: 0;
    opacity: .6;
}
.index-s4 .swiDots span.active{
    opacity: 1;
}
.list-box5{
    display: flex;
    flex-wrap: wrap;
    gap: .2rem 2%;
}
.list-box5 li{
    width: 32%;
    position: relative;
    background: rgba(255, 255, 255, 0.6);
    border-radius: .05rem;
    overflow: hidden;
    transition: all .5s;
}
.list-box5 li a{
    display: block;
    position: relative;
    z-index: 2;
    padding: .35rem .31rem;
}
.list-box5 li time{
    display: flex;
    align-items: baseline;
    font-size: .16rem;
    line-height: 1;
    color: #61745F;
    transition: all .5s;
}
.list-box5 li time span{
    display: block;
    font-size: .24rem;
    line-height: .36rem;
    margin-right: .08rem;
    font-weight: 700;
}
.list-box5 li h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
    height: .6rem;
    margin-top: .1rem;
}
.list-box5 li h6{
    width: .17rem;
    height: .17rem;
    background: url("../images/arrow-2.png") no-repeat 50% 50%;
    background-size: 100%;
    margin-top: .35rem;
    transition: all .5s;
}
.list-box5 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #61745F url("../images/s4-img-2.png") no-repeat bottom right .29rem;
    background-size: auto .86rem;
    border-radius: .08rem;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.list-box5 li:hover time{
    color: #ffffff;
}
.list-box5 li:hover h3{
    color: #ffffff;
    font-weight: 700;
}
.list-box5 li:hover h6{
    background-image: url("../images/arrow-4.png");
}
.list-box5 li:hover:before{
    opacity: 1;
    visibility: visible;
}
.list-box5 li:hover{
    transform: translateY(-.18rem);
}
.index-s4 .bot{
    margin-top: .62rem;
}
.index-s4 .content{
    margin-top: .27rem;
}
.index-s4{
    margin-top: .3rem;
}

.index-page{
    padding: .78rem 0 1.07rem;
    background: #EAEAE0 url("../images/index-page.png") no-repeat bottom center;
    background-size: 100% auto;
}

@media (max-width: 1025px) {
    .banner .swiDots span.active{
        width: .32rem;
        height: .32rem;
    }
    .banner .swiDots{
        gap: 0 .16rem;
        bottom: .15rem;
    }
    .title001 .tit>img{
        height: .6rem;
    }
    .title001 h4{
        font-size: .14rem;
        line-height: .2rem;
    }
    .title001 h2{
        font-size: .28rem;
        margin-top: .1rem;
    }
    .more a{
        font-size: .16rem;
    }
    .more{
        bottom: .1rem;
    }
    .index-s1 .left{
        width: 100%;
    }
    .list1w li .pic{
        padding-top: 69%;
    }
    .list1w li time{
        left: 0;
        bottom: 100%;
        top: auto;
    }
    .list1w li .text{
        padding: .2rem;
    }
    .list1w .swiDots span{
        margin: 0 .05rem;
    }
    .list1w .swiDots{
        bottom: .1rem;
    }
    .list1w{
        margin-top: .25rem;
    }
    .index-s1 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .list-box1{
        margin-top: .25rem;
        padding: .3rem 0;
    }
    .list-box1 li time{
        margin-right: .2rem;
    }
    .list-box1 li .dots{
        margin-right: .2rem;
    }
    .list-box1 li a{
        padding: 0;
    }
    .list-box1 ul:before{
        left: .9rem;
    }
    .list-box1:before{
        left: -15px;
        right: -15px;
        border-radius: .2rem 0 0 0;
    }
    .index-s2 .left{
        width: 100%;
    }
    .list-box2 li.li1 .text{
        padding: 0 .2rem;
    }
    .list-box2 li.li1 p{
        margin-top: .05rem;
    }
    .list-box2{
        margin-top: .25rem;
    }
    .index-s2 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .list-box3 li.li1 .text{
        padding: 0 .2rem;
    }
    .list-box3 li.li2 a{
        padding: .15rem .2rem;
    }
    .list-box3 li.li2:before{
        left: .2rem;
        right: .2rem;
    }
    .list-box3{
        margin-top: .2rem;
        padding-bottom: .2rem;
    }
    .index-s2{
        margin-top: .4rem;
    }
    .list2wBox li .pic{
        padding-top: 56.92%;
    }
    .list2wBox li p{
        margin-top: .05rem;
    }
    .list2wBox li time{
        margin-top: .1rem;
    }
    .list2wBox li .text{
        padding: .2rem;
    }
    .list2wBox{
        padding-bottom: 0;
    }
    .list2w{
        margin-top: .25rem;
    }
    .index-s3{
        margin-top: .4rem;
    }
    .index-s4 .top-l{
        width: 100%;
    }
    .list3w li .pic{
        padding-top: 56.12%;
    }
    .index-s4 .top-r{
        width: 100%;
        margin-top: .2rem;
    }
    .list-box4 li h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .list-box4 li time{
        margin-top: .1rem;
    }
    .list-box4 li p{
        margin-top: .1rem;
        line-height: .26rem;
        height: .72rem;
    }
    .index-s4 .btnBox{
        margin-top: .2rem;
        justify-content: center;
        gap: 0 .2rem;
    }
    .index-s4 .btn{
        width: .45rem;
        height: .45rem;
        background-size: .12rem;
    }
    .index-s4 .swiDots{
        gap: 0 .1rem;
    }
    .list-box5 li a{
        padding: .2rem;
    }
    .list-box5 li h3{
        margin-top: .05rem;
    }
    .list-box5 li h6{
        width: .15rem;
        height: .15rem;
        margin-top: .15rem;
    }
    .list-box5 li:hover{
        transform: none;
    }
    .index-s4 .bot{
        margin-top: .3rem;
    }
    .index-s4 .content{
        margin-top: .25rem;
    }
    .index-page{
        padding: .4rem 0;
    }
}
@media (max-width: 769px) {
    .list-box5 li{
        width: 100%;
    }
}
@media (max-width: 481px) {
    .list-box2 li.li1 .pic{
        width: 100%;
        height: auto;
        padding-top: 65.12%;
    }
    .list-box2 li.li1 .text{
        width: 100%;
        padding: .2rem;
    }
    .list-box3 li.li1 .pic{
        width: 100%;
        height: auto;
        padding-top: 65.13%;
    }
    .list-box3 li.li1 .text{
        width: 100%;
        padding: .2rem;
    }
    .list-box3 li.li1:before{
        right: 0;
        background-size: contain;
        background-position: bottom center;
    }
    .list-box3 li.li1:after{
        display: none;
    }
}
