﻿@charset "utf-8";
.banner a{
    display: block;
    position: relative;
}
.banner a img{
    display: block;
    width: 100%;
}
.banner a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.1rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.banner .swiDots{
    font-size: 0;
    left: 0;
    right: 0;
    bottom: 1.24rem;
}
.banner .swiDots span{
    width: .14rem;
    height: .14rem;
    background: #fff;
    margin: 0 0.07rem 0;
    border-radius: .5rem;
    opacity: .55;
    transition: .5s;
}
.banner .swiDots span.active{
    opacity: 1;
}
.title001{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title001 h2 span{
    color: #9A0708;
}
.title001 h2{
    position: relative;
    display: flex;
    align-items: center;
    font-size: .4rem;
    line-height: .56rem;
    color: #333333;
    z-index: 2;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
}
.title001 .tit:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: .92rem;
    height: .92rem;
    background: linear-gradient(145deg, #F8E9E9 15%, rgba(248, 233, 233, 0) 84%);
    border-radius: 50%;
}
.title001 .tit:after{
    position: absolute;
    content: '';
    left: .61rem;
    bottom: .04rem;
    width: 2.06rem;
    height: .38rem;
    background: url("../images/tit-1.png") no-repeat 50%/100% auto;
}
.title001 .tit{
    position: relative;
    padding-left: .4rem;
    padding-bottom: .22rem;
}
.title001 .more a{
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: .26rem;
    color: #666666;
    font-family: 'SourceHanSerifCN-Regular',sans-serif;
    transition: .5s;
}
.title001 .more a img{
    display: block;
    width: .11rem;
    margin-left: .05rem;
}
.title001 .more a:hover{
    color: #9A0708;
}
.title001 .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.index_s1 .left{
    width: 48.24%;
}

.list_box1 li a{
    position: relative;
    z-index: 2;
    padding: 0 .36rem 0 .3rem;
    height: 1.08rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box1 li time{
    display: block;
    position: relative;
    color: #9A0708;
    text-align: center;
    margin-right: .27rem;
    padding-right: .28rem;
    flex-shrink: 0;
    transition: .5s;
}
.list_box1 li time span{
    display: block;
    font-size: .28rem;
    line-height: 1;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
}
.list_box1 li time em{
    margin-top: .05rem;
    display: block;
    font-size: .14rem;
    line-height: 1;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
}
.list_box1 li time:after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 1px;
    height: .5rem;
    background: #979797;
    opacity: .3;
    transform: translateY(-50%);
    transition: .5s;
}
.list_box1 li h3{
    flex: 1;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    max-height: .6rem;
    transition: .5s;
}
.list_box1 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    background: #9A0708;
    transition: .5s;
}
.list_box1 li:after{
    position: absolute;
    content: '';
    left: 100%;
    top: 100%;
    border: .065rem solid transparent;
    border-top-color: #8A0607;
    border-left-color: #8A0607;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box1 li{
    position: relative;
}
.list_box1 li+li{
    margin-top: .07rem;
}
.list_box1 li:hover:before{
    right: -.13rem;
}
.list_box1 li:hover:after{
    opacity: 1;
    visibility: visible;
    transition-delay: .5s;
}
.list_box1 li:hover time:after{
    background: #FFFFFF;
}
.list_box1 li:hover time{
    color: #fff;
}
.list_box1 li:hover h3{
    color: #fff;
}
.list_box1{
    padding: .11rem 0 .12rem;
    background: #fff;
    box-shadow: 0 .02rem .12rem 0 rgba(154, 7, 8, 0.0731);
}

