@charset "UTF-8";
.inner_banner_box .img{
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    padding-bottom: 28%;
    max-height: 6rem;
}
.inner_banner_box .img img{
    display: block;
    width: 100%;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
.pb_sys_style1 .p_no_d {
    border: 1px solid #268c5c !important;
    color: #fff;
    background-color: #268c5c !important;
}
.inner_page{
    padding: .42rem 0 1.88rem;
    background: rgba(177, 12, 15, 0.03) /*url("../images/ny/inner_page.png")*/ no-repeat bottom center/100% auto;
}
.leftNav{
    width: 19.59%;
    align-self: flex-start;
    background: #349466 /*url("../images/ny/leftNav.png") no-repeat top center/100% auto*/;
    border-radius: .2rem;
    min-height: 6.44rem;
    margin-top: .4rem;
}
.leftNav .tit h3{
    font-size: .38rem;
    line-height: .5rem;
    color: #fff;
    font-weight: bold;
}
.leftNav .tit{
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.leftNav .box a{
    display: block;
}
.leftNav .box h3{
    position: relative;
    font-size: .22rem;
    line-height: .36rem;
    padding: .2rem 0 .19rem;
    color: #fff;
    text-align: center;
    z-index: 2;
    transition: .5s;
}

.leftNav .box h3:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: .06rem;
    background: #F3CE91;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.leftNav .box h3:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #fff;
    opacity: .5;
}

.leftNav .box .s-link a{
    font-size: .18rem;
    line-height: .24rem;
    color: #333333;
    text-align: center;
    transition: .5s;
}
.leftNav .box .s-link a + a{
    margin-top: .2rem;
}
.leftNav .box .s-link a:hover{
    color: #349466;
}
.leftNav .box .s-link{
    display: none;
    padding: .2rem;
    position: relative;
    z-index: 2;
}
.leftNav .box:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff url("../images/ny/n-img-1.png") no-repeat bottom right/contain;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.leftNav .box.active h3:before, .leftNav .box:hover h3:before{
    opacity: 1;
    visibility: visible;
}
.leftNav .box.active h3, .leftNav .box:hover h3{
    color: #349466;
    box-shadow: 0 0 .12rem rgba(0, 0, 0, 0.12);
}
.leftNav .box.active .s-link, .leftNav .box:hover .s-link{
    display: block;
}
.leftNav .box.active:after, .leftNav .box:hover:after{
    opacity: 1;
    visibility: visible;
}
.leftNav .box{
    position: relative;
}
.leftNav .block:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: .01rem;
    background: #fff;
    opacity: .5;
}
.leftNav .block{
    position: relative;
}
.rightBox{
    width: 76.35%;
}

