@charset "utf-8";

.banner a{
    display: block;
    position: relative;
    overflow: hidden;
}
.banner a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 35%;
    background: linear-gradient(180deg,transparent 0%, rgba(0, 0, 0, 0.6) 100%);
}
.banner a .slideImg {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    padding-bottom: 0;
    height: 100vh;
    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 .swiDots{
    left: 0;
    right: 0;
    bottom: .6rem;
    font-size: 0;
}
.banner .swiDots span{
    width: .56rem;
    height: .04rem;
    margin: 0 .03rem;
    background: #fff;
    opacity: .5;
    border-radius: 0;
}
.banner .swiDots span.active{
    opacity: 1;
}

.title001 {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title001 h4{
    font-size: .44rem;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px #ffbfc0;
    opacity: .6;
    font-weight: bold;
    text-transform: uppercase;
}
.title001 h2 span{
    color: #b10c0f;
}
.title001 h2{
    margin-top: -.2rem;
    display: flex;
    font-size: .44rem;
    line-height: 1;
    color: #333333;
    font-weight: bold;
    position: relative;
    z-index: 2;
}
.title001 .more a img{
    display: block;
    width: .19rem;
    margin-left: .1rem;
    transition: .5s;
}
.title001 .more a{
    display: flex;
    align-items: center;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
}
.title001 .more a:hover{
    color: #b10c0f;
}
.title001 .more a:hover img{
    transform: rotate(45deg);
}

.index_s1 .left{
    width: 50%;
}

.index_s1 .left .top a{
    display: block;
}
.index_s1 .left .top time{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .26rem;
    color: #333333;
}
.index_s1 .left .top time img{
    display: block;
    width: .18rem;
    margin-right: .1rem;
}
.index_s1 .left .top h3{
    margin-top: .19rem;
    font-size: .24rem;
    line-height: .34rem;
    color: #94070a;
    font-weight: bold;
}
.index_s1 .left .top p{
    margin-top: .11rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
}
.index_s1 .left .top h6 img{
    display: block;
    height: .09rem;
}
.index_s1 .left .top h6{
    margin-top: .29rem;
}
.index_s1 .left .top{
    margin-top: .55rem;
}
.list_box1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_box1 li{
    width: 43.5%;
    margin-top: .56rem;
}
.list_box1 li:nth-child(-n+2){
    margin-top: 0;
}
.list_box1 li a{
    display: block;
}
.list_box1 li time{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .26rem;
    color: #333333;
}
.list_box1 li time img{
    display: block;
    width: .18rem;
    margin-right: .1rem;
}
.list_box1 li h3{
    margin-top: .12rem;
    font-size: .24rem;
    line-height: .3rem;
    color: #333333;
    height: .6rem;
    transition: .5s;
}
.list_box1 li h6{
    margin-top: .24rem;
    display: block;
    height: .07rem;
    background: url("../images/s1-img-3.png") no-repeat left center/auto 100%;
    transition: .5s;
}
.list_box1 li:hover h3{
    color: #94070a;
    padding-left: .2rem;
}
.list_box1 li:hover h6{
    margin-left: .2rem;
    background-image: url("../images/s1-img-2.png");
}
.index_s1 .bot{
    margin-top: .49rem;
}
.index_s1 .gd a img{
    display: block;
    width: .19rem;
    margin-left: .1rem;
    transition: .5s;
}
.index_s1 .gd a{
    display: flex;
    align-items: center;
    font-size: .2rem;
    color: #333333;
    line-height: .3rem;
    transition: .5s;
}
.index_s1 .gd a:hover img{
    transform: rotate(45deg);
}
.index_s1 .gd a:hover{
    color: #94070a;
}
.index_s1 .gd{
    margin-top: .6rem;
}

.index_s1 .right{
    width: 45.625%;
    position: relative;
    z-index: 2;
    padding-left: 1.1rem;
}

.list1w a{
    display: block;
}
.list1w a .pic{
    padding-top: 3.82rem;
}
.list1w a time{
    display: flex;
    align-items: center;
    font-size: .24rem;
    line-height: .3rem;
    color: #fefefe;
    font-weight: bold;
}
.list1w a time img{
    display: block;
    width: .18rem;
    margin-right: .1rem;
}
.list1w a h3{
    margin-top: .58rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #ffffff;
    height: .6rem;
    opacity: .4;
    transition: .5s;
}
.list1w a h6 img{
    display: block;
    height: .11rem;
    transition: .5s;
}
.list1w a h6{
    margin-top: .42rem;
    display: block;
}
.list1w a .txt{
    padding-top: .63rem;
}
.list1w a:hover h3{
    opacity: 1;
}
.list1w a:hover h6 img{
    transform: translateX(.1rem);
}
.list1w {
    margin-top: .1rem;
}
.index_s1 .right:after{
    position: absolute;
    content: '';
    left: 0;
    right: calc((100vw - 16rem) / -2);
    top: -.9rem;
    bottom: -.94rem;
    background: url("../images/s1-img-7.jpg") no-repeat left center/cover;
    box-shadow: 0 .05rem .15rem rgba(0, 0, 0, 0.32);
}

.index_s1 .wp{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s1{
    padding: .9rem 0 .16rem;
}

.index_s2 .left{
    width: 71.25%;
}
.index_s2 .left .top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #a30f0f;
}
.index_s2 .left .top_l{
    width: 64.47%;
}
.list2w a{
    display: block;
}
.list2w a .pic{
    padding-top: 4.78rem;
}
.index_s2 .left .top_r{
    width: 35.53%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .44rem .45rem ;
}
.list2w_txt li a{
    display: block;
}
.list2w_txt li a time{
    display: block;
    font-size: .16rem;
    line-height: .26rem;
    color: #fff;
    font-weight: bold;
    opacity: 0;
}
.list2w_txt li a h3{
    margin-top: .2rem;
    font-size: .24rem;
    line-height: .36rem;
    color: #fff;
    height: .72rem;
    font-weight: bold;
    opacity: 0;
}
.list2w_txt li a p{
    margin-top: .41rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    -webkit-line-clamp: 3;
    height: .9rem;
    opacity: 0;
}
.list2w_txt li{
    display: none;
}
.list2w_txt li.active{
    display: block;
}
.list2w_txt li.active time,
.list2w_txt li.active h3,
.list2w_txt li.active p{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.list2w_txt li.active h3{
    animation-delay: .2s;
}
.list2w_txt li.active p{
    animation-delay: .3s;
}
.index_s2 .btnBox{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.index_s2 .btnBox .btn{
    width: .11rem;
    height: .2rem;
    background: no-repeat 50%/100%;
    position: static;
    transform: none;
    flex-shrink: 0;
}
.index_s2 .btnBox .prev{
    background-image: url("../images/prev-1.png");
}
.index_s2 .btnBox .next{
    background-image: url("../images/next-1.png");
}
.index_s2 .swiDots{
    display: flex;
    align-items: baseline;
    color: #fff;
    position: static;
    margin: 0 .18rem;
    width: auto;
}
.index_s2 .swiDots .current{
    display: block;
    font-size: .36rem;
    line-height: .48rem;
    margin-right: .1rem;
}
.index_s2 .swiDots .total{
    font-size: .24rem;
    line-height: 1;
    margin-left: .08rem;
}
.index_s2 .top{
    margin-top: .62rem;
}
.list_box2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_box2 li{
    width: 33.33%;
    position: relative;
}
.list_box2 li+li:before{
    position: absolute;
    content: '';
    left: 0;
    top: .35rem;
    bottom: 0;
    width: 1px;
    background: #e4e4e4;
}
.list_box2 li a{
    display: block;
    padding: .2rem .24rem;
}
.list_box2 li time{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #333333;
}
.list_box2 li h3{
    margin-top: .17rem;
    font-size: .24rem;
    line-height: .36rem;
    color: #333333;
    height: .72rem;
    transition: .5s;
}
.list_box2 li h5{
    margin-top: .35rem;
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: .26rem;
    color: #a30f0f;
}
.list_box2 li h5 img{
    display: block;
    width: .08rem;
    margin-left: .09rem;
}
.list_box2 li:hover h3{
    color: #a30f0f;
    font-weight: bold;
}
.index_s2 .bot{
    margin-top: .08rem;
}
.index_s2 .right{
    width: 25.9375%;
}

.list_box3 li a{
    display: block;
    position: relative;
    z-index: 2;
    padding: .2rem .3rem .24rem;
}
.list_box3 li h3{
    font-size: .24rem;
    line-height: .36rem;
    color: #333333;
    height: .72rem;
    transition: .5s;
}
.list_box3 li h3 em{
    color: #a30f0f;
}
.list_box3 li time,
.list_box3 li .time span{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .24rem;
    color: #333333;
}
.list_box3 li time img{
    display: block;
    width: .16rem;
    margin-right: .08rem;
}
.list_box3 li .time span img{
    display: block;
    width: .19rem;
    margin-right: .1rem;
}
.list_box3 li .time{
    margin-top: .2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box3 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg,transparent 0%,#fddddd 100%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box3 li:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 0;
    height: .02rem;
    background: #a30f0f;
    transition: .5s;
    z-index: 1;
}
.list_box3 li{
    position: relative;
    background: #fff;
    box-shadow: 0 .04rem .1rem .04rem rgba(0, 0, 0, 0.09);
}
.list_box3 li+li{
    margin-top: .2rem;
}
.list_box3 li:hover:before{
    opacity: 1;
    visibility: visible;
}
.list_box3 li:hover:after{
    left: 0;
    width: 100%;
}
.list_box3 li:hover h3{
    color: #a30f0f;
    font-weight: bold;
}
.list_box3 {
    margin-top: .62rem;
}
.index_s2 .wp{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s2 {
    margin-top: .94rem;
}

.list3w a{
    display: block;
    position: relative;
    background: #fff;
    box-shadow: 0 0 .1rem .05rem rgba(0, 0, 0, 0.05);
}
.list3w a time{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #a30f0f;
}
.list3w a h3{
    margin-top: .27rem;
    font-size: .24rem;
    line-height: .36rem;
    color: #333333;
    height: .72rem;
    font-weight: bold;
}
.list3w a p{
    margin-top: .26rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    height: .6rem;
    opacity: .6;
}
.list3w a h6{
    margin-top: .55rem;
    height: .16rem;
    background: url("../images/s3-img-1.png") no-repeat right center/auto 100%;
}
.list3w a .txt *{
    transition: .5s;
}
.list3w a .txt{
    padding: .55rem .38rem .57rem .44rem;
    position: relative;
    z-index: 2;
}
.list3w a:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .04rem;
    background: #a30f0f;
    transition: .5s;
}
.list3w a:after{
    position: absolute;
    content: '';
    left: .03rem;
    right: .03rem;
    top: .03rem;
    bottom: .03rem;
    border: .02rem solid rgba(255, 255, 255, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: .5s .2s;
}
.list3w a:hover:after{
    opacity: 1;
    visibility: visible;

}
.list3w a:hover:before{
    height: 100%;
}
.list3w a:hover time{
    color: #fff;
    font-weight: bold;
}
.list3w a:hover h3{
    color: #fff;
}
.list3w a:hover p{
    color: #fff;
}
.list3w a:hover h6{
    background-image: url("../images/s3-img-2.png");
}
.list3w .swiper-container{
    padding: .2rem;
    margin: 0 -.2rem;
}
.list3w .swiDots{
    font-size: 0;
    position: static;
    margin-top: .24rem;
}
.list3w .swiDots span{
    width: .56rem;
    height: .04rem;
    margin: 0 .03rem;
    background: #a30f0f;
    border-radius: 0;
    opacity: .2;
}
.list3w .swiDots span.active{
    opacity: 1;
}
.list3w{
    margin-top: .4rem;
}
.index_s3{
    margin-top: .82rem;
}

.index_s4 .left{
    width: 63.1875%;
}
.list4w a{
    display: block;
}
.list4w a .pic{
    padding-top: 5.41rem;
}
.index_s4 .right{
    width: 36.8125%;
    background: #fff;
    padding: 0 .4rem;
    position: relative;
    z-index: 2;
}
.list4w_txt li a{
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .5s;
}

.list4w_txt li .show a{
    height: 1.44rem;
    display: flex;
    justify-content: center;
}
.list4w_txt li .show a h3{
    font-size: .24rem;
    line-height: .36rem;
    color: #333333;
    height: .72rem;
}
.list4w_txt li .show:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px dashed #e1e1e1;
}
.list4w_txt li:last-child .show:before{
    display: none;
}
.list4w_txt li .show{
    position: relative;
}
.list4w_txt li .hide a{
    display: block;
    position: relative;
    z-index: 2;
    padding: .28rem .6rem .28rem .55rem;
}
.list4w_txt li .hide a h3{
    font-size: .24rem;
    line-height: .36rem;
    color: #fff;
    height: .72rem;
    font-weight: bold;
    opacity: 0;
}
.list4w_txt li .hide a h4{
    font-size: .2rem;
    line-height: .36rem;
    color: #fff;
}
.list4w_txt li .hide a .para{
    margin-top: .17rem;
    opacity: 0;
}
.list4w_txt li .hide .bg{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #a30f0f;
    transition: .5s;
}
.list4w_txt li .hide{
    position: relative;
    z-index: 2;
    margin-left: -.7rem;
    margin-right: -.4rem;
    display: none;
}
.list4w_txt li.active .show{
    display: none;
}
.list4w_txt li.active .hide{
    display: block;
}
.list4w_txt li.active .hide .bg{
    animation: to-right .3s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes to-right { 0%{left: 100%;width: 0} 100%{left: 0;width: 100%} }

.list4w_txt li.active .hide a h3,
.list4w_txt li.active .hide a .para{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.list4w_txt li.active .hide a .para{
    animation-delay: .2s;
}


.list4w_txt{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.index_s4 .content{
    margin-top: .6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background: #fff;
    box-shadow: 0 0 .3rem rgba(49, 3, 3, 0.19);
}
.index_s4{
    margin-top: 1rem;
}

.index_s5 .left{
    width: 47.5%;
}

.list_box4 li .show a{
    font-size: .24rem;
    padding: 0 1.2rem 0 0;
}
.list_box4 li .show time{
    position: absolute;
    right: 0;
    top: 0;
    font-size: .18rem;
}
.list_box4 li .show{
    position: relative;
    line-height: .86rem;
    color: #333;
}
.list_box4 li .hide a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.list_box4 li .hide a .pic{
    width: 2.65rem;
    height: 1.42rem;
    opacity: 0;
}
.list_box4 li .hide a .txt{
    width: calc(100% - 2.96rem);
}
.list_box4 li .hide a h3{
    font-size: .24rem;
    line-height: .36rem;
    color: #a30f0f;
    height: .72rem;
    opacity: 0;
}
.list_box4 li .hide a time{
    display: block;
    font-size: .18rem;
    line-height: .3rem;
    color: rgba(0, 0, 0, 0.8);
    margin-top: .35rem;
    opacity: 0;
}
.list_box4 li .hide{
    display: none;
}
.list_box4 li.active .show{
    display: none;
}
.list_box4 li.active .hide{
    display: block;
    margin-bottom: .2rem;
}
.list_box4 li:last-child.active .hide{
    margin-bottom: 0;
    margin-top: .2rem;
}
.list_box4 li.active .hide .pic,
.list_box4 li.active .hide h3,
.list_box4 li.active .hide time{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.list_box4 li.active .hide h3{
    animation-delay: .2s;
}
.list_box4 li.active .hide time{
    animation-delay: .3s;
}
.list_box4{
    margin-top: .6rem;
}
.index_s5 .right{
    width: 47.5%;
}

.list_box5 li{
    position: relative;
    line-height: .86rem;
    color: #333333;
}
.list_box5 li a{
    font-size: .24rem;
    padding: 0 1.5rem 0 0;
    transition: .5s;
}
.list_box5 li time{
    position: absolute;
    right: 0;
    top: 0;
    font-size: .2rem;
}
.list_box5 li:hover a{
    color: #a30f0f;
}
.list_box5{
    margin-top: .5rem;
}
.index_s5 .wp{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s5{
    margin-top: .98rem;
}

.list5w_hg a{
    display: block;
    position: relative;
}
.list5w_hg a .imgBox{
    position: relative;
    overflow: hidden;
    height: 8.17rem;
}
.list5w_hg a .imgBox img,
.list5w_hg a .imgBox video{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list5w_hg a .play{
    position: absolute;
    left: 50%;
    top: 50%;
    width: .88rem;
    height: .88rem;
    background: url("../images/s6-img-3.png") no-repeat 50%/100%;
    transform: translate(-50%,-50%);
    z-index: 5;
}
.index_s6 .top{
    position: absolute;
    left: 0;
    right: 0;
    top: .5rem;
    z-index: 5;
}
.index_s6 .title001 h4{
    -webkit-text-stroke: 1px #fff;
    opacity: .1;
}
.index_s6 .title001 h2,
.index_s6 .title001 h2 span{
    color: #fff;
}
.index_s6 .title001 .more a{
    color: #fff;
}
.index_s6 .bot{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .44rem;
    z-index: 5;
}
.list5w_hgg .con{
    position: relative;
    cursor: pointer;
}
.list5w_hgg .con .pic{
    padding-top: 1.3rem;
}
.list5w_hgg .con:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: .06rem solid #b10c0f;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list5w_hgg .swiper-slide-thumb-active .con:after{
    opacity: 1;
    visibility: visible;
}
.list5w_hgg .btn{
    width: .29rem;
    height: .49rem;
    background: no-repeat 50%/100% auto;
}
.list5w_hgg .prev{
    left: 0;
    background-image: url("../images/prev-2.png");
}
.list5w_hgg .next{
    right: 0;
    background-image: url("../images/next-2.png");
}

.list5w_hgg{
    position: relative;
    padding: 0 .96rem;
}

.index_s6{
    position: relative;
    margin-top: .5rem;
}

.list6w a{
    display: block;
}
.list6w a .pic{
    padding-top: 2.44rem;
}
.list6w li{
    box-shadow: 0 0 .25rem rgba(49, 3, 3, 0.3);
}
.list6w .btn{
    width: .54rem;
    height: .54rem;
    border: 1px solid #b10c0f;
    border-radius: 50%;
    background: #fff no-repeat 50%/.14rem auto;
    transition: .5s;
}
.list6w .prev{
    left: -.84rem;
    background-image: url("../images/prev-3.png");
}
.list6w .next{
    right: -.84rem;
    background-image: url("../images/next-3.png");
}
.list6w .btn:hover{
    background-color: #b10c0f;
}
.list6w .prev:hover{
    background-image: url("../images/prev-2.png");
}
.list6w .next:hover{
    background-image: url("../images/next-2.png");
}
.list6w {
    position: relative;
    margin-top: .56rem;
}
.index_s7{
    margin-top: .58rem;
}
.list_box6 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_box6 li a{
    display: block;
}
.list_box6 li .icon{
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #b5171a;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.list_box6 li .icon img{
    display: block;
    max-width: .54rem;
    max-height: .54rem;
    transition: .5s;
    z-index: 2;
}
.list_box6 li .icon .img-2{
    opacity: 0;
}
.list_box6 li .icon:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #b5171a;
    border-radius: 50%;
    transform: scale(0);
    transform-origin: 50% 50%;
    transition: .5s;
}
.list_box6 li h3{
    font-size: .24rem;
    line-height: .3rem;
    color: #333333;
    margin-top: .38rem;
    text-align: center;
}
.list_box6 li:hover .icon:after{
    transform: scale(1);
}
.list_box6 li:hover .icon .img-2{
    opacity: 1;
}
.list_box6 li:hover .icon .img-1{
    opacity: 0;
}
.list_box6{
    margin-top: .56rem;
}
.index_s8 .title001{
    justify-content: center;
}
.index_s8{
    margin-top: 1.03rem;
}

.index_s9 .content a{
    display: block;
    position: relative;
}
.index_s9 .content .left{
    width: 48.75%;
    margin-top: .46rem;
}
.index_s9 .content .left .item1 .pic{
    padding-top: 4.56rem;
}
.index_s9 .content .left .item2 .pic{
    padding-top: 4.4rem;
}
.index_s9 .content .left .item2 {
    margin-top: .31rem;
    padding-left: 1.19rem;
}
.index_s9 .content .right{
    width: 49.4375%;
}
.index_s9 .content .right .item1 .pic{
    padding-top: 4.62rem;
}
.index_s9 .content .right .item2{
    margin-top: .34rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s9 .content .right .item2 a:nth-child(1){
    width: 50.06%;
}
.index_s9 .content .right .item2 a:nth-child(1) .pic{
    padding-top: 3.83rem;
}
.index_s9 .content .right .item2 a:nth-child(2){
    width: 45.89%;
}
.index_s9 .content .right .item2 a:nth-child(2) .pic{
    padding-top: 4.59rem;
}
.index_s9 .title001 .more a{
    color: #fff;
}
.index_s9 .title001 .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.index_s9 .title001 h4{
    -webkit-text-stroke: 1px #fff;
    opacity: .1;
}
.index_s9 .title001 h2,
.index_s9 .title001 h2 span{
    color: #fff;
}
.index_s9 .title001{
    justify-content: center;
}
.index_s9 .content{
    margin-top: .6rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s9{
    margin-top: .87rem;
    padding: .81rem 0 1.8rem;
    background: url("../images/index_s9.jpg") no-repeat 50%/cover;
}

@media (max-width: 1199px) {
    .banner a .slideImg{
        height: 50vw;
    }
    .index_s1 .right:after{
        right: -15px;
    }
    .list6w .prev{
        left: .1rem;
    }
    .list6w .next{
        right: .1rem;
    }
}

@media (max-width: 1025px) {
    .banner .swiDots span{
        width: .45rem;
        height: .03rem;
        margin: 0 .02rem;
    }
    .banner .swiDots{
        bottom: .15rem;
    }
    .title001 h4{
        font-size: .36rem;
    }
    .title001 h2{
        font-size: .28rem;
        margin-top: -.18rem;
    }
    .title001 .more a{
        font-size: .16rem;
        line-height: .26rem;
    }
    .title001 .more a img{
        width: .1rem;
        margin-left: .05rem;
    }
    .index_s1 .left{
        width: 100%;
    }
    .index_s1 .left .top time img,
    .list_box1 li time img{
        width: .15rem;
        margin-right: .05rem;
    }
    .index_s1 .left .top h3{
        font-size: .2rem;
        line-height: .3rem;
        margin-top: .08rem;
    }
    .index_s1 .left .top p{
        font-size: .18rem;
        line-height: .3rem;
        margin-top: .05rem;
    }
    .index_s1 .left .top h6{
        margin-top: .1rem;
    }
    .index_s1 .left .top{
        margin-top: .26rem;
    }
    .list_box1 li h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
        margin-top: .05rem;
    }
    .list_box1 li h6{
        margin-top: .1rem;
    }
    .list_box1 li:hover h3{
        padding-left: 0;
    }
    .list_box1 li:hover h6{
        margin-left: 0;
    }
    .list_box1 li{
        width: 49%;
        margin: 0;
    }
    .list_box1{
        gap: .2rem 2%;
    }
    .index_s1 .bot {
        margin-top: 0.2rem;
    }
    .index_s1 .right{
        width: 100%;
        margin-top: .3rem;
        padding: .2rem 0;
    }
    .list1w a .pic{
        padding-top: 61.61%;
    }
    .list1w a time img{
        width: .15rem;
        margin-right: .05rem;
    }
    .list1w a time{
        font-size: .16rem;
        line-height: .26rem;
    }
    .list1w a h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
        margin-top: .08rem;
    }
    .list1w a h6 img{
        height: .07rem;
    }
    .list1w a h6{
        margin-top: .1rem;
    }
    .list1w a .txt {
        padding-top: 0.2rem;
    }
    .list1w{
        margin-top: 0;
    }
    .index_s1 .right:after{
        top: 0;
        bottom: 0;
        left: -15px;
    }
    .index_s1 .gd a img{
        width: .1rem;
        margin-left: .05rem;
    }
    .index_s1 .gd a{
        font-size: .16rem;
        line-height: .26rem;
    }
    .index_s1 .gd{
        margin-top: .2rem;
        justify-content: center;
    }
    .index_s1{
        padding: .4rem 0 0;
    }
    .index_s2 .left{
        width: 100%;
    }
    .index_s2 .top{
        margin-top: .26rem;
    }
    .list2w_txt li a h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
        margin-top: .05rem;
    }
    .list2w_txt li a p{
        font-size: .18rem;
        line-height: .28rem;
        height: .84rem;
        margin-top: .1rem;
    }
    .index_s2 .swiDots .current{
        font-size: .24rem;
        line-height: .3rem;
        margin-right: .05rem;
    }
    .index_s2 .swiDots .total{
        font-size: .18rem;
        margin-left: .05rem;
    }
    .index_s2 .swiDots{
        margin: 0 .1rem;
    }
    .index_s2 .btnBox .btn{
        width: .08rem;
        height: .18rem;
    }
    .index_s2 .left .top_r{
        padding: .2rem;
    }
    .list2w a .pic {
        padding-top: 3.8rem;
    }
    .list_box2 li h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
        margin-top: .05rem;
    }
    .list_box2 li h5{
        margin-top: 0.1rem;
        font-size: .16rem;
        line-height: .26rem;
    }
    .list_box2 li h5 img{
        width: .06rem;
        margin-left: .05rem;
    }
    .list_box2 li+li:before{
        top: .2rem;
    }
    .list_box2 li a{
        padding: .2rem;
    }
    .index_s2 .bot{
        margin-top: 0;
    }
    .index_s2 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .list_box3 li h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
    }
    .list_box3 li .time{
        margin-top: .1rem;
    }
    .list_box3 li a{
        padding: .2rem;
    }
    .list_box3 li .time span img{
        width: .15rem;
        margin-right: .05rem;
    }
    .list_box3 li time img{
        margin-right: .05rem;
    }
    .list_box3 {
        margin-top: 0.26rem;
    }
    .list3w .swiper-container{
        padding: 0;
        margin: 0;
    }
    .list3w a h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
        margin-top: .05rem;
    }
    .list3w a p{
        font-size: .18rem;
        line-height: .28rem;
        height: .56rem;
        margin-top: .1rem;
    }
    .list3w a h6{
        height: .12rem;
        margin-top: .15rem;
    }
    .list3w a:before{
        height: .02rem;
    }
    .list3w a .txt{
        padding: .2rem;
    }
    .list3w a h6{
        margin-top: .26rem;
    }
    .list3w .swiDots{
        margin-top: .2rem;
    }
    .list3w .swiDots span{
        width: .4rem;
        height: .03rem;
        margin: 0 .02rem;
    }
    .index_s3{
        margin-top: .4rem;
    }
    .index_s4 .left{
        width: 100%;
    }
    .list4w a .pic{
        padding-top: 53.51%;
    }
    .index_s4 .right{
        width: 100%;
        padding: 0 .2rem;
    }
    .list4w_txt li .hide a h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
    }
    .list4w_txt li .hide a h4{
        font-size: .18rem;
        line-height: .28rem;
    }
    .list4w_txt li .hide a .para{
        margin-top: .1rem;
    }
    .list4w_txt li .hide a{
        padding: .2rem;
    }
    .list4w_txt li .hide{
        margin: 0 -.2rem;
    }
    .list4w_txt li .show a h3{
        font-size: .2rem;
        line-height: .3rem;
        height: auto;
        max-height: .6rem;
    }
    .list4w_txt li .show a{
        height: 1rem;
    }
    .index_s4 .content{
        margin-top: .26rem;
    }
    .index_s4{
        margin-top: .4rem;
    }
    .index_s5 .left{
        width: 100%;
    }
    .list_box4 li .hide a h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
    }
    .list_box4 li .hide a time{
        margin-top: .1rem;
    }
    .list_box4 li .hide a .txt {
        width: calc(100% - 2.85rem);
    }
    .list_box4 li .show a{
        font-size: .2rem;
    }
    .list_box4 li .show time{
        font-size: .16rem;
    }
    .list_box4 li .show{
        line-height: .56rem;
    }
    .list_box4 li.active .hide{
        margin-bottom: .1rem;
    }
    .list_box4 li:last-child.active .hide{
        margin-top: .1rem;
    }
    .list_box4{
        margin-top: 0.26rem;
    }
    .index_s5 .right{
        width: 100%;
        margin-top: .3rem;
    }
    .list_box5 li a{
        font-size: .2rem;
        padding-right: 1.2rem;
    }
    .list_box5 li time{
        font-size: .16rem;
    }
    .list_box5 li{
        line-height: .56rem;
    }
    .list_box5{
        margin-top: .2rem;
    }
    .index_s5{
        margin-top: .4rem;
    }
    .list5w_hg a .imgBox{
        height: 54vw;
    }
    .index_s6 .top{
        top: .2rem;
    }
    .list5w_hgg .btn{
        width: .15rem;
        height: .25rem;
    }
    .list5w_hgg{
        padding: 0;
    }
    .list5w_hgg .con .pic{
        padding-top: 55.79%;
    }
    .index_s6 .bot{
        bottom: .2rem;
    }
    .list5w_hg a .play{
        width: .45rem;
        height: .45rem;
    }
    .index_s6{
        margin-top: .2rem;
    }
    .list6w a .pic{
        padding-top: 47.84%;
    }
    .list6w .btn{
        width: .3rem;
        height: .3rem;
        background-size: .08rem auto;
    }
    .list6w .prev{
        left: -10px;
    }
    .list6w .next{
        right: -10px;
    }
    .list6w{
        margin-top: .26rem;
    }
    .index_s7{
        margin-top: .4rem;
    }
    .list_box6 li .icon{
        width: .8rem;
        height: .8rem;
        margin: 0 auto;
    }
    .list_box6 li .icon img{
        max-width: .26rem;
        max-height: .26rem;
    }
    .list_box6 li h3{
        font-size: .18rem;
        line-height: .26rem;
        margin-top: .1rem;
    }
    .list_box6{
        margin-top: .26rem;
    }
    .index_s8{
        margin-top: .4rem;
    }
    .index_s9 .content .left{
        width: 100%;
        margin-top: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .index_s9 .content .left .item{
        width: 49%;
    }
    .index_s9 .content .left .item1 .pic,
    .index_s9 .content .left .item2 .pic{
        padding-top: 58.46%;
    }
    .index_s9 .content .left .item2{
        margin: 0;
        padding: 0;
    }
    .index_s9 .content .right{
        width: 100%;
        margin-top: .2rem;
    }
    .index_s9 .content .right .item1 .pic{
        padding-top: 66.56%;
    }
    .index_s9 .content .right .item2 a:nth-child(1){
        width: 50%;
    }
    .index_s9 .content .right .item2 a:nth-child(1) .pic{
        padding-top: 96.71%;
    }
    .index_s9 .content .right .item2 a:nth-child(2){
        width: 48%;
    }
    .index_s9 .content .right .item2 a:nth-child(2) .pic{
        padding-top: 126.4%;
    }
    .index_s9 .content .right .item2{
        margin-top: .2rem;
    }
    .index_s9 .content{
        margin-top: .3rem;
    }
    .index_s9{
        margin-top: .4rem;
        padding: .4rem 0;
    }
}
@media (max-width: 769px) {
    .list_box1 li{
        width: 100%;
    }
    .index_s2 .left .top_l{
        width: 100%;
    }
    .list2w a .pic{
        padding-top: 65.03%;
    }
    .index_s2 .left .top_r{
        width: 100%;
    }
    .index_s2 .btnBox{
        justify-content: center;
        margin-top: .1rem;
    }
    .list_box2 li{
        width: 100%;
    }
    .list_box2 li a{
        padding: .2rem 0;
    }
    .list_box2 li+li:before{
        top: 0;
        left: 0;
        right: 0;
        width: auto;
        height: 1px;
    }
    .list_box4 li .hide a .pic {
        width: 1.8rem;
        height: 1.3rem;
    }
    .list_box4 li .hide a .txt {
        width: calc(100% - 2rem);
    }
    .list_box6 ul li{
        width: 25%;
    }
    .list_box6 ul{
        gap: .2rem 0;
    }
}

@media (max-width: 481px) {

    .index_s6 .bot{
        position: static;
        margin-top: .2rem;
    }
    .list_box6 li .icon{
        width: .7rem;
        height: .7rem;
    }
    .index_s9 .content .left .item{
        width: 100%;
    }
    .index_s9 .content .left{
        gap: .2rem 0;
    }
    .index_s9 .title001 .more{
        top: auto;
        transform: none;
        bottom: 0;
    }
    .index_s9 .content .right .item2 a:nth-child(1){
        width: 48.5%;
    }
    .index_s9 .content .right .item2 a:nth-child(2){
        width: 48.5%;
    }
}