    footer{position:relative; right:0; bottom:0; margin-top:0.4rem;  line-height: 0.15rem;}
	.pc-menu{display:block !important;}
	.mo-menu{display:none !important;}
    .hg-box{min-height:95vh;}
	.ne-slide-box {
        width: 2.8rem;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 999;
        transition: 0.5s;
        background: url(/client/images/left-bg.jpg) no-repeat;
        background-size: cover;
		
    }
    
    .ne-page {
        position: relative;
        width: calc(100% - 2.8rem);
        overflow: hidden;
        background: url(/client/images/bg.jpg) repeat-y left top;

        min-height: 100vh;
        padding: 0.4rem 0.8rem 0.3rem 1.4rem;
    }
    
    .in-serch {
        width: 1.62rem;
        height: 0.33rem;
        margin: 0 auto;
    }
	.in-serch img {
    display: block;
    width: 100%;
}

    /*  */
    
    .ny-nav {
        width: 0.6rem;
        height: 100%;
        position: fixed;
        left: 2.8rem;
        top: 0;
        background: #e3ddd2;
        padding-top: 1.4rem;
        text-align: center;
    }
    
    .ny-nav li {
        width: auto;
        display: table;
        margin-bottom: 0.35rem;
        height: auto;
        padding: 0.16rem 0.18rem 0 0.18rem;
        position: relative;
    }
    
    .ny-nav li a:after {
        width: 0.06rem;
        height: 0.06rem;
        position: absolute;
        top: -0.16rem;
        content: "";
        left: 0.09rem;
        border-radius: 100%;
        z-index: 1;
        background: #333333;
    }
    
    .ny-nav li a {
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #e0e0e0;
        line-height: 0.22rem;
        font-size: 0.18rem;
        color: #333333;
        background: url(/client/images/nav-jt2.png)no-repeat 95% center;
        transition-duration: .5s;
        position: relative;
    }
    
    .ny-nav li a:hover:after {
        background: #d3aa64;
    }
    
    .ny-nav li a:hover {
        color: #d3aa64;
        font-weight: bold;
        background: url(/client/images/nav-jt2-1.png)no-repeat 95% center;
    }
    
    .ny-nav li .ts {
        color: #d3aa64;
        background: url(/client/images/nav-jt2-1.png)no-repeat 95% center;
        font-weight: bold;
        transition-duration: .5s;
        position: relative;
    }
    
    .ny-nav li .ts:after {
        width: 0.06rem;
        height: 0.06rem;
        position: absolute;
        top: -0.16rem;
        content: "";
        left: 0.09rem;
        border-radius: 100%;
        z-index: 2;
        background: #d3aa64;
    }
    
    .home-bit {
        line-height: 0.62rem;
        padding: 0 0.38rem;
        position: relative;
        font-size: 0.34rem;
        color: #333333;
        display: table;
        margin-bottom: 0.15rem;
    }
    
    .home-bit:after {
        width: 0.22rem;
        height: 0.32rem;
        position: absolute;
        left: 0;
        top: 0.15rem;
        content: "";
        background: url(/client/images/bit-icon.png);
        background-size: 0.22rem 0.32rem;
    }
    
    .home-bit:before {
        width: 0.22rem;
        height: 0.32rem;
        position: absolute;
        right: 0;
        top: 0.15rem;
        content: "";
        background: url(/client/images/bit-icon.png);
        transform: rotate(180deg);
         background-size: 0.22rem 0.32rem;
    }
    /*  */
    
    .ne-box {
        width: 100%;
        height: 100%;
    }
    
    .n-fbit {
        width: 2.33rem;
        height: 0.55rem;
        background: url(/client/images/ne-fbit.png)no-repeat;
        background-size: 100% 100%;
        line-height: 0.55rem;
        text-align: center;
        font-size: 0.26rem;
        color: #d3aa64;
        margin-bottom: 0.4rem;
    }
    
    .about-pic {
        width: 8.2rem;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    
    .about-pic img {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .about-text {
        width: 94%;
        position: relative;
        z-index: 2;
    }
    
    .about-text p {
        font-size: 0.18rem;
        line-height: 0.32rem;
        padding-bottom: 0.25rem;
        color: #333333;
    }
    
    .about-text1 {
        width: 48%;
        position: relative;
        z-index: 2;
    }
    
    .about-text1 p {
        font-size: 0.18rem;
        line-height: 0.32rem;
        padding-bottom: 0.25rem;
        color: #333333;
    }
    /* zzjg */
    
    .zzjg-box {
        width: 100%;
/*        overflow-y: auto;
        padding-top: 0.45rem; */
    }
    
    .zzjg-list {
        width: 100%;
    }
    
    .zzjg-list dl {
        width: 46%;
        margin:0 2%;
        border: 2px solid #d3aa64;
        height: 2.3rem;
        position: relative;
        padding: 0.45rem 0.15rem;
        float: left;
        margin-bottom: 0.7rem;
        cursor: pointer;
    }
    
    .zzjg-list dl:hover .dw {
        background: #b78a3c;
        color: #fff;
    }
    
    .zzjg-list dl .dw {
        display: table;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -0.25rem;
        line-height: 0.5rem;
        border: 2px solid #d3aa64;
        font-size: 0.2rem;
        color: #d3aa64;
        min-width: 1.52rem;
        background: #fff;
        text-align: center;
        padding: 0 0.2rem;
    }
    
    .zzjg-list dl dt {
        height: auto;
        font-size: 0.16rem;
        line-height: 0.26rem;
        overflow-x: auto;

    }
    
    .zzjg-list dl dt::-webkit-scrollbar {
        width: 6px;
        height: 20px;
    }
    
    .zzjg-box::-webkit-scrollbar {
        width: 20px;
        height: 8px;
    }
    
    .zzjg-list dl dt::-webkit-scrollbar-track,
    .zzjg-box::-webkit-scrollbar-track {
        background-color: #e3ddd2;
    }
    
    .zzjg-list dl dt::-webkit-scrollbar-thumb,
    .zzjg-box::-webkit-scrollbar-thumb {
        background: #d3aa64;
        border-radius: 25px;
        height: 8px;
    }
    
    .zzjg-list dl:nth-child(6n) {
        margin-right: 0;
    }
    
    .zl-box {
        margin-top: 0.3rem;
		min-height:730px;
    }
    
    .zl-box h1 {
        font-weight: normal;
        font-size: 0.22rem;
        line-height: 0.3rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .zl-box .swiper-slide {
        color: #333;
    }
    
    .zl-box .swiper-slide a {
        color: #333
    }
    
    .zl-box .swiper-slide .pic {
        width: 100%;
        overflow: hidden;
        background: #000;
    }
    
    .zl-box .swiper-slide .pic img {
        display: block;
        width: 100%;
        transition-duration: .5s;
		height:4.8rem;
    }
    
    .zl-box .swiper-slide:hover h1 {
        color: #b78b40;
    }
    
    .zl-box .swiper-slide:hover .pic img {
        transform: scale(1.1);
        opacity: 0.7;
    }
    
    .zl-box .swiper-horizontal>.swiper-pagination-progressbar,
    .ibox-news .swiper-pagination-progressbar.swiper-pagination-horizontal,
    .ibox-news .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
    .ibox-news .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        bottom: 25px;
        top: auto;
        height: 4px;
        z-index: 1;
    }
    
    .zl-box .swiper {
        padding-bottom: 0.8rem;
    }
    
    .zl-box .swiper-pagination-progressbar {
        background: #e3ddd2
    }
    
    .zl-box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #d3aa64
    }
    
    .hg-select {
        width: 100%;
        border-bottom: 1px solid #999999;
        line-height: 0.4rem;
    }
    
    .hg-select h1 {
        font-weight: normal;
        font-size: 0.26rem;
        display: inline-block;
    }
    
    .hg-select select {
        border: none;
        line-height: 0.4rem;
        font-size: 0.18rem;
        outline: none;
        background: none;
        color: #333333;
    }
    
    .hg-list {
        width: 100%;
    /*    height: 7rem;
        overflow-y: auto; */
        margin-top: 0.5rem;
        padding-right: 0.2rem;
    }
    
    .hg-list::-webkit-scrollbar {
        width: 6px;
        height: 20px;
    }
    
    .hg-list::-webkit-scrollbar-track {
        background-color: #e3ddd2;
    }
    
    .hg-list::-webkit-scrollbar-thumb {
        background: #d3aa64;
        border-radius: 25px;
        height: 8px;
    }
    
    .hg-list1 dl {
        width: 18.5%;
        float: left;
        margin-right: 1.875%;
        margin-bottom: 0.35rem;
        cursor: pointer;
    }
    
    .hg-list1 dl:hover dt img {
        transform: scale(1.1);
    }
    
    .hg-list1 dl:nth-child(5n) {
        margin-right: 0;
    }
    
    .hg-list1 dl dt {
        width: 100%;
        overflow: hidden;
        background: #000;
    }
    
    .hg-list1 dl dt img {
        display: block;
        width: 100%;
        transition-duration: .5s;
height:3.4rem;
    }
    
    .hg-list1 dl dd {
        margin-top: 0.1rem;
    }
    
    .hg-list1 dl dd .bit {
height: 0.55rem;
        line-height: 0.28rem;
        font-size: 0.18rem;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .hg-list1 dl dd .time {
        line-height: 0.22rem;
        font-size: 0.16rem;
        color: #b78a3c;
    }
    
    .news-zx {
        width: 98%;
    }
    
    .news-zx dl {
        width: 100%;
        cursor: pointer;
    }
    
    .news-zx dl:hover dt img {
        transform: scale(1.1);
        opacity: 0.8;
    }
    
    .news-zx dl dt {
        width: 1.3rem;
        text-align: left;
        color: #d3aa64;
        padding-top: 0.5rem;
        font-size: 0.24rem;
        line-height: 0.3rem;
    }
    
    .news-zx dl dt span {
        display: inline-block;
        font-size: 0.72rem;
        line-height: 0.72rem;
    }
    
    .news-zx dl dd {
        width: calc(100% - 1.3rem);
        border-left: 1px solid #d3aa64;
        padding: 0.1rem 0 0.1rem 10%;
        position: relative;
    }
    
    .news-zx dl dd:after {
        width: 0.53rem;
        height: 2px;
        position: absolute;
        left: 0;
        top: 48%;
        content: "";
        background: #d3aa64;
        transition-duration: .5s;
    }
    
    .news-zx dl:hover dd:after {
        width: 0.63rem;
    }
    
    .news-zx dl dd .neir-box {
        width: 100%;
        background: #fff;
    }
    
    .news-zx dl dd .neir-box .pic {
        width: 3rem;
 
        overflow: hidden;
    }
    
    .news-zx dl dd .neir-box .pic img {
        display: block;
        width: 100%;
        transition-duration: .5s;
height:100%;
    }
    
    .news-zx dl:hover dd .neir-box .pic img {
        transform: scale(1.1);
        opacity: 0.7;
    }
    
    .news-zx dl dd .neir-box .neir {
        width: calc(98% - 3rem);
        padding: 0.15rem 3% 0.15rem 0;
    }
    
    .news-zx dl dd .neir-box .neir h1 {
        line-height: 0.38rem;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        font-size: 0.22rem;
        color: #333333;
    }
    
    .news-zx dl:hover dd .neir-box .neir h1 {
        color: #b78a3c;
    }
    
    .news-zx dl dd .neir-box .neir .t1 {
        line-height: 0.28rem;
        font-size: 0.18rem;
        color: #555555;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 0.05rem;
    }
    
    .news-zx dl dd .neir-box .neir .more {
        color: #888888;
        line-height: 0.24rem;
        font-size: 0.16rem;
        margin-top: 0.1rem;
    }
    
    .service-list {
        width: 100%;
        margin-top: 0.4rem;
    }
    
    .service-list dl {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 0.35rem;
        float: left;
    }
    
    .service-list dl:nth-child(4n) {
        margin-right: 0;
    }
    
    .service-list dl dt img {
        width: 100%;
        display: block;
		height:2.2rem;
    }
    
    .service-list dl dd {
        width: 100%;
        background: #fff;
        box-shadow: 0 0 8px #555;
        padding: 0 0.15rem;
        line-height: 0.54rem;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		-webkit-box-orient: vertical;
		  font-size: 0.19rem;
    }
    
    .service-list dl dd .p1 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        font-size: 0.19rem;
    }
    
    .service-list dl dd .p2 {
        text-align: right;
        font-size: 0.18rem;
    }
    
    .whcy-list {
        margin-top: 0.2rem;
    }
    
    .whcy-list dl dt img {
        display: block;
        transition-duration: .5s;
    }
    
    .whcy-list dl:hover dt img {
        transform: scale(0.95);
    }
    
    .szmsg-list {
        width: 98%;
        position: relative;
        margin-top: 0.2rem;
    }
    
    .szmsg-list dl {
        width: 48%;
        float: left;
        margin-right: 4%;
        margin-bottom: 0.2rem;
        color: #333;
        cursor: pointer;
    }
    
    .szmsg-list dl:nth-child(2n) {
        margin-right: 0;
    }
    
    .szmsg-list dl dt {
        width: 100%;
        overflow: hidden;
        background: #000;
        margin-bottom: 0.1rem;
    }
    
    .szmsg-list dl dt img {
        display: block;
        width: 100%;
        transition-duration: .5s;
		height:3.3rem;
    }
    
    .szmsg-list dl:hover dt img {
        transform: scale(1.1);
        opacity: 0.7;
    }
    
    .szmsg-list dl:hover dd .neir:after {
        width: 0;
    }
    
    .szmsg-list dl dd h1 {
        font-size: 0.2rem;
        line-height: 0.34rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        font-weight: normal;
    }
    
    .szmsg-list dl dd .neir {
        width: 100%;
        position: relative;
        font-size: 0.18rem;
        line-height: 0.3rem;
        font-size: 0.18rem;
        margin-top: 0.10rem;
        padding-top: 0.15rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        display: none;
    }
    
    .szmsg-list dl dd .neir:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 50%;
        height: 2px;
        background: #333333;
        transition-duration: .5s;
    }
    
    .szmsg-list dl dd .neir:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 0;
        height: 2px;
        background: #ba8b3a;
        transition-duration: .5s;
    }
    
    .szmsg-list dl:hover dd .neir:before {
        width: 50%;
    }
    
    .szmsg-list dl:hover dd h1,
    .szmsg-list dl:hover dd .neir {
        color: #b78a3c;
    }
    
    .szmsg-list dl dd .time {
        line-height: 0.36rem;
        font-size: 0.18rem;
    }
    
    .news-video {
        width: 98%;
        margin-top: 0.2rem;
    }
    
    .news-video dl {
        width: 32%;
        float: left;
        margin-right: 2%;
        margin-bottom: 0.2rem;
        cursor: pointer;
    }
    
    .news-video dl dt {
        width: 100%;
        overflow: hidden;
        border-radius: 0.08rem;
        position: relative;
        background: #000;
    }
    
    .news-video dl dt .dw {
        width: 0.39rem;
        height: 0.39rem;
        position: absolute;
        top: 45%;
        transform: translateY(-45%);
        left: 50%;
        transform: translateX(-50%);
    }
    
    .news-video dl dt img {
        display: block;
        width: 100%;
        transition-duration: 1s;
    }
    
    .news-video dl:hover dt img {
        transform: scale(1.1);
        opacity: 0.7;
    }
    
    .news-video dl dd {
        margin-top: 0.1rem;
    }
    
    .news-video dl dd .time {
        line-height: 0.26rem;
        padding-left: 0.35rem;
        background: url(/client/images/video-time.png) no-repeat left center;
        text-align: left;
        font-size: 0.18rem;
        color: #c3a571;
        background-size: 0.24rem 0.24rem;
    }
    
    .news-video dl dd .neir {
        font-size: 0.2rem;
        line-height: 0.3rem;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 0.1rem;
    }
    
    .news-video dl:nth-child(3n) {
        margin-right: 0;
    }
    
    .cxyj-list {
        width: 98%;
        margin-top: 0.2rem;
    }
    
    .cxyj-list dl {
        width: 100%;
        margin-bottom: 0.2rem;
        cursor: pointer;
    }
    
    .cxyj-list dl dt {
        width: 3rem;
/* height:2.25rem; */
        overflow: hidden;
        background: #000;
    }
    
    .cxyj-list dl:hover dd h1,
    .cxyj-list dl:hover dd .neir,
    .cxyj-list dl:hover dd .time,
    .cxyj-list dl:hover dd .more {
        color: #b78a3c;
    }
    
    .cxyj-list dl dt img {
        display: block;
        width: 100%;
height:100%;
        transition-duration: .5s;
    }
    
    .cxyj-list dl:hover dt img {
        transform: scale(1.1);
        opacity: 0.8;
    }
    
    .cxyj-list dl dd {
        width: calc(97% - 3.35rem);
        border-top: 1px solid #333333;
      
        padding: 0.25rem 0;
        transition-duration: .5s;
    }
    
    .cxyj-list dl:hover dd {
        border-top: 1px solid #b78a3c;
  
    }
    
    .cxyj-list dl dd h1 {
        line-height: 0.38rem;
        color: #333333;
        font-size: 0.22rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        font-weight: normal;
    }
    
    .cxyj-list dl dd .neir {
        font-size: 0.18rem;
        line-height: 0.28rem;
        color: #555555;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 0.1rem;
        margin-bottom: 0.15rem;
    }
    
    .cxyj-list dl dd .time {
        line-height: 0.34rem;
        color: #555555;
        font-size: 0.18rem;
    }
    
    .cxyj-list dl dd .more {
        line-height: 0.34rem;
        font-size: 0.16rem;
        color: #888888;
    }
    /*  */
    
    .cxyj-list1 {
        width:100%;
        margin-top: 0.5rem;
    }
    
    .cxyj-list1 dl {
        width: 48.5%;
        margin-bottom: 0.2rem;
        cursor: pointer;
        float: left;
        margin-right: 3%;
        background: #fff;
        border: 1px solid #d0d0d0;
    }
    
    .cxyj-list1 dl:nth-child(2n) {
        margin-right: 0;
    }
    
    .cxyj-list1 dl dt {
        width: 3rem;
height:2rem;
        overflow: hidden;
        background: #000;
    }
    
    .cxyj-list1 dl:hover dd h1,
    .cxyj-list1 dl:hover dd .neir,
    .cxyj-list1 dl:hover dd .time,
    .cxyj-list1 dl:hover dd .more {
        color: #b78a3c;
    }
    
    .cxyj-list1 dl dt img {
        display: block;
        width: 100%;
        transition-duration: .5s;
		height:100%;
    }
    
    .cxyj-list1 dl:hover dt img {
        transform: scale(1.1);
        opacity: 0.8;
    }
    
    .cxyj-list1 dl dd {
        width: calc(100% - 3.07rem);
        padding: 0.2rem 0.25rem 0 0.25rem;
        transition-duration: .5s;
    }
    
    .cxyj-list1 dl dd h1 {
        line-height: 0.38rem;
        color: #333333;
        font-size: 0.22rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        font-weight: normal;
    }
    
    .cxyj-list1 dl dd .neir {
        font-size: 0.18rem;
        line-height: 0.28rem;
        color: #555555;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 0.1rem;
        margin-bottom: 0.1rem;
    }
    
    .cxyj-list1 dl dd .time {
        line-height: 0.32rem;
        color: #c4a473;
        font-size: 0.16rem;
    }
    
    .cxyj-list1 dl dd .more {
        line-height: 0.34rem;
        font-size: 0.16rem;
        color: #888888;
    }
    
    .service-left {
        width: 70%;
    }
    
    .service-right {
        width: 25%;
    }
    
    .ser-intro li {
        font-size: 0.17rem;
        line-height: 0.3rem;
        color: #333;
        padding-bottom: 0.2rem;
    }
    
    .ser-intro li span {
        display: inline-block;
        width: 0.11rem;
        height: 0.11rem;
        border-radius: 100%;
        margin-right: 0.1rem;
        background: #d3aa64;
    }
    
    .ser-bit {
        width: 1.25rem;
        line-height: 0.5rem;
        border-top: 1px solid #333333;
        border-bottom: 1px solid #333333;
        font-size: 0.22rem;
        color: #333333;
        margin-bottom: 0.2rem;
    }
    
    .ser-add dl dt {
        width: 100%;
        line-height: 0.34rem;
        background: url(/client/images/cont-icon1.png) no-repeat left center;
        padding-left: 0.35rem;
        font-weight: bold;
        font-size: 0.18rem;
        color: #333333;
    }
    
    .ser-add dl:nth-child(2) dt {
        background: url(/client/images/cont-icon1.png) no-repeat left center;
        padding-left: 0.42rem;
    }
    
    .ser-add dl:nth-child(3) dt {
        background: url(/client/images/cont-icon3.png) no-repeat left center;
    }
    
    .ser-add dl dd {
        line-height: 0.27rem;
        font-size: 0.18rem;
        padding-bottom: 0.25rem;
        color: #333333;
    }
    
    .cont-add {
        width: 100%;
        background: #fff;
        border-top: 1px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d8;
        border-right: 1px solid #d8d8d8;
    }
    
    .cont-add .left {
        width: 0.6rem;
        border-left: 1px solid #333;
        border-right: 1px solid #333;
        height: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.22rem;
        line-height: 0.28rem;
        padding: 0 0.15rem;
    }
    
    .cont-add .right {
        width: calc(98% - 0.6rem);
        padding: 0.25rem 0 0 0;
    }
    
    .cont-add .right dl {
        width: 20%;
        text-align: center;
        float: left;
    }
    
    .cont-add .right dl dd {
        font-size: 0.18rem;
        color: #333;
    }
    
    .cont-add .right dl dt p {
        font-size: 0.3rem;
        line-height: 0.27rem;
        color: #333333;
        margin-bottom: 0.15rem;
    }
    
    .cont-add .right dl:nth-child(1) img,
    .cont-add .right dl:nth-child(2) img {
        width: 1.2rem;
    }
    
    .cont-add .right dl:nth-child(3),
    .cont-add .right dl:nth-child(4) {
        width: 30%;
    }
    /* 详情 */
    
    .detail-bit {
        color: #333;
        margin-bottom: 20px;
    }
    
    .detail-bit .bit {
        font-size: 22px;
        text-align: center;
    }
    
    .detail-bit .time {
        width: 100%;
        text-align: center;
        font-size: 0.18rem;
        line-height: 0.32rem;
    }
    
    .detail-neir {
 /*       height: 6.5rem;
        padding-right: 2%;
        overflow-y: auto; */
width:50%;
margin: 0 auto;
    }
    
    .detail-neir::-webkit-scrollbar {
        width: 6px;
        height: 20px;
    }
    
    .detail-neir::-webkit-scrollbar-track {
        background-color: #e3ddd2;
    }
    
    .detail-neir::-webkit-scrollbar-thumb {
        background: #d3aa64;
        border-radius: 25px;
        height: 8px;
    }
    
    .detail-neir .neir {
           font-size: 16px;
    line-height: 0.38rem;
    margin-bottom: 0.3rem;
    color: #000;
    }
 .detail-neir .neir img{
display: inline-block;
    height: auto !important;
    max-width: 100%;
}
   /*  */
    
    .page-box {
        padding: 0.4rem 0 0.1rem 0;
		display:none;
    }
    /* 分页 */
    
    .jianT {
        width: 100%;
        text-align: center;
    }
    
    .jianT li {
        background: #f1f2f4;
        line-height: 50px;
        height: 50px;
        float: left;
        margin-right: 1px;
    }
    
    .jianT li a {
        font-size: 16px;
        color: #474747;
        display: block;
        text-align: center;
        width: 70px;
    }
    
    .jianT li a:hover {
        text-decoration: none;
        background: #b78b40;
        color: #fff;
    }
    
    .jianT li span {
        font-size: 16px;
        color: #474747;
        display: block;
        padding: 0 15px;
    }
    
    .jianT li span:hover {
        text-decoration: none;
        background: #b78b40;
        color: #fff;
    }
    
    .jianT li .on {
        background: #b78b40;
        color: #fff;
    }
    /*  */
	.nav-list{width:100%;text-align: center; margin:0.25rem 0 0.15rem 0; display: none;}
	.nav-list a{width:1.4rem; display:inline-block; line-height:0.46rem; font-size:0.18rem; margin:0 0.1rem; background:#e3ddd2;color:#333;}
	.nav-list .ts{background:#d3aa64; color:#fff;}
	/*  */
    @media only screen and (max-width: 1440px) {
.detail-neir {
    width: 96%;
    margin: 0 auto;
}

.ne-slide-box{ width:3.2rem;}
	.ny-nav{ left:3.2rem;}
	.slide-box {
        width: 3.2rem;
    }

    .logo img {
        max-width: 70%;
    }

}
    
    @media only screen and (max-width: 1366px) {
         
        .zzjg-list dl {
            margin-bottom: 0.6rem;
        }
        .zzjg-list dl dt {
            height: 140px;
            font-size: 15px;
            line-height: 24px;
        }
        .zzjg-list dl .dw {
            font-size: 17px;
        }

		.zl-box {
		    margin-top: 10px;
		}
		.detail-bit .bit {
		    font-size: 20px;
		}
	.detail-neir {

	
	}
    .about-text p,.about-text1 p,.hg-list1 dl dd .time {
    font-size: 15px;
    line-height: 26px;
}
.ny-nav li a{font-size:16px; line-height: 24px;}
.ne-page {
    width: calc(100% - 3.5rem);
}
.ne-slide-box {
    width: 3.5rem;}
.ny-nav{left: 3.5rem;}
.zzjg-list dl {
    height: 200px;
}
.zzjg-list dl .dw{min-width: 4rem;}
.news-zx dl dd .neir-box .neir .more{font-size: 15px;}
.hg-list1 dl dd .bit {
    line-height: 26px;
    font-size: 15px;}
.detail-neir {
    width: 66%;
    margin: 0 auto;
}
    }
 @media only screen and (max-width: 1030px) {
               .ne-slide-box {
            width: 100%;
            height: 70px;
        }
.detail-neir {
    width: 96%;
    margin: 0 auto;
}
.ne-page {
    width: 100%;
    padding: 90px 30px 30px 100px;
}
.ny-nav {
    left: 0; width: 60px;}
.in-serch{display: none;}
.home-bit {
    line-height: 52px;
    font-size: 26px;
    margin-bottom: 10px;
}
.home-bit:after,.home-bit:before {
    top: 0.05rem;

}
.hg-list {
    margin-top: 30px;
}
.dqgz-list dl dd .time span{line-height: 30px; padding: 0 8px;}
.dqgz-list dl dd .time span:nth-child(2){font-size: 15px;}
.dqgz-list dl dt{width: 200px;}
.dqgz-list dl dd {
    width: calc(97% - 200px);
    padding-top: 15px;
}
footer{font-size: 16px;}
.n-fbit {
    width: 235px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
}
.zl-box h1{font-size: 16px; line-height: 26px;}
.ny-nav li a:after,.ny-nav li .ts:after {
    left: 5px;
}
.hg-list1 dl dt img {
    height: 240px;
}
.hg-select h1,.hg-select select {
    font-size: 20px;
}
.news-zx dl dt span {
    font-size: 40px;
}
.news-zx dl dt{width: 130px; font-size: 20px}
.news-zx dl dd {
    width: calc(100% - 130px);}
.news-zx dl dd .neir-box .pic {
    width: 30%;
    overflow: hidden;
}
.news-zx dl dd .neir-box .neir {
    width: calc(98% - 30%);
}
.news-zx dl dd .neir-box .neir h1 {
    line-height: 30px;
font-size: 18px;
}
.detail-neir .neir {
    font-size: 16px;
    line-height: 26px;
}
.service-list dl dt img {
    height: 140px;
}
.service-list dl dd .p1 {
    font-size: 15px;
}
.service-list dl dd {
    padding: 5px;
    line-height: 28px;
font-size: 16px;
}
.service-list dl dd .p2{font-size: 16px;}
.szmsg-list dl dt img {
    height: 220px;
}
.szmsg-list dl dd h1 {
    font-size: 18px;
    line-height: 26px;}
.szmsg-list dl dd .time {
    line-height: 26px;
    font-size: 17px;
}
.cxyj-list dl dt {
    width: 30%;
}
.cxyj-list dl dd {
    width: calc(97% - 30%);
    padding: 8px 0;
}
.cxyj-list dl dd h1 {
    line-height: 30px;
    font-size: 18px;}
.cxyj-list dl dd .time {
    line-height: 32px;
    font-size: 16px;
}
.cxyj-list dl dd .neir {
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cxyj-list dl dd .more {
    line-height: 28px;
    font-size: 16px;
}
.cxyj-list1 dl dd {
    width: 100%;
    padding: 15px;
}
.cxyj-list1 dl dt{width: 100%;}
.cxyj-list1 dl dd h1 {
    line-height: 28px;
    font-size: 18px;}
.cxyj-list1 dl dd .time {
    line-height: 28px;
    font-size: 16px;
}
.cxyj-list1 dl dd .more {
    line-height: 30px;
    font-size: 16px;
}
.zzjg-list dl .dw {
   min-width: auto;
   line-height: 50px;
}
.zzjg-list dl {
    padding: 40px 15px;
}
footer {
    font-size: 16px;
    line-height: 26px;
    right: 3%;
    position: relative;
}
.about-pic {
    width: 60%;

}
.zl-box .swiper-slide .pic img {
    height: 240px;
}
	.pc-menu{display:none !important;}
	.mo-menu{display:block !important;}
}
        
    @media only screen and (max-width: 800px) {
        html,
        body {
            width: 100%;
            height: auto !important;
            overflow: auto !important;
        }
        .ne-slide-box {
            width: 100%;
            height: 70px;
        }
        .ne-page {
            width: 100%;
            min-height: auto;
            padding: 30px 10px 20px 10px
        }
        .in-serch {
            display: none;
        }
        .ny-nav {
            width: 100%;
            height: auto;
            position: relative;
            padding-top: 0px;
            margin-top: 50px;
        }
        .ny-nav li {
            float: left;
            margin-bottom: 0;
            height: auto;
            padding: 0;
            position: relative;
            margin-right: 15px;
        }
        .ny-nav li a {
            line-height: 40px;
            font-size: 18px;
            padding-left: 30px;
        }
        .ny-nav li .ts:after {
            width: 6px;
            height: 6px;
            top: 15px;
            left: 15px;
        }
        .ny-nav li a:after {
            width: 6px;
            height: 6px;
            top: 15px;
            left: 15px;
        }
        .ne-box {
            width: 100%;
            height: 100%;
            padding-top: 15px;
        }
        .home-bit {
            line-height: 52px;
            padding: 0 38px;
            font-size: 22px;
            margin-bottom: 0.15rem;
        }
        .home-bit:before,
        .home-bit:after {
            width: 22px;
            height: 32px;
            background-size: contain;
        }
        .n-fbit {
            width: 160px;
            height: 40px;
            line-height: 40px;
            font-size: 18px;
        }
        .about-pic {
            width: 100%;
            position: relative;
        }
        .about-text p,
        .about-text1 p {
            font-size: 16px;
            line-height: 26px;
            padding-bottom: 20px;
        }
        .about-text1 {
            width: 100%;
        }
        .zzjg-list {
            width: 100%;
        }
        .zzjg-list dl {
            width: 100%;
            height: auto;
            padding: 35px 10px 15px 10px;
            margin-bottom: 0.7rem;
            margin-right: 0;
        }
        .zzjg-list dl dt {
            height: auto;
        }
        .zzjg-list dl .dw {
            top: -0.25rem;
            line-height: 40px;
            font-size: 18px;
            min-width: 300px;
        }
        .hg-select {
            line-height: 40px;
        }
        .hg-select h1,
        .hg-select select {
            font-size: 16px;
        }
        .hg-list1 dl {
            width: 46%;
            margin-right: 2%;
            margin-left: 2%;
        }
        .hg-list1 dl dd .bit {
    height:49px;
            line-height: 24px;
            font-size: 16px;
        }
        .hg-list1 dl dd .time {
            line-height: 25px;
            font-size: 15px;
        }
        .hg-list {
            height: auto;
            padding-right: 0;
        }
        .news-zx dl dt {
           width: 100%;
    padding-top: 10px;
    font-size: 16px;
        }
        .news-zx dl dd {
            width: 100%;
            padding: 0.1rem 0 0.1rem 5px;
        }
        .news-zx dl dd .neir-box .neir h1 {
            line-height: 24px;
            font-size: 16px;
        }
        .news-zx dl dd .neir-box .neir .t1 {
            line-height: 20px;
            font-size: 15px;
        }
        .news-zx dl dt span {
            font-size: 22px;
            line-height: 40px;
        }
        .news-zx dl dd:after {
            display: none;
        }
        .service-list dl {
            width: 46%;
            margin-right: 2%;
            margin-left: 2%;
            margin-bottom: 20px;
        }
        .service-list dl dd .p1 {
            font-size: 15px;
            line-height: 26px;
        }
        .service-list dl dd .p2 {
            font-size: 15px;
        }
        .szmsg-list dl {
            width: 100%;
            margin-right: 0;
            margin-bottom: 15px;
        }
        .szmsg-list dl dd h1 {
            font-size: 20px;
            line-height: 36px;
        }
        .news-video dl:nth-child(3n) {
            margin-right: 1%;
        }
        .news-video dl {
            width: 48%;
            float: left;
            margin-right: 1%;
            margin-left: 1%;
            margin-bottom: 15px;
        }
        .news-video dl dd .time {
            line-height: 26px;
            font-size: 15px;
        }
        .news-video dl dd .neir {
            font-size: 15px;
            line-height: 24px;
        }
        .cxyj-list dl dt {
            width: 100%;
            margin-bottom: 10px;
        }
        .cxyj-list dl dd {
            width: 100%;
        }
        .cxyj-list dl dd h1 {
            line-height: 24px;
    font-size: 17px;
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: normal;
        }
        .cxyj-list dl dd .neir {
            font-size: 15px;
            line-height: 26px;
        }
        .cxyj-list dl dd .time {
            line-height: 24px;
            font-size: 15px;
        }
        .cxyj-list dl dd .more {
            line-height: 24px;
            font-size: 15px;
        }
        .cxyj-list1 dl {
            width: 100%;
        }
        .cxyj-list1 dl dd h1 {
            font-size: 16px;
        }
        .cxyj-list1 dl dd .time {
            line-height: 22px;
            font-size: 15px;
        }
        .cxyj-list1 dl dd .neir {
            font-size: 15px;
            line-height: 22px;
            margin-bottom: 0.1rem;
            margin-top: 0;
        }
        .hg-list {
            height: auto !important;
            overflow-y: hidden;
        }
        .service-left {
            width: 100%;
        }
        .service-right {
            width: 100%;
        }
        .ser-bit {
            width: 100px;
            line-height: 40px;
            font-size: 18px;
            margin-bottom: 0.2rem;
        }
        .ser-intro li {
            font-size: 16px;
            line-height: 26px;
            padding-bottom: 0.2rem;
        }
        .ser-add dl dt {
            width: 100%;
            line-height: 34px;
            padding-left: 35px;
            font-size: 18px;
        }
        .ser-add dl dd {
            line-height: 28px;
            font-size: 16px;
        }
        .cont-add .right {
            width: 100%;
            padding: 0.25rem 0;
        }
        .cont-add .left {
            width: 100%;
            border-left: none;
            border-right: none;
            height: auto;
            font-size: 16px;
            line-height: 30px;
            padding: 0 0;
        }
        .cont-add .right dl {
            width: 50%;
            margin-bottom: 15px;
        }
        .cont-add .right dl:nth-child(1) img,
        .cont-add .right dl:nth-child(2) img {
            width: 120px;
        }
        .cont-add .right dl dd {
            font-size: 16px;
        }
        .cont-add {
            padding: 15px;
        }
        .cont-add .right dl:nth-child(3),
        .cont-add .right dl:nth-child(4) {
            width: 50%;
        }
        .zl-box p {
            line-height: 24px;
            margin-top: 5px;
        }
        .zl-box h1 {
            font-size: 16px;
            line-height: 26px;
        }
.dqgz-list dl dt {
    width: 35%;
}
.dqgz-list dl dd {
    width:60%;
    padding-top: 5px;
}
.dqgz-list dl dd .neir {
    font-size: 15px;
    line-height: 24px;
}
.detail-neir {
    width: 90%;
    margin: 0 auto;
}
.detail-bit .bit {
    font-size: 18px;
}
.cxyj-list1 dl dt img {
    height: auto;
}
.cxyj-list dl dt {
    width: 40%;
}
.cxyj-list dl dd {
    width: calc(97% - 40%);
    padding: 8px 0;
}
.cxyj-list dl dd .neir {
    display: none;
}
.dqgz-list dl dt,.cxyj-list1 dl dt {
    height:auto;
}
.service-list dl dt img {
    height: 125px;
}
.news-zx dl dd .neir-box .pic{
width: 35%;
height: auto;
}
.news-zx dl dd .neir-box .neir {
    width: calc(98% - 35%);
}
   }