﻿@charset "utf-8";
.svgPath {display: block;width: 0;height: 0;}
.ani1s{animation: ups linear 3s infinite; }
.ani2s{animation: ups linear 2.8s infinite;}
.ani3s{animation: ups linear 3.2s infinite;}
.ani4s{animation: ups linear 2.4s infinite; }
.ani5s{animation: ups linear 2.6s infinite;}
.ani6s{animation: ups linear 3.6s infinite;}
.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 .swiDots{
    font-size: 0;
    bottom: .34rem;
}
.banner .swiDots span{
    width: .15rem;
    height: .15rem;
    margin: 0 .125rem;
    background: transparent no-repeat 50% 50%;
    background-size: 100%;
    border-radius: 50%;
    border: .01rem solid #fff;
    opacity: 1;
    position: relative;
    vertical-align: middle;
}

.banner .swiDots span.active{
    width: .22rem;
    height: .24rem;
    border-color: transparent;
    border-radius: 0;
    background-image: url("../images/dots-1.png");
}
.title001 h2{
    font-size: .4rem;
    line-height: .46rem;
    color: #333333;
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 700;
    font-family: 'SourceHanSerifCN',sans-serif;
}
.title001 h2 img{
    display: block;
    height: .46rem;
    margin-right: .02rem;
}
.title001 h4:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .01rem;
    height: .33rem;
    background: #6F6F6F;
    transform: translateY(-50%);
}
.title001 h4{
    font-size: .28rem;
    line-height: 1;
    color: #616060;
    text-transform: uppercase;
    position: relative;
    padding-left: .16rem;
    margin-left: .16rem;
    font-family: 'SourceHanSerifCN',sans-serif;
    opacity: .2;
}

.more a{
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: 1;
    color: #666666;
    transition: .5s;
}
.more a img{
    display: block;
    width: .44rem;
    margin-left: .05rem;
}
.more a:hover{
    color: #961E19;
}

.index-s1 .left{
    width: 54%;
    margin-top: .22rem;
}

.list1w a{
    display: block;
    border-radius: 0 .7rem 0 0;
    overflow: hidden;
}
.list1w a .pic{
    padding-top: 4.86rem;
}
.list1w a time{
    display: block;
    margin-right: .27rem;
    flex-shrink: 0;
    text-align: center;
    color: #FFFFFF;
    line-height: 1;
}
.list1w a time span{
    display: block;
    font-size: .3rem;
    font-weight: 500;
}
.list1w a time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    margin-top: .05rem;
}
.list1w a .line{
    display: block;
    width: .01rem;
    height: .78rem;
    background: #FFFFFF;
    opacity: .3;
    margin-right: .27rem;
    flex-shrink: 0;
}
.list1w a h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #FFFFFF;
    font-weight: 700;
}
.list1w a p{
    font-size: .16rem;
    line-height: .24rem;
    height: .48rem;
    color: #FFFFFF;
    margin-top: .05rem;
}
.list1w a .txt{
    flex: 1;
    overflow: hidden;
}
.list1w a .text{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: .32rem .26rem .26rem .39rem;
    background: url("../images/s1-img-2.png") no-repeat 50% 50%;
    background-size: cover;
}
.list1w .swiDots{
    font-size: 0;
    bottom: 1.59rem;
}
.list1w .swiDots span{
    width: .07rem;
    height: .07rem;
    margin: 0 .03rem;
    background: #FFFFFF;
    opacity: .3;
}
.list1w .swiDots span.active{
    opacity: 1;
}
.index-s1 .right{
    width: 42.625%;
}

