@charset "utf-8";
.header_box{
    position: relative;
}
/**/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: .37rem;
}
/*
.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: #026452;
    color: #fff;
    border: 1px solid #026452;
}

.pagination a:hover {
    background: #026452;
    color: #fff;
    border: 1px solid #026452;
}
*/
.n_banner{
    position: relative;
}
.n_banner .img img{
    display: block;
    width: 100%;
}


.posi{
    margin-top: .15rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: .18rem;
    line-height: .2rem;
    color: #333333;
}
.posi img{
    display: block;
    width: .19rem;
    margin-right: .1rem;
}
.posi span:not(:first-child){
    margin: 0 .02rem;
}

.inner-page .wp{
    width: 14rem;
}
.inner-page{
    padding-bottom: 1.8rem ;
}

.leftNav{
    margin-top: -1.18rem;
    width: 30%;
    position: relative;
    z-index: 2;
    align-self: flex-start;
    padding-bottom: .4rem;
    background: url("../images/n-left-7.png") no-repeat top right .5rem/ 100% auto;
}
.leftNav:after{
    position: absolute;
    content: '';
    left: 0;
    right: .5rem;
    bottom: 0;
    height: 50%;
    background: #026452;
    z-index: -1;
}
.leftNav .tit h3{
    font-size: .48rem;
    line-height: .69rem;
    color: #fff;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.leftNav .tit{
    padding: .78rem .27rem .29rem;
}

.leftNav .box h3{
    font-size: .28rem;
    line-height: 1.02rem;
    color: #333333;
    position: relative;
    padding: 0 .7rem 0 .53rem;
    transition: .5s;
    z-index: 2;
}
.leftNav .box h3 a {
    display: block;
}

.leftNav .box h3 i{
    position: absolute;
    right: .45rem;
    top: 50%;
    width: .2rem;
    height: .2rem;
    transform: translateY(-50%);
    background: url("../images/n-left-1.png") no-repeat 50%/100%;
    cursor: pointer;
}
.leftNav .box h3:before{
    position: absolute;
    content: '';
    left: -.21rem;
    right: 100%;
    bottom: 0;
    top: 50%;
    height: .8rem;
    background: #06935C;
    transition: .5s;
    opacity: 0;
    transform: translateY(-50%);
    z-index: -1;
}
.leftNav .box h3:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px dashed #D8D8D8;
    transition: .5s;
}
.leftNav .box:last-child h3:after{
    opacity: 0;
}

.leftNav .s-link a{
    display: flex;
    align-items: center;
    padding-left: .58rem;
    transition: .5s;
    position: relative;
    z-index: 2;
}
.leftNav .s-link a:not(:first-child){
    margin-top: .12rem;
}
.leftNav .s-link a em{
    display: block;
    width: .16rem;
    height: .18rem;
    margin-right: .14rem;
    background: url("../images/n-left-3.png") no-repeat 50%/100%;
    transition: .5s;
}
.leftNav .s-link a span{
    display: block;
    font-size: .22rem;
    line-height: .6rem;
    color: #333333;
    transition: .5s;
}
.leftNav .s-link a:after{
    position: absolute;
    content: '';
    left: .1rem;
    right: 0;
    top: 0;
    bottom: 0;
    background: #E6FFFA;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: -1;
}
.leftNav .s-link a:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: .03rem;
    background: #026452;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: -1;
}
.leftNav .s-link{
    display: none;
    margin-top: .12rem;
}
.leftNav .s-link a:hover span,
.leftNav .s-link a.active span{
    color: #026452;
}
.leftNav .s-link a:hover em,
.leftNav .s-link a.active em{
    background-image: url("../images/n-left-4.png");
}
.leftNav .s-link a.active:after,
.leftNav .s-link a:hover:after,
.leftNav .s-link a:hover:before,
.leftNav .s-link a.active:before{
    opacity: 1;
    visibility: visible;
}



