@charset "utf-8";

h1,h2,h3,h4,h5,h6 {font-weight: normal}

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 1.12rem;
}
.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: #7D1C4A;
    color: #fff;
    border: 1px solid #7D1C4A;
}

.pagination a:hover {
    background: #7D1C4A;
    color: #fff;
    border: 1px solid #7D1C4A;
}

.inner-page{
    padding-bottom: 1.47rem;
    background: url("../images/inner-page.png") no-repeat bottom center/100% auto;
}
.header:after{
    opacity:.8
}
.n-banner .img img{
    display: block;
    width: 100%;
}

.n-banner{
    position: relative;
}

.leftNav{
    width: 20%;
    position: relative;
    align-items: flex-start;
    margin-top: -1.38rem;
}
.leftNav .tit h2{
    font-size: .4rem;
    line-height: .58rem;
    color: #FFFFFF;
    font-weight: 700;
    padding: 0 .4rem;
    position: relative;
}
.leftNav .tit h2:before,
.leftNav .tit h2:after{
    position: absolute;
    content: '';
    top: 50%;
    width: .25rem;
    height: .01rem;
    background: #FFFFFF;
    opacity: .5;
}
.leftNav .tit h2:before{
    left: 0;
}
.leftNav .tit h2:after{
    right: 0;
}
.leftNav .tit {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .52rem 0 .28rem;
    background: url("../images/n-img-1.png") no-repeat bottom center/100% 100%;
}

.leftNav .box h3{
    position: relative;
    font-size: .24rem;
    line-height: .35rem;
    color: #333333;
    padding: .3rem 0;
    transition: all .5s;
}
.leftNav .box h3 a{display: block;padding: 0 .41rem; font-size: inherit; color: inherit;}
.leftNav .box h3:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .25rem;
    height: .22rem;
    background: url("../images/n-img-2.png") no-repeat 50%/100%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.leftNav .box h3 i{
    position: absolute;
    right: 0;
    top: 50%;
    width: .06rem;
    height: .11rem;
    background: url("../images/arrows-1.png") no-repeat 50%/100%;
    margin-top: -.055rem;
    cursor: pointer;
    transition: all .5s;
}
.leftNav .box .s-link a{
    display: block;
    font-size: .18rem;
    line-height: 1.75;
    color: #666;
    transition: all .5s;
}
.leftNav .box .s-link a + a{
    margin-top: .1rem;
}
.leftNav .box .s-link a:hover{
    color: #7D1C4A;
}
.leftNav .box .s-link{
    display: none;
}
.leftNav .box.active .s-link{
    display: block;
    padding: 0 .41rem .25rem;

}

.leftNav .box.active h3:before,
.leftNav .box:hover h3:before,
.leftNav .box.on h3:before{
    opacity: 1;
    visibility: visible;
}
.leftNav .box.on h3 i{
    transform: rotate(-90deg);
}
.leftNav .box.active h3,
.leftNav .box:hover h3,
.leftNav .box.on h3{
    color: #7D1C4A;
    font-weight: 500;
}

.leftNav .box:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: .01rem dashed rgba(125, 28, 74, 1);
    opacity: .2;
}

.leftNav .box {
    position: relative;
}
.leftNav .block:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: .03rem;
    background: linear-gradient(180deg, #7D1C4A 0%, rgba(125, 28, 74, 0) 100%);
}
.leftNav .block{
    padding: .25rem .39rem 1.84rem;
    position: relative;
    background: linear-gradient(180deg, rgba(125, 28, 74, .12) 0%, rgba(125, 28, 74, 0) 100%);
}


.rightBox{
    width: 75.625%;
    margin-top: .55rem;
}
.n-tit{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .21rem;
    border-bottom: .01rem solid rgba(151, 151, 151, 0.2);
}

.n-tit h3{
    font-size: .3rem;
    line-height: .44rem;
    color: #333333;
    font-weight: 500;
    position: relative;
}
.n-tit h3:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -.21rem;
    height: .03rem;
    background: #7D1C4A;
    clip-path: polygon(0 0, calc(100% - .03rem) 0, 100% 100%, 0 100%);
}
.posi{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: .18rem;
    line-height: .26rem;
    color: #666666;
    transition: all .5s;
}
.posi img{
    display: block;
    width: .21rem;
    margin-right: .06rem;
}
.posi span{
    display: block;
    margin: 0 .03rem;
}
.posi a{color: inherit}
.posi a:hover,
.posi a.active{color: #7D1C4A}

.inner-s1 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    padding: .33rem 0;
}
.inner-s1 li time{
    display: block;
    text-align: right;
    margin-right: .3rem;
    flex-shrink: 0;
    font-family:"Montserrat";
}
.inner-s1 li time span{
    display: block;
    font-size: .28rem;
    line-height: .34rem;
    color: #7D1C4A;
    font-weight: 200;
    transition: all .5s;
}
.inner-s1 li time em{
    display: block;
    font-size: .16rem;
    line-height: .2rem;
    color: #666666;
    margin-top: .04rem;
    font-weight: 400;
    transition: all .5s;
}
.inner-s1 li .line{
    width: .01rem;
    height: .45rem;
    background: #FFC935;
    margin-right: .22rem;
    flex-shrink: 0;
    position: relative;
}
.inner-s1 li .line:before,
.inner-s1 li .line:after{
    position: absolute;
    content: '';
    left: 50%;
    width: .05rem;
    height: .05rem;
    background: #FFC935;
    border-radius: 50vw;
    transform: translateX(-50%);
}
.inner-s1 li .line:before{
    top: 0;
}
.inner-s1 li .line:after{
    bottom: 0;
}

.inner-s1 li h3{
    flex: 1;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    transition: all .5s;
}
.inner-s1 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: rgba(151, 151, 151, 0.2);
}
.inner-s1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #7D1C4A url("../images/n-img-3.png") no-repeat right center/100% auto;
    box-shadow: 0 .02rem .11rem rgba(125, 28, 74, 0.7007);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s1 li:hover time span,
.inner-s1 li:hover time em{
    color: #FFFFFF;
}
.inner-s1 li:hover h3{
    color: #fff;
    font-weight: 700;
}
.inner-s1 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner-s1 li{
    position: relative;
}
.inner-s1{
    margin-top: .17rem;
}
.n-dh1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.n-dh1 .li a{
    display: block;
    font-size: .26rem;
    line-height: .52rem;
    color: #333333;
    font-weight: 500;
    min-width: 1.52rem;
    text-align: center;
    padding: 0 .1rem;
    background: rgba(125, 28, 74, .11);
    transition: all .5s;
}
.n-dh1 .li.active a,
.n-dh1 .li:hover a{
    color: #FFFFFF;
    background: #7D1C4A;
}

.inner-s2 .bot li{
    width: 48.43%;
    margin-top: .36rem;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 .02rem .09rem 0 rgba(0, 0, 0, 0.0976);
}
.inner-s2 .bot li:nth-child(-n+2){
    margin-top: 0;
}
.inner-s2 .bot li a{
    display: block;
    position: relative;
    z-index: 2;
    padding: .26rem .35rem .27rem .29rem;
    overflow: hidden;
}
.inner-s2 .bot li a:before{
    content: '';
    position: absolute;
    right: -0.54rem;
    bottom: -0.6rem;
    width: 2.23rem;
    height: 2.61rem;
    background: url(../images/n-bg1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -1;
    transition: all .5s;
}
.inner-s2 .bot li h3{
    font-size: .2rem;
    line-height: .29rem;
    color: #333333;
    height: .58rem;
    transition: all .5s;
}
.inner-s2 .bot li p{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    height: .48rem;
    margin-top: .11rem;
    transition: all .5s;
}
.inner-s2 .bot li time{
    display: block;
    font-size: .16rem;
    line-height: .23rem;
    color: #7D1C4A;
    padding-left: .24rem;
    background: url("../images/time-1.png") no-repeat left center/.16rem;
    margin-top: .18rem;
    transition: all .5s;
}
.inner-s2 .bot li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: .02rem;
    background: #7D1C4A;
}
.inner-s2 .bot li:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #7D1C4A url("../images/n-img-5.png") no-repeat right bottom/contain;
    box-shadow: 0 .02rem .14rem rgba(0, 63, 172, 0.5157);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s2 .bot li:hover:after{
    box-shadow: 0rem 0.02rem 0.14rem 0rem rgba(125, 28, 74, 0.5157);
}
.inner-s2 .bot li:hover a:before{
    opacity: 0;
}
.inner-s2 .bot li:hover h3{
    color: #FFFFFF;
    font-weight: 700;
}
.inner-s2 .bot li:hover p{
    color: #FFFFFF;
}
.inner-s2 .bot li:hover time{
    color: #FFFFFF;
    background-image: url("../images/time-2.png");
}
.inner-s2 .bot li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner-s2 .bot{
    margin-top: .5rem;
}
.inner-s2{
    margin-top: .48rem;
}

