@charset "utf-8";

.banner .swiper-slide{
    width: 100vw !important;
    overflow: hidden;
}
.banner a{
    display: block;
    position: relative;
    overflow: hidden;
    transform: scale(1.175);
    transition: 6s;
}
.banner a img{
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}
.banner .swiper-slide-active a {
    transform: scale(1);
}
.btnBox{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .29rem;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btnBox .btn{
    position: static;
    transform: none;
    width: .12rem;
    height: .23rem;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
}
.btnBox .prev{
    background-image: url("../images/prev01.png");
}
.btnBox .next{
    background-image: url("../images/next01.png");
}

.btnBox .page{
    position: static;
    font-size: 0;
    margin: 0 1rem;
}

.btnBox .page span{
    position: relative;
    width: .14rem;
    height: .14rem;
    margin: 0 1rem;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    opacity: 1;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    background-color:transparent;
}
.btnBox .page span.active{
    border: none;
    border-radius: 0;
    width: .34rem;
    height: .32rem;
    background-image: url("../images/dot.png");
}
.btnBox .page span:after{
    position: absolute;
    content: '';
    width: 2rem;
    right: 100%;
    top: 50%;
    height: 1px;
    background: #fff;
}
.btnBox .page span:first-child:after{
    width: 2.1rem;
}
.btnBox .page span:last-child:before{
    position: absolute;
    content: '';
    width: 2.1rem;
    left: 100%;
    top: 50%;
    height: 1px;
    background: #fff;
}
.title001{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title001.mid{
    justify-content: center;
}
.title001 h2{
    position: relative;
    z-index: 2;
    padding-left: .22rem;
    font-size: .36rem;
    line-height: .52rem;
    color: #333333;
    font-family: 'songti',sans-serif;
}
.title001 h2:after{
    position: absolute;
    content: '';
    left: 0;
    top: -.12rem;
    width: .55rem;
    height: .53rem;
    background: url("../images/tit01.png") no-repeat 50%;
    background-size: 100%;
    z-index: -1;
}


.title001 .more{
    position: absolute;
    right: 0;
    bottom: .14rem;
    width: .24rem;
    height: .24rem;
    border-radius: 50%;
    border: 1px dashed #B3B3B3;
    transition: .5s;
}
.title001 .more:after{
    position: absolute;
    content: '';
    width: .24rem;
    height: .07rem;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -.01rem;
    right: .07rem;
    background: url("../images/more01.png") no-repeat 50%;
    background-size: 100%;
    transition: .5s;
}
.title001 .more:hover:after{
    right: 0.01rem;
}
.title001 .more:hover{
    width: .3rem;
    height: .3rem;
}

.home1 .left{
    width: 53.75%;
}

.list1w a{
    display: block;
    position: relative;
}
.list1w a .pic{
    padding-top: 5.8rem;
}
.list1w a h2{
    font-size: .26rem;
    line-height: .32rem;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .22rem;
    padding: 0 1.9rem 0 .26rem;
    z-index: 3;
}
.list1w a:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../images/s1-img02.png") repeat-x bottom center;
}
.list1w .page{
    font-size: 0;
    left: auto;
    width: auto;
    right: .35rem;
    bottom: .33rem;
}
.list1w .page span{
    width: .1rem;
    height: .1rem;
    border: 1px solid #fff;
    opacity: 1;
    margin: 0 .07rem;
    background: transparent;
}
.list1w .page span.active{
    background: #fff;
}
.home1 .left .title001{
    margin-bottom: .3rem;
}
.home1 .right{
    width: 43.5%;
}

.list_box1 li .box1 a{
    display: block;
    position: relative;
    border-top: 1px dashed #C1C1C1;
}
.list_box1 li:first-child .box1 a{
    border-color: transparent;
}
.list_box1 li .box1 h6{
    font-size: .16rem;
    line-height: .55rem;
    color: #333333;
    padding-right: 1.4rem;
    padding-left: .14rem;
}
.list_box1 li .box1 time{
    position: absolute;
    right: .19rem;
    top: 0;
    font-size: .16rem;
    line-height: .55rem;
    color: #999999;
}
.list_box1 li .box1 a:after{
    position: absolute;
    content: '';
    width: .08rem;
    height: .07rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/s1-img03.png") no-repeat 50%;
    background-size: 100%;
}
.list_box1 li .box2 a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .14rem 0;
    position: relative;
    z-index: 2;
}
.list_box1 li .box2 a:after{
    position: absolute;
    content: '';
    left: -.14rem;
    right: -.14rem;
    top: 0;
    bottom: 0;
    background: #fff ;
    box-shadow: 0px 14px 35px 0px rgba(83, 122, 120, 0.25);
    z-index: -1;
    transition: .5s;
}
.list_box1 li .box2 .pic{
    width: 2.5rem;
    height: 1.7rem;
}
.list_box1 li .box2 .txt{
    position: relative;
    z-index: 3;
    width: calc(100% - 3.02rem);
    padding-top: .03rem;
}
.list_box1 li .box2 h3{
    font-size: .18rem;
    line-height: .34rem;
    color: #333333;
    height: .68rem;
    margin-bottom: .14rem;
}
.list_box1 li .box2 p{
    font-size: .14rem;
    line-height: .28rem;
    color: #9E9E9E;
    height: .56rem;
}
.list_box1 li .box2 time{
    position: absolute;
    top: .17rem;
    left: -.84rem;
    width: .57rem;
    height: .57rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    background: #94080B;
}
.list_box1 li .box2 time span{
    display: block;
    font-size: .18rem;
    line-height: 1;
    font-family: Impact,sans-serif;
    margin-bottom: .03rem;
}
.list_box1 li .box2 time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
}
.list_box1 li .box2 time:after{
    position: absolute;
    content: '';
    right: -.07rem;
    bottom: -.09rem;
    width: .63rem;
    height: .66rem;
    background: url("../images/s1-img05.png") no-repeat 50%;
    background-size: 100%;
}
.list_box1 li .box2,
.list_box1 li.show .box1{
    display: none;
}
.list_box1 li.show .box2{
    display: block;
}
.list_box1 li.show .box2 a:after{
    animation: hideIndex .7s;
}