.leftNav .box.active h3:before,
.leftNav .box:hover h3:before,
.leftNav .box.on h3:before{
    opacity: 1;
    visibility: visible;
    right: 0;
}
.leftNav .box.active h3:after,
.leftNav .box:hover h3:after,
.leftNav .box.on h3:after{
    opacity: 0;
    visibility: hidden;
}
.leftNav .box.active h3 i,
.leftNav .box:hover h3 i,
.leftNav .box.on h3 i{
    background-image: url("../images/n-left-2.png");
}
.leftNav .box.active h3,
.leftNav .box:hover h3,
.leftNav .box.on h3{
    color: #fff;
}
.leftNav .box.active h3 a,
.leftNav .box:hover h3 a,
.leftNav .box.on h3 a{
    color: #fff;
}

.leftNav .box.active .s-link{
    display: block;
}

.leftNav .block{
    position: relative;
    z-index: 2;
    margin-left: .3rem;
    padding: .33rem 0 .98rem .21rem;
    background:  url("../images/n-left-5.png") no-repeat bottom center/100% 100%;
    border-radius: 0 .3rem 0 0 ;
}
.leftNav .block:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 50%;
    background: url("../images/n-left-6.png") repeat-y 50%/100% auto;
    border-radius: 0 .3rem 0 0 ;
    z-index: -1;
}


.rightBox{
    width: 64.64%;
    margin-top: .22rem;
    align-items: flex-start;
    min-height: 2.5rem;
}
.n_tit{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    background: url("../images/n-img-1.png") no-repeat left 1.92rem bottom .04rem/auto .26rem;
}
.n_tit h2{
    font-size: .36rem;
    line-height: .72rem;
    color: #026452;
}

