@charset "UTF-8";
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 1.1rem;
}

.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: #007B44;
    color: #fff;
    border: 1px solid #007B44;
}

.pagination a:hover {
    background: #007B44;
    color: #fff;
    border: 1px solid #007B44;
}

.n_banner .img img{
    display: block;
    width: 100%;
}

.inner_page{
    position: relative;
    padding: .5rem 0 1.36rem;
    background: rgba(0, 123, 68, 0.04);
}
.leftNav{
    width: 20%;
    position: relative;
    z-index: 2;
    align-self: flex-start;
    padding-bottom: .1rem;
    background: #007B44 url("../images/n-left-1.png") no-repeat top center/ 100% auto;
    box-shadow: 0 .02rem .1rem 0 rgba(0, 123, 68, 0.1107);
}

.leftNav .tit h2{
    font-size: .36rem;
    line-height:1;
    color: #FFFFFF;
}
.leftNav .tit h4{
    font-size: .2rem;
    line-height: 1;
    color: #fff;
    opacity: .3;
    margin-top: .05rem;
    text-transform: uppercase;
}
.leftNav .tit{
    text-align: center;
    padding: .245rem .2rem;
}
.leftNav .box h3{
    position: relative;
    font-size: .24rem;
    color: #333333;
    line-height: .85rem;
    text-align: center;
    transition: .5s;
    z-index: 2;
}
.leftNav .box h3 a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.leftNav .box h3 a:before{
    content: '';
    display: block;
    width: .25rem;
    height: .05rem;
    background: url("../images/n-left.png") no-repeat 50%/auto 100%;
    opacity: 0;
    transition: .5s;
}
.leftNav .box h3 a:after{
    content: '';
    display: block;
    width: .25rem;
    height: .05rem;
    background: url("../images/n-right.png") no-repeat 50%/auto 100%;
    opacity: 0;
    transition: .5s;
}
.leftNav .box h3 a span{
    display: block;
    flex-shrink: 0;
    margin: 0 .1rem;
}