.posi{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.posi img{
    display: block;
    width: .2rem;
    margin-right: .09rem;
}
.posi *{
    display: block;
    font-size: .18rem;
    line-height: .26rem;
    color: rgba(51, 51, 51, 0.6);
    transition: .5s;
}
.posi span:not(:nth-child(2)){
    margin: 0 .05rem;
}
.posi a:hover,
.posi a.active{
    color: #349466;
}
.n_tit h3 span{
    color: #333333;
}
.n_tit h3{
    font-size: .3rem;
    line-height: .44rem;
    color: #333333;
    font-weight: bold;
    margin-right: .2rem;
    flex-shrink: 0;
    max-width: 75%;
}
.n_tit i:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .8rem;
    height: .03rem;
    background: #349466;
    transform: translateY(-50%);
}
.n_tit i{
    display: block;
    height: .01rem;
    flex: 1;
    background: rgba(177, 12, 15, 0.2);
    position: relative;
}
.n_tit{
    margin-top: .14rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner_s1 li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s1 li .pic{
    width: 3.15rem;
    height: 1.97rem;
    border-radius: .1rem;
}
.inner_s1 li .txt{
    position: relative;
    z-index: 2;
    width: calc(100% - 3.25rem);
    padding: .26rem .35rem;
    background: #fff url("../images/ny/n-img-3.png") no-repeat bottom right/contain;
    border-radius: .1rem;
    box-shadow: 0 .02rem .1rem rgba(240, 240, 240, 0.5);
}
.inner_s1 li time{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #349466;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
    transition: .5s;
    position: relative;
    z-index: 2;
}
.inner_s1 li h3{
    margin-top: .12rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    font-weight: bold;
    transition: .5s;
    position: relative;
    z-index: 2;
}
.inner_s1 li .line{
    margin-top: .13rem;
    height: .01rem;
    background: #F3CE91;
    opacity: .4;
    position: relative;
    z-index: 2;
    display: block;
}
.inner_s1 li p{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    height: .52rem;
    margin-top: .13rem;
    transition: .5s;
    position: relative;
    z-index: 2;
}
.inner_s1 li .txt:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/ny/n-img-4.png") repeat 50%/contain;
    opacity: 0;
    visibility: hidden;
    border-radius: .1rem;
    box-shadow: 0 .02rem .1rem rgba(177, 12, 15, 0.3389);
    transition: .5s;
}
.inner_s1 li:hover time{
    color: #fff;
}
.inner_s1 li:hover h3{
    color: #F3CE91;
}
.inner_s1 li:hover .line{
    color: #FFFFFF;
}
.inner_s1 li:hover p{
    color: #fff;
    opacity: .8;
}
.inner_s1 li:hover .txt:after{
    opacity: 1;
    visibility: visible;
}
.inner_s1 li + li{
    margin-top: .4rem;
}
.inner_s1{
    margin-top: .4rem;
}

/*inner_s2*/
.inner_s2 .list li a{
    display: block;
    position: relative;
    padding: .3rem 0;
}
.inner_s2 .list li .h3{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s2 .list li .h3 h3{
    flex: 1;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
}
.inner_s2 .list li .h3 h3 span{
    color: #349466;
}
.inner_s2 .list li .h3 time{
    display: block;
    font-size: .16rem;
    line-height: .3rem;
    color: #349466;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
    margin-left: .3rem;
    flex-shrink: 0;
}
.inner_s2 .list li p{
    font-size: .16rem;
    line-height: .23rem;
    color: #666666;
    height: .46rem;

}
.inner_s2 .list li .desc{
    display: none;
    margin-top: .17rem;
}
.inner_s2 .list li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #DADADA;
}
.inner_s2 .list li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: 0;
    height: .04rem;
    background: #349466;
    transition: .5s;
}
.inner_s2 .list li.active h3{
    color: #349466;
    font-weight: bold;
}
.inner_s2 .list li.active:after{
    animation: line .5s linear forwards;
}
@keyframes line {
    0%{
        opacity: 0;
        visibility: hidden;
        right: 100%;
    }
    100%{
        opacity: 1;
        visibility: visible;
        right: 0;
    }
}

.inner_s2 li{
    position: relative;
}

.inner_s2 .img_list{
    padding: .2rem 0 .1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s2 .img_list .li{
    width: 48.67%;
}
.inner_s2 .img_list .li a{
    display: block;
    border-radius: .08rem;
    overflow: hidden;
}
.inner_s2 .img_list .li .pic{
    padding-top: 2.12rem;
}
.inner_s2 .txt_box h3{
    font-size: .22rem;
    line-height: .32rem;
    color: #B00C0F;
    font-weight: bold;
}
.inner_s2 .txt_box dl{
    display: flex;
    flex-wrap: wrap;
    margin-top: .36rem;
}
.inner_s2 .txt_box dd h4{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    padding-left: .12rem;
    position: relative;
}
.inner_s2 .txt_box dd h4:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .04rem;
    height: .04rem;
    background: #349466;
    border-radius: 50%;
    transform: translateY(-50%);
}
.inner_s2 .txt_box dd i{
    display: block;
    width: 1px;
    height: .22rem;
    background: #D8D8D8;
}
.inner_s2 .txt_box dd + dd{
    margin-left: .57rem;
    align-self: center;
}
.inner_s2 .txt_box{
    margin: .4rem 0 .2rem;
    padding: .2rem .3rem .3rem;
    background: #fff;
    border-radius: .16rem;
    box-shadow: .04rem .05rem .12rem rgba(0, 0, 0, 0.04);
}


