@charset "UTF-8";
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: .61rem;
}

.pagination a {
    display: inline-block;
    border: 1px solid #61745F;
    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: #61745F;
    color: #fff;
    border: 1px solid #61745F;
}

.pagination a:hover {
    background: #61745F;
    color: #fff;
    border: 1px solid #61745F;
}
.n_banner .img img{
    display: block;
    width: 100%;
}
.n_banner .top{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .18rem;
    z-index: 3;
}
.posi{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: .16rem;
    line-height: .24rem;
    color: rgba(255, 255, 255, 1);
    transition: all .5s;
}
.posi img{
    display: block;
    width: .18rem;
    height: .18rem;
    margin-right: .1rem;
}
.posi span:not(:nth-child(2)){
    margin: 0 .03rem;
}
.posi span{
    opacity: .8;
}
.posi a{
    opacity: .8;
}
.posi a:hover{
    opacity: 1;
}

.leftNav{
    width: 19.28%;
    align-self: flex-start;
    position: relative;
    z-index: 2;
    padding-bottom: .08rem;
    filter: drop-shadow(0 .05rem .15rem rgba(0, 0, 0, 0.3));
}
.leftNav:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #61745F;
    pointer-events: none;
    clip-path: polygon(0 0, calc(100% - .2rem) 0, 100% .15rem,100% 100%, 0 100%);
    z-index: -1;

}
.leftNav .tit h2{
    font-size: .3rem;
    line-height: .4rem;
    color: #FFFFFF;
    position: relative;
    font-weight: 700;
    text-align: center;
}

.leftNav .tit{
    padding: .24rem 0 ;
    position: relative;
}
.leftNav .block .box h3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: .14rem .23rem .15rem .38rem;
    transition: all .5s;
    border-top: .01rem dashed #E5E5E5;
}
.leftNav .block .box:nth-child(1) h3{
    border-color: transparent;
}
.leftNav .block .box h3 a{
    font-size: .18rem;
    line-height: .36rem;
    color: #333333;
    position: relative;
    z-index: 2;
    transition: all .5s;
}
.leftNav .block .box h3 .svg{
    color: #61745F;
    width: .11rem;
    height: .06rem;
    cursor: pointer;
    position: relative;
    z-index: 2;
    margin-left: .1rem;
    flex-shrink: 0;
    transition: all .5s;
}
.leftNav .block .box h3:before{
    position: absolute;
    content: '';
    left: -.26rem;
    top: 50%;
    width: .04rem;
    height: .33rem;
    background: #E5D374;
    border-radius: .5rem;
    opacity:0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-50%);
    transition: all .5s;
}
.leftNav .block .box h3:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(270deg, rgba(97, 116, 95, 0.1) 0%, #07549e00 100%);
    border-radius: 0 50vw 50vw 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    pointer-events: none;
}

.leftNav .block .box:hover h3 a,
.leftNav .block .box.active h3 a,
.leftNav .block .box.on h3 a{
    color: #61745F;
    font-weight: 700;
}
.leftNav .block .box:hover h3,
.leftNav .block .box.active h3,
.leftNav .block .box.on h3,
.leftNav .block .box:hover + div h3,
.leftNav .block .box.active + div h3,
.leftNav .block .box.on + div h3{
    border-color: transparent;
}

.leftNav .block .box:hover h3:after,
.leftNav .block .box.active h3:after,
.leftNav .block .box.on h3:after,
.leftNav .block .box.on h3:before,
.leftNav .block .box.active h3:before,
.leftNav .block .box:hover h3:after{
    opacity: 1;
    visibility: visible;
}
.leftNav .block .s-link a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .16rem;
    line-height: .3rem;
    color: #424242;
    text-align: center;
    transition: all .5s;
}

.leftNav .block .s-link a + a{
    margin-top: .13rem;
}

.leftNav .block .s-link a:hover{
    color: #61745F;
}
.leftNav .block .s-link{
    padding: .15rem .23rem .15rem .38rem;
    display: none;
}

.leftNav .block{
    margin-left: .08rem;
    padding: .27rem .26rem;
    background: #ffffff;
    background-size: 100% auto;
    min-height: 5.63rem;
    box-shadow: 0 .04rem .1rem rgba(0, 0, 0, 0.3);
    clip-path: polygon(0 .15rem, .17rem 0,100% 0, 100% 100%, 0 100%);
}

