@charset "UTF-8";

.header{
    position: relative;
    height: 1rem;
    background: url("../images/n_head.png") no-repeat right center/cover;
}
.header.on:before{
    height: 100%;
    background: #A11B07;
}
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: .7rem;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 0.12rem;
    height: 0.35rem;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #A11B07;
    color: #fff;
    border: 1px solid #A11B07;
}

.pagination a:hover {
    background: #A11B07;
    color: #fff;
    border: 1px solid #A11B07;
}
.inner_page{
    min-height: calc(100vh - 1rem - .58rem);
    padding: .91rem 0 .58rem;
    background: url("../images/inner-page.png") no-repeat bottom center/cover;
}
.inner_page .leftBox{
    width: .7rem;
    position: relative;
}
.inner_page .leftBox .n_tit{
    position: absolute;
    top: 0;
    right: calc(100% - .07rem);
    width: 1.15rem;
    padding-top: .25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/n-img-1.png") no-repeat top center/100% auto;
}
.inner_page .leftBox .n_tit h2{
    font-size: .34rem;
    line-height: .4rem;
    color: #A11B07;
    width: 2em;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
}


.rightBox{
    width: calc(100% - .7rem);
}
.rightBox .n_tit2 h2{
    font-size: .28rem;
    line-height: .4rem;
    color: #151515;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
}
.rightBox .n_tit2:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .02rem;
    background: #A11B07;
}
.rightBox .n_tit2{
    position: relative;
    padding-bottom: .19rem;
}
/*inner_s1*/

.inner_s1 ul{
    display: flex;
    flex-wrap: wrap;
    gap: .36rem 2.315%;
}
.inner_s1 li{
    width: 31.79%;
}
.inner_s1 li a{
    height: 3.7rem;
    display: block;
    position: relative;
    border-radius: .16rem;
    overflow: hidden;
}
.inner_s1 li .hide{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s1 li .hide:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 81.35%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0.58) 100%);
}
.inner_s1 li .hide .pic{
    height: 100%;
}
.inner_s1 li .hide .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .16rem;
    padding: 0 .38rem;
    z-index: 3;
}
.inner_s1 li .hide time{
    display: block;
    font-size: .16rem;
    line-height: 1;
    color: #FFFFFF;
    font-family: Georgia, serif;
}
.inner_s1 li .hide h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #FFFFFF;
    height: .6rem;
    margin-top: .12rem;
}
.inner_s1 li .hide i{
    display: block;
    height: .01rem;
    background: rgba(255, 255, 255, 0.3);
    margin-top: .09rem;
}
.inner_s1 li .hide p{
    font-size: .14rem;
    line-height: .24rem;
    color: rgba(255, 255, 255, 0.7);
    height: .48rem;
    margin-top: .07rem;
}
.inner_s1 li .show time{
    display: block;
    font-size: .16rem;
    line-height: 1;
    color: #A11B07;
    font-family: Georgia, serif;
}
.inner_s1 li .show h3{
    font-size: .2rem;
    line-height: .32rem;
    color: #151515;
    -webkit-line-clamp: 3;
    max-height: .96rem;
    margin-top: .12rem;
}
.inner_s1 li .show p{
    font-size: .14rem;
    line-height: .24rem;
    color: #A8A8A8;
    -webkit-line-clamp: 3;
    height: .72rem;
    margin-top: .26rem;
}
.inner_s1 li .show{
    height: 100%;
    padding: .41rem .38rem;
    background: #FFFFFF;
}
.inner_s1 li.li1 .show{
    opacity: 0;
    visibility: hidden;
}
.inner_s1 li.li1 .hide h3{
    height: .3rem;
}
.inner_s1 li.li1 .hide{
    opacity: 1;
    visibility: visible;
}
.inner_s1 li.li1{
    width: 65.815%;
}

.inner_s1 li:hover .hide{
    opacity: 1;
    visibility: visible;
}

/*inner_s2*/

