@charset "utf-8";
.banner .swiper-slide{
    overflow: hidden;
    position: relative;
}
.banner .img-box{
    display: block;
    height: 100vh;
    position: relative;
    overflow: hidden;
    transform: scale(1.175);
    transition: 6s;
}
.banner .img-box .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner .swiper-slide-active .img-box{
    transform: scale(1);
}

.banner .page{
    right: 0;
    font-size: 0;
    width: 16rem;
    max-width: 96%;
    text-align: right;
    bottom: .31rem;
    margin: 0 auto;
}
.banner .page span{
    width: .16rem;
    height: .16rem;
    margin: 0 .14rem;
    background: transparent no-repeat 50%/100%;
    border: 1px solid #FFFFFF;
    opacity: 1;
    vertical-align: middle;
}
.banner .page span.active{
    width: .39rem;
    height: .39rem;
    border-radius: 0;
    border:none;
    background-image: url("../images/dots-1.png");
    animation: r 5s infinite linear
}

.title001{
    position: relative;
    z-index: 3;

}
.title001 .tit-box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.title001 .tit-box .img-l img,
.title001 .tit-box .img-r img{
    display: block;
    height: .15rem;
    object-fit: cover;
    object-position: right center;
}
.title001 .tit-box .img-r img{
    object-position: left center;
}
.title001 .tit-box .tit{
    padding: 0 .3rem;
    position: relative;
    flex-shrink: 0;
    z-index: 2;
}
.title001 .tit-box h4{
    font-size: .9rem;
    line-height: 1;
    color: rgba(158, 158, 158, 0.1);
    background: -webkit-linear-gradient(-90deg, rgba(158, 158, 158, 0.1) 0%, rgba(158, 158, 158, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: 'SourceHanSerifCN-Heavy',sans-serif;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: -.26rem;
    transform: translateX(-50%);
    z-index: -1;
    white-space: nowrap;
}
.title001 .tit-box h2{
    display: flex;
    font-size: .5rem;
    line-height: .86rem;
    color: #333333;
    font-family: 'SourceHanSerifCN-Heavy',sans-serif;
}
.title001 .tit-box h2 span{
    color: #A0465F;
    font-family: 'SourceHanSerifCN-Heavy',sans-serif;
}

.title001 .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.title001 .more a{
    display: none;
    align-items: flex-end;
    font-size: .14rem;
    color: #A0465F;
    line-height: 1;
}
.title001 .more a img{
    display: block;
    width: .29rem;
    margin-right: .04rem;
}
.title001 .more a.active{
    display: flex;
}

.index-s1 .content{
    margin-top: .12rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index-s1 .left{
    width: 47.1875%;
    position: relative;
    z-index: 2;
    margin-top: .28rem;
}

.list1w a{
    display: block;
    position: relative;
    padding-top: .31rem;
}

.list1w a time{
    position: absolute;
    left: .46rem;
    top: 0;
    width: .71rem;
    padding: .07rem 0 .14rem;
    text-align: center;
    color: #FFFFFF;
    background: #A0465F;
    border-radius: .15rem 0 .15rem 0;
}
.list1w a time span{
    display: block;
    font-size: .3rem;
    line-height: 1;
    font-family: Georgia,sans-serif;
    font-weight: 700;
}
.list1w a time em{
    display: block;
    font-size: .15rem;
    line-height: 1;
    font-family: Georgia,sans-serif;
    margin-top: .05rem;
}

.list1w a .pic{
    padding-top: 4.89rem;
}
.list1w a h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    font-size: .2rem;
    line-height: .6rem;
    color: #fff;
    padding: 0 1.2rem 0 .36rem;
    background: rgba(0, 0, 0, 0.5);
}

.list1w .page{
    font-size: 0;
    left: auto;
    right: .1rem;
    bottom: .24rem;
    width: auto;
}
.list1w .page span{
    width: .1rem;
    height: .1rem;
    margin: 0 .05rem;
    background: #fff;
    opacity: .6;
}
.list1w .page span.active{
    background: #943553;
    opacity: 1;
}
.index-s1 .left:after{
    position: absolute;
    content: '';
    bottom: .12rem;
    right: -.15rem;
    width: .54rem;
    height: .54rem;
    background: #FDAA26;
}
.index-s1 .right{
    width: 49.0625%;
}

.list_box1 li a{
    position: relative;
    z-index: 2;
    padding: .24rem 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.list_box1 li time{
    display: block;
    width: .71rem;
    margin-top: .06rem;
    padding: .08rem 0 .15rem;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: .15rem 0 .15rem 0;
}
.list_box1 li time span{
    display: block;
    font-size: .26rem;
    line-height: 1;
    color: #1A1A1A;
    font-weight: 700;
    font-family: Georgia,sans-serif;
}
.list_box1 li time em{
    display: block;
    font-size: .15rem;
    line-height: 1;
    color: #A4A4A6;
    font-family: Georgia,sans-serif;
    margin-top: .05rem;
}

.list_box1 li .txt{
    width: calc(100% - 1rem);
    padding-right: .32rem;
}
.list_box1 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #1A1A1A;
    transition: .5s;
}
.list_box1 li p{
    font-size: .16rem;
    line-height: .3rem;
    color: #A4A4A6;
    height: .6rem;
    margin-top: .11rem;
    transition: .5s;
}
.list_box1 li:before{
    position: absolute;
    content: '';
    left: -.33rem;
    top: 0;
    bottom: -1px;
    right: 100%;
    background: #A0465F;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box1 li{
    position: relative;
    z-index: 2;
    border-bottom: 1px dashed #E5E5E5;
}
.list_box1 li:hover:before{
    right: 0;
    opacity: 1;
    visibility: visible;
}
.list_box1 li:hover h3{
    color: #fff;
}
.list_box1 li:hover p{
    color: rgba(255, 255, 255, 0.6);
}

.index-s1 {
    padding: .67rem 0 .17rem;
    background: url("../images/index-s1.png") no-repeat left top/auto 100%;
}

.list2w a{
    display: block;
    position: relative;
    background: #fff;
    box-shadow: 0 .04rem .1rem 0 rgba(223, 223, 223, 0.3);
}
.list2w .txt-box time{
    display: flex;
    align-items: flex-start;
}
.list2w .txt-box time i{
    display: block;
    font-size: .14rem;
    line-height: 1;
    color: #A0465F;
    opacity: .2;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    margin-right: .08rem;
}
.list2w .txt-box time span{
    display: block;
    font-size: .36rem;
    line-height: 1;
    color: #A0465F;
    font-weight: 700;
    font-family: Georgia,sans-serif;
    margin-top: -.1rem;
}
.list2w .txt-box time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    color: #A0465F;
    margin-left: .14rem;
    position: relative;
    margin-top: .15rem;
}
.list2w .txt-box time em:before{
    position: absolute;
    content: '';
    left: -.08rem;
    top: -.08rem;
    width: 1px;
    height: .25rem;
    background: rgba(160, 70, 95, 0.2);
    transform: skewX(-45deg);
}
.list2w .txt-box .line{
    margin-top: .16rem;
    display: block;
    height: .07rem;
    background: url("../images/s2-img-2.png") no-repeat right center/100% 100%;
}
.list2w .txt-box h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333;
    height: .6rem;
    transition: .5s;
    margin-top: .21rem;
}

