.n_banner .img img{
    display: block;
    width: 100%;
}
.n_banner .n_top{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    padding-top: .49rem;
    background: url("../images/n-img-1.png") no-repeat bottom center/100% 100%;
}
.n_tit h2{
    font-size: .42rem;
    line-height: .62rem;
    color: #fff;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.n_tit:before{
    position: absolute;
    content: '';
    left: 0;
    top: .1rem;
    width: .07rem;
    height: .21rem;
    background: #FFFFFF;
}
.n_tit:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: .1rem;
    width: .07rem;
    height: .21rem;
    background: #DEBB5B;
}
.n_tit{
    position: relative;
    padding: 0 .25rem;
}
.n_dh{
    height: .76rem;
}
.n_dh ul,
.n_dh ul li,
.n_dh ul li h3{
    height: 100%;
}
.n_dh ul li + li{
    margin-left: .32rem;
}
.n_dh ul li h3{
    font-size: .22rem;
    color: #fff;
    position: relative;
    font-family: 'SourceHanSansCN-Medium';
}
.n_dh ul li h3:before{
    position: absolute;
    content: '';
    left: -.1rem;
    right: -.1rem;
    top: 0;
    bottom: 0;
    background: #e2c063;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.n_dh ul li a{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    position: relative;
    z-index: 2;
}
.n_dh ul li.active h3:before,
.n_dh ul li:hover h3:before{
    opacity: 1;
    visibility: visible;
}
.n_dh ul li.active h3,
.n_dh ul li:hover h3{
    color: #fff;
}

.n_dh li{
    position: relative;
}
.n_dh .s-link{
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 1.6rem;
    transform: translateX(-50%) scaleY(0);
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 .1rem rgba(0,0,0,.5);
    transition: .5s;
    border-radius: 0 0 .05rem .05rem;
    overflow:hidden
}
.n_dh .s-link a{
    display: block;
    font-size: .16rem;
    line-height: 1.5;
    color: #666;
    text-align: center;
    padding: .08rem .1rem;
    transition: .5s;
    font-family: 'SourceHanSansCN-Medium';
}
.n_dh .s-link a:hover{
    background: #0F754D;
    color: #fff;
}
.n_dh li:hover .s-link{
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scale(1);
}

.n_banner{
    position: relative;
}
.inner_page{
    padding: .21rem 0 2.1rem;
    background: url("../images/inner_page.png") no-repeat bottom center/100% auto;
}
.inner_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: .54rem;
}
.posi{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.posi img{
    display: block;
    width: .22rem;
    margin-right: .16rem;
}
.posi *{
    display: block;
    font-size: .16rem;
    line-height: .22rem;
    color: #666666;
    transition: .5s;
}
.posi span:not(:nth-child(2)){
    margin: 0 .05rem;
}
.posi a.active,
.posi a:hover{
    color: #0F754D;
}

.ser_form .form{
    display: flex;
    align-items: center;
}
.ser_form .ser_inp{
    display: block;
    height: .55rem;
    width: 6.2rem;
    font-size: .18rem;
    color: #666;
    padding: 0 .2rem;
    border: 1px solid #D1D1D1;
    border-radius: .05rem;
}
.ser_form .ser_btn img{
    display: block;
    width: .24rem;
    margin-right: .09rem;
}
.ser_form .ser_btn{
    width: 1.3rem;
    height: .55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .22rem;
    color: #fff;
    background: #0F754D;
    border-radius: .05rem;
    flex-shrink: 0;
    margin-left: .14rem;
    cursor: pointer;
}

/*inner_s1*/
.inner_s1 li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    padding: .23rem 1.33rem .23rem .24rem;
}
.inner_s1 li .pic{
    width: 2.85rem;
    height: 1.9rem;
}
.inner_s1 li .txt{
    /* width: calc(100% - 3.3rem); */
}
.inner_s1 li h3{
    font-size: .2rem;
    line-height: .34rem;
    color: #333333;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
    transition: .5s;
}
.inner_s1 li p{
    font-size: .16rem;
    line-height: .28rem;
    color: #999999;
    height: .56rem;
    margin-top: .1rem;
    transition: .5s;
}
.inner_s1 li time span{
    display: block;
    font-size: .28rem;
    line-height: 1;
    color: #0F754D;
    margin-right: .05rem;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
    transition: .5s;
}
.inner_s1 li time{
    display: flex;
    align-items: baseline;
    font-size: .14rem;
    line-height: 1;
    color: rgba(51, 51, 51, 0.48);
    margin-top: .17rem;
    transition: .5s;
}
.inner_s1 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #0F754D url("../images/n-img-3.png") no-repeat right .32rem bottom .28rem/1.53rem;
    box-shadow: 0 0 .14rem rgba(138, 138, 138, 0.3);
    border-radius: 0 .3rem 0 .3rem;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #E2C062;
    border-radius: 0 .3rem 0 .3rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s1 li:hover h3{
    color: #fff;
}
.inner_s1 li:hover p{
    color: rgba(255, 255, 255, 0.8);
}
.inner_s1 li:hover time span{
    color: #fff;
}
.inner_s1 li:hover time{
    color: rgba(255, 255, 255, 0.48);
}
.inner_s1 li:hover:before{
    opacity: 1;
    visibility: visible;
}
.inner_s1 li:hover:after{
    opacity: 1;
    visibility: visible;
    transform: translateY(.04rem);
}
.inner_s1 li + li{
    margin-top: .3rem;
}
.inner_s1 li{
    position: relative;
    background: #F2F5F9;
    border-radius: 0 .3rem 0 .3rem;
}

/*inner_s2*/

.inner_s2 ul {
    overflow: hidden;
}

.inner_s2 .list1 li{
    width: 48.67%;
    position: relative;
    margin-top: .3rem;
    background: #F2F5F9;
    border-radius: 0 .3rem 0 .3rem;
    float: left;
}
.inner_s2 .list1 li:nth-child(-n+2){
    margin-top: 0;
}
.inner_s2 .list1 li:nth-child(2n){
    float: right;
}
.inner_s2 .list1 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    height: 1.1rem;
    padding: 0 .24rem;
}
.inner_s2 .list1 li time{
    display: block;
    color: #007145;
    font-family: 'Roboto-Regular';
    text-align: center;
    width: .86rem;
    position: relative;
    transition: .5s;
}
.inner_s2 .list1 li time span{
    display: block;
    font-size: .3rem;
    line-height: 1;
}
.inner_s2 .list1 li time em{
    display: block;
    font-size: .13rem;
    line-height: 1;
    margin-top: .05rem;
}
.inner_s2 .list1 li time:after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 1px;
    height: .4rem;
    background: #DCDCDC;
    transform: translateY(-50%);
    transition: .5s;
}
.inner_s2 .list1 li .txt{
    width: calc(100% - 1.1rem);
}
.inner_s2 .list1 li h3{
    font-size: .18rem;
    line-height: .24rem;
    color: #333333;
    max-height: .48rem;
    transition: .5s;
}
.inner_s2 .list1 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0F754D url("../images/n-img-2.png") no-repeat right .82rem center/1.1rem;
    border-radius: 0 .3rem 0 .3rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 1;
}
.inner_s2 .list1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #D8BA67;
    border-radius: 0 .3rem 0 .3rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s2 .list1 li:hover time{
    color: #fff;
}
.inner_s2 .list1 li:hover h3{
    color: #fff;
}
.inner_s2 .list1 li:hover:before{
    opacity: 1;
    visibility: visible;
}
.inner_s2 .list1 li:hover:after{
    opacity: 1;
    visibility: visible;
    transform: translateY(.04rem);
}