.n_dh{
    margin-top: .37rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.n_dh .li{
    position: relative;
    margin: 0 .1rem;
}
.n_dh .li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: -.06rem;
    background: url("../images/n-img-2.png") no-repeat 50%/100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.n_dh .li a{
    display: block;
    font-size: .22rem;
    line-height: .5rem;
    color: #333333;
    padding: 0 .25rem 0 .3rem;
    position: relative;
    z-index: 2;
    transition: .5s;
}
.n_dh .li.active:after,
.n_dh .li:hover:after{
    opacity: 1;
    visibility: visible;
}
.n_dh .li.active a,
.n_dh .li:hover a
{
    color: #026452;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}


.inner-s1 .block1{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner-s1 .block1 .left{
    width: 51.16%;
}

.inner-s1 p{
    font-size: .18rem;
    line-height: 2;
    color: #333;
    text-indent: 2em;
}

.inner-s1 .block1 .right{
    width: 41.99%;
    padding-right: .2rem;
}
.inner-s1 .block1 .pic{
    padding-top: 2.5rem;
    z-index: 2;
}

.inner-s1 .block1 .img-box{
    position: relative;
}
.inner-s1 .block1 .img-box:after{
    position: absolute;
    content: '';
    right: -.14rem;
    bottom: -.15rem;
    top: .15rem;
    left: .33rem;
    border: 1px solid #026452;
}
.inner-s1 .block1 .img-box:before{
    position: absolute;
    content: '';
    left: -.26rem;
    bottom: -.25rem;
    width: .46rem;
    height: 1.36rem;
    background: #026452;
    opacity: .1;
}
.inner-s1 {
    margin-top: .51rem;
}

.block1{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: .25rem;
}

.block1 input{
    display: block;
    width: 5.3rem;
    height: .42rem;
    line-height: .4rem;
    font-size: .18rem;
    color: #333;
    border: 1px solid #D1D1D1;
    border-radius: .06rem;
    padding: 0 .15rem;
}
.block1 button{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .18rem;
    line-height: .42rem;
    color: #fff;
    padding: 0 .15rem;
    min-width: 1.12rem;
    background: #007145;
    border-radius: .06rem;
    margin-left: .11rem;
    font-family: 'SourceHanSansCN-Regular',sans-serif;
    cursor: pointer;
}
.block1 button img{
    display: block;
    width: .24rem;
    margin-right: .08rem;
}
.inner-s2 .block2 li{
    position: relative;
    line-height: .48rem;
    font-size: .18rem;
}
.inner-s2 .block2 li a{
    padding: 0 1.2rem 0 .1rem;
    color: #333333;
    transition: .5s;
}
.inner-s2 .block2 li time{
    position: absolute;
    right: 0;
    top: 0;
    color: #999999;
    transition: .5s;
}

.inner-s2 .block2 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .04rem;
    height: .08rem;
    background: url("../images/n-img-5.png") no-repeat 50%/100%;
    transform: translateY(-50%);
}
.inner-s2 .block2 li:hover a,
.inner-s2 .block2 li:hover time{
    color: #007145;
}
.inner-s2 .block2 .line{
    margin: .2rem 0;
    border-top: 1px dashed #D8D8D8;
}
.block2{
    margin-top: .24rem;
}

.inner-s3 p{
    font-size: .18rem;
    line-height: 2;
    color: #333333;
    text-indent: 2em;
    margin-bottom: .34rem;
}

.inner-s3 p img{
    display: block;
    width: auto;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

.inner-s3 .block2{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner-s3 .block2 .left{
    width: 51.27%;
}
.inner-s3 .block2 .right{
    width: 44.19%;
}
.inner-s3 .block2 .pic{
    padding-top: 2.59rem;
}
.inner-s3{
    margin-top: .2rem;
}

.inner-s4 li{
    width: 49.12%;
    margin-top: .43rem;
}
.inner-s4 li:nth-child(-n+2){
    margin-top: 0;
}
.inner-s4 li a{
    display: block;
}
.inner-s4 li a .pic{
    padding-top: 3.29rem;
}

.inner-s4 li a h3{
    font-size: .2rem;
    line-height: .28rem;
    color: #1B1B1B;
    text-align: center;
    margin-top: .22rem;
    transition: .5s;
}
.inner-s4 li:hover a h3{
    color: #026452;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.inner-s4{
    margin-top: .33rem;
}

.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-s6 li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner-s6 li .pic{
    width: 2.6rem;
    height: 1.8rem;
}

.inner-s6 li .txt{
    width: 100%;
}

.inner-s6 li h3{
    font-size: .22rem;
    line-height: .4rem;
    color: #222222;
    transition: .5s;
}

.inner-s6 li p{
    font-size: .16rem;
    line-height: .3rem;
    color: #666666;
    height: .6rem;
    margin-top: .06rem;
}

.inner-s6 li time{
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: .36rem;
    color: #9E9E9E;
    margin-top: .23rem;
}
.inner-s6 li time i{
    display: block;
    font-size: .3rem;
    color: #026452;
    font-family: Impact,sans-serif;
    line-height: 1;
    margin-right: .1rem;
}
.inner-s6 li.noimg .txt{
    width: 100%;
}
.inner-s6 li:hover h3{
    color: #026452;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.inner-s6 li{
    margin-top: .56rem;
}
.inner-s6 li:first-child{
  /*  margin-top: 0;*/
}
.inner-s6{
    margin-top: .3rem;
}
.inner-s8 .chosetime{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    margin-bottom: 0.2rem;
}

.inner-s8 .chosetime input:first-child{
    display:block;
    width: 4rem;
    font-size: .2rem;
    line-height: .48rem;
    height: .5rem;
    color: #333;
    padding: 0 .15rem;
    border: 1px solid #029c4a;
    transition: .5s;
    background: rgba(255, 255, 255, 0.4);
}
.inner-s8 .chosetime input:last-child{
     display:block;
     width: 1rem;
     font-size: .16rem;
     color:#fff;
     line-height: .5rem;
     height: .5rem;
     background: #029c4a;
     margin-left:.15rem;
}

.inner-s8 li{
    width: 49.5%;
    position: relative;
    margin-top: .29rem;
}
.inner-s8 li:nth-child(-n+2){
    margin-top: 0;
}

.inner-s8 li a{
    position: relative;
    z-index: 2;
    padding: .22rem .24rem ;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner-s8 li .pic{
    width: 1.8rem;
    height: 2rem;
    border-radius: 0 .2rem 0 0;
}
.inner-s8 li .txt{
    width: calc(100% - 1.9rem);
    padding-top: .1rem;
}
.inner-s8 li h2{
    display: flex;
    align-items: flex-end;
    font-size: .26rem;
    line-height: 1;
    color: #333333;
}
.inner-s8 li h2 i{
    display: block;
    font-size: .16rem;
    line-height: 1;
    color: #0C6D5A;
    margin-left: .1rem;
    font-family: 'SourceHanSansCN-Regular',sans-serif ;
flex: 1;
 white-space: nowrap;
 overflow: hidden;
}
.inner-s8 li p{
    font-size: .16rem;
    line-height: .3rem;
    -webkit-line-clamp: 4;
    height: 1.2rem;
    color: #666666;
    margin-top: .2rem;
}

.inner-s8 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(270deg, rgba(246, 255, 253, 0.1) 0%, rgba(12, 109, 90, 0.1) 100%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner-s8 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner-s8 li:hover h2{
    color: #0C6D5A;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}

.inner-s8{
    margin-top: .36rem;
}

.inner-s8 .pic .a {
    background-position: top center;
}


.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.82rem 0 .57rem;
    background:#fff url("../images/n-img-14.png") no-repeat bottom center/cover;
}

.inner-s10-2{
    padding-left: 2.25rem;
}





/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #007145;
}

#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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    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 {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: rgb(240, 243, 245);
    display: none;
    -webkit-box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    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: #007145;
}

#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: 16px;
    font-weight: 400;
    vertical-align: top;
}

#sub_nav_content dt ul a {
    font-size: 14px;
}

#sub_nav_content dt a i {
    position: absolute;
    right: 15px;
    top: 0px;
    opacity: 0;
    display: none;
}

#sub_nav_content dt a {
}

