﻿@charset "utf-8";
.banner a{
    display: block;
    position: relative;
}
.banner a img{
    display: block;
    width: 100%;
}

.banner .swiDots{
    bottom: .28rem;
    font-size: 0;
}
.banner .swiDots span{
    width: .1rem;
    height: .1rem;
    margin: 0 .05rem;
    background: #fff no-repeat 50%/100%;
    opacity: .32;
}
.banner .swiDots span.active{
    opacity: 1;
}
.banner a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 26.4%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: .7;
}

.title001{
    position: relative;
    z-index: 2;
}
.title001 h2{
    display: flex;
    font-size: .4rem;
    line-height: .58rem;
    color: #333333;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.title001 h2 span{
    color: #8F000B;
}
.title001 .more a{
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: .26rem;
    color: #666666;
}
.title001 .more a img{
    display: block;
    width: .07rem;
    margin-left: .09rem;
}
.title001 .more{
    position: absolute;
    right: 0;
    bottom: .24rem;
}

.index_s1 .tab_tit{
    display: flex;
    position: absolute;
    right: 1.77rem;
    top: -.8rem;
    z-index: 5;
}
.index_s1 .tab_tit .li{
    position: relative;
    cursor: pointer;
    font-size: .22rem;
    line-height: .54rem;
    color: #666666;
    transition: .5s;
}
.index_s1 .tab_tit .li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    width: 0;
    bottom: 0;
    height: .03rem;
    background: #8F000B;
    transition: .5s;
}
.index_s1 .tab_tit .li + .li{
    margin-left: .51rem;
}
.index_s1 .tab_tit .li.active:after{
    right: 0;
    width: 100%;
}
.index_s1 .tab_tit .li.active{
    color: #8F000B;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
}