.inner_s2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .36rem 0;
}
.inner_s2 li{
    width: 48.63%;
    background: #fff;
    border-radius: .16rem;
    position: relative;
}
.inner_s2 li a{
    position: relative;
    z-index: 2;
    padding: .41rem .51rem .4rem .38rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s2 li time{
    display: block;
    color: #A11B07;
    text-align: right;
    margin-right: .29rem;
    flex-shrink: 0;
    font-family: Georgia, serif;
    transition: .5s;
}
.inner_s2 li time span{
    display: block;
    font-size: .24rem;
    line-height: 1;
}
.inner_s2 li time em{
    display: block;
    font-size: .16rem;
    line-height: 1;
    margin-top: .05rem;
}
.inner_s2 li .line{
    width: .01rem;
    height: 1.45rem;
    background: #DEDEDE;
    margin-top: .08rem;
    margin-right: .28rem;
    flex-shrink: 0;
    transition: .5s;
}
.inner_s2 li .txt{
    flex: 1;
    overflow: hidden;
}
.inner_s2 li h3{
    font-size: .2rem;
    line-height: .32rem;
    color: #151515;
    height: .64rem;
    transition: .5s;
}
.inner_s2 li p{
    font-size: .14rem;
    line-height: .24rem;
    color: #A8A8A8;
    height: .48rem;
    margin-top: .23rem;
    transition: .5s;
}
.inner_s2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #A11B07 url("../images/n-img-4.png") no-repeat bottom center/cover;
    border-radius: .16rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s2 li:hover time{
    color: #fff;
}
.inner_s2 li:hover .line{
    background: #BF422F;
}
.inner_s2 li:hover h3{
    color: #fff;
}
.inner_s2 li:hover p{
    color: rgba(255, 255, 255, 0.7);
}
.inner_s2 li:hover:after{
    opacity: 1;
    visibility: visible;
}

/*inner_s3*/

.inner_s3 .top li a{
    padding: .28rem 0 .3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s3 .top li a .pic{
    width: 3.15rem;
    height: 2.1rem;
    margin-right: .34rem;
    border-radius: 0.16rem;
}
.inner_s3 .top li a .txt{
    flex: 1;
    overflow: hidden;
    position: relative;
    margin-top: .21rem;
    padding-right: 1.7rem;
}
.inner_s3 .top li a h3{
    font-size: .28rem;
    line-height: .36rem;
    color: #151515;
    max-height: .72rem;
    transition: .5s;
}
.inner_s3 .top li a p{
    font-size: .16rem;
    line-height: .3rem;
    color: #767676;
    height: .6rem;
    margin-top: .25rem;
}
.inner_s3 .top li a h6{
    position: absolute;
    right: 0;
    top: 0;
    width: 1.02rem;
    font-size: .14rem;
    line-height: .38rem;
    color: #fff;
    font-family: 'SourceHanSerifCN-Medium',sans-serif;
    text-align: center;
    background: #A11B07;
    border-radius: 50vw;
}
.inner_s3 .top li:hover a h3{
    color: #A11B07;
}
.inner_s3 .top li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #DEDEDE;
}
.inner_s3 .top li{
    position: relative;
}

.inner_s3 .bot_l{
    width: 52.45%;
    margin-top: .22rem;
}
.inner_s3 .slide_hg a{
    display: block;
}
.inner_s3 .slide_hg a time{
    display: none;
}
.inner_s3 .slide_hg a h3{
    font-size: .38rem;
    line-height: .48rem;
    color: #A11B07;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.inner_s3 .slide_hg a p{
    font-size: .18rem;
    line-height: .32rem;
    color: #555555;
    -webkit-line-clamp: 3;
    height: .96rem;
    margin-top: .29rem;
}

.inner_s3 .slide_hg a .pic{
    padding-top: 4.44rem;
    border-radius: .16rem;
}
.inner_s3 .slide_hg a h4{
    font-size: .18rem;
    line-height: .32rem;
    color: #555555;
    text-align: center;
    margin-top: .1rem;
}
.inner_s3 .slide_hg a .img-box{
    margin-top: .41rem;
}
.inner_s3 .bot_r{
    width: 41.15%;
    position: relative;
}
.inner_s3 .slide_hgg li{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.inner_s3 .slide_hgg li h3{
    font-size: 2.4rem;
    line-height: 1;
    color: #A11B07;
    transition: .5s;
    font-family: 'Canela-Regular',sans-serif;
}
.inner_s3 .slide_hgg{
    height: 7.2rem;
}
.inner_s3 .btnBox{
    gap: 0 .33rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner_s3 .btn{
    position: static;
    transform: none;
    width: .4rem;
    height: .4rem;
    background: transparent no-repeat 50%/100%;
    transition: .5s;
}
.inner_s3 .prev{
    background-image: url("../images/prev-1.png");
}
.inner_s3 .next{
    background-image: url("../images/next-1.png");
}
.inner_s3 .prev:hover{
    background-image: url("../images/prev-2.png");
}
.inner_s3 .next:hover{
    background-image: url("../images/next-2.png");
}
.inner_s3 .bot_r:after{
    position: absolute;
    content: '';
    right: 0;
    top: -.11rem;
    bottom: -.11rem;
    width: .08rem;
    background: url("../images/n-img-7.png") no-repeat top center/100% 100%;
}
.inner_s3 .bot{
    margin-top: .53rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
}

/*inner_s4*/
.inner_s4 li a{
    padding: .53rem 0 .51rem;
    display: block;
    position: relative;
}
.inner_s4 li .txt-box{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s4 li time{
    display: block;
    color: #A11B07;
    text-align: right;
    font-family: Georgia, serif;
    margin-right: .31rem;
    flex-shrink: 0;
}
.inner_s4 li time span{
    display: block;
    font-size: .24rem;
    line-height: 1;
}
.inner_s4 li time em{
    display: block;
    font-size: .16rem;
    line-height: 1;
    margin-top: .05rem;
}
.inner_s4 li .dots:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: .08rem;
    height: .08rem;
    background: #CDCDCD;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    transition: .5s;
}
.inner_s4 li .dots{
    position: relative;
    width: .16rem;
    height: .16rem;
    border-radius: 50%;
    background: transparent;
    margin-right: .22rem;
    flex-shrink: 0;
    margin-top: .13rem;
    transition: .5s;
}
.inner_s4 li .txt{
    flex: 1;
    overflow: hidden;
}
.inner_s4 li h3{
    font-size: .28rem;
    line-height: .32rem;
    color: #151515;
    transition: .5s;
}
.inner_s4 li p{
    font-size: .16rem;
    line-height: .3rem;
    color: #767676;
    height: .6rem;
    margin-top: .25rem;
}
.inner_s4 li .img-box{
    position: absolute;
    right: .34rem;
    bottom: -.94rem;
    z-index: 3;
    box-shadow: 0 .04rem .09rem rgba(68, 9, 0, 0.3);
    border-radius: .16rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s4 li .pic{
    width: 3.15rem;
    height: 2.1rem;
    border-radius: .16rem;
}
.inner_s4 li:after{
    position: absolute;
    content: '';
    left: 1.3rem;
    right: 0;
    bottom: 0;
    height: .08rem;
    background: url("../images/s1-img-1.png") repeat-x left center/auto 100%;
}
.inner_s4 li:hover h3{
    color: #A11B07;
}
.inner_s4 li:hover .img-box{
    opacity: 1;
    visibility: visible;
}
.inner_s4 li:hover .dots:after{
    background: #A11B07;
}
.inner_s4 li:hover .dots{
    background: rgba(161, 27, 7, 0.2);
}

.inner_s4 li{
    position: relative;
}
.inner_s4 ul:before{
    position: absolute;
    content: '';
    left: .99rem;
    top: .49rem;
    bottom: 0;
    width: .01rem;
    background: #CDCDCD;
}
.inner_s4 ul{
    position: relative;
    padding-bottom: .3rem;
}
.inner_s4{
    margin-top: -.34rem;
}

/*inner_s5*/

.inner_s5 ul{
    position: relative;
}
.inner_s5 li{
    width: 32.37%;
    margin-bottom: .2rem;
}
.inner_s5 li a{
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: .16rem;
}
.inner_s5 li a .img img{
    display: block;
    width: 100%;
}
.inner_s5 li a .txt img{
    display: block;
    width: .24rem;
    margin-right: .08rem;
    margin-top: .01rem;
}
.inner_s5 li a h3{
    flex: 1;
    font-size: .2rem;
    line-height: .26rem;
    color: #fff;
    max-height: .52rem;
}
.inner_s5 li a .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .12rem;
    padding: 0 .2rem 0 .15rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    z-index: 3;
}
.inner_s5 li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 51.89%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0.58) 100%);
    z-index: 2;
}
.inner_s5:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 24px;
    height: 5.26rem;
    background: url("../images/n-img-15.png") no-repeat bottom center/100% auto;
    z-index: 5;
}
.inner_s5 .gd{
    position: relative;
    z-index: 6;
    display: flex;
    justify-content: center;
    margin-top: .21rem;
}
.inner_s5 .gd a{
    display: block;
}
.inner_s5 .gd img{
    display: block;
    width: .34rem;
    animation: bb 2s linear 0s infinite;
}
.inner_s5{
    position: relative;
}