.rightBox{
    width: 76.28%;
    margin-top: .32rem;
}
.n-tit h3{
    font-size: .24rem;
    line-height: 1;
    color: #61745F;
    position: relative;
    padding-left: .29rem;
    font-weight: 700;
}

.n-tit h3:before{
    position: absolute;
    content: '';
    left: 0;
    top: .02rem;
    width: .2rem;
    height: .2rem;
    background: #61745F;
    background-clip: content-box;
    border: .06rem solid rgba(97, 116, 95, 0.1);
    background-size: 100% auto;
    border-radius: 50%;
}
.posi{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: .16rem;
    line-height: .22rem;
    color: #272727;
    transition: all .5s;
}
.posi span{
    opacity: .3;
    margin: 0 .1rem;
}
.posi a:hover,
.posi a.active{
    color: #61745F;
}
.n-tit:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .12rem;
    background: url("../images/n-img-2.png") no-repeat left center;
    background-size: 100% 100%;
    pointer-events: none;
}
.n-tit{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .24rem;
    position: relative;
}

.inner-page{
    padding: .65rem 0 1rem;
    min-height: 11.06rem;
    background: url("../images/index-page.png") no-repeat bottom center;
    background-size: 100% auto;
}

@media (max-width: 1025px) {
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
        margin-top: 0;
    }
    .n-tit h3{
        font-size: .22rem;
    }
    .n-tit:before{
        height: .01rem;
        background: #61745F;
    }
    .n-tit{
        padding-bottom: .15rem;
    }
    .pagination{
        padding-top: .3rem;
    }
    .inner-page{
        padding: .3rem 0 .4rem;
        min-height: 60vh;
    }
}
@media (max-width: 769px) {
    .posi{
        width: 100%;
        margin-top: .1rem;
    }
}
@media (max-width: 481px) {

}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #61745F;
}

#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;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
}

#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: #61745F;
}

#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;
    font-family: 'SourceHanSerifCN-Regular', sans-serif;
}

#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: #61745F;
}

@media (max-width: 1025px){
    #m_n_nav{
        display: block;
    }
}

/*inner-s1*/

.inner-s1 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    padding: .3rem 0 .23rem;
}
.inner-s1 li time{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: .7rem;
    height: .7rem;
    padding-bottom: .05rem;
    background: #EAEDF0;
    font-family: 'Bebas', sans-serif;
    color: #61745F;
    line-height: 1;
    margin-right: .29rem;
    transition: all .5s;
}
.inner-s1 li time span {
    display: block;
    font-size: .26rem;
}
.inner-s1 li time em {
    font-size: .14rem;
    margin-top: .08rem;
}
.inner-s1 li h3{
    flex: 1;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    max-height: .6rem;
}
.inner-s1 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: .01rem dashed #D8D8D8;
}
.inner-s1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: 0;
    height: .01rem;
    background: #61745F;
    transition: all .5s;
}
.inner-s1 li:hover time{
    background: #61745F;
    color: #ffffff;
}
.inner-s1 li:hover h3{
    color: #61745F;
    font-weight: 700;
}
.inner-s1 li:hover:after{
    right: 0;
}
.inner-s1 li{
    position: relative;
}
.inner-s1{
    margin-top: .12rem;
}
@media (max-width: 1025px) {
    .inner-s1 li a{
        padding: .15rem 0;
    }
    .inner-s1 li time{
        margin-right: .2rem;
    }
}
@media (max-width: 769px) {
    .inner-s1 li time{
        width: .8rem;
        height: .8rem;
    }
}

/*inner-s2*/
.inner-s2 li a{
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner-s2 li .pic{
    width: 1.512rem;
    height: 1.82rem;
}
.inner-s2 li .txt{
    width: calc(100% - 2rem);
    padding-right: .37rem;
}
.inner-s2 li h3{
    font-size: .18rem;
    line-height: .26rem;
    color: #333333;
    font-weight: bold;
    transition: .5s;
}
.inner-s2 li p{
    font-size: .16rem;
    line-height: .28rem;
    color: #959595;
    height: .56rem;
    margin-top: .11rem;
}
.inner-s2 li time img{
    display: block;
    width: .2rem;
    margin-right: .06rem;
}
.inner-s2 li time{
    margin-top: .1rem;
    display: flex;
    align-items: center;
    font-size: .14rem;
    color: #8A8A8A;
    height: .31rem;
}
.inner-s2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* border: .01rem solid #E0E7FA; */
}
.inner-s2 li:hover h3{
    color: #61745F;
}
.inner-s2 li + li{
    margin-top: .38rem;
}
.inner-s2 li{
    position: relative;
    background: #fff;
    border: .01rem solid #E0E7FA;
}
.inner-s2{
    margin-top: .47rem;
}
@media (max-width: 1025px) {
    .inner-s2{
        margin-top: .3rem;
    }
    .inner-s2 li + li{
        margin-top: .2rem;
    }
}
@media (max-width: 769px) {
    .inner-s2 li .pic{
        width: 100%;
        height: auto;
        padding-top: 62.98%;
    }
    .inner-s2 li .txt{
        width: 100%;
        padding: .2rem ;
    }
    .inner-s2 li h3{
        line-height: .3rem;
    }
    .inner-s2 li p{
        margin-top: .05rem;
    }
}