.inner-s3 .dtl-l{
    width: 72.5%;
}
.inner-s3 .dtl-tit h2{
    font-size: .3rem;
    line-height: .42rem;
    color: #333333;
    text-align: center;
    font-weight: 700;
}
.inner-s3 .dtl-tit .cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: .2rem;
}
.inner-s3 .dtl-tit .li{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    margin: 0 .22rem;
    display: flex;
}

.share-con{
    display: flex;
    align-items: center;
    gap: 0 .09rem;
}
.share-con .share-btn{
    display: block;
    width: .18rem;
    cursor: pointer;
}
.share-con .share-btn img{
    display: block;
    width: 100%;
}
.qr-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.8);
    justify-content: center;
    align-items: center;
    z-index: 9999
}
.qr-modal .qr-content {
    background: #fff;
    padding: .2rem;
    border-radius: .1rem;
    text-align: center
}
.qr-modal #qrCode img{
    display: block;
    width: 100%;
}
.qr-modal #qrCode {
    width: 1.8rem
}
.qr-modal p {
    font-size:.16rem;
    line-height: 1.5;
    color: #666;
    margin-top: .1rem
}
.qr-modal .close-btn {
    font-size:.16rem;
    line-height: 1.5;
    color: #666;
    background: transparent;
}
.inner-s3 .dtl-tit{
    padding: .25rem .2rem .32rem;
    background: linear-gradient(180deg, rgba(125, 28, 74, .11) 0%, rgba(125, 28, 74, 0) 114%);
}
.inner-s3 .dtl-con p,
.inner-s3 .dtl-con p *{
    font-size: .2rem;
    line-height: .32rem;
    color: #333333;
    text-indent: 2em;
}
.inner-s3 .dtl-con p + p{
    margin-top: .34rem;
}
.inner-s3 .dtl-con p img{
    display: block;
    width: auto;
    height: auto !important;
    max-height: 100%;
    margin: 0 auto;
    max-width: 80%;
}
.inner-s3 .dtl-con{
    margin-top: .32rem;
}
.inner-s3 .dtl-page p{
    font-size: .2rem;
    line-height: .32rem;
    color: #333333;
    transition: all .5s;
}
.inner-s3 .dtl-page p + p{
    margin-top: .2rem;
}
.inner-s3 .dtl-page{
    padding-top: .57rem;
    margin-top: .58rem;
    border-top: .02rem solid #7D1C4A;
}
.inner-s3 .dtl-page p:hover{
    font-weight: 700;
    color: #7D1C4A;
}
.inner-s3 .dtl-r{
    width: 23.75%;
}
.inner-s3 .dtl-r .tit h3{
    font-size: .28rem;
    line-height: .4rem;
    color: #7D1C4A;
    font-weight: 700;
}
.inner-s3 .dtl-r .top a{
    display: block;
    position: relative;
}
.inner-s3 .dtl-r .top .img{
    height: 2.35rem;
}
.inner-s3 .dtl-r .top h3{
    font-size: .16rem;
    line-height: .24rem;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .11rem;
    padding: 0 .13rem;
    z-index: 3;
}
.inner-s3 .dtl-r .top a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 30%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: .8;
}
.inner-s3 .dtl-r .top{
    margin-top: .26rem;
}
.inner-s3 .dtl-r .bot li a{
    display: block;
    padding: .26rem 0;
}
.inner-s3 .dtl-r .bot li h3{
    font-size: .2rem;
    line-height: .29rem;
    color: #333333;
    height: .58rem;
    transition: all .5s;
}
.inner-s3 .dtl-r .bot li time{
    display: block;
    font-size: .18rem;
    line-height: .26rem;
    color: #7D1C4A;
    margin-top: .12rem;
}
.inner-s3 .dtl-r .bot li{
    border-bottom: .01rem dashed rgba(151, 151, 151, 0.3);
    transition: all .5s;
}
.inner-s3 .dtl-r .bot li:hover h3{
    color: #7D1C4A;
    font-weight: 500;
}
.inner-s3 .dtl-r .bot li:hover{
    border-color: #7D1C4A;
}
.inner-s3 .dtl-r .bot{
    margin-top: .1rem;
}
.inner-s3{
    margin-top: .6rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.inner-s4 .swiper-box1 a{
    display: block;
}
.inner-s4 .swiper-box1 .img{
    height: 6.79rem ;
}
.inner-s4 .swiper-box1 h3{
    font-size: .22rem;
    line-height: .32rem;
    color: #333333;
    text-align: center;
    margin-top: .24rem;
}
.inner-s4 .swiper-box2 li .item{
    padding: .05rem;

    position: relative;
}
.inner-s4 .swiper-box2 li .item:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(0, 63, 172, 0.2741);
    box-shadow: 0 .02rem .06rem rgba(0, 63, 172, 0.2331);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s4 .swiper-box2 li .img{
    height: 1.41rem;
    position: relative;
    z-index: 2;
}
.inner-s4 .swiper-box2 li.swiper-slide-thumb-active .item:before{
    opacity: 1;
    visibility: visible;
}
.inner-s4 .swiper-box2 .swiper-container{
    padding: .1rem;
    margin: 0 -.1rem;
}
.inner-s4 .swiper-box2 .btn{
    width: .26rem;
    height: .26rem;
    background: no-repeat 50%/100%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.inner-s4 .swiper-box2 .prev{
    left: .2rem;
    background-image: url("../images/arrows-3.png");
}
.inner-s4 .swiper-box2 .next{
    right: .2rem;
    background-image: url("../images/arrows-4.png");
}
.inner-s4 .swiper-box2{
    position: relative;
    margin-top: .55rem;
    padding: .2rem .57rem;
    background: rgba(125, 28, 74, .04);
}
.inner-s4{
    margin-top: .67rem;
}

.inner-s5 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner-s5 ul li{
    width: 30.82%;
    margin: .45rem 0 0 3.77%;
}
.inner-s5 ul li:nth-child(-n+3){
    margin-top: 0;
}
.inner-s5 ul li:nth-child(3n+1){
    margin-left: 0;
}

.inner-s5 ul li a{
    display: block;
    background: #FFF9FC;
    position: relative;
    z-index: 1;
    transition: all .5s;
}
.inner-s5 ul li a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/n-bg2.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    transition: all .5s;
}
.inner-s5 ul li .img{
    height: 2.09rem;
}
.inner-s5 ul li .play{
    position: absolute;
    left: 50%;
    top: 50%;
    width: .35rem;
    height: .35rem;
    background: url("../images/play.png") no-repeat 50%/100%;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.inner-s5 ul li h3{
    font-size: .2rem;
    line-height: .3rem;
    padding: .15rem .25rem .22rem;
    color: #333333;
    position: relative;
    z-index: 1;
    transition: all .5s;
}
.inner-s5 ul li h3:before{
    content: '';
    position: absolute;
    right: -0.14rem;
    top: 0.02rem;
    width: 0.71rem;
    height: 0.83rem;
    background: url(../images/n-bg1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -1;
    transition: all .5s;
}
.inner-s5 ul li:hover a:before{
    opacity: 1;
}
.inner-s5 ul li:hover h3{
    color: #fff;
    font-weight: 700;
}
.inner-s5 ul li:hover h3:before{
    opacity: 0;
}
.inner-s5 ul li:hover a{
    box-shadow: 0rem 0.02rem 0.18rem 0rem #7D1C4A;
}
.inner-s5{
    margin-top: .65rem;
}
.inner-s6 .item-tit{
    font-size: .24rem;
    line-height: .42rem;
    color: #333333;
    font-weight: 700;
}
.inner-s6 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner-s6 ul li{
    width: 31.4%;
    margin: .05rem 0 0 2.9%;
    position: relative;
}
.inner-s6 ul li:nth-child(-n+3){
    margin-top: 0;
}
.inner-s6 ul li:nth-child(3n+1){
    margin-left: 0;
}
.inner-s6 ul li a{
    display: flex;
    align-items: center;
    position: relative;
    padding: .26rem 0 .27rem;
    z-index: 2;
    transition: all .5s;
}
.inner-s6 ul li i{
    display: block;
    width: .19rem;
    height: .19rem;
    margin-right: .18rem;
    background: url("../images/n-img-10.png") no-repeat 50%/100%;
    flex-shrink: 0;
    transition: all .5s;
}
.inner-s6 ul li span{
    flex: 1;
    font-size: .2rem;
    line-height: .26rem;
    color: #333333;
    transition: all .5s;
}
.inner-s6 ul li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #00428C;
    opacity: .2;
}
.inner-s6 ul li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #7D1C4A url("../images/n-img-12.png") no-repeat right bottom/contain;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s6 ul li:hover i{
    background-image: url("../images/n-img-11.png");
}
.inner-s6 ul li:hover span{
    color: #FFFFFF;
    font-weight: 700;
}
.inner-s6 ul li:hover a{
    padding-left: .4rem;
    padding-right: .4rem;
}
.inner-s6 ul li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner-s6 .item-con{
    margin-top: .06rem;
}
.inner-s6 .item + .item{
    margin-top: .4rem;
}
.inner-s6{
    margin-top: .3rem;
}

.inner-s7 .images img{
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
}
.inner-s7 .images:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 1.29rem;
    opacity: 0.0547;
    background: linear-gradient(180deg, #7D1C4A 0%, rgba(125, 28, 74, 0) 100%);
    pointer-events: none;
}
.inner-s7 .images{
    position: relative;
    padding: .58rem .36rem;
}
.inner-s7 .item1{
    padding-bottom: .22rem;
    border-bottom: .01rem solid rgba(151, 151, 151, 0.2);
}
.inner-s7 .table li{
    display: flex;
    justify-content: space-between;
}
.inner-s7 .table li .dd{
    font-size: .18rem;
    line-height: .26rem;
    color: #333333;
    text-align: center;
    padding: .12rem .2rem;
    border-right: .01rem solid transparent;
}
.inner-s7 .table li .dd span{
    display: block;
}
.inner-s7 .table li .dd span + span{
    margin-top: .12rem;
}
.inner-s7 .table li .name{
    width: 19.85%;
    border-right-color: rgba(125, 28, 74, .2);
}
.inner-s7 .table li .duty{
    width: 28.64%;
    border-right-color: rgba(125, 28, 74, .2);
}
.inner-s7 .table li .time{
    width: 51.51%;
}
.inner-s7 .table li.li1 .dd{
    font-weight: 700;
    font-size: .24rem;
    line-height: .36rem;
    color: #FFFFFF;
}
.inner-s7 .table li.li1 .name,
.inner-s7 .table li.li1 .duty{
    border-right-color: rgba(255, 255, 255, 0.1);
}

.inner-s7 .table li:nth-child(2n+1){
    background: rgba(125, 28, 74, .05);
}
.inner-s7 .table li.li1{
    background: #7D1C4A;
}
.inner-s7 .item2 .tit{
    font-size: .3rem;
    line-height: .44rem;
    color: #333333;
    font-weight: 700;
    text-align: center;
}
.inner-s7 .item2 .table{
    margin-top: .46rem;
}
.inner-s7 .item2{
    margin-top: .55rem;
}
.inner-s7{
    margin-top: .65rem;
}
.inner-s8 .items .item1 h2{
    font-size: .3rem;
    line-height: .42rem;
    color: #333333;
    font-weight: 700;
    text-align: center;
}
.inner-s8 .items .item1 h4{
    font-size: .18rem;
    line-height: .26rem;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .18rem;
}
.inner-s8 .items .item1 h4 span{
    flex-shrink: 0;
    margin: 0 .1rem;
}
.inner-s8 .items .item1 h4 i{
    display: block;
    flex: 1;
    height: 1px;
    opacity: 0.4023;
    background: linear-gradient(270deg, rgba(0, 115, 214, 0) 0%, #7D1C4A 99%);
}
.inner-s8 .items .item1 h4 i:nth-child(1){
    transform: rotate(180deg);
}
.inner-s8 .items .item2 h3{
    font-size: .26rem;
    line-height: .38rem;
    color: #7D1C4A;
    font-weight: 700;
    text-align: center;
    margin-bottom: .25rem;
}
.inner-s8 .items .item2 p{
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
}
.inner-s8 .items .item2 p + p{
    margin-top: .24rem;
}
.inner-s8 .items .item2{
    margin-top: .42rem;
}

.inner-s8 .items .mCSB_scrollTools{
    width: .1rem;
    background-color: rgba(216, 216, 216, 0.45);
    z-index: 20;
    opacity: 1;
}
.inner-s8 .items .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 100%;
    background-color: #7D1C4A;
}
.inner-s8 .items .mCSB_scrollTools .mCSB_draggerRail{
    display: none;
}
.inner-s8.active .mCustomScrollBox:after{
    display: none;
}
.inner-s8 .mCSB_inside > .mCSB_container{
    margin-right: .3rem;
}
.inner-s8 .items{
    padding: .56rem 0 .67rem .4rem;
    height: 16.79rem;
    position: relative;
    z-index: 2;
}
.inner-s8:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 2.57rem;
    background: linear-gradient(180deg, #7D1C4A 0%, rgba(125, 28, 74, 0) 100%);
    opacity: 0.0547;
}
.inner-s8{
    background-color: #FFFFFF;
    position: relative;
    z-index: 20;
    box-shadow: 0rem 0.02rem 0.08rem 0rem rgba(125, 28, 74, 0.0738);
    margin-top: .65rem;
}
.inner-s9 .item .desc{
    font-size: .18rem;
    line-height: 1.75;
    color: #333333;
    text-indent: 2em;
}
.inner-s9 .item .desc p,
.inner-s9 .item .desc p *{
    font-size: .22rem;
    line-height: 1.75;
}
.inner-s9 .item .desc p + p{
    margin-top:1em
}
.inner-s9 .item1{
    overflow: hidden;
}
.inner-s9 .item1 .desc{
    color: #FFFFFF;
    position: relative;
    z-index: 2;
}
.inner-s9 .item1:before{
    position: absolute;
    content: '';
    right: -0.42rem;
    bottom: -0.94rem;
    width: 3.02rem;
    height: 3.53rem;
    background: url("../images/n-img-15.png") no-repeat bottom center/100% auto;
    pointer-events: none;
}
.inner-s9 .item1{
    position: relative;
    padding: .52rem 2.29rem .66rem .38rem;
    background: #7D1C4A url("../images/n-img-14.png") no-repeat bottom center/100% auto;
}
.inner-s9 .item2 h3{
    font-size: .24rem;
    line-height: .36rem;
    color: #7D1C4A;
    font-weight: 700;
}
.inner-s9 .item2 .desc{
    margin-top: .24rem;
}
.inner-s9 .item2{
    margin-top: .47rem;
}
.inner-s9{
    margin-top: .64rem;
}

.inner-s10 li a{
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    padding: .2rem;
}
.inner-s10 li .img{
    width: 1.4rem;
    height: 1.88rem;
}

.inner-s10 li .img img{
    width: 1.4rem !important;
    height: 1.88rem !important;
}

.inner-s10 li .text{
    width: calc(100% - 1.6rem);
}

.inner-s10 li .name{
    font-size: .34rem;
    line-height: .44rem;
    color: #7D1C4A;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.inner-s10 li .name span{
    display: block;
    font-size: .22rem;
    line-height: 1;
    color: #333333;
    margin-left: .3rem;
    font-weight: normal;
}
.inner-s10 li i{
    display: block;
    height: .01rem;
    width: .9rem;
    background: #FFC935;
    position: relative;
    margin-top: .25rem;
}
.inner-s10 li i:before,
.inner-s10 li i:after{
    position: absolute;
    content: '';
    top: 50%;
    width: .07rem;
    height: .07rem;
    background: #FFC935;
    border-radius: 50vw;
    transform: translateY(-50%);
}
.inner-s10 li i:before{left: 0}
.inner-s10 li i:after{right: 0}
.inner-s10 li p{
    font-size: .18rem;
    line-height: .28rem;
    color: #333333;
    height: 1.7rem;
    margin-top: .26rem;
}
/*.inner-s10 li + li{
    margin-top: .41rem;
}*/
.inner-s10 .li_hover:hover{
    box-shadow: 0rem 0.02rem 0.18rem 0rem rgba(125, 28, 74, .5);
}
.inner-s10 li{
    margin-bottom: 0.48rem;
    width: calc(50% - 0.24rem);
    flex-shrink: 0;
    /*background: rgba(0, 63, 172, 0.0282);*/
    background: #FAF7F9 url(../images/n-bg3.png) right bottom no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    transition: all .5s;
}
.inner-s10 ul{
    margin-bottom: -0.48rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inner-s10{
    margin-top: .48rem;
}

.n-dh2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.n-dh2 .li:nth-child(2n+1){
    position: relative;
    padding: 0 .15rem;
}
.n-dh2 .li:nth-child(2n+1):before,
.n-dh2 .li:nth-child(2n+1):after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: .15rem;
    background: no-repeat 50%/100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.n-dh2 .li:nth-child(2n+1):before{
    left: 0;
    background-image: url("../images/n-img-26.png");
}
.n-dh2 .li:nth-child(2n+1):after{
    right: 0;
    background-image: url("../images/n-img-27.png");
}
.n-dh2 .li a{
    display: block;
    font-size: .24rem;
    line-height: .43rem;
    color: #333333;

    text-align: center;
    position: relative;
    background: repeat-x top center/auto 100%;
    transition: all .5s;
}
.n-dh2 .li.active a{
    color: #7D1C4A;
    font-weight: 700;
    min-width: 1.49rem;
    background-image: url("../images/n-img-28.png");
}
.n-dh2 .li.active:before,
.n-dh2 .li.active:after{
    opacity: 1;
    visibility: visible;
}
.n-dh2 .li:nth-child(2n){
    width: .05rem;
    height: .05rem;
    background: #FFC935;
    border-radius: 50vw;
    align-self: center;
}

.inner-s11 .box-xiaox{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.inner-s11 .box-xiaox .img{
    width: 44.38%;
    height: 3.98rem;
    box-shadow: 0rem 0.02rem 0.26rem 0rem rgba(125, 28, 74, 0.2671);
}
.inner-s11 .box-xiaox .img:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: .06rem;
    background: #7D1C4A;
    z-index: 4;
}
.inner-s11 .box-xiaox .text h3{
    font-size: .22rem;
    line-height: .32rem;
    color: #FFFFFF;
    font-weight: 700;
}
.inner-s11 .box-xiaox .text i{
    display: block;
    width: .43rem;
    height: .04rem;
    background: #FFC935;
    margin-top: .19rem;
}
.inner-s11 .box-xiaox .text .desc{
    font-size: .2rem;
    line-height: .3rem;
    color: #FFFFFF;
    margin-top: .3rem;
}
.inner-s11 .box-xiaox .text .desc p + p{
    margin-top: .2rem;
}

.inner-s11 .box-xiaox .text{
    width: 55.62%;
    min-height: 3.98rem;
    padding: .49rem .28rem .49rem .35rem;
    background: #7D1C4A url("../images/n-img-30.png") no-repeat bottom center/cover;
}
.inner-s11 .bot{
    margin-top: .95rem;
}
.inner-s11 .box-xiaog .item{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner-s11 .box-xiaog .item-l{
    width: 51.15%;
    height: 6.91rem;
    padding: .25rem 0 .28rem .25rem;
    background: rgba(125, 28, 74, 0.0585);
}
.inner-s11 .box-xiaog .images img{
    display: block;
    width: 100%;
}
.inner-s11 .box-xiaog .item .mCSB_scrollTools{
    width: .09rem;
    background-color: rgba(216, 216, 216, 0.32);
    z-index: 20;
    opacity: 1;
}
.inner-s11 .box-xiaog .item .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 100%;
    background-color: #7D1C4A;
}
.inner-s11 .box-xiaog .item .mCSB_scrollTools .mCSB_draggerRail{
    display: none;
}
.inner-s11 .box-xiaog .item.active .mCustomScrollBox:after{
    display: none;
}
.inner-s11 .mCSB_inside > .mCSB_container{
    margin-right: .25rem;
}
.inner-s11 .box-xiaog .item-r{
    width: 48.85%;
    padding-top: .48rem;
    padding-left: .46rem;
}
.inner-s11 .box-xiaog .item-r .li h3{
    font-size: .22rem;
    line-height: .37rem;
    color: #333333;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.inner-s11 .box-xiaog .item-r .li h3 img{
    display: block;
    width: .37rem;
    margin-right: .15rem;
}

.inner-s11 .ready-player{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .32rem;
    padding: 0 .23rem 0 .2rem;
    height: .41rem;
    border: .01rem solid rgba(151, 151, 151, 0.2);
    border-radius: 50vw;
}
.inner-s11 .ready-player .ready-player-1{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-s11 .ready-player .play-pause-btn{
    width: .16rem;
    height: .16rem;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-right: .1rem;
    flex-shrink: 0;
    border-radius: 50%;
}
.inner-s11 .ready-player .play-pause-btn svg{
    display: block;
    width: .08rem;
    height: .08rem;
    fill: #FFFFFF;
}
.inner-s11 .ready-player .play-pause-btn path{
    fill: #FFFFFF;
}
.ready-player .controls{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
}
.ready-player .controls .controls__current-time{
    display: none;
}
.ready-player .controls .controls__slider{
    flex: 1;
    height: .04rem;
    background: rgba(216, 216, 216, 0.37);
    margin-right: .13rem;
    position: relative;
}
.green-audio-player .slider .progress .pin{
    height: .08rem;
    width: .08rem;
    border-radius: 50vw;
    background-color: #B5B5B5;
    position: absolute;
    pointer-events: all;
}
.green-audio-player .controls .controls__slider .controls__progress {
    width: 0;
    height: 100%
}

.green-audio-player .controls .controls__slider .controls__progress .progress__pin {
    right: -.04rem;
    top: -.02rem;
}

.green-audio-player .controls span {
    cursor: default
}
.green-audio-player .slider .progress {
    background-color: #B5B5B5;
    border-radius: inherit;
    position: absolute;
    pointer-events: none
}
.green-audio-player .volume {
    display: none;
}
.green-audio-player .volume .volume__button.open path {
    fill: #B5B5B5
}

.ready-player .download{
    margin-left: .16rem;
    padding-left: .16rem;
    position: relative;
    flex-shrink: 0;
    border-left: .01rem solid rgba(151, 151, 151, 0.3);
}
.ready-player .download a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .17rem;
    height: .17rem;
}
.ready-player .download a img{
    display: block;
    width: 100%;
}

.inner-s11 .box-xiaog .li .video-box{
    position: relative;
    height: 3.07rem;
    margin-top: .33rem;
}
.inner-s11 .box-xiaog .li .video-box video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-s11 .box-xiaog .li .video-box button{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: .35rem;
    height: .35rem;
    background: url("../images/play.png") no-repeat 50%/100%;
    z-index: 4;
    cursor: pointer;
    transition: all .5s;
}
.inner-s11 .box-xiaog .li .video-box button.playing{
    opacity: 0;
    visibility: hidden;
}
.inner-s11 .box-xiaog .li + .li{
    margin-top: .6rem;
}
.inner-s11 .box-xiaog .item + .item{
    padding-top: .72rem;
    margin-top: .72rem;
    border-top: .01rem solid rgba(125, 28, 74, .3);
}


.inner-s11 .box-xiaoh{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.inner-s11 .box-xiaoh .img{
    width: 44.38%;
    height: 3.98rem;
    box-shadow: 0rem 0.02rem 0.26rem 0rem rgba(125, 28, 74, 0.2671);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.inner-s11 .box-xiaoh .img img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    width: auto;
    height: auto;
}
.inner-s11 .box-xiaoh .img:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: .06rem;
    background: #7D1C4A;
    z-index: 4;
}
.inner-s11 .box-xiaoh .text h3{
    font-size: .22rem;
    line-height: .32rem;
    color: #FFFFFF;
    font-weight: 700;
}
.inner-s11 .box-xiaoh .text i{
    display: block;
    width: .43rem;
    height: .04rem;
    background: #FFC935;
    margin-top: .19rem;
}
.inner-s11 .box-xiaoh .text .desc{
    font-size: .2rem;
    line-height: .3rem;
    color: #FFFFFF;
    margin-top: .3rem;
}
.inner-s11 .box-xiaoh .text .desc p + p{
    margin-top: .2rem;
}

.inner-s11 .box-xiaoh .text{
    width: calc(55.62% + .57rem);
    margin-right: -.57rem;
    min-height: 3.98rem;
    padding: .49rem .85rem .49rem .35rem;
    background: #7D1C4A url("../images/n-img-30.png") no-repeat bottom center/cover;
}


.inner-s11 .box-whct .img{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    position: relative;
    box-shadow: 0 .02rem .26rem rgba(125, 28, 74, 0.2671);
}
.inner-s11 .box-whct .img img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.inner-s11 .box-whct .img:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .06rem;
    background: #7D1C4A;
}
.inner-s11 .swiper-hc a{
    display: block;
    position: relative;
}
.inner-s11 .swiper-hc a img{
    display: block;
    width: 100%;
    height: auto;
}
.inner-s11 .swiper-hc a h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: .22rem;
    line-height: .5rem;
    color: #FFFFFF;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
}
.inner-s11 .swiper-hc .swiper-wrapper{
    align-items: flex-end;
}
.inner-s11 .swiper-hc .swiDots{
    position: static;
    margin-top: .2rem;
    text-align: center;
    font-size: 0;
}
.inner-s11 .swiper-hc .swiDots span{
    width: .13rem;
    height: .13rem;
    margin: 0 .05rem;
    background: #000;
    opacity: .4;
    transition: all .5s;
}
.inner-s11 .swiper-hc .swiDots span.active{
    background: #7D1C4A;
    opacity: 1;
}
.inner-s11 .swiper-hc{
    width: 9rem;
    max-width: 100%;
    margin: 0 auto;
}
.inner-s11{
    margin-top: .8rem;
}