.inner_s2 {
    margin-top: .2rem;
}

/*inner_s3*/
.inner_s3 .item_tit h3{
    font-size: .22rem;
    line-height: .32rem;
    color: #B00C0F;
    font-weight: bold;
}
.inner_s3 .item1 .item_list ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s3 .item1 li{
    width: 30.97%;
    margin: .2rem 0 0 3.545%;
}
.inner_s3 .item1 li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s3 .item1 li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s3 .item1 li a{
    display: block;
    background: #FFFFFF;
}
.inner_s3 .item1 li .pic{
    padding-top: 1.96rem;
}
.inner_s3 .item1 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
}
.inner_s3 .item1 li time{
    font-size: .16rem;
    line-height: .24rem;
    color: rgba(51, 51, 51, 0.6);
    margin-top: .16rem;
    display: block;
}
.inner_s3 .item1 li .txt{
    padding: .2rem .2rem .14rem;
}
.inner_s3 .item1 li:hover h3{
    color: #349466;
    font-weight: bold;
}
.inner_s3 .item1 .item_list{
    margin-top: .2rem;
}

.inner_s3 .item2 .item_list ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s3 .item2 .item_list li{
    width: 22.65%;
    margin: .3rem 0 0 3.13%;
}
.inner_s3 .item2 .item_list li:nth-child(-n+4){
    margin-top: 0;
}
.inner_s3 .item2 .item_list li:nth-child(4n+1){
    margin-left: 0;
}
.inner_s3 .item2 .item_list li a{
    display: block;
    position: relative;
}
.inner_s3 .item2 .item_list li .pic{
    padding-top: 3.46rem;
}
.inner_s3 .item2 .item_list li h3{
    font-size: .2rem;
    line-height: .29rem;
    color: #fff;
    font-weight: bold;
    padding: 0 .3rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .2rem;
    z-index: 3;
}
.inner_s3 .item2 .item_list li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 51.15%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.inner_s3 .item2 .item_list{
    margin-top: .2rem;
}
.inner_s3 .item + .item{
    margin-top: .4rem;
}
.inner_s3{
    margin-top: .4rem;
}

/*inner_s4*/

.inner_s4 ul{
    margin: 0 -0.35rem -0.75rem;
    display: flex;
    flex-wrap: wrap;
}
.inner_s4 li{
    /*width: 16.97%;*/
    /*margin: .4rem 0 0 3.545%;*/
    padding: 0 0.35rem;
    margin-bottom: 0.75rem;
    width: 50%;
}
.inner_s4 li:nth-child(-n+5){
    margin-top: 0;
}
.inner_s4 li:nth-child(5n+1){
    margin-left: 0;
}
.inner_s4 li a{
    display: block;
    background: #fff;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: flex-start;
    transition: .5s;
}
.inner_s4 li .pic{
    /*padding-top: 148%;*/
    width: 2rem;
    height: 2.45rem;
    flex-shrink: 0;
}
.inner_s4 li .pic .a{
    background-position: center top;
}
.inner_s4 li h3{
    font-size: .2rem;
    line-height: .5rem;
    color: #333333;
    /*text-align: center;*/
    transition: .5s;
    font-weight: 700;
    margin-bottom: .1rem;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inner_s4 li h3:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .03rem;
    width: .53rem;
    background: #349466;
    transition: .5s;
}
.inner_s4 li p{
    line-height: .32rem;
    font-size: .18rem;
    transition: .5s;
}
.inner_s4 li .txt{
    padding: .1rem .24rem 0;
    width: calc(100% - 2rem);
    height: 0.64rem;
    flex-shrink: 0;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}