/*inner-s3*/

.inner-s3 .dtl_tit h1{
    font-size: .2rem;
    line-height: 1.5;
    color: #333333;
    text-align: center;
    font-weight: 700;
}
.inner-s3 .dtl_tit .cont p{
    font-size: .16rem;
    line-height: .32rem;
    color: #9E9E9E;
    margin: 0 .3rem;
}
.inner-s3 .dtl_tit .cont{
    margin-top: .3rem;
    padding: .05rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #F7F7F7;
}
.inner-s3 .dtl_txt p{
    font-size: .18rem;
    line-height: .34rem;
    color: #333;
    text-indent: 2em;
}
.inner-s3 .dtl_txt p img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: .4rem auto .2rem;
}
.inner-s3 .dtl_txt{
    margin-top: .3rem;
}

.inner-s3 .dtl_txt table{
    margin:0 auto;
    max-width:100%;
}
.inner-s3 .dtl_txt table p{
text-indent: 0em;
}

.inner-s3 .dtl_page p{
    font-size: .16rem;
    line-height: .34rem;
    color: #333333;
    transition: .5s;
}
.inner-s3 .dtl_page p:hover{
    color: #61745F;
    font-weight: 700;
}
.inner-s3 .dtl_page{
    margin-top: .4rem;
    padding-top: .35rem;
    border-top: 1px dashed #D8D8D8;
}
.inner-s3{
    margin-top: .3rem;
}
@media (max-width: 1025px) {
    .inner-s3 .dtl_tit .cont p{
        margin: 0;
    }
    .inner-s3 .dtl_tit .cont{
        margin-top: .15rem;
        gap: 0 .2rem;
    }
    .inner-s3 .dtl_txt{
        margin-top: .2rem;
    }
    .inner-s3 .dtl_txt p img{
        margin: .2rem auto;
    }
    .inner-s3 .dtl_page{
        margin-top: .3rem;
        padding-top: .2rem;
    }
    .inner-s3{
        margin-top: .2rem;
    }
}
@media (max-width: 769px) {

}
@media (max-width: 480px) {

}

/*inner-s4*/