/*inner_s3*/
.inner_s3 .dtl_tit h2{
    font-size: .22rem;
    line-height: .4rem;
    color: #333333;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    text-align: center;
}
.inner_s3 .dtl_tit .cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: .13rem;
}
.inner_s3 .dtl_tit .cont .span{
    display: block;
    font-size: .16rem;
    line-height: 1;
    color: #868686;
    margin: 0 .08rem;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
}
.inner_s3 .dtl_tit{
    padding-bottom: .24rem;
    border-bottom: 1px dashed #D8D8D8;
}
.inner_s3 .dtl_txt p{
    font-size: .18rem;
    line-height:2;
    color: #343434;
    text-indent: 2em;
    margin-bottom: .15rem;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
}
.inner_s3 .dtl_txt p span{
    font-size: .18rem;
    line-height: 2;
    color: #343434;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
}


.inner_s3 .dtl_txt table {font-size:14px; max-width:96%; margin:0 auto; border-collapse: collapse;}
.inner_s3 .dtl_txt table td{ padding:5px 10px; line-height:30px; border:1px #ddd solid;}
.inner_s3 .dtl_txt table td p{ text-indent:0em !important; margin-bottom:0px;}

.inner_s3 .dtl_txt img,.inner_s3 .dtl_txt video {
    display: block;
    width: auto;
    height: auto !important;
    max-width: 94%;
    margin: 0.1rem auto;
    border: 0 !important;
}

.inner_s3 .dtl_txt{
    margin-top: .28rem;
}
.inner_s3 .dtl_page p{
    font-size: .16rem;
    line-height: .36rem;
    color: #333333;
    transition: .5s;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
}
.inner_s3 .dtl_page p:hover a{
    font-weight: 700;
}
.inner_s3 .dtl_page p:hover{
    color: #0F754D;
}
.inner_s3 .dtl_page{
    padding: .33rem .35rem;
    border: 1px solid #0F754D;
    margin-top: .6rem;
}
.inner_s3 .dtl_l{
    width: 100%;
}
.inner_s3 .dtl_r{
    width: 23%;
    display: none;
}
.inner_s3 .dtl_r .h3 h3{
    font-size: .2rem;
    line-height: .5rem;
    color: #FFFFFF;
    background: #0F754D;
    text-align: center;
}
.inner_s3 .dtl_r ul li a{
    display: block;
    padding: .12rem 0;
}
.inner_s3 .dtl_r li time{
    display: block;
    font-size: .14rem;
    line-height: .24rem;
    color: #0F754D;
}
.inner_s3 .dtl_r li h3{
    font-size: .14rem;
    line-height: .24rem;
    color: #333333;
    transition: .5s;
}
.inner_s3 .dtl_r li:hover h3{
    color: #0F754D;
}
.inner_s3 .dtl_r ul li {
    border-bottom: 1px solid #EAEAEA;
}
.inner_s3 .dtl_r ul li:last-child{
    border: none;
}
.inner_s3 .dtl_r ul{
    margin-top: .12rem;
}
/*inner_s4*/
.inner_s4 .top h3,.inner_s2 .top h3{
    font-size: .22rem;
    line-height: .36rem;
    color: #333333;
}
.inner_s4 .top .spans,.inner_s2 .top .spans{
    display: flex;
    flex-wrap: wrap;
    margin-top: .09rem;
}


.inner_s4 .top .span,.inner_s2 .top .span{
    display: block;
    font-size: .18rem;
    line-height: .34rem;
    color: #333333;
    min-width: 1.13rem;
    padding: 0 .2rem;
    margin-right: .2rem;
    margin-bottom: .2rem;
    transition: .5s;
    cursor: pointer;
    border-radius: .04rem;
    text-align: center;
}
.inner_s4 .top .span.active,
.inner_s4 .top .span:hover,
.inner_s2 .top .span.active,
.inner_s2 .top .span:hover{
    background: #0F754D;
    color: #fff;
}
.inner_s4 .top,.inner_s2 .top {
    padding: .25rem .35rem .09rem;
    background: #F8FFFE;
    border: .01rem solid rgba(53, 148, 135, 0.1);
}
.inner_s4 .bot ul{
    justify-content: flex-start;
}
.inner_s4 .bot li{
    position: relative;
    margin: .3rem 0 0 2%;
    padding: 0 0 .1rem .1rem;
    width: 32%;

}
.inner_s4 .bot li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s4 .bot li:nth-child(3n+1){
    margin-left:0;
}
.inner_s4 .bot li a{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: .2rem .2rem .2rem .2rem;
    background: #fff url("../images/n-img-6.png") no-repeat bottom right .28rem/1.12rem auto;
    box-shadow: 0 .04rem .1rem 0 rgba(182, 182, 182, 0.3);
    position: relative;
    z-index: 2;
}
.inner_s4 .bot li .pic{
    width: 2rem;
    height: 2.69rem;
}
.inner_s4 .bot li .txt{
    width: calc(100% - 2.2rem);
    margin-top: .15rem;
}
.inner_s4 .bot li .name{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.inner_s4 .bot li .name h3{
    font-size: .25rem;
    line-height: 1;
    color: #03603B;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
    margin-right: .05rem;
}
.inner_s4 .bot li .name h4{
    font-size: .16rem;
    line-height: 1;
    color: #999999;
}
.inner_s4 .bot li .tag{
    display: flex;
    flex-wrap: wrap;
    margin-top: .35rem;
}
.inner_s4 .bot li .tag span{
    display: block;
    font-size: .16rem;
    line-height: .36rem;
    color: #026452;
    padding: 0 .1rem;
    background: #EEFFF8;
    border-radius: .04rem;
    margin: 0 .1rem .1rem 0;
}
.inner_s4 .bot li p{
    font-size: .16rem;
    line-height: .32rem;
    color: #333333;
    -webkit-line-clamp: 3;
    height: .96rem;
    margin-top: .25rem;
}
.inner_s4 .bot li:before{
    position: absolute;
    content: '';
    left: 0;
    right: .1rem;
    bottom: 0;
    top: .1rem;
    background: #0F754D;
    transition: .5s;
}
.inner_s4 .bot li:hover:before{
    background: #DEBB5B;
}
.inner_s4 .bot{
    margin-top: .61rem;
}

/*inner_s4*/
.inner_s4 .desc{
    font-size: .18rem;
    line-height: 2;
    color: #343434;
    text-indent: 2em;
}
.inner_s4 .desc p + p{
    margin-top: .2rem;
}
.inner_s4 .item1 h3{
    font-size: .38rem;
    line-height: .52rem;
    color: #0F754D;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
    text-align: center;
}
.inner_s4 .item1 .item_l{
    width: 65.8%;
    margin-top: .06rem;
}
.inner_s4 .item1 .desc{
    margin-top: .22rem;
}
.inner_s4 .item1 .item_r{
    width: 31.06%;
    padding-right: .1rem;
    padding-bottom: .1rem;
    position: relative;
}
.inner_s4 .item1 .item_r:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    left: .1rem;
    top: .1rem;
    background: #0F754D;
}
.inner_s4 .item1 .item_r .pic{
    padding-top: 3.5rem;
    z-index: 2;
}
.inner_s4 .item1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s4 .item2{
    margin-top: .58rem;
}
.inner_s4 .item3{
    margin-top: .84rem;
    position: relative;
    padding: 0 .43rem .2rem .2rem;
}
.inner_s4 .item3 .item_l{
    width: 46.62%;
}
.inner_s4 .item3 .pic{
    padding-top: 3.5rem;
}
.inner_s4 .item3 .item_r{
    width: 49.2%;
    margin-top: .87rem;
}
.inner_s4 .item3 .con{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.inner_s4 .item3:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: .2rem;
    background: #ECFAF8;
}

/*缇庝附鏂版ˉ*/

.inner-s44 li{
    width: 49.12%;
    margin-top: .43rem;
}
.inner-s44 li:nth-child(-n+2){
    margin-top: 0;
}
.inner-s44 li a{
    display: block;
}
.inner-s44 li a .pic{
    padding-top: 5.4rem;
}

.inner-s44 li a h3{
    font-size: .2rem;
    line-height: .28rem;
    color: #1B1B1B;
    text-align: center;
    margin-top: .22rem;
    transition: .5s;
}
.inner-s44 li:hover a h3{
    color: #026452;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.inner-s44{
    margin-top: .33rem;
}

/*鎵嬫満绔唴椤佃彍鍗�*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #0F754D;
}

#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: #0F754D;
}

#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 .on  {
    color: #007145;
}


#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: #0F754D;
}

@media (max-width: 1199px){
    .n_banner .img{
    }
    #m_n_nav{
        display: block;
    }
    .n_banner .n_top{
        display: none;
    }

    .inner_page{
        padding: .3rem 0 1.4rem;
    }
}
@media (max-width: 1025px){

    .inner-s44 li a .pic {
        padding-top: 73.6%;
    }
    .inner-s44 li a h3 {
        margin-top: .1rem;
    }
    .inner-s44 li {
        margin-top: .24rem;
    }
    .pagination{
        padding-top: .3rem;
    }
    .posi {
        width: 100%;
    }
    .ser_form{
        width: 100%;
        margin-top: .2rem;
    }
    .ser_form .form{
        gap: 0 .2rem;
        justify-content: center;
    }
    .ser_form .ser_inp{
        height: .42rem;
        max-width: 5rem;
    }
    .ser_form .ser_btn img{
        width: .18rem;
        margin-right: .05rem;
    }
    .ser_form .ser_btn{
        margin-left: 0;
        height: .42rem;
        width: 1.1rem;
        font-size: .16rem;
    }
    .inner_top{
        margin-bottom: .3rem;
    }
    .inner_s1 li a{
        padding: .2rem;
    }
    .inner_s1 li{
        border-radius: 0 .1rem 0 .1rem;
    }
    .inner_s1 li:before,
    .inner_s1 li:after{
        border-radius: 0 .1rem 0 .1rem;
    }
    .inner_s1 li + li{
        margin-top: .25rem;
    }
    .inner_s2 .list1 li a{
        padding: 0 .2rem;
    }
    .inner_s2 .list1 li:before,
    .inner_s2 .list1 li:after{
        border-radius: 0 .1rem 0 .1rem;
    }
    .inner_s2 .list1 li{
        width: 49%;

        border-radius: 0 .1rem 0 .1rem;
    }
    .inner_s2 .list1 li:nth-child(-n+2) {
        margin-top: 0.3rem;
    }
    .inner_s2 ul{
        gap: .25rem 2%;
    }
    .inner_s3 .dtl_tit h2{
        line-height: 1.5;
    }
    .inner_s3 .dtl_tit .cont .span{
        margin: 0;
    }
    .inner_s3 .dtl_tit .cont {
        margin-top: .15rem;
        gap: .1rem .1rem;
    }
    .inner_s3 .dtl_tit{
        padding-bottom: .15rem;
    }
    .inner_s3 .dtl_txt{
        margin-top: .2rem;
    }
    .inner_s3 .dtl_txt p + p{
        margin-top: .1rem;
    }
    .inner_s3 .dtl_txt p{
        font-size: .18rem;
        line-height: 1.85;
    }
    .inner_s3 .dtl_page p{
        font-size: .18rem;
        line-height: 1.85;
    }
    .inner_s3 .dtl_page{
        padding: .1rem;
        margin-top: .2rem;
    }
    .inner_s3 .dtl_l{
        width: 100%;
    }
    .inner_s3 .dtl_r{
        width: 100%;
        margin-top: .4rem;
    }
    .inner_s3 .dtl_r li h3{
        font-size: .18rem;
        line-height: .28rem;
    }
    .inner_s4 .top,.inner_s2 .top{
        padding: .2rem;
    }
    .inner_s4 .top h3, .inner_s2 .top h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner_s4 .top .spans,.inner_s2 .top .spans{
        margin-top: 0;
        gap: .1rem .2rem;
    }
    .inner_s4 .top .span, .inner_s2 .top .span{
        margin: 0;
        padding: 0 .1rem;
    }
    .inner_s4 .bot li a{
        padding: .2rem;
    }
    .inner_s4 .bot li{
        width: 49%;
        margin: 0;
    }
    .inner_s4 .bot ul{
        gap: .25rem 2%;
    }
    .inner_s4 .bot li .name h3{
        font-size: .22rem;
        margin-right: .05rem;
    }
    .inner_s4 .bot li .name h4{
        font-size: .16rem;
    }
    .inner_s4 .bot li .tag span{
        margin: 0;
    }
    .inner_s4 .bot li .tag{
        gap: .1rem;
        margin-top: .2rem;
    }
    .inner_s4 .bot li p{
        margin-top: .15rem;
    }
    .inner_s4 .bot li .pic {
        width: 2rem;
        height: 2.49rem;
    }
    .inner_s4 .bot li .txt {
        width: calc(100% - 2.3rem);
        margin-top: .1rem;
    }
    .inner_s4 .bot{
        margin-top: .3rem;
    }
    .inner_s4 .item1 .item_l{
        width: 100%;
        margin-top: 0;
    }
    .inner_s4 .item1 h3{
        font-size: .24rem;
        line-height: .3rem;
    }
    .inner_s4 .desc{
        line-height: 1.85;
    }
    .inner_s4 .desc p + p{
        margin-top: .1rem;
    }
    .inner_s4 .item1 .desc{
        margin-top: .1rem;
    }
    .inner_s4 .item1 .item_r{
        width: 100%;
        margin-top: .2rem;
    }
    .inner_s4 .item1 .item_r .pic{
        padding-top: 58vw;
    }
    .inner_s4 .item2{
        margin-top: .25rem;
    }
    .inner_s4 .item3 .item_l{
        width: 100%;
    }
    .inner_s4 .item3 .pic{
        padding-top: 46vw;
    }
    .inner_s4 .item3 .item_r{
        width: 100%;
        margin-top: .2rem;
    }
    .inner_s4 .item3{
        padding: 0 .2rem .2rem;
        margin-top: .25rem;
    }
}
@media (max-width: 769px){
    .inner_s1 li .pic{
        width: 100%;
        height: auto;
        padding-top: 66.66%;
    }
    .inner_s1 li .txt{
        width: 100% !important;;
        margin-top: .2rem;
    }
    .inner_s1 li h3{
        line-height: .3rem;
    }
    .inner_s1 li p{
        margin-top: .05rem;
    }
    .inner_s1 li time{
        margin-top: .1rem;
    }
    .inner_s1 li time span{
        font-size: .26rem;
        margin-right: .03rem;
    }
    .inner_s2 li{
        width: 100% !important;
    }
    .inner_s2 li a{
        height: .9rem;
    }
    .inner_s2 li time{
        width: .8rem;
    }
    .inner_s2 li .txt{
        width: calc(100% - 1rem);
    }
    .inner_s4 .bot li{
        width: 100%;
    }
}

@media (max-width: 481px){
    .inner_s4 .bot li a{
        display: block;
    }
    .inner_s4 .bot li .pic{
        width: 1.9rem;
        height: 2.49rem;
        margin: 0 auto;
    }
    .inner_s4 .bot li .txt{
        width: 100%;
        margin-top: .2rem;
    }
}

.inner-s5 li{
    margin-top: .35rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #026452;
    border-radius: .2rem;
    overflow: hidden;
}

.inner-s5 li:first-child{
    margin-top: 0;
}

.inner-s5 li .left{
    width: 1.19rem;
    background: #026452;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-s5 li .left h3{
    font-size: .3rem;
    line-height: .4rem;
    color: #fff;
}
.inner-s5 li .right{
    width: calc(100% - 1.19rem);
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: .9rem;
    padding: .18rem .4rem .16rem .47rem;
}
.inner-s5 li .right h3{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.inner-s5 li .right span{
    display: block;
    font-size: .24rem;
    line-height: .36rem;
    color: #333333;
}
.inner-s5 li .right em{
    display: block;
    width: .2rem;
    height: .2rem;
    margin: 0 .1rem;
    background: url("../images/n-img-10.png") no-repeat 50%/100%;
}

.inner-s5{
    margin-top: .35rem;
}

.inner-s9 .block1{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner-s9 .block1 .pic{
    width: 2rem;
    height: 2.6rem;
}

.inner-s9 .block1 .txt{
    width: calc(100% - 2.41rem);
    margin-top: .26rem;
}
.inner-s9 .block1 .name{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.inner-s9 .block1 h2{
    font-size: .36rem;
    line-height: .4rem;
    color: #333333;
    position: relative;
}
.inner-s9 .block1 h2:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -0.33rem;
    border: .05rem solid transparent;
    border-bottom-color: #026452;
    transform: translateX(-50%);
}
.inner-s9 .block1 .name h4{
    font-size: .18rem;
    line-height: .34rem;
    color: #026452;
    padding: 0 .16rem;
    background: #F1FFFD;
    border-radius: 0 .2rem 0 0;
    margin-left: .25rem;
}
.inner-s9 .block1 em{
    display: block;
    border-top: 1px dashed #026452;
    width: 3.42rem;
    margin-top: .33rem;
}
.inner-s9 .block1 .info{
    margin-top: .5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.inner-s9 .block1 .info .ll{
    width: .4rem;
    height: .78rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #026452;
    border-radius: 1rem;
}
.inner-s9 .block1 .info h4{
    font-size: .2rem;
    line-height: .24rem;
    color: #fff;
    text-align: center;
}
.inner-s9 .block1 .info .rr{
    width: calc(100%  - .75rem);
}
.inner-s9 .block1 .info p{
    font-size: .2rem;
    line-height: .4rem;
    color: #333;
    height:auto;
}
.inner-s9 .block2 .tit{
    display: flex;
}
.inner-s9 .block2 .tit h3{
    font-size: .24rem;
    line-height: .48rem;
    color: #fff;
    padding: 0 .2rem;
    border-radius: 0 .2rem 0 0;
    background: linear-gradient(270deg, #05957A 0%, #026452 100%);
}
.inner-s9 .block2 .para{
    font-size: .2rem;
    line-height: .4rem;
    color: #333333;
    margin-top: .24rem;
    font-weight: normal !important;
}
.inner-s9 .block2 .para *{
    font-family: 'SourceHanSansCN-Regular',sans-serif !important;;
}
.inner-s9 .block2 {
    margin-top: .59rem;
}
.inner-s9 {
    margin-top: .73rem;
}


.inner-s10 .con{
    max-width: 9.23rem;
    margin: 0 auto;
    padding: .44rem 1.22rem .46rem .88rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: .2rem;
}

.inner-s10 .con h3{
    font-size: .36rem;
    line-height: .54rem;
    color: #333333;
    text-align: center;
    margin-bottom: .35rem;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
}

.inner-s10 .con ul li{
    margin-bottom: .33rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.inner-s10 .con ul li span{
    display: block;
    width: 2.13rem;
    font-size: .24rem;
    line-height: .5rem;
    color: #333333;
    position: relative;
    padding-left: .2rem;
}
.inner-s10 .con ul li span i{
    position: absolute;
    left: 0;
    top: .15rem;
    font-size: .24rem;
    color: #FF0000;
    line-height: 1;
}

.inner-s10 .con ul li label{
    display: block;
    width: calc(100% - 2.13rem);
}
.inner-s10 .con ul li input{
    display: block;
    width: 100%;
    font-size: .2rem;
    line-height: .48rem;
    height: .5rem;
    color: #333;
    padding: 0 .15rem;
    border: 1px solid #EAEAEA;
    transition: .5s;
    background: rgba(255, 255, 255, 0.4);
}
.inner-s10 .con ul li input:focus{
    border-color: #025546;
}
.inner-s10 .con ul li.submit button{
    display: block;
    width: 100%;
    font-size: .3rem;
    line-height: .8rem;
    height: .8rem;
    color: #fff;
    text-align: center;
    background: #007145;
    border-radius: .1rem;
    cursor: pointer;
    font-family: 'SourceHanSansCN-Regular',sans-serif;
}
.inner-s10 .con ul li.submit{
    margin-bottom: .25rem;
}
.inner-s10 .con ul li.tips a{
    display: block;
    font-size: .24rem;
    line-height: .36rem;
    color: #9E9E9E;
    text-align: center;
}
.inner-s10 .con ul li.tips a em{
    display: inline-block;
    color: #007145;
    margin-left: .2rem;
}
.inner-s10 .con ul li.tips{
    margin-bottom: 0;
    justify-content: center;
}

.inner-s10 .con ul li.v-code label{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-s10 .con ul li.v-code label input{
    width: 38.6%;
}
.inner-s10 .con ul li.v-code label button{
    width: 55.6%;
    display: block;
    font-size: .2rem;
    line-height: .48rem;
    height: .5rem;
    color: #007145;
    padding: 0 .15rem;
    border: 1px solid #007145;
    transition: .5s;
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
    cursor: pointer;
}

.inner-s10 .tab-tit{
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-s10 .tab-tit .li{
    font-size: .34rem;
    line-height: .51rem;
    color: #333333;
    position: relative;
    padding: 0 .4rem;
    cursor: pointer;
    transition: .5s;
}
.inner-s10 .tab-tit .li:before{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 1px;
    height: .26rem;
    background: #C5C5C5;
    transform: translateY(-50%);
}
.inner-s10 .tab-tit .li:last-child:before{
    display: none;
}

.inner-s10 .tab-tit .li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -.1rem;
    width: .55rem;
    height: .02rem;
    background: #007145;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.inner-s10 .tab-tit .li.active{
    color: #007145;
}
.inner-s10 .tab-tit .li.active:after{
    opacity: 1;
    visibility: visible;
}

.inner-s10 .tab-cont{
    margin-top: .59rem;
}
.inner-s10 .tab-cont .child{
    display: none;
}
.inner-s10 .tab-cont .child.active{
    display: block;
}

.inner-s10 .con ul li.user-disabled label{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner-s10 .con ul li.user-disabled label input{
    width: 74.6%;
}
.inner-s10 .con ul li.user-disabled label em{
    display: block;
    font-size: .18rem;
    color: #9E9E9E;
    line-height: .5rem;
    flex-shrink: 0;
}

.inner-s10 .c-aside{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2.25rem;
    z-index: 3;
    background: #fff;
    padding: 1.6rem 0;
}

.inner-s10 .c-aside ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .22rem;
    color: #333333;
    line-height: .7rem;
    transition: .5s;
}
.inner-s10 .c-aside ul li a .icon{
    width: .19rem;
    height: .19rem;
    position: relative;
    margin-right: .07rem;
}

.inner-s10 .c-aside ul li a .icon .img-2,
.inner-s10 .c-aside ul li.active a .icon .img-1,
.inner-s10 .c-aside ul li:hover a .icon .img-2{
    opacity: 0;
}
.inner-s10 .c-aside ul li.active a,
.inner-s10 .c-aside ul li:hover a{
    color: #007145;
}
.inner-s10 .c-aside ul li.active a .icon .img-2,
.inner-s10 .c-aside ul li:hover a .icon .img-2{
    opacity: 1;
}
.inner-s10 .c-aside ul li:not(:last-child){
    border-bottom: 1px dashed #D8D8D8;
}


.inner-s10{
    position: relative;
    padding: 1.12rem 0 1.67rem;
    background:#fff url("../images/zhmmbg.png") no-repeat bottom center/cover;
}

.inner-s10-2{
    padding-left: 2.25rem;
}

@media (max-width: 1025px){
    .inner-s5 li .right span{
        font-size: .2rem;
    }
    .inner-s5 li .left h3{
        font-size: .22rem;
    }
    .inner-s5 li .right em{
        width: .15rem;
        height: .15rem;
        margin: 0 .05rem;
    }
    .inner-s5 li .right{
        padding: .15rem .3rem;
    }
    .inner-s5 li{
        margin-top: .25rem;
    }
    .inner-s5{
        margin-top: .3rem;
    }

    .inner-s9 .block1 h2{
        font-size: .26rem;
    }
    .inner-s9 .block1 h2:after{
        bottom: -.2rem;
    }
    .inner-s9 .block1 .name h4{
        margin-left: .1rem;
    }
    .inner-s9 .block1 .info {
        margin-top: 0.2rem;
    }
    .inner-s9 .block1 .txt{
        margin-top: 0;
    }
    .inner-s9 .block1 em{
        margin-top: .2rem;
    }
    .inner-s9 .block2 {
        margin-top: 0.3rem;
    }
    .inner-s9 .block2 .tit h3{
        font-size: .2rem;
    }
    .inner-s9 .block2 .para{
        margin-top: .1rem;
    }
    .inner-s9 {
        margin-top: 0.3rem;
    }

    .inner-s10 .con h3{
        font-size: .24rem;
        line-height: .3rem;
        margin-bottom: .2rem;
    }
    .inner-s10 .con ul li span{
        font-size: .2rem;
        width: 1.6rem;
    }
    .inner-s10 .con ul li label {
        display: block;
        width: calc(100% - 1.7rem);
    }
    .inner-s10 .con ul li {
        margin-bottom: 0.2rem;
    }
    .inner-s10 .con ul li.submit button{
        font-size: .22rem;
        line-height: .5rem;
        height: .5rem;
    }
    .inner-s10 .con ul li.submit{
        margin-bottom: .15rem;
    }
    .inner-s10 .con ul li.tips a{
        font-size: .18rem;
        line-height: .28rem;
    }
    .inner-s10 .con{
        padding: .3rem;
    }
    .inner-s10 {
        padding: 1rem 0 .45rem;
    }
    .inner-s10 .tab-tit .li{
        font-size: .24rem;
        line-height: .3rem;
        padding: 0 .2rem;
    }
    .inner-s10 .tab-cont{
        margin-top: .3rem;
    }
    .inner-s10 .c-aside{
        position: static;
        background: transparent;
        width: 100%;
        padding: 0;
        margin-bottom: .2rem;
    }
    .inner-s10 .c-aside ul{
        display: flex;
        justify-content: center;
    }
    .inner-s10 .c-aside ul li:not(:last-child){
        border: none;
    }
    .inner-s10 .c-aside ul li a{
        line-height: .4rem;
    }
    .inner-s10 .c-aside ul li{
        margin: 0 .2rem;
    }
}

@media (max-width: 769px){
    .inner-s10 .con ul li.user-disabled label input{
        width: 65%;
    }
}

@media (max-width: 481px){
    .inner-s5 li .left{
        width: 100%;
    }
    .inner-s5 li .right{
        width: 100%;
        padding: .1rem .15rem;
    }
    .inner-s5 li{
        border-radius: .1rem;
    }
    .inner-s9 .block1{
        display: block;
    }
    .inner-s9 .block1 .pic{
        margin: 0 auto;
    }
    .inner-s9 .block1 .txt{
        width: 100%;
        margin-top: .2rem;
    }
    .inner-s9 .block1 h2{
        width: 100%;
        text-align: center;
    }
    .inner-s9 .block1 h2:after{
        display: none;
    }
    .inner-s9 .block1 .name{
        justify-content: center;
    }
    .inner-s9 .block1 .name h4{
        margin-left: 0;
        margin-top: .1rem;
    }
    .inner-s9 .block1 em{
        display: none;
    }
    .inner-s9 .block1 .info .rr {
        width: calc(100% - 0.6rem);
    }

    .inner-s10 .con ul li span{
        width: 100%;

    }
    .inner-s10 .con ul li label{
        width: 100%;
    }
    .inner-s10 .con ul li{
        margin-bottom: 0;
    }
    .inner-s10 .con ul li.submit{
        margin-top: .2rem;
    }
    .inner-s10 .con h3{
        margin-bottom: .1rem;
    }
    .inner-s10 .con ul li.v-code label input{
        width: 48%;
    }
    .inner-s10 .con ul li.v-code label button{
        width: 48%;
    }
}


.inner-s11 ul{
    padding: 0 .5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inner-s11 ul li{
    width: 46.43%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .5rem;
}

.inner-s11 ul li span{
    display: block;
    width: 1.68rem;
    flex-shrink: 0;
    font-size: .2rem;
    line-height: .42rem;
    color: #333333;
    text-align: right;
}
.inner-s11 ul li span i{
    display: inline-block;
    color: #FF0000;
}

.inner-s11 ul li .right{
    width: calc(100% - 1.68rem);
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: center;
}
.inner-s11 ul li .right input{
    display: block;
    width: 100%;
    font-size: .16rem;
    line-height: .4rem;
    height: .42rem;
    color: #9E9E9E;
    border: 1px solid #E1E1E1;
    border-radius: .04rem;
    padding: 0 .15rem;
}
.inner-s11 ul li .right select{
    display: block;
    width: 100%;
    font-size: .16rem;
    line-height: .4rem;
    height: .42rem;
    color: #9E9E9E;
    border: 1px solid #E1E1E1;
    border-radius: .04rem;
    padding: 0 .15rem;
    outline: none;
}

.inner-s11 ul li.li2 .right select{
    max-width: 1.2rem;
}

.inner-s11 ul li.li2 .right select option {
    padding: 0;
}


.inner-s11 ul li.li2 .right em{
    display: block;
    font-size: .18rem;
    color: #9E9E9E;
    line-height: .42rem;
    margin: 0 .03rem;
}
.inner-s11 ul li.jg .right select{
    max-width: 1.9rem;
}
.inner-s11 ul li.xl .right select{
    max-width: 48%;
}
.inner-s11 ul li.xl .right{
    justify-content: space-between;
}
.inner-s11 ul li.li3{
    width: 100%;
    align-items: flex-start;
}
.inner-s11 ul li textarea{
    display: block;
    width: 100%;
    font-size: .16rem;
    line-height: .4rem;
    height: .8rem;
    color: #9E9E9E;
    border: 1px solid #E1E1E1;
    border-radius: .04rem;
    padding: .1rem;
    outline: none;
}

.inner-s11 ul li.li3 input[type='file']{
    width: 1.65rem;
    height: 1.65rem;
    border: 1px solid #CCCCCC;
    background: #F9F9F9;
    border-radius: .1rem;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
    cursor: pointer;
    /* visibility: hidden; */
}
.inner-s11 ul li.li3 .right .show{
    width: 1.65rem;
    height: 1.65rem;
    border: 1px dashed #CCCCCC;
    background: #F9F9F9;
    border-radius: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.inner-s11 ul li.li3 .right .show img{
    display: block;
    width: .36rem;
}
.inner-s11 ul li.li3 .right .show h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #9E9E9E;
    text-align: center;
    margin-top: .06rem;
}

