@charset "utf-8";
.header{
    position: absolute;
}
.p_first_d,
.p_last_d{
    display:none;
}
.pagination .p_pages {
    text-align: center;
    font-size: 0;
    padding-top: .45rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.pagination .p_pages {
    text-align: center;
    font-size: 0;
    padding-top: .45rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.pagination .p_no_d ,
.pagination .p_no a{
    display: block;
    width: .26rem;
    height: 0.26rem;
    font-size: 0.14rem;
    line-height: 0.26rem;
    text-align: center;
    color: #333333;
    margin: 0 .05rem;
    border-radius: 50%;
}
.pagination a img{
    width: .07rem;
}
.pagination .p_no_d,
.pagination .p_no a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination .p_no_d {
    background: linear-gradient(90deg,#a60732 0%,#f95140 100%);
    color: #fdc9a1;
}

.pagination .p_no:hover a{
    background: linear-gradient(90deg,#a60732 0%,#f95140 100%);
    color: #fdc9a1;
}
.p_prev_d {
    font-size:0;
    background: url('../images/arrow-8.png') no-repeat 50% 50%;
    /* background-size:100%; */
    width: .07rem;
    height: .12rem;
    border-radius: 50%;
    border: none;
    border-radius: 0;
    font-size: 0 !important;
    font-size: .14rem;
    color: #efd072;
    width: 0.16rem;
    /* height: 0.1rem; */
    border: .01rem solid transparent;
    border-radius: 50%;
    font-family: 'FZFYSJW', sans-serif;
    cursor: pointer;
    display: block;
}
.p_next_d{
    font-size:0;
    background: url('../images/arrow-9.png') no-repeat 50% 50%;
    width: .07rem;
    height: .12rem;
}
.inner-page{
    min-height: 100vh;
    padding: 1.58rem 0 1.28rem;
    background: #a50633 url("../images/inner-page1.png") no-repeat bottom center;
    background-size: cover;
}
.inner-page2{
    background-image: url("../images/inner-page2.png");
}
.inner-page3{
    background-image: url("../images/inner-page5.png");
}

.inner-page .tit h2{
    font-size: .44rem;
    line-height: .5rem;
    color: transparent;
    background: linear-gradient(90deg, #a60732 0%, #f95140 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'SourceHanSerifCN',sans-serif;
    font-weight: 900;
    text-shadow: 0 0 .29rem rgba(255, 255, 255, 0.1);
    filter: drop-shadow(0 0 .54rem #fffecd);
    position: relative;
    z-index: 2;
}
.inner-page .tit:before{
    position:absolute;
    content:'';
    left: 50%;
    top: 50%;
    width: 3.3rem;
    height: 1rem;
    background: radial-gradient(50% 50% at 50% 50%, #fffecd 0%, #fffecd00 100%);
    pointer-events:none;
    transform: translate(-50%, -50%);
    opacity: 1;
}
.inner-page .tit{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.26rem;
    padding-bottom: .11rem;
    background: url("../images/n-img-1.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    position: relative;
    z-index: 2;
}
.inner-page .inner{
    margin-top: -.11rem;
    position: relative;
    padding: .32rem .6rem .46rem;
    background: linear-gradient(0deg,#ffe2c6 0%,#ffffff 100%);
}

/*inner-s1*/

.inner-s1 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: .72rem;
}
.inner-s1 li h3{
    flex: 1;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    font-weight: 700;
    padding-left: .2rem;
    background: url("../images/n-img-3.png") no-repeat left center;
    background-size: .08rem;
}
.inner-s1 li time img{
    display: block;
    width: .16rem;
    margin-right: .06rem;
}
.inner-s1 li time{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .3rem;
    color: #a90832;
    font-family: 'SourceHanSerifCN', sans-serif;
    font-weight: 900;
}
.inner-s1 li:not(:last-child):before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #666666;
    opacity: .33;
}
.inner-s1 li:hover h3{
    color: #a60732;
}
.inner-s1 li{
    position: relative;
}

.inner-s1{

}

/*inner-s2*/

.inner-s2 li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .2rem 0;
}
.inner-s2 li .pic{
    width: 3rem;
    height: 1.69rem;
}
.inner-s2 li .text{
    width: calc(100% - 3.36rem);
}
.inner-s2 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    font-weight: 700;
}
.inner-s2 li i{
    display: block;
    height: .01rem;
    background: rgba(102, 102, 102, 0.33);
    position: relative;
    margin-top: .2rem;
}
.inner-s2 li i:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: -.01rem;
    width: .6rem;
    height: .03rem;
    background: #c7122f;
    transition: all .5s;
}
.inner-s2 li p{
    font-size: .16rem;
    line-height: .28rem;
    color: #666666;
    opacity: .66;
    height: .56rem;
    margin-top: .1rem;
}
.inner-s2 li time img{
    display: block;
    width: .16rem;
    margin-right: .07rem;
}
.inner-s2 li time{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .3rem;
    color: #a90832;
    font-family: 'SourceHanSerifCN', sans-serif;
    font-weight: 900;
    margin-top: .15rem;
}

.inner-s2 li:hover h3{
    color: #a60732;
}
.inner-s2 li:hover i:before{
    width: 100%;
}
.inner-page .inner-s2{
    padding-top: .4rem;
    padding-bottom: 1.04rem;
}

/*inner-s3*/

.inner-s3 .dtl-tit h3{
    font-size: .28rem;
    line-height: .38rem;
    color: #222222;
    text-align: center;
}
.inner-s3 .dtl-tit .cont{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: .2rem;
    gap: 0 .26rem;
}
.inner-s3 .dtl-tit .cont .li{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
}
.inner-s3 .dtl-tit .cont .li img{
    display: block;
    width: .16rem;
    margin-right: .08rem;
}
.inner-s3 .dtl-tit{
    padding-bottom: .15rem;
    border-bottom: .01rem solid rgba(102, 102, 102, 0.2);
}
.inner-s3 .dtl-text p{
    font-size: 14pt;
    line-height: 180%;
    color: #333333;
    text-indent: 2em;
}
.inner-s3 .dtl-text p + p{
    margin-top: .3rem;
}
.inner-s3 .dtl-text p img{
    display: block;
    width: auto;
    max-width: 650px !important;
    height: auto;

    margin: 0 auto;
}
.inner-s3 .dtl-text{
    margin-top: .23rem;
}

.inner-page .inner-s3{
    padding-top: .53rem;
    padding-bottom: 1.47rem;
}


/*inner-s4*/
.inner-s4 li{
    width: 47.5%;
}
.inner-s4 li a{
    display: block;
    position: relative;
    box-shadow: 0 .1rem .16rem rgba(7, 43, 109, 0.14);
}
.inner-s4 li .pic{
    padding-top: 3.57rem;
}
.inner-s4 li .text{
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .3rem 0 .38rem;
    z-index: 3;
    min-width: 4rem;
    height: .84rem;
    background: linear-gradient(90deg, rgba(12, 63, 144, 0.84) 0%, rgba(199, 18, 51, 0.84) 100%);
}
.inner-s4 li h3{
    font-size: .24rem;
    line-height: .3rem;
    color: #ffffff;
    flex: 1;
    font-weight: 700;
}
.inner-s4 li h6{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .3rem;
    color: #ffffff;
}
.inner-s4 li h6 img{
    display: block;
    width: .21rem;
    margin-right: .07rem;
}
.inner-s4 ul{
    padding: 0 .5rem;
}
.inner-page .inner-s4{
    padding-top: .81rem;
    padding-bottom: 1.41rem;
}


/*inner-s5*/

.inner-s5 .item-l{
    width: 10.6rem;
}
.inner-s5 .swiperHg a{
    display: block;
    position: relative;
}
.inner-s5 .swiperHg .pic{
    padding-top: 5.99rem;
}
.inner-s5 .swiperHg .text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .27rem;
    padding: 0 .54rem 0 .4rem;
    z-index: 5;
}
.inner-s5 .swiperHg h3{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.inner-s5 .swiperHg h3 span{
    flex: 1;
    font-size: .32rem;
    line-height: .4rem;
    color: #ffffff;
    font-weight: 700;
}
.inner-s5 .swiperHg h3 em{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #ffffff;
    margin-left: .2rem;
    flex-shrink: 0;
}
.inner-s5 .swiperHg i{
    display: block;
    height: .01rem;
    background: #ffffff;
    opacity: .44;
    margin-top: .14rem;
}
.inner-s5 .swiperHg p{
    font-size: .16rem;
    line-height: .26rem;
    color: #ffffff;
    margin-top: .15rem;
}
.inner-s5 .swiperHg a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.62rem;
    background: url("../images/n-img-14.png") repeat-x bottom center;
    background-size: auto 100%;
    pointer-events: none;
}
.inner-s5 .item-r{
    width: 1.59rem;
    position: relative;
    padding: .4rem .1rem .35rem .09rem;
    filter: drop-shadow(0 0 .16rem rgba(3, 33, 82, 0.08));
}
.inner-s5 .swiperHgg{
    height: 5.24rem;
}
.inner-s5 .swiperHgg li a{
    height: 100%;
    display: block;
    position: relative;
}
.inner-s5 .swiperHgg li .pic{
    height: 100%;
}
.inner-s5 .swiperHgg li a:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: .03rem solid #c7112f;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    z-index: 3;
    pointer-events: none;
    box-sizing: border-box;
}
.inner-s5 .swiperHgg li.swiper-slide-thumb-active a:after{
    opacity: 1;
    visibility: visible;
}
.inner-s5 .btn{
    position: absolute;
    width: .26rem;
    height: .14rem;
    background: no-repeat 50% 50%;
    background-size: 100% 100%;
    transform: translateX(-50%);
    left: 50%;
    top: auto;
}
.inner-s5 .prev{
    top: 0;
    background-image: url("../images/arrow-10.png");
}
.inner-s5 .next{
    bottom: 0;
    right: auto;
    background-image: url("../images/arrow-11.png");
}
.inner-s5 .item-r:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffff;

    pointer-events: none;
    mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%,#000 80%, rgba(0, 0, 0, 0) 100%);
}

.inner-page .inner-s5{
    padding: .8rem 1.1rem 1.03rem;
}

/*inner-s6*/

.inner-s6 ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-s6 ul li>div{
    width: 33.33%;
    font-size: .2rem;
    line-height: .4rem;
    color: #333333;
    text-align: center;
}
.inner-s6 ul li.li-tit>div{
    font-size: .24rem;
    color: #ab0b33;
    line-height: .8rem;
    font-weight: 500;
}
.inner-s6 ul li.li-tit:before,
.inner-s6 ul li.li-tit:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: .01rem;
    background: #c52237;
}
.inner-s6 ul li.li-tit:before{
    top: 0;
}
.inner-s6 ul li.li-tit:after{
    bottom: 0;
}
.inner-s6 ul li.li-tit{
    position: relative;
    background: url("../images/n-img-15.png") repeat-x 50% 50%;
    background-size: auto 100%;
}
.inner-s6 ul li + li{
    margin-top: .2rem;
}
.inner-page .inner-s6{
    padding: .73rem 1.1rem 1.03rem;
}

