@charset "utf-8";

.miso_navs{
    opacity: 1;
    visibility: visible;
    transform: none;
}

/**/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top:.6rem;
}

.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: #645846;
    color: #fff;
    border: 1px solid #645846;
}

.pagination a:hover {
    background: #645846;
    color: #fff;
    border: 1px solid #645846;
}

.n_banner{
    position: relative;
}
.n_banner .img-box img{
    display: block;
    width: 100%;
}

.n_banner .n-top{
    position: absolute;
    left: 0;
    right: 0;
    top: 47.45%;
    z-index: 3;
}

.n_tit01{
    position: relative;
    display: flex;
    align-items: center;
}
.n_tit01 img{
    display: block;
    height: .63rem;
    margin-right: .02rem;
}
.n_tit01 h2{
    font-size: .42rem;
    line-height: .6rem;
    color: #fff;
}
.n_tit01:before{
    position: absolute;
    content: '';
    height: 1px;
    width: 100vw;
    background: #fff;
    right: calc(100% - .2rem);
}

.n_erji ul{
    padding-left: .46rem;
    display: flex;
    flex-wrap: wrap;
    min-height: .56rem;
}
.n_erji ul li{
    position: relative;
    margin: 0 .17rem;
}
.n_erji ul li a{
    display: block;
}
.n_erji ul li h3{
    font-size: .22rem;
    line-height: .56rem;
    color: #fff;
    position: relative;
}
.n_erji ul li h3:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .09rem;
    background: url("../images/n-erji.png") no-repeat 50%/auto .09rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.n_erji ul li:hover h3:after,
.n_erji ul li.active h3:after{
    opacity: 1;
    visibility: visible;
}

.posi{
    margin-top: .32rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: .15rem;
    line-height: .22rem;
    color: #FFFFFF;
}
.posi img{
    display: block;
    width: .17rem;
    height: .16rem;
    margin-right: .1rem;
}
.posi span{
    display: block;
    margin: 0 .02rem;
}
.posi a{
    display: block;
}
.inner-page{
    position: relative;
    padding: .01rem 0 0;
    z-index: 2;
    background:#fff url("../images/inner-bg2.png") repeat-y top center/100%;
}
.inner-page:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -1rem;
    width: 16rem;
    height: 1rem;
    margin: 0 auto;
    max-width: 100%;
    background: url("../images/inner-bg.png") no-repeat 50%/100%;
}

.n_tit02{
    font-size: .36rem;
    line-height: .52rem;
    color: #8F8474;
    text-align: center;
    margin-bottom: .73rem;
    position: relative;
    z-index: 2;
    margin-top: -.27rem;
}

.n_list01 li a{
    position: relative;
    z-index: 2;
    padding: .23rem 1.32rem .23rem .29rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.n_list01 li .pic{
    width: 3.23rem;
    height: 2.16rem;
}
.n_list01 li .txt{
    width: calc(100% - 3.77rem);
}
.n_list01 li .txt time{
    display: block;
    font-size: .18rem;
    line-height: .2rem;
    color: #645846;
    font-family: Georgia,sans-serif;
    transition: .5s;
}
.n_list01 li .txt h3{
    font-size: .22rem;
    line-height: .26rem;
    color: #333333;
    margin-top: .24rem;
    transition: .5s;
}
.n_list01 li .txt p{
    font-size: .15rem;
    line-height: .28rem;
    color: #99908F;
    height: .56rem;
    margin-top: .28rem;
    transition: .5s;
}
.n_list01 li .txt i{
    position: absolute;
    right: .83rem;
    bottom: .5rem;
    height: .16rem;
    width: .27rem;
    background: url("../images/s1-img-2.png") no-repeat 50%/auto 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.n_list01 li a:before{
    position: absolute;
    content: '';
    left: .2rem;
    top: .13rem;
    width: 3.23rem;
    height: 2.17rem;
    background: url("../images/img-2-2.png") no-repeat 50%/100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 2;
}
.n_list01 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #645846 url("../images/img-2-3.png") no-repeat right/auto 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.n_list01 li{
    margin-top: .27rem;
    position: relative;
    border: 1px solid #EDE8E5;
}
.n_list01 li:first-child{
    margin-top: 0;
}
.n_list01 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.n_list01 li:hover a:before{
    opacity: 1;
    visibility: visible;
}
.n_list01 li:hover a .txt time,
.n_list01 li:hover a .txt h3{
    color: #fff;
}
.n_list01 li:hover a .txt p{
    color: rgba(255, 255, 255, 0.8);
}

.listlace-2{
    margin-top: 1.62rem;
}


.n_list02 li{
    position: relative;
    font-size: .18rem;
    line-height: .88rem;
    border-bottom: 1px solid #EDE8E5;
}
.n_list02 li a{
    color: #333333;
    padding-left: .7rem;
    padding-right: 2rem;
    transition: .5s;
}
.n_list02 li time{
    color: #645846;
    position: absolute;
    right: .47rem;
    top: 0;
    font-family: Georgia,sans-serif;
}
.n_list02 li:before{
    position: absolute;
    content: '';
    left: .5rem;
    top: 50%;
    margin-top: .02rem;
    width: .12rem;
    height: .12rem;
    background: url("../images/img-2-5.png") no-repeat 50%/100%;
    border-radius: 50%;
    transition: .5s;
    transform: translateY(-50%);
    box-sizing: content-box;
}
.n_list02 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: -1px;
    height: .02rem;
    background: #7F634C;
    transition: .5s;
}
.n_list02 li:hover:after{
    right: 0;
}
.n_list02 li:hover:before{
    background-image: url("../images/img-2-4.png");
}