.leftNav .box a{
    display: block;
}
.leftNav .box h3:before{
    position: absolute;
    content: '';
    left: -.35rem;
    top: 0;
    bottom: -1px;
    right: -.25rem;
    background: #007B44;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: .5s;
}
.leftNav .box h3:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: .21rem;
    height: .17rem;
    background: url("../images/n-left-2.png") no-repeat 50%/auto 100%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.leftNav .box{
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
.leftNav .box.active h3:before,
.leftNav .box:hover h3:before,
.leftNav .box.active h3:after,
.leftNav .box:hover h3:after{
    opacity: 1;
    visibility: visible;
}
.leftNav .box.active h3 a:before,
.leftNav .box:hover h3 a:before,
.leftNav .box.active h3 a:after,
.leftNav .box:hover h3 a:after{
    opacity: 1;
}

.leftNav .box.active h3,
.leftNav .box:hover h3{
    color: #fff;
}
.leftNav .s-link a{
    font-size: .18rem;
    line-height: .3rem;
    color: #666;
    text-align: center;
    transition: .5s;
}
.leftNav .s-link a + a{
    margin-top: .1rem;
}
.leftNav .s-link a:hover,
.leftNav .s-link a.active{
    color: #007B44;
}
.leftNav .s-link{
    padding: .1rem 0 ;
    display: none;
}
.leftNav .box.active .s-link{
    display: block;
}
.leftNav .block{
    padding: .3rem .25rem;
    min-height: 4.98rem;
    margin-left: .1rem;
    background: #fff url("../images/n-left-3.png") no-repeat bottom center/ 100% auto;
    box-shadow: 0 .02rem .07rem 0 rgba(220, 220, 220, 0.5);
}

.rightBox{
    width: 75.625%;
    margin-top: .16rem;
}
.n_tit h2 span{
    color: #007B44;
}
.n_tit h2{
    display: flex;
    font-size: .3rem;
    line-height: .44rem;
    color: #333333;
    position: relative;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
}
.posi img{
    display: block;
    width: .16rem;
    margin-right: .1rem;
}
.posi *{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    transition: .5s;
}
.posi span:not(:nth-child(2)){
    margin: 0 .03rem;
}
.posi a:hover,
.posi a.active{
    color: #007B44;
}
.posi{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.n_tit{
    padding-bottom: .15rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}

/*inner_s1*/
.inner_s1 .top_l{
    width: 41.33%;
}
.inner_s1 .list1w a{
    display: block;
}
.inner_s1 .list1w a .pic{
    padding-top: 2.79rem;
}
.inner_s1 .top_r{
    width: 58.67%;
    position: relative;
}
.inner_s1 .list1w_txt li a{
    display: block;
    padding: .42rem .33rem .39rem;
}
.inner_s1 .list1w_txt li time span{
    display: block;
    font-size: .24rem;
    line-height: 1;
    color: #007B44;
    margin-right: .1rem;
}
.inner_s1 .list1w_txt li time{
    display: flex;
    align-items: baseline;
    font-size: .16rem;
    line-height: 1;
    color: #666666;
    opacity: 0;
}
.inner_s1 .list1w_txt li h3{
    margin-top: .3rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
    opacity: 0;
}
.inner_s1 .list1w_txt li p{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    height: .52rem;
    margin-top: .13rem;
    opacity: 0;
}
.inner_s1 .list1w_txt li h6 img{
    display: block;
    width: .24rem;
    margin-left: .05rem;
}
.inner_s1 .list1w_txt li h6{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: .18rem;
    line-height: 1;
    color: #333333;
    margin-top: .25rem;
    opacity: 0;
}
.inner_s1 .list1w_txt li:hover h3{
    color: #007B44;
}
.inner_s1 .list1w_txt li{
    display: none;
}
.inner_s1 .list1w_txt li.active{
    display: block;
}
.inner_s1 .list1w_txt li.active time,
.inner_s1 .list1w_txt li.active h3,
.inner_s1 .list1w_txt li.active p,
.inner_s1 .list1w_txt li.active h6{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.inner_s1 .list1w_txt li.active h3{
    animation-delay: .2s;
}
.inner_s1 .list1w_txt li.active p{
    animation-delay: .3s;
}
.inner_s1 .list1w_txt li.active h6{
    animation-delay: .4s;
}
.inner_s1 .swiDots{
    width: auto;
    left: .27rem;
    bottom: .38rem;
    font-size: 0;
}
.inner_s1 .swiDots span{
    width: .12rem;
    height: .12rem;
    margin: 0 .06rem;
    background: transparent;
    border: 1px solid #11613D;
    opacity: .5;
    transition: .5s;
}
.inner_s1 .swiDots span.active{
    opacity: 1;
    background: #11613D;
}
.inner_s1 .top{
    background: #fff url("../images/n-img-4.png") no-repeat right center/auto 100%;
    box-shadow: 0 .02rem .13rem 0 rgba(214, 214, 214, 0.5);
}

.inner_s1 .bot li a{
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner_s1 .bot li .pic{
    width: 3.84rem;
    height: 2.16rem;
}
.inner_s1 .bot li .txt{
    width: calc(100% - 4.17rem);
    padding-right: .33rem;
}
.inner_s1 .bot li time span{
    display: block;
    font-size: .24rem;
    line-height: 1;
    color: #007B44;
    margin-right: .1rem;
    transition: .5s;
}
.inner_s1 .bot li time{
    display: flex;
    align-items: baseline;
    font-size: .16rem;
    line-height: 1;
    color: #666666;
    transition: .5s;
}
.inner_s1 .bot li h3{
    margin-top: .25rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
}
.inner_s1 .bot li p{
    margin-top: .14rem;
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    height: .52rem;
    transition: .5s;
}
.inner_s1 .bot li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #007B44 url("../images/n-img-19.png") no-repeat right bottom/contain;
    box-shadow: 0 .02rem .14rem 0 rgba(0, 123, 68, 0.5004);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s1 .bot li:hover time,
.inner_s1 .bot li:hover time span{
    color: #fff;
}
.inner_s1 .bot li:hover h3{
    color: #fff;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s1 .bot li:hover p{
    color: rgba(255, 255, 255, 0.8);
}
.inner_s1 .bot li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s1 .bot li{
    position: relative;
    background: url("../images/n-img-6.png") no-repeat right center/auto 100%;
    box-shadow: 0 .02rem .13rem 0 rgba(214, 214, 214, 0.5);
}
.inner_s1 .bot li + li{
    margin-top: .4rem;
}
.inner_s1 .bot{
    margin-top: .4rem;
}
.inner_s1{
    margin-top: .6rem;
}

/*inner_s2*/

.inner_s2 li a{
    position: relative;
    z-index: 2;
    padding: 0 .37rem 0 .25rem;
    height: .98rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s2 li time{
    display: block;
    text-align: center;
    width: .7rem;
    margin-right: .3rem;
    flex-shrink: 0;
}
.inner_s2 li time span{
    display: block;
    font-size: .3rem;
    line-height: 1;
    color: #007B44;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
    transition: .5s;
}
.inner_s2 li time em{
    display: block;
    color: #fff;
    font-size: .14rem;
    line-height: .26rem;
    background: #007B44;
    margin-top: .08rem;
    transition: .5s;
}
.inner_s2 li .line{
    width: 1px;
    height: .51rem;
    background: #007B44;
    opacity: .1;
    margin-right: .3rem;
    flex-shrink: 0;
    transition: .5s;
}
.inner_s2 li h3{
    flex: 1;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
}
.inner_s2 li h6 img{
    display: block;
    width: .24rem;
    margin-left: .13rem;
}
.inner_s2 li h6{
    margin-left: .2rem;
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: 1;
    color: #fff;
    opacity: 0;
    transition: .5s;
    flex-shrink: 0;
}
.inner_s2 li + li{
    margin-top: .28rem;
}
.inner_s2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #007B44 url("../images/n-img-19.png") no-repeat right center/auto 100%;
    box-shadow:  0 .02rem .14rem 0px rgba(0, 123, 68, 0.5004);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s2 li {
    position: relative;
    background: #fff url("../images/n-img-8.png") no-repeat right center/auto 100%;
    box-shadow: 0 .02rem .14rem 0 rgba(222, 222, 222, 0.5);
    transition: .5s;
}
.inner_s2 li:hover time span{
    color: #fff;
}
.inner_s2 li:hover time em{
    color: #007B44;
    background: #fff;
}
.inner_s2 li:hover .line{
    background: #fff;
}
.inner_s2 li:hover h3{
    color: #fff;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.inner_s2 li:hover h6{
    opacity: 1;
}
.inner_s2 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s2 {
    margin-top: .4rem;
}

/*inner_s3*/

.inner_s3 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s3 li{
    position: relative;
    width: 31.66%;
    margin: .52rem 0 0 2.51%;
    background: url("../images/n-img-10.png") no-repeat bottom right/auto 100%;
    box-shadow: 0 .02rem .09rem 0 rgba(218, 218, 218, 0.5);
}
.inner_s3 li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s3 li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s3 li a{
    display: block;
}
.inner_s3 li a .pic{
    padding-top: 2.14rem;
}
.inner_s3 li a .pic:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 123, 68, 0.6) url("../images/n-img-11.png") no-repeat 50%/.33rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 3;
}
.inner_s3 li a h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    text-align: center;
    transition: .5s;
}
.inner_s3 li a .txt{
    padding: .19rem .2rem .18rem;
}
.inner_s3 li:after{
    position: absolute;
    content: '';
    left: 50%;
    right: 50%;
    bottom: 0;
    height: .03rem;
    background: #007B44;
    transition: .5s;
}
.inner_s3 li:hover a .pic:after{
    opacity: 1;
    visibility: visible;
}
.inner_s3 li:hover:after{
    left: 0;
    right: 0;
}
.inner_s3 li:hover a h3{
    color: #007B44;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s3 li:hover{
    box-shadow: 0 .02rem .16rem 0 rgba(152, 152, 152, 0.4837);
}
.inner_s3{
    margin-top: .53rem;
}

/*inner_s4*/

.inner_s4 .dtl_tit h1{
    font-size: .3rem;
    line-height: .42rem;
    color: #333333;
    text-align: center;
}
.inner_s4 .dtl_tit .cont .li{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    margin: 0 .25rem;
}
.inner_s4 .dtl_tit .cont{
    margin-top: .31rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inner_s4 .dtl_tit{
    padding-bottom: .31rem;
    border-bottom: 1px solid rgba(132, 0, 0, 0.3);
}
.inner_s4 .dtl_txt p{
    font-size: .2rem;
    line-height: .32rem;
    color: #353535;
    text-indent: 2em;
}
.inner_s4 .dtl_txt p + p{
    margin-top: .32rem;
}
.inner_s4 .dtl_txt p img{
    display: block;
    width: auto;
    height: auto !important;
    max-width: 75% !important;
    margin: 0 auto;
}
.inner_s4 .dtl_txt{
    margin-top: .32rem;
}
.inner_s4 .dtl_page .ll{
    flex: 1;
    overflow: hidden;
}
.inner_s4 .dtl_page p{
    font-size: .2rem;
    line-height: .3rem;
    color: #353535;
    transition: .5s;
}
.inner_s4 .dtl_page p + p{
    margin-top: .11rem;
}
.inner_s4 .dtl_page p:hover{
    color: #007B44;
}
.inner_s4 .dtl_page .rr{
    margin-left: .2rem;
    flex-shrink: 0;
    margin-top: .1rem;
}
.inner_s4 .dtl_page .rr a {
    display: block;
    width: 1.39rem;
    height: .51rem;
}
.inner_s4 .dtl_page .rr a img{
    display: block;
    width: 100%;
}
.inner_s4 .dtl_page{
    padding-top: .58rem;
    margin-top: .58rem;
    border-top: 1px solid rgba(132, 0, 0, 0.6);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s4{
    margin-top: .39rem;
}

/*inner_s5*/
.inner_s5 .desc p,
.inner_s5 .desc p *{
    font-size: .2rem !important;
    line-height: 1.6!important;
    color: #666666;
    text-indent: 2em;
}
.inner_s5 .img-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner_s5 .img-box{
    overflow: hidden;
    flex-shrink: 0;
}
.inner_s5 .item1 .img-box{
    width: 5.62rem;
    height: 3.16rem;
    margin-right: .38rem;
}
.inner_s5 .item1 .txt-box{
    flex: 1;
    overflow: hidden;
    margin-top: .29rem;
}

.inner_s5 .item1 h2{
    font-size: .26rem;
    line-height: .36rem;
    color: #007B44;
}
.inner_s5 .item1 i{
    display: block;
    width: .65rem;
    height: .03rem;
    background: #FFE000;
    margin-top: .28rem;
}
.inner_s5 .item1 .desc{
    margin-top: .28rem;
}
.inner_s5 .item1{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.inner_s5 .item_tit h2{
    font-size: .24rem;
    line-height: .34rem;
    color: #333333;
}
.inner_s5 .item2 li{
    position: relative;

}
.inner_s5 .item2 li time span{
    display: block;
    font-size: .2rem;
}
.inner_s5 .item2 li time{
    display: flex;
    align-items: baseline;
    font-size: .14rem;
    line-height: 1;
    color: #fff;
}
.inner_s5 .item2 li h4{
    font-size: .16rem;
    line-height: .24rem;
    color: #fff;
    margin-top: .05rem;
}
.inner_s5 .item2 li{
    padding: 0 .51rem;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.inner_s5 .item2 li .con{
    width: 100%;
    overflow: hidden;
}
.inner_s5 .item2 .content:before{
    position: absolute;
    content: '';
    left: 0;
    top: .1rem;
    bottom: .07rem;
    width: .3rem;
    background: url("../images/n-img-16.png") no-repeat left center/100% 100%;
}
.inner_s5 .scroll-content{
    height: 2.25rem;
}
.inner_s5 .swiper-scrollbar{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: .09rem;
    background: #007B44;
    z-index: 99;
}
.inner_s5 .swiper-scrollbar-drag{
    background: #fff;
    border-radius: .1rem;
}
.inner_s5 .item2 .content{
    margin-top: .31rem;
    padding: .35rem 0 .25rem;
    position: relative;
    background: url("../images/n-img-15.png") no-repeat 50%/cover;
}
.inner_s5 .item2 {
    margin-top: .4rem;
}
.inner_s5 .item3 .desc{
    margin-top: .31rem;
}
.inner_s5 .item3 .item_ul ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner_s5 .item3 .item_ul li h3 span{
    display: block;
    font-size: .34rem;
    line-height: 1;
    margin-right: .1rem;
}
.inner_s5 .item3 .item_ul li h3{
    display: flex;
    align-items: baseline;
    font-size: .16rem;
    line-height: 1;
    color: #007B44;
    font-weight: bold;
}
.inner_s5 .item3 .item_ul li h4{
    font-size: .14rem;
    line-height: 1;
    color: #666666;
    margin-top: .1rem;
}
.inner_s5 .item3 .item_ul li.line{
    width: 1px;
    height: .8rem;
    background: #007B44;
    opacity: .2;
}
.inner_s5 .item3 .item_ul{
    margin-top: .4rem;
}
.inner_s5 .item3 {
    margin-top: .4rem;
}
.inner_s5 .item4 .top .desc{
    margin-top: .31rem;
}
.inner_s5 .item4 .top .txt-box{
    flex: 1;
    overflow: hidden;
    margin-top: .14rem;
}
.inner_s5 .item4 .top .img-box:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    left: .1rem;
    top: .1rem;
    background: #007B44;
    z-index: -1;
}
.inner_s5 .item4 .top .img-box{
    position: relative;
    margin-left: .43rem;
    width: 5.01rem;
    padding: 0 .1rem .1rem 0;
    z-index: 2;
}
.inner_s5 .item4 .top{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s5 .item4 .bot{
    margin-top: .35rem;
}
.inner_s5 .item4 {
    margin-top: .46rem;
}
.inner_s5{
    margin-top: .67rem;
}


/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #007B44;
}

#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: #007B44;
}

#sub_nav_content dl {
    font-size: 0px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: 10px 0px;
}

#sub_nav_content dt {
    position: relative;
    background: rgb(255, 255, 255);
    z-index: 999;
    width: 100%;
    display: block;
    margin-bottom: 0px;
    /*float: left;*/
    line-height: 30px;
    padding: 0 20px;
}
#sub_nav_content dt i{
    float: right;
    font-family: simsun;
    font-style: normal;
    font-weight: bold;
    font-size: .16rem;
}
#sub_nav_content dt a {

    display: inline-block;
    width: 88%;
    color: rgb(91, 83, 73);
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
}