.inner-s11 ul li.li3 .right .ll{
    width: 1.65rem;
    position: relative;
}
.inner-s11 ul li.li3 .right .rr{
    width: calc(100% - 1.96rem);
    align-self: flex-start;
    margin-left: .31rem;
}
.inner-s11 ul li.li3 .right p{
    font-size: .2rem;
    line-height: .42rem;
    color: #FF0000;
    margin-top: .2rem;
}
.inner-s11 ul li.li3 button{
    display: block;
    width: 2.12rem;
    height: .58rem;
    line-height: .58rem;
    font-size: .26rem;
    color: #fff;
    text-align: center;
    background: #076452;
    border-radius: .1rem;
    cursor: pointer;
}
.inner-s11 ul li.li3 h4{
    font-size: .18rem;
    line-height: .36rem;
    color: #333333;
}

.inner-s11{
    margin-top: .23rem;
}

@media (max-width: 1025px){
    .inner-s11 ul{
        padding: 0;
    }
    .inner-s11 ul li{
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: .1rem;
    }
    .inner-s11 ul li.li3 .right p{
        font-size: .18rem;
    }
    .inner-s11 ul li span{
        width: 100%;
        text-align: left;
    }
    .inner-s11 ul li.li3 button{
        font-size: .2rem;
    }
    .inner-s11 ul li .right{
        width: 100%;
    }

    .inner-s11 ul li.li2 .right select{
        flex: 1;
        max-width: none;
        width:1rem;
    }
}