.list-box1 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    height: 1.08rem;
}
.list-box1 li time{
    display: block;
    color: #961E19;
    text-align: center;
    margin-right: .27rem;
    flex-shrink: 0;
    line-height: 1;
}
.list-box1 li time span{
    display: block;
    font-size: .3rem;
    font-weight: 500;
}
.list-box1 li time em{
    display: block;
    font-size: .14rem;
    margin-top: .05rem;
}
.list-box1 li .line{
    width: .01rem;
    height: .45rem;
    background: #ABABAB;
    margin-right: .27rem;
    opacity: .3;
}
.list-box1 li .txt{
    flex: 1;
    overflow: hidden;
}
.list-box1 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    max-height: .6rem;
}
.list-box1 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #979797;
    opacity: .2;
}
.list-box1 li:after{
    position: absolute;
    content: '';
    left: -.24rem;
    right: -.28rem;
    bottom: 0;
    top: 0;
    background: url("../images/s1-img-2.png") no-repeat 50% 50%;
    background-size: cover;
    border-radius: 0 .3rem 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.list-box1 li:hover time{
    color: #FFFFFF;
}
.list-box1 li:hover .line{
    opacity: .42;
}
.list-box1 li:hover h3{
    color: #FFFFFF;
    font-weight: 700;
}
.list-box1 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list-box1 li{
    position: relative;
}

.index-s1 .content{
    margin-top: .2rem;
}

.list2w a{
    display: block;
    position: relative;
    padding-right: .1rem;
    transition: all .5s;
}
.list2w a .con{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: .5rem .37rem .47rem .36rem;
    background: #FFFFFF no-repeat bottom center;
    background-size: cover;
    border-radius: 0 .5rem 0 0;
    transition: all .5s;
}
.list2w a time{
    display: block;
    color: #961E19;
    line-height: 1;
    margin-right: .27rem;
    flex-shrink: 0;
    text-align: center;
}
.list2w a time span{
    display: block;
    font-size: .3rem;
    font-weight: 500;
}
.list2w a time em{
    display: block;
    font-size: .14rem;
    margin-top: .05rem;
}
.list2w a time .arrow{
    margin: .54rem auto 0;
    width: .27rem;
    height: .1rem;
    color: rgba(0, 0, 0, 0.2);
    transition: all .5s;
}
.list2w a .line{
    width: .01rem;
    height: .45rem;
    background: #ABABAB;
    opacity: .3;
    margin: .05rem .27rem 0 0;
    flex-shrink: 0;
}
.list2w a .txt{
    flex: 1;
    overflow: hidden;
}
.list2w a h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    height: .6rem;
}
.list2w a p{
    font-size: .16rem;
    line-height: .24rem;
    height: .48rem;
    color: #666666;
    margin-top: .28rem;
}
.list2w a:before{
    position: absolute;
    content: '';
    left: .1rem;
    top: .1rem;
    bottom: -.1rem;
    right: 0;
    background: #961E19;
    box-shadow: 0 .02rem .1rem  rgba(150, 30, 25, 0.2995);
    border-radius: 0 .5rem 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.list2w a:hover time .arrow{
    color: #961E19;
}
.list2w a:hover time{
    color: #961E19;
}
.list2w a:hover h3{
    color: #961E19;
    font-weight: 700;
}
.list2w a:hover p{
    color: #961E19;
}
.list2w a:hover .con{
    background-image: url("../images/s2-img-1.png");
    box-shadow: 0 .02rem .08rem rgba(150, 30, 25, 0.1419);
}
.list2w a:hover:before{
    opacity: 1;
    visibility: visible;
}
.list2w li:hover{
    padding-top: 0;
}
.list2w li{
    padding-top: .18rem;
    align-self: flex-start;
    transition: padding-top .5s;
}
.list2wBox{
    margin: 0 -.2rem;
    padding: .2rem .2rem 0;
}
.list2w .swiDots{
    font-size: 0;
    position: static;
    margin-top: .62rem;
}
.list2w .swiDots span{
    width: .4rem;
    height: .05rem;
    background: #961E19;
    margin: 0 .05rem;
    opacity: .16;
    border-radius: 0;
    transition: all .5s;
}
.list2w .swiDots span.active{
    opacity: 1;
}
.list2w{
    margin-top: .22rem;
}

.index-s2{
    margin-top: .89rem;
}

.home1{
    padding: .69rem 0 .7rem;
    background: url("../images/home1.png") no-repeat bottom center;
    background-size: cover;
}

.list-box3 li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    height: 1.2rem;
}
.list-box3 li time{
    display: block;
    color: #961E19;
    line-height: 1;
    margin-right: .29rem;
    flex-shrink: 0;
}
.list-box3 li time span{
    font-size: .24rem;
    font-weight: 500;
}
.list-box3 li em{
    display: block;
    font-size: .16rem;
    margin-top: .05rem;
}
.list-box3 li .text{
    flex: 1;
    overflow: hidden;
    padding-right: .4rem;
}
.list-box3 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    height: .6rem;
}
.list-box3 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #979797;
    opacity: .3;
}
.list-box3 li:after{
    position: absolute;
    content: '';
    left: -.29rem;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s1-img-2.png") no-repeat 50% 50%;
    background-size: cover;
    border-radius: 0 .3rem 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.list-box3 li:hover time{
    color: #FFFFFF;
}
.list-box3 li:hover h3{
    color: #FFFFFF;
    font-weight: 700;
}
.list-box3 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list-box3 li{
    position: relative;
    width: 48.125%;
}
.list-box3:before,
.list-box3:after{
    position: absolute;
    content: '';
    top: 0;
    width: 48.125%;
    height: .01rem;
    background: #979797;
    opacity: .3;
}
.list-box3:before{
    left: 0;
}
.list-box3:after{
    right: 0;
}
.list-box3{
    position: relative;
    margin-top: .58rem;
}

.index-s3{
    padding: .9rem 0 1.51rem;
    background: url("../images/index-s3.png") no-repeat 50% 50%;
    background-size: cover;
}


.list-box4 li{
    width: 31.5%;
    margin: .44rem 0 0 2.75%;
    position: relative;
}
.list-box4 li:nth-child(-n+3){
    margin-top: 0;
}
.list-box4 li:nth-child(3n+1){
    margin-left: 0;
}
.list-box4 li a{
    display: block;
    position: relative;
}
.list-box4 li .con{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: .5rem .37rem .47rem .36rem;
    background: #FFFFFF no-repeat bottom center;
    background-size: cover;
    border-radius: 0 .5rem 0 0;
    transition: all .5s;
}
.list-box4 a time{
    display: block;
    color: #961E19;
    line-height: 1;
    margin-right: .27rem;
    flex-shrink: 0;
    text-align: center;
}
.list-box4 a time span{
    display: block;
    font-size: .3rem;
    font-weight: 500;
}
.list-box4 a time em{
    display: block;
    font-size: .14rem;
    margin-top: .05rem;
}
.list-box4 a time .arrow{
    margin: .54rem auto 0;
    width: .27rem;
    height: .1rem;
    color: #FFFFFF;
    transition: all .5s;
}
.list-box4 a .line{
    width: .01rem;
    height: .45rem;
    background: #ABABAB;
    opacity: .3;
    margin: .05rem .27rem 0 0;
    flex-shrink: 0;
}
.list-box4 a .txt{
    flex: 1;
    overflow: hidden;
}
.list-box4 a h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    height: .6rem;
}
.list-box4 a p{
    font-size: .16rem;
    line-height: .24rem;
    height: .48rem;
    color: #666666;
    margin-top: .28rem;
}
.list-box4 a:before{
    position: absolute;
    content: '';
    left: .1rem;
    top: .1rem;
    width: 100%;
    height: 100%;
    background: #E6D19B;
    border-radius: 0 .5rem 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.list-box4-box3 a:hover time .arrow{
    color: #961E19;
}
.list-box4 a:hover time{
    color: #961E19;
}
.list-box4 a:hover h3{
    color: #961E19;
    font-weight: 700;
}
.list-box4 a:hover p{
    color: #961E19;
}
.list-box4 a:hover .arrow{
    color: #961E19;
}
.list-box4 a:hover:before{
    opacity: 1;
    visibility: visible;
}
.list-box4 {
    margin-top: .73rem;
}
.index-s4 .title001 h2{
    color: #FFFFFF;
}
.index-s4 .title001 h4{
    color: #FFFFFF;
}
.index-s4 .title001 h4:before{
    background: #FFFFFF;
}
.index-s4 .title001 .more a{
    color: #FFFFFF;
}
.index-s4{
    padding: .69rem 0 .84rem;
    background: url("../images/index-s4.png") no-repeat bottom center;
    background-size: cover;
}

.list3w a{
    display: block;
    position: relative;
    border-radius: 0 .5rem 0 0;
    overflow: hidden;
    background: #F5F5F5;
    transition: all .5s;
}
.list3w a .pic{
    padding-top: 2.84rem;
}
.list3w a time{
    display: block;
    font-size: .18rem;
    line-height: .26rem;
    color: #961E19;
}
.list3w a h3{
    font-size: .2rem;
    line-height: .28rem;
    color: #333333;
    height: .56rem;
    margin-top: .06rem;
}
.list3w a p{
    font-size: .16rem;
    line-height: .24rem;
    color: #FFFFFF;
    height: .48rem;
}
.list3w a .desc{
    display: none;
}
.list3w a .text{
    padding: .19rem .22rem .35rem;
    background: no-repeat bottom center;
    background-size: cover;
    transition: all .5s;
}

.list3w li.swiper-slide-active a time,
.list3w li.swiper-slide-active a h3{
    color: #FFFFFF;
}
.list3w li.swiper-slide-active a h3{
    font-weight: 700;
    margin-bottom: .14rem;
}
.list3w li.swiper-slide-active a .text{
    padding-bottom: .28rem;
    background-image: url("../images/s1-img-2.png");
}
.list3w li.swiper-slide-active a{
    background: #961E19;
    box-shadow: 0 .02rem .13rem rgba(150, 30, 25, 0.4134);
}
.list3wBox{
    height: 5.21rem;
    padding: .2rem 0;
}
.list3w .swiDots{
    font-size: 0;
    position: static;
    margin-top: .4rem;
}
.list3w .swiDots span{
    width: .4rem;
    height: .05rem;
    background: #961E19;
    margin: 0 .05rem;
    opacity: .16;
    border-radius: 0;
    transition: all .5s;
}
.list3w .swiDots span.active{
    opacity: 1;
}
.list3w{
    margin-top: .3rem;

}

.index-s5{
    padding: .8rem 0 1.31rem;
    background: url("../images/index-s5.png") no-repeat bottom center;
    background-size: cover;
}

@media (max-width: 1025px) {
    .banner .imgBox .img{
        padding-bottom:50vw;
    }
    .banner .swiDots span{
        width: .1rem;
        height: .1rem;
        margin: 0 .05rem;
    }
    .banner .swiDots span.active{
        width: .2rem;
        height: .22rem;
    }
    .banner .swiDots{
        bottom: .15rem;
    }
    .title001 h2 img{
        height: .3rem;
    }
    .title001 h2{
        font-size: .28rem;
        line-height: 1;
    }
    .title001 h4{
        font-size: .24rem;
        padding-left: .1rem;
        margin-left: .1rem;
    }
    .title001 h4:before{
        height: .2rem;
    }
    .index-s1 .left{
        width: 100%;
        margin-top: 0;
    }
    .list1w a .pic{
        padding-top: 56.25%;
    }
    .list1w a{
        border-radius: 0 .1rem 0 0;
    }
    .list1w a .text{
        padding: .2rem;
    }
    .list1w a time{
        margin-right: .15rem;
    }
    .list1w a .line{
        margin-right: .15rem;
        height: .75rem;
    }
    .list1w .swiDots{
        bottom: 1.35rem;
    }
    .index-s1 .right{
        width: 100%;
        margin-top: .2rem;
    }
    .list-box1 li time{
        margin-right: .15rem;
    }
    .list-box1 li .line{
        margin-right: .15rem;
    }
    .list-box1 li a{
        height: 1rem;
    }
    .list-box1 li:after{
        left: -10px;
        right: -10px;
        border-radius: 0 .1rem 0 0;
    }
    .index-s1 .content{
        margin-top: .25rem;
    }
    .list2w a .con{
        padding: .2rem;
        border-radius: 0 .1rem 0 0;
    }
    .list2w a time,
    .list-box4 a time{
        margin-right: .15rem;
    }
    .list2w a time .arrow,
    .list-box4 a time .arrow{
        margin-top: .3rem;
    }
    .list2w a .line,
    .list-box4 a .line{
        margin-right: .15rem;
    }
    .list2w a p,
    .list-box4 a p{
        margin-top: .1rem;
    }
    .list2w a:before,
    .list-box4 a:before{
        border-radius: 0 .1rem 0 0;
    }
    .list2w .swiDots span,
    .list3w .swiDots span{
        width: .3rem;
        height: .03rem;
    }
    .list2w .swiDots{
        margin-top: .2rem;
    }
    .list2w{
        margin-top: 0;
    }
    .index-s2 {
        margin-top: 0.4rem;
    }
    .home1{
        padding: .4rem 0;
    }
    .list-box3 li{
        width: 49%;
    }
    .list-box3 li time{
        margin-right: .15rem;
    }
    .list-box3 li a{
        height: 1rem;
    }
    .list-box3{
        margin-top: .25rem;
    }
    .index-s3{
        padding: .4rem 0;
    }
    .list-box4 li .con{
        padding: .2rem;
        border-radius: 0 .1rem 0 0;
    }
    .list-box4 li{
        width: 49%;
        margin: 0;
    }
    .list-box4 ul{
        gap: .2rem 2%;
    }
    .list-box4{
        margin-top: .25rem;
    }
    .index-s4{
        padding: .4rem 0;
    }
    .list3w a .pic{
        padding-top: 56.24%;
    }
    .list3w a .text{
        padding: .2rem;
    }
    .list3w li.swiper-slide-active a .text{
        padding-bottom: .2rem;
    }
    .list3w li.swiper-slide-active a h3{
        margin-bottom: .05rem;
    }
    .list3w a .desc{
        display: block;
    }
    .list3w a h3{
        margin-bottom: .05rem;
    }
    .list3w a p{
        color: #666666;
    }
    .list3w li.swiper-slide-active a p{
        color: #FFFFFF;
    }
    .list3w a{
        border-radius: 0 .1rem 0 0;
    }
    .list3wBox{
        height: auto;
    }
    .list3w{
        margin-top: .05rem;
    }
    .list3w .swiDots{
        margin-top: 0;
    }
    .index-s5{
        padding: .4rem 0;
    }
}

@media (max-width: 769px) {
    .title001 h4{
        padding-left: 0;
        margin-left: 0;
        font-size: .16rem;
        margin-top: .05rem;
    }
    .title001 h4:before{
        display: none;
    }
    .title001 .tit{
        align-items: flex-start;
        flex-direction: column;
    }
    .more a img{
        width: .35rem;
    }
    .list-box3 li{
        width: 100%;
    }
    .list-box4 li{
        width: 100%;
    }
}
@media (max-width: 481px) {

}