.inner-s12 .item1 .images{
    position: relative;
}
.inner-s12 .item1 .images img{
    display: block;
    width: 100%;
}
.inner-s12 .item1 .images h3{
    font-size: .26rem;
    line-height: .38rem;
    color: #FFFFFF;
    font-weight: 700;
}
.inner-s12 .item1 .images i{
    display: block;
    border-bottom: .01rem dashed rgba(255, 255, 255, 0.2);
    margin-top: .24rem;
    margin-bottom: .25rem;
}
.inner-s12 .item1 .images h5{
    font-size: .18rem;
    line-height: .26rem;
    color: #FFFFFF;
    padding-left: .27rem;
    background: no-repeat left center/.17rem auto;
}
.inner-s12 .item1 .images h5.h51{
    background-image: url("../images/n-img-40.png");
}
.inner-s12 .item1 .images h5.h52{
    background-image: url("../images/n-img-41.png");
}
.inner-s12 .item1 .images h5.h53{
    background-image: url("../images/n-img-42.png");
}
.inner-s12 .item1 .images h5.h54{
    background-image: url("../images/n-img-43.png");
}
.inner-s12 .item1 .images h5 + h5{
    margin-top: .25rem;
}
.inner-s12 .item1 .images .text{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3.77rem;
    padding: .43rem .34rem;
    background: #7D1C4A url("../images/n-img-39.png") no-repeat bottom right/100% auto;
}
.inner-s12 .item .tit{
    font-size: .28rem;
    line-height: .4rem;
    color: #333333;
    font-weight: 700;
    text-align: center;
}
.inner-s12 .item1 .bot h4{
    display: flex;
    align-items: center;
    font-size: .24rem;
    line-height: .36rem;
    color: #333333;
    font-weight: 500;
    margin-bottom: .2rem;
    margin-top: .48rem;
}
.inner-s12 .item1 .bot h4 img{
    display: block;
    width: .3rem;
    margin-right: .11rem;
}
.inner-s12 .item1 .bot p{
    font-size: .18rem;
    line-height: .28rem;
    color: #333333;
    padding-left: .41rem;
}
.inner-s12 .item1 .bot p + p{
    margin-top: .1rem;
}
.inner-s12 .item1 .bot{
    margin-top: .64rem;
}
.inner-s12 .item1{
    padding: .3rem .18rem .63rem;
    background: #FFFFFF;
    box-shadow: 0 .02rem .09rem 0 rgba(0, 0, 0, 0.165);
}
.inner-s12 .item2 .tit{
    margin-bottom: .35rem;
}
.inner-s12 .item2 .img img{
    display: block;
    width: 100%;
}
.inner-s12 .item2{
    margin-top: .62rem;
    padding: .59rem .72rem .78rem .69rem;
}
.inner-s12 .item:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    height: .09rem;
    background: linear-gradient(90deg, #7D1C4A 7%, rgba(0, 63, 172, 0) 100%);
}
.inner-s12 .item{
    position: relative;
    background: #FFFFFF;
    box-shadow: 0rem 0.02rem 0.09rem 0rem rgba(0, 0, 0, 0.165);
}
.inner-s12{
    margin-top: .95rem;
}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #7D1C4A ;
}