/*inner_s6*/
.inner_s6 .dtl_tit h2{
    font-size: .3rem;
    line-height: .4rem;
    color: #151515;
    font-weight: bold;
    text-align: center;
}
.inner_s6 .dtl_tit .cont .li{
    font-size: .16rem;
    line-height: .4rem;
    color: #767676;
}
.inner_s6 .dtl_tit .cont{
    margin-top: .19rem;
    gap: 0 .3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inner_s6 .dtl_tit{
    padding-bottom: .28rem;
    border-bottom: .01rem dashed #BFBFBF;
}
.inner_s6 .dtl_txt p{
    font-size: .18rem;
    line-height: .34rem;
    color: #151515;
    text-indent: 2em;
}
.inner_s6 .dtl_txt p + p{
    margin-top: .34rem;
}
.inner_s6 .dtl_txt p img{
    display: block;
    width: auto;
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
}
.inner_s6 .dtl_txt{
    margin-top: .22rem;
}
.inner_s6 .dtl_page{
    margin-top: .64rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s6 .dtl_page .p{
    width: 49.25%;
    position: relative;
    font-size: .16rem;
    line-height: .24rem;
    padding: .25rem .38rem .32rem;
    border: .01rem solid #DFDFDF;
    background: #FFFFFF;
}
.inner_s6 .dtl_page .p:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: .02rem;
    background: #A11B07;
}
.inner_s6 .dtl_page .p span{
    display: block;
    color: #767676;
    transition: .5s;
}
.inner_s6 .dtl_page .p a{
    display: block;
    color: #151515;
    transition: .5s;
}
.inner_s6 .dtl_page .p:hover span,
.inner_s6 .dtl_page .p:hover a{
    color: #A11B07;
}
.inner_s6 .dtl_l{
    position: fixed;
    margin-left: -1rem;
    margin-top: 1.61rem;
    z-index: 5;
}
.inner_s6 .dtl_l .li{
    position: relative;
    margin-bottom: .07rem;
    cursor: pointer;
}
.inner_s6 .dtl_l .li .show img{
    display: block;
    width: .5rem;
}
.inner_s6 .dtl_l .li .show span{
    display: block;
    font-size: .16rem;
    line-height: .36rem;
    color: #888888;
    text-align: center;
}
.inner_s6 .dtl_l .li .hide{
    position: absolute;
    top: 0;
    right: calc(100% + .2rem);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s6 .dtl_l .li:hover .hide{
    opacity: 1;
    visibility: visible;
}

.inner_s6{
    position: relative;
    padding: .44rem .41rem .81rem 1.36rem;
    background: #FFFFFF;
}
/*inner_s7*/
.inner_s7 .item1 h3{
    font-size: .24rem;
    line-height: .4rem;
    color: #F4EEDA;
    text-align: center;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.inner_s7 .item1 .desc{
    font-size: .16rem;
    line-height: .34rem;
    color: #F4EEDA;

}
.inner_s7 .item1 .txt-box::-webkit-scrollbar {display: none}
.inner_s7 .item1 .txt-box{
    height: 4.42rem;
    overflow-y: auto;
    mask-image: linear-gradient(181deg, #F4EEDA 41%, rgba(244, 238, 218, 0) 89%);
    margin-top: .29rem;
}
.inner_s7 .item1 .ajaxNore{
    display: block;
    margin-top: -.09rem;
    position: relative;
    z-index: 2;
}
.inner_s7 .item1 .ajaxNore img{
    display: block;
    width: .34rem;
    margin: 0 auto;
    cursor: pointer;
}
.inner_s7 .item1{
    padding: .38rem .33rem ;
}
.inner_s7 .item a{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.inner_s7 .item a .icon{
    width: .7rem;
    height: .7rem;
    position: relative;
    margin: 0 auto;
}
.inner_s7 .item a h3{
    font-size: .24rem;
    line-height: .4rem;
    color: #FFFFFF;
    text-align: center;
    margin-top: .04rem;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.inner_s7 .item a:hover .icon img{
    animation:beat 0.5s 1
}
.inner_s7{
    position: relative;
    height: 6.7rem;
    margin-top: -.53rem;
}


@media (min-width: 1025px) {
    .inner_s3 .top li a{
        height: 2.67rem;
    }
    .inner_s3 .slide_hgg li.swiper-slide-active + li h3{
        background: linear-gradient(181deg, #A0060D -12%, #EBD4CD 70%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }
    .inner_s3 .slide_hgg li.swiper-slide-active + li + li h3{
        color: rgba(161, 27, 7, 0.16);
    }
    .inner_s3 .btnBox{
        padding-right: 1rem;
        margin-top: -.3rem;
    }
    .inner_s4 li:hover p{
        padding-right: .66rem;
    }

    .inner_s7 .item{
        position: absolute;
    }
    .inner_s7 .item1{
        left: 29.11%;
        top: 0;
        width: 30.34%;
        height: 93.58%;
        background: url("../images/n-img-20.png") no-repeat 50%/100% 100%;
        z-index: 3;
    }
    .inner_s7 .item2{
        left: 0;
        top: 6.119%;
        width: 33.77%;
        height: 93.88%;
        background: url("../images/n-img-25.png") no-repeat 50%/100% 100%;
    }
    .inner_s7 .item3{
        left: 53.49%;
        top: 9.55%;
        width: 39.17%;
        height: 85.37%;
        border-radius: 50%;
        background: #000000 url("../images/n-img-26.png") no-repeat 50%/cover;
    }
    .inner_s7 .item4{
        left: 85.75%;
        top: 0;
        width: 14.25%;
        height: 74.03%;
        background: url("../images/n-img-27.png") no-repeat 50%/100% 100%;
        z-index: 3;
    }
}

@media (max-width: 1199px) {
    .inner_page .leftBox{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .inner_page .leftBox .n_tit{
        position: static;
        width: auto;
        padding-top: .15rem;
    }
    .inner_page .leftBox .n_tit h2{
        width: auto;
    }
    .inner_page{
        padding: .4rem 0;
    }
    .rightBox{
        width: 100%;
        margin-top: .3rem;
    }
}
@media (max-width: 1025px) {
    .inner_page .leftBox .n_tit h2{
        font-size: .26rem;
        line-height: .3rem;
    }
    .inner_page .leftBox .n_tit{
        padding-top: .1rem;
    }

    .inner_s1 li.li1{
        width: 100%;
    }
    .inner_s1 li.li1 a{
        height: 40vw;
    }

    .inner_s1 li .hide .txt{
        padding: 0 .2rem;
        bottom: .15rem;
    }
    .inner_s1 li .hide h3{
        margin-top: .1rem;
    }
    .inner_s1 li a{
        height: auto;
        border-radius: .1rem;
    }
    .inner_s1 li .show{
        padding: .2rem ;
    }
    .inner_s1 li:not(.li1) .hide{
        display: none;
    }
    .inner_s1 li .show p{
        margin-top: .1rem;
    }
    .inner_s1 li .show h3{
        margin-top: .05rem;
    }
    .inner_s1 li:hover .show h3{
        color: #A11B07;
    }
    .inner_s1 li{
        width: 100%;
    }
    .inner_s1 ul{
        gap: .2rem 0;
    }
    .inner_s2 li time{
        margin-right: .15rem;
    }
    .inner_s2 li .line{
        height: 1.2rem;
        margin-top: 0;
        margin-right: .15rem;
    }
    .inner_s2 li h3{
        line-height: .3rem;
        height: .6rem;
    }
    .inner_s2 li p{
        margin-top: .05rem;
    }
    .inner_s2 li a{
        padding: .2rem;
    }
    .inner_s2 li,
    .inner_s2 li:after{
        border-radius: .1rem;
    }
    .inner_s2 li{
        width: 49%;
    }
    .inner_s2 ul{
        gap: .2rem 0;
    }
    .rightBox .n_tit2 h2{
        font-size: .22rem;
        line-height: .3rem;
    }
    .rightBox .n_tit2{
        padding-bottom: .1rem;
    }
    .inner_s3 .top li a{
        padding: .2rem 0;
    }
    .inner_s3 .top li a h3{
        font-size: .2rem;
        line-height: .3rem;
        max-height: .6rem;
    }
    .inner_s3 .top li a p{
        margin-top: .1rem;
    }
    .inner_s3 .top li a h6{
        position: static;
        margin-top: .1rem;
        line-height: .32rem;
    }
    .inner_s3 .top li a .txt{
        padding-right: 0;
        margin-top: 0;
        align-self: center;
    }
    .inner_s3 .bot_l{
        width: 100%;
        margin-top: 0;
    }
    .inner_s3 .slide_hg a time{
        display: block;
        font-size: .5rem;
        line-height: 1;
        font-family: 'Canela-Regular',sans-serif;
        color: #A11B07;
        margin-bottom: .15rem;
    }
    .inner_s3 .slide_hg a h3{
        font-size: .24rem;
        line-height: .3rem;
    }
    .inner_s3 .slide_hg a p{
        font-size: .18rem;
        line-height: .26rem;
        height: .78rem;
        margin-top: .1rem;
    }
    .inner_s3 .slide_hg a .pic{
        padding-top: 60.91%;
        border-radius: .1rem;
    }
    .inner_s3 .slide_hg a .img-box{
        margin-top: 0;
    }
    .inner_s3 .slide_hg a{
        display: flex;
        flex-direction: column-reverse;
        gap: .2rem 0;
    }
    .inner_s3 .bot_r{
        width: 100%;
        display: none;
    }
    .inner_s3 .slide_hgg{
        height: auto;
    }
    .inner_s3 .slide_hgg li h3{
        font-size: .5rem;
        line-height: 1;
    }
    .inner_s3 .slide_hgg li{
        justify-content: center;
    }
    .inner_s3 .btn{
        width: .2rem;
        height: .2rem;
        position: absolute;
        transform: translateY(-50%);
    }
    .inner_s3 .prev{
        left: 0;
        transform: translateY(-50%) rotate(90deg);
    }
    .inner_s3 .next{
        right: 0;
        transform: translateY(-50%) rotate(90deg);
    }
    .inner_s3 .bot_r:after{
        display: none;
    }
    .inner_s3 .bot{
        margin-top: .3rem;
    }
    .inner_s4 li h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner_s4 li p{
        line-height: .26rem;
        height: .52rem;
        margin-top: .1rem;
    }
    .inner_s4 li time{
        margin-right: 0;
        text-align: left;
        display: flex;
        align-items: baseline;
    }
    .inner_s4 li time span{
        margin-right: .1rem;
    }
    .inner_s4 li time em{
        margin-top: 0;
    }
    .inner_s4 li .dots{
        margin-right: .15rem;
        display: none;
    }
    .inner_s4 li a{
        padding: .2rem 0 .25rem;
    }
    .inner_s4 li .img-box{
        position: static;
        opacity: 1;
        visibility: visible;
        margin-right: .2rem;
        flex-shrink: 0;
    }
    .inner_s4 li .pic{
        border-radius: .1rem;
    }
    .inner_s4 li .txt{
        margin-top: .15rem;
    }
    .inner_s4 li .txt-box{
        flex: 1;
        overflow: hidden;
        display: block;
    }
    .inner_s4 li a{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .inner_s4 li:after{
        left: 0;
        height: .05rem;
    }
    .inner_s4 ul:before{
        display: none;
    }
    .inner_s4 ul{
        padding-bottom: 0;
    }
    .inner_s4{
        margin-top: -.2rem;
    }
    .inner_s5 li{
        width: 49%;
    }
    .inner_s5 li a{
        border-radius: .1rem;
    }
    .inner_s5 .gd img{
        width: .24rem;
    }
    .inner_s6 .dtl_tit h2{
        font-size: .24rem;
        line-height: 1.5;
    }
    .inner_s6 .dtl_tit .cont .li{
        font-size: .16rem;
        line-height: .26rem;
    }
    .inner_s6 .dtl_tit .cont{
        margin-top: .15rem;
        gap: 0 .2rem;
    }
    .inner_s6 .dtl_tit{
        padding-bottom: .2rem;
    }
    .inner_s6 .dtl_txt p + p{
        margin-top: .1rem;
    }
    .inner_s6 .dtl_txt p{
        line-height: 1.85;
    }
    .inner_s6 .dtl_txt{
        margin-top: .2rem;
    }
    .inner_s6 .dtl_page .p{
        padding: .15rem;
        font-size: .18rem;
        line-height: .26rem;
    }
    .inner_s6 .dtl_page{
        margin-top: .3rem;
    }
    .inner_s6 .dtl_l{
        display: none;
    }
    .inner_s6{
        padding: .2rem;
    }
    .inner_s7 .item1 h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner_s7 .item1 .desc{
        line-height: .32rem;
    }
    .inner_s7 .item1 .txt-box{
        height: 3.52rem;
        margin-top: .1rem;
    }
    .inner_s7 .item1 .ajaxNore img{
        width: .25rem;
    }
    .inner_s7 .item1{
        width: 100%;
        padding: .2rem;
        background: #A11B07;
        border-radius: .1rem;
    }
    .inner_s7 .item2,
    .inner_s7 .item3,
    .inner_s7 .item4{
        width: 32%;
        height: 2.4rem;
        position: relative;
        border-radius: .1rem;

    }
    .inner_s7 .item a .icon{
        width: .5rem;
        height: .5rem;
    }
    .inner_s7 .item a h3{
        font-size: .18rem;
        line-height: .3rem;
        margin-top: .1rem;
    }
    .inner_s7 .item a{
        position: static;
        transform: none;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .inner_s7 .item2{
        background: #000 url("../images/n-img-28.png") no-repeat 50%/cover;
    }
    .inner_s7 .item3{
        background: #000 url("../images/n-img-26.png") no-repeat 50%/cover;
    }
    .inner_s7 .item4{
        background: #DDB571;
    }
    .inner_s7{
        gap: .2rem 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: auto;
        margin-top: 0;
    }
}
@media (max-width: 769px) {
    .inner_s2 li{
        width: 100%;
    }
    .inner_s3 .top li a .pic{
        width: 100%;
        height: auto;
        padding-top: 66.66%;
        border-radius: .1rem;
        margin-right: 0;
    }
    .inner_s3 .top li a .txt{
        flex: inherit;
        width: 100%;
    }
    .inner_s3 .top li a{
        gap: .2rem 0;
    }
    .inner_s4 li .img-box{
        width: 100%;
        margin-right: 0;
    }
    .inner_s4 li .pic{
        width: 100%;
        height: auto;
        padding-top: 66.66%;
    }
    .inner_s4 li .txt-box{
        flex: inherit;
        width: 100%;
        margin-top: .15rem;
    }
    .inner_s6 .dtl_page .p{
        width: 100%;
    }
    .inner_s6 .dtl_page{
        gap: .2rem 0;
    }
}
@media (max-width: 481px) {
    .inner_s1 li.li1 a{
        height: 52vw;
    }
    .inner_s3 .slide_hg a{
        gap: .1rem 0;
    }
    .inner_s5 li{
        margin-bottom: .1rem;
    }
    .inner_s5 li a .txt img{
        display: none;
    }
    .inner_s5 li a .txt{
        padding: 0 .15rem;
    }
    .inner_s7 .item2, .inner_s7 .item3, .inner_s7 .item4{
        width: 49%;
        height: 2rem;
    }
    .inner_s7 .item1 .desc{
        font-size: .18rem;
    }
}

/*2025-09-19*/

.zf_box{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    z-index: 99;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 1s .2s cubic-bezier(0.77, 0, 0.175, 1)
}
.zf_box .zf_bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/index_s5.png") no-repeat bottom center/cover;
}

.zf_box .zf_con{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 1rem;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.zf_box .zf_top{
    width: 9.8rem;
    height: 5.6rem;
    background: url("../images/zf-img-1.png") no-repeat bottom left/cover;
    border-radius: .16rem;
    box-shadow: 0 0 .26rem #FFE7BC;
    display: flex;
    justify-content: space-between;
    padding: .52rem .92rem;
    position: relative;
}
.zf_box .zf_top .img{
    width: .86rem;
    margin-left: .14rem;
}
.zf_box .zf_top .img img{
    display: block;
    width: 100%;
}
.zf_box .zf_top ul{
    width: 4.77rem;
    margin-top: .19rem;
}
.zf_box .zf_top ul li{
    display: flex;
    align-items: flex-start;
}
.zf_box .zf_top ul li span{
    display: block;
    font-size: .16rem;
    color: #151515;
    line-height: .38rem;
    width: .7rem;
    flex-shrink: 0;
}
.zf_box .zf_top ul li .right{
    flex: 1;
    position: relative;
}
.zf_box .zf_top ul li input{
    display: block;
    width: 100%;
    height: .38rem;
    font-size: .16rem;
    color: #151515;
    background: url("../images/zf-img-2.png") repeat-x left bottom/auto .38rem;
}
.zf_box .zf_top ul li textarea{
    display: block;
    width: 100%;
    min-height: 1.52rem;
    font-size: .16rem;
    line-height: .38rem;
    color: #151515;
    background: url("../images/zf-img-2.png") repeat-y left bottom/100% .38rem;
    border: none;
    outline: none;
    resize: none;
    overflow: hidden;
    font-family: "Microsoft YaHei",sans-serif;
}
.zf_box .zf_top ul li + li{
    margin-top: .1rem;
}
.zf_box .zf_btn button{
    display: block;
    width: 2.4rem;
    height: .64rem;
    font-size: .18rem;
    color: #A11B07;
    text-align: center;
    background: linear-gradient(154deg, #FFF6E2 13%, #FDC564 67%), #D8D8D8;
    box-shadow: 0 0 .26rem #FFE7BC;
    border-radius: 50vw;
    cursor: pointer;
    margin: 0 auto;
}
.zf_box .zf_btn{
    margin-top: .38rem;
}

.zf_box .zf_close{
    position: absolute;
    width: .4rem;
    height: .4rem;
    top: -.08rem;
    left: calc(100% + .2rem);
    cursor: pointer;
    z-index: 99;
}
.zf_box .zf_close img{
    display: block;
    width: 100%;
}

.zf_box.show{

    transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1);
    clip-path: inset(0 0 0 0)
}

@media (max-width: 1025px) {
    .zf_box .zf_top{
        max-width: 96%;
        padding: .5rem .4rem;
    }
}

@media (max-width: 769px) {
    .zf_box .zf_top .img{
        width: 100%;
    }
    .zf_box .zf_top .img img{
        width: .7rem;
        margin: 0 auto;
    }
    .zf_box .zf_top ul{
        width: 100%;
        margin-top: .2rem;
    }
    .zf_box .zf_top{
        flex-wrap: wrap;
        padding: .3rem;
        height: auto;
        background-size: cover;
        background-position: bottom center;
        border-radius: .1rem;
    }
}

/*2025-09-22*/

.inner_s8 li .a{
    height: .85rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
}
.inner_s8 li h3{
    font-size: .26rem;
    color: #F4EEDA;
    margin-right: .3rem;
    flex-shrink: 0;
}
.inner_s8 li .line{
    display: block;
    width: .01rem;
    height: .32rem;
    background: #F4EEDA;
    margin-right: .3rem;
    flex-shrink: 0;
}
.inner_s8 li h4{
    font-size: .2rem;
    flex: 1;
    color: #fff;
}
.inner_s8 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: rgba(216, 216, 216, 0.2);
}
.inner_s8 li {
    position: relative;
}

.inner_s8 .scroll{
    height: calc(100vh - 1.64rem - .58rem);
    overflow-y: auto;
    mask-image: linear-gradient(181deg, rgba(244, 238, 218, 1) 41%, rgba(244, 238, 218, 0) 100%);
}
.inner_s8 .scroll::-webkit-scrollbar {display: none}

.inner_s8 .ajaxNore{
    display: block;
    margin-top: -.09rem;
    position: relative;
    z-index: 2;
}
.inner_s8 .ajaxNore img{
    display: block;
    width: .34rem;
    margin: 0 auto;
    cursor: pointer;
}

.inner_s8 {
    margin-top: -.27rem;
}

@media (max-width: 1025px) {
    .inner_s8 li h3{
        color: #000;
        font-size: .2rem;
        margin-right: .15rem;
    }
    .inner_s8 li .line{
        height: .24rem;
        background: #A11B07;
        margin-right: .15rem;
    }
    .inner_s8 li h4{
        color: #333;
        font-size: .18rem;
    }
    .inner_s8 li .a{
        height: .74rem;
    }
    .inner_s8 li:after{
        background: #A11B07;
    }
    .inner_s8 .scroll{
        mask: none;
        height: auto;
        overflow: visible;
    }
    .pagination{
        padding-top: .3rem;
    }
}