.index_s1 .right{
    width: 49.05%;
}
.list_box2 li {
    position: relative;
    font-size: .2rem;
    line-height: .7rem;
    border-bottom: 1px dashed rgba(151, 151, 151, 0.28);
}
.list_box2 li a{
    color: #333333;
    padding: 0 1.35rem 0 .35rem;
    transition: .5s;
}
.list_box2 li time{
    position: absolute;
    right: 0;
    top: 0;
    color: #9A0708;
}
.list_box2 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .08rem;
    height: .08rem;
    border: 1px solid #979797;
    border-radius: 50%;
    transform: translateY(-50%);
    opacity: .5;
    transition: .5s;
}
.list_box2 li:hover a{
    color: #9A0708;
}
.list_box2 li:hover:before{
    border-color: #9A0708;
    opacity: 1;
}
.index_s1 .con{
    margin-top: .4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s1 .content:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: .06rem;
    background: #9A0708;
}
.index_s1 .content{
    position: relative;
    margin-top: -1.74rem;
    padding: .54rem .6rem .6rem;
    background:#fff url("../images/index_s1.png") no-repeat top center/contain;
    box-shadow: 0 .02rem .17rem 0 rgba(222, 222, 222, 0.1398);
}
.index_s1 .title001{
    justify-content: center;
}
.index_s1{
    position: relative;
    z-index: 2;
}

.index_s2 .left{
    width: 48.75%;
    padding: .22rem .26rem;
    background: url("../images/s2-img-2.png") no-repeat top center/100% auto;
}

.list1w a {
    display: block;
    position: relative;
}
.list1w a .pic{
    padding-top: 4.64rem;
}
.list1w a h5{
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    min-width: 1.5rem;
    font-size: .24rem;
    line-height: .56rem;
    background: #9A0708;
    padding: 0 .26rem;
    border-radius: 0 .5rem .5rem 0;
    z-index: 5;
}
.list1w a .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: .26rem 1.8rem .26rem .28rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list1w a time{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: .68rem;
    height: .68rem;
    color: #9A0708;
    background: url("../images/s2-img-3.png") no-repeat 50%/100% 100%;
    border-radius: 50%;
    margin-right: .3rem;
    flex-shrink: 0;
}
.list1w a time span{
    display: block;
    font-size: .26rem;
    line-height: 1;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
    margin-top: -.06rem;
}
.list1w a time em{
    display: block;
    font-size: .12rem;
    line-height: 1;
    margin-top: .03rem;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
}
.list1w a h3{
    flex: 1;
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
    max-height: .6rem;
    transition: .5s;
}
.list1w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.05rem;
    opacity: 0.8372;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.list1w .swiDots{
    font-size: 0;
    width: auto;
    left: auto;
    right: .22rem;
    bottom: .54rem;
}
.list1w .swiDots span{
    width: .12rem;
    height: .12rem;
    background: #fff;
    margin: 0 .04rem;
    opacity: 1;
    transition: .5s;
}
.list1w .swiDots span.active{
    background: #9A0708;
}