.inner_s4 li:hover h3{
    color: #fff;
    font-weight: bold;
}
.inner_s4 li:hover h3:after{
    background-color: #fff;
}
.inner_s4 li:hover a{
    background: #349466;
}
.inner_s4 li:hover p{
    color: #fff;
}
.inner_s4{
    margin-top: .4rem;
}

/*inner_s5*/

.inner_s5 .item .item_tit h3{
    font-size: .22rem;
    line-height: .32rem;
    color: #349466;
    font-weight: bold;
}
.inner_s5 .item .item_list ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s5 .item1 li{
    width: 23%;
    padding: .2rem 0;
    margin: .1rem 0 0 2.66%;
    position: relative;
}
.inner_s5 .item1 li:nth-child(-n+4){
    margin-top: 0;
}
.inner_s5 .item1 li:nth-child(4n+1){
    margin-left: 0;
}
.inner_s5 .item1 li a{
    display: block;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
}
.inner_s5 .item1 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #D8D8D8;
}
.inner_s5 .item1 li:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 100%;
    height: .03rem;
    background: #B00C0F;
    transition: .5s;
}
.inner_s5 .item1 li:hover a{
    color: #349466;
    font-weight: bold;
}
.inner_s5 .item1 li:hover:after{
    right: 0;
}
.inner_s5 .item .item_list{
    margin-top: .1rem;
}
.inner_s5 .item2 .li_tit h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #349466;
    font-weight: bold;
}
.inner_s5 .item2 .li_list ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s5 .item2 .li_list li{
    width: 15.93%;
    margin: .3rem 0 0 12.09%;
}
.inner_s5 .item2 .li_list li:nth-child(-n+4){
    margin-top: 0;
}
.inner_s5 .item2 .li_list li:nth-child(4n+1){
    margin-left: 0;
}
.inner_s5 .item2 .li_list li a{
    display: block;
}
.inner_s5 .item2 .li_list li .img{
    width: 1.8rem;
    max-height: 1.8rem;
    background: #D8D8D8;
    max-width: 100%;
}
.inner_s5 .item2 .li_list li .img img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.inner_s5 .item2 .li_list li h4{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    margin-top: .1rem;
    text-align: center;
    transition: .5s;
}
.inner_s5 .item2 .li_list{
    margin-top: .2rem;
}
.inner_s5 .item2 .li + .li{
    margin-top: .3rem;
}
.inner_s5 .item2 .item_con{
    margin-top: .4rem;
}
.inner_s5 .item + .item{
    margin-top: .4rem;
}
.inner_s5{
    margin-top: .4rem;
}

/*inner_s6*/

.inner_s6 .item .item_tit h3{
    font-size: .22rem;
    line-height: .32rem;
    color: #B00C0F;
    font-weight: bold;
}
.inner_s6 .item .item_con .desc{
    font-size: .18rem;
    line-height: .32rem;
    color: #333333;
    text-indent: 2em;
}
.inner_s6 .item .item_con .desc strong{
    font-weight: bold;
}
.inner_s6 .item .item_con{
    margin-top: .1rem;
}
.inner_s6 .item2 .li_tit h3{
    font-size: .2rem;
    line-height: .32rem;
    color: #D69E42;
    font-weight: bold;
}
.inner_s6 .item2 .li_con{
    margin-top: .1rem;
}
.inner_s6 .item2 .li + .li{
    margin-top: .3rem;
}
.inner_s6 .item{
    padding: .3rem 0;
    border-bottom: 1px solid #D8D8D8;
}
.inner_s6 .item:last-child{
    border: none;
}
.inner_s6{
    margin-top: .1rem;
}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #349466;
}

#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: #349466;
}

#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.on>a {

    
    color: rgb(52 148 102);
  
}

#sub_nav_content dt a.on {

    
    color: rgb(52 148 102);
  
}

#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: #349466;
}