#sub_nav_content dt a i {
    position: absolute;
    right: 15px;
    top: 0px;
    opacity: 0;
    display: none;
}

#sub_nav_content dt a {
}



#sub_nav_content dd {
    display: none;
}

#sub_nav_content dd .box {
    padding: 0px;
}

#sub_nav_content dd a {
    padding: 0px 25px;
    line-height: 30px;
    border-top: 1px solid rgb(231, 231, 231);
    font-size: 12px;
    color: rgb(91, 83, 73);
    display: block;
    height: 30px;
}

#sub_nav_content dd a.on {
    color: #007B44;
}
@media (min-width: 1200px) {
    .posi{
        position: absolute;
        right: 0;
        top: -.22rem;
    }
}
@media (max-width: 1199px){
    .n_banner .img{
    }
    #m_n_nav{
        display: block;
    }
    .leftNav{
        display: none;
    }
    .n_tit h2{
        display: none;
    }
    .rightBox{
        width: 100%;
        margin-top: 0;
    }

    .inner_page{
        padding: .3rem 0 .4rem;
        min-height: 60vh;
    }
}

@media (max-width: 1025px){
    .inner_s1 .bot li + li{
        margin-top: .26rem;
    }
    .inner_s1 .bot{
        margin-top: .26rem;
    }
    .pagination{
        padding-top: .3rem;
    }
    .inner_s1{
        margin-top: .3rem;
    }
    .inner_s2 li a{
        height: .9rem;
        padding: 0 .2rem;
    }
    .inner_s2 li time{
        margin-right: .2rem;
    }
    .inner_s2 li .line{
        margin-right: .2rem;
    }
    .inner_s2 li h6 img{
        width: .22rem;
    }
    .inner_s2 li h6{
        font-size: .16rem;
        margin-left: .2rem;
    }
    .inner_s2 li + li{
        margin-top: .2rem;
    }
    .inner_s2{
        margin-top: .3rem;
    }
    .inner_s3 li a .pic{
        padding-top: 56.31%;
    }
    .inner_s3 li a .txt{
        padding: .1rem;
    }
    .inner_s3 li{
        width: 32%;
        margin: 0;
    }
    .inner_s3 ul{
        gap: .26rem 2%;
    }
    .inner_s3{
        margin-top: .3rem;
    }
    .inner_s4 .dtl_tit h1{
        font-size: .26rem;
        line-height: 1.5;
    }
    .inner_s4 .dtl_tit .cont .li{
        line-height: .28rem;
        margin: 0;
    }
    .inner_s4 .dtl_tit .cont{
        margin-top: .1rem;
        gap: 0 .2rem;
    }
    .inner_s4 .dtl_tit{
        padding-bottom: .15rem;
    }
    .inner_s4 .dtl_txt p{
        font-size: .18rem;
        line-height: 1.85;
    }
    .inner_s4 .dtl_txt p + p{
        margin-top: .2rem;
    }
    .inner_s4 .dtl_txt{
        margin-top: .2rem;
    }
    .inner_s4 .dtl_page .ll{
        flex: inherit;
        width: 100%;
    }
    .inner_s4 .dtl_page p{
        font-size: .18rem;
        line-height: 1.85;
    }
    .inner_s4 .dtl_page p + p{
        margin-top: 0;
    }
    .inner_s4 .dtl_page .rr a{
        margin: 0 auto;
        width: 1.2rem;
        height: .46rem;
    }
    .inner_s4 .dtl_page .rr{
        width: 100%;
        margin-top: .2rem;
        margin-left: 0;
    }
    .inner_s4 .dtl_page{
        padding-top: .1rem;
        margin-top: .2rem;
    }
    .inner_s4{
        margin-top: .2rem;
    }
    .inner_s5 .item1 .txt-box{
        flex: inherit;
        width: 100%;
        margin-top: 0;
    }
    .inner_s5 .item1 h2{
        font-size: .24rem;
        line-height: .3rem;
    }
    .inner_s5 .item1 i{
        margin-top: .15rem;
    }
    .inner_s5 .desc p,
    .inner_s5 .desc p *{
        font-size: .18rem !important;
        line-height: 1.85!important;
    }
    .inner_s5 .item1 .desc{
        margin-top: .1rem;
    }
    .inner_s5 .item1 .img-box{
        width: 100%;
        height: auto;
        margin-top: .2rem;
        margin-right: 0;
    }
    .inner_s5 .item2 .content{
        margin-top: .2rem;
        padding: .2rem 0;
    }
    .inner_s5 .item2 li{
        padding: 0 .3rem;
    }
    .inner_s5 .item2 .content:before{
        width: .2rem;
        top: -.05rem;
        bottom: 0;
    }
    .inner_s5 .item2{
        margin-top: .2rem;
    }
    .inner_s5 .item3{
        margin-top: .2rem;
    }
    .inner_s5 .item3 .desc{
        margin-top: .15rem;
    }
    .inner_s5 .item3 .item_ul {
        margin-top: 0.2rem;
    }
    .inner_s5 .item4 .top .txt-box{
        flex: inherit;
        width: 100%;
        margin-top: 0;
    }
    .inner_s5 .item4 .top .desc{
        margin-top: .15rem;
    }
    .inner_s5 .item4 .top .img-box{
        width: 100%;
        margin-top: .2rem;
        margin-left: 0;
        height: auto;
    }
    .inner_s5 .item4 .bot{
        margin-top: .2rem;
    }
    .inner_s5 .item4{
        margin-top: .2rem;
    }
    .inner_s5 .item_tit h2{
        font-size: .22rem;
        line-height: .3rem;
    }
    .inner_s5{
        margin-top: .3rem;
    }
}
@media (max-width: 769px){
    .inner_s1 .top_l{
        width: 100%;
    }
    .inner_s1 .list1w a .pic{
        padding-top: 56.25%;
    }
    .inner_s1 .top_r{
        width: 100%;
        padding-bottom: .2rem;
    }
    .inner_s1 .list1w_txt li a{
        padding: .2rem;
    }
    .inner_s1 .list1w_txt li h3{
        margin-top: .1rem;
    }
    .inner_s1 .list1w_txt li p{
        margin-top: .05rem;
    }
    .inner_s1 .list1w_txt li h6 img{
        width: .22rem;
    }
    .inner_s1 .list1w_txt li h6{
        font-size: .16rem;
        margin-top: .1rem;
    }
    .inner_s1 .swiDots{
        position: static;
        margin-top: 0;
    }
    .inner_s1 .bot li .pic{
        width: 100%;
        height: auto;
        padding-top: 56.25%;
    }
    .inner_s1 .bot li .txt{
        width: 100%;
        padding: .2rem;
    }
    .inner_s1 .bot li h3{
        margin-top: .1rem;
    }
    .inner_s1 .bot li p{
        margin-top: .05rem;
    }
    .inner_s3 li{
        width: 49%;
    }
    .inner_s5 .item2 li{
        height: auto;
        padding: .15rem .3rem;
    }
    .inner_s5 .item2 li h4{
        overflow: visible;
        text-overflow: inherit;
        white-space: normal;
    }
    .inner_s5 .item2 li:before{
        position: absolute;
        content: '';
        left: .05rem;
        top: .25rem;
        width: .2rem;
        height: 1px;
        background: #fff;
    }
    .inner_s5 .item2 .content:before{
        width: 1px;
        top: 0;
        bottom: 0;
        left: .05rem;
        background: #fff;
    }
    .inner_s5 .item3 .item_ul ul li{
        width: 33.33%;
    }
    .inner_s5 .item3 .item_ul ul li.line{
        display: none;
    }
    .inner_s5 .item3 .item_ul li h3 span{
        font-size: .28rem;
        margin-right: .05rem;
    }
    .inner_s5 .item3 .item_ul li h3{
        justify-content: center;
    }
    .inner_s5 .item3 .item_ul li h4{
        font-size: .18rem;
        text-align: center;
        margin-top: .08rem;
    }
    .inner_s5 .item3 .item_ul ul{
        gap: .3rem 0;
    }
}

@media (max-width: 481px){
    .inner_s2 li h6{
        display: none;
    }
    .inner_s3 li{
        width: 100%;
    }
    .inner_s5 .item3 .item_ul ul li{
        width: 50%;
    }
    .inner_s2 li .line{
        display: none;
    }
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #067d48 !important;
    color: #fff;
    background-color: #067d48 !important;
}