@charset "utf-8";
.my_swiper{
    position: relative;
    padding-right: 1rem;

}
.banner {
    position: relative;
    z-index: 3;
    overflow: hidden;
}
.banner a{
    display: block;
    overflow: hidden;
}
.banner a .img {
    overflow: hidden;
    width: 100%;
}

.banner a .img .imgLi {
    padding-bottom: calc(100vh - 1.12rem);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0s;
}

.banner a .img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.my_swiper .btn_box{
    position: absolute;
    top: 0;
    bottom: .98rem;
    right: 0;
    width: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.my_swiper .swidot{
    position: static;
    font-size: 0;
    width: auto;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
}
.my_swiper .swidot span{
    display: block;
    width: .31rem;
    height: .08rem;
    background: url("../images/dots-1.png") no-repeat 50%/100%;
    opacity: 1;
    border-radius: 0;
    margin: .26rem 0 0;
}
.my_swiper .swidot span:first-child{
    margin-top: 0;
}
.my_swiper .swidot span.active{
    width: .38rem;
    height: .12rem;
    background-image: url("../images/dots-2.png");
}
.my_swiper:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: .98rem;
    background: #974077;
}

.title001{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.title001 .tit{
    position: relative;
}
.title001 .tit:after{
    position: absolute;
    content: '';
    left: .31rem;
    bottom: -.17rem;
    width: 1.3rem;
    height: .71rem;
    background: url("../images/tit-bg1.png") no-repeat 50%/100%;
    z-index: -1;
}
.title001 .tit h4 img{
    display: block;
    height: .7rem;
}
.title001 .tit h2{
    margin-top: -.36rem;
    position: relative;
    z-index: 2;
    display: flex;
    font-size: .42rem;
    line-height: 1;
    color: #000000;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.title001 .tit h2 span{
    color: #974077;
    display: block;
}

.title001 .more a{
    display: flex;
    align-items: center;
}
.title001 .more a img{
    display: block;
    height: .2rem;
}

.index-s1 .content .top{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.index-s1 .content .top .left{
    width: 58.125%;
}

.list1w a{
    display: block;
    position: relative;
}

.list1w a .pic{
    padding-top: 5.9rem;
}
.index-s1 .content .top .right{
    width: 40%;
    margin-top: .46rem;
    position: relative;
    z-index: 2;
}

.list_box1{
    position: relative;
    margin: 0 0 0 -.84rem;
}
.list_box1 ul{
    position: relative;
    background: #fff;
    z-index: 3;
}

.list_box1 li a{
    position: relative;
    padding: .35rem .4rem .61rem .27rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #fff url("../images/s1-img-6.png") no-repeat left top/contain;
}
.list_box1 li a time{
    display: block;
    width: 1.25rem;
    color: #974077;
    opacity: 0;
    transition: .5s;
}
.list_box1 li a time span{
    display: block;
    font-size: .36rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.list_box1 li a time em{
    margin-top: .06rem;
    display: block;
    font-size: .18rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.list_box1 li a .txt{
    width: calc(100% - 1.25rem);
}
.list_box1 li a h3{
    font-size: .24rem;
    line-height: .32rem;
    color: #333333;
    height: .64rem;
    transition: .5s;
    opacity: 0;
}
.list_box1 li a p{
    font-size: .16rem;
    line-height: .26rem;
    color: #888888;
    height: .52rem;
    margin-top: .2rem;
    transition: .5s;
    opacity: 0;
}
.list_box1 li a:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: .44rem;
    height: .44rem;
    background: url("../images/s1-img-2.png") no-repeat 50%/100% 100%;
}
.list_box1 li a:hover h3{
    color: #974077;
}
.list_box1 li{
    display: none;
}
.list_box1 li.active{
    display: block;
}
.list_box1 li.active time,
.list_box1 li.active .txt h3,
.list_box1 li.active .txt p{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.list_box1 li.active .txt h3{
    animation-delay: .2s;
}
.list_box1 li.active .txt p{
    animation-delay: .3s;
}
.list_box1:after{
    position: absolute;
    content: '';
    top: .08rem;
    bottom: -.08rem;
    left: .09rem;
    right: -.09rem;
    background: url("../images/s1-img-3.png") no-repeat 50%/cover;
    transition: .5s;
}
.list_box1:hover:after{
    background: #d7bdd1;
}

.list1w_1 a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}
.list1w_1 a .pic{
    width: 3.8rem;
    height: 2.7rem;
}
.list1w_1 a .txt{
    width: calc(100% - 4.1rem);
    padding-right: .29rem;
}

.list1w_1 a time{
    display: block;
    color: #974077;
}
.list1w_1 a time span{
    display: block;
    font-size: .28rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.list1w_1 a time em{
    margin-top: .07rem;
    display: block;
    font-size: .18rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.list1w_1 a h3{
    margin-top: .24rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #333;
    -webkit-line-clamp: 3;
    height: .9rem;
    transition: .5s;
}
.list1w_1 a h5{
    margin-top: .19rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: .14rem;
    line-height: .24rem;
    color: #974077;
}
.list1w_1 a h5 img{
    display: block;
    height: .07rem;
    margin-left: .1rem;
}
.list1w_1 a:hover h3{
    color: #974077;
}
.list1w_1 .slide{
    position: relative;
}
.list1w_1 .slide:after{
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    height: .03rem;
    width: calc(100% - 3.8rem);
    background: #974077;
    z-index: 3;
}
.index-s1 .top .bot_box{
    margin-top: .52rem;
}

.list_box2 {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}
.list_box2 li{
    width: 33.33%;
}
.list_box2 li a{
    padding: .24rem .44rem .34rem .4rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.list_box2 li a time{
    display: block;
    width: 1.03rem;
    color: #974077;
}
.list_box2 li a time span{
    display: block;
    font-size: .28rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.list_box2 li a time em{
    margin-top: .06rem;
    display: block;
    font-size: .18rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.list_box2 li a .txt{
    width: calc(100% - 1.03rem);
}
.list_box2 li a h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    height: .6rem;
    transition: .5s;
}
.list_box2 li a h5{
    margin-top: .16rem;
    display: flex;
    align-items: center;
    font-size: .14rem;
    line-height: .24rem;
    color: #974077;
}
.list_box2 li a h5 img{
    display: block;
    height: .07rem;
    margin-left: .1rem;
}
.list_box2 li a:hover h3{
    color: #974077;
}

.index-s1 .content .bot{
    margin-top: .3rem;
}
.index-s1 .content{
    margin-top: .55rem;
}

.index-s2 .left{
    width: 28.28%;
}
.index-s2 .left .imgBox{
    margin-top: .52rem;
    margin-right: calc((100vw - 16rem) / -2);
}
.index-s2 .left .imgBox .pic{
    height: 5.52rem;

}
.index-s2 .left .imgBox .pic .a{
    background-position: left bottom;
}
.index-s2 .left .txtBox{
    position: relative;
    z-index: 2;
    margin-top: -.84rem;
    margin-left: .7rem;
    margin-right: calc((100vw - 16rem) / -2);
}
.index-s2 .left .txtBox .ll{
    width: calc(100% - 1.3rem);
}
.index-s2 .left .txtBox .ll a{
    display: block;
}
.index-s2 .left .txtBox .ll h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
}
.index-s2 .left .txtBox .ll .time{
    margin-top: .1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-s2 .left .txtBox .ll time{
    display: flex;
    align-items: baseline;
    font-size: .18rem;
    line-height: 1;
    color: #974077;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.index-s2 .left .txtBox .ll time span{
    margin-right: .05rem;
    display: block;
    font-size: .28rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.index-s2 .left .txtBox .ll h5{
    display: flex;
    align-items: center;
    font-size: .14rem;
    color: #974077;
    line-height: .24rem;
}
.index-s2 .left .txtBox .ll h5 img{
    display: block;
    height: .07rem;
    margin-left: .1rem;
}
.index-s2 .left .txtBox .rr{
    width: .92rem;
    position: relative;
    padding: 0 .08rem .08rem 0;
}
.index-s2 .left .txtBox .rr h3{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: .84rem;
    background: #974077;
    border: 1px solid #e5cbdf;
    font-size: .3rem;
    color: #fff;
    line-height: .34rem;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.index-s2 .left .txtBox .rr:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    left: .08rem;
    top: .08rem;
    background: #fff;
    border: 1px solid #974077;
}
.index-s2 .left .txtBox .txt:hover .ll h3{
    color: #974077;
}
.index-s2 .left .txtBox .txt{
    position: relative;
    z-index: 3;
    width: 100%;
    padding: .14rem .29rem .1rem .4rem;
    background: #fff url("../images/s2-img-2.png") no-repeat 50%/100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-s2 .left .txtBox:after{
    position: absolute;
    content: '';
    left: .1rem;
    bottom: -.09rem;
    right: 0;
    top: 0;
    background: url("../images/s2-img-3.png") no-repeat 50%/cover;
}
.index-s2 .title001{
    margin-left: .62rem;
}
.index-s2 .right{
    position: relative;
    width: 64.1875%;
    padding: .49rem 0 .51rem .2rem;
}

.list_box3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list_box3 li{
    width: 48.96%;
    padding: 0 .09rem .08rem 0;
    position: relative;
    margin-top: .12rem;
}
.list_box3 li:nth-child(-n+2){
    margin-top: 0;
}
.list_box3 li a{
    display: block;
    position: relative;
    z-index: 2;
    padding: 0 .3rem .25rem;
}
.list_box3 li time{
    display: flex;
    align-items: baseline;
    font-size: .18rem;
    line-height: 1;
    color: #fff;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
    transition: .5s;
}
.list_box3 li time span{
    margin-right: .05rem;
    display: block;
    font-size: .28rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.list_box3 li h3{
    margin-top: .23rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    -webkit-line-clamp: 3;
    height: .9rem;
    transition: .5s;
}
.list_box3 li h5{
    margin-top: .13rem;
    font-size: .14rem;
    color: #fff;
    line-height: .24rem;
    padding-right: .27rem;
    background: url("../images/s2-img-4.png") no-repeat right center/auto .07rem;
    transition: .5s;
    text-align: right;
}
.list_box3 li i:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #974077;
    transition: .5s;
}
.list_box3 li i{
    position: relative;
    display: block;
    height: 1px;
    background: #fff;
    transition: .5s;
}
.list_box3 li .con{
    margin-top: .26rem;
    padding: 0 .34rem 0 .42rem;
}
.list_box3 li:before{
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    right: .09rem;
    bottom: .08rem;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 1;
}
.list_box3 li:after{
    position: absolute;
    content: '';
    left: .09rem;
    top: .08rem;
    right: 0;
    bottom: 0;
    background: url("../images/s2-img-5.png") no-repeat 50%/cover;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box3 li:hover:before{
    top: -.34rem;
    opacity: 1;
    visibility: visible;
}
.list_box3 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list_box3 li:hover i:after{
    left: 0;
    width: 100%;
}
.list_box3 li:hover time{
    color: #974077;
}
.list_box3 li:hover h3{
    color: #333333;
}
.list_box3 li:hover h5{
    color: #974077;
    background-image: url("../images/s1-img-5.png");
}
.list2w .swiper-container{
    padding-top: .34rem;
}

.index-s2 .gd a{
    display: flex;
    justify-content: flex-end;
}
.index-s2 .gd a img{
    display: block;
    height: .2rem;
}
.index-s2 .gd{
    margin-top: .16rem;
    z-index: 999999;
    position: relative;
}
.index-s2 .btn_box{
    position: absolute;
    left: .5rem;
    bottom: -.23rem;
    display: flex;
    align-items: center;
}
.index-s2 .btn_box .btn{
    width: .48rem;
    height: .48rem;
    background:#fff no-repeat 50%/.18rem;
    border: 1px solid #e5cbdf;
    border-radius: 50%;
    position: static;
    transform: none;
    transition: .5s;
}
.index-s2 .btn_box .prev{
    margin-right: .24rem;
    background-image: url("../images/prev-1.png");
}
.index-s2 .btn_box .next{
    background-image: url("../images/next-1.png");
}
.index-s2 .btn_box .prev:hover{
    background-image: url("../images/prev-2.png");
}
.index-s2 .btn_box .next:hover{
    background-image: url("../images/next-2.png");
}
.index-s2 .btn_box .btn:hover{
    background-color: #974077;
    border-color: #fff;
}

.index-s2 .wp{
    position: relative;
    /*z-index: 2;*/
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.index-s2 .bg{
    position: absolute;
    left: 0;
    bottom: .52rem;
    top: 0;
    width: 81.92%;
    background: url("../images/index-s2.png") no-repeat left bottom/100% 100%;
}
.index-s2{
    margin-top: 1.33rem;
    padding: .21rem 0 0 0;
    position: relative;
}
.home-1:after{
    position: absolute;
    content: '';
    top: -1.61rem;
    left: 0;
    right: 0;
    bottom: .5rem;
    background: url("../images/home-1.png") no-repeat bottom center/100% auto;
    z-index: -1;
}
.home-1{
    padding-top: .8rem;
    position: relative;
}

.index-s3 .left{
    width: 32.25%;
}

.list3w a{
    display: block;
    position: relative;
    overflow: hidden;
}
.list3w a .pic{
    padding-top: 6.46rem;
}
.list3w a .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .47rem;
    padding: 0 .3rem;
    z-index: 3;
}
.list3w a h3{
    font-size: .24rem;
    line-height: .3rem;
    color: #fff;
}
.list3w a i{
    display: block;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    margin-top: .17rem;
}
.list3w a .time{
    margin-top: .17rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list3w a time{
    display: flex;
    align-items: baseline;
    font-size: .18rem;
    line-height: 1;
    color: #fff;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.list3w a time span{
    display: block;
    font-size: .28rem;
    margin-right: .05rem;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.list3w a h5{
    font-size: .18rem;
    color: #fff;
    line-height: .28rem;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.list3w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 54.8%;
    background: linear-gradient(180deg, transparent 0%, rgba(137, 53, 116, 0.9) 100%);
    transition: .5s;
}
.index-s3 .right{
    width: 63%;
    margin-top: .23rem;
}

.list_box4{
    width: calc(100% + 1.26rem);
    position: relative;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.list_box4 li{
    position: relative;
    width: 10.5%;
    transition: all 0.5s ease 0s;
}
.list_box4 li .box{
    position: relative;
    z-index: 1;
}
.list_box4 li a{
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #1a2954;
    transition: .5s;
}
.list_box4 li .pic{
    padding-top: 5.38rem;
    filter: grayscale(100%);
    opacity: 0.5;
}
.list_box4 li:nth-child(1){
    margin-top: .24rem;
}

.list_box4 li:nth-child(2){
    padding: 0%;
}
.list_box4 li:nth-child(3){
    margin-top: .44rem;
}
.list_box4 li:nth-child(4){
    padding: 0 .5%;
    margin-top: .2rem;
}
.list_box4 li:nth-child(6){
    margin-top: .45rem;
}
.list_box4 li:nth-child(7){
    margin-top: .13rem;
}
.list_box4 li:nth-child(8){
    margin-top: .55rem;
}
.list_box4 li:nth-child(9){
    margin-top: .26rem;
}
.list_box4 li:nth-child(2) a{
    clip-path: polygon(0.1rem 0px, calc(100% - 0.07rem) 0px, 100% 100%, 0px 100%);
}
.list_box4 li:nth-child(3) a{
    clip-path: polygon(0.1rem 0px, 100% 0px, 100% 100%, 0px 100%);
}
.list_box4 li:nth-child(4) a{
    clip-path: polygon(0px 0px, calc(100% - 0.1rem) 0px, 100% 100%, 0.1rem 100%);
}
.list_box4 li:nth-child(5) a{
    clip-path: polygon(0px 0px, calc(100% - 0.13rem) 0px, 100% 100%, 0 100%);
}
.list_box4 li:nth-child(6) a{
    clip-path: polygon(0.13rem 0px, 100% 0px, 100% 100%, 0 100%);
}
.list_box4 li:nth-child(7) a{
    clip-path: polygon(0px 0px, 100% 0px, calc(100% - 0.17rem) 100%, .1rem 100%);
}
.list_box4 li:nth-child(8) a{
    clip-path: polygon(.1rem 0px, calc(100% - 0.15rem) 0px, 100% 100%, 0 100%);
}
.list_box4 li:nth-child(9) a{
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0 100%);
}

.list_box4 li:after{
    position: absolute;
    content: '';
    top: 1rem;
    right: 0;
    width: .48rem;
    height: .48rem;
    background: url("../images/s3-img-2.png") no-repeat 50%/100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 4;
}

.list_box4 li.active a{
    transform: scale(1.208) translateY(-.45rem);
    clip-path: none;
    box-shadow: 0 0 .1rem rgba(151, 64, 119, 0.33);
    filter: drop-shadow(0 0 .1rem  rgba(151, 64, 119, 0.33));
}
.list_box4 li.active .pic{
    filter: none;
    opacity: 1;
    padding-top: 5.61rem;
}
.list_box4 li.active{
    z-index: 3;

}
.list_box4 li.active:after{
    right: -.4rem;
    opacity: 1;
    visibility: visible;
}

.list_box4 li:nth-child(1).active a{
    transform: scale(1.208) translateY(-.18rem);
}
.list_box4 li:nth-child(2).active a{
    transform: scale(1.41) translateY(.28rem);
}
.list_box4 li:nth-child(2).active .pic{
    padding-top: 4.7rem;
}
.list_box4 li:nth-child(3).active a{
    transform: scale(1.208) translateY(-.35rem);
}
.list_box4 li:nth-child(4).active a{
    transform: scale(1.41) translateY(.25rem);
}
.list_box4 li:nth-child(4).active .pic{
    padding-top: 4.7rem;
}
.list_box4 li:nth-child(5).active a{
    transform: scale(1.208) translateY(-.02rem);
}
.list_box4 li:nth-child(6).active a{
    transform: scale(1.208) translateY(-.35rem);
}
.list_box4 li:nth-child(7).active a{
    transform: scale(1.208) translateY(-.05rem);
}
.list_box4 li:nth-child(9).active a{
    transform: scale(1.208) translateY(-.2rem);
}
.index-s3 .content{
    margin-top: .72rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.index-s4 .left{
    width: 18.75%;
    position: relative;
}
.index-s4 .left .img{
    position: absolute;
    bottom: -1.58rem;
    left: calc((100vw - 16rem)/-2);
    width: calc(100% + .52rem);
    z-index: 3;
}
.index-s4 .left .img img{
    display: block;
    width: 100%;
}
.index-s4 .right{
    width: 81.25%;
}

.list4w{

    position: relative;
    left: 0;
}
.list4w a{
    display: block;
}
.list4w a .imgBox{
    position: relative;
    margin-left: .14rem;
    padding: 0 .1rem .1rem 0;
    overflow: hidden;
}
.list4w a .imgBox:after{
    position: absolute;
    content: '';
    left: .1rem;
    right: 0;
    top: .1rem;
    bottom: 0;
    background: rgba(151, 64, 119, 0.3);
}
.list4w a .pic{
    padding-top: 2.45rem;
    z-index: 3;
}
.list4w a h4{
    position: absolute;
    left: 0;
    top: 0;
    font-size: .18rem;
    line-height: .36rem;
    color: #a24b82;
    min-width: 1.32rem;
    text-align: center;
    z-index: 3;
    background: #e5dff2;
    padding-right: .1rem;
    clip-path: polygon(0px 0px, 100% 0px, calc(100% - .17rem) 100%, 0 100%);
}

.list4w a h2{
    font-size: .2rem;
    line-height: .32rem;
    color: #333333;
    font-weight: bold;
height:.64rem;
}
.list4w a h3{
    margin-top: .13rem;
    font-size: .18rem;
    line-height: .3rem;
    color: #974077;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}

.list4w a i{
    display: block;
    height: 1px;
    background: #974077;
    opacity: .3;
    margin-top: .15rem;
}
.list4w a p{
    margin-top: .12rem;
    font-size: .16rem;
    line-height: .26rem;
    color: #333333;
    -webkit-line-clamp: 4;
    height: 1.04rem;
}
.list4w a .txtBox:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: .44rem;
    height: .44rem;
    background: url("../images/s4-img-3.png") no-repeat 50%/100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list4w a .txtBox{
    position: relative;
    margin-top: -.37rem;
    margin-right: .15rem;
    padding: .57rem .22rem .48rem;
    background: url("../images/s4-img-6.png") no-repeat top center/100% 100%;
    z-index: 5;
}
.list4w a:hover .txtBox:after{
    opacity: 1;
    visibility: visible;
}

.list4w .btn_box{
    position: absolute;
    right: calc(100% + .28rem);
    bottom: -.7rem;
}
.list4w .btn_box .btn{
    position: static;
    display: block;
    width: .48rem;
    height: .48rem;
    margin: .14rem 0 0 0;
    background: #974077 no-repeat 50%/.17rem;
    border: 1px solid #fff;
    opacity: 1;
    border-radius: 50%;
    transform: none;
    transition: .5s;
}
.list4w .btn_box .prev{
    background-image: url("../images/next-2.png");
}
.list4w .btn_box .next{
    background-image: url("../images/prev-2.png");
}
.list4w .btn_box .prev:hover{
    background-image: url("../images/next-1.png");
}
.list4w .btn_box .next:hover{
    background-image: url("../images/prev-1.png");
}
.list4w .btn_box .btn:hover{
    background-color: #fff;
}
.list4w .swidot{
    font-size: 0;
    left: 1.23rem;
    right: .44rem;
    bottom: -1rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.list4w .swidot span{
    width: .1rem;
    height: .1rem;
    background: #a780e4 no-repeat 50%/100% 100%;
    opacity: 1;
}
.list4w .swidot span.active{
    width: .41rem;
    height: .41rem;
    background-color: transparent;
    background-image: url("../images/s4-img-5.png");
}

.index-s4 .content{
    margin-top: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-s4 .bg:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: calc((100vw - 16rem) / 2);
    height: 6.42rem;
    background: url("../images/s4-img-7.png") no-repeat bottom center/100% 100%;
    filter: drop-shadow(0 .1rem .2rem rgba(51, 51, 51, 0.1));
}
.index-s4 .bg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 7.79rem;
    background: url("../images/index-s4.png") no-repeat bottom center/100% 100%;
}
.index-s4{
    position: relative;
    padding-bottom: 1.1rem;
    margin-top: 1.6rem;
}
.list_box5 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_box5 li a{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.list_box5 li .img{
    display: flex;
    width: 3.75rem;
    height: 3.75rem;
    align-items: center;
    justify-content: center;
}
.list_box5 li .img img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    transition: .5s;
}
.list_box5 li .txt{
    position: relative;
    margin-left: -.25rem;
    margin-bottom: .2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.list_box5 li .txt h4{
    margin: 0 .15rem .02rem 0;
    font-size: .18rem;
    line-height: 1;
    color: #974077;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.list_box5 li .txt h3{
    font-size: .28rem;
    color: #333333;
    line-height: .3rem;
    width: 1.2em;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
    transition: .5s;
}
.list_box5 li:hover .txt h3{
    color: #974077;
}
.list_box5 li:hover .img img{
    transform: scale(1.02);
}

.list_box6{
    margin-top: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
}

.list_box6 h3{
    width: 2.44rem;
    font-size: .34rem;
    line-height: .4rem;
    color: #974077;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
    flex-shrink: 0;
    margin-right: .66rem;
}
.list_box6 .aBox{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.list_box6 .aBox .li a{
    display: block;
    font-size: .24rem;
    line-height: .32rem;
    color: #333333;
    font-weight: bold;
    transition: .5s;
}

.list_box6 .aBox .li{
    position: relative;
}
.list_box6 .aBox .li:nth-child(2n):before{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 1px;
    height: .2rem;
    background: #974077;
    transform: translate(-50%,-50%) skewX(-15deg);
}
.list_box6 .aBox .li:hover a{
    color: #974077;
}

.index-s5{
    margin-top: .64rem;
}

.home-2{
    padding: .75rem 0 .57rem;
    background: url("../images/home-2.png") no-repeat bottom center/100% auto;
}
@media screen and (min-width: 1025px){
    .list3w li{
        display: none;
    }
    .list3w a h3{
        opacity: 0;
    }
    .list3w a i{
        opacity: 0;
    }
    .list3w a .time{
        opacity: 0;
    }
    .list3w li.active{
        display: block;
    }
    .list3w li.active a h3,
    .list3w li.active a i,
    .list3w li.active a .time{
        animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    }
    .list3w li.active a i{
        animation-delay: .2s;
    }
    .list3w li.active a .time{
        animation-delay: .3s;
    }
}

@media (max-width: 1199px) {
    .index-s2 .left .imgBox{
        margin-right: -15px;
    }
    .index-s2 .left .txtBox{
        margin-right: -15px;
    }
    .list_box4{
        width: calc(100% + 15px);
    }
    .list4w{
        width: 100%;
    }
    .index-s4 .left .img{
        left: -15px;
        width: calc(100% + -0.74rem);
    }
}
@media (max-width: 1025px) {
    .banner a .img .imgLi{
        padding-bottom: 48vw;
    }
    .my_swiper .btn_box{
        inset: auto;
        left: 0;
        right: 0;
        bottom: .1rem;
        width: auto;
    }
    .my_swiper .swidot{
        flex-direction: row;
    }
    .my_swiper .swidot span{
        margin: 0 .05rem;
        width: .05rem;
        height: .25rem;
        background-image: url("../images/dots-3.png");
        background-size: 100% auto;
    }
    .my_swiper .swidot span.active{
        width: .08rem;
        height: .3rem;
        background-image: url("../images/dots-4.png");
    }
    .my_swiper{
        padding-right: 0;
    }
    .title001 .tit h2{
        font-size: .26rem;
        margin-top: -.25rem;
    }
    .title001 .tit h4 img{
        height: .4rem;
    }
    .title001 .tit:after{
        left: 0.2rem;
        bottom: -.1rem;
        width: 0.7rem;
        height: 0.41rem;
    }
    .title001 .more a img{
        height: .15rem;
    }
    .index-s1 .content .top .left{
        width: 100%;
    }
    .list1w a .pic{
        padding-top: 63.44%;
    }
    .index-s1 .content .top .right{
        width: 100%;
        margin-top: 0;
    }
    .list_box1{
        margin: 0;
    }
    .list_box1 li a time span{
        font-size: .28rem;
    }
    .list_box1 li a time{
        width: .9rem;
    }
    .list_box1 li a .txt {
        width: calc(100% - 1.05rem);
    }
    .list_box1 li a h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
    }
    .list_box1 li a p{
        font-size: .17rem;
        margin-top: .05rem;
    }
    .list_box1 li a:after{
        width: .35rem;
        height: .35rem;
    }
    .list_box1 li a{
        padding: .2rem .35rem .4rem .2rem;
    }
    .list1w_1 a h3{
        margin-top: .1rem;
    }
    .list1w_1 a h5{
        margin-top: .1rem;
    }
    .list1w_1 a .pic {
        width: 3.4rem;
        height: 2.3rem;
    }
    .list1w_1 a .txt {
        width: calc(100% - 3.6rem);
        padding-right: .2rem;
    }
    .list1w_1 .slide:after{
        width: calc(100% - 3.4rem);
    }
    .index-s1 .top .bot_box{
        margin-top: .4rem;
    }
    .list_box2 li{
        width: 100%;
    }
    .list_box2 li a{
        padding: .15rem .2rem;
    }
    .list_box2 li a time span{
        font-size: .26rem;
    }
    .list_box2 li a time em{
        font-size: .16rem;
        margin-top: .05rem;
    }
    .list_box2 li a h5{
        margin-top: .05rem;
    }
    .list_box2{
        padding: .05rem 0;
    }
    .index-s1 .content{
        margin-top: .3rem;
    }
    .index-s2 .left{
        width: 100%;
    }
    .index-s2 .left .imgBox{
        margin: .26rem 0 0;
        display: none;
    }
    .index-s2 .left .imgBox .pic{
        padding-top: 87.9%;
    }
    .index-s2 .left .txtBox{
        margin: .26rem 0 0;
    }
    .index-s2 .left .txtBox .txt{
        padding: .15rem ;
    }
    .index-s2 .left .txtBox .ll time span{
        font-size: .24rem;
    }
    .index-s2 .left .txtBox .rr h3{
        font-size: .25rem;
    }
    .index-s2 .right{
        width: 100%;
        padding: 0rem 0 .2rem;
        position: relative;
        z-index: 2;
        margin-top: .3rem;
    }
    .list_box3 li .con{
        margin-top: .15rem;
        padding: 0 .1rem;
    }
    .list_box3 li time span{
        font-size: .26rem;
    }
    .list_box3 li time{
        font-size: .16rem;
    }
    .list_box3 li h3{
        margin-top: .05rem;
        -webkit-line-clamp: 2;
        height: .6rem;
    }
    .list_box3 li h5{
        margin-top: .05rem;
    }
    .list_box3 li a{
        padding: 0 .2rem 0.1rem;
    }
    .list_box3 li:hover:before{
        top: -.2rem;
    }
    .list2w .swiper-container{
        padding-top: .2rem;
    }
    .index-s2 .right:after{
        position: absolute;
        content: '';
        left: -15px;
        right: -15px;
        top: 0;
        bottom: 0;
        background: url("../images/s2-img-6.png") no-repeat bottom center/cover;
        z-index: -1;
    }
    .index-s2 .gd{
        margin-top: .2rem;
    }
    .index-s2 .gd a{
        justify-content: center;
    }
    .index-s2 .gd a img{
        height: .15rem;
    }
    .index-s2 .btn_box{
        margin-top: .1rem;
        position: static;
        justify-content: center;
    }
    .index-s2 .btn_box .btn{
        margin: 0 .1rem;
        width: .4rem;
        height: .4rem;
        background-size: .14rem;
    }
    .index-s2 .title001{
        margin-left: 0;
    }
    .index-s2 .bg{
        display: none;
    }
    .index-s2{
        margin-top: .4rem;
        padding: 0;
    }
    .home-1:after{
        background-size: cover;
    }
    .home-1{
        padding: .4rem 0 0;
    }
    .index-s3 .left{
        width: 100%;
    }
    .list3w a .pic{
        padding-top: 125.19%;
    }
    .list3w a h3{
        font-size: .2rem;
    }
    .list3w a i{
        margin-top: .05rem;
    }
    .list3w a time span{
        font-size: .24rem;
    }
    .list3w a time{
        font-size: .16rem;
    }
    .list3w a h5{
        font-size: .16rem;
        line-height: .24rem;
    }
    .list3w a .time{
        margin-top: .1rem;
    }
    .list3w a .txt{
        bottom: .15rem;
        padding: 0 .15rem;
    }
    .index-s3 .right{
        display: none;
    }
    .index-s3 .content{
        margin-top: .3rem;
    }
    .index-s4 .left{
        display: none;
    }
    .index-s4 .right{
        width: 100%;
    }
    .list4w a .pic{
        padding-top: 63.97%;
    }
    .list4w a h2{
        font-size: .22rem;
        line-height: .3rem;
    }
    .list4w a h3{
        margin-top: .05rem;
        line-height: .26rem;
    }
    .list4w a i{
        margin-top: .05rem;
    }
    .list4w a p{
        margin-top: .05rem;
    }
    .list4w a .txtBox:after{
        width: .35rem;
        height: .35rem;
    }
    .list4w a .txtBox{
        margin-top: -.1rem;
        margin-right: .1rem;
        padding: .2rem .2rem .4rem;
    }
    .list4w a .imgBox{
        margin-left: 0;
    }
    .list4w .item:nth-child(2n){
        margin-top: 0;
    }
    .list4w .btn_box .btn{
        position: absolute;
        width: .4rem;
        height: .4rem;
        margin: 0;
        transform: translateY(-50%);
    }
    .list4w .btn_box .prev{
        left: auto;
        right: -15px;
    }
    .list4w .btn_box .next{
        right: auto;
        left: -15px;
    }
    .list4w .btn_box{
        position: static;
    }
    .list4w .swidot span.active{
        width: .35rem;
        height: .35rem;
    }
    .list4w .swidot{
        bottom: -.5rem;
        left: 3rem;
    }
    .index-s4 .content{
        margin-top: .2rem;
    }
    .index-s4 .bg{
        height: 44vw;
    }
    .index-s4{
        margin-top: .4rem;
        padding-bottom: .52rem;
    }
    .list_box5 li .img{
        width: 2.3rem;
        height: 2.6rem;
    }
    .list_box5 li .txt h3{
        font-size: .2rem;
        line-height: .24rem;
    }
    .list_box5 li .txt h4{
        margin-right: .1rem;
    }
    .list_box5 li .txt{
        margin-bottom: .1rem;
    }
    .list_box6 h3{
        font-size: .26rem;
        line-height: .3rem;
        width: auto;
        margin-right: .4rem;
    }
    .list_box6 .aBox .li a{
        font-size: .18rem;
        line-height: .3rem;
    }
    .list_box6 {
        margin-top: 0.3rem;
    }
    .index-s5{
        margin-top: .4rem;
    }
    .home-2{
        padding: .4rem 0 .3rem;
    }
}
@media (max-width: 769px) {
    .list_box3 li{
        width: 100%;
        margin: 0;
    }
    .list_box3{
        gap: 0;
    }
    .list1w_1 a .pic {
        width: 2.6rem;
        height: 2.2rem;
    }
    .list1w_1 a .txt {
        width: calc(100% - 2.8rem);
    }
    .list1w_1 .slide:after {
        width: calc(100% - 2.6rem);
    }
    .list1w_1 a h3{
        -webkit-line-clamp: 2;
        height: .6rem;
    }
    .list_box5 li .img{
        height: auto;
        max-width: 100%;
    }
    .list_box5 li .txt{
        width: 100%;
        margin: .2rem 0 0;
        align-items: baseline;
        justify-content: center;
    }
    .list_box5 li .txt h4{
        margin-bottom: 0;
    }
    .list_box5 li .txt h3{
        width: auto;
    }
    .list_box5 li a{
        height: 100%;
        justify-content: center;
    }
    .list_box5 li{
        width: 32%;
    }
    .list_box6 h3{
        font-size: .24rem;
    }
    .list4w .swidot{
        left: 0;
        right: 0;
    }
}
@media (max-width: 641px) {
    .list1w_1 a .pic{
        width: 100%;
        height: auto;
        padding-top: 71.05%;
    }
    .list1w_1 a .txt{
        width: 100%;
        padding: .2rem;
    }
    .list1w_1 .slide:after{
        left: 0;
        width: 100%;
    }
    .list1w_1 a{
        flex-wrap: wrap;
    }
    .index-s2 .left .txtBox .ll {
        width: calc(100% - 1.1rem);
    }
    .list_box5 li{
        width: 48%;
    }
    .list_box5 li .img{
        width: 1.8rem;
    }
    .list_box5 ul{
        gap: .2rem 4%;
        justify-content: center;
    }
    .list_box6 h3{
        width: 100%;
        margin-right: 0;
    }
    .list_box6 {
        gap: .1rem 0;
    }
    .list_box6 .aBox{
        gap: .1rem .15rem;
        justify-content: flex-start;
    }
}