/* www.71nc.com*/
.ne-banner {
    width: 100%;
    background: #000;
    box-shadow: 0 5px 5px #c1c1c1;
    overflow: hidden;
    position: relative;
}

.ne-banner img {
    width: 100%;
    animation: changeScale 1 2.5s;
}

.pc-banner {
    display: block;
}

.mobile-banner {
    display: none;
}

.ne-left {
    width: 24.3%;
    position: relative;
    float: left;
}


/* 左侧 */

.ne-center {
    width: 100%;
    background: #f4f4f4;
    padding-top: 0.45rem;
}

.ne-left {
    width: 18%;
    background: #fff;
    box-shadow: 0 0 3px #d2d2d2;
}

.ne-nav .bit {
    width: 100%;
    background: #005737;
    color: #fff;
    height: 0.95rem;
    padding: 0 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 6px solid #caaa4f;
}

.ne-nav .bit h1 {
    font-size: 0.24rem;
    margin-left: 0.1rem;
}

.ne-nav-list {
    padding: 0.15rem 0.13rem 3rem 0.13rem;
}

.ne-nav-list li {
    width: 100%;
    border-bottom: 1px dashed #d9d9d9;
}

.ne-nav-list li a {
    width: 100%;
    line-height: 0.64rem;
    display: inline-block;
    padding-left: 0.4rem;
    font-size: 0.2rem;
    color: #333333;
    background: url(../images/nav-icon1.png) no-repeat 0.21rem center;
    transition-duration: .5s;
    cursor: pointer;
}

.ne-nav-list li a:hover {
    color: #005737;
    background: url(../images/nav-icon2.png) no-repeat 0.21rem center;
    font-weight: bold;
}

.ne-nav-list li .ts {
    color: #005737;
    background: url(../images/nav-icon2.png) no-repeat 0.21rem center;
    font-weight: bold;
    transition-duration: .5s;
}

.ne-right {
    width: 78.5%;
    position: relative;
    float: right;
    padding: 0.33rem 0.33rem 0.6rem 0.33rem;
    background: #fff;
    box-shadow: 0 0 3px #d2d2d2;
}

.ne-right .ri-neir {
    padding-top: 0.5rem;
}

.ne-pos {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    height: 0.64rem;
    line-height: 0.64rem;
}

.ne-pos h1 {
    font-size: 0.24rem;
    color: #005737;
}

.ne-pos1 {
    line-height: 0.64rem;
    background: url(../images/pos.png) no-repeat left center;
    padding-left: 30px;
    font-size: 0.14rem;
    color: #777777;
}

.zs-ti {
    margin-bottom: 0.15rem;
    position: relative;
}

.zs-ti h1 {
    font-size: 0.26rem;
    position: relative;
    z-index: 2;
    line-height: 0.26rem;
    color: #005737;
    top: -0.1rem;
}

.about-box .neir {
    font-size: 0.17rem;
    line-height: 0.32rem;
    color: #333333;
    padding-bottom: 0.25rem;
    text-indent: 2em;
}
.about-box .neir p{font-size: 0.17rem !important;}
.zs-ti p {
    font-size: 0.68rem;
    line-height: 0.68rem;
    text-transform: uppercase;
    color: #e5e5e5;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.about-nub {
    width: 100%;
    padding: 0rem 0 0.25rem 0;
}

.about-nub li {
    width: 25%;
    float: left;
    list-style: none;
    position: relative;
    text-align: center;
}

.about-nub li::after {
    width: 1px;
    height: 70%;
    top: 20%;
    position: absolute;
    content: "";
    right: 0;
    background: url(../images/a-after.png);
}

.about-nub li .cl {
    color: #7b4f22;
    font-size: 0.18rem;
	height:75px;
}

.about-nub li .cl span {
    display: inline-block;
    font-weight: bold;
    font-size: 0.46rem;
}

.about-nub li .c2 {
    line-height: 0.42rem;
    font-size: 0.18rem;
    color: #333333;
}

.about-nub li:nth-child(4):after {
    display: none;
}


/* 关于我们 */


/* 通知公告 */

.tzgg-content ul li {
    border-bottom: 1px dashed #e0e0e0;
}

.tzgg-box {
    padding: 0.24rem 0;
    transition-duration: 0.3s;
}

.tzgg-date {
    width: 0.7rem;
}

.tzgg-date span:nth-child(1) {
    display: block;
    width: 100%;
    height: 0.5rem;
    background: #005737;
    border-top-left-radius: 0.05rem;
    border-top-right-radius: 0.05rem;
    font-size: 0.32rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.5rem;
    transition-duration: 0.3s;
}