@media (max-width: 1199px){
    #m_n_nav{
        display: block;
    }
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
        min-height: 8rem;
    }
    .n_tit{
    }
    .posi{
        justify-content: flex-start;
    }
    .inner_page{
        padding: .3rem 0 .4rem;
    }
}
@media (max-width: 1025px){
    .pagination{
        padding-top: .3rem;
    }
    .n_tit h3{
        font-size: .26rem;
        line-height: .3rem;
        margin-right: .1rem;
    }
    .inner_s1 li + li{
        margin-top: .2rem;
    }
    .inner_s2 .list li .desc{
        margin-top: .1rem;
    }
    .inner_s2 .list li:after{
        height: .02rem;
    }
    .inner_s2 .list li .h3 time{
        margin-left: .2rem;
    }
    .inner_s2 .img_list .li .pic{
        padding-top: 38.55%;
    }
    .inner_s2{
        margin-top: .3rem;
    }
    .inner_s2 .img_list{
        padding: 0;
    }
    .inner_s2 .txt_box dl{
        margin-top: .15rem;
        gap: 0 .2rem;
    }
    .inner_s2 .txt_box dd h4{
        font-size: .18rem;
    }
    .inner_s2 .txt_box dd + dd{
        margin-left: 0;
    }
    .inner_s2 .txt_box{
        margin: 0;
        padding: .2rem;
        border-radius: .1rem;
    }
    .inner_s3 .item1 li .pic{
        padding-top: 56%;
    }
    .inner_s3 .item1 li .txt{
        padding: .15rem;
    }
    .inner_s3 .item1 li time{
        margin-top: .1rem;
    }
    .inner_s3 .item1 li{
        width: 32%;
        margin: 0;
    }
    .inner_s3 .item1 ul{
        gap: .2rem 2%;
    }
    .inner_s3 .item + .item{
        margin-top: .3rem;
    }
    .inner_s3 {
        margin-top: 0.2rem;
    }
    .inner_s3 .item2 .item_list li .pic{
        padding-top: 135.15625%;
    }
    .inner_s3 .item2 .item_list li h3{
        padding: 0 .2rem;
        bottom: .15rem;
    }
    .inner_s3 .item2 .item_list li{
        width: 23.5%;
        margin: 0;
    }
    .inner_s3 .item2 .item_list ul{
        gap: .2rem 2%;
    }
    .inner_s4 ul{
        margin: 0 -0.15rem -0.3rem;
    }
    .inner_s4 li{
        padding: 0 0.15rem;
        margin-bottom: 0.3rem;
    }
    .inner_s6 .item2 .li_con{
        margin-top: .05rem;
    }
    .inner_s6 .item{
        padding: .2rem 0;
    }
    .inner_s6{
        margin-top: 0;
    }
    .inner_s5 .item1 li a{
        font-size: .18rem;
    }
    .inner_s5 .item1 li{
        padding: .1rem 0;
        width: 23.5%;
        margin: 0;
    }
    .inner_s5 .item1 ul{
        gap: .1rem 2%;
    }
    .inner_s5 .item2 .li_list li{
        width: 25%;
        margin: 0;
    }
    .inner_s5 .item2 .li_list ul{
        gap: .2rem 0;
    }
    .inner_s5 .item2 .li_list li .img{
        width: 1.4rem;
        margin: 0 auto;
    }
    .inner_s5 .item2 .li_list{
        margin-top: .1rem;
    }
    .inner_s5 .item2 .li + .li{
        margin-top: .2rem;
    }
    .inner_s5 .item2 .item_con{
        margin-top: .2rem;
    }
    .inner_s5 .item + .item{
        margin-top: .3rem;
    }
    .inner_s5{
        margin-top: .2rem;
    }
}
@media (max-width: 769px){
    .inner_s1 li .pic{
        width: 100%;
        height: auto;
        padding-top: 62.54%;
    }
    .inner_s1 li h3 {
        margin-top: .05rem;
    }
    .inner_s1 li .line {
        margin-top: .1rem;
    }
    .inner_s1 li p{
        margin-top: .1rem;
    }
    .inner_s1 li .txt{
        margin-top: .1rem;
        padding: .2rem;
        width: 100%;
    }
    .inner_s1{
        margin-top: .3rem;
    }
    .inner_s2 .img_list .li{
        width: 100%;
    }
    .inner_s2 .img_list{
        gap: .2rem 0;
    }
    .inner_s3 .item1 li{
        width: 49%;
    }
    .inner_s3 .item2 .item_list li{
        width: 49%;
    }
    .inner_s5 .item1 li{
        width: 32%;
    }
    .inner_s5 .item2 .li_list li{
        width: 32%;
    }
    /*.inner_s4 li:nth-child(-n+5){
        margin-top: 0;
    }
    .inner_s4 li:nth-child(5n+1){
        margin-left: 3.545%;
        margin-top: 0;
    }
    .inner_s4 li:nth-child(-n+2){
        margin-top: 0;
    }
    .inner_s4 li:nth-child(2n+1){
        margin-left: 0;
    }*/
    .inner_s4 li {
        width: 100%;
        /*width: 48%;*/
        /*margin: 0 0 0.2rem 3.545%;*/
    }
}
@media (max-width: 481px){
    .inner_s3 .item1 li{
        width: 100%;
    }
    .inner_s5 .item1 li{
        width: 49%;
    }
    .inner_s5 .item2 .li_list li{
        width: 50%;
    }
}