#sub_nav_content dt .on {
    color: #007145;
    font-weight: bold;
}

#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: #007145;
}

@media (max-width: 1199px){
    .n_banner{
        margin-top: .75rem;
        padding: 0;
    }
    #m_n_nav{
        display: block;
    }
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
        margin-top: 0;
    }
    .inner-page{
        padding: .3rem 0 1.6rem;
    }
    .inner-page .wp{
        width: 100%;
    }
}

@media (max-width: 1025px){
    .inner-page{
        padding: .3rem 0 .4rem;
    }
    .n_tit h2{
        font-size: .24rem;
        line-height: .3rem;
        display: none;
    }
    .posi{
        margin-top: 0;
    }
    .n_tit{
        align-items: center;
        background: no-repeat;
    }
    .n_dh {
        margin-top: 0.3rem;
        gap: .1rem;
    }
    .n_dh .li{
        margin: 0;
    }
    .n_dh .li a{
        font-size: .2rem;
        line-height: 0.4rem;
        padding: 0 .2rem;
    }
    .n_dh .li:after{
        top: -.03rem;
    }
    .inner-s1 {
        margin-top: 0.3rem;
    }
    .inner-s3 p{
        margin-bottom: .2rem;
    }
    .inner-s4 li a .pic{
        padding-top: 73.6%;
    }
    .inner-s4 li{
        margin-top: .24rem;
    }
    .inner-s4{
        margin-top: .3rem;
    }
    .inner-s4 li a h3{
        margin-top: .1rem;
    }
    .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-s6 li{
        margin-top: .3rem;
    }
    .inner-s6 {
        margin-top: 0.3rem;
    }
    .inner-s8 li{
        margin-top: .2rem;
    }
    .inner-s8 li a{
        padding: .2rem;
    }
    .inner-s8 li h2{
        font-size: .24rem;
    }
    .inner-s8 {
        margin-top: 0.2rem;
    }
    .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;
    }
    .inner-s8 .chosetime{
        justify-content:center;
    }
}