.index_s2 .right{
    width: 48.75%;
    padding: .22rem .26rem;
    background: url("../images/s2-img-5.png") no-repeat bottom center/100% auto;
}
.index_s2 .content{
    margin-top: .55rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s2 .title001{
    justify-content: center;
}
.index_s2{
    margin-top: .54rem;
}
.home1{
    padding-bottom: .59rem;
    background: url("../images/home1.png") no-repeat bottom center/cover;
}

.index_s3 .items .item{
    width: 17.08%;
    height: 5.06rem;
    position: relative;
    overflow: hidden;
    transition: width .3s;
}
.index_s3 .item .show{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.index_s3 .item .show .con{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_s3 .item .show .con .ll{
    position: relative;
    width: .44rem;
    height: 100%;
}
.index_s3 .item .show .con .ll h5{
    position: absolute;
    bottom: -.05rem;
    left: 0;
    font-size: .7rem;
    line-height: 1;
    color: #fff;
    font-family: 'SourceHanSerifCN-Medium', sans-serif;
    opacity: .2;
}
.index_s3 .item .show .con .rr{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.index_s3 .item .show .con .rr h3{
    width: 1.2em;
    font-size: .3rem;
    line-height: .4rem;
    color: #fff;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
}
.index_s3 .item .show .con .rr h4 img{
    display: block;
    height: .26rem;
}
.index_s3 .item .show .con .rr h4{
    margin-top: .34rem;
}
.index_s3 .item .show .con .rr h5 img{
    display: block;
    width: .23rem;
}
.index_s3 .item .show .con .rr h5{
    margin-top: .47rem;
}
.index_s3 .item .show:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #fff;
    opacity: .8;
}
.index_s3 .item:last-child .show:after{
    display: none;
}
.index_s3 .item .hide{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s3-img-4.png") no-repeat 50%/cover;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.index_s3 .item .hide .con{
    width: 7.8rem;
    height: 100%;
    padding-top: 1.41rem;
    padding-bottom: 1.14rem;
}
.list2w a{
    display: block;
    position: relative;
}
.list2w a .ico{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .87rem;
    height: .8rem;
    overflow: hidden;
    margin: 0 auto;
}
.list2w a .ico img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.list2w a h3{
    font-size: .24rem;
    line-height: .34rem;
    color: #fff;
    text-align: center;
    margin-top: .18rem;
}
.list2w a:before{
    position: absolute;
    content: '';
    top: .05rem;
    bottom: 0;
    left: -1px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
}
.list2w .swiper-slide-active a:before{
    opacity: 0;
    visibility: hidden;
}
.list2w{
    width: 5.24rem;
    max-width: 100%;
}
.index_s3 .item .hide .bot{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-right: .44rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s3 .item .hide .h3{
    width: 1.78rem;
    height: 1.14rem;
    background: #C29C5C;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.index_s3 .item .hide .h3 h3{
    font-size: .3rem;
    line-height: .42rem;
    color: #fff;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.index_s3 .item .hide .h3 i{
    display: block;
    width: .5rem;
    height: .03rem;
    background: #fff;
    margin-top: .2rem;
}
.index_s3 .swiDots{
    position: static;
    display: flex;
    align-items: flex-start;
    color: #fff;
    width: auto;
}
.index_s3 .swiDots .current{
    display: block;
    font-size: .7rem;
    color: #fff;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Medium', sans-serif;
    margin-top: -.1rem;
}
.index_s3 .swiDots .total{
    display: block;
    font-size: .3rem;
    line-height: 1;
    color: #fff;
    font-family: 'SourceHanSerifCN-Medium', sans-serif;
    opacity: .5;
}
.index_s3 .swiDots i{
    display: block;
    font-size: .28rem;
    line-height: 1;
    color: #fff;
    opacity: .5;
    margin: 0 .09rem;
}

.index_s3 .item.active{
    width: 48.75%;
}
.index_s3 .item.active .show{
    opacity: 0;
    visibility: hidden;
}
.index_s3 .item.active .hide{
    opacity: 1;
    visibility: visible;
}
.index_s3 .item.pr1 .show:after{
    opacity: 0;
}

.index_s3 .items{
    margin-top: .5rem;
    display: flex;
    justify-content: space-between;
    background: url("../images/s3-img-3.jpg") no-repeat 50%/cover;
}
.index_s3 .title001{
    justify-content: center;
}
.index_s3{
    padding: .69rem 0 .8rem;
}

.index_s4 .left{
    width: 50%;
}

.list_box3{
    display: flex;
}
.list_box3 li{
    width: 21.73%;
    transition: .5s;
}
.list_box3 li + li{
    margin-left: 2.8%;
}
.list_box3 li a{
    display: block;
    position: relative;
    transition: .5s;
}
.list_box3 li a .pic{
    padding-top: 2.17rem;
    transition: .5s;
}
.list_box3 li a .pic .a{
    background-position: top center;
}
.list_box3 li a .pic:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .53rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.list_box3 li a .show h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
}
.list_box3 li a .show h4{
    font-size: .14rem;
    line-height: .2rem;
    color: #666666;
    margin-top: .08rem;
}
.list_box3 li a .show {
    text-align: center;
    padding: .14rem .1rem .08rem;
}
.list_box3 li a .hide p{
    font-size: .14rem;
    line-height: .21rem;
    color: #fff;
    -webkit-line-clamp: 3;
    height: .63rem;
}
.list_box3 li a .hide{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #9A0708;
    padding: .09rem .07rem .08rem .12rem;
    box-shadow: 0 .02rem .15rem 0 rgba(154, 7, 8, 0.3472);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box3 li a .name h3{
    display: block;
    font-size: .22rem;
    line-height: 1.1;
    color: #fff;
    width: 1.1em;
    margin: 0 auto;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
}
.list_box3 li a .name{
    position: absolute;
    left: 0;
    top: 0;
    width: .46rem;
    height: 1.72rem;
    padding: .14rem 0;
    background: linear-gradient(0deg, rgba(202, 17, 19, 0) 0%, #9A0708 99%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box3 li a:after{
    position: absolute;
    content: '';
    left: 100%;
    bottom: .15rem;
    width: .06rem;
    height: 1.45rem;
    background: linear-gradient(0deg, rgba(194, 156, 92, 0) 0%, #C29C5C 99%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list3w .btnBox{
    margin-top: .42rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list3w .btnBox i{
    flex: 1;
    height: 1px;
    background: #979797;
    opacity: .4;
}
.list3w .btnBox .btn{
    position: static;
    width: .2rem;
    height: .2rem;
    background: no-repeat 50%/100%;
    transform: none;
    flex-shrink: 0;
    transition: .5s;
}
.list3w .btnBox .prev{
    margin-right: .05rem;
    background-image: url("../images/prev-1.png");
}
.list3w .btnBox .next{
    margin-left: .05rem;
    background-image: url("../images/next-1.png");
}
.list3w .btnBox .prev:hover{
    background-image: url("../images/prev-2.png");
}
.list3w .btnBox .next:hover{
    background-image: url("../images/next-2.png");
}
.list3w{
    margin-top: .64rem;
}

.index_s4 .right{
    width: 47.5%;
}

.list4w a{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list4w a h3{
    flex: 1;
    font-size: .2rem;
    color: #333333;
    transition: .5s;
}
.list4w a time{
    display: block;
    color: #9A0708;
    margin-left: .2rem;
    font-size: .2rem;
    flex-shrink: 0;
}
.list4w a:hover h3{
    color: #9A0708;
}
.list4w li:before{
    position: absolute;
    content: '';
    left: .14rem;
    top: 50%;
    width: .4rem;
    height: 1px;
    background: #979797;
    opacity: .3;
    transform: translateY(-50%);
}
.list4w li:after{
    position: absolute;
    content: '';
    top: 50%;
    left: .09rem;
    width: .05rem;
    height: .05rem;
    background: #9A0708;
    border-radius: 50%;
    transform: translateY(-50%);
}
.list4w li{
    position: relative;
    padding-left: .69rem;
}
.list4w .swiper-container{
    height: 3.54rem;
}
.list4w .btn{
    width: .19rem;
    height: .19rem;
    background: no-repeat 50%/100%;
    position: static;
    transform: none;
    margin-left: .02rem;
}
.list4w .prev{
    background-image: url("../images/prev-3.png");
}
.list4w .next{
    background-image: url("../images/next-3.png");
}
.list4w:before{
    position: absolute;
    content: '';
    top: .1rem;
    bottom: .1rem;
    left: .11rem;
    width: 1px;
    background: #9A0708;
    opacity: .3;
}
.list4w{
    margin-top: .34rem;
    position: relative;
}
.index_s4 .wp{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s4{
    padding: .78rem 0 .6rem;
    background: rgba(216, 216, 216, 0.13);
}
.index_s5 .content .imgBox a{
    display: block;
    position: relative;
    border-radius: .2rem;
    overflow: hidden;
}
.index_s5 .content .imgBox a h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: .3rem;
    line-height: .42rem;
    color: #fff;
    padding: .25rem .2rem;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.index_s5 .content .imgBox a h4{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .28rem;
    line-height: .4rem;
    color: #fff;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
}
.index_s5 .content .imgBox a h4 img{
    display: block;
    height: .32rem;
    margin-left: .05rem;
}
.index_s5 .item1{
    width: 24.25%;
    margin-top: 1.37rem;
}
.index_s5 .item1 .imgBox .pic{
    padding-top: 4.96rem;
}
.index_s5 .item2{
    width: 24.125%;
    margin-top: 1.37rem;
}
.index_s5 .item2 .imgBox .pic{
    padding-top: 3rem;
}
.index_s5 .item3{
    width: 24.25%;
}
.index_s5 .item3 .imgBox:nth-child(1) .pic{
    padding-top: 3rem;
}
.index_s5 .item3 .imgBox:nth-child(2) .pic{
    padding-top: 3rem;
}
.index_s5 .item3 .imgBox:nth-child(2){
    margin-top: .33rem;
}
.index_s5 .item4{
    width: 24.25%;
    align-self: flex-end;
}
.index_s5 .item4 .imgBox .pic{
    padding-top: 3rem;
}
.index_s5 .content{
    margin-top: .19rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s5{
    padding: .76rem 0 1.2rem;
    background: #fff url("../images/index_s5.png") no-repeat bottom center/100% auto;
}
.aside{
    position: fixed;
    right: .05rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    padding-top: 1.04rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.aside ul li a{
    height: 1.12rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.aside ul li a img{
    display: block;
    width: .35rem;
}
.aside ul li a h3{
    font-size: .18rem;
    line-height: .26rem;
    color: #fff;
    text-align: center;
    margin-top: .08rem;
}
.aside ul li + li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: #FFFFFF;
    opacity: .5;
}
.aside ul li .hide{
    position: absolute;
    top: 0;
    right: calc(100% + .2rem);
    min-height: 100%;
    padding: .1rem;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    transform: translateX(-.1rem);
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.2);
}
.aside ul li .hide img{
    display: block;
    width: 1rem;
}
.aside ul li .hide p{
    font-size: .16rem;
    line-height: .24rem;
    color: #333;
    white-space: nowrap;
}
.aside ul li .hide:after{
    position: absolute;
    content: '';
    top: .1rem;
    left: 100%;
    border: .06rem solid transparent;
    border-left-color: #fff;
}
.aside ul li:hover .hide{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.aside ul li{
    position: relative;
}
.aside:before{
    position: absolute;
    content: '';
    right: -.05rem;
    top: 0;
    width: 1.54rem;
    height: 1.54rem;
    background: url("../images/as-img-4.png") no-repeat 50%/100% 100%;
}
.aside ul{
    position: relative;
    z-index: 2;
    width: 1.45rem;
    padding: .07rem .12rem .6rem .11rem;
    background: #9A0708 url("../images/as-img-5.png") no-repeat bottom center/100% auto;
}
.aside.showdiv{
    opacity: 1;
    visibility: visible;
}

@media (min-width: 1026px) {
    .list_box3 li.active a .name{
        opacity: 1;
        visibility: visible;
    }
    .list_box3 li.active a .hide{
        opacity: 1;
        visibility: visible;
    }
    .list_box3 li.active a .pic{
        padding-top: 2.25rem;
    }
    .list_box3 li.active a:after{
        opacity: 1;
        visibility: visible;
    }
    .list_box3 li a{
        margin-top: .07rem;
        transition: .5s;
    }
    .list_box3 li.active a{
        margin-top: 0;
    }
    .list_box3 li.active{
        width: 26.4%;
        padding-right: .06rem;
    }
    .list_box3{
        padding-bottom: .1rem;
    }
}

@media (max-width: 1199px){
    .aside{
        display: none;
    }
}
@media (max-width: 1025px){
    .banner .swiDots{
        bottom: .15rem;
    }
    .banner .swiDots span{
        width: .1rem;
        height: .1rem;
        margin: 0 .05rem;
    }
    .banner a:after{
        height: 30%;
    }
    .title001 h2{
        font-size: .26rem;
        line-height: .3rem;
    }
    .title001 .tit:before{
        width: .5rem;
        height: .5rem;
    }
    .title001 .tit:after{
        left: 0.5rem;
        bottom: 0;
        width: 1.1rem;
        height: 0.22rem;
    }
    .title001 .tit{
        padding-left: .2rem;
        padding-bottom: .1rem;
    }
    .title001 .more a img{
        width: .08rem;
    }
    .title001 .more a{
        font-size: .16rem;
    }
    .index_s1 .content{
        margin-top: 0;
        padding: .4rem .2rem .2rem;
    }
    .index_s1 .left{
        width: 100%;
    }
    .list_box1 li a{
        height: .8rem;
        padding: 0 .2rem;
    }
    .index_s1 .right{
        width: 100%;
        margin-top: .2rem;
    }
    .list_box2 li a{
        padding: 0 1.2rem 0 .2rem;
    }
    .list_box2 li{
        line-height: .64rem;
    }
    .list_box2 li:before{
        width: .06rem;
        height: .06rem;
    }
    .index_s1 .con{
        margin-top: .26rem;
    }
    .index_s1{
        margin-top: .4rem;
    }
    .list1w a .pic{
        padding-top: 63.74%;
    }
    .list1w a h5{
        font-size: .2rem;
        line-height: .5rem;
        padding: 0 .2rem;
        min-width: 1.3rem;
    }
    .list1w a time{
        width: .7rem;
        height: .7rem;
        margin-right: .2rem;
    }
    .list1w a .txt{
        padding: .2rem 1.2rem .2rem .2rem;
    }
    .list1w .swiDots{
        right: .1rem;
        bottom: .48rem;
    }
    .list1w .swiDots span{
        width: .1rem;
        height: .1rem;
        margin: 0 .03rem;
    }
    .index_s2 .left{
        width: 100%;
    }
    .index_s2 .right{
        width: 100%;
        margin-top: .1rem;
    }
    .index_s2 .content {
        margin-top: 0.26rem;
    }
    .index_s2{
        margin-top: .4rem;
    }
    .home1{
        padding-bottom: 0;
    }
    .index_s3 .items .item{
        width: 49%;
        height: auto;
    }
    .index_s3 .item .show{
        display: none;
    }
    .index_s3 .item .hide{
        opacity: 1;
        visibility: visible;
        width: 100%;
        position: static;
    }
    .list2w a .ico{
        width: .4rem;
        height: .4rem;
    }
    .list2w a h3{
        font-size: .18rem;
        line-height: .3rem;
        margin-top: .05rem;
    }
    .index_s3 .swiDots .current{
        font-size: .24rem;
        line-height: 1;
    }
    .index_s3 .swiDots i{
        font-size: .18rem;
        margin: 0;
    }
    .index_s3 .swiDots .total{
        font-size: .18rem;
    }
    .index_s3 .swiDots{
        position: absolute;
        right: .15rem;
        bottom: .15rem;
        left: auto;
        align-items: baseline;
    }
    .index_s3 .item .hide .con{
        width: 100%;
        padding: 0 0 .5rem;
    }
    .index_s3 .item .hide .h3 h3{
        font-size: .24rem;
        line-height: .3rem;
    }
    .index_s3 .item .hide .h3 i{
        margin-top: .1rem;
    }
    .index_s3 .item .hide .h3{
        height: .8rem;
        width: 100%;
    }
    .index_s3 .item .hide .top{
        padding: 0 .2rem;
    }
    .index_s3 .item .hide .bot{
        position: static;
        padding-right: 0;
        margin-bottom: .3rem;
    }
    .index_s3 .items{
        flex-wrap: wrap;
        gap: .2rem 2%;
        background: none;
        margin-top: .26rem;
    }
    .index_s3{
        padding: .4rem 0;
    }
    .index_s4 .left{
        width: 100%;
    }
    .list_box3 li a .pic{
        padding-top: 133.13%;
    }
    .list_box3 li{
        width: 23.5%;
        margin: 0;
    }
    .list_box3 li + li{
        margin-left: 0;
    }
    .list_box3{
        gap: .2rem 2%;
    }
    .list_box3 li a .show{
        padding: .1rem;
    }
    .list_box3 li a .show h4{
        margin-top: .05rem;
    }
    .list3w .btnBox{
        margin-top: .2rem;
    }
    .list3w .btnBox .btn{
        width: .24rem;
        height: .24rem;
    }
    .list3w{
        margin-top: .26rem;
    }
    .index_s4 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .list4w{
        margin-top: .26rem;
    }
    .list4w li{
        padding-left: .4rem;
    }
    .list4w li:before{
        width: .2rem;
    }
    .index_s4{
        padding: .4rem 0;
    }

    .index_s5 .content .imgBox a h3{
        font-size: .2rem;
        line-height: .3rem;
        padding: .2rem .2rem .1rem;
    }
    .index_s5 .item1{
        width: 100%;
        order: 0;
        margin-top: 0;
    }
    .index_s5 .item1 .imgBox .pic{
        padding-top: 52vw;
    }
    .index_s5 .item2{
        width: 49%;
        order: 1;
        margin-top: 0;
    }
    .index_s5 .item4{
        order: 1;
        width: 49%;
    }
    .index_s5 .item4 .imgBox .pic,
    .index_s5 .item2 .imgBox .pic{
        padding-top: 77.72%;
    }
    .index_s5 .item3{
        order: 2;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .index_s5 .item3 .imgBox{
        width: 49%;

    }
    .index_s5 .item3 .imgBox:nth-child(1) .pic,
    .index_s5 .item3 .imgBox:nth-child(2) .pic{
        padding-top: 77.72%;
    }
    .index_s5 .item3 .imgBox:nth-child(2){
        margin-top: 0;
    }
    .index_s5 .content .imgBox a h4{
        font-size: .2rem;
    }
    .index_s5 .content .imgBox a h4 img{
        height: .24rem;
    }
    .index_s5 .content{
        margin-top: .26rem;
        gap: .2rem 2%;
    }
    .index_s5{
        padding: .4rem 0;
    }
}

@media (max-width: 769px){
    .index_s1 .title001,
    .index_s2 .title001{
        justify-content: space-between;
    }
    .list1w a .txt{
        padding: .2rem;
    }
    .list1w .swiDots{
        bottom: .1rem;
    }
    .index_s3 .items .item{
        width: 100%;
    }
}
@media (max-width: 481px){
    .list_box1 li time{
        padding-right: .2rem;
        margin-right: .2rem;
    }
    .list1w a time span{
        font-size: .24rem;
        margin-top: -.02rem;
    }
    .list1w a time em{
        transform: scale(.8);
    }
    .index_s3 .item .hide .h3{
        height: .7rem;
    }
    .list2w a:before{
        left: 0;
    }
    .list_box3 li{
        width: 49%;
    }
    .list_box3{
        flex-wrap: wrap;
    }
    .index_s5 .left{
        width: 100%;
    }
    .index_s5 .cen .imgBox{
        width: 100%;
    }
    .index_s5 .right{
        width: 100%;
        order: 2;
    }
}

.list_box4 li{
    width: 48.25%;
}
.list_box4 li a{
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: .2rem;
}
.list_box4 li .pic{
    padding-top: 3rem;
}
.list_box4 li h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: .3rem;
    line-height: .42rem;
    color: #fff;
    padding: .25rem .2rem;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list_box4 {
    margin-top: .64rem;
}
@media (max-width: 1025px) {
    .list_box4 li{
        width: 49%;
    }
    .list_box4 li .pic{
        padding-top: 77.72%;
    }
    .list_box4 li h3{
        font-size: .2rem;
        line-height: .3rem;
        padding: .2rem .2rem .1rem;
    }
    .list_box4{
        margin-top: .26rem;
    }
}