.index_s1 .left{
    width: 68.0625%;
}
.list1w{
    width: 60.24%;
}
.list1w a{
    display: block;
    background: #fff;
}
.list1w a .img_box{
    position: relative;
}
.list1w a .pic{
    padding-top: 3.99rem;
}
.list1w a time{
    position: absolute;
    left: 0;
    bottom: 0;
    width: .68rem;
    height: .68rem;
    background: #8F000B url("../images/s1-img-2.png") no-repeat 50%/88.24%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    z-index: 5;
}
.list1w a time span{
    display: block;
    font-size: .3rem;
    line-height: 1;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list1w a time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    margin-top: .05rem;
}
.list1w a .img_box:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 20%;
    background: linear-gradient(180deg, rgba(132, 132, 132, 0) 0%, #000000 100%);
    opacity: .7;
}
.list1w a h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #8F000B;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list1w a p{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    height: .48rem;
    margin-top: .1rem;
}
.list1w .txt{
    padding: .24rem .23rem .26rem;
}
.list1wBox{
    box-shadow: 0 .02rem .08rem rgba(199, 199, 199, 0.3209);
}
.list1w .btn{
    width: .18rem;
    height: .33rem;
    background: transparent no-repeat 50%/100%;
    margin-top: -.69rem;
}
.list1w .prev{
    left: .16rem;
    background-image: url("../images/prev-1.png");
}
.list1w .next{
    right: .16rem;
    background-image: url("../images/next-1.png");
}
.list1w{
    position: relative;
    margin-top: .2rem;
}
.list_box1{
    width: 35.17%;
}
.list_box1 li a{
    display: block;
    position: relative;
    z-index: 2;
    padding: .2rem 0 .21rem;
}
.list_box1 li time{
    display: block;
    font-size: .18rem;
    line-height: .26rem;
    color: #666666;
    transition: .5s;
}
.list_box1 li h3{
    font-size: .2rem;
    line-height: .29rem;
    color: #333333;
    height: .58rem;
    margin-top: .14rem;
    transition: .5s;
}
.list_box1 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #979797;
    opacity: .3;
}
.list_box1 li:after{
    position: absolute;
    content: '';
    left: -.2rem;
    right: -.29rem;
    top: 0;
    bottom: 0;
    background: url("../images/s1-img-3.png") no-repeat 50%/cover;
    border-radius: .2rem 0 .2rem 0;
    box-shadow: 0 .02rem .1rem rgba(143, 0, 11, 0.3657);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box1 li:hover time{
    color: #fff;
}
.list_box1 li:hover h3{
    color: #fff;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list_box1 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list_box1 li{
    position: relative;
}

.index_s1 .right{
    width: 28%;
    margin-top: -.1rem;
}

.list_box2 li a{
    display: block;
    padding: .37rem 0 .28rem;
    transition: .5s;
}
.list_box2 li .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box2 li time{
    display: block;
    text-align: center;
}
.list_box2 li time span{
    display: block;
    font-size: .3rem;
    line-height: 1;
    color: #8F000B;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list_box2 li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    color: #666666;
    margin-top: .05rem;
}
.list_box2 li .txt{
    width: calc(100% - .86rem);
}
.list_box2 li h3{
    font-size: .2rem;
    line-height: .29rem;
    color: #333333;
    height: .58rem;
    transition: .5s;
}
.list_box2 li p{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    height: .48rem;
}
.list_box2 li .desc{
    margin-left: .86rem;
}
.list_box2 li + li .desc{
    display: none;
}
.list_box2 li:before{
    position: absolute;
    content: '';
    left: .86rem;
    right: 0;
    bottom: 0;
    border-bottom: .01rem dashed rgba(151, 151, 151, 0.3);
}
.list_box2 li:after{
    position: absolute;
    content: '';
    left: .86rem;
    right: calc(100% - .86rem);
    bottom: 0;
    height: 1px;
    background: #8F000B;
}
.list_box2 li.active h3{
    color: #8F000B;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list_box2 li.active .top{
    margin-bottom: .14rem;
}
.list_box2 li.active:after{
    animation: lineRight .5s forwards ;
}
.list_box2 li.active a{
    padding-top: .39rem;
    padding-bottom: .32rem;
}
.list_box2 li{
    position: relative;
}
@keyframes lineRight {
    0%{
        right: calc(100% - .86rem);
    }
    100%{
        right: 0;
    }
}

.index_s1 .content{
    position: relative;
    margin-top: .16rem;
}
.index_s1 .title001 .more a{
    display: none;
}
.index_s1 .title001 .more a.active{
    display: flex;
}
.index_s1 .title001:after{
    position: absolute;
    content: '';
    right: 0;
    left: 1.8rem;
    bottom: .1rem;
    height: 1px;
    background: #979797;
    opacity: .2;
}

.index_s1 .tab_cont .child{
    opacity: 0;
    height: 0;
    transform: scale(0);
}
.index_s1 .tab_cont .child.active{
    opacity: 1;
    height: auto;
    transform: none;
}
.index_s1{
    padding: .6rem 0 .81rem;
    background: #fff url("../images/index_s1.png") no-repeat bottom center/100% auto;
}

.list2w li a{
    display: block;
    position: relative;
    z-index: 2;
    padding: .41rem .41rem .36rem;
}
.list2w li time{
    display: flex;
    align-items: baseline;
    font-size: .18rem;
    color: #FFFFFF;
    line-height: 1;
    transition: .5s;
}
.list2w li time span{
    display: block;
    font-size: .28rem;
    line-height: 1;
    margin-right: .08rem;
}
.list2w li time i{
    display: block;
    width: 1px;
    height: .14rem;
    background: #fff;
    opacity: .3;
    transform: rotate(30deg);
    margin-right: .08rem;
}
.list2w li h3{
    font-size: .2rem;
    line-height: .29rem;
    color: #FFFFFF;
    height: .58rem;
    margin-top: .23rem;
    transition: .5s;
}
.list2w h6{
    margin-top: .36rem;
    display: block;
    height: .09rem;
    background: url("../images/s2-img-1.png") no-repeat left center/auto 100%;
    transition: .5s;
}
.list2w li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    border-radius: .2rem 0 .2rem 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list2w li:hover time{
    color: #8F000B;
}
.list2w li:hover time i{
    background: #8F000B;
}
.list2w li:hover h3{
    color: #8F000B;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list2w li:hover h6{
    background-image: url("../images/s2-img-2.png");
}
.list2w li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list2w li:before{
    position: absolute;
    content: '';
    left: -7px;
    top: 50%;
    width: 1px;
    height: 2.17rem;
    background: #fff;
    opacity: .35;
    transform: translateY(-50%);
    transition: .5s;
}
.list2w li:hover:before,
.list2w li:hover + li:before{
    opacity: 0;
}
.list2w li{
    position: relative;
}
.list2wBox{
    margin-left: -.41rem;
    margin-right: -.41rem;
}
.list2w .swiDots{
    position: static;
    font-size: 0;
    margin-top: .87rem;
}
.list2w .swiDots span{
    width: .12rem;
    height: .12rem;
    background: #fff;
    margin: 0 .05rem;
    border-radius: .5rem;
    opacity: .33;
    transition: .5s;
}
.list2w .swiDots span.active{
    width: .34rem;
    opacity: 1;
}
.list2w{
    margin-top: .67rem;
}

.index_s2 .title001 .more:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -.12rem;
    width: 1.25rem;
    height: .69rem;
    background: url("../images/more-2.png") no-repeat 50%/100% auto;
    transform: translateX(-50%);
}
.index_s2 .title001 .more a{
    color: #fff;
    position: relative;
    z-index: 2;
}
.index_s2 .title001 .more{
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}
.index_s2 .title001 h2,
.index_s2 .title001 h2 span{
    color: #fff;
}
.index_s2{
    padding: .5rem 0 1.3rem;
    background: url("../images/index_s2.png") no-repeat top center/100% 100%;
}