@media (max-width: 769px){

    .posi{
        width: 100%;
    }
    .inner-s1 .block1 .left{
        width: 100%;
        margin-bottom: .3rem;
    }
    .inner-s1 .block1 .right{
        width: 100%;
        padding-right: 0;
    }
    .inner-s1 .block1 .pic{
        padding-top: 69.44%;
    }
    .inner-s1 .block1 .img-box:before{
        display: none;
    }
    .inner-s2 .block2 .line{
        margin: .1rem 0;
    }
    .block1 input{
        width: calc(100% - 1.3rem);
    }
    .block1 button{
        width: 1.1rem;
    }
    .block1 button img{
        width: .2rem;
    }
    .inner-s2 .block2 {
        margin-top: 0.1rem;
    }
    .inner-s3 .block2 .left{
        width: 100%;

    }
    .inner-s3 .block2 .right{
        width: 100%;
        margin-bottom: .2rem;
    }
    .inner-s3 .block2 .pic{
        padding-top: 64.75%;
    }
    .inner-s6 li h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner-s6 li time i{
        font-size: .26rem;
    }
    .inner-s6 li time{
        margin-top: .1rem;
        line-height: .28rem;
    }
    .inner-s6 li p{
        margin-top: .1rem;
    }
    .inner-s8 li{
        width: 100%;
    }
    .inner-s10 .con ul li.user-disabled label input{
        width: 65%;
    }
}

@media (max-width: 481px){

    .inner-s3 .block2 .left img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
    .inner-s6 li .txt{
        width: 100% !important;
        padding-top: .2rem;
    }

    .inner-s1 {
        margin-top: 0.1rem;
    }
    .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-s8 .chosetime input:first-child{
        width: calc(100% - 0.9rem);
        height:.42rem;
        line-height:.4rem;
        font-size:.16rem;
    }
    .inner-s8 .chosetime input:last-child{
        width:.8rem;
        height:.42rem;
        line-height:.42rem;
        font-size:.14rem;
        margin: 0;
    }
    .inner-s8 .chosetime{
        justify-content:space-between;
    }
}





.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-s12 .dtl_tit h1{
    font-size: .28rem;
    line-height: .51rem;
    color: #232323;
    font-weight: 700;
    text-align: center;
}

.inner-s12 .dtl_tit .cont{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: .23rem .2rem .2rem;
    background: #F5F5F5;
    margin-top: .33rem;
}

.inner-s12 .dtl_tit .cont span{
    font-size: .18rem;
    line-height: .24rem;
    color: #5A5A5A;
    margin: 0 .15rem;
}
.inner-s12 .dtl_tit{
    margin-bottom: .42rem;
}

.inner-s12 .dtl_txt p{
    font-size: .18rem;
    line-height: 2;
    color: #2C2C2C;
    text-indent: 2em;
    margin-top: .15rem;
    font-family:'Microsoft Yahei',sans-serif !important;

}
.inner-s12 .dtl_txt p:first-child{
    margin-top: 0;
}