.n-dh{
    display: flex;
    align-items: center;
    gap: 0 .2rem;
}
.n-dh .li{
    width: 1.52rem;
    height: .49rem;
    background: url("../images/n-img-20.png") no-repeat 50% 50%;
    transition: all .5s;
}
.n-dh .li a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .2rem;
    height: 100%;
    color: #666666;
    font-family: 'FZFYSJW', sans-serif;
    font-weight: 700;
    transition: all .5s;
}
.n-dh .li:hover,
.n-dh .li.active{
    background-image: url("../images/n-img-21.png");
}
.n-dh .li:hover a,
.n-dh .li.active a{
    color: #a90832;
}


/*inner-s7*/
.inner-s7 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .2rem;
}
.inner-s7 li time{
    display: block;
    margin-right: .3rem;
    flex-shrink: 0;
    text-align: center;
    color: #b60b31;
    font-family: 'SourceHanSerifCN', sans-serif;
    font-weight: 900;
    line-height: 1;
}
.inner-s7 li time span{
    display: block;
    font-size: .26rem;
}
.inner-s7 li time em{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .16rem;
    margin-top: .05rem;
}
.inner-s7 li time em:before,
.inner-s7 li time em:after{
    display: block;
    content: '';
    width: .12rem;
    height: 1px;
    background: #c00e30;
}
.inner-s7 li .line{
    width: .01rem;
    height: .45rem;
    background: rgba(0, 0, 0, 0.3);
    margin-right: .3rem;
    flex-shrink: 0;
}
.inner-s7 li .text{
    flex: 1;
    overflow: hidden;
}
.inner-s7 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    font-weight: 700;
}
.inner-s7 li h4{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 .3rem;
    margin-top: .1rem;
}
.inner-s7 li h4 span{
    display: flex;
    align-items: center;
    gap: 0 .08rem;
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
}
.inner-s7 li h4 span img{
    display: block;
    height: .16rem;
}