.inner-s4 .item-tit h3{
    font-size: .22rem;
    line-height: .34rem;
    color: #61745F;
    font-weight: 700;
}
.inner-s4 .item-tit:before{
    position: absolute;
    content: '';
    left: .13rem;
    top: 50%;
    width: .05rem;
    height: .23rem;
    background: #EFB940;
    transform: translateY(-50%);
}
.inner-s4 .item-tit{
    position: relative;
    padding: .15rem .32rem .18rem;
    background: #F5F8FF;
    border-radius: 0 .4rem 0 0;
}
.inner-s4 .li-tit{
    display: flex;
    align-items: baseline;
}
.inner-s4 .li-tit h3{
    font-size: .24rem;
    line-height: .34rem;
    color: #333333;
    font-weight: 700;
}
.inner-s4 .li-tit h4{
    font-size: .16rem;
    line-height: 1;
    color: #333333;
    margin-left: .14rem;
    opacity: .5;
}
.inner-s4 .list01 ul{
    display: flex;
    flex-wrap: wrap;
    gap: .18rem 0;
}
.inner-s4 .list01 li{
    width: 14.28%;
    position: relative;
    padding-left: .18rem;
    font-size: .18rem;
    line-height: .34rem;
    color: #333333;
    transition: all .5s;
}
.inner-s4 .list01 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .05rem;
    height: .05rem;
    background: #61745F;
    transform: translateY(-50%);
    border-radius: 50%;
}
.inner-s4 .list01 li:hover{
    color: #61745F;
    font-weight: 700;
}
.inner-s4 .list01{
    margin-top: .25rem;
}
.inner-s4 .li + .li{
    margin-top: .55rem;
}
.inner-s4 .item-cont{
    padding: .36rem .32rem .37rem;
    background: #ffffff;
    border: .01rem solid #CEDBE8;
}
.inner-s4:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    height: 1.55rem;
    background: #61745F;
    border-radius: 0 .4rem 0 .4rem;
    z-index: -1;
}
.inner-s4{
    margin-top: .33rem;
    padding-left: .06rem;
    position: relative;
}
@media (max-width: 1025px) {
    .inner-s4 .item-tit{
        padding: .1rem .2rem;
        border-radius: 0 .1rem 0 0;
    }
    .inner-s4 .item-tit:before{
        left: .08rem;
    }
    .inner-s4 .li-tit h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner-s4 .li-tit h4{
        margin-left: .05rem;
    }
    .inner-s4 .list01 li{
        padding-left: .12rem;
    }
    .inner-s4 .list01 ul{
        gap: .1rem 0;
    }
    .inner-s4 .list01{
        margin-top: .1rem;
    }
    .inner-s4 .li + .li{
        margin-top: .2rem;
    }
    .inner-s4 .item-cont{
        padding: .2rem;
    }
    .inner-s4{
        margin-top: .2rem;
    }
}
@media (max-width: 769px) {
    .inner-s4 .list01 li{
        width: 20%;
    }
}
@media (max-width: 481px) {
    .inner-s4 .list01 li{
        width: 32%;
    }
}


/*inner-s5*/
.inner-s5 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner-s5 li{
    width: 32%;
    margin: .2rem 0 0 2%;
}
.inner-s5 li:nth-child(3n+1){
    margin-left: 0;
}
.inner-s5 li:nth-child(-n+3){
    margin-top: 0;
}
.inner-s5 li a{
    display: block;
}
.inner-s5 li .pic{
    padding-top: 2.57rem;
}
.inner-s5 li h3{
    font-size: .16rem;
    line-height: .55rem;
    color: #333333;
    text-align: center;
    padding: 0 .2rem;
    background: #F1F1F1;
    transition: .5s;
}
.inner-s5 li:hover h3{
    color: #fff;
    font-weight: bold;
    background: #61745F;
}
.inner-s5{
    margin-top: .35rem;
}

@media (max-width: 1025px) {
    .inner-s5 li .pic{
        padding-top: 71.25%;
    }
    .inner-s5 li h3{
        font-size: .18rem;
        line-height: .48rem;

    }
    .inner-s5 li{
        width: 32%;
        margin: 0;
    }
    .inner-s5 ul{
        gap: .2rem 2%;
    }
    .inner-s5{
        margin-top: .2rem;
    }
}

@media (max-width: 769px) {
    .inner-s5 li{
        width: 49%;
    }
    .inner-s5 li:last-child{
        display: none;
    }
}
@media (max-width: 481px) {
    .inner-s5 li{
        width: 100%;
    }
    .inner-s5 li:last-child{
        display: block;
    }
}

/*inner-s6*/
.inner-s6 ul{
    display: flex;
    flex-wrap: wrap;
    gap: .2rem 2%;
}
.inner-s6 li {
    width: 23.5%;
    position: relative;
    background: rgba(97, 116, 95, 0.1);
}
.inner-s6 li a{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    font-size: .18rem;
    color: #333333;
    height: .56rem;
    transition: all .5s;
}
.inner-s6 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #61745F;
    clip-path: polygon(0 0, calc(100% - .22rem) 0, 100% .22rem, 100% 100%, 0 100%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s6 li:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: .18rem;
    height: .18rem;
    background: #61745F;
    clip-path: polygon(0 0, .05rem 0%, 100% calc(100% - .05rem),100%  100%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s6 li:hover a{
    color: #ffffff;
    font-weight: 700;
}
.inner-s6 li:hover:before,
.inner-s6 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner-s6 li:hover{
    background: transparent;
}
.inner-s6{
    margin-top: .4rem;
}
@media (max-width: 1025px) {
    .inner-s6{
        margin-top: .3rem;
    }
}
@media (max-width: 769px) {
    .inner-s6 li{
        width: 32%;
    }
}
@media (max-width: 481px) {
    .inner-s6 li{
        width: 49%;
    }
}