.list_box1 li.show + li .box1 a{
    border: transparent;
}


@keyframes hideIndex{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.home1 .right .title001{
    margin-bottom: .18rem;
}
.home1{
    margin-bottom: .79rem;
}
.home2 .content{
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .45rem .26rem .43rem .31rem;
    box-shadow: 0 .04rem .1rem 0 rgba(0, 0, 0, 0.3);
    background: url("../images/s2-img01.png") no-repeat bottom center;
    background-size: cover;
}
.home2 .content:after{
    position: absolute;
    content: '';
    width: 16.19rem;
    height: 3.9rem;
    right: -.19rem;
    bottom: -.22rem;
    background: url("../images/s2-img02.png") no-repeat 50%;
    background-size: 100%;
    z-index: -1;
}
.home2 .left{
    width: .6rem;
}
.home2 .title001{
    height: 100%;
    align-items: flex-start;
}
.home2 .title001 h2{
    width: 100%;
    line-height: .38rem;
    padding-top: .06rem;
}
.home2 .title001 .more{
    right: .1rem;
    margin: auto;
}
.home2 .right{
    width: calc(100% - 1.1rem);
}
.list_box2 li{
    width: 47.98%;
    position: relative;
    line-height: .56rem;
    background: url("../images/s1-img03.png") no-repeat left center;
    background-size: .08rem;
}
.list_box2 li a{
    font-size: .16rem;
    color: #333333;
    transition: .5s;
    padding-left: .16rem;
    padding-right: 1.1rem;
}
.list_box2 li time{
    position: absolute;
    right: 0;
    top: 0;
    font-size: .16rem;
    color: #999999;
}
.list_box2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    height: 1px;
    bottom: 0;
    background: #94080B;
    transition: .5s;
}
.list_box2 li:hover:after{
    right: 0;
}
.list_box2 li:hover a{
    color: #94080B;
}

.home3 .title001 h2{
    color: #fff;
}
.home3 .title001 h2:after{
    background-image: url("../images/tit02.png");
}
.home3 .title001 .more:after{
    background-image: url("../images/more02.png");
}
.home3 .title001 .more{
    border-color: #fff;
}

.list2w .con{
    transition: .5s;
}
.list2w .con a{
    position: relative;
    display: block;
    padding: .38rem 0 .39rem;
}
.list2w .con a .xwtit h4{
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    text-align: center;
    margin-bottom: .17rem;
    min-height: 0.3rem;
}
.list2w .con a .xwtit .dots{
    width: .24rem;
    height: .24rem;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    background: #94070A;
    margin: 0 auto;
}
.list2w .con a .xwtit{
    margin-bottom: .64rem;
}
.list2w .con a .box1{
    transition: .5s;
}
.list2w .con a .box1 h3{
    font-size: .2rem;
    line-height: .42rem;
    color: #FFFFFF;
    height: .84rem;
    margin-bottom: .06rem;
}

.list2w .con a .box1 time{
    display: flex;
    align-items: center;
    margin-bottom: .15rem;
}
.list2w .con a .box1 time img{
    display: block;
    flex: 1;
    max-width: 69.41%;
    max-height: .07rem;
    object-fit: fill;
    object-position: right center;
}