.index_s3 .left{
    width: 53.125%;
    padding: .38rem .49rem .38rem .38rem;
    background: url("../images/s3-img-1.png") no-repeat bottom center/cover;
}
.index_s3 .jz_tit{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: .25rem;
    border-bottom: 1px solid rgba(143, 0, 11, 0.28);
}
.index_s3 .jz_tit h3{
    flex: 1;
    font-size: .26rem;
    line-height: .38rem;
    color: #8F000B;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
}
.index_s3 .jz_tit h4{
    font-size: .26rem;
    line-height: .38rem;
    color: #8F000B;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
    width: 1.2rem;
    text-align: right;
    flex-shrink: 0;
}

.list3w li a{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .2rem;
    color: #333333;
    transition: .5s;
}
.list3w li h3{
    flex: 1;
    font-size: inherit;
}
.list3w li h4{
    width: 1.2rem;
    text-align: right;
    flex-shrink: 0;
    font-size: inherit;
}
.list3w li:hover a{
    color: #8F000B;
}
.list3w{
    height: 3.36rem;
}
.index_s3 .jz_cont{
    margin-top: .27rem;
}
.index_s3 .jz_box{
    margin-top: .36rem;
}
.index_s3 .title001 .more{
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}
.index_s3 .title001 .more:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -.12rem;
    width: 1.25rem;
    height: .69rem;
    background: url("../images/more-2.png") no-repeat 50%/100% auto;
    transform: translateX(-50%);
    z-index: -1;
}
.index_s3 .title001 .more a i{
    color: #8F000B;
    display: block;
    margin-left: .05rem;
}
.index_s3 .title001 .more a{
    font-size: .16rem;
}