.tzgg-date span:nth-child(2) {
    display: block;
    width: 100%;
    height: 0.3rem;
    border: 1px solid #e0e0e0;
    border-bottom-left-radius: 0.05rem;
    border-bottom-right-radius: 0.05rem;
    box-sizing: border-box;
    font-size: 0.12rem;
    color: #999999;
    text-align: center;
    line-height: 0.3rem;
    transition-duration: 0.3s;
}

.tzgg-info {
    width: calc(92% - 0.7rem);
    padding-left: 0.24rem;
    padding-top: 0.1rem;
}

.tzgg-info h4 {
    font-size: 0.22rem;
    color: #333333;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 0.1rem;
    transition-duration: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.tzgg-info p {
    font-size: 0.16rem;
    color: #888888;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition-duration: 0.3s;
}
.tzgg-down{background: url(../images/down-icon.png)no-repeat left center; color: #005737; line-height: 0.36rem; padding-left: 0.3rem; font-size: 0.17rem; font-weight: bold; margin-top: 0.15rem;}
/* 通知公告 */


/* 新闻中心 */

.news-list {
    margin-bottom: 0.5rem;
}

.news-list li {
    width: 100%;
    border-bottom: 1px dashed #dbdbdb;
    padding: 0.25rem 0;
    cursor: pointer;
}

.news-list li .pic {
    width: 2.62rem;
    overflow: hidden;
    background: #000;
}

.news-list li .pic img {
    display: block;
    width: 100%;
    transition-duration: 1s;
}

.news-list li .text {
    width: calc(98% - 2.62rem);
    padding-top: 0.15rem;
}

.news-list li:hover .pic img {
    transform: scale(1.1);
    opacity: 0.8;
}

.news-list li .text h1 {
    line-height: 0.34rem;
    font-size: 0.2rem;
    color: #333333;
    margin-bottom: 0.05rem;
}

.news-list li:hover .text h1 {
    color: #005737;
}

.news-list li .text .neir {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #777777;
    margin-bottom: 0.05rem;
}

.news-list li .text .time {
    line-height: 0.3rem;
    font-size: 0.15rem;
    color: #333333;
}


/* 新闻 */


/* 关于我们 */

.neir-bit {
    font-size: 0.26rem;
    color: #005737;
    margin-top: 0.25rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
}

.neir-bit1 {
    font-size: 0.22rem;
    color: #005737;
    font-weight: bold;
    margin-bottom: 0.3rem;
}

.neir-h1 {
    font-size: 0.18rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.54rem;
}

.yjfx {
    width: 84%;
    padding:0 0 0.25rem 0;
}

.yjfx li {
    width: 48.5%;
    float: left;
    margin-right: 3%;
    list-style: none;
    line-height: 0.5rem;
    border-radius: 0.5rem;
    text-align: center;
    background: #e4e4e4;
    box-shadow: 0 4px 0px #f5f5f5;
    margin-bottom: 0.2rem;
    padding: 0 0.1rem 0 0.25rem;
    transition-duration: .5s;
    cursor: pointer;
	font-size: 0.17rem;
}

.yjfx li:hover {
    background: #005737;
    color: #fff;
}

.yjfx li:nth-child(2n) {
    margin-right: 0;
}

.yq-list {
    width: 100%;
    padding-bottom: 0.3rem;
}

.yq-list dl {
    width: 31%;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 0.3rem;
    cursor: pointer;
}

.yq-list dl:hover dd {
    background: #005737;
    color: #fff;
}

.yq-list dl:nth-child(3n) {
    margin-right: 0;
}

.yq-list dl dt {
    border-radius: 0.08rem 0.08rem 0 0;
    overflow: hidden;
    background: #000;
}

.yq-list dl:hover dt img {
    transform: scale(1.1);
    opacity: 0.7;
}

.yq-list dl dt img {
    display: block;
    width: 100%;
    transition-duration: .5s;
}

.yq-list dl dd {
    line-height: 0.56rem;
    background: #f2f2f2;
    text-align: center;
    font-size: 0.18rem;
    color: #333333;
    transition-duration: .5s;
}

.jianT {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.jianT li {
    background: #eeeeee;
    line-height: 0.36rem;
    height: 0.36rem;
    display: inline-block;
    margin: 0 6px;
    border-radius: 5px;
    overflow: hidden;
}

.jianT li a {
    font-size: 0.15rem;
    color: #474747;
    display: block;
    padding: 0 0.15rem;
}

.jianT li span {
    font-size: 0.15rem;
    color: #474747;
    display: block;
    padding: 0 0.15rem;
}

.jianT li a:hover {
    text-decoration: none;
    background: #005737;
    color: #fff;
}

.jianT li span:hover {
    text-decoration: none;
    background: #005737;
    color: #fff;
}

.jianT li .on {
    background: #005737;
    color: #fff;
}


/* 助剂百科 */

.bstd {
    width: 100%;
    margin: 0 auto;
    margin-top: 0.5rem;
}

.bstd dl {
    width: 100%;
    margin-bottom: 0.32rem;
    background: #f8f9fa;
    border-top: 3px solid #167a62;
    padding: 0.35rem;
    cursor: pointer;
    transition-duration: 1s;
}

.bstd dl:hover dt img {
    transform: scale(1.1);
    opacity: 0.7;
}

.bstd dl dt {
    width: 27%;
    float: left;
    overflow: hidden;
    background: #000;
}

.bstd dl dt img {
    display: block;
    width: 100%;
    transition-duration: .5s;
}

.bstd dl dd {
    width: 70%;
    float: right;
}

.bstd dl dd .bit {
    font-size: 0.26rem;
    font-weight: bold;
    color: #005737;
    line-height: 0.44rem;
}

.bstd dl:hover {
    background: #dcebfa;
}

.bstd dl dd .bit span {
    display: inline-block;
    padding-left: 0.18rem;
    font-weight: normal;
    color: #333333;
    font-size: 0.17rem;
}

.bstd dl dd .neir {
    line-height: 0.32rem;
    font-size: 0.16rem;
    margin: 0.1rem 0;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   line-clamp: 3;
   -webkit-box-orient: vertical;
}

.bstd dl dd .more {
    font-size: 0.16rem;
    color: #888888;
}

.zjbk-detail {
    width: 100%;
    margin-top: 0.5rem;
    border-top: 2px solid #2e6744;
    padding: 0.5rem 0.4rem;
    background-image: linear-gradient(#f6faff, #ffffff, #ffffff, #ffffff);
}

.zjbk-detail h1 {
    font-size: 0.27rem;
    color: #2e6744;
    margin-bottom: 0.1rem;
}

.zjbk-detail .back {
    width: 1.42rem;
    height: 0.38rem;
    border-radius: 0.5rem;
    line-height: 0.38rem;
    background: url(../images/back-icon.png)no-repeat 0.15rem center #005737;
    padding-left: 0.5rem;
    color: #fff;
    font-size: 0.17rem;
    position: absolute;
    right: 0;
    top: 0;
}
.zjbk-detail .back a{color: #fff;}
.zjbk-list dl {
    margin-bottom: 0.2rem;
}

.zjbk-list dl dt {
    line-height: 0.48rem;
    position: relative;
    font-size: 0.27rem;
    color: #333333;
}

.zjbk-list dl dt:after {
    position: absolute;
    width: 0.51rem;
    height: 3px;
    content: "";
    background: #005737;
    left: 0;
    bottom: 0;
}

.zjbk-list dl dd {
    font-size: 0.17rem !important;
    line-height: 0.28rem;
    padding: 0.1rem 0;
    color: #333333;
}
.zjbk-list dl dd p span{
	font-size: 0.17rem !important;
	line-height: 0.28rem  !important;
	    color: #333333;
}

.zjbk-list-question{float: left; margin-left:0.15rem; display: flex;font-size: 0.17rem;}
.zjbk-list-question p{line-height: 0.48rem; padding-right: 0.1rem;}
.zjbk-list-question select{
	width: 2.5rem;
	height: 0.4rem;
    border: 0.01rem solid #dedede;
    background: #fbfbfb; padding: 0 0.15rem;  color: #333; outline: none; margin-top: 0.04rem;font-size: 0.17rem;}

/* 助剂企业 */

.zjqy-box {
    border-radius: 0.08rem;
    background: #f6f6f6;
    box-shadow: 0 5px 5px #ebebeb;
    margin-bottom: 0.3rem;
    padding: 0.25rem 0.18rem;
	display: none;
}

.zjqy-box a {
    display: inline-block;
    padding: 0 0.22rem;
    font-size: 0.19rem;
}

.zjqy-box a:hover {
    color: #005737;
    font-weight: bold;
}

.zjqy-box .ts {
    color: #005737;
    font-weight: bold;
}

.zjqy-list {
    margin-bottom: 0.3rem;
}

.zjqy-list dl {
    width: 23.5%;
    float: left;
    list-style: none;
    margin-right: 2%;
    margin-bottom: 0.35rem;
    box-shadow: 0 5px 0px #e8edf6;
}

.zjqy-list dl:hover dt img {
    transform: scale(1.1);
    opacity: 0.7;
}

.zjqy-list dl dt {
    width: 100%;
    overflow: hidden;
    background: #000;
}

.zjqy-list dl dt img {
    display: block;
    width: 100%;
    transition-duration: .5s;
	height: 1.86rem;
}

.zjqy-list dl dd {
    width: 100%;
    background: #fff;
    border: 1px solid #dfe4ec;
    padding: 0.2rem 0.2rem 0.3rem 0.2rem;
}

.zjqy-list dl dd h1 {
    line-height: 0.32rem;
    font-size: 0.2rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zjqy-list dl dd p {
    line-height: 0.26rem;
    font-size: 0.15rem;
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0.1rem 0 0 0;
}

.zjqy-list dl dd span {
    display: inline-block;
    line-height: 0.26rem;
    font-size: 0.14rem;
}

.zjqy-list dl:nth-child(4n) {
    margin-right: 0;
}

.zjqy-img {
    padding: 0.17rem;
    position: relative;
    margin-top: 0.15rem;
}

.zjqy-img img {
    display: block;
}

.zjqy-img:after {
    width: 25%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #caaa4f;
    z-index: -1;
}

.xpfb-list {
    width: 100%;
    margin-top: 0.5rem;
}

.xpfb-list dl {
    margin-bottom: 0.4rem;
    box-shadow: 0 5px 0px #e8edf6;
    background: #f8f8f8;
    overflow: hidden;
    border-radius: 0.08rem;
}

.xpfb-list dl dt {
    width: 20%;
    overflow: hidden;
}

.xpfb-list dl dt img {
    display: block;
    width: 100%;
    overflow: hidden;
	border-radius: 0 0.06rem 0.06rem 0;
}

.xpfb-list dl dd {
    width: 80%;
    padding: 0.2rem 0.35rem 0 0.35rem;
}

.xpfb-list dl dd h1 {
    line-height: 0.32rem;
    font-size: 0.20rem;
    color: #333333;
}

.xpfb-list dl dd p {
    line-height: 0.26rem;
    font-size: 16px;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 0.1rem 0;
}

.xpfb-list dl dd span {
    display: inline-block;
    line-height: 0.26rem;
    font-size: 14px;
}


/* 助剂百科 */


/* 有用 */

.zzjg {
    padding: 0.35rem 0;
}

.hos-map {
    width: 100%;
    position: relative;
    margin: 0.35rem 0;
}

#map {
    position: relative;
    height: 100%;
}

.map-add {
    width: 100%;
    height: 0.58rem;
    color: #fff;
    line-height: 0.58rem;
    background: #387da3;
    padding: 0 0.2rem;
}

.map-add span {
    display: inline-block;
    background: url(../images/add-icon.png) no-repeat left center;
    padding-left: 0.35rem;
    font-size: 0.18rem;
    font-weight: bold;
}

.cont-box {
    width: 100;
    position: relative;
    margin: 0.9rem 0 0.5rem 0;
}

.cont-box .dw {
    width: 4.2rem;
    position: absolute;
    height: 105%;
    top: -12%;
    right: 0.22rem;
    background: #2b76a3;
    color: #fff;
}

.cont-box .dw h1 {
    line-height: 0.84rem;
    text-align: center;
    font-size: 0.26rem;
}

.cont-box .cont-line {
    width: 4.4rem;
    height: 0.5rem;
    background: url(../images/cont-bg1.png)no-repeat left center;
    background-size: cover;
    position: relative;
    left: -0.2rem;
    padding-left: 0.2rem;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.2rem;
}

.cont-list {
    padding-top: 0.2rem;
}

.cont-list li {
    line-height: 0.5rem;
    padding: 0 0.28rem;
    font-size: 0.18rem;
    border-bottom: 1px solid #5f98ba;
}


/* 新闻中心 */


/* picture */

.detail {
    line-height: 0.4rem;
    color: #111111;
    font-size: 0.28rem;
    text-align: center;
    padding-bottom: 0.25rem;
    margin-top: 0.3rem;
}

.xx {
    width: 100%;
    line-height: 0.46rem;
    text-align: center;
    background: #e7e8ea;
    font-size: 0.18rem;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.detail1 {
    padding-top: 0.2rem;
}
.detail1 p span{font-size: 16px !important; line-height: 28px !important;}
.detail1 video {
    width: 80%;
    margin: 0 auto;
}

.detail1 p {
    font-size: 16px !important;
    line-height: 28px !important;
    color: #555555;
    padding-bottom: 15px;
}

.detail1 p img {
    display: inline-block;
}

.detail-padd {
    padding: 0.5rem 0;
}

.Menubox {
    width: 100%;
    height: 0.6rem;
    position: relative;
    margin-top: 0.2rem;
}

.Menubox li {
    width: 25%;
    text-align: center;
    background: #aaa7a2;
    cursor: pointer;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.18rem;
    color: #fff;
    float: left;
    border-radius: 0.08rem;
    margin-right: 11px;
}

.Menubox li.hover {
    background: #2384a6;
    color: #fff;
}


/* hr */

.zp_ti {
    background: #005737;
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.64rem;
    margin-top: 0.5rem;
    font-weight: bold;
}

.zp_ti li {
    float: left;
    width: 19%;
    text-align: center;
}

.sideMenu1 {
    border: 1px dashed #d8d8d8
}

.sideMenu1 h3 {
    height: 0.64rem;
    line-height: 0.64rem;
    border-top: 1px dashed #d8d8d8;
    background: #fff;
    cursor: pointer;
}

.sideMenu1 h3 dl {
    width: 100%;
    margin: 0;
}

.sideMenu1 h3 dl dd {
    float: left;
    width: 19%;
    text-align: center;
    padding: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 0.16rem;
}

.sideMenu1 .on {
    background: #fff
}

.sideMenu1 ul {
    padding: 0.43rem 0.62rem;
    display: none;
    border-top: 1px dashed #d8d8d8;
    font-size: 0.16rem;
    background: #f9f9f9;
    position: relative;
}

.sideMenu1 ul p {
    line-height: 2;
    font-size: 0.16rem;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.sideMenu1 ul p span {
    font-size: 0.16rem;
}

.sideMenu1 h3 dl .jia span {
    display: block;
    width: 13px;
    height: 0.64rem;
    background: url(../images/jia.png) no-repeat center center;
    margin: 0 auto;
}

.sideMenu1 .on dl .jia span {
    background: url(../images/jian.png) no-repeat center center;
}

.sideMenu1 h3 dl dd:nth-child(6) {
    width: 5%;
}

.ze-le {
    width: 46%;
    padding-bottom: 0.3rem;
    margin: 0 2%;
    float: left;
}

.td-an a {
    display: inline-block;
    width: 154px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    background: #1b8a70;
    font-size: 16;
    border-radius: 10px;
    text-align: center;
    margin-left: 20px;
    transition-duration: .5s;
}

.td-an a:hover {
    border-radius: 20px;
}

.sc-button .b-zi {
    color: #dc0000;
}

.t-search {
    width: 48%;
    border: 1px solid #c4c4c4;
    height: 0.46rem;
    border-radius: 0.05rem;
    position: relative;
    display: inline-table;
    margin-top: 10px;
    margin-right: 2%;
    float: left;
    overflow: hidden;
}

.t-search input {
    background: #fff;
    border: none;
    outline: none;
    height: 0.44rem;
    border-radius: 0.05rem 0 0 0.05rem;
    padding-left: 0.17rem;
    font-size: 0.15rem;
    width: 100%;
}

.t-search button {
    background: #808080;
    color: #fff;
    width: 0.71rem;
    height: 0.44rem;
    border: none;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
}

.t-search .yzm {
    width: 0.95rem;
    height: 0.33rem;
    border: none;
    outline: none;
    position: absolute;
    right: 0;
    top: 0.05rem;
}

.t-search .yzm img {
    display: block;
    width: 100%;
}


/* 表单页面 */

.input-box {
    width: 70%;
    padding-top: 25px;
    padding-bottom: 2rem;
}

.sczx-box dl {
    width: 100%;
    padding-bottom: 15px;
}

.sczx-box dl dt {
    line-height: 0.46rem;
    font-size: 0.2rem;
    color: #333333;
}

.sczx-box dl dd {
    font-size: 0.18rem;
    position: relative;
}

.sczx-box dl dd .w-padd {
    width: 2.25rem;
    display: inline-block;
}

.sczx-box dl dd textarea {
    width: 100%;
    outline: none;
    border: 1px solid #dedede;
    background: #fbfbfb;
    height: 2.4rem;
    padding: 10px;
    font-size: 0.18rem;
	font-family: "Microsoft YaHei";
}

.sczx-box dl dd .input1 {
    width: 100%;
    outline: none;
    border: 1px solid #dedede;
    background: #fbfbfb;
    height: 0.5rem;
    line-height: 0.5rem;
    position: relative;
    padding: 0 10px;
}

.sczx-box dl dd .yzm {
    width: 1.48rem;
    height: 0.4rem;
    position: absolute;
    right: 0;
    top: 0.05rem;
}

.sczx-box dl dd .yzm img {
    display: block;
    width: 100%;
	height: 100%;
}

.sczx-box-an {
    width: 2.35rem;
    height: 0.56rem;
    border-radius: 0.5rem;
    line-height: 0.56rem;
    box-shadow: 0 5px 0 #d9e6e1;
    text-align: center;
    background: #005737;
    color: #fff;
    font-size: 0.2rem;
    margin-top: 0.3rem;
}


/* hr */

.contact-box {
    width: 86%;
    position: relative;
    margin: 0.3rem auto 1rem;
}

.cont-left {
    width: calc(100% - 3.78rem);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.cont-right {
    width: 3.78rem;
    background: #0d6650;
    min-height: 4.35rem;
    color: #fff;
    padding: 0.1rem 0 0.2rem 0;
}

.cont-right h1 {
    text-align: center;
    line-height: 0.76rem;
    font-size: 0.26rem;
}

.cont-right .cont-line {
    width: 4.18rem;
    height: 0.49rem;
    background: url(../images/cont-bg.png)no-repeat left center;
    background-size: cover;
    position: relative;
    left: -0.4rem;
    padding-left: 0.2rem;
    text-align: center;
    line-height: 0.49rem;
    font-size: 0.18rem;
    font-weight: bold;
}

.cont-right .con-list li {
    width: 100%;
    padding: 0.16rem 0.33rem;
    border-bottom: 1px solid #498c7b;
    font-size: 0.18rem;
    line-height: 0.4rem;
    color: #fff;
}

.cont-right .con-list li:nth-child(2) {
    border-bottom: none;
}

.cont-right .con-list li p {
    width: 100%;
    font-weight: bold;
}

.zjqy-an {
    text-align: right;
    line-height: 0.5rem;
    font-size: 0.16rem;
    font-weight: bold;
    margin-top: 0.2rem;
    color: #fff;
	background: #005737;
	display: table;
	float: right;
	padding:0 0.2rem;
	line-height: 0.42rem;
	border-radius: 0.5rem;
	margin-bottom: 0.15rem;
}

.zjqy-an a {
    color: #fff;
}

.new-pro {
    margin: 0.4rem 0;
}

.new-pro dl {
    width: 100%;
    margin-bottom: 0.32rem;
    box-shadow: 0 5px 0 #e5e5e5;
    padding: 0.2rem;
    background: #f3f3f3;
    border-radius: 0.08rem;
}

.new-pro dl dt {
    width: 15%;
    overflow: hidden;
}

.new-pro dl dt img {
    display: block;
    width: 100%;
	height: 1.4rem;
	border-radius: 0.06rem;
}

.new-pro dl dd {
    width: 82%;
}

.new-pro dl dd h1 {
    line-height: 0.32rem;
    color: #333333;
    font-size: 0.18rem;
	margin-top: 0.1rem;
}

.new-pro dl dd .neir {
    line-height: 0.28rem;
    font-size: 0.16rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0.05rem 0 0.15rem 0;
}

.new-pro dl dd .an {
    width: 0.9rem;
    line-height: 0.3rem;
    border-radius: 0.03rem;
    text-align: center;
    color: #fff;
    font-size: 0.16rem;
    background: #005737;
    transition-duration: .5s;
    cursor: pointer;
}

.new-pro dl dd .an a {
    color: #fff;
}

.new-pro dl dd .an:hover {
    background: #15694a;
}

.xshy {
    padding: 0.5rem 0;
}

.xshy dl {
    width: 48.5%;
    float: left;
    margin-right: 3%;
    box-shadow: 0 5px 0 #e5e5e5;
    padding: 0.33rem;
    background: #f3f3f3;
    border-radius: 0.08rem;
    margin-bottom: 0.3rem;
    font-size: 0.17rem;
    line-height: 0.42rem;
    color: #555555;
}

.xshy dl span {
    font-size: 0.18rem;
    font-weight: bold;
    color: #333333;
    display: inline-block;
}

.xshy dl:nth-child(2n) {
    margin-right: 0;
}

.xshy dl .an {
    width: 0.9rem;
    line-height: 0.3rem;
    border-radius: 0.03rem;
    text-align: center;
    color: #fff;
    font-size: 0.16rem;
    background: #005737;
    transition-duration: .5s;
    cursor: pointer;
    margin-top: 0.1rem;
}

.xshy dl .an a {
    color: #fff;
}

.xshy dl .an:hover {
    background: #15694a;
}

.lw-down {
    width: 90px;
    line-height: 34px;
    border-radius: 0.08rem;
    cursor: pointer;
    color: #fff;
    cursor: pointer;
    background: #15694a;
    text-align: center;
    margin: 0 auto;
}

.xshy1 {
    margin-bottom: 20px;
}

.xshy1 dl {
    width: 100%;
    font-size: 17px;
    line-height: 38px;
    color: #555555;
}

.xshy1 dl span {
    font-size: 17px;
    font-weight: bold;
    color: #333333;
    display: inline-block;
    text-indent: 2em;
}
/* 标准化服务 */
.bzhfw{width: 100%;}
.bzhfw dl{width: 100%; font-size: 0.2rem;}
.bzhfw dl dt{width: 20%; height: 0.44rem; float: left;}
.bzhfw dl dd{width: 18%; height: 0.44rem; float: left;}
.bzhfw dl:nth-child(1){font-weight: bold; }
@media only screen and (max-width: 1440px) {
	.yjfx {
	    width: 90%;
	}
	.zjbk-list dl dd {
	    font-size: 16px !important;
	    line-height:28px;
	}
	.about-box .neir p {
	    font-size: 16px !important;
		line-height: 28px;

	}
	.zjbk-list dl dd p span{
		font-size: 16px !important;
		line-height:28px;
	}
}

@media only screen and (max-width: 1366px) {
    .tzgg-date {
        width: 60px;
    }
    .tzgg-info {
        width: calc(100% - 60px);
    }
	.yjfx {
	    width: 100%;
	}
	.zjbk-list dl dd {
	    font-size: 15px !important;
	}
	.about-box .neir p {
	    font-size: 15px !important;
		line-height: 26px;
	}
	.zjbk-list dl dd p span{
		font-size: 15px !important;
		line-height:28px;
	}
}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1080px) {}

@media only screen and (max-width: 760px) {
    .ne-left {
        width: 100%;
    }
    .ne-right {
        width: 100%;
        border-left: none;
        padding: 0 10px 15px 10px;
    }
    .ne-line {
        border-left: none;
    }
    .about-box .neir {
        font-size: 16px;
        line-height: 28px;
    }
    .ne-pos {
        height: 54px;
        line-height: 54px;
        padding: 0 15px;
    }
    .ne-bit {
        line-height: 54px;
        font-size: 18px;
    }
    .ne-bit:after {
        width: 102px;
        height: 13px;
    }
    .ne-dqwz {
        display: none;
    }
    .about-nub li {
        width: 50%;
    }
    .about-nub li .c2 {
        font-size: 15px;
        height: 70px;
    }
    .ls-jz {
        width: 100%;
        height: auto;
        background-size: 100% 100%;
        padding: 35px 25px;
    }
    .ls-jz .left {
        width: 100%;
        font-size: 16px;
        line-height: 30px;
    }
    .ls-jz .right {
        width: 100%;
        font-size: 15px;
        line-height: 26px;
    }
    .Menubox li {
        width: 35%;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }
    .tzgg-info {
        padding-top: 0;
    }
    .tzgg-info h4 {
        font-size: 16px;
    }
    .tzgg-info p {
        font-size: 15px;
    }
    .jianT li {
        margin: 0 3px;
        width: 33px;
        min-width: 33px;
        padding: 0;
    }
    .news-list li .pic {
        width: 100%;
    }
    .news-list li .text {
        width: 100%;
        padding-top: 15px;
    }
    .news-list li .text h1 {
        line-height: 30px;
        font-size: 17px;
    }
    .news-list li .text .neir {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .news-list li .text .time {
        line-height: 30px;
    }
    .news-video dl:nth-child(3n) {
        margin-right: 2%;
    }
    .news-video dl {
        width: 46%;
        margin-right: 2%;
        margin-left: 2%;
    }
    .news-video dl dd {
        font-size: 16px;
    }
    .tzgg-date span:nth-child(2) {
        line-height: 26px;
        height: 26px;
    }
    .bstd dl dd {
        width: 67%;
        float: right;
    }
    .bstd dl dt {
        width: 30%;
    }
    .bstd dl dd .bit span {
        padding-left: 0;
        font-size: 15px;
        padding-right: 10px;
    }
    .bstd dl dd .bit {
        font-size: 18px;
        line-height: 24px;
    }
    .bstd dl dd .neir {
        line-height: 22px;
        font-size: 15px;
        margin: 5px 0;
    }
    .pc-banner {
        display: none;
    }
    .mobile-banner {
        display: block;
    }
    .detail1 p {
        font-size: 15px;
        line-height: 24px;
        padding-bottom: 15px;
    }
    .xx {
        width: 100%;
        line-height: 22px;
        font-size: 14px;
    }
    .in-news2 li {
        line-height: 40px;
        font-size: 15px;
    }
    .in-news2 li:after {
        top: 18px;
    }
    .new-NavBox .navContent {
        display: none !important;
    }
    .mo-nav {
        width: 100%;
        height: 30px;
        position: relative;
        display: block;
        margin-bottom: 25px;
    }
    .mo-nav li {
        width: 35%;
        margin-right: 11px;
        float: left;
    }
    .mo-nav li a {
        text-align: center;
        background: #aaa7a2;
        cursor: pointer;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        color: #fff;
        border-radius: 0.08rem;
        width: 100%;
        display: inline-block;
    }
    .mo-nav li .ts {
        background: #2384a6;
        color: #fff;
    }
    .ne-nav .bit {
        height: 60px;
        padding: 0 20px;
        justify-content: left;
    }
    .ne-nav .bit h1 {
        font-size: 18px;
        margin-left: 10px;
    }
    .ne-nav-list li {
        width: 33.333%;
        float: left;
    }
    .ne-nav-list li a {
        line-height: 40px;
        padding-left: 25px;
        font-size: 15px;
    }
    .ne-nav-list {
        padding: 0;
    }
    .ne-pos1 {
        display: none;
    }
    .ne-pos h1 {
        font-size: 18px;
    }
    .about-nub li .cl {
        font-size: 16px;
        height: 70px;
    }
    .neir-bit {
        font-size: 18px;
        color: #005737;
        margin-top: 0.25rem;
        font-weight: bold;
        margin-bottom: 0.3rem;
    }
    .zs-ti h1 {
        font-size: 18px;
        line-height: 20px;
    }
    .neir-h1 {
        font-size: 16px;
        line-height: 26px;
    }
    .yjfx {
        width: 100%;
    }
    .yjfx li {
        width: 100%;
        margin-right: 0;
        padding: 10px;
    }
    .yq-list dl {
        width: 48%;
        margin-right: 1%;
        margin-bottom: 15px;
        margin-left: 1%;
    }
    .yq-list dl dd {
        line-height: 36px;
        font-size: 15px;
    }
    .bstd dl {
        padding: 10px;
    }
    .zjbk-detail {
        margin-top: 20px;
        padding: 20px 15px;
    }
    .zjbk-detail .back {
        width: 80px;
        height: 30px;
        line-height: 30px;
        padding-left: 36px;
        font-size: 15px;
    }
    .zjbk-list dl dt {
        line-height: 36px;
        font-size: 18px;
    }
    .zjbk-list dl dd {
        font-size: 16px;
        line-height: 26px;
    }
    .zjqy-box a {
        display: inline-block;
        padding: 0 8px;
        font-size: 16px;
        line-height: 28px;
    }
    .zjqy-list dl {
        width: 48%;
        margin-right: 1%;
        margin-left: 1%;
    }
    .zjqy-list dl dd h1 {
        line-height: 30px;
        font-size: 17px;
    }
    .zjqy-list dl dd p {
        line-height: 24px;
    }
    .xpfb-list dl dt {
        width: 100%;
    }
    .xpfb-list dl dd {
        width: 100%;
        padding: 20px;
    }
    .xpfb-list dl dd h1 {
        line-height: 26px;
        font-size: 17px;
    }
    .xpfb-list dl dd p {
        line-height: 26px;
        font-size: 16px;
        -webkit-line-clamp: 3;
    }
    .sideMenu1 ul {
        padding: 20px 10px;
    }
    .ze-le {
        width: 100%;
        padding-bottom: 20px;
        margin: 0;
        float: left;
    }
    .sideMenu1 ul p {
        font-size: 15px;
    }
    .sideMenu1 ul p span {
        font-size: 18px;
    }
    .td-an a {
        width: 110px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        margin-left: 0;
    }
    .input-box {
        width: 100%;
        padding-bottom: 80px;
    }
    .sczx-box dl dt {
        line-height: 32px;
        font-size: 16px;
    }
    .sczx-box dl dd textarea {
        font-size: 15px;
        line-height: 20px;
    }
    .sczx-box dl dd .input1 {
        height: 50px;
        line-height: 50px;
    }
    .sczx-box dl dd .yzm {
        width: 148px;
        height: 40px;
    }
    .sczx-box-an {
        width: 100%;
        height: 50px;
        border-radius: 0.5rem;
        line-height: 50px;
        font-size: 18px;
    }
    .sczx-box dl dd {
        line-height: 50px;
        font-size: 16px;
    }
    .sczx-box dl dd .w-padd {
        width: 180px;
        display: inline-block;
    }
    .cont-left {
        width: 100%;
        position: relative;
        height: 220px;
    }
    .cont-right {
        width: 100%;
        min-height: auto;
    }
    .cont-right h1 {
        line-height: 56px;
        font-size: 20px;
    }
    .cont-right .cont-line {
        width: 110%;
        height: 49px;
        left: -10%;
        line-height: 49px;
        font-size: 16px;
    }
    .cont-right .con-list li {
        font-size: 16px;
        line-height: 30px;
    }
    .zl-list li p {
        width: 100%;
    }
    .zl-list li p span {
        font-size: 16px;
        width: auto;
    }
    .zl-list li {
        padding: 0.33rem;
        line-height: 30px;
        font-size: 15px;
    }
    .xshy dl {
        width: 100%;
        margin-right: 0;
        padding: 15px;
        font-size: 15px;
        line-height: 32px;
    }
    .xshy dl span {
        font-size: 16px;
    }
    .xshy dl .an {
        width: 80px;
        line-height: 30px;
        font-size: 15px;
    }
    .new-pro dl dt {
        width: 40%;
    }
    .new-pro dl dd {
        width: 55%;
        padding-top: 0;
    }
    .new-pro dl dd h1 {
        line-height: 30px;
        font-size: 15px;
    }
    .new-pro dl dd .neir {
        line-height: 22px;
        font-size: 15px;
        margin: 0 0 5px 0;
    }
    .new-pro dl dd .an {
        width: 70px;
        line-height: 24px;
        font-size: 15px;
    }
}