.list2w .con a .box1 time i{
    display: block;
    font-size: .16rem;
    line-height: .3rem;
    color: #F6AEB0;
    margin-left: .13rem;
    white-space: nowrap;
    flex-shrink: 0;
}

.list2w .con a .box1 p{
    font-size: .16rem;
    line-height: .3rem;
    color: #F6AEB0;
    -webkit-line-clamp: 5;
    height: 1.5rem;
}


.list2w .con .box2{
    position: absolute;
    left: -.265rem;
    right: -.265rem;
    top: 100%;
    bottom: 0;
    background: #fff;
    padding: .3rem .2rem ;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list2w .con .box2 h3{
    font-size: .2rem;
    line-height: .36rem;
    color: #333333;
    margin-bottom: .27rem;
}
.list2w .con .box2 .img_box{
    position: relative;
    margin-bottom: .19rem;
}

.list2w .con .box2 .img_box i{
    position: absolute;
    right: .13rem;
    top: -.18rem;
    font-size: .16rem;
    line-height: .33rem;
    background: #94070A;
    width: .85rem;
    text-align: center;
    z-index: 3;
    color: #fff;
}


.list2w .con .box2 .pic{
    padding-top: 2.2rem;
}
.list2w .con .box2 p{
    font-size: .16rem;
    line-height: .3rem;
    color: #94070A;
    -webkit-line-clamp: 3;
    height: .9rem;
    margin-bottom: .15rem;
}
.list2w .con .box2 time{
    display: block;
    font-size: .16rem;
    line-height: .3rem;
    color: #9E9E9E;
}

.list2w a:hover .box2{
    top: 0;
    opacity: 1;
    visibility: visible;
}
.list2w a:hover .box1{
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
}
.list2w{
    position: relative;
    height: 5.87rem;
}
.list2w1 {
    margin: 0 -.265rem;
    padding: 0 .265rem;
    z-index: 2;
}
.list2w:after{
    position: absolute;
    content: '';
    width: 19.2rem;
    left: 50%;
    top: -.52rem;
    transform: translateX(-50%);
    height: 2.51rem;
    background: url("../images/s3-img03.png") no-repeat 50%;
    background-size: 100% auto;
}

.list2w .swiper-slide-active .con{
    margin-top: -.15rem;
}
.list2w .swiper-slide-next .con{
    margin-top: .3rem;
}

.list2w .swiper-slide-next+div>.con{
    margin-top: .9rem;
}
.list2w .swiper-slide-next+div+div>.con{
    margin-top: -.03rem;
}

.home3{
    position: relative;
    margin-top: -1.41rem;
    overflow: hidden;
    padding-top: 1.98rem;
    padding-bottom: .43rem;
    background: url("../images/home3.png") no-repeat bottom center;
    background-size: 100% 100%;
}

.home4 .wp{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.home4 .left{
    width: 45.3125%;
    padding-top: .12rem;
}
.home4 .txt p{
    font-size: .16rem;
    line-height: .32rem;
    color: #9E9E9E;
    -webkit-line-clamp: 3;
    height: .96rem;
}
.home4 .txt{
    margin-bottom: .63rem;
}
.list_box4 ul{
    padding-left: .32rem;
    padding-right: .7rem;
}
.list_box4 li{
    width: 14.52%;
    margin-left: 13.97%;
    height: 2.35rem;
    position: relative;
    z-index: 3;
}
.list_box4 li:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: -.08rem;
    bottom: -.08rem;
    background: url("../images/s4-img01.png") no-repeat 50%;
    background-size: 100% 100%;
    z-index: -1;
    transition: .5s;
}
.list_box4 li:first-child{
    margin-left: 0;
}
.list_box4 li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 3;
    border: #C5C5C5 1px solid;
    transition: .5s;
}
.list_box4 li a h4{
    width: .24rem;
    font-size: .22rem;
    line-height: .3rem;
    color: #9E9E9E;
    transition: .5s;
}
.list_box4 li:hover a{
    background: #94070A;
}
.list_box4 li:hover a h4{
    color: #fff;
}
.list_box4 li:hover:after{
    background-image: url("../images/s4-img05.png");
}
.home4 .right{
    width: 50%;
}
.home4 .right .img_box a{
    display: block;
    position: relative;
}
.home4 .right .img_box .pic{
    padding-top: 5.41rem;
}
.home4 .right .img_box .play{
    position: absolute;
    width: .86rem;
    height: .86rem;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: .22rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.3);
    z-index: 3;
    border-radius: 50%;
    display: none;
}
.home4 .right .img_box .play img{
    display: block;
    width: .26rem;
}
.home4 .right .img_box .play:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    margin-top: -.9rem;
    margin-left: -.9rem;
    width: 1.8rem;
    height: 1.8rem;
    background: url("../images/s4-img04.png") no-repeat 50%;
    background-size: 100%;
    animation: circle1 10s linear 0s infinite;
}
.home4 .title001{
    margin-bottom: .26rem;
}
.home4{
    padding-top: .85rem;
    padding-bottom: .87rem;
    background: url("../images/home4.png") repeat-x bottom center;

}
.homea{
    padding-top: .46rem;
    background: url("../images/homea.png") no-repeat bottom center;
    background-size: cover;
}