.index_s3 .right{
    width: 44.4375%;
}
.list_box3 li a{
    position: relative;
}
.list_box3 li .pic{
    padding-top: 2.85rem;
}
.list_box3 li .txt{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
.list_box3 li .txt img{
    display: block;
    width: .55rem;
    margin-right: .22rem;
}
.list_box3 li .txt h3{
    font-size: .46rem;
    line-height: .5rem;
    color: #FFFFFF;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list_box3 li + li{
    margin-top: .27rem;
}
.index_s3{
    padding: .67rem 0 2.34rem;
}
.index_page{
    background: #F6F6F6 url("../images/index_page.png") no-repeat bottom center/100% auto;
}

@media (max-width: 1025px) {
    .title001 h2{
        font-size: .28rem;
        line-height: .3rem;
    }
    .title001 .more a{
        font-size: .16rem;
    }
    .title001 .more{
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }
    .index_s1 .title001:after{
        display: none;
    }
    .index_s1 .tab_tit{
        position: static;
        justify-content: center;
        gap: 0 .2rem;
    }
    .index_s1 .tab_tit .li + .li{
        margin-left: 0;
    }
    .index_s1 .tab_tit .li{
        line-height: .5rem;
    }
    .index_s1 .left{
        width: 100%;
    }
    .list1w{
        width: 100%;
        margin-top: 0;
    }
    .list1w a .pic{
        padding-top: 60.82%;
    }
    .list1w .txt{
        padding: .2rem;
    }
    .list1w a p{
        margin-top: .05rem;
    }
    .list_box1{
        width: 100%;
        margin-top: .2rem;
    }
    .list_box1 li a{
        padding: .15rem 0;
    }
    .list_box1 li:after{
        left: -15px;
        right: -15px;
    }
    .index_s1 .right{
        width: 100%;
        margin-top: .2rem;
    }
    .list_box2 li a,
    .list_box2 li.active a{
        padding: .2rem 0;
    }
    .list_box2 li.active .top{
        margin-bottom: .05rem;
    }
    .list_box2 li .txt {
        width: calc(100% - 0.75rem);
    }
    .list_box2 li .desc{
        margin-left: .75rem;
    }
    .list_box2 li:before{
        left: .7rem;
    }
    .list_box2 li:after{
        left: .7rem;
        right: calc(100% - 0.7rem);
    }
    .index_s1 .tab_cont{
        margin-top: .2rem;
    }
    .index_s1 .content{
        margin-top: .1rem;
    }
    .index_s1{
        padding: .4rem 0;
    }

    .list2wBox{
        margin-left: 0;
        margin-right: 0;
    }
    .list2w li a{
        padding: .2rem;
    }
    .list2w li h3{
        line-height: .3rem;
        height: .6rem;
        margin-top: .1rem;
    }
    .list2w h6{
        margin-top: .15rem;
    }
    .list2w li:before{
        top: .1rem;
        bottom: .1rem;
        height: auto;
        transform: none;
    }
    .list2w .swiDots span{
        height: .08rem;
        width: .08rem;
    }
    .list2w .swiDots span.active{
        width: .3rem;
    }
    .list2w .swiDots{
        margin-top: .2rem;
    }
    .list2w{
        margin-top: .25rem;
    }
    .index_s2 .title001 .more:before{
        bottom: -0.08rem;
        width: 0.9rem;
        height: 0.5rem;
    }
    .index_s2{
        padding: .4rem 0 .5rem;
    }
    .index_s3 .left{
        width: 100%;
        padding: .2rem;
    }
    .index_s3 .title001 .more:before{
        bottom: -0.08rem;
        width: 0.9rem;
        height: 0.5rem;
    }
    .index_s3 .jz_tit h3{
        font-size: .22rem;
        line-height: .3rem;
    }
    .index_s3 .jz_tit h4{
        font-size: .22rem;
        line-height: .3rem;
    }
    .index_s3 .jz_tit{
        padding-bottom: .15rem;
    }
    .index_s3 .jz_cont{
        margin-top: .1rem;
    }
    .list3w{
        height: 3rem;
    }
    .index_s3 .jz_box{
        margin-top: .2rem;
    }
    .index_s3 .right{
        width: 100%;
        margin-top: .3rem;
    }
    .list_box3{
        gap: .2rem 2%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .list_box3 li{
        width: 49%;
    }
    .list_box3 li + li{
        margin-top: 0;
    }
    .list_box3 li .pic{
        padding-top: 40.08%;
    }
    .list_box3 li .txt img{
        width: .4rem;
        margin-right: .1rem;
    }
    .list_box3 li .txt h3{
        font-size: .24rem;
        line-height: .3rem;
    }
    .index_s3{
        padding: .4rem 0;
    }
    .list3w li h4,
    .index_s3 .jz_tit h4{
        width: 1rem;
    }
}

@media (max-width: 481px) {
    .list_box3 li{
        width: 100%;
    }
}