.detail .dtl-tit h2{
    font-size: .3rem;
    line-height: .43rem;
    color: #645846;
}
.detail .cont-tit{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: .1rem;
}
.detail .cont-titl {
    width: calc(100% - 2.5rem);
    display: flex;
    flex-wrap: wrap;
}
.cont-tit span {
    font-size: 0.16rem;
    color: #7E7E7E;
    align-items: center;
    margin: 0 0.3rem 0 0;
    line-height: 0.4rem;
    display: flex;
}

.cont-tit span img {
    display: block;
    margin-top: .01rem;
    margin-right: 0.08rem;
    max-height: 0.17rem;
}

.font-ctl{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .4rem;
    color: #7E7E7E;
    margin-left: 1.84rem;
}
.font-ctl a{
    display: block;
    margin: 0 .07rem;
}

/* share */
.share{padding-bottom: 0.5rem;}
@font-face{font-family:"socialshare";
    src:url("../fonts/iconfont.eot");
    src:url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"),url("../fonts/iconfont.woff") format("woff"),url("") format("truetype"),url("../fonts/iconfont.svg#iconfont") format("svg")}
.social-share{display: flex;align-items: center;justify-content: flex-end;width: 2.5rem;}
.social-share *{font-family:"socialshare" !important}
.social-share .icon-tencent:before{content:"\f07a"}
.social-share .icon-qq:before{content:"\f11a"}
.social-share .icon-weibo:before{content:"\f12a"}
.social-share .icon-wechat:before{content:"\f09a"}
.social-share .icon-douban:before{content:"\f10a"}
.social-share .icon-heart:before{content:"\f20a"}
.social-share .icon-like:before{content:"\f00a"}
.social-share .icon-qzone:before{content:"\f08a"}
.social-share .icon-linkedin:before{content:"\f01a"}
.social-share .icon-diandian:before{content:"\f05a"}
.social-share .icon-facebook:before{content:"\f03a"}
.social-share .icon-google:before{content:"\f04a"}
.social-share .icon-twitter:before{content:"\f06a"}
.social-share a{position:relative;text-decoration:none;margin:0 .05rem;display:inline-block;outline:none;}
.social-share .social-share-icon{position:relative;display:inline-block;width: 0.28rem;height: 0.28rem;font-size: 0.16rem;border-radius: 50%;line-height: 0.26rem;border: 1px solid;color: #fff;text-align:center;vertical-align:middle;transition: 0.6s ease-out 0s;background: #fff;}
.social-share .social-share-icon:hover{background: #ff763b;color: #fff;}.social-share .icon-weibo{color:#ff763b;border-color: #ff763b !important;}
.social-share .icon-weibo:hover{}
.social-share .icon-tencent{color:#56b6e7;border-color:#56b6e7}
.social-share .icon-tencent:hover{background:#56b6e7}
.social-share .icon-qq{color:#56b6e7;border-color: #56b6e7 !important;}
.social-share .icon-qq:hover{background:#56b6e7}
.social-share .icon-qzone{color:#FDBE3D;border-color:#FDBE3D;}
.social-share .icon-qzone:hover{background: #FDBE3D;}
.social-share .icon-douban{color:#33b045;border-color:#33b045}
.social-share .icon-douban:hover{background:#33b045}
.social-share .icon-linkedin{color:#0077B5;border-color:#0077B5}
.social-share .icon-linkedin:hover{background:#0077B5}
.social-share .icon-facebook{color:#44619D;border-color:#44619D}
.social-share .icon-facebook:hover{background:#44619D}
.social-share .icon-google{color:#db4437;border-color:#db4437}
.social-share .icon-google:hover{background:#db4437}
.social-share .icon-twitter{color:#55acee;border-color:#55acee}
.social-share .icon-twitter:hover{background:#55acee}
.social-share .icon-diandian{color:#307DCA;border-color:#307DCA}
.social-share .icon-diandian:hover{background:#307DCA}
.social-share .icon-wechat{position:relative;color:#7bc549;border-color: #7bc549 !important;}
.social-share .icon-wechat:hover{background: #7bc549;color: #fff;}
.social-share .icon-wechat .wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index: 100;bottom: -205px;left:-84px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms;top: auto;}
.social-share .icon-wechat .wechat-qrcode.bottom{top:40px;left:-84px}
.social-share .icon-wechat .wechat-qrcode.bottom:after{display:none}
.social-share .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0;color:#777}
.social-share .icon-wechat .wechat-qrcode .qrcode{width:105px;margin:10px auto}
.social-share .icon-wechat .wechat-qrcode .qrcode img{max-width: 100%;margin: 0 auto;display: block;}
.social-share .icon-wechat .wechat-qrcode .qrcode table{margin:0 !important}
.social-share .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0}
.social-share .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;top: -16px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color: transparent transparent #fff transparent;}
.social-share .icon-wechat:hover .wechat-qrcode{display:block}


.detail .dtl-tit {
    position: relative;
    margin-top: -.45rem;
    padding: 0 .49rem .51rem .76rem;
    border-bottom: 1px solid rgba(129, 121, 110, 0.2);;
}

.detail .dtl-box{
    margin-top: .6rem;
    padding: 0 .56rem 0 .73rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.detail .dtl_l{
    width: 70.53%;
}

.dtl-txt p{
    font-size: .18rem;
    line-height: 2;
    color: #555555;
    text-indent: 2em;
}
.dtl-txt p span{
    font-family:SourceHanSerifCN-SemiBold,sans-serif;
}
.dtl-txt img{
    display: block;
    width: auto;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 auto!important;

}

.dtl-page{
    width: 15rem;
    margin: 1rem 0 0 -.73rem ;
    position: relative;
    padding: .44rem 1rem;
    background: #F3F1EA;
    border-left: .03rem solid #645846;
}
.dtl-page p{
    font-size: .18rem;
    line-height: .36rem;
    color: #555555;
}
.dtl-page p:hover {
    color: #645846;
}

.detail .dtl_r{
    width: 27.71%;
}
.detail .dtl_r .h2{
    font-size: .3rem;
    line-height: .43rem;
    color: #8F8474;
    text-align: center;
    margin-bottom: .23rem;
}
.detail .dtl_r ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.detail .dtl_r ul li time{
    display: flex;
    width: .74rem;
    height: .74rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.detail .dtl_r ul li time span{
    display: block;
    font-size: .26rem;
    line-height: .3rem;
    color: #81796E;
}
.detail .dtl_r ul li time em{
    display: block;
    font-size: .12rem;
    line-height: .16rem;
    color: #645846;
    opacity: .4;
    margin-top: .02rem;
}
.detail .dtl_r ul li .txt{
    width: calc(100% - 1rem)
}
.detail .dtl_r ul li h3{
    font-size: .18rem;
    line-height: .28rem;
    color: #555555;
    max-height: .56rem;
}
.detail .dtl_r ul li{
    margin-bottom: .4rem;
}

.inner-s1 .para{
    font-size: .18rem;
    line-height: .36rem;
    color: #555555;
    padding: 0 1rem 0 ;
}
.inner-s1{
    margin-top: -.13rem;
}

.inner-s2 .para{
    font-size: .18rem;
    line-height: .36rem;
    color: #555555;
    text-indent: 2em;
    padding: 0 1rem 0 ;
    position: relative;
    z-index: 2;
}
.inner-s2 .para:before{
    position: absolute;
    content: '';
    left: .28rem;
    top: -.39rem;
    width: .95rem;
    height: .96rem;
    background: url("../images/img-2-8.png") no-repeat 50%/100%;
    z-index: -1;
}
.inner-s2 .para:after{
    position: absolute;
    content: '';
    right: .35rem;
    bottom: -.38rem;
    width: .95rem;
    height: .96rem;
    background: url("../images/img-2-9.png") no-repeat 50%/100%;
    z-index: -1;
}
.inner-s3 .para{
    font-size: .18rem;
    line-height: .36rem;
    color: #555;
    text-align: left;
}



.inner-s3 .content{
    margin-top: .5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner-s3 .left{
    width: 39.06%;
}

.inner-s3 .tab-tit{
    position: relative;
    z-index: 2;
    padding-top: .48rem;
    display: flex;
    flex-direction: column-reverse;
}
.inner-s3 .tab-tit .li{
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-left: .95rem;
    padding-bottom: .15rem;
    margin-bottom: .55rem;
    transition: .5s;
}
.inner-s3 .tab-tit .li:first-child{
    margin-bottom: 0;
}
.inner-s3 .tab-tit .li .num{
    display: block;
    font-size: .4rem;
    line-height: .5rem;
    color: #ADA296;
    font-family:SourceHanSerifCN-SemiBold,sans-serif;
    margin-right: .28rem;
    transition: .5s;
}
.inner-s3 .tab-tit .li h3{
    font-size: .26rem;
    line-height: .5rem;
    color: #000000;
    transition: .5s;
}
.inner-s3 .tab-tit .li:after{
    position: absolute;
    content: '';
    left: .27rem;
    bottom: 0;
    width: 5.58rem;
    height: .3rem;
    background: url("../images/s4-img-3.png") no-repeat 50% /100%;
    z-index: -1;
    transition: .5s;
}
.inner-s3 .tab-tit .li:before{
    position: absolute;
    content: '';
    left: -.45rem;
    bottom: 0;
    width: 1.9rem;
    height: 1.62rem;
    background: url("../images/s4-img-2.png") no-repeat 50% /100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner-s3 .tab-tit:before{
    position: absolute;
    content: '';
    left: -.53rem;
    top: 0;
    bottom: 0;
    width: 2.1rem;
    background: url("../images/s4-img-1.png") no-repeat 50%/100%;
}

.inner-s3 .tab-tit .li.active{
    padding-left: 1.71rem;
}
.index-s4 .tab-tit .li.active .num{
    font-size: .46rem;
    color: #6A6050;
}
.inner-s3 .tab-tit .li.active  h3{
    color: #4F453D;
}
.inner-s3 .tab-tit .li.active:after{
    width: 6.47rem;
    height: .39rem;
    left: .24rem;
    background-image: url("../images/s4-img-4.png");
}
.inner-s3 .tab-tit .li.active:before{
    opacity: 1;
    visibility: visible;
}

.inner-s3 .right{
    width: 56.8%;
    margin-top: .21rem;
}

.inner-s3 .tab-cont .img-box a{
    display: block;
}
.inner-s3 .tab-cont .img-box .img_hezi{
    height: 5.72rem;
    background-size: contain;
}
.inner-s3 .tab-cont .img-box a .txt-box{
    display: none;
}
.inner-s3 .tab-cont .child{
    display: none;
}
.inner-s3 .tab-cont .child.active{
    display: block;
}

.inner-s3 {
    position: relative;
    margin-top: -.1rem;
}

.n_dh{
    margin: -.36rem 0 .63rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.n_dh .li a{
    display: block;
    font-size: .36rem;
    line-height: .7rem;
    color: #8F8474;
    padding: 0 .46rem;
    opacity: .4;
    transition: .5s;
}
.n_dh .li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/img-2-10.png") no-repeat 50%/100% 100%;
    opacity: 0;
    transition: .5s;
    z-index: -1;
}
.n_dh .li{
    position: relative;
    z-index: 2;
}
.n_dh .li.active:after{
    opacity: 1;
}
.n_dh .li.active a,
.n_dh .li:hover a{
    opacity: 1;
}

.n_list03 li a{
    padding: .22rem .49rem .17rem .53rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.n_list03 li .txt{
    width: calc(100% - 1.26rem);
}
.n_list03 li .txt .num{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .26rem;
    color: #7E7E7E;
}
.n_list03 li .txt .num img{
    display: block;
    width: .18rem;
    margin-right: .06rem;
}
.n_list03 li .txt h3{
    font-size: .2rem;
    line-height: .26rem;
    color: #333;
    margin-top: .13rem;
    margin-bottom: .14rem;
}
.n_list03 li .txt p{
    font-size: .15rem;
    line-height: .24rem;
    color: #99908F;

    height: 0;
    opacity: 0;
    transition: .5s;
}
.n_list03 li .img{
    width: .5rem;
    height: .5rem;
    background: url("../images/img-2-11.png") no-repeat 50%/100%;
    transition: .5s;
}

.n_list03 li{
    margin-top: .3rem;
    border: 1px solid #EDE8E5;
    border-left: .03rem solid #645846;
}
.n_list03 li:first-child{
    margin-top: 0;
}
.n_list03 li.on .txt p{
    height: .24rem;
    opacity: 1;
    margin-bottom: .16rem;
}
.n_list03 li.on a{
    background: #F4F3ED;
}
.n_list03 li.on .img{
    background-image: url("../images/img-2-12.png");
}

.n_list03{
    padding: 0 .5rem;
}

.n_list04 .item h2{
    font-size: .22rem;
    line-height: .28rem;
    color: #333333;
    font-family:SourceHanSerifCN-SemiBold,sans-serif;
    display: flex;
    align-items: center;
    margin-bottom: .36rem;
}
.n_list04 .item h2 img{
    display: block;
    width: .12rem;
    margin-right: .08rem;
}
.n_list04 .item ul{
    display: flex;
    flex-wrap: wrap;
}
.n_list04 .item li{
    width: 30.71%;
    margin-left: 3.935%;
    margin-top: .46rem;
}
.n_list04 .item li:nth-child(3n+1){
    margin-left: 0;
}
.n_list04 .item li:nth-child(-n+3){
    margin-top: 0;
}
.n_list04 .item li a{
    display: block;
    padding: 0 .2rem;
    position: relative;
}
.n_list04 .item li .txt{
    height: .73rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .2rem 0 .27rem;
    border-top: .01rem solid #C7BCB1;
    border-bottom: .01rem solid #C7BCB1;
    background: transparent no-repeat 50%/cover;
    transition: .5s;
}
.n_list04 .item li .txt h3{
    width: calc(100% - .45rem);
    font-size: .18rem;
    line-height: .26rem;
    color: #333333;
    background: no-repeat left center/.23rem;
    transition: .5s;
}
.n_list04 .item li .txt img{
    display: block;
    width: .27rem;
    opacity: 0;
    transition: .5s;
}
.n_list04 .item li a:before{
    position: absolute;
    content: '';
    left: 0;
    width: .2rem;
    top: 0;
    bottom: 0;
    background: url("../images/img-2-13.png") no-repeat 50%/100% 100%;

}
.n_list04 .item li a:after{
    position: absolute;
    content: '';
    right: 0;
    width: .2rem;
    top: 0;
    bottom: 0;
    background: url("../images/img-2-14.png") no-repeat 50%/100% 100%;

}
.n_list04 .item li:hover a:before{
    background-image: url("../images/img-2-15.png");
}
.n_list04 .item li:hover a:after{
    background-image: url("../images/img-2-16.png");
}

.n_list04 .item li:hover .txt{
    background-image: url("../images/img-2-17.png");
}
.n_list04 .item li:hover .txt h3{
    color: #fff;
    padding-left: .35rem;
    background-image: url("../images/img-2-18.png");
}
.n_list04 .item li:hover .txt img{
    opacity: 1;
}

.n_list04 .item{
    margin-top: .93rem;
}
.n_list04 .item:first-child{
    margin-top: 0;
}
.n_list04{
    padding: 0 .5rem;
}


.inner-s4 .block1{
    margin-bottom: .3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.inner-s4 .block1 .txt-box{
    width: 55.72%;
    margin-top: .21rem;
}

.inner-s4 .para{
    font-size: .18rem;
    line-height: .34rem;
    color: #555555;
    text-indent: 2em;
}
.inner-s4 .para span{
    color: #7F634C;
    font-family:SourceHanSerifCN-SemiBold,sans-serif;
}

.inner-s4 .block1 .img-box{
    width: 36.45%;
    position: relative;
}

.inner-s4 .block1 .img-box .pic{
    padding-top: 2.57rem;
}

.inner-s4 .block1 .img-box:after{
    position: absolute;
    content: '';
    right: .11rem;
    bottom: .12rem;
    left: -.11rem;
    top: -.11rem;
    background: url("../images/img-2-20.png") no-repeat 50%/100% 100%;
}

.inner-s4 .block2 ul{
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.inner-s4 .block2 ul li{
    position: relative;
    padding-left: .33rem;

}
.inner-s4 .block2 ul li h3{
    font-size: .14rem;
    line-height: .34rem;
    color: #7F634C;
}

.inner-s4 .block2 ul li h3 i{
    font-size: .28rem;
    font-family:SourceHanSerifCN-SemiBold,sans-serif;
}

.inner-s4 .block2 ul li h4{
    font-size: .16rem;
    line-height: .2rem;
    color: #555555;
    margin-top: .03rem;
}

.inner-s4 .block2 ul li:before{
    position: absolute;
    content: '';
    width: .19rem;
    height: .19rem;
    left: 0;
    top: .02rem;
    background: url("../images/img-2-21.png") no-repeat 50%/100%;
}

.inner-s4 .block2 ul li:after{
    position: absolute;
    content: '';
    width: 1px;
    top: .12rem;
    left: .09rem;
    height: 1.31rem;
    background: linear-gradient(0deg, rgba(176, 127, 86, 0) 19%, rgba(176, 127, 86, 0.5) 56%, #B07F56 98%);
}

.inner-s4 .block2 ul li:nth-child(1){
    margin-top: .68rem;
}
.inner-s4 .block2 ul li:nth-child(1):after{
    height: .94rem;
}
.inner-s4 .block2 ul li:nth-child(3){
    margin-top: .68rem;
}

.inner-s4 .block2 ul li:nth-child(4){
    margin-top: 1rem;
}
.inner-s4 .block2 ul li:nth-child(5){
    margin-top: .68rem;
}
.inner-s4 .block2 ul li:nth-child(5):after{
    height: 1.52rem;
}

.inner-s4 .block2{
    padding-bottom: .84rem;
    background: url("../images/img-2-22.png") no-repeat bottom center/100% 1.31rem;
}


.inner-s4 .block3{
    margin-top: .14rem;
}
.inner-s4 .block4{
    margin-top: .42rem;
}

.inner-s4 .block5 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.inner-s4 .block5 ul li{
    margin: 0 .49rem;
    cursor: pointer;
}
.inner-s4 .block5 ul .num{
    width: 1.3rem;
    height: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/img-2-23.png") no-repeat 50%/100%;
    transition: .5s;
}
.inner-s4 .block5 ul .num h3{
    font-size: .14rem;
    line-height: .34rem;
    color: #7F634C;
    transition: .5s;
}
.inner-s4 .block5 ul .num i{
    font-size: .3rem;
    font-family:SourceHanSerifCN-SemiBold,sans-serif;
}
.inner-s4 .block5 ul h4{
    font-size: .16rem;
    line-height: .24rem;
    color: #555555;
    text-align: center;
    margin-top: .05rem;
}
.inner-s4 .block5 ul li:hover .num{
    background-image: url("../images/img-2-24.png");
}
.inner-s4 .block5 ul li:hover .num h3{
    color: #fff;
}

.inner-s4 .block5{
    margin-top: .7rem;
}
.inner-s4 .block6{
    margin-top: .44rem;
}

.inner-s4 .block7 .para{
    text-align: right;
}

.inner-s4 .block7{
    margin-top: .4rem;
}
.inner-s4:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:  url("../images/img-2-26.png") no-repeat bottom center/cover;
    opacity: .1;
    z-index: -1;
}
.inner-s4{
    position: relative;
    z-index: 2;
    margin: 0 .5rem;
    padding: .85rem 1.5rem 1.6rem;
    border-top: .03rem solid #645846;
    background: #F3F1EA;
}

.inner-s5 ul{
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner-s5 ul li{
    padding-top: .85rem;
    width: 14.66%;
    position: relative;
    display: flex;
    align-items: flex-end;
    transition: .5s;
}
.inner-s5 ul li.show{
    width: 36.66%;
}
.inner-s5 ul li a{
    display: block;
}
.inner-s5 ul li .pic{
    padding-top: 3.11rem;
}
.inner-s5 ul li .left h3{
    font-size: .2rem;
    line-height: .5rem;
    color: #000000;
    margin-top: .17rem;
    transition: .5s;
}
.inner-s5 ul li .left{
    width: 2.2rem;
    position: relative;
    z-index: 2;
}
.inner-s5 ul li .right{
    position: absolute;
    right: 0;
    bottom: .25rem;
    left: .71rem;
    top: 1.2rem;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}
.inner-s5 ul li .right .box{
    padding: .58rem .43rem .62rem 1.82rem;
    height: 100%;
    position: relative;
    z-index: 1;
    background: url("../images/img-2-28.jpg") no-repeat bottom center/cover;
}
.inner-s5 ul li .right a{
    display: block;
}
.inner-s5 ul li .right h3{
    font-size: .2rem;
    line-height: .32rem;
    color: #FFFFFF;
    font-family:SourceHanSerifCN-SemiBold,sans-serif;
}
.inner-s5 ul li .right i{
    margin-top: .2rem;
    display: block;
    border-top: 1px dashed rgba(255, 255, 255, 0.48);
}
.inner-s5 ul li .right p{
    font-size: .16rem;
    line-height: .3rem;
    color: #FFFFFF;
    -webkit-line-clamp: 3;
    height: .9rem;
    margin-top: .21rem;
}
.inner-s5 ul li .right b{
    margin-top: .24rem;
    display: block;
    height: .11rem;
    background: url("../images/img-2-29.png") no-repeat right center /auto 100%;
}

.inner-s5 ul li .line{
    position: absolute;
    top: 0;
    width: 1px;
    height: 1.21rem;
    background: rgba(127, 91, 63, 0.3);
}

.inner-s5 ul li .line1{
    left: 0;
}

.inner-s5 ul li .line2{
    right: 0;
}
.inner-s5 ul li .line1:after{
    position: absolute;
    content: '';
    left: 50%;
    top:0;
    width: .74rem;
    height: .74rem;
    background: url("../images/img-2-27.png") no-repeat 50%/100%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}


.inner-s5 ul li .line2:after{
    position: absolute;
    content: '';
    left: 50%;
    top:0;
    width: .08rem;
    height: .08rem;
    background: #6C5442;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}

.inner-s5 ul li.show .left h3{
    opacity: 0;
    visibility: hidden;
}
.inner-s5 ul li.show .right{
    right: 0;
    opacity: 1;
    visibility: visible;
}
.inner-s5 ul li.show .line1:after{
    opacity: 1;
    visibility: visible;
}
.inner-s5 .item:before{
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    height: 1px;
    width: 100vw;
    background: rgba(127, 91, 63, 0.3);
    transform: translateX(-50%);
}
.inner-s5 .item:after{
    position: absolute;
    content: '';
    left: 50%;
    top: .1rem;
    height: 1px;
    width: 100vw;
    background: rgba(127, 91, 63, 0.3);
    transform: translateX(-50%);
}

.inner-s5 .item{
    position: relative;
    padding-top: .1rem;
    margin-top: .96rem;
}
.inner-s5 .item:first-child{
    margin-top: 0;
}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #7F634C;
}

#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: #7F634C;
}

#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: #7F634C;
}

@media (max-width: 1199px){
    .n_banner{
        margin-top: .75rem;
    }
    #m_n_nav{
        display: block;
    }
    .n_tit01,.n_erji{
        display: none;
    }
    .n_tit02{
        margin-top: 0;
        margin-bottom: .3rem;
    }
    .inner-page:before{
        display: none;
    }
    .n_banner .n-top{
        top: auto;
        bottom: .15rem;
    }
    .inner-page{
        padding-top: .3rem;
    }
    .detail .dtl-tit{
        padding: 0 0 .3rem;
        margin-top: 0;
    }
    .detail .dtl-box{
        padding: 0;
    }
    .dtl-page{
        margin-left: 0;
    }
    .inner-s1 .para{
        padding: 0;
    }
    .inner-s2 .para{
        padding: 0;
    }
    .inner-s2 .para:before,
    .inner-s2 .para:after{
        display: none;
    }

    .n_dh{
        margin-top: 0;
        margin-bottom: .3rem;
    }
    .n_list03{
        padding: 0;
    }
    .n_dh .li a{
        font-size: .3rem;
    }
    .n_list04{
        padding: 0;
    }
    .inner-s4{
        margin: 0;
        padding: .3rem .5rem .5rem;
    }

    .inner-s5 ul li .left{
        width: 2.3rem;
    }
}

@media (max-width: 1025px){
    .n_tit02{
        font-size: .26rem;
        line-height: .32rem;
        margin-bottom: .2rem;
    }
    .n_list01 li a{
        padding: .2rem;
    }
    .n_list01 li a:before{
        display: none;
    }
    .n_list01 li .txt h3{
        font-size: .2rem;
    }
    .n_list01 li .txt {
        width: calc(100% - 3.5rem);
    }
    .pagination{
        padding-top: .4rem;
    }
    .listlace-2 {
        margin-top: 0.5rem;
    }
    .listlace-2 .item{
        width: 100vw;
        height: 3.4375vw;
    }
    .n_list02 li a{
        padding-left: 0.2rem;
        padding-right: 1.1rem;
    }
    .n_list02 li:before{
        left: 0;
        width: .1rem;
        height: .1rem;
        margin-top: 0;
    }
    .n_list02 li time{
        right: 0;
    }
    .n_list02 li{
        line-height: .68rem;
    }
    .detail .dtl-tit h2{
        font-size: .24rem;
        line-height: 1.5;
    }
    .social-share{
        display: none;
    }
    .detail .cont-titl{
        width: 100%;
        justify-content: space-between;
    }
    .font-ctl{
        margin-left: 0;
    }
    .font-ctl,.cont-tit span{
        line-height: .3rem;
    }
    .cont-tit span img{
        max-height: .15rem;
    }
    .detail .dtl-tit{
        padding-bottom: .24rem;
    }
    .detail .dtl_l{
        width: 100%;
    }
    .detail .dtl-box{
        margin-top: .2rem;
    }
    .detail .dtl_r{
        display: none;
    }
    .dtl-page{
        width: 100%;
        padding: .15rem .2rem;
        margin-top: .3rem;
    }
    .inner-s1{
        margin-top: 0;
    }
    .inner-s3 .content{
        margin-top: .2rem;
    }

    .inner-s3 .left{
        width: 100%;
        display: none;
    }
    .inner-s3 .right{
        width: 100%;
        margin-top: 0;
    }
    .inner-s3 .tab-cont .img-box .img_hezi{
        height: auto;
        background-size: cover;
        padding-top: 66.82%;
    }
    .inner-s3 .tab-cont .img-box a .txt-box{
        display: flex;
        align-items: center;
        padding-top: .1rem;
    }
    .inner-s3 .tab-cont .img-box a .txt-box .num{
        font-size: .26rem;
        line-height: .3rem;
        margin-right: .1rem;
        color: #ADA296;
        font-family: SourceHanSerifCN-SemiBold, sans-serif;
    }
    .inner-s3 .tab-cont .img-box a .txt-box h3{
        font-size: .2rem;
        line-height: .3rem;
        color: #000000;
    }
    .inner-s3 .tab-cont .child{
        display: block;
    }

    .n_dh .li a{
        font-size: .24rem;
        line-height: .48rem;
        padding: 0 .25rem;
    }
    .n_list03 li a{
        padding: .15rem .2rem;
    }
    .n_list03 li .txt h3{
        margin: .1rem 0;
        font-size: .18rem;
    }
    .n_list03 li.on .txt p{
        margin-bottom: .1rem;
    }
    .n_list03 li{
        margin-top: .25rem;
    }
    .n_list03 li .img{
        width: .35rem;
        height: .35rem;
    }
    .n_list03 li .txt {
        width: calc(100% - 0.6rem);
    }
    .n_list04 .item h2{
        margin-bottom: .25rem;
    }
    .n_list04 .item li{
        width: 49%;
        margin: 0;
    }
    .n_list04 .item ul{
        gap: .2rem 2%;
    }
    .n_list04 .item li .txt{
        height: .6rem;
        padding: 0 .15rem;
    }
    .n_list04 .item {
        margin-top: 0.3rem;
    }
    .inner-s4{
        padding: .3rem .2rem;
    }
    .inner-s4 .block4,
    .inner-s4 .block5,
    .inner-s4 .block7{
        margin-top: 0.3rem;
    }
    .inner-s4 .block6{
        margin-top: 0.2rem;
    }
    .inner-s4 .block5 {
        margin-top: 0.3rem;
    }
    .inner-s4 .block5 ul li{
        margin: 0;
    }
    .inner-s4 .block5 ul{
        justify-content: space-between;
    }

    .inner-s5 .item:before,
    .inner-s5 .item:after{
        display: none;
    }
    .inner-s5 ul li .line_box{
        display: none;
    }
    .inner-s5 ul li{
        padding-top: 0;
        display: block;
    }
    .inner-s5 ul li .right{
        display: none;
    }
    .inner-s5 ul li .pic{
        padding-top: 141.23%;
    }
    .inner-s5 ul li.show .left h3{
        opacity: 1;
        visibility: visible;
    }
    .inner-s5 ul li .left h3{
        font-size: .18rem;
        line-height: .3rem;
        margin-top: .1rem;
    }
    .inner-s5 ul li .left{
        width: 100%;
    }
    .inner-s5 ul li{
        width: 23.5% !important;
        margin: 0;
    }
    .inner-s5 ul{
        gap: .2rem 2%;
    }
    .inner-s5 .item{
        margin-top: .2rem;
        padding-top: 0;
    }
}
@media (max-width: 920px){
    .inner-s4 .block1 .txt-box{
        width: 100%;
        margin-top: 0;
        margin-bottom: .2rem;
    }
    .inner-s4 .block1 .img-box{
        width: 100%;
    }
    .inner-s4 .block1 .img-box:after{
        display: none;
    }
    .inner-s4 .block1 .img-box .pic{
        padding-top: 64.08%;
    }
    .inner-s4 .block2 ul li{
        width: 33.33%;
        margin: 0 !important;
        text-align: center;
        padding-left: 0;
    }
    .inner-s4 .block2 ul li:before,
    .inner-s4 .block2 ul li:after{
        display: none;
    }
    .inner-s4 .block2 ul{
        gap: .3rem 0;
        justify-content: center;
    }
    .inner-s4 .block2{
        padding-bottom: 0;
        background: none;
        margin-bottom: .3rem;
    }
    .inner-s4 .block5 ul .num{
        width: 1.2rem;
        height: 1.2rem;
        margin: 0 auto;
    }
    .inner-s4 .block5 ul .num i{
        font-size: .24rem;
    }
}
@media (max-width: 769px){
    .n_list01 li .pic {
        width: 2.8rem;
        height: 1.87rem;
    }
    .n_list01 li .txt {
        width: calc(100% - 3.1rem);
    }
    .n_list01 li .txt p{
        font-size: .16rem;
        margin-top: .15rem;
    }
    .n_list01 li .txt h3{
        margin-top: .15rem;
    }
    .n_list01 li{
        margin-top: .25rem;
    }
    .detail .cont-titl div{
        width: 100%;
    }
    .font-ctl{
        display: none;
    }
    .n_list04 .item li .txt img{
        width: .2rem;
    }
    .n_list04 .item li .txt h3{
        width: calc(100% - .3rem);
        font-size: .16rem;
    }
    .inner-s5 ul li{
        display: inline-block;
        width: 33.33% !important;
        padding: .1rem;
    }
    .inner-s5 ul{
        display: inline;
    }
    .inner-s5 .item{
        display: inline;
        padding-top: 0;
    }
    .inner-s5 .items{
        font-size: 0;
        margin: 0 -.1rem;
    }
}

@media (max-width: 641px){
    .posi{
        margin-top: 0;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .n_list01 li .pic{
        width: 100%;
        height: auto;
        padding-top: 66.87%;
    }
    .n_list01 li .txt{
        width: 100%;
        padding-top: .15rem;
    }
    .n_list01 li .txt h3{
        margin-top: .1rem;
    }
    .n_list01 li .txt p{
        margin-top: .1rem;
    }
    .n_list01 li a{
        padding: .15rem;
    }
    .n_list04 .item li{
        width: 100%;
    }
    .inner-s4 .block5 ul li{
        width: 50%;
    }
    .inner-s4 .block5 ul{
        gap: .25rem 0;
    }
    .inner-s4 .block5 {
        margin-top: 0.1rem;
    }
    .inner-s4 .block2 ul li{
        width: 50%;
    }
    .inner-s4 .block2 ul{
        gap: .24rem 0;
        justify-content: space-between;
    }
    .inner-s4{
        padding: .2rem .15rem;
    }
    .inner-s5 ul li{
        width: 50% !important;
    }
}