.list3whgg a{
    display: block;
    position: relative;
}
.list3whgg a .pic{
   height: 8.14rem;
}
.list3whgg a .txt{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: .24rem;
    z-index: 3;
    max-width: 16rem;
    margin: auto;
}
.list3whgg a .txt h3{
    font-size: .3rem;
    line-height: .36rem;
    color: #fff;
    max-width:  50%;
}
.list3whgg a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s5-img03.png") no-repeat bottom center;
}

.list3whg .pic{
    padding-top: 2rem;
    margin: .1rem;
}

.list3whg{
    position: absolute;
    width: 9.38rem;
    right: .13rem;
    z-index: 5;
    bottom: 0;
}

.list3whg .swiper-slide {
    cursor: pointer;
    transition: background-color .5s;
}
.list3whg .swiper-slide-thumb-active{
    background: #fff;
    box-shadow: 0 .04rem .1rem 0 rgba(0, 0, 0, 0.3);
}

.list3whg .btn{
    width: .6rem;
    height: .6rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}
.list3whg .prev{
    left: -.33rem;
    background-image: url("../images/s5-prev01.png");
}
.list3whg .next{
    right: -.13rem;
    background-image: url("../images/s5-next01.png");
}
.list3whg .prev:hover{
    background-image: url("../images/s5-prev02.png");
}
.list3whg .next:hover{
    background-image: url("../images/s5-next02.png");
}


.home5 .titBox{
    position: absolute;
    left: 0;
    right: 0;
    top: -.34rem;
    width: 100%;
    max-width: 16rem;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    z-index: 3;
}

.home5 .titBox .con{
    width: 3.67rem;
    height: 3.27rem;
    padding: .34rem .32rem .34rem .3rem;
    background: linear-gradient(180deg, #94070A 0%, rgba(255, 255, 255, 0) 100%);
}
.home5 .title001 h2{
    color: #fff;
}
.home5 .title001 h2:after{
    background-image: url('../images/tit02.png');
}
.home5 .title001{
    margin-bottom: .13rem;
}
.home5 .titBox .con p{
    font-size: .16rem;
    line-height: .3rem;
    color: #FFECEC;
    -webkit-line-clamp: 4;
    height: 1.2rem;
}
.home5{
    position: relative;
    padding-bottom: .49rem;
    margin-bottom: .69rem;
}

.home6 .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home6 .left{
    width: 54.375%;
}
.list4w a{
    display: block;
}
.list4w a .pic{
    padding-top: 2.9rem;
}

.list4w a .txt h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    margin-bottom: .2rem;
}
.list4w a .txt time{
    display: block;
    font-size: .2rem;
    line-height: .3rem;
    color: #666;
    padding-left: .23rem;
    background: url("../images/s6-img02.png") no-repeat left center;
    background-size: .17rem;
    margin-bottom: .14rem;
}

.list4w a .txt p{
    font-size: .16rem;
    line-height: .32rem;
    color: #9E9E9E;
    -webkit-line-clamp: 4;
    height: 1.28rem;
}
.list4w a .txt{
    padding: .24rem .16rem .64rem .22rem;
    background: no-repeat bottom left;
    background-size: 100%;
    position: relative;
    z-index: 3;
}
.list4w a .txt:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    top: 100%;
    background: #94080B url("../images/s6-img04.jpg") no-repeat bottom center/100%;
    z-index: -1;
    transition: .5s;
}
.list4w a .txt:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .04rem;
    background: #D1AA4E;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list4w a .txt *{
    transition: .5s;
}
.list4w a:hover .txt{

}
.list4w a:hover .txt:after{
    opacity: 1;
    visibility: visible;
}
.list4w a:hover .txt:before{
    top: 0;
}
.list4w a:hover .txt h3{
    color: #fff;
}
.list4w a:hover .txt time{
    color: #F9CFD0;
    background-image: url("../images/s6-img03.png");
}
.list4w a:hover .txt p{
    color: #F9CFD0;
}
.list4w .swiper-slide:nth-child(2n){
    margin-top: .4rem;
}

.home6 .right{
    width: 42.8125%;
}

