﻿@charset "utf-8";

.banner_box{
    position: relative;
}
.banner .a{
    display: block;
    position: relative;
    overflow: hidden;
}
.banner .a .slideImg {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    height: calc(100vh - 1.28rem);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.16);
    transition: 5s;
}
.banner .a .slideImg img,
.banner .a .slideImg 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 .swiper-slide-active .a .slideImg{
    transform: scale(1);
}
.banner .a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 47.12%;
    background: linear-gradient(180deg,transparent 0%,#000000 100%);
    opacity: .53;
}
.banner .swiDots{
    left: 0;
    right: 0;
    bottom: .37rem;
    margin: 0 auto;
    font-size: 0;
}
.banner .swiDots span{
    width: .14rem;
    height: .14rem;
    background: rgba(255, 255, 255, 0.3) no-repeat 50%/ auto 100%;
    margin: 0 .18rem;
    opacity: 1;
    position: relative;
    vertical-align: middle;
}
.banner .swiDots span.active{
    height: .39rem;
    border-radius: 0;
    background-color: transparent;
    background-image: url("../images/dots.png");
}

.title001{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title001 .tit h2{
    position: relative;
    z-index: 2;
    font-size: .4rem;
    line-height: .5rem;
    color: #111111;
    font-family: 'PingFang-SimBold',sans-serif;
}
.title001 .tit:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: -.03rem;
    width: .67rem;
    height: .67rem;
    background: linear-gradient(137deg,#fad689 0%,transparent 100%);
    border-radius: 50%;
}
.title001 .tit:after{
    position: absolute;
    content: '';
    right: -.3rem;
    top: -.06rem;
    width: .23rem;
    height: .22rem;
    background: url("../images/tit-1.png") no-repeat 50%/100% auto;
}
.title001 .tit{
    position: relative;
    padding-left: .22rem;
}
.title001 .more a{
    display: block;
    font-size: .16rem;
    color: #8e000a;
    line-height: .28rem;
    padding: 0 .05rem 0 .27rem;
    background: url("../images/more-1.png") no-repeat left bottom/auto .24rem;
}

.index_s1 .left{
    width: 56.07%;
}
.list1w a{
    display: block;
    position: relative;
}
.list1w a .pic{
    padding-top: 4.59rem;
}
.list1w a time{
    position: absolute;
    right: .25rem;
    top: 0;
    width: .72rem;
    height: .72rem;
    background: #c79044;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}
.list1w a time span{
    display: block;
    font-size: .37rem;
    line-height: 1;
}
.list1w a time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    margin-top: .03rem;
}
.list1w a h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .2rem;
    font-size: .22rem;
    line-height: .3rem;
    color: #fff;
    padding: 0 1.5rem 0 .3rem;
    z-index: 3;
}
.list1w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 48.39%;
    background: linear-gradient(180deg,transparent 0%,#000000 100%);
    opacity: .7;
}
.list1w .swiDots{
    font-size: 0;
    left: auto;
    right: .34rem;
    bottom: .27rem;
    width: auto;
}
.list1w .swiDots span{
    width: .08rem;
    height: .08rem;
    background: #727272;
    margin: 0 .05rem;
    opacity: 1;
}
.list1w .swiDots span.active{
    background: #fff;
}
.index_s1 .right{
    width: 41.57%;
}

.list_box1 li a{
    display: block;
}
.list_box1 li h3{
    font-size: .18rem;
    line-height: .26rem;
    color: #333333;
    transition: .5s;
}
.list_box1 li time{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #888888;
    margin-top: .05rem;
    transition: .5s;
}
.list_box1 li + li{
    margin-top: .25rem;
}
.list_box1 li:hover h3{
    color: #8e000a;
    font-family: 'PingFang-SimBold',sans-serif;
}
.list_box1 li:hover time{
    color: #8e000a;
}
.list_box1:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: .02rem solid #f8f8f8;
    z-index: -1;
}
.list_box1{
    position: relative;
    z-index: 2;
    padding: .42rem .36rem ;
    background: #fff;
}