#bnt_back {
    position: absolute;
    left: 15px;
    top: 0px;
}

#bnt_back img {
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

#bnt_back svg {
    fill: rgb(255, 255, 255);
    height: 30px;
    vertical-align: middle;
    width: 26px;
}

#m_n_nav i {
}

#m_n_nav h1 {
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0px;
    line-height: 50px;
}

#bnt_sub_nav {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 50px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 18px;
    display: flex;
    align-items: center;
}

#bnt_sub_nav svg {
    fill: rgb(255, 255, 255);
    height: 20px;
    vertical-align: middle;
    width: 20px;
}

#bnt_sub_nav img {
    display: block;
    height: 20px;
}

#bnt_sub_nav.on img {
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: rgb(240, 243, 245);
    display: none;
    box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    z-index: 9;
}

#sub_nav_content ul {
    display: none;
}
#sub_nav_content ul li {
    display: block;
    line-height: 28px;

}

#sub_nav_content ul li a {
    display: block;

    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding-left: 10px;
    color: rgb(83, 84, 85);
}

#sub_nav_content ul li.on a {
    color: #7D1C4A ;
}

#sub_nav_content dl {
    font-size: 0px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: 10px 0px;
}

#sub_nav_content dt {
    position: relative;
    background: rgb(255, 255, 255);
    z-index: 999;
    width: 100%;
    display: block;
    margin-bottom: 0px;
    /*float: left;*/
    line-height: 30px;
    padding: 0 20px;
}
#sub_nav_content dt i{
    float: right;
    font-family: simsun;
    font-style: normal;
    font-weight: bold;
    font-size: .16rem;
}
#sub_nav_content dt a {

    display: inline-block;
    width: 88%;
    color: rgb(91, 83, 73);
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
}