.list_box5 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    padding-top: .21rem;
    padding-bottom: .3rem;
}
.list_box5 li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    background: #94080B;
    transition: .5s;
    z-index: -1;
}
.list_box5 li time{
    width: 1.18rem;
    height: .85rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #9E9E9E;
    border-left:1px solid rgba(231, 231, 231, 0.63);
}
.list_box5 li time span{
    display: block;
    font-size: .3rem;
    line-height: 1;
    font-family: Impact,sans-serif;
    margin-bottom: .04rem;
}
.list_box5 li time em{
    display: block;
    font-size: .18rem;
    line-height: 1;

}
.list_box5 li .txt{
    width: calc(100% - 1.4rem);
    padding-left: .27rem;
}
.list_box5 li .txt h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    margin-bottom: .09rem;
}
.list_box5 li .txt p{
    font-size: .16rem;
    line-height: .32rem;
    color: #9E9E9E;
    height: .64rem;
}
.list_box5 li{
    position: relative;
    z-index: 3;
    margin-bottom: .05rem;
}
.list_box5 li:last-child{
    margin-bottom: 0;
}
.list_box5 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("../images/s6-img05.png") no-repeat 50%;
    background-size: 100% 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: .5s;
}
.list_box5 li *{
    transition: .5s;
}
.list_box5 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list_box5 li:hover a{
    box-shadow: 0 .04rem .1rem 0 rgba(178, 178, 178, 0.3);
}
.list_box5 li:hover a:after{
    right: 0;

}

.list_box5 li:hover .txt h3{
    color: #fff;
}
.list_box5 li:hover .txt p{
    color: #fff;
}
.list_box5 li:hover time{
    color: #fff;
    border-color: #fff;
}
.list_box5 li:hover:after{
    right: -.1rem;
    bottom: -.11rem;
    background-image: url("");
}
.home6 .title001{
    margin-bottom: .28rem;
}

.homeb{
    padding-bottom: 2.86rem;
    background: url("../images/homeb.png") no-repeat bottom center;
    background-size: 100% auto;
}

.mt_list{
    position: absolute;
    right: 0;
    bottom: 0;
}
.mt_list li{
    width: .56rem;
    height: .56rem;
    margin-left: .28rem;
    position: relative;
}
.mt_list li a{
    display: block;
}
.mt_list li img{
    display: block;
    width: 100%;
}
.mt_list li .code{
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -0.6rem;
    margin-top: 0.16rem;
    padding: 0.1rem;
    width: 1.2rem;
    background-color: #fff;
    border-radius: 0.05rem;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 1;
    transform: translateY(0.05rem);
    transition: all 0.2s ease-out 0s;
    z-index: 99;
}
.mt_list li .code img{
    display: block;
    width: 100%;
}
.mt_list li .code:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 0;
    height: 0;
    border: 0.08rem solid transparent;
    font-size: 0;
    border-bottom-color: #fff;
    transform: translateX(-50%);
}
.mt_list li:hover .code{
    opacity: 1;
    visibility: visible;
}

.home7 .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home7 .content .li{
    width: 50%;
}
.home7 .content .li a{
    display: block;
    position: relative;
}
.home7 .content .li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 40%);
}
.home7 .content .li1 a .pic{
    padding-top: 4.54rem;
}
.home7 .content .li .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .13rem;
    z-index: 3;
    display: flex;
    align-items: center;
    padding: 0 .2rem;
}
.home7 .content .li:nth-child(1) .txt{
    padding-left: .3rem;
    padding-right: .24rem;
}
.home7 .content .li .txt h3{
    font-size: .18rem;
    line-height: 1;
    color: #fff;
}