.index_s1 .content{
    margin-top: .34rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s1 .bg-1{
    position: absolute;
    left: 0;
    bottom: 0;
    top: -1.02rem;
    width: 29.16vw;
    background:#8e000a url("../images/s1-img-2.png") no-repeat left bottom/contain;
}
.index_s1 .title001 .tit h2{
    color: #fff;
}
.index_s1 .title001 .tit:before{
    background: linear-gradient(137deg, #fff 0%, transparent 100%);
    opacity: .3;
}
.index_s1 .title001 .tit:after{
    background-image: url("../images/tit-2.png");
}
.index_s1{
    position: relative;
}

.index_s2 .left{
    width: 46.78%;
}

.list_box2 li a{
    height: .88rem;
    padding-right: .2rem;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box2 li time{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #8e000a;
    width: .93rem;
    margin-right: .24rem;
    position: relative;
}
.list_box2 li time span{
    display: block;
    font-size: .3rem;
    line-height: 1;
    font-family: 'PingFang-SimBold',sans-serif;
}
.list_box2 li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    margin-top: .03rem;
}
.list_box2 li time:after{
    position: absolute;
    content: '';
    right: 0;
    width: 1px;
    top: 50%;
    height: .45rem;
    background: #edd6d8;
    transform: translateY(-50%);
}
.list_box2 li h3{
    flex: 1;
    font-size: .18rem;
    color: #333333;
    line-height: .3rem;
    transition: .5s;
}
.list_box2 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: .01rem solid #f2f2f2;
    transition: .5s;
}
.list_box2 li{
    position: relative;
    background: #fff;
}
.list_box2 li:hover h3{
    color: #8e000a;
    font-family: 'PingFang-SimBold',sans-serif;
}
.list_box2 li:hover:before{
    box-shadow: 0 0 .25rem rgba(83, 126, 200, 0.16);
}
.list_box2 li + li{
    margin-top: .24rem;
}
.list_box2{
    margin-top: .52rem;
}
.index_s2 .right{
    width: 46.21%;
}
.list_box3 li{
    width: 48.84%;
    position: relative;
    margin-top: .19rem;
}
.list_box3 li:nth-child(-n+2){
    margin-top: 0;
}
.list_box3 li a{
    display: block;
    position: relative;
    padding: .29rem .24rem .28rem;
}
.list_box3 li time{
    display: block;
    font-size: .18rem;
    line-height: .26rem;
    color: #8e000a;
}
.list_box3 li h3{
    margin-top: .18rem;
    font-size: .18rem;
    line-height: .28rem;
    color: #111111;
    height: .56rem;
    transition: .5s;
}
.list_box3 li h4{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: .14rem;
    line-height: .24rem;
    color: #888888;
    margin-top: .2rem;
}
.list_box3 li h4 i{
    margin-left: .09rem;
    width: .17rem;
    height: .07rem;
    background: url("../images/s2-img-1.png") no-repeat 50%/100%;
    transition: .5s;
}
.list_box3 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #eff0f1;
    transition: .5s;
}
.list_box3 li:after{
    position: absolute;
    content: '';
    left: 50%;
    right: 50%;
    bottom: 0;
    height: .03rem;
    background: #8e000a;
    transition: .5s;
}
.list_box3 li:hover h3{
    color: #8e000a;
    font-family: 'PingFang-SimBold',sans-serif;
}
.list_box3 li:hover h4 i{
    background-image: url("../images/s2-img-2.png");
}
.list_box3 li:hover h4{
    color: #8e000a;
}
.list_box3 li:hover:before{
    background: #fff;
    border-color: #fff;
    box-shadow: 0 0 .25rem rgba(83, 126, 200, 0.16);
}
.list_box3 li:hover:after{
    left: 0;
    right: 0;
}
.list_box3{
    margin-top: .52rem;
}
.index_s2 .wp{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s2{
    margin-top: .84rem;
}

.home_1{
    padding: 1.02rem 0 .73rem;
    background: url("../images/home_1.png") no-repeat bottom center/cover;
}

.index_s3 .left{
    width: 50%;
    position: relative;
    z-index: 2;
    padding: .86rem  1.08rem .69rem 0;
}
.index_s3 .left .top a{
    display: block;
    position: relative;
}
.index_s3 .left .top .pic{
    padding-top: 2.74rem;
}
.index_s3 .left .top h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: .18rem;
    line-height: .5rem;
    color: #fff;
    padding: 0 .23rem;
    background: rgba(0, 0, 0, 0.8);
    z-index: 3;
}
.index_s3 .left .top{
    margin-top: .44rem;
}
.list_box4 li a{
    display: block;
    padding-left: .23rem;
    position: relative;
}
.list_box4 li h3{
    font-size: .18rem;
    line-height: .26rem;
    color: #111111;
    transition: .5s;
}
.list_box4 li time{
    display: block;
    font-size: .14rem;
    line-height: .24rem;
    color: #111111;
    opacity: .8;
    margin-top: .04rem;
}
.list_box4 li a:before{
    position: absolute;
    content: '';
    left: 0;
    top: .1rem;
    width: .12rem;
    height: .03rem;
    background: #8e000a;
}
.list_box4 li + li{
    margin-top: .14rem;
}
.list_box4 li:hover h3{
    color: #8e000a;
}
.index_s3 .left .bot{
    margin-top: .33rem;
}
.index_s3 .left .bg{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: calc((100vw - 14rem) / -2);
    background: url("../images/s3-img-3.jpg") no-repeat 50%/cover;
    z-index: -1;
}
.index_s3 .right{
    width: 50%;
    position: relative;
    padding: .86rem 0 .9rem .95rem;
}
.index_s3 .right .top{
    margin-top: .19rem;
}
.list_box5 li a{
    padding: .32rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box5 li .pic{
    width: 1.88rem;
    height: 1.06rem;
}
.list_box5 li .txt{
    width: calc(100% - 2.16rem);
}
.list_box5 li h3{
    font-size: .18rem;
    line-height: .32rem;
    color: #111111;
    height: .64rem;
    transition: .5s;
}
.list_box5 li time{
    display: block;
    font-size: .14rem;
    line-height: .24rem;
    color: #111111;
    opacity: .6;
    margin-top: .15rem;
}
.list_box5 li{
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}
.list_box5 li:hover h3{
    color: #8e000a;
}
.list_box6 li{
    padding-left: .13rem;
    position: relative;
    font-size: .18rem;
    color: #111111;
    line-height: .48rem;
    transition: .5s;
}
.list_box6 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .05rem;
    height: .05rem;
    background: #8e000a;
    border-radius: 50%;
    transform: translateY(-50%);
}
.list_box6 li:hover{
    color: #8e000a;
}
.index_s3 .right .bot{
    margin-top: .15rem;
}
.index_s3 .right .bg{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: calc((100vw - 14rem) / -2);
    background: url("../images/s3-img-4.jpg") no-repeat 50%/cover;
    z-index: -1;
}
.index_s3 .wp{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s3 .title001 .tit{
    margin-left: -.22rem;
}

@media (max-width: 1199px) {
    .banner .a .slideImg{
        height: auto;
        padding-top: 43.33%;
    }
    .index_s3 .left .bg{
        left: -15px;
    }
    .index_s3 .right .bg{
        right: -15px;
    }
}
@media (max-width: 1025px) {
    .banner .swiDots span{
        width: .1rem;
        height: .1rem;
        margin: 0 .08rem;
    }
    .banner .swiDots span.active{
        height: .3rem;
    }
    .banner .swiDots{
        bottom: .15rem;
    }
    .title001 .tit h2{
        font-size: .26rem;
        line-height: .3rem;
    }
    .title001 .tit:before{
        width: .45rem;
        height: .45rem;
    }
    .title001 .tit:after{
        width: .16rem;
        height: .14rem;
        right: -.2rem;
        top: -.04rem;
    }
    .title001 .tit{
        padding-left: .15rem;
    }
    .title001 .more a{
        line-height: .25rem;
        padding: 0 .05rem 0 .2rem;
        background-size: auto .2rem;
    }
    .index_s1 .left{
        width: 100%;
    }
    .list1w a .pic{
        padding-top: 58.47%;
    }
    .list1w a h3{
        font-size: .2rem;
        bottom: .15rem;
        padding: 0 1rem 0 .2rem;
    }
    .list1w .swiDots span{
        margin: 0 .05rem;
    }
    .list1w .swiDots{
        right: .15rem;
    }
    .index_s1 .right{
        width: 100%;
    }
    .list_box1{
        padding: .2rem;
    }
    .list_box1 li h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .list_box1 li + li{
        margin-top: .2rem;
    }
    .index_s1 .bg-1{
        width: 45%;
        height: 50%;
        bottom: auto;
        display: none;
    }
    .index_s1 .title001 .tit h2{
        color: #111;
    }
    .index_s1 .title001 .tit:before{
        opacity: 1;
        background: linear-gradient(137deg, #fad689 0%, transparent 100%);
    }
    .index_s1 .content{
        margin-top: .26rem;
    }
    .index_s2 .left{
        width: 100%;
    }
    .list_box2 li h3{
        font-size: .2rem;
    }
    .list_box2 li time{
        width: .9rem;
        margin-right: .2rem;
    }
    .list_box2 li a{
        height: .8rem;
    }
    .list_box2 li + li{
        margin-top: .2rem;
    }
    .list_box2{
        margin-top: .26rem;
    }
    .index_s2 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .list_box3 li a{
        padding: .2rem;
    }
    .list_box3 li h3{
        font-size: .2rem;
        margin-top: .05rem;
        line-height: .3rem;
        height: .6rem;
    }
    .list_box3 li h4{
        margin-top: .1rem;
    }
    .list_box3 li{
        width: 49%;
        margin: 0;
    }
    .list_box3 ul{
        gap: .2rem 2%;
    }
    .list_box3{
        margin-top: .26rem;
    }
    .index_s2{
        margin-top: .4rem;
    }
    .home_1{
        padding: .4rem 0;
    }
    .index_s3 .left{
        width: 100%;
        padding: .4rem 0;
    }
    .index_s3 .left .top .pic{
        padding-top: 46.28%;
    }
    .index_s3 .left .top h3{
        font-size: .2rem;
        padding: 0 .2rem;
    }
    .index_s3 .left .top{
        margin-top: .26rem;
    }
    .index_s3 .left .bot{
        margin-top: .2rem;
    }
    .list_box4 li h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .list_box4 li time{
        margin-top: 0;
    }
    .list_box4 li a:before{
        top: .14rem;
    }
    .index_s3 .left .bg{
        right: -15px;
    }
    .index_s3 .right{
        width: 100%;
        padding: .4rem 0;
    }
    .list_box5 li a{
        padding: .2rem 0;
    }
    .list_box5 li .pic {
        width: 1.8rem;
        height: 1.06rem;
    }
    .list_box5 li h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
    }
    .list_box5 li time{
        margin-top: .1rem;
    }
    .list_box5 li .txt {
        width: calc(100% - 2rem);
    }
    .list_box6 li{
        font-size: .2rem;
    }
    .index_s3 .right .bot {
        margin-top: .1rem;
    }
    .index_s3 .right .top{
        margin-top: .06rem;
    }
    .index_s3 .right .bg{
        left: -15px;
    }
    .index_s3 .title001 .tit{
        margin-left: 0;
    }
}
@media (max-width: 769px) {
    .list1w a time{
        right: 0;
    }
    .list1w a time span{
        font-size: .3rem;
    }
    .list_box3 li{
        width: 100%;
    }
}
@media (max-width: 481px) {
    .list_box5 li .pic {
        width: 1.4rem;
        height: 1rem;
    }
    .list_box5 li .txt {
        width: calc(100% - 1.6rem);
    }
}