.inner-s12 .dtl_txt iframe{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
 
.inner-s12 .dtl_txt img{
    display: block;
    width: auto;
    height: auto !important;
    margin: 0.1rem auto;
    max-width: 600px !important;
}
.inner-s12 .dtl_txt .vsbcontent_end img{
display: inline-block !important;
vertical-align: middle;
margin:0 !important;

}

.inner-s12 .dtl_txt p span img {display: inline-block;vertical-align: middle;margin:0;}


.inner-s12 .tab table {font-size:0.16rem; max-width:96%; margin:0 auto; border-collapse: collapse;}
.inner-s12 .tab table td{ padding:5px 10px; line-height:30px; border:1px #ddd solid;}
.inner-s12 .tab table td p{ text-indent:0em !important; margin-bottom:0px; margin-top: 0px;}

.inner-s12 .dtl_page p{
    font-size: .18rem;
    line-height: .48rem;
    color: #757575;
    transition: .5s;
}

.inner-s12 .dtl_page p:hover{
    color: #1C7C5B;
}

.inner-s12  .dtl_page{
    margin-top: .6rem;
    padding-top: .2rem;
    border-top: 1px solid #CACACA;
}

.inner-s12{
    margin-top: .34rem;
}


@media (max-width: 1025px){
    .inner-s12{
        margin-top: .2rem;
    }
    .inner-s12 .dtl_tit h1{
        font-size: .24rem;
        line-height: 1.5;

    }
    .inner-s12 .dtl_tit .cont{
        margin-top: .2rem;
        padding: .1rem ;
    }
    .inner-s12 .dtl_tit{
        margin-bottom: .3rem;
    }
    .inner-s12 .dtl_txt p{

    }
    .inner-s12 .dtl_page{
        margin-top: .2rem;
        padding-top: .15rem;
    }
    .inner-s12 .dtl_page p{
        line-height: .32rem;
    }
}

@media (max-width: 860px){
.inner-s12 .dtl_txt img{
    max-width: 100% !important;
}
}

@media (max-width: 700px){
.inner-s12 .tab table {
    overflow-x: scroll;
    display: block;
}
}


.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: 11.6rem;
    margin: 1.01rem 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: 11.6rem;
    margin: .66rem auto 0;
    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%;
    }
}


.inner-s41 ul{
    display: flex;
    flex-wrap: wrap;
padding: 0.5rem 0;
}
.inner-s41 li{
    width: 32.5%;
    margin-left: 1.25%;
    margin-top: .54rem;
}
.inner-s41 li:nth-child(-n+3){
    margin-top: 0;
}
.inner-s41 li:nth-child(3n+1){
    margin-left: 0;
}
.inner-s41 li a{
    display: block;
}
.inner-s41 li .pic{
    padding-top: 2.3rem;
}
.inner-s41 li h3{
    font-size: .2rem;
    line-height: .28rem;
    color: #1B1B1B;
    font-weight: 700;
    text-align: center;
    transition: .5s;
}
.inner-s41 li .txt{
    padding: .22rem .2rem .28rem;
    border-bottom: .02rem solid #145BA8;
    transition: .5s;
}
.inner-s41 li:hover .txt{
    background: #1793B5;
    border-color: #1793B5;
}
.inner-s41 li:hover h3{
    color: #fff;
}
@media (max-width: 1025px){

.inner-s41 li {
    width: 32%;
    margin: 0;
}
.inner-s41 ul {
gap: 0.3rem 2%;
}

.inner-s41 li {
    width: 49%;
}
.inner-s41 li:nth-child(-n+3) {
    margin-top: auto;
}
.inner-s41 li .pic {
    padding-top: 2rem;
}

}
@media (max-width: 769px){
    .inner-s41 li .pic {
        padding-top: 1.6rem;
    }

}

@media (max-width: 641px){

.inner-s41 li {
    width: 100%;
}
}
@media (max-width: 641px){
.inner-s12 .dtl_txt iframe{
    height: auto !important;
}
}

.zhpl table {
width: 100%  !important;
}
.input3style1151548  textarea {
width: 100%  !important;
}
.respimageSliderjs1151548js {
width: 100% !important;
}

.pb_sys_style3 .p_no_d {
    border: 1px solid #007145 !important;
    background-color: #007145 !important;
}
.pb_sys_common .p_t, .pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
    margin-bottom: 5px !important;
}