.home7 .content .li .txt img{
    display: block;
    max-height: .41rem;
    margin-right: .15rem;
}
.home7 .content .li:nth-child(1) img{
    margin-left: .2rem;
    margin-right: 0;
}
.home7 .content .li:nth-child(1) h3{
    width: calc(100% - .6rem);
}
.home7 .content .li.li2{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.home7 .content .li.li2 a{
    width: 50%;
}
.home7 .content .li.li2 .pic,
.home7 .content .li.li3 .pic{
    padding-top: 5.4rem;
}

.home7 .title001 h2{
    color: #fff;
}
.home7 .title001 h2:after{
    background-image: url("../images/tit02.png");
}
.home7 .title001{
    margin-bottom: .53rem;
}
.home7 .bg{
    position: absolute;
    left: 0;
    right: 0;
    top: -2.58rem;
    height: 7.55rem;
    background: url("../images/home7.png") no-repeat 50%;
    background-size: cover;
    z-index: -1;
}
.home7{
    position: relative;
    z-index: 3;
    margin-bottom: .71rem;
}

.list5w .pic{
    padding-top: 155.17%;
}
.list5w a{
    display: block;
    position: relative;
    z-index: 3;
}
.list5w a h2{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .1rem;
    font-size: .2rem;
    color: #fff;
    line-height: .3rem;
    padding: 0 .17rem;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list5w .pic:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s8-img07.png") no-repeat bottom center;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list5w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s8-img06.png") no-repeat bottom center;
    background-size: 100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list5w a:hover h2,
.list5w a:hover .pic:before,
.list5w a:hover:after{
    opacity: 1;
    visibility: visible;
}
.list5w a:hover:after{
    right: -.1rem;
    bottom: -.1rem;
}
.list5w{
    margin: 0 -.1rem;
    padding: .1rem;
}
.home8 .title001{
    margin-bottom: .39rem;
}
.home8 {
    margin-bottom: .84rem;
}
.list_box6 li{
    width: 12.5%;
}
.list_box6 li *{
    transition: .5s;
}
.list_box6 li a{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    /*width: 1.21rem;*/
    height: 1.21rem;
    position: relative;
    /*left: 50%;
    margin: 0 0 0 -.605rem*/
}
.list_box6 li h5{
    font-size: .2rem;
    line-height: .48rem;
    color: #333333;
    transform: translateY(.1rem);
}
.list_box6 li a i {
    display: flex;
    width: 1.21rem;
    height: 1.21rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

}
.list_box6 li a i .ico {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    opacity: 0;
    border-radius: 50%;
    z-index: 3;
}
.list_box6 li a i::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff url('../images/s9-img02.png')no-repeat 50%/cover;
    animation: circle1 10s linear 0s infinite;
    border-radius: 50%;
    opacity: 0
}
@keyframes circle1 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}
.list_box6 li a i .dots{
    width: .21rem;
    height: .21rem;
    border: 1px solid #94080B;
    border-radius: 50%;
    background: #fff;
}
.list_box6 li a:hover i:after{
    opacity: 1;
}
.list_box6 li a:hover i .ico {
    transform: scale(1);
    opacity: 1;
}
.list_box6 li a:hover i .dots {
    transform: scale(0);
    opacity: 0;
}
.list_box6 li a:hover h5 {
    color: #94080B;
    font-weight: 600;
    transform: translateY(.7rem);
}
.home9:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: .58rem;
    height: .8rem;
    background: url("../images/home9.png") no-repeat 50%;
    background-size: 19.22rem .8rem;
}

.list_box6 li:nth-child(1){
    margin-top: .2rem;
}
.list_box6 li:nth-child(2){
    margin-top: .4rem;
}

.list_box6 li:nth-child(3){
    margin-top: .58rem;
}

.list_box6 li:nth-child(4){
    margin-top: .25rem;
}

.list_box6 li:nth-child(6){
    margin-top: .75rem;
}
.list_box6 li:nth-child(7){
    margin-top: .45rem;
}
.list_box6 li:nth-child(8){
    margin-top: .4rem;
}

.home9 .list6w{
    display: none;
}


.home9 .list6w a{
    display: block;
}
.home9 .list6w a .ico{
    position: relative;
    width: .9rem;
    height: .9rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home9 .list6w a .ico img{
    display: block;
    max-width: .37rem;
    position: relative;
    z-index: 3;
}
.home9 .list6w a .ico:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff url('../images/s9-img02.png')no-repeat 50%/100% 100%;
    animation: circle1 10s linear 0s infinite;
    border-radius: 50%;
}
.home9 .list6w a h5{
    font-size: .2rem;
    line-height: .48rem;
    text-align: center;
    color: #333;
    margin-top: .12rem;
}
.home9 .list6w{
    position: relative;
    z-index: 2;
}
.home9 .list6w:after{
    position: absolute;
    content: '';
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    top: .44rem;
    height: .03rem;
    background: #94080B;
}
.home9{
    position: relative;
    margin-bottom: .42rem;
}



.homec{
    padding-bottom: .63rem;
    background: url("../images/homec.png") no-repeat bottom center;
    background-size: 100%;
}