#sub_nav_content dt a i {
    position: absolute;
    right: 15px;
    top: 0px;
    opacity: 0;
    display: none;
}

#sub_nav_content dt a {
}



#sub_nav_content dd {
    display: none;
}

#sub_nav_content dd .box {
    padding: 0px;
}

#sub_nav_content dd a {
    padding: 0px 25px;
    line-height: 30px;
    border-top: 1px solid rgb(231, 231, 231);
    font-size: 12px;
    color: rgb(91, 83, 73);
    display: block;
    height: 30px;
}

#sub_nav_content dd a.on {
    color: #7D1C4A ;
}

.inner-s13{
    padding-top: 0.75rem;
}
.inner-s13 .items{
    margin-bottom: 0.55rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.02rem 0.09rem 0rem rgba(0, 0, 0, 0.165);
}
.inner-s13 .items:last-child{
    margin-bottom: 0;
}
.inner-s13 .hd{
    padding: 0.34rem 0.32rem 0.29rem;
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-s13 .hd:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 0.09rem;
    background: linear-gradient(90deg, #7D1C4A 7%, rgba(125, 28, 74, 0) 100%);
}
.inner-s13 .hd .tit{
    padding-left: 0.3rem;
    font-size: 0.26rem;
    color: #333333;
    font-weight: normal;
    line-height: 1.46;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-s13 .hd .tit:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0.12rem;
    width: 0.09rem;
    height: 0.14rem;
    background: url(../images/n-arrow1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-s13 .content{
    padding: 0 0.57rem 0.64rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: none;
}
.inner-s13 .content:before{
    content: '';
    position: absolute;
    right: 0;
    bottom: -1.9rem;
    width: 8.54rem;
    height: 5.31rem;
    background: url(../images/n-bg4.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -1;
}
.inner-s13 .ls1{
    margin: 0 -0.51rem;
    display: flex;
    flex-wrap: wrap;
}
.inner-s13 .ls1 li{
    padding: 0 0.51rem;
    width: 50%;
    flex-shrink: 0;
}
.inner-s13 .ls1 .con{
    padding: 0.33rem 0;
    display: block;
    border-bottom: 1px solid rgba(151, 151, 151, .2);
    display: flex;
    align-items: flex-start;
}
.inner-s13 .ls1 .l{
    margin-right: 0.2rem;
    width: 2.44rem;
    flex-shrink: 0;
}
.inner-s13 .ls1 .label{
    font-size: 0.22rem;
    color: #7D1C4A;
    font-weight: normal;
    line-height: 1.45;
}
.inner-s13 .ls1 .tip{
    margin-top: 0.06rem;
    font-size: 0.14rem;
    color: #666666;
    line-height: 1.43;
}
.inner-s13 .ls1 .r{
    padding: 2px 0 1px;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    font-size: .2rem;
}
.inner-s13 .ls1 .r a{
    display: block;
    line-height: 1.32;
    min-width: 0.62rem;
    max-width: 100%;
    font-size: 0.2rem;
    color: #333333;
    text-align: center;
    line-height: 1.45;
    text-align-last: justify;
}
.inner-s13 .ls1 .r a:hover{
    color: #7D1C4A;
    text-decoration: underline;
}
.inner-s13 .ls1.v1{}
.inner-s13 .ls1.v1 li{
    width: 100% !important;
}
.inner-s13 .ls1.v1 .l{
    margin-right: 0.2rem;
    width: 1.54rem;
}
.inner-s13 .ls1.v1 .r{
    margin: 0 -0.1rem -0.22rem;
    display: flex;
    flex-wrap: wrap;
}
.inner-s13 .ls1.v1 .r .item{
    padding: 0 0.1rem;
    margin-bottom: 0.22rem;
    width: 12.5%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    font-size: .2rem;
}
.inner-s13 .hd.on{
    padding: 0.34rem 0.32rem 0.13rem;
}
.inner-s13 .hd.on .tit{
    color: #7D1C4A;
}
.inner-s13 .hd.on .tit:before{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}



@media (max-width: 1199px){
    .n_banner .img{
    }
    #m_n_nav{
        display: block;
    }
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
        margin-top: 0;
    }


    .inner-page{
        padding: .3rem 0 .5rem;
    }
}

@media (min-width: 1025px) {
    .inner-s1 li a:after{
        position: absolute;
        content: '';
        right: .32rem;
        top: 50%;
        width: .26rem;
        height: .26rem;
        background: url("../images/arrows-2.png") no-repeat 50%/100%;
        transform: translateY(-50%);
        opacity: 0;
        visibility: hidden;
        transition: all .5s;
    }
    .inner-s1 li:hover a:after{
        opacity: 1;
        visibility: visible;
    }
    .inner-s1 li:hover a{
        padding-left: .29rem;
        padding-right: .85rem;
    }
    .inner-s1 li a{
        transition: all .5s;
    }
}


@media (max-width: 992px) {
    .n-banner:before{
        display: none;
    }
    .n-tit h3{
        font-size: max(.34rem,18px);
        line-height: 1.5;
    }
    .posi{
        font-size: max(.22rem,14px);
        line-height: 1.5;
    }
    .inner-s1 li time span{
        font-size: .34rem;
        line-height: .4rem;
    }
    .inner-s1 li time em{
        font-size: .22rem;
        line-height: .3rem;
    }
    .inner-s1 li h3{
        font-size: .24rem;
        line-height: .34rem;
    }
    .inner-s1 li a{
        padding: .25rem .2rem;
    }
    .pagination{
        padding-top: .4rem;
    }
    .n-dh1 .li a{
        font-size: .28rem;
        line-height: .6rem;
    }
    .inner-s2 .bot li h3{
        font-size: .24rem;
        line-height: 1.5;
        height: 3em;
    }
    .inner-s2 .bot li p{
        font-size: .22rem;
        line-height: 1.5;
        height: 3em;
        margin-top: .05rem;
    }
    .inner-s2 .bot li time{
        font-size: .22rem;
        line-height: 1.5;
        margin-top: .1rem;
        background-size: .8em;
        padding-left: 1.2em;
    }
    .inner-s2 .bot li a{
        padding: .2rem;
    }
    .inner-s2 .bot li{
        width: 49%;
        margin-top: 0;
    }
    .inner-s2 .bot ul{
        gap: .25rem 0;
    }
    .inner-s2 .bot{
        margin-top: .3rem;
    }
    .inner-s2{
        margin-top: .4rem;
    }
    .inner-s3 .dtl-l{
        width: 100%;
    }
    .inner-s3 .dtl-tit h2{
        font-size: .32rem;
        line-height: 1.5;
    }
    .inner-s3 .dtl-tit .li{
        font-size: .22rem;
        line-height: 1.5;
        margin: 0;
    }
    .share-con .share-btn{
        width: 1.2em;
    }
    .inner-s3 .dtl-tit .cont{
        margin-top: .5em;
        gap: 0 1.2em;
    }
    .inner-s3 .dtl-tit{
        padding: .2rem;
    }
    .inner-s3 .dtl-con p,
    .inner-s3 .dtl-con p *{
        font-size: .24rem !important;
        line-height: 1.75;
    }
    .inner-s3 .dtl-con p + p{
        margin-top: 1em;
    }
    .inner-s3 .dtl-con{
        margin-top: .3rem;
    }
    .inner-s3 .dtl-page p{
        font-size: .24rem;
        line-height: 1.75;
    }
    .inner-s3 .dtl-page p + p{
        margin-top: .05rem;
    }
    .inner-s3 .dtl-page{
        padding-top: .2rem;
        margin-top: .3rem;
    }
    .inner-s3 .dtl-r{
        width: 100%;
        margin-top: .5rem;
    }
    .inner-s3 .dtl-r .tit h3{
        font-size: .34rem;
        line-height: 1.5;
    }
    .inner-s3 .dtl-r .top .img{
        height: 45vw;
    }
    .inner-s3 .dtl-r .top h3{
        font-size: .24rem;
        line-height: 1.5;
        padding: 0 .2rem;
        bottom: .8em;
    }
    .inner-s3 .dtl-r .top{
        margin-top: .25rem;
    }
    .inner-s3 .dtl-r .bot li h3{
        font-size: .24rem;
        line-height: 1.5;
        height: 3em;
    }
    .inner-s3 .dtl-r .bot li time{
        font-size: .22rem;
        line-height: 1.5;
        margin-top: .5em;
    }
    .inner-s3 .dtl-r .bot li a{
        padding: .2rem 0;
    }
    .qr-modal p{
        font-size: .26rem;
        line-height: 1.5;
    }
    .qr-modal .close-btn{
        font-size: .24rem;
        line-height: 1.5;
        margin-top: 0;
        background: transparent;
    }
    .inner-s4 .swiper-box1 .img{
        height: 52vw;
    }
    .inner-s4 .swiper-box1 h3{
        font-size: .24rem;
        line-height: 1.5;
    }
    .inner-s4 .swiper-box2 li .img{
        height: 12vw;
    }
    .inner-s4 .swiper-box2 .prev{
        left: .1rem;
    }
    .inner-s4 .swiper-box2 .next{
        right: .1rem;
    }
    .inner-s4 .swiper-box2 .btn{
        z-index: 6;
    }
    .inner-s4 .swiper-box2{
        padding: .2rem;
        margin-top: .3rem;
    }
    .inner-s4{
        margin-top: .4rem;
    }
    .inner-s5 ul li{
        width: 32%;
        margin: 0;
    }
    .inner-s5 ul {
        gap: .25rem 2%;
    }
    .inner-s5 ul li .img{
        height: 18vw;
    }
    .inner-s5 ul li .play{
        width: .5rem;
        height: .5rem;
    }
    .inner-s5 ul li h3{
        font-size: .24rem;
        line-height: 1.5;
        padding: .2rem;
    }
    .inner-s5{
        margin-top: .3rem;
    }
    .inner-s6 .item-tit{
        font-size: .28rem;
        line-height: 1.5;
    }
    .inner-s6 ul li span{
        font-size: .24rem;
        line-height: 1.5;
    }
    .inner-s6 ul li i{
        width: .24rem;
        height: .24rem;
        margin-right: .1rem;
    }
    .inner-s6 ul li a{
        padding: .25rem 0;
    }
    .inner-s6 ul li{
        width: 32%;
        margin: 0;
    }
    .inner-s6 ul{
        gap: .05rem 2%;
    }
    .inner-s6 ul li:hover a{
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .inner-s6 .item + .item{
        margin-top: .3rem;
    }
    .inner-s6{
        margin-top: .2rem;
    }
    .inner-s7 .images{
        padding: .2rem;
    }
    .inner-s7 .table li.li1 .dd{
        line-height: .44rem;
        font-size: .26rem;
    }
    .inner-s7 .table li .dd{
        font-size: .24rem;
        line-height: 1.5;
    }
    .inner-s7 .item2 .table{
        margin-top: .25rem;
    }
    .inner-s7 .item2{
        margin-top: .3rem;
    }
    .inner-s7{
        margin-top: .3rem;
    }
    .inner-s8 .items .item1 h4{
        font-size: .24rem;
        line-height: 1.5;
        margin-top: .1rem;
    }
    .inner-s8 .items .item2 h3{
        line-height: 1.5;
        margin-bottom: .15rem;
    }
    .inner-s8 .items .item2 p{
        font-size: .24rem;
        line-height: 1.75;
    }
    .inner-s8 .items .item2 p + p{
        margin-top: .5em;
    }
    .inner-s8 .items .item2{
        margin-top: .3rem;
    }
    .inner-s8 .items{
        padding: .4rem 0 .4rem .2rem;
    }
    .inner-s8{
        margin-top: .3rem;
    }
    .inner-s9 .item .desc{
        font-size: .24rem;
        line-height: 1.75;

    }
    .inner-s9 .item1{
        padding: .3rem;
    }
    .inner-s9 .item1:before{
        opacity: .5;
    }
    .inner-s9 .item2 h3{
        font-size: .28rem;
        line-height: 1.5;
    }
    .inner-s9 .item2 .desc{
        margin-top: .5em;
    }
    .inner-s9 .item2{
        margin-top: .3rem;
    }
    .inner-s9{
        margin-top: .3rem;
    }
    .inner-s11 .box-xiaox .img{
        width: 100%;
    }
    .inner-s11 .box-xiaox .img img{
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }
    .inner-s11 .box-xiaox .text{
        width: 100%;
        padding: .25rem;
        min-height:auto;
    }
    .inner-s11 .box-xiaox .text h3{
        font-size: .28rem;
        line-height: 1.5;
    }
    .inner-s11 .box-xiaox .text i{
        margin-top: .15rem;
    }
    .inner-s11 .box-xiaox .text .desc{
        font-size: .24rem;
        line-height: 1.75;
        margin-top: .2rem;
    }
    .inner-s11 .box-xiaox .text .desc p + p{
        margin-top: .5em;
    }
    .n-dh2 .li a{
        font-size: .26rem;
        line-height: 2.1;
    }
    .n-dh2 .li:nth-child(2n){
        display: none;
    }
    .n-dh2{
        gap: .2rem;
        justify-content: flex-start;
    }
    .inner-s11 .bot{
        margin-top: .3rem;
    }
    .inner-s11{
        margin-top: .3rem;
    }
    .inner-s11 .box-xiaog .item-l{
        width: 100%;
    }
    .inner-s11 .box-xiaog .images img{
        width: 7rem;
        max-width: 100%;
        margin: 0 auto;
    }
    .inner-s11 .box-xiaog .item-r{
        width: 100%;
        padding: 0;
        margin-top: .3rem;
    }
    .inner-s11 .box-xiaog .item-r .li h3{
        font-size: .26rem;
        line-height: 1.5;
    }
    .inner-s11 .ready-player{
        height: .5rem;
        margin-top: .2rem;
    }
    .inner-s11 .box-xiaog .li .video-box{
        height: 52vw;
        margin-top: .2rem;
    }
    .inner-s11 .box-xiaog .li .video-box button{
        width: .5rem;
        height: .5rem;
    }
    .inner-s11 .box-xiaog .li + .li{
        margin-top: .3rem;
    }
    .inner-s11 .box-xiaog .item + .item{
        margin-top: .3rem;
        padding-top: .3rem;
    }
    .inner-s12 .item{
        padding: .3rem;
    }
    .inner-s12 .item1 .images .text{
        position: static;
        width: 100%;
        padding: .25rem;
    }
    .inner-s12 .item1 .images h3{
        font-size: .28rem;
        line-height: 1.5;
    }
    .inner-s12 .item1 .images h5{
        font-size: .26rem;
        line-height: 1.5;
        padding-left: 1.5em;
        background-size: .8em;
    }
    .inner-s12 .item1 .images i{
        margin: .2rem 0;
    }
    .inner-s12 .item1 .images h5 + h5{
        margin-top: .1rem;
    }
    .inner-s12 .item .tit{
        font-size: .3rem;
        line-height: 1.5;
    }
    .inner-s12 .item1 .bot h4{
        font-size: .28rem;
        line-height: 1.5;
        margin: .2rem 0 .1rem;
    }
    .inner-s12 .item1 .bot p{
        font-size: .24rem;
        line-height: 1.75;
    }
    .inner-s12 .item1 .bot p + p{
        margin-top: .05rem;
    }
    .inner-s12 .item1 .bot{
        margin-top: .25rem;
    }
    .inner-s12 .item2 .tit{
        margin-bottom: .3rem;
    }
    .inner-s12 .item2{
        margin-top: .3rem;
    }
    .inner-s12{
        margin-top: .3rem;
    }
    .inner-s13{
        padding-top: 0.25rem;
    }
    .inner-s13 .items{
        margin-bottom: 0.3rem;
    }
    .inner-s13 .hd{
        padding: 0.2rem;
    }
    .inner-s13 .hd:before{
        height: 0.06rem;
    }
    .inner-s13 .hd .tit{
        padding-left: 0.2rem;
        font-size: 0.22rem;
    }
    .inner-s13 .hd .tit:before{
        top: 0.08rem;
    }
    .inner-s13 .content{
        padding: 0 0.4rem;
    }
    .inner-s13 .ls1{
        margin: 0 -0.1rem;
    }
    .inner-s13 .ls1 li{
        padding: 0 0.1rem;
    }
    .inner-s13 .ls1 .con{
        padding: 0.2rem 0;
    }
    .inner-s13 .ls1 .l{
        width: 2.1rem;
    }
    .inner-s13 .ls1.v1 .l{
        width: 1.4rem;
    }
    .inner-s13 .ls1.v1 .r .item{
        width: 20%;
    }
    .inner-s13 .hd.on{
        padding: 0.2rem;
        padding-bottom: 0.1rem;
    }
}
@media (max-width: 769px) {
    .inner-s5 ul li{
        width: 49%;
    }
    .inner-s5 ul li .img {
        height: 24vw;
    }
    .inner-s6 ul li{
        width: 49%;
    }
    .inner-s10 ul{
        margin-bottom: -0.2rem;
    }
    .inner-s10 li{
        margin-bottom: 0.2rem;
        width: 100%;
    }

    .inner-s11 .box-xiaoh .img{
        width: 100%;
    }
    .inner-s11 .box-xiaoh .text{
        width: 100%;
        margin: 0;
        padding: .25rem;
        min-height: auto;
    }
    .inner-s11 .box-xiaoh .text h3{
        font-size: .28rem;
        line-height: 1.5;
    }
    .inner-s11 .box-xiaoh .text i{
        margin-top: .15rem;
    }
    .inner-s11 .box-xiaoh .text .desc{
        font-size: .24rem;
        line-height: 1.75;
        margin-top: .2rem;
    }
    .inner-s11 .box-xiaoh .text .desc p + p{
        margin-top: .5em;
    }
}
@media (max-width: 597px) {
    .n-tit h3:before{
        bottom: 0;
    }
    .n-tit h3{
        line-height: 2;
    }
    .posi{
        margin-top: .15rem;
    }
    .n-tit{
        padding-bottom: .15rem;
        align-items: flex-start;
        flex-direction: column;
    }
    .inner-s1 li h3{
        font-size: .28rem;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .n-dh1 .li a{
        font-size: .3rem;
        line-height: .64rem;
    }
    .inner-s2 .bot li{
        width: 100%;
    }
    .inner-s2 .bot li h3{
        font-size: .28rem;
    }
    .inner-s2 .bot li p{
        font-size: .26rem;
        margin-top: .1rem;
    }
    .inner-s2 .bot li time{
        font-size: .24rem;
    }
    .inner-s2 .bot ul{
        gap: .3rem 0;
    }
    .inner-s3 .dtl-con p,
    .inner-s3 .dtl-con p *{
        font-size: .26rem !important;
    }
    .inner-s3 .dtl-tit .li{
        font-size: .24rem;
    }
    .inner-s3 .dtl-page p{
        font-size: .26rem;
    }
    .inner-s3 .dtl-r .top h3,
    .inner-s3 .dtl-r .bot li h3{
        font-size: .26rem;
    }
    .inner-s4 .swiper-box2 li .img{
        height: 24vw;
    }
    .inner-s5 ul li{
        width: 100%;
    }
    .inner-s5 ul li .img {
        height: 52vw;
    }
    .inner-s6 ul li{
        width: 100%;
    }
    .inner-s6 ul li span{
        font-size: .28rem;
    }
    .inner-s6 ul li i{
        width: .26rem;
        height: .26rem;
    }
    .inner-s7 .table li .dd{
        padding: .12rem .1rem;
    }
    .inner-s8 .items .item2 p{
        font-size: .26rem;
    }
    .inner-s8 .items .item2 h3{
        font-size: .28rem;
    }
    .inner-s9 .item .desc{
        font-size: .26rem;
    }
    .inner-s9 .item2 h3{
        font-size: .3rem;
    }
    .inner-s11 .ready-player .play-pause-btn{
        width: .45rem;
        height: .45rem;
        margin-right: .2rem;
    }
    .inner-s11 .ready-player .play-pause-btn svg{
        width: .2rem;
        height: .2rem;
    }
    .inner-s11 .ready-player{
        height: .8rem;
    }
    .ready-player .download a{
        width: .35rem;
        height: .35rem;
    }
    .inner-s11 .box-xiaog .item-r .li h3{
        font-size: .3rem;
    }
    .inner-s11 .box-xiaoh .img{
        height: 3rem;
    }
    .ready-player .controls{
        font-size: .24rem;
        line-height: 1.5;
    }
    .inner-s12 .item1 .bot p{
        font-size: .26rem;
    }
    .inner-s12 .item .tit{
        font-size: .32rem;
    }
    .inner-s13 .hd{
        padding: 0.25rem 0.3rem;
    }
    .inner-s13 .hd .tit{
        padding-left: 0.25rem;
        font-size: 0.3rem;
    }
    .inner-s13 .hd .tit:before{
        top: 0.15rem;
    }
    .inner-s13 .content{
        padding: 0 0.55rem;
    }
    .inner-s13 .ls1 li{
        width: 100%;
    }
    .inner-s13 .ls1 .con{
        padding: 0.22rem 0;
    }
    .inner-s13 .ls1 .l{
        width: 3.4rem;
    }
    .inner-s13 .ls1 .label, .inner-s13 .ls1 .r a{
        font-size: 0.28rem;
    }
    .inner-s13 .ls1 .label{
        width: 3rem;
    }
    .inner-s13 .ls1 .r a{
        min-width: 0.8rem;
    }
    .inner-s13 .hd.on{
        padding: 0.25rem 0.3rem 0.1rem;
    }
    .inner-s13 .ls1.v1 .con{
        display: block;
    }
    .inner-s13 .ls1.v1 .l{
        margin: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    .inner-s13 .ls1.v1 .r{
        padding: 0;
        margin-top: 0.15rem;
    }
    .inner-s13 .ls1.v1 .label{
        width: auto;
    }
    .inner-s13 .ls1.v1 .tip{
        margin: 0;
        margin-left: 0.1rem;
        font-size: 0.18rem;
        line-height: 1.8;
    }
    .inner-s13 .ls1.v1 .r .item{
        width: 25%;
    }
}
.pb_sys_style1 .p_no_d{
    background: #7D1C4A!important;
    color: #fff;
    border: 1px solid #7D1C4A!important;
}

.inner-s10_2 ul{
    justify-content: flex-start;
}
.inner-s10_2 ul li{
    width: 32%;
    margin: .2rem 0 0 2%;
    background: transparent;
    border: #ececec 1px solid;
}
.inner-s10_2 ul li:nth-child(-n+3){
    margin-top: 0;
}
.inner-s10_2 ul li:nth-child(3n+1){
    margin-left: 0;
}
.inner-s10_2 li a{
    align-items: center;
}
.inner-s10_2 li p{
    -webkit-line-clamp: 3;
    height: auto;
    max-height: .84rem;
    margin-top: .15rem;
}
.inner-s10_2 li .img{
    width: 1.2rem;
    height: 1.58rem;
}
.inner-s10_2 li .name{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
}
.inner-s10_2 li i{
    margin-top: .15rem;
    width: .18rem;
    height: .05rem;
    background: #e2e2e2;
}
.inner-s10_2 li i:before,
.inner-s10_2 li i:after{
    display: none;
}
.inner-s10_2 li .text {
    width: calc(100% - 1.4rem);
}
.inner-s10_2 li:hover i{
    background: #7D1C4A;
}
.inner-s10_2 li:hover{
    box-shadow: 0px 3px 27px 0px rgba(28, 28, 28, 0.11);
}

@media (max-width: 1025px) {
    .inner-s10_2 li .name{
        font-size: .24rem;
        line-height: 1.5;
    }
    .inner-s10_2 li p{
        font-size: .2rem;
        line-height: 1.5;
        max-height: 4.4em;
    }
    .inner-s10_2 ul li{
        margin: 0;
    }
    .inner-s10_2 ul{
        gap: .2rem 2%;
    }
}
@media (max-width: 769px) {
    .inner-s10_2 ul li{
        width: 49%;
    }
}
@media (max-width: 597px) {
    .inner-s10_2 li .name{
        font-size: .26rem;
    }
    .inner-s10_2 li p{
        font-size: .24rem;
    }
    .inner-s10_2 ul li{
        width: 100%;
    }
}