/*2025-11-26*/


/*inner_s7*/

.inner_s7 .dtl_tit h1{
    font-size: .3rem;
    line-height: 1.5;
    color: #333333;
    font-family: 'MiSans-Bold', sans-serif;
    text-align: center;
}
.inner_s7 .dtl_tit .cont p{
    font-size: .16rem;
    line-height: .32rem;
    color: #9E9E9E;
    margin: 0 .3rem;
}
.inner_s7 .dtl_tit .cont{
    margin-top: .3rem;
    padding: .05rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #F7F7F7;
}
.inner_s7 .dtl_txt p{
    font-size: .18rem !important;
    line-height: .34rem !important;
    color: #333;
    text-indent: 2em;
    word-break: break-all;
    background: none !important;
}
.inner_s7 .dtl_txt p span{
    font-size: .18rem !important;
    line-height: .34rem !important;
    color: #333;
    word-break: break-all;
    background: none !important;
    font-family: '微软雅黑' !important;
}
.inner_s7 .dtl_txt table{margin:0 auto;}
.inner_s7 .dtl_txt p img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: .4rem auto .2rem;
}
.inner_s7 .dtl_txt{
    margin-top: .3rem;
}
.inner_s7 .dtl_page p{
    font-size: .16rem;
    line-height: .34rem;
    color: #333333;
    transition: .5s;
}
.inner_s7 .dtl_page a{
    font-size: inherit;
    color: inherit;
}
.inner_s7 .dtl_page p:hover{
    color: #349466;
}
.inner_s7 .dtl_page{
    margin-top: .4rem;
    padding-top: .35rem;
    border-top: 1px dashed #D8D8D8;
}

.inner_s7{
    margin-top: .36rem;
}

@media (max-width: 1025px) {
    .inner_s7 .dtl_tit .cont p{
        margin: 0;
    }
    .inner_s7 .dtl_tit .cont{
        margin-top: .15rem;
        gap: 0 .2rem;
    }
    .inner_s7 .dtl_txt{
        margin-top: .2rem;
    }
    .inner_s7 .dtl_txt p img{
        margin: .2rem auto;
    }
    .inner_s7 .dtl_page{
        margin-top: .3rem;
        padding-top: .2rem;
    }
    .inner_s7{
        margin-top: .26rem;
    }
}




.inner_s8{
    font-size:0.18rem;
    color:#000;
    line-height:2.16;
    padding:0.33rem 0 0.7rem;
}
.inner_s8 p{
    font-size: 0.18rem !important;
    color:#000;
    line-height: 2.16 !important;
    background: none !important;
}
.inner_s8 video{max-width:100%;height:auto !important;}
.inner_s8 .txt{
    overflow: hidden;
    overflow-x: auto;
}
.inner_s8 .txt img, .m-details_b1 .txt video, .m-details_b1 .txt iframe, .m-details_b1 .txt table{
    margin: 0 auto;
    display: block;
    max-width: 100% !important;
    height: auto !important;
}
@media (max-width: 1025px) {
    .inner_s8{
        line-height: 1.7;
    }
}