.inner-s13  ul li{
    display: flex;
    justify-content: space-between;
}
.inner-s13  ul li div{
    padding: .1rem 0;
    display: flex;
    align-items: center;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    justify-content: center;
}
.inner-s13  ul li .td1{
    width: 7%;
}
.inner-s13  ul li .td2{
    width: 10%;
}
.inner-s13  ul li .td3{
    width: 10%;
}
.inner-s13  ul li .td4{
    width: 7%;
}
.inner-s13  ul li .td5{
    width: 41%;
}
.inner-s13  ul li .td6{
    width: 12.5%;
}
.inner-s13  ul li .td7{
    width: 13%;
}
.inner-s13  ul li .td8{
    width: 12%;
}
.inner-s13 ul li p{
    font-size: .16rem;
    line-height: 1.5;
    color: #535353;
}
.inner-s13 .table-tit ul li .td5{
    justify-content: center;
}
.inner-s13 ul li .td5{
    justify-content: flex-start;
}
.inner-s13 .table-tit  ul li p{
    color: #fff;
}


.inner-s13 .table-tit{
    background: #007145;
}

.inner-s13 .table-cont ul li div{
    padding: .1rem;
    text-align: center;
}
.inner-s13 .table-cont ul li div a{
    display: block;
    font-size: .14rem;
    line-height: 1.5;
    color: #535353;
    text-align: left;
}
.inner-s13 .table-cont ul li .td8 a,
.inner-s13 .table-cont ul li div a:hover{
    color: #FF0000;
}
.inner-s13 .table-cont ul{
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.inner-s13{
    margin-top: .3rem;
}

@media (max-width: 769px){
    .inner-s13 .table-tit{
        display: none;
    }
    .inner-s13 ul li{
        width: 100%;
        border: 1px solid #ddd;
        border-radius: .1rem;
        flex-wrap: wrap;
    }
    .inner-s13 .table-cont ul{
        border: none;
        gap: .2rem 2%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .inner-s13 ul li div{
        width: 100% !important;
        justify-content: flex-start;
        border-left: none;
        padding: 0 !important;
        min-height: .5rem;
    }
    .inner-s13 ul li div:before{
        display: block;
        content: attr(data-title);
        font-size: .18rem;
        width: 1rem;
        border-right: 1px solid #ddd;
        text-align: center;
        margin-right: .1rem;
        height: 100%;
        flex-shrink: 0;
        color: #007145;
        align-content: center;
    }
    .inner-s13 ul li .td8:before{
        display: none;
    }
    .inner-s13 ul li p{
        font-size: .18rem;
    }
    .inner-s13 .table-cont ul li div a{
        font-size: .18rem;
        padding: .1rem .1rem .1rem 0;
    }
    .inner-s13 ul li .td8 a{
        display: block;
        width: 100%;
        text-align: center !important;
        padding: 0;
    }
    .inner-s13 ul li div:first-child{
        border-top: none;
    }

}

@media (max-width: 481px){
    .inner-s13 ul li {
        width: 100%;
    }
}



.inner-s14 .block1{
    display: flex;
    justify-content: center;
}

.inner-s14 .block1 .img{
    position: relative;
}
.inner-s14 .block1 .img img{
    display: block;
    width: auto;
    max-width: 100%;
}
.inner-s14 .block1 .img a{
    position: absolute;
}
.inner-s14 .block1 .img .a1{
    left: 43.75%;
    top: 14.55%;
    width: 13.96%;
    height: 7.6%;
}
.inner-s14 .block1 .img .a2{
    left: 15.47%;
    top: 36.45%;
    width: 13.96%;
    height: 12.29%;
}

.inner-s14 .block1 .img .a3{
    left: 72.67%;
    top: 36.5%;
    width: 13.96%;
    height: 12.29%;
}
.inner-s14 .block1 .img .a4{
    left: 4.1%;
    top: 57%;
    width: 13.96%;
    height: 7.6%;
}
.inner-s14 .block1 .img .a5{
    left: 24.15%;
    top: 57%;
    width: 13.96%;
    height: 7.6%;
}
.inner-s14 .block1 .img .a6{
    left: 66.34%;
    top: 57%;
    width: 26.62%;
    height: 7.6%;
}
.inner-s14 .block1 .img .a7{
    left: 2.5%;
    top: 72.5%;
    width: 17.25%;
    height: 7.6%;
}
.inner-s14 .block1 .img .a8{
    left: 22.3%;
    top: 72.5%;
    width: 22.65%;
    height: 7.6%;
}
.inner-s14 .block1 .img .a9{
    left: 62.6%;
    top: 72.5%;
    width: 15.65%;
    height: 7.6%;
}
.inner-s14 .block1 .img .a10{
    left: 81.9%;
    top: 72.5%;
    width: 15.65%;
    height: 7.6%;
}
.inner-s14 .block1 .img .a11{
    left: 3.3%;
    top: 88.1%;
    width: 15.65%;
    height: 7.6%;
}
.inner-s14 .block1 .img .a12{
    left: 26.6%;
    top: 88.1%;
    width: 14.15%;
    height: 7.6%;
}
.inner-s14 .block1 .img .a13{
    left: 26.6%;
    top: 88.1%;
    width: 14.15%;
    height: 7.6%;
}
.inner-s14 .block1 .img .a14{
    left: 82.8%;
    top: 88.1%;
    width: 14.05%;
    height: 7.6%;
}
.inner-s14 .block2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner-s14 .block2 .left{
    width: .96rem;
    background: #007145;
}
.inner-s14 .block2 .left h2{
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: .36rem;
    line-height: .38rem;
    color: #fff;
}
.inner-s14 .block2 .left h2 span{
    display: block;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.inner-s14 .block2 .right{
    width: calc(100% - .96rem);
}
.inner-s14 .block2 ul{
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    background: linear-gradient(180deg, rgba(0, 113, 69, 0.1) 0%, rgba(0, 113, 69, 0) 100%);
}
.inner-s14 .block2 li{
    width: 25%;
    border-right: 1px solid #F0F0F0;
}
.inner-s14 .block2 li .top span{
    display: block;
    font-size: .3rem;
    line-height: 1.08rem;
    text-align: center;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.inner-s14 .block2 li .top .span1{
    color: #A52F2D;
}
.inner-s14 .block2 li .top .span2{
    color: #C9890E;
}
.inner-s14 .block2 li .top .span3{
    color: #CBCB11;
}
.inner-s14 .block2 li .top .span4{
    color: #007145;
}
.inner-s14 .block2 li .top{
    border-bottom: 1px solid #F0F0F0;
}
.inner-s14 .block2 li .bot span{
    display: block;
    font-size: .3rem;
    line-height: 1.08rem;
    color: #333333;
    text-align: center;
}
.inner-s14 .block2 {
    max-width: 16rem;
    margin: 0.5rem auto 0;
}
.inner-s14 .block3 .top h2{
    font-size: .48rem;
    line-height: 1.2rem;
    color: #fff;
    letter-spacing: 0.04em;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.inner-s14 .block3 .top{
    padding: 0 .68rem;
    background: #007145;
}
.inner-s14 .block3 .bot ul li{
    min-height: 1.52rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .04rem;
    background: url("../images/n-img-16.png") no-repeat bottom center/100% .07rem;
}
.inner-s14 .block3 .bot ul li:last-child{
    background: none;
}
.inner-s14 .block3 .bot ul li .left{
    width: 2.92rem;
    padding: 0 .32rem;
}
.inner-s14 .block3 .bot ul li .left h3{
    display: block;
    font-size: .4rem;
    line-height: .48rem;
    color: #007145;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.inner-s14 .block3 .bot ul li .right{
    width: calc(100% - 2.92rem);
}
.inner-s14 .block3 .bot ul li .right h4{
    font-size: .3rem;
    line-height: .48rem;
    color: #333333;
}
.inner-s14 .block3 .bot{
    padding: 0 .41rem;
    margin-top: .54rem;
}
.inner-s14 .block3{
    max-width: 16rem;
    margin: 0.66rem auto 0.5rem;
    background: #FCFBFB;
    box-shadow: 0 .04rem .1rem 0 rgba(212, 212, 212, 0.3);
}

@media (max-width: 1025px){
    .inner-s14 .block2 .left h2{
        font-size: .26rem;
        line-height: .3rem;
    }
    .inner-s14 .block2 li .top span{
        font-size: .24rem;
        line-height: .8rem;
    }
    .inner-s14 .block2 li .bot span{
        font-size: .24rem;
        line-height: .8rem;
    }
    .inner-s14 .block2{
        max-width: none;
        margin-top: .3rem;
    }
    .inner-s14 .block3 .top h2{
        font-size: .26rem;
        line-height: .6rem;
    }
    .inner-s14 .block3 .top{
        padding: 0 .15rem;
    }
    .inner-s14 .block3 .bot ul li .left h3{
        font-size: .26rem;
        line-height: .32rem;
    }
    .inner-s14 .block3 .bot ul li .right h4{
        font-size: .22rem;
        line-height: .32rem;
    }
    .inner-s14 .block3 .bot ul li .left{
        padding: 0 .15rem;
        width: 2.2rem;
    }
    .inner-s14 .block3 .bot ul li .right{
        width: calc(100% - 2.2rem);
    }
    .inner-s14 .block3 .bot ul li{
        min-height: 1rem;
        background: none;
        padding: .2rem 0;
        border-bottom: 1px solid #D4EBE3;
    }
    .inner-s14 .block3 .bot{
        padding: 0;
        margin-top: 0;
    }
    .inner-s14 .block3{
        max-width: none;
        margin-top: .3rem;
    }

}
@media (max-width: 769px){
    .inner-s14 .block2 .left{
        width: 100%;
        padding: .1rem;
    }
    .inner-s14 .block2 .left h2{
        flex-direction: row;
    }
    .inner-s14 .block2 .right{
        width: 100%;
    }
    .inner-s14 .block2 li .top span{
        line-height: .6rem;
        font-size: .2rem;
    }
    .inner-s14 .block2 li .bot span{
        line-height: .6rem;
        font-size: .2rem;
    }
    .inner-s14 .block3 .bot ul li .left{
        width: 100%;
        padding: 0 .1rem;
    }
    .inner-s14 .block3 .bot ul li .left h3{
        font-size: .2rem;
        line-height: .3rem;
    }

    .inner-s14 .block3 .bot ul li .right{
        width: 100%;
        padding: 0 .1rem;
        margin-top: .1rem;
    }
    .inner-s14 .block3 .bot ul li .right h4{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner-s14 .block3 .bot ul li{
        min-height: auto;
        padding: .15rem 0;
    }
}
@media (max-width: 481px){
    .inner-s14 .block2 li{
        width: 50%;
    }
}

/*lyjt*/

.lyjt .item1 .map img{
    display: block;
    width: 100%;
}
.lyjt .item1 .txt p{
    font-size: .22rem;
    line-height: .32rem;
    color: #333333;
}
.lyjt .item1 .txt p a{
    color: #0F754D;
}
.lyjt .item1 .txt .transit{
    position: absolute;
    right: 2.58rem;
    top: -.37rem;
    display: flex;
    align-items: flex-start;
}
.lyjt .item1 .txt .transit .li:nth-child(1) img{
    display: block;
    width: 1.21rem;
    filter: drop-shadow(0px 4px 10px #B3DFCD);
}
.lyjt .item1 .txt .transit .li:nth-child(1){
    margin-top: .15rem;
}
.lyjt .item1 .txt .transit .li:nth-child(2) img{
    display: block;
    width: 1.16rem;
    filter: drop-shadow(0px 4px 10px #B3DFCD);
}
.lyjt .item1 .txt .transit .li:nth-child(2){
    margin-top: .21rem;
    margin-left: .6rem;
}
.lyjt .item1 .txt .transit .li:nth-child(3) img{
    display: block;
    width: 1.36rem;
    margin-left: .54rem;
    filter: drop-shadow(0px 4px 10px #B3DFCD);
}
.lyjt .item1 .txt .transit .li:nth-child(3){
}
.lyjt .item1 .txt{
    display: flex;
    position: relative;
    padding: 0 .2rem;
    margin-top: .28rem;
}
.lyjt .tab-tit{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #E9FAF3;
}
.lyjt .tab-tit .li{
    position: relative;
    padding: 0 .26rem;
    cursor: pointer;
    width: 25%;
}
.lyjt .tab-tit .li span{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    font-size: .24rem;
    line-height: .36rem;
    height: .66rem;
    color: #0F754D;
    transition: all .5s;
}
.lyjt .tab-tit .li span img{
    display: block;
    width: .4rem;
    margin-right: .03rem;
}
.lyjt .tab-tit .li i{
    position: absolute;
    right: 0;
    bottom:-.21rem;
    width: 1.09rem;
    filter: drop-shadow(0px 4px 10px #B3DFCD);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.lyjt .tab-tit .li i img{
    display: block;
    width: 100%;
}
.lyjt .tab-tit .li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: -.15rem;
    background: url("../images/n-img-16.png") no-repeat left center/cover;
    border-radius: 0 .2rem 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.lyjt .tab-tit .li:after{
    position: absolute;
    content: '';
    bottom: 100%;
    right: 100%;
    border: .08rem solid transparent ;
    border-right-color: #0F754D;
    border-bottom-color: #0F754D;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.lyjt .tab-tit .li.active span img{
    display: none;
}
.lyjt .tab-tit .li.active span{
    justify-content: flex-start;
    color: #fff;
    font-size: .26rem;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
    padding-bottom: .08rem;
}
.lyjt .tab-tit .li.active i{
    opacity: 1;
    visibility: visible;
}
.lyjt .tab-tit .li.active:before,
.lyjt .tab-tit .li.active:after{
    opacity: 1;
    visibility: visible;
}
.lyjt .item2 .tab-cont .desc{
    font-size: .22rem;
    line-height: .66rem;
    color: #333333;
    padding: 0 .6rem;
}
.lyjt .item2 .tab-cont .desc i{
    color: #0F754D;
}
.lyjt .item2 .tab-cont .child{
    display: none;
}
.lyjt .item2 .tab-cont .child.active{
    display: block;
}
.lyjt .item2 .tab-cont{
    margin-top: .64rem;
}
.lyjt .item2{
    margin-top: .77rem;
}
.lyjt{
    margin-top: .38rem;
    margin-bottom: 2.15rem;
}

@media (max-width: 1025px) {
    .lyjt .item1 .txt{
        margin-top: .2rem;
        padding: 0;
    }
    .lyjt .item1 .txt p{
        font-size: .2rem;
        line-height: .3rem;
    }
    .lyjt .item1 .txt .transit{
        display: none;
    }
    .lyjt .tab-tit .li span{
        font-size: .2rem;
        height: .54rem;
    }
    .lyjt .tab-tit .li.active span{
        font-size: .2rem;
    }
    .lyjt .tab-tit .li{
        padding: 0 .2rem;
    }
    .lyjt .tab-tit .li i{
        bottom: -0.15rem;
        width: 0.8rem;
    }
    .lyjt .item2 {
        margin-top: 0.4rem;
    }
    .lyjt .item2 .tab-cont .desc{
        padding: 0;
        font-size: .18rem;
        line-height: 1.85;
    }
    .lyjt .item2 .tab-cont{
        margin-top: .3rem;
    }
    .lyjt{
        margin-top: .3rem;
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 769px) {
    .lyjt .tab-tit .li{
        width: 50%;
    }
    .lyjt .tab-tit{
        gap: .15rem 0;
    }
.inner_s3 .dtl_txt table {
overflow-x: scroll;
    display: block;
}

}

.pagination > ul > li {
    width: auto !important;
}
.pagination > ul > li > a {
    height: auto !important;
}
.condition_2 > li {
    width: auto !important;
}