@media (max-width: 1199px){
    .banner a img{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
    .banner a{
        height: auto;
        padding-top: 51% !important;
    }
    .btnBox .page span{
        margin: 0 .1rem;
    }
    .btnBox .page span:after,
    .btnBox .page span:last-child:before{
        display: none;
    }
    .btnBox .page{
        margin: 0 .2rem;
    }
}
@media (max-width: 1025px){
    .banner{
        margin-top: .75rem;
    }
    .title001 h2{
        font-size: .3rem;
        line-height: .48rem;
    }

    .list1w a .pic{
        padding-top: 67.44%;
    }
    .list1w a h2{
        font-size: .22rem;
    }
    .home1 .left{
        width: 100%;
        margin-bottom: .45rem;
    }
    .home1 .right{
        width: 100%;
    }
    .list_box1 li .box1 h6{
        font-size: .18rem;
        line-height: .6rem;
    }
    .list_box1 li .box1 time{
        right: 0;
        line-height: .6rem;
    }
    .home1{
        margin-bottom: .4rem;
    }
    .home2 .content{
        padding: .3rem .2rem;
    }
    .home2 .left{
        width: 100%;
        margin-bottom: .1rem;
    }
    .home2 .title001 h2{
        padding-top: 0;
        padding-left: 0.22rem;
        line-height: .48rem;
    }
    .home2 .right{
        width: 100%;
    }
    .list_box2 li{
        width: 48%;
    }
    .list_box2 li a,
    .list_box2 li time{
        font-size: .18rem;
    }
    .home3{
        padding-top: 1.6rem;
        margin-top: -.85rem;
        background-size: cover;
        padding-bottom: .45rem;
    }
    .list2w .con a{
        padding: 0;
    }
    .list2w .swiper-slide .con{
        margin-top: 0 !important;
    }
    .list2w .con a .xwtit{
        margin-bottom: .2rem;
    }
    .list2w .con a .xwtit h4{
        margin-bottom: .15rem;
    }
    .list2w .con a .box1 h3{
        line-height: .36rem;
        height: .72rem;
    }
    .list2w .con a .xwtit .dots{
        width: .15rem;
        height: .15rem;
    }
    .list2w{
        height: auto;
    }
    .list2w:after{
        top: .52rem;
        height: 1px;
        background: #fff;
    }
    .list2w .con .box2{
        display: none;
    }
    .list2w a:hover .box1{
        opacity: 1;
        transform: none;
        visibility: visible;
    }
    .home3 .title001{
        margin-bottom: .3rem;
    }
    .home4 .left{
        width: 100%;
        margin-bottom: .4rem;
    }
    .home4 .txt{
        margin-bottom: .3rem;
    }
    .list_box4 li{
        width: 23.5%;
        height: auto;
        margin-left: 2%;
    }
    .list_box4 li a h4{
        width: 100%;
        line-height: .6rem;
        text-align: center;
        font-size: .2rem;
    }
    .list_box4 ul{
        padding: 0;
    }
    .home4 .right{
        width: 100%;
    }
    .home4 .right .img_box .pic{
        padding-top: 67.625%;
    }
    .home4 .right .img_box .play{
        width: .7rem;
        height: .7rem;
    }
    .home4 .right .img_box .play img{
        width: .2rem;
    }
    .home4 .right .img_box .play:after{
        width: 1.5rem;
        height: 1.5rem;
        margin-left: -.75rem;
        margin-top: -.75rem;
    }
    .home4{
        padding-top: .45rem;
        padding-bottom: .6rem;
    }
    .list3whgg a .pic{
        height: auto;
        padding-top: 42.39%;
    }
    .list3whgg{
        margin-bottom: .2rem;
    }
    .list3whg .pic{
        padding-top: 68.96%;
    }
    .list3whg{
        position: relative;
        width: 100%;
        right: auto;
    }
    .list3whg .swiper-container{
        padding: .1rem 0;
    }
    .list3whg .next{
        right: 0;
    }
    .list3whg .prev{
        left: 0;
    }
    .list3whg .btn{
        width: .45rem;
        height: .45rem;
    }
    .list3whgg a .txt{
        padding: 0 .2rem;
        bottom: .15rem;
    }
    .list3whgg a .txt h3{
        max-width: none;
        font-size: .22rem;
    }
    .home5{
        padding-bottom: 0;
        margin-bottom: .45rem;
    }
    .home6 .left{
        width: 100%;
        margin-bottom: .4rem;
    }
    .list4w a .pic{
        padding-top: 69.04%;
    }
    .list4w .swiper-slide:nth-child(2n){
        margin-top: 0;
    }
    .list4w a .txt{
        padding: .2rem;
    }
    .list4w a .txt h3{
        margin-bottom: .1rem;
    }
    .home6 .right{
        width: 100%;
    }
    .list_box5 li a{
        padding: .2rem 0;
    }
    .home6 .title001{
        margin-bottom: .35rem;
    }
    .homeb{
        padding-bottom: 1.6rem;
    }
    .mt_list{
        position: static;
        width: 100%;
    }
    .mt_list ul{
        justify-content: center;
    }
    .mt_list li{
        width: .45rem;
        height: .45rem;
        margin: 0 .15rem;
    }
    .home7 .title001{
        flex-wrap: wrap;
        margin-bottom: .3rem;
    }
    .home7 .title001 h2{
        margin-bottom: .24rem;
    }
    .home7 .bg{
        top: -1.5rem;
        height: 4.6rem;
    }
    .home7 .content .li1 a .pic{
        padding-top: 56.75%;
    }
    .home7 .content .li.li2 .pic{
        padding-top: 135%;
    }
    .home7 .content .li.li3 .pic{
        padding-top: 67.5%;
    }
    .home7 .content .li .txt img{
        max-height: .3rem;
    }
    .home7{
        margin-bottom: .45rem;
    }
    .home8 .title001{
        margin-bottom: .2rem;
    }
    .list_box6 li{
        width: 25%;
        margin-top: 0 !important;
        margin-bottom: .3rem;
    }
    .list_box6 li a i .dots{
        transform: scale(0);
        opacity: 0;
    }
    .list_box6 li a i .ico{
        transform: scale(1);
        opacity: 1;
    }
    .list_box6 li a i::after{
        opacity: 1;
    }
    .home8{
        margin-bottom: .4rem;
    }
    .home9:after{
        display: none;
    }
    .list_box6 li a{
        height: auto;
    }
    .list_box6 li a i{
        position: relative;
        width: 1rem;
        height: 1rem;
    }
    .list_box6 li a i .ico img{
        display: block;
        max-width: .3rem;
    }
    .list_box6 li h5{
        transform: none !important;
        margin-top: .12rem;
    }
    .home9{
        margin-bottom: .1rem;
    }
    .homec{
        padding-bottom: .4rem;
    }
    .home9 .list_box6{
        display: none;
    }
    .home9 .list6w{
        display: block;
        margin-bottom: .3rem;
    }
    .home9 .list6w a .ico img{
        max-width: .3rem;
    }
    .home9 .list6w a h5{
        line-height: .3rem;
    }
}
@media (max-width: 769px){
    .list1w a h2{
        padding-right: 1.5rem;
        padding-left: .2rem;
    }
    .list1w .page{
        right: .1rem;
    }
    .list_box1 li.show .box2{
        display: none;
    }
    .list_box1 li.show .box1{
        display: block;
    }
    .list_box2 li{
        width: 100%;
    }
    .list2w1{
        margin: 0;
        padding: 0;
    }
    .home5 .titBox .con{
        width: auto;
        height: auto;
        padding: 0 15px;
        background: none;
    }
    .home5 .titBox{
        position: static;
        display: block;
        margin-bottom: .3rem;
    }
    .home5 .title001 h2{
        color: #333;
    }
    .home5 .titBox .con p{
        color:#9E9E9E;
        height: auto;
        max-height: .96rem;
    }
    .home5 .title001 h2:after{
        background-image: url('../images/tit01.png');
    }
}
@media (max-width: 481px){
    .list1w a h2{
        font-size: .2rem;
        padding-right: 1.1rem;
        bottom: .12rem;
    }
    .list1w .page{
        bottom: .23rem;
    }
    .list_box4 li{
        width: 48%;
        margin-bottom: .2rem;
        margin-left: 0;
    }
    .list_box4 ul{
        justify-content: space-between;
    }
    .home4 .left{
        margin-bottom: .2rem;
    }
    .home4 .right .img_box .play{
        width: .5rem;
        height: .5rem;
    }
    .home4 .right .img_box .play img{
        width: .15rem;
    }
    .home4 .right .img_box .play:after{
        width: 1.2rem;
        height: 1.2rem;
        margin-left: -0.6rem;
        margin-top: -0.6rem;
    }
    .list_box5 li .txt{
        padding-left: .2rem;
    }
    .list_box5 li time span{
        font-size: .28rem;
        margin-bottom: .05rem;
    }
    .list_box5 li time{
        width: 1rem;
    }
    .list_box5 li .txt {
        width: calc(100% - 1.15rem);
    }
    .home7 .content .li{
        width: 100%;
    }
    .list5w{
        margin: 0;
        padding: 0;
    }
    .home7 .content .li .txt h3{
        line-height: .24rem;
    }
    .list_box6 li{
        width: 33.33%;
    }

}

#gotop {
    position: fixed;
    z-index: 90;
    bottom: .32rem;
    right: .1rem;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    width: .46rem;
    height: .46rem;
    line-height: .46rem;
    background: #94070A;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
}

#gotop.hide {
    height: 0;
    opacity: 0;
    visibility: hidden
}

#gotop svg {
    width: .22rem;
    height: .22rem;
    display: inline-block;
    fill: #fff;
    vertical-align: middle;
    margin: -3px 0 0;
    transition: .6s;
}

#gotop:hover {
    border-radius: 50%
}
.fancybox-button--zoom{
    display: none !important;
}