.inner_s9{
    padding: 0 0.3rem;
    margin-top: 0.6rem;
    font-size: .18rem !important;
    line-height: .34rem !important;
    color: #333;
    word-break: break-all;
    background: none !important;
    font-family: '微软雅黑' !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.inner_s9, .inner_s9 form{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;   
}
.inner_s9 form{
    flex-grow: 1;
}
.inner_s9 p{
   
    font-size: .18rem !important;
    line-height: .33rem !important;

}
.inner_s9 .left{
    margin-top: 0.11rem;
    margin-right: 0.92rem;
    width: 4.9rem;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}
/*.inner_s9 .left:before{
    content: '';
    margin-left: -2.45rem;
    position: absolute;
    left: 50%;
    top: -0.48rem;
    width: 4.9rem;
    height: 4.35rem;
    background: url(../images/h-bg9.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -1;
}*/
.inner_s9 .left .box-pic{
    margin: 0 auto;
    width: fit-content;
    position: relative;
    z-index: 1;
}
.inner_s9 .left .box-pic:before, .inner_s9 .left .box-pic:after{
    content: '';
    position: absolute;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 1.36rem;
    height: 1.7rem;
    background: url(../images/sr-shape_bg1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    transform: none;
    z-index: -1;
}
.inner_s9 .left .box-pic:before{
    left: -0.2rem !important;
    bottom: -0.2rem !important;
}
.inner_s9 .left .box-pic:after{
    right: -0.2rem !important;
    top: -0.2rem !important;
}
.inner_s9 .left .pic{
    margin: 0 auto;
    width: 3.2rem;
    max-width: 100%;
    position: relative;
    /* border-radius: 50%; */
    overflow: hidden;
    height: 4rem;
    border-radius: 0.8rem 0.1rem 0.8rem 0.1rem;
    z-index: 1;
}
.inner_s9 .left .pic:before{
    display: none;
}
/*.inner_s9 .left .pic:after{
    content: '';
    display: block;
    padding-top: 100%;
}*/
.inner_s9 .left .pic img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /* object-fit: cover; */
}
.inner_s9 .left .name{
    margin-top: 0.32rem;
    font-size: .3rem;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    color: #349466;
}
.inner_s9 .left .info{
    margin-top: 0.53rem;
}
.inner_s9 .left .info p{
    margin-bottom: 0.18rem;
}
.inner_s9 .left .info span{
    color: #349466;
}
.inner_s9 .right{
    padding-top: 0.06rem;
    width: calc(100% - 4.35rem);
}
.inner_s9 .right img{display:none;}
.inner_s9 .right h4{
    color: #349466;
    /* color: #FFFFFF; */
    font-weight: bold;
    font-size: .22rem;
    line-height: .36rem;
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
    position: relative;
    z-index: 1;
}
.inner_s9 .right h4:before{
    content: '';
    position: absolute;
    left: -0.32rem;
    top: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(90deg, #428969 0%, rgba(255,255,255,0) 100%); */
    z-index: -1;
}
.inner_s9 .right h4:first-child{
    margin-top:0;
}
@media (max-width: 1025px) {
    .inner_s9{
        margin-top: 0.4rem;
        padding: 0;
        display: block;
    }
    .inner_s9, .inner_s9 form{
        display: block;
    }
    .inner_s9 .left, .inner_s9 .right{
        width: 100%;
    }
    .inner_s9 .right{
        margin-top: 0.2rem;
    }
    .inner_s9 .right h4:before{
        left: -0.2rem;
    }
    .inner_s9 .left .name{
        margin-top: 0.2rem;
    }
    .inner_s9 .left .info{
        margin-top: 0.2rem;
    }
    .inner_s9 .left .info p{
        margin-bottom: 0.1rem;
    }
}