.list2w .txt-box {
    position: relative;
    z-index: 2;
    padding: .28rem .44rem .55rem;
}

.list2w a .img_hezi{
    height: 100%;
}
.list2w a .img_zd{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list2w a:hover .img_zd{
    opacity: 1;
    visibility: visible;
}
.list2w a:hover .txt-box h3{
    color: #A0465F;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}

.list2w .swiper-container{
    padding: .1rem 0;
}
.list2w .btn-box{
    position: relative;
    margin-top: .38rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list2w .btn-box .btn{
    position: static;
    width: .44rem;
    height: .44rem;
    border: 1px solid rgba(160, 70, 95, 0.2);
    background: transparent no-repeat 50%/.09rem;
    border-radius: 50%;
    transform: none;
    transition: .5s;
    flex-shrink: 0;
}
.list2w .btn-box .prev{
    margin-right: .3rem;
    background-image: url("../images/prev-1.png");
}
.list2w .btn-box .next{
    background-image: url("../images/next-1.png");
}
.list2w .btn-box .prev:hover{
    background-image: url("../images/prev-2.png");
}
.list2w .btn-box .next:hover{
    background-image: url("../images/next-2.png");
}
.list2w .btn-box .btn:hover{
    border-color: #A0465F;
    background-color: #A0465F;
}

.list2w .btn-box i{
    display: block;
    height: 1px;
    flex: 1;
    background: rgba(160, 70, 95, 0.2);
}

.list2w{
    margin-top: .29rem;
}

.index-s2{
    padding: .55rem 0 .58rem;
}

.index-s3 .content{
    margin-top: .54rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index-s3 .left{
    width: 54.375%;
    padding-top: .09rem;
}
.index-s3 .tab-tit{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.index-s3 .tab-tit .li{
    position: relative;
    width: 29.89%;
    margin-top: .18rem;
    margin-left: 5.165%;
    height: 1.5rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    transform: translateY(.79rem);
    transition: box-shadow .5s;
}
.index-s3 .tab-tit .li:after{
    position: absolute;
    content: '';
    left: .07rem;
    top: .07rem;
    right: .07rem;
    bottom: .07rem;
    border: 1px solid transparent;
    opacity: 0;
    visibility: hidden;

}
.index-s3 .tab-tit .li:nth-child(3n+1){
    margin-left: 0;
}
.index-s3 .tab-tit .li:nth-child(3n+2){
    margin-top: .22rem;
    transform: translateY(0);
}
.index-s3 .tab-tit .li:nth-child(-n+3){
    margin-top: 0;
}
.index-s3 .tab-tit .li .icon{
    display: block;
    width: .48rem;
    height: .48rem;
    position: relative;
    z-index: 2;
}
.index-s3 .tab-tit .li h3{
    font-size: .24rem;
    line-height: .36rem;
    color: #fff;
    text-align: center;
    margin-top: .12rem;
    position: relative;
    z-index: 2;
    transition: .5s;
}
.index-s3 .tab-tit .li:nth-child(1){
    background: #A0465F;
}
.index-s3 .tab-tit .li:nth-child(1):after{
    border-color: #A0465F;
    background: #A0465F;
    box-shadow: inset 0px 0px 10px 0px #C46580;
}
.index-s3 .tab-tit .li:nth-child(1).active h3{
    /*color: ;*/
}
.index-s3 .tab-tit .li:nth-child(2){
    background: #D4A952;
}
.index-s3 .tab-tit .li:nth-child(2):after{
    border-color: #D4A952;
    background: #D4A952;
    box-shadow: inset 0 0 .1rem 0 #DEC186;
}
.index-s3 .tab-tit .li:nth-child(2).active h3{
    /*color: ;*/
}
.index-s3 .tab-tit .li:nth-child(3){
    background: #FDEAD7;
}
.index-s3 .tab-tit .li:nth-child(3):after{
    background: #FCE2C9;
    border-color: #FFD1A2;
    box-shadow: inset 0 0 .1rem 0 rgba(234, 171, 110, 0.57);
}
.index-s3 .tab-tit .li:nth-child(3) h3{
    color: #DB842C;
}
.index-s3 .tab-tit .li:nth-child(4){
    background: #E1F1E8;
}
.index-s3 .tab-tit .li:nth-child(4):after{
    border-color: #E1F1E8;
    background: #E1F1E8;
    box-shadow: inset 0 0 .1rem 0 #B9EBCF;
}
.index-s3 .tab-tit .li:nth-child(4) h3{
    color: #333333;
}
.index-s3 .tab-tit .li:nth-child(4).active h3{
    /*color: ;*/
}
.index-s3 .tab-tit .li:nth-child(5){
    background: #BF5555;
}
.index-s3 .tab-tit .li:nth-child(5):after{
    background:  #BF5555;
    border-color: #BF5555;
    box-shadow: inset 0 0 .1rem 0 #DF7777;
}
.index-s3 .tab-tit .li:nth-child(5).active h3{
    /*color: ;*/
}
.index-s3 .tab-tit .li:nth-child(6){
    background: #C89474;
}
.index-s3 .tab-tit .li:nth-child(6):after{
    background:  #BF8B6B;
    border-color: #BF8B6B;
    box-shadow: inset 0 0 .1rem 0 #DFAE8F;
}
.index-s3 .tab-tit .li:nth-child(6).active h3{
    /*color: ;*/
}
.index-s3 .tab-tit .li:nth-child(7){
    background: #EFF0FC;
}
.index-s3 .tab-tit .li:nth-child(7):after{
    background: #EFF0FC;
    border-color: #EFF0FC;
    box-shadow: inset 0 0 .1rem 0 #D1D3F4;
}
.index-s3 .tab-tit .li:nth-child(7) h3{
    color: #333333;
}
.index-s3 .tab-tit .li:nth-child(7).active h3{
    /*color: ;*/
}
.index-s3 .tab-tit .li:nth-child(8){
    background: #FFEBF0;
}
.index-s3 .tab-tit .li:nth-child(8):after{
    background: #FFEBF0;
    border-color: #FFEBF0;
    box-shadow: inset 0 0 .1rem 0 #F4C3CF;
}
.index-s3 .tab-tit .li:nth-child(8) h3{
    color: #333333;
}
.index-s3 .tab-tit .li:nth-child(8).active h3{
    /*color: ;*/
}
.index-s3 .tab-tit .li:nth-child(9){
    background: #E2A15E;
}
.index-s3 .tab-tit .li:nth-child(9):after{
    background: #DF9E5B;
    border-color: #DF9E5B;
    box-shadow: inset 0 0 .1rem 0 #EEBA85;
}

.index-s3 .tab-tit .li:nth-child(9).active h3{
    /*color: ;*/
}
.index-s3 .tab-tit .li:nth-child(11){
    background: #F1F4DD;
}
.index-s3 .tab-tit .li:nth-child(11):after{
    background: #EBF0CC;
    border-color: #EBF0CC;
    box-shadow: inset 0 0 .1rem 0 #CFD4AD;
}
.index-s3 .tab-tit .li:nth-child(11) h3{
    color: #333333;
}
.index-s3 .tab-tit .li:nth-child(11).active h3{
    /*color: ;*/
}
.index-s3 .tab-tit .li2{
    height: 1px;
    opacity: 0;
    visibility: hidden;
}
.index-s3 .tab-tit .li.active h3{
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.index-s3 .tab-tit .li.active:after{
    opacity: 1;
    visibility: visible;
}
.index-s3 .tab-tit .li.active{
    box-shadow: 0 0 .2rem 0 rgba(126, 126, 126, 0.4);
}


.index-s3 .right{
    width: 38.75%;
    padding: .41rem .35rem .42rem;
    background: #FDF3F6;
    border: 1px solid rgba(160, 70, 95, 0.1);
    box-shadow: 0 .04rem .1rem 0 rgba(223, 223, 223, 0.3);
}

.index-s3 .right .top a{
    display: block;
    position: relative;
}
.index-s3 .right .top .pic{
    padding-top: 2.9rem;
}
.index-s3 .right .top h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .14rem;
    font-size: .3rem;
    line-height: .36rem;
    color: #FFFFFF;
    padding: 0 .24rem;
    z-index: 3;
}
.index-s3 .right .top a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 46.2%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0.8) 100%);
}

.list_box2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_box2 li{
    margin-top: .28rem;
    width: 46.73%;
    position: relative;
    border: 1px solid rgba(148, 53, 83, 0.1);
    border-radius: .04rem;
    transition: .5s;
}
.list_box2 li:nth-child(-n+2){
    margin-top: 0;
}
.list_box2 li a{
    display: block;
    position: relative;
    z-index: 2;
    font-size: .2rem;
    color: #333333;
    line-height: .55rem;
    padding: 0 .4rem;
    transition: .5s;
}
.list_box2 li a span{
    position: relative;
    z-index: 2;
}
.list_box2 li:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: .17rem;
    background: url("../images/s3-img-2.png") no-repeat left center/100% 100%;
    border-radius: .04rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box2 li a:after{
    position: absolute;
    content: '';
    left: -.15rem;
    top: -.11rem;
    bottom: -.19rem;
    right: -.15rem;
    background: url("../images/s3-img-3.png") no-repeat left center/100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box2 li:hover a:after,
.list_box2 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list_box2 li:hover a{
    color: #943553;
    transform: translateY(-.09rem);
}
.list_box2 li:hover a span{
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.list_box2 li:hover{
    padding-left: .31rem;
    border-color: transparent;
}

.index-s3 .right .bot{
    margin-top: .34rem;
}
.index-s3 .right .top,
.index-s3 .right .bot{
    opacity: 0;
}
.index-s3 .child{
    display: none;
}
.index-s3 .child.active{
    display: block;
}
.index-s3 .child.active .top,
.index-s3 .child.active .bot{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s3 .child.active .bot{
    animation-delay: .1s;
}

.index-s3{
    padding: .76rem 0 .49rem;
    background:#fff url("../images/index-s3.png") no-repeat bottom center/100% auto;
}


.index-s4 .content{
    margin: .26rem -.5rem 0;
}
.index-s4 .tab-tit{
    padding: 0 .5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-s4 .tab-tit .li{
    /*  width: 12.5%;*/
    height: .79rem;
    padding: .1rem 0;
    position: relative;
    cursor: pointer;
}
.index-s4 .tab-tit .li span{
    display: block;
    font-size: .24rem;
    line-height: .48rem;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
    transition: .5s;
}
.index-s4 .tab-tit .li:after{
    position: absolute;
    content: '';
    left: -.5rem;
    right: -.5rem;
    top: 0;
    bottom: 0;
    background: #A0465F;
    border-radius: .2rem .2rem 0 0 ;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.index-s4 .tab-tit .li:nth-child(1):after{
    border-radius: .2rem .2rem 0 .2rem ;
}
.index-s4 .tab-tit .li:last-child:after{
    border-radius: .2rem .2rem .2rem 0 ;
}
.index-s4 .tab-tit .li.active span{
    margin-top: .1rem;
    font-size: .3rem;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.index-s4 .tab-tit .li.active:after{
    opacity: 1;
    visibility: visible;
}

.index-s4 .items{

    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;

}
.index-s4 .items .item a{
    display: block;
}
.index-s4 .items .item a h3{
    font-size: .2rem;
    line-height: .36rem;
    color: #333333;
    height: .72rem;
    transition: .5s;
}

.index-s4 .items .item a .txt{
    position: relative;
}
.index-s4 .items .item a .txt:before{
    position: absolute;
    content: '';
    left: .19rem;
    top: 0;
    bottom: 0;
    width: .06rem;
    background: url("../images/s4-img-4.png") no-repeat bottom center/auto 100%;
}
.index-s4 .items .item1{
    width: 33.75%;
    opacity: 0;
    margin-top: .13rem;
}
.index-s4 .items .item1 .pic{
    padding-top: 3.6rem;
}
.index-s4 .items .item1 a .txt{
    padding: .23rem .11rem .11rem .45rem;
}

.index-s4 .items .item2{
    width: 26.625%;
    margin-top: .46rem;
    opacity: 0;
}
.index-s4 .items .item2 .pic{
    padding-top: 3.78rem;
}
.index-s4 .items .item2 a .txt{
    padding: .1rem .04rem .24rem .43rem;
}
.index-s4 .items .item2 a .txt:before{
    background-image: url("../images/s4-img-5.png");
}
.index-s4 .items .item:last-child{
    margin-top: 0;
}
.index-s4 .items .item a:hover h3{
    color: #A0465F;
}
.index-s4 .child{
    display: none;
}
.index-s4 .child.active{
    display: block;
}
.index-s4 .child.active .item1,
.index-s4 .child.active .item2{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s4 .child.active .item2{
    animation-delay: .1s;
}
.index-s4 .child.active .item1:last-child{
    animation-delay: .2s;
}

.index-s4 .tab-cont{
    padding: .49rem .5rem .8rem;
    border-radius: .3rem .3rem 0 0;
    background: #fff;
}
.index-s4 .title001 .tit-box h4{
    color: rgba(255, 255, 255, 0.1);
    background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.1) 0%, rgba(158, 158, 158, 0) 100%);
}
.index-s4 .title001 .tit-box h2,
.index-s4 .title001 .tit-box span,
.index-s4 .title001 .more a{
    color: #fff;
}

.index-s4:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 11.38rem;
    background: url("../images/index-s4.png") no-repeat top center/100% auto;
    z-index: -1;
}

.index-s4{
    position: relative;
    z-index: 2;
    padding: .56rem 0 0;
    margin-bottom: .92rem;
}
.index-s5 .title001 .tit-box{
    justify-content: flex-start;
}
.index-s5 .title001 .tit-box h4{
    left: 0;
    transform: none;
}
.index-s5 .title001 .tit-box .tit{
    padding-left: 0;
    padding-right: .25rem;
}
.index-s5 .title001 .tit-box .img-r{
    margin-top: .08rem;
}

.index-s5 .wp{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index-s5 .left{
    width: 50.3125%;
}

.index-s5 .left .top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-s5 .left .ll{
    width: 52.17%;
}

.list3w-pic a{
    display: block;
}
.list3w-pic a .pic{
    padding-top: 2.8rem;
}
.index-s5 .left .rr{
    width: calc(100% - 52.17%);
    padding: 0 0 0 .31rem;
}

.list3w-txt a{
    display: block;
    padding: .1rem 0;
}
.list3w-txt a .time{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.list3w-txt a .time .tag{
    font-size: .14rem;
    line-height: .28rem;
    color: #A0465F;
    padding: 0 .1rem;
    background: #FFF0F4;
    border-radius: .04rem;
}
.list3w-txt a .time time{
    display: flex;
    align-items: flex-start;
}
.list3w-txt a .time time i{
    display: block;
    font-size: .14rem;
    line-height: 1;
    color: #A0465F;
    opacity: .2;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    margin-right: .08rem;
}
.list3w-txt a .time time span{
    display: block;
    font-size: .36rem;
    line-height: 1;
    color: #A0465F;
    font-weight: 700;
    font-family: Georgia, sans-serif;
    margin-top: -.1rem;
}
.list3w-txt a .time time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    color: #A0465F;
    margin-left: .14rem;
    position: relative;
    margin-top: .15rem;
}
.list3w-txt a .time time em:before{
    position: absolute;
    content: '';
    left: -.08rem;
    top: -.08rem;
    width: 1px;
    height: .25rem;
    background: rgba(160, 70, 95, 0.2);
    transform: skewX(-45deg);
}
.list3w-txt a h3{
    font-size: .22rem;
    line-height: .34rem;
    color: #9E3D58;
    height: .68rem;
    margin-top: .27rem;
}

.list3w-txt a p{
    font-size: .16rem;
    line-height: .28rem;
    color: #9E9E9E;
    height: .56rem;
    margin-top: .15rem;
}

.list3w-txt .btn-box{
    position: absolute;
    left: 0;
    bottom: .16rem;
    z-index: 2;
    display: flex;
    align-items: center;
}
.list3w-txt .btn{
    position: static;
    width: .15rem;
    height: .29rem;
    background: transparent no-repeat 50%/100%;
    transform: none;
    opacity: .3;
    transition: .5s;
}

.list3w-txt .prev{
    margin-right: .4rem;
    background-image: url("../images/prev-3.png");
}
.list3w-txt .next{
    background-image: url("../images/next-3.png");
}
.list3w-txt .btn:hover{
    opacity: 1;
}
.list3w-txt{
    height: 100%;
}

.list_box3 li{
    position: relative;
    line-height: .56rem;
    font-size: .18rem;
}
.list_box3 li a{
    color: #333333;
    padding-right: 1.2rem;
    transition: .5s;
}
.list_box3 li time{
    position: absolute;
    right: 0;
    top: 0;
    color: #999999;
}
.list_box3 li:hover a{
    color: #943553;
}

.index-s5 .left .bot{
    margin-top: .47rem;
    padding-top: .2rem;
    border-top: 1px dashed #D8D8D8;
}

.index-s5 .left .title001{
    margin-bottom: .38rem;
}

.index-s5 .right{
    width: 45.9375%;
    position: relative;
    z-index: 2;
}

.index-s5 .right .top a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-s5 .right .top .pic{
    width: 2.2rem;
    height: 1.5rem;
}

.index-s5 .right .top .txt-box{
    width: calc(100% - 2.5rem);
}
.index-s5 .right .top h3{
    font-size: .2rem;
;line-height: .36rem;
    color: #333;
    height: .72rem;
    transition: .5s;
}
.index-s5 .right .top time{
    display: flex;
    align-items: flex-start;
    margin-top: .22rem;
}
.index-s5 .right .top time i{
    display: block;
    font-size: .14rem;
    line-height: 1;
    color: #A0465F;
    opacity: .2;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    margin-right: .08rem;
}
.index-s5 .right .top time span{
    display: block;
    font-size: .36rem;
    line-height: 1;
    color: #A0465F;
    font-weight: 700;
    font-family: Georgia, sans-serif;
    margin-top: -.1rem;
}
.index-s5 .right .top time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    color: #A0465F;
    margin-left: .14rem;
    position: relative;
    margin-top: .15rem;
}
.index-s5 .right .top time em:before{
    position: absolute;
    content: '';
    left: -.08rem;
    top: -.08rem;
    width: 1px;
    height: .25rem;
    background: rgba(160, 70, 95, 0.2);
    transform: skewX(-45deg);
}

.index-s5 .right .top a:hover h3{
    color: #943553;
}

.index-s5 .right .bot{
    padding-top: .05rem;
    margin-top: .25rem;
    border-top: 1px dashed #D8D8D8;
}
.index-s5 .right .content:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: -.4rem;
    background: rgba(255, 247, 249, 0.6);
    z-index: -1;
}
.index-s5 .right .content{
    position: relative;
    z-index: 2;
    padding: .4rem .27rem .63rem .42rem;
}
.index-s5{
    position: relative;
    z-index: 2;
    margin-bottom: .53rem;
}

.index-s6 .wp{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index-s6 .left{
    padding-top: .23rem;
    width: 46.25%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.index-s6 .left .ll{
    width: 1.32rem;
}
.index-s6 .left .ll .box_pc .tit{
    display: flex;
    align-items: flex-start;
}
.index-s6 .left .ll .box_pc .tit h4{
    position: relative;
    width: .9rem;
}
.index-s6 .left .ll .box_pc .tit h4 span{
    display: block;
    font-size: .9rem;
    line-height: 1;
    color: rgba(158, 158, 158, 0.1);
    background: -webkit-linear-gradient(-90deg, rgba(158, 158, 158, 0) 0%, rgba(158, 158, 158, 0.1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    font-family: 'SourceHanSerifCN-Heavy', sans-serif;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    /*letter-spacing: .025rem;*/
}
.index-s6 .left .ll .box_pc .tit h2{
    display: flex;
    align-items: center;
    font-size: .5rem;
    line-height: 1;
    color: #333333;
    font-family: 'SourceHanSerifCN-Heavy', sans-serif;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    letter-spacing: .01rem;
    padding-top: .22rem;
}
.index-s6 .left .ll .box_pc .tit h2 span{
    font-family: 'SourceHanSerifCN-Heavy', sans-serif;
    flex-shrink: 0;
}
.index-s6 .left .ll .box_pc .tit h2 span:nth-child(2){
    color: #A0465F;
}
.index-s6 .left .ll .box_pc .tit h2 i{
    margin-top: .24rem;
    display: block;
    width: .15rem;
    height: 2.81rem;
    background: url("../images/tit-3.png") no-repeat top center/100% auto;
    flex: 1;
}
.index-s6 .left .box_pc .more{
    position: absolute;
    left: 0;
    bottom: .27rem;
    z-index: 3;
}
.index-s6 .left .box_pc .more a{
    display: flex;
    align-items: flex-end;
    font-size: .14rem;
    color: #A0465F;
    line-height: 1;
}
.index-s6 .left .box_pc .more a img{
    display: block;
    width: .29rem;
    margin-right: .04rem;
}
.index-s6 .left .box_pc{
    position: relative;
    height: 100%;
    min-height: 5.26rem;
    padding-left: .24rem;
}
.index-s6 .left .ll .box_wap{
    display: none;
}
.index-s6 .left .rr{
    width: calc(100% - 1.72rem);
}
.index-s6 .left .img-box a{
    display: block;
}
.index-s6 .left .img_hezi{
    padding-top: 3.52rem;
}
.index-s6 .left .img-box .txt p{
    font-size: .18rem;
    line-height: .4rem;
    color: #333333;
    -webkit-line-clamp: 3;
    height: 1.2rem;
}
.index-s6 .left .img-box .txt{
    padding-top: .33rem;
}
.index-s6 .left .img-box a:hover .img_hezi{
    -ms-transform: scale(1.1);transform: scale(1.1);
}

.index-s6 .right{
    width: 49%;
}

.list_box4 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.list_box4 li{
    width: 47.96%;
    margin-top: .42rem;
    cursor: pointer;
}
.list_box4 li:nth-child(2n+1){
    transform: translateY(.99rem);
}
.list_box4 li:nth-child(-n+2){
    margin-top: 0;
}

.list_box4 li .img_hezi{
    padding-top: 2.29rem;
}
.list_box4 li:hover .img_hezi{
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.index-s6{
    padding: .72rem 0 1.48rem;
    overflow: hidden;
    background: url("../images/index-s6.png") no-repeat bottom center/cover;
}

.aside{
    position: fixed;
    right: .09rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    width: 1rem;
    opacity: 1;
    visibility: visible;
    transition: .5s;
}
.aside .top img{
    display: block;
    width: 100%;
}
.aside ul li a{
    display: block;
    padding: .17rem 0 .26rem;
    transition: .5s;
}
.aside ul li .icon{
    width: .36rem;
    height: .36rem;
    position: relative;
    margin: 0 auto;
}
.aside ul li h3{
    font-size: .18rem;
    line-height: .24rem;
    color: #fff;
    text-align: center;
    margin-top: .1rem;
}
.aside ul li:not(:last-child){
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.aside ul li:hover a{
    background: #E9C17E;
}
.aside .bot a{
    display: block;
}
.aside .bot a img{
    display: block;
    width: 100%;
}

.aside:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: .49rem;
    bottom: .02rem;
    background: url("../images/as-img-6.png") no-repeat 50%/100% 100%;
    z-index: -1;
}
.aside.hide{
    opacity: 0;
    visibility: hidden;
}


@media (max-width: 1199px){
    .aside{
        display: none;
    }
    .banner .img-box{
        height: 52vw;
    }
    .banner{
        margin-top: .75rem;
    }
    .banner .page span{
        width: .1rem;
        height: .1rem;
        margin: 0 0 0 .16rem;
    }
    .banner .page span.active{
        width: .24rem;
        height: .24rem;
    }
    .banner .page{
        bottom: .2rem;
    }

}

@media (max-width: 1025px){
    .title001 .tit-box h2{
        font-size: .26rem;
        line-height: .3rem;
    }
    .title001 .tit-box h4{
        font-size: .34rem;
        top: -0.15rem;
    }
    .title001 .tit-box .tit{
        padding: 0 .1rem;
    }
    .title001 .tit-box .img-l img, .title001 .tit-box .img-r img{
        height: .1rem;
    }
    .title001 .more a img{
        width: .25rem;
    }
    .index-s1 .left{
        width: 100%;
        margin-top: 0;
        margin-bottom: .2rem;
    }
    .list1w a .pic{
        padding-top: 64.77%;
    }
    .list1w a time{
        left: .1rem;
        top: .1rem;
    }
    .list1w a h3{
        padding: 0 1rem 0 .2rem;
    }
    .list1w a{
        padding-top: 0;
    }
    .index-s1 .right{
        width: 100%;
    }
    .list_box1 li p{
        margin-top: .05rem;
    }
    .list_box1 li a{
        padding: .2rem 0;
    }
    .list_box1 li .txt {
        width: calc(100% - 0.9rem);
        padding-right: 0.2rem;
    }
    .list_box1 li:before{
        left: -15px;
    }
    .list_box1 li:hover:before{
        right: -15px;
    }
    .index-s1 .content{
        margin-top: .26rem;
    }
    .index-s1{
        padding: .4rem 0;
        background-size: cover;
    }
    .list2w .txt-box{
        padding: .2rem;
    }
    .list2w .txt-box h3{
        margin-top: .05rem;
    }
    .list2w .txt-box .line{
        margin-top: .1rem;
    }
    .list2w .btn-box{
        margin-top: .2rem;
    }
    .list2w .btn-box .prev{
        margin-right: .2rem;
    }
    .list2w {
        margin-top: 0.2rem;
    }
    .index-s2{
        padding: .4rem 0;
    }
    .index-s3 .left{
        width: 100%;
        padding-top: 0;
        margin-bottom: .3rem;
    }
    .index-s3 .tab-tit .li{
        width: 18.4%;
        height: 1.2rem;
        margin: 0 !important;
        transform: none !important;
    }
    .index-s3 .tab-tit .li .icon{
        width: .3rem;
        height: .3rem;
    }
    .index-s3 .tab-tit .li h3{
        font-size: .18rem;
        line-height: .26rem;
        margin-top: .1rem;
    }
    .index-s3 .tab-tit{
        gap: .2rem 2%;
        justify-content: flex-start;
    }
    .index-s3 .tab-tit .li2{
        display: none;
    }
    .index-s3 .right{
        width: 100%;
        padding: .2rem;

    }
    .index-s3 .right .top{
        width: 3rem;
    }
    .index-s3 .right .top .pic{
        /* padding-top: 52.73%;*/

        height: 1.58rem;
    }
    .index-s3 .right .top h3{
        font-size: .2rem;
        line-height: .3rem;
        padding: 0 .2rem;
    }
    .index-s3 .right .bot{
        width: calc(100% - 3.2rem);
        margin-top: 0;
    }
    .index-s3 .right .con{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
    .list_box2 li{
        width: 32%;
        margin: 0 !important;
    }
    .list_box2 li a{
        padding: 0 .2rem;
    }
    .list_box2{
        gap: .15rem 2%;
        justify-content: flex-start;
    }
    .index-s3 .content {
        margin-top: 0.26rem;
    }
    .index-s3 {
        padding: 0.2rem 0 0.4rem;
        background-size: cover;
    }
    .index-s4 .tab-tit .li span{
        font-size: .2rem;
        line-height: .4rem;
    }
    .index-s4 .tab-tit .li.active span{
        font-size: .2rem;
        margin-top: 0;
        color: #A0465F;
    }
    .index-s4 .tab-tit .li:after{
        left: 0;
        right: 0;
        border-radius: .1rem !important;
        background: #fff;
    }
    .index-s4 .tab-tit .li{
        width: 18.4%;
        height: auto;
    }
    .index-s4 .tab-tit{
        padding: 0;
        gap: 0 2%;
        justify-content: flex-start;
        margin-bottom: .2rem;
    }
    .index-s4 .content{
        margin: .26rem 0 0;
    }
    .index-s4 .tab-cont{
        padding: .2rem;
        border-radius: .1rem;
    }
    .index-s4 .items .item1,
    .index-s4 .items .item2{
        margin-top: 0;
    }
    .index-s4 .items .item{
        width: 32% !important;
    }
    .index-s4 .items .item .pic{
        padding-top: 66.66%;
    }
    .index-s4 .items .item a .txt{
        padding: .15rem .2rem .1rem !important;
    }
    .index-s4 .items .item a .txt:before{
        left: .1rem !important;
    }
    .index-s4 .items .item a h3{
        line-height: .3rem;
        height: .6rem;
    }
    .index-s4:before{
        height: auto;
        bottom: 0;
        background: #A0465F;
    }
    .index-s4{
        padding: .4rem 0 .3rem;
        margin-bottom: 0;
    }
    .index-s5 .left{
        width: 100%;
        margin-bottom: .4rem;
    }
    .index-s5 .left .ll {
        width: 32%;
    }
    .list3w-pic a .pic {
        padding-top: 2.4rem;
    }
    .index-s5 .left .rr{
        width: calc(100% - 32%);
    }
    .list3w-txt a h3{
        margin-top: .15rem;
    }
    .list3w-txt a p{
        margin-top: .1rem;
    }
    .index-s5 .left .bot {
        margin-top: 0.25rem;
        padding-top: 0;
    }
    .index-s5 .left .title001,
    .index-s5 .right .title001{
        margin-bottom: .26rem;
    }

    .index-s5 .right{
        width: 100%;
    }
    .index-s5 .right .content{
        padding: 0;
    }
    .index-s5 .right .content:after{
        display: none;
    }
    .index-s5 .right .bot{
        padding-top: 0;
    }
    .index-s5 .right .top h3{
        line-height: .3rem;
        height: .6rem;
    }
    .index-s5 .right .top time{
        margin-top: .1rem;
    }
    .index-s5{
        padding: .4rem 0;
        margin-bottom: 0;
    }
    .index-s6 .left{
        width: 100%;
        padding-top: 0;
        margin-bottom: .3rem;
    }
    .index-s6 .left .box_pc{
        display: none;
    }
    .index-s6 .left .ll .box_wap{
        display: block;
    }
    .index-s6 .left .ll{
        width: 100%;
    }
    .index-s6 .left .img_hezi{
        padding-top: 61.97%;
    }
    .index-s6 .left .img-box .txt{
        padding-top: .2rem;
    }
    .index-s6 .left .img-box .txt p{
        line-height: 2;
        height: auto;

    }
    .index-s6 .left .rr{
        width: 100%;
        margin-top: .26rem;
    }
    .index-s6 .right{
        width: 100%;
    }
    .list_box4 li:nth-child(2n+1){
        transform: none;
    }
    .list_box4 li{
        width: 48.5%;
        margin: 0 !important;
    }
    .list_box4 li .img_hezi{
        padding-top: 60.9%;
    }
    .list_box4{
        gap: .3rem 3%;
    }
    .index-s6{
        padding: .4rem 0 ;
    }
}

@media (max-width: 769px){
    .index-s3 .tab-tit .li{
        width: 23.5%;
    }
    .index-s3 .right .top{
        width: 100%;
    }
    .index-s3 .right .top .pic{
        padding-top: 52.73%;
    }
    .index-s3 .right .bot{
        width: 100%;
        margin-top: .2rem;
    }
    .index-s4 .tab-tit .li{
        width: 23.5%;
    }
    .index-s4 .items .item{
        width: 49% !important;
    }
    .index-s4 .items{
        gap: .26rem 2%;
    }
    .index-s4 .items .item2 a{
        display: flex;
        flex-direction: column-reverse;
    }
    .index-s4 .items .item2 a .txt:before{
        background-image: url('../images/s4-img-4.png');
    }
    .index-s4 .items .item a .txt:before{
        left: 0!important;
    }
    .index-s4 .items .item a .txt {
        padding: .1rem .15rem .1rem !important;
    }
}

@media (max-width: 641px){
    .index-s3 .tab-tit .li{
        width: 32%;
    }
    .list_box2 li{
        width: 49%;
    }
    .index-s4 .tab-tit .li{
        width: 32%;
    }
    .index-s5 .left .ll{
        width: 100%;
    }
    .list3w-pic a .pic{
        padding-top: 66.66%;
    }
    .index-s5 .left .rr{
        width: 100%;
        padding: .1rem 0 0 0;
    }
    .list3w-txt{
        height: auto;
    }
    .list3w-txt .btn-box{
        position: static;
        margin-top: .1rem;
        justify-content: center;
        display: none;
    }
    .list_box4{
        gap: .2rem 3%;
    }
    .title001 .tit-box .img-l img, .title001 .tit-box .img-r img{
        height: .07rem;
    }
    .list_box3 li{
        font-size: .2rem;
    }
}

@media (max-width: 481px){
    .index-s3 .tab-tit .li{
        width: 49%;
    }
    .index-s4 .tab-tit .li{
        width: 49%;
    }
    .index-s4 .items .item {
        width: 100% !important;
    }
    .index-s5 .right .top a{
        flex-wrap: wrap;
    }
    .index-s5 .right .top .pic{
        width: 100%;
        height: auto;
        padding-top: 68.18%;
    }
    .index-s5 .right .top .txt-box{
        width: 100%;
        padding-top: .2rem;
    }
    .list_box2 li a{
        font-size: .18rem;
    }
    .list_box2 li a{
        padding-right: .1rem;
    }
}



@keyframes r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}