.inner-s7 li + li{
    margin-top: .25rem;
}
.inner-s7 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: .01rem solid rgba(0, 0, 0, 0.3);
    border-radius: .01rem;
    transition: all .5s;
    pointer-events: none;
}
.inner-s7 li:hover time{
    color: #a60732;
}
.inner-s7 li:hover time em:before,
.inner-s7 li:hover time em:after{
    background: #a60732;
}
.inner-s7 li:hover h3{
    color: #a60732;
}
.inner-s7 li:hover:before{
    border-color: rgba(0, 0, 0, 0.3);
}
.inner-s7 li{
    position: relative;
}




/*2026.08.12增加*/
.inner-page8{
    background-image: url(../images/s8-bg1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
}
.inner-page8 .wp{
    width: 14.4rem;
}
.inner-s8{
    position: relative;
    z-index: 1;
}
.inner-s8 .bg-fly{
    position: absolute;
    right: -1.6rem;
    top: -0.2rem;
    width: 3.51rem;
    z-index: -1;
}
.inner-s8 .bg-fly img{
    display: block;
    width: 100%;
}
.inner-s8 .big-tit{
    margin-bottom: 0.13rem;
    position: relative;
z-index:2;
}
.inner-s8 .big-tit img{
    margin: 0 auto;
    display: block;
    max-height: 2.47rem;
}
.inner-s8 .precis{
    margin-bottom: 0.69rem;
    padding-left: 1.48rem;
    min-height: 2.68rem;
    position: relative;
    display: flex;
}
.inner-s8 .precis .bg{
    position: absolute;
    left: -2.4rem;
    top: -2.49rem;
    width: 5.14rem;
    pointer-events: none;
    z-index: 1;
}
.inner-s8 .precis .bg img{
    display: block;
    width: 100%;
}
.inner-s8 .precis .tt{
    font-family: 'SourceHanSerifCN';
    font-weight: 700;
    padding: 0 0.12rem;
    padding-top: 0.6rem;
    width: 0.8rem;
    background: url(../images/s8-bg3.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    font-size: 0.42rem;
    color: #A60003;
    line-height: 1.25;
    text-align: center;
    flex-shrink: 0;
    order: 2;
}
.inner-s8 .precis .tt:before, .inner-s8 .precis .tt:after{
    content: '';
    position: absolute;
    right: 100%;
    width: 0.12rem;
    height: 0.13rem;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: contain;
    background-size: contain;
}
.inner-s8 .precis .tt:before{
    top: 0;
    background-image: url(../images/s8-bg4.png);
}
.inner-s8 .precis .tt:after{
    bottom: 0;
    background-image: url(../images/s8-bg5.png);
}
.inner-s8 .precis .con{
    font-family: 'SourceHanSerifCN';
    font-weight: 400;
    margin: 0.13rem 0;
    padding: 0.36rem 0.35rem;
    padding-left: 1.5rem;
    background: url(../images/s8-bg2.png) right center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    font-size: 0.16rem;
    color: #FFF9CD;
    text-align: justify;
    line-height: 0.3rem;
    text-indent: 2em;
    flex-grow: 1;
    order: 1;
}
.inner-s8 .precis .con p+p{
    margin-top: 0.16rem;
}
.inner-s8 .tabs{
    margin-bottom: 0.36rem;
}
.inner-s8 .tabs ul{
    display: flex;
    flex-wrap: wrap;
    gap: 0 0.34rem;
}
.inner-s8 .tabs li{
    position: relative;
}
.inner-s8 .tabs li:before, .inner-s8 .tabs li:after{
    content: '';
    position: absolute;
    border: 1px solid #FDE3BF;
    opacity: .3;
    z-index: -1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-s8 .tabs li:before{
    left: -0.02rem;
    top: -0.02rem;
    right: 0.02rem;
    bottom: 0.02rem;
}
.inner-s8 .tabs li:after{
    top: 0.02rem;
    left: 0.02rem;
    right: -0.02rem;
    bottom: -0.02rem;
}
.inner-s8 .tabs a{
    font-family: 'SourceHanSerifCN';
    font-weight: 600;
    padding: 0 0.23rem;
    display: block;
    min-width: 2.52rem;
    font-size: 0.22rem;
    color: #FFF9CD;
    height: 0.61rem;
    line-height: 0.61rem;
    position: relative;
}
.inner-s8 .tabs a:before, .inner-s8 .tabs a:after{
    content: '';
    position: absolute;
    width: 0.08rem;
    height: 0.08rem;
    background-color: #FFF294;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-s8 .tabs a:before{
    left: -0.02rem;
    bottom: -0.02rem;
}
.inner-s8 .tabs a:after{
    right: -0.02rem;
    top: -0.02rem;
}
.inner-s8 .tabs li.on{}
.inner-s8 .tabs li.on:before, .inner-s8 .tabs li.on:after{
    opacity: 1;
}
.inner-s8 .tabs li.on a{}
.inner-s8 .tabs li.on a:before, .inner-s8 .tabs li.on a:after{
    opacity: 1;
}
.inner-s8 .tabs-cont{}
.inner-s8 .tabs-cont .items{}
.inner-s8 .desc{
    padding: 0.6rem 0.7rem 0.69rem;
    font-size: 0.2rem;
    color: #333333;
    line-height: 1.95;
    text-indent: 2em;
    background: linear-gradient(0deg, #FFE2C6, #FFFFFF);
    position: relative;
}
.inner-s8 .desc {
 
    min-height: 6.5rem;
}
.inner-s8 .desc:before{
    content: '';
    position: absolute;
    left: 1.22rem;
    top: -0.07rem;
    width: 0.13rem;
    height: 0.07rem;
    background: url(../images/s8-arrow1.png) center bottom no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.inner-s8 .desc p+p{
    margin-top: 0.17rem;
}

.inner-s8 .items:nth-child(2) .desc:before{
    
left: 4.22rem;
}
.inner-s8 .items:nth-child(3) .desc:before{
    
left: 8.02rem;
}
.inner-s8 .items:nth-child(4) .desc:before{   
right: 2.32rem;  
left: auto;
}
/*2026.08.12增加 end*/