
body {
   position: relative;
    font-family: Noto Sans SC;
    font-size: 16px;
    color: #555;
    letter-spacing: 0;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1;
}
body, button, input, textarea {
 outline: none;
 margin: 0;
 padding: 0;
 border: 0;
}
input{ -webkit-appearance:none !important;    background-color: none !important;}

html {
    touch-action: auto!important;
}
[v-cloak] {
    display: none !important;
}
p, ul, ol, dl, dt, dd, form, blockquote {
 margin: 0;
 padding: 0;
}
a {
 text-decoration: none;
 color: #333333;
}
a:hover {
 text-decoration: none;

}
ul, ol {
 list-style: none;
}
h1, h2, h3, h4, h5, h6 {
 margin: 0;
 padding: 0;
}
input, select {
 font-family: Microsoft Yahei;
 vertical-align: middle;
}
em, b, i {
 font-style: normal;
 font-weight: normal;
}
img {
 vertical-align: middle;
 border: 0;
}
label {
  cursor: pointer;
}
#wrapper {
    margin-top: 90px;
}
#wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#header.main.scrolled, #header.main.hover {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}
#header.main.scrolled, #header.main.hover {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}
#wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#header.main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
}
#header {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 90px;
    box-sizing: border-box;
    background: #fff;
}
#header h1 {
    float: left;
    margin: 23px 25px 0 70px;
}
#header.main.scrolled h1 a, #header.main.hover h1 a {
    background: url(../image/logo.png) no-repeat 0 0;
    background-size: contain;
}
#header h1 a {
    display: block;
    width: 200px;
    height: 50px;
    background: url(../image/logo.png) no-repeat 0 0;
    color: #fff;
    font-size: 14px;
    background-size: contain;
    text-align: right;
    font-weight: normal;
}
#header h1 a span{
    text-align: left;
    display: inline-block;
    line-height: 22px;
}
.s-dlist{
    display: none;
}
.swiperlink{
     display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
}
#header #gnb {
    width: 1000px;
    margin: 0 auto;
}
#header #gnb > li {
    position: relative;
    float: left;
    width: auto;
    padding: 0 24px;
}
#header.main.scrolled #gnb li .oneD, #header.main.hover #gnb li .oneD {
    color: #000;
}
#header.main #gnb li .oneD {
    color: #fff;
}
#header #gnb:after {
    content: "";
    display: block;
    clear: both;
}
#header #gnb li .oneD {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    padding: 37px 0;
    text-align: center;
    letter-spacing: 2px;
}
/**20221227**/
#header #gnb li .twoD {
    position: absolute;
    top: 89px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: auto;
    padding: 20px 0;
    background: rgba(255,255,255,0.8);
    display: none;
}
.arrows:after{
    width: 5px;
    height: 5px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    transform: rotate(45deg);
    position: absolute;
    content: '';
    right: 7px;
    top: 18px;
}
#header #gnb li .twoD .threeD{
 position: absolute;
    top: 40px;
    left: 100%;
    z-index: 2;
    width: 100%;
    height: auto;
    padding: 20px 0;
    background: rgba(255,255,255,0.8);
    display: none;
}
/**20221227**/


/**20221227**/
#header #gnb li .twoD li a {
    color: #555;
    position: relative;
}
#header #gnb li .twoD li a.arrows:hover:after{
  border-top: 2px solid #06ab73;
    border-right: 2px solid #06ab73;
}
#header #gnb li .twoD li a:hover{
    color: #06ab73;
}
#header #gnb li .twoD li a {
    display: block;
    text-align: center;
    line-height: 22px;
    padding: 10px 0;
    font-size: 13px;
}
/**20221227**/
#header .rightDiv {
    position: absolute;
    top: 0;
    right: 1%;
    display: flex;
    align-items: center;
}
.searchBox .keyword{
    font-size: 13px;
    color: #999898;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 7px 0px;
    display: inline-block;
    width: 80%;
}
#header .rightDiv .util{
    width: 110px;
}
.searchBox form{
   display: flex;justify-content: space-between;align-items: center;
}
.searchBox .btnSearch{
    background: url(../image/search.png) no-repeat center center;
    width: 18px;
    height: 15px;
    background-size: contain;
    cursor: pointer;
}
.searchBox{
    border: 1px solid #d2d2d2;
    background: #fff;
    border-radius: 20px;
    padding: 0 15px;
    width: 180px;
    margin-right: 5%;
}
/**20221227**/
#header .rightDiv .lang {
    float: left;
    position: relative;
    text-align: center;
    font-weight: normal;
}
#header.main.scrolled .rightDiv .lang > a {
    color: #333;
}
#header .rightDiv .lang > a {
    display: block;
    margin: 29px 0;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}
#header.hover .rightDiv .lang > a,#header.scrolled .rightDiv .lang > a{
    border: 1px solid #555;
}
#header.main.scrolled .rightDiv .lang > a span, #header.main.hover .rightDiv .lang > a span {
    color: #555;
    background: url(../image/lang_moreIcon.png) no-repeat right center;
    padding-right: 15px;
}

#header .rightDiv .lang div {
    position: absolute;
    top: 88px;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 13px 0;
    border-top: 2px solid #0da944;
    background: #fff;
    display: none;
}
#header .rightDiv .lang div a {
    display: block;
    line-height: 26px;
    color: #777;
}

#header.main.hover h1 a span,#header.main.scrolled h1 a span{
    color:  #0184c8;
}
#header #gnb li.on .oneD:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}
#header.hover #gnb li.on .oneD:after ,#header.scrolled #gnb li .oneD:after{
    background: #0da944;
}
#header .gnbBg {
    position: absolute;
    top: 89px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 389px;
    border-top: 1px solid #e0e0e0;
    background:#fbfbfb;
    display: none;
}
.gdd_slide {
    background-color: #fff;
}
.gdd_top_banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 1;
}
.gdd_top_banner .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hd-yy .swiper-container {
     width: 100%;
     height: 100%;
}

.hd-yy .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow:hidden;
  }

.hd-yy  .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
   color:#fff;
}


@media (min-width: 768px){
    .visible-xs {
        display: none!important;
    }
}
#header.main.scrolled, #header.main.hover {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}
.gdd_top_banner .txtArea {
    position: absolute;
    top: 61%;
    left: 0;
    width: 100%;
    text-align: left;
    width: 50%;
    padding-left: 0.7rem;
}
.gdd_top_banner .txtArea .tit {
    position: relative;
    top: -100px;
    opacity: 0;
    font-size: 26px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}
 .txtArea{
    display: none;
}
.gdd_top_banner .txtArea .txt {
    position: relative;
    top: -25px;
    opacity: 0;
    line-height: 1;
    margin-top: 22px;
    font-size: 70px;
    font-weight: 500;
    color: #fff;
}
.gdd_top_banner .swiper-pagination {
    width: 20px;
    height: 30px;
    line-height: 30px;
    right: 2% !important;
    left: auto;
    top: 35%;
}
.gdd_top_banner .swiper-pagination-bullet {
    background-color: #fff;
    margin: 20px 1px !important;
    width: 10px;height: 10px;
}
.gdd_top_banner .swiper-pagination-bullet-active {
    position: relative;
    transform: scale(1.5);
    border: 1px solid #fff;
    background-color: transparent;
    position: relative;
}
.gdd_top_banner .swiper-pagination-bullet-active:after{
    display: block;
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
    margin: 2px;
}

#header.main .rightDiv .lang > a span {
    color: #fff;
    background: url(../image/main_lang_moreIcon.png) no-repeat right center;
    padding: 0 12px 0 12px;
    display: inline-block;
    margin-right: 10px;
}

.gdd_pub_title.dxEnd,
.title_banner h3.dxEnd,
.title_banner p.dxEnd,
.gdd_cover_out.dxEnd,
.mainCon1 > .conArea .boxArea .box.dxEnd,
.title_banner .banner_btn.dxEnd,
#mainNewsContent.dxEnd,
.gdd_news_box.dxEnd,
#mainQuickBannerContent.dxEnd,
.mainCon33 .inner.dxEnd,
.gdd_gold_designer.dxEnd {
    opacity: 1;
    transform: none;
    transition: all 1s;
}

#app_body{
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 2;
    
}
#py_index{
    width: 100%;overflow: hidden;
}
.hd-yy{
    width: 90%;margin:80px 0 120px 10%;
}
.hd-yy .title{
    width: 100%;overflow: hidden;
    position: relative;
}
.hd-yy .title p{
    font-size: 80px;
    color: #eeeeee;
    text-transform: uppercase;
    font-weight: 600;
}
.hd-yy .title span{
    font-size: 43px;
    color: #333;
    display: inline-block;
    position: absolute;
    font-weight: 600;
    top: 34px;
}
.hd-yy .content{
    width: 100%;
    position: relative;
    height: 650px;
}
.clearfix{
    clear: both;
}
.hd-yy .content .left{
    float: left;
    margin-top: 50px;
    text-align: center;
}
.hd-yy .content .left a{
    display: block;
    font-size: 22px;
    color: #666666;
    margin: 43px 0;
    position: relative;
    cursor: pointer;
}
.hd-yy .content .left a.cur:after{
    position: absolute;
    content: '';
    width: 50%;
    height: 1px;
    background: #0da944;
    top: 43px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hd-yy .content .left a.cur{
    color: #0da944;
}
.hd-yy .content .right{
    position: absolute;
    height: 650px;
    left: 22%;
    top: -15px;
    z-index: 1;
    width: 78%;
}
.linh .fit{
    background: #fff;
    height: 100%;
    width: 565px;
}
.linh .fit p{
    font-size: 16px;
    color: #999999;
}
.linh .fit span{
    font-size: 16px;
    color: #333;
}
.paddt{
    display: none;
    font-size: 16px;
    font-size: 16px;
    width: 400px;
    margin: 90px auto;
    line-height: 31px;
    color: #333;
}
.paddt p{
    color: #999999;
    margin-bottom: 30px
}
.fit{
    background: #fff;
    width: 565px;
    height: 750px;
    position: absolute;
    top: -50px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0px 0px 3px 1px #f9f9f9;
}
.fit a{
    font-size: 16px;
    height: 40px;
    width: 175px;
    text-align: center;
    border: 1px solid #0da944;
    display: block;
    line-height: 40px;
    color: #0da944;
    position: absolute;
    bottom: 228px;
}
.swiper-bit{
    position: absolute;
    bottom: 80px;
    right: 100px;
    font-size: 36px;
    color: #999999;
}
.swiper-bit .swiper-button-prev2{
    width: 32px;height: 16px;
    position: absolute;
    background: url(../image/sildpre.png) no-repeat;
    left: -58px;
    top: 10px;
    cursor: pointer;
}
.swiper-bit .swiper-button-next2{
    width: 32px;height: 16px;
    position: absolute;
    background: url(../image/sildnext.png) no-repeat;
    right: -58px;
    top: 10px;
    cursor: pointer;
}
.swiper-bit b{
    font-size: 50px;
    color: #333;
    font-weight: 400
}
#ab_index{
    width: 100%;overflow: hidden;position: relative;
}
.hhs{
    width: 100%;height: 100%;
}
.ab_txt_contain{
    width: 1045px;
    margin: 0 auto;
    overflow: hidden;
    padding: 70px 0;
    text-align: center;
}
.ab_txt_contain .title p{
    font-size: 80px;
    color: #eeeeee;
    text-transform: uppercase;
    font-weight: 600;
}
.abtxt {
    font-size: 16px;
    color: #999999;
    line-height: 33px;
    padding: 0 75px;
    margin: 45px 0 100px 0;
}
.ab_txt_contain .title {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.ab_txt_contain .title span{
    font-size: 43px;
    color: #333;
    display: inline-block;
    position: absolute;
    font-weight: 600;
    top: 34px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.ab_txt_contain .list{
    width: 100%;overflow: hidden;
        display: flex;
    flex-direction: row;
}
.ab_txt_contain .list a{
    display: block;
    flex: 1;
    height: 120px;
    background: rgba(255, 255, 255,.6);
    margin-right: 15px;
}
.ab_txt_contain .list a:last-child{
    margin-right: 0;
}
.ab_txt_contain .list p{
    font-size: 16px;
    color: #333;
    padding-top: 28px;
    padding-bottom: 20px;
}
.ab_txt_contain .list .cout{
    font-size: 36px;
    color: #0da944;
    font-weight: 600;
}
.ab_txt_contain .list .cout b{
    font-size: 16px;
    color: #999999;
    padding-left: 10px;
}
.ab_txt_contain .more{
    display: block;
    width: 620px;
    background: #0da944;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 20px;
    margin: 30px auto;
}
.tzz .hd-yy{
    margin-bottom: 80px;
}
.tzz .hd-yy .content {
    height: 505px;overflow: hidden;
}
.tzz .hd-yy .content .right{
    height: auto;top: 80px; 
}
.linhTwo a img{
    display: block;width: 100%;
}
.index_news{
    background:url(../image/newbg.png) 0 0 / 100% no-repeat fixed;
}
.index_news .ab_txt_contain{
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    padding: 70px 0;
    text-align: center;
    max-width: 1522px;
}
.jevr{
    width: 100%;
    overflow: hidden;
    margin: 120px 0 0 0;
}
.jevr .left{
    float: left;
    width: 45%;
    
}
.fect img{
    max-width: 100%;
    margin-bottom: 25px;
    transition: all .5s;
}
.fect img:hover{
    transform: scale(1.1);
}
.listns{
    display: block;
    overflow: hidden;
}
.jevr .right{
    float: right;
    width: 50%;
    overflow-y: scroll;
}
.listns .l{
    float: left;
    width: 90px;
    color: #333333;
    position: relative;
    text-align: right;
}
.listns .l:after{
    position: absolute;
    content: '';
    width: 4px;
    height: 22px;
    background: #000;
    top: 4px;
    right: -21px;
}
.jevr .right .listns{
   margin-bottom: 40px;
}
.jevr .right .listns .r{
    border-bottom: 1px solid #c7e6d2;
     padding:0 0 40px 0;
}
.listns .l span{
    font-size: 30px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.listns .l p{
    font-size: 18px;
}
.listns .r{
    float: right;
    width: 80%;
    text-align: left;
}
.listns .r p{
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-top: 3px;
}
.listns .r span{
    font-size: 16px;
    color: #999999;
    display: block;
    line-height: 30px;
    margin-top: 10px;
}
.jevr .right::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: #fff;
}
.jevr .right::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 10px 6px 0 #aaaaaa;
}
.jevr .right::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0px 0 0px #aaaaaa;
    border-radius: 10px;
}
.link-more{
    width: 175px;
    height: 40px;
    background: #fff;
    color: #0da944;
    border: 1px solid #0da944;
    line-height: 40px;
    display: block;
    margin: 50px auto 0 auto;
}

#footerWrap {
    position: relative;
    background:url(../image/footbg.png) no-repeat;
        background-size: cover;
}
.gdd_foot2 {
    width: 80%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 45px 0 0 0;
}

.gdd_f_list_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gdd_f_list_box .gdd_f_list {
    width: 75%;
    display: flex;
    justify-content: space-between;
}
.gdd_f_list_box .gdd_f_list dt {
    margin-bottom: 30px;
}

.gdd_f_list_box .gdd_f_list dt a {
    font-size: 18px;
    color: #fff;
}
.ewm_bot_box{
    text-align: center;
    font-size: 14px;
    color: #7d8694;
    line-height: 40px;
}
.gdd_f_list_box .gdd_f_list dd a {
    font-size: 14px;
    color: #7d8694;
}
.gdd_f_ewm_box .top_ewm {
    width: 1rem;
    height: 1rem;
}

.gdd_f_ewm_box .top_ewm img {
    width: 100%;
}
.gdd_foot_line {
    border-top: 1px solid #7d8694;
    margin-top: 30px;
}
.gdd_foot_copyright_box {
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.gdd_foot_copyright_box a{
    font-size: 14px;
    color: #7d8694;
}
.gdd_f_list_box .gdd_f_list dd {
    margin-bottom: 10px;
}
.swiper-Tbit{
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
}
.swiper-Tbit .swiper-button-prev3{
   width:56px;height: 56px;
   background: url(../image/pre.png) no-repeat;
   background-size: 100%;
   cursor: pointer;
   margin-right: 28px;
   flex:1;
}
.swiper-Tbit .swiper-button-next3{
   width:56px;height: 56px;
   background: url(../image/next.png) no-repeat;
   background-size: 100%;
   cursor: pointer;
   flex:1;
}
.slidesss img{
    width: 100%;
}
.slidesss{
    width: 100%;
    overflow: hidden;
    height: 410px;
    background-size: cover
}
.position{
    width: 100%;
    height: 63px;
    border-bottom: 1px solid #ddd;
    line-height: 63px;
    font-size: 14px;
}
.position .urHere{
    width: 90%;
    margin: 0 auto;
    color: #333;
    overflow: hidden;
     white-space: nowrap;
    text-overflow: ellipsis;
}
.position .urHere span{
    color: #0da944;
}
.urHere a:first-child {
    background: url(../image/pstion.png) left center no-repeat;
    padding-left: 20px;
}
.contain-s{
    width: 90%;margin: 0 auto;
}
.profile {
    position: relative;
    padding: 110px 0 80px 0;
    overflow: hidden;
}
.profile .coverimg{
    position: absolute;
    left: 0;
    width: 38%;
    display: block;
    top: 60px;
    z-index: 1;
}
.htmd{
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}
.profile .content{
    width: 68%;
    float: right;
    overflow: hidden;
    background: #fff;
}
.profile .content .detil{
    width:86%;
    float: right;
    padding: 50px 20px 50px 0;
}
.profile .content .detil .wid{
     font-size: 30px;
    color: #333;
    font-weight: 500;
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.profile .content .detil .wid span{
    font-size: 16px;
    color: #999999;
}
.chane{
    background-size: cover;
    width: 100%;
    height: 779px;
    position: relative;
}
.chane .tx{
    position: absolute;
    width: 39%;
    right: 11%;
    top: 177px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
    line-height: 29px;
    font-size: 14px;
    color: #333333;
    text-align: left;
}
/**---全屏华恒文化**/
.contain-1200{
    width: 1200px;
    margin: 0 auto;
}
.cult_1{
    width: 100%;
    overflow: hidden;
    display: flex;
    margin: 6% 0 12% 0;
    justify-content: space-between;
    align-content: space-between;
}
.cult_1 a{
    display: block;
}
.cult_1 a img{
    width: 100%;
    transition: all .5s;
}
.cult_title{
    display: block;
    margin: 30px auto 9% auto;
    text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: 500;
    position: relative
}
.cult_title:after{
    position: absolute;
    width: 60px;
    height: 2px;
    background: #0da944;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    top: 50px;
}
.cult_2 {
    width: 100%;
    overflow: hidden;
    display: flex;
    margin: 0 0 12% 0;
    justify-content: space-around;
    align-content: space-around;
}
.cult_2 a {
    display: block;flex: 1;
}
.cult_2 a img{
   max-width: 100%;transition: all .5s;
}
.cult_2 a:first-child img:first-child{
    margin-bottom: 20px;
}
.part-content{
    width: 100%;
    overflow: hidden;
    background: #f7f7f7;
    padding: 60px 0 60px 0;
    margin-bottom: 10%;
}
.cult_3{
    width: 100%;
}
.cult_3 a{
  width: 386px;height: 237px;margin-bottom: 18px;
  margin-right: 18px;
  display: block;
  float: left;
  box-shadow: 0px 1px 7px -4px #a0a0a0;
}
.cult_3 a:nth-child(3n){
    margin-right: 0;
}
.cult_3 a img{
    width: 100%;transition: all .5s;
}
.cult_1 img:hover,.cult_2 img:hover,.cult_3 img:hover{
    transform: scale(1.1);
}
/**---全屏华恒文化**/
/**---全屏华恒荣誉**/
.plh {
    width: 100%;
    overflow: hidden;
    width: 100%;
    overflow: hidden;
    margin: 70px 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.plh a {
    width: 280px;
    height: 265px;
    float: left;
    margin-right: 20px;
    background: #f5f5f5;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}
.plh a img {
    width: 260px;
    height: 168px;
    display: block;
    margin: 10px auto;
   transition: all .5s;
} 
.plh a img:hover{
     transform: scale(1.1);
}
.plh a p {
    width: 260px;
    margin: 0 auto;
    font-size: 16px;
    color: #000;
    line-height: 19px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px dashed #bcbcbc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.plh a span {
    display: block;
    font-size: 14px;
    color: #666666;
    padding: 16px 10px;
}

.bigimg {
    width: 40%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 9999;
    border: 10px solid #fff;
    height: auto !important
}
.masks {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.9;
    filter: Alpha(opacity=50);
    z-index: 98;
    transition: all 1s;
    display: none;
}
.masks>img {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 60px;
}
/**---全屏华恒荣誉**/
/**---全屏产品**/
.tabpan{
    max-width: 1480px;
    margin: 70px auto 0 auto;
    text-align: center;
    padding: 3.5% 0;
}
.tabpan .tx{
    width: 55%;
    margin:0 auto;
    font-size: 16px;
    padding: 0 5%;
    color: #333333;
    text-align: left;
    background: rgba(255, 255, 255,.9);
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}
.tabpan .tx p{
        text-align: center;
    color: #0da944;
    font-size: 30px;
    font-weight: 500;
}
.tabpan .tx span{
    display: block;
    color: #000;
    line-height: 25px;
    font-weight: 400;
}
.contain-1480{
    max-width: 1480px;
    margin: 0 auto;
}
/**20221227**/
.dowebok{
    width: 100%;
    overflow: hidden;
    margin-bottom: 70px;
}
.dowebok .ab_txt_contain .title span{
    position: relative;
    top:auto;
}
.dowebok-1{
    width: 100%;overflow: hidden;display: block;
}
.dowebok .tabNav-one span{
    position: relative;
    color: #000;
    text-align: center;
    display: block;
    font-size: 20px;
    top: auto;
    left: auto;
    margin: 5% 0;
}
.dowebok .ab_2{
    padding-top: 30px;
}
.tabNav-1 {
    width: 100%;overflow: hidden;
}
/**20221227**/
.fieldtip{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin: 3% 0;
}
.fieldtip .l .title{
    font-size: 26px;
    color: #333;
    border-bottom: 1px solid #9d9d9d;
}
.fieldtip .l .title span{
    display: inline-block;
    border-bottom: 1px solid #0da944;
    padding-bottom: 1.7%;
}
.complementary{
    margin: 4% 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.col-left{
    width: 38%;
    max-width: 440px;
    border: 1px solid #bfbfbf;
}
.col-left img{
    display: block;
    width: 100%;
}
.col-right{
    width: 58%;
}
.cumlo{
    font-size: 24px;
    color: #333;
    border-bottom: 1px solid #cecdcd;
    padding: 2% 0 3% 0;
    margin-bottom: 5%;
}
.J_Moduless{
    font-size: 18px;
    display: block;
    border-bottom: 2px solid #06ab73;
}
.J_Moduless span{
        display: inline-block;
    background: #06ab73;
    color: #fff;
    padding: 0.8% 2%;
}
.J_detail{
        padding: 3% 0;
    line-height: normal;
}
.J_detail img{
    max-width: 100%;
}
.J_word a{
    font-size: 18px;
    color: #06ab73;
    display: block;
    margin-bottom: 1.5%;
    background: url(../image/down.png) no-repeat;
    background-size: contain;
    text-indent: 25px;
}
.fieldtip .l{
   width: 75%;
}
.fieldtip .r{
   width: 21%;
}
.fieldtip .r .J_Moduless{
    border-bottom: none;
}
.fieldtip .r .J_Moduless span{
   padding: 3% 7%;
}
.tbh-member{
    width: 100%;
    overflow: hidden;
    margin-top: 9%;
}
.tbh{
    width: 100%;
    overflow: hidden;
    margin-bottom: 10%;
    background: #f6f6f6;
    font-size: 17px;
   color: #06ab73;
}
.tbh-member .tbh:last-child{
    margin-bottom: 0;
}
.tbh .bus{
   padding: 7% 7%;
}
.tbh .bus p{
  line-height: 30px;
}
.tbh img{
    width: 100%;
    display: block;
}
.reltecat{
    width: 75%;
    margin: 0 0 5% 0;
}
.reltecat a{
    display: block;
    font-size: 18px;
    color: #06ab73;
    padding: 1% 1.5%;
    margin-bottom: 1%;
    background: url(../image/mpr.png) #f6f6f6 no-repeat 98% center;
    background-size: 1%;
}
.reltecat a:last-child{
    margin-bottom: 0;
}
.col-right p{
    font-size: 16px;
    color: #333;
    line-height: 35px;
}
.dowebok-1 span{
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    float: left;
    padding: 10px 15px;
    background: #f0eaea;
    margin-right: 10px;
    cursor: pointer;
}
.dowebok-1 span.cur{
    background: #f8f8f8;
}
/**20221227**/
.tabNav-1 a {
    display: block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
    overflow: hidden;
}
/**20221227**/
.tabNav-1 a span{
    font-size: 26px;
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
}
.tabNav-1 a:nth-child(3n){
    margin-right: 0;
}
/**20221227**/
.searchlist{
    margin-top: 5%;
}
.nodata{
   font-size: 18px;
    min-height: 400px;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    justify-content: center;
    color: #b8b8b8ed;   
}
.searchlist .dowebok{
    margin-bottom: 0;
}
.tabNav{
    width: 100%;
    background: #fff;
    overflow: hidden;
}/**20221227**/
.tabNav .content{
    line-height: 30px;
    padding: 0 50px 30px 0;
}
.tabNav .content img{
    max-width: 100%;
    width: auto;
}
.tabNav-1 img{
    width: 100%;transition: all .5s;
}
.tabNav-1 img:hover{
   transform: scale(1.1);
}
.vad{
    max-width: 750px;
    margin: 50px auto;
}
.hhd{
    width: 100%;
    overflow: hidden;
    padding: 70px 0;
    background: #f8f8f8;
}
.hhd .p{
    text-align: center;
    font-size: 30px;
    color: #333333;
    font-weight: 500;
}
.hhd a{
    display: block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-top: 2%;
}
.hhd a:nth-child(3n){
    margin-right: 0;
}
.hhd a img{
   width: 100%;transition: all .5s;
}
.hhd img:hover{
   transform: scale(1.1);
}
/**---全屏产品**/
/**---全屏生产基地**/
.dpca{
    width: 100%;
    height: 640px;
    position: relative;
    margin-bottom: 200px;
}
.dpca .swiper-container {
    width: 100%;
    height: 100%;
}
.dpca .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
}
.filtrateall{
    background: #fff;
    width: 43%;
    height: 65%;
    position: absolute;
    top: 18%;
    z-index: 1;
    right: 0;
}
.filtrate {
    font-size: 16px;
    width: 80%;
    margin: 2% 0 0 6%;
    color: #666666;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}
.filtrate span{
    line-height: normal;
    display: block;
}
.filtrate p{
    font-size: 26px;
    color: #333;
}
.rate-bit {
    position: absolute;
    bottom: -9%;
    right: 10%;
    font-size: 36px;
    color: #999999;
}
.rate-bit .swiper-button-next2 {
    width: 60px;
    height: 60px;
    position: absolute;
    background: url(../image/nd.png) no-repeat;
    right: -58px;
    top: 10px;
    cursor: pointer;
}
.filtrate a {
    width: 40px;
    height: 1px;
    background: #0da944;
    display: block;
}
.rate-bit .swiper-button-prev2 {
    width: 60px;
    height: 60px;
    position: absolute;
    background: url(../image/pd.png) no-repeat;
    left: -100px;
    top: 10px;
    cursor: pointer;
}
/**---全屏生产基地**/

/**---全屏科研实力**/
.scient .tabpan{
    padding: 6.5% 0;
}
.scient .hhd{
    background: #fff;padding: 30px 0 70px 0;
}
.scient .hhd a{
    position: relative;
}
.scient .hhd a span {
    display: block;
    font-size: 14px;
    color: #fff;
    bottom: 6%;
    position: absolute;
    left: 5%;
}
/**---全屏科研实力**/

/**---全屏科研成果**/
.achieve .profile .coverimg{
    z-index: 0;
}
.achieve .profile .content .detil {
    width: auto;
    float: none;
    padding: 30px 20px 30px 30px;
}
.achieve .profile .content .detil .wid {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.achieve .profile .coverimg{
    width: 52%;
}
.achieve .profile a{
   font-size: 16px;
    color: #0da944;
    border: 1px solid #0da944;
    margin-top: 4%;
    display: inline-block;
    padding: 1.3% 4%; 
}
.achieve-list a{
    display: block;
    float: left;
    width: 21.1%;
    margin-right: 5.2%;
    position: relative;
}
.achieve-list a:nth-child(4){
    margin-right: 0;
}
.achieve-list a img{
    width: 100%;
    transition: all .5s;
}
.achieve-list a img:hover{
   transform: scale(1.1);
}
.achieve-list a span {
    display: block;
    position: absolute;
    background: #0da944;
    width: 75%;
    bottom: -5%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 6% 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.achieve-list{
      padding-bottom: 130px;overflow: hidden;
}
/**---全屏科研成果**/
/**---全屏研发投入**/
.aging img{
    max-width: 100%;
}
.aging{
    margin: 4% auto;line-height: normal
}
/**---全屏研发投入**/
/**---全屏新闻中心**/
.caselist{
    position: relative;
    padding: 70px 0 20px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.caselist a {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    display: block
}
.caselist a img {
    width: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.caselist a img:hover{
    transform: scale(1.1);
}
.caselist a:nth-child(3n) {
    margin-right: 0;
}
.caselist .item_bot_txt {
    padding: 25px 25px 20px 25px;
    background-color: #f5f5f5;
}
.caselist .item_bot_txt p {
    font-size: 20px;
    color: #333333;
    margin-bottom: 25px;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
    text-overflow: ellipsis;
}
.caselist .item_bot_txt .time {
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
    display: block;
}
.caselist .item_bot_txt .description{
    font-size: 14px;
    color: #999999;
    margin-bottom: 10px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 65px;
}
.pager{
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 70px;
}
.pager a{
    display: inline-block;
    background: #f5f5f5;
    padding: 10px 15px;
    font-size: 16px;
    color: #999999;
    margin-right: 6px;
}
.pager a.active{
    background: #0da944;
    color: #fff;
}
.pager a.disable{
        cursor: not-allowed;
}
.sk-1{
     padding: 2% 2%;
    background: #fff;
    margin-top: 70px;
}
.sk-1 video{
    width: 100%;
}
.sk-1 img{
    width: 100%;
}
.new-pmd{
    text-align: center;
    overflow: hidden;
    width: 100%;
    font-size: 40px;
    color: #333;
    font-weight: 600;
    line-height: normal;
    margin: 70px 0 0 0;
}
.new-pmd-time{
    font-size: 16px;
    color: #666666;
    text-align: center;
    overflow: hidden;
    width: 100%;
    line-height: normal;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 50px;
    padding: 30px 0;
}
.new-pmd-content{
    overflow: hidden;
    width: 100%;
    line-height: normal;
    margin-bottom: 50px;
}
.new-pmd-content img{
    max-width: 100%;
}
.lift {
    width: 100%;
    overflow: hidden;
    margin-bottom: 70px;
    font-size: 16px;
    color: #999999;
    display: flex;
    text-align: -webkit-center;
    align-items: stretch;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    line-height: normal;
}
.lift a{
    font-size: 16px;
    color: #999999;
}
.lift:hover,.lift:hover a{
    color: #0da944;
}
.lift span.na{
    background: url(../image/rja.png) left center no-repeat;
    padding-left: 30px;
}
.lift:hover span.na{
    background: url(../image/rjb.png) left center no-repeat;
}
.lift span.nb{
    background: url(../image/nja.png) right center no-repeat;
    padding-right: 30px;
}
.lift:hover span.nb{
    background: url(../image/njb.png) right center no-repeat;
}
/**---全屏新闻中心**/
/**---全屏投资者关系**/
.investor .ab_txt_contain{
    width: 100%;
    padding-bottom: 0;
}
.investor .link-more {
    text-align: center;
    margin: 0 auto 70px auto;
}
.tzzg{
    background-size: cover;
    width: 100%;
    height: 660px;
    position: relative;
}
.tzzg .link-more {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 50%;
    top: 50%;
}
/**---全屏投资者关系**/
/**---全屏可持续发展**/
.abstract{
    font-size: 18px;
    color: #38764e;
    background: #f3fbf5;
    width: 75%;
    margin: 40px auto;
    text-align: center;
    padding: 20px 0;
    font-weight: 500;
    line-height: normal;
}
.abstract_content{
    font-size: 16px;
    text-align: center;
    line-height: 35px;
}
.abstract_shte{
    display: flex;
    text-align: -webkit-center;
    align-items: stretch;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    line-height: normal;
    width: 100%;
    position: relative;
}
.develop-1{
    width: 100%;
    overflow: hidden;
    padding: 45px 0;
    background: #f8f8f8;
    margin: 50px 0;
}
.abstract_shte a span{
    display: block;
    font-size: 19px;
    color: #0da944;
    text-align: left;
    font-weight: 600;
    margin-bottom: 25px;
}
.abstract_shte a:last-child span{
    color: #d82e2e;
}
.abstract_shte img{
    max-width: 100%;
    transition: all .5s;
}
.abstract_shte img:hover{
    transform: scale(1.1);
}
.c-row{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    top: 20%;
    z-index: 0;
    max-width: 370px;
}
.c-row p{
    color: #0da944;
    font-size: 19px;
    margin-top: 30px;
    font-weight: 600
}
.c-row img{
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 19%;
}

.c-row-1{
    width: 165px;
    height: 165px;
    padding: 15px;
    border-radius: 100%;
    background: #fefefe;
    text-align: center;
    border: solid 1px #ebeced;
    
     
}
.c-row-1:hover{
    animation: externalHalo 3s linear;
    animation-iteration-count:infinite;
    background: url(../image/loading-circle@2x.png) no-repeat;
    background-size: contain;
}
.c-row-2{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0px 0px 6px 1px #dcdfdb;
    position: relative;

}
.c-row-2:hover{
        animation: internalAvatar 3s linear;
    animation-iteration-count:infinite;
    background: url(../image/loading-circle@2x.png) no-repeat;
    background-size: contain;
}
@keyframes externalHalo {
    0%{
      transform: rotate(0deg);
    }
    25%{
      transform: rotate(90deg);
    }
    50%{
      transform: rotate(180deg);
    }
    100%{
      transform: rotate(360deg);
    }
  }
  @keyframes internalAvatar {
      0%{
      transform: rotate(-360deg);
    }
    25%{
      transform: rotate(-180deg);
    }
    50%{
      transform: rotate(-90deg);
    }
   100%{
      transform: rotate(0deg);
    }   
    
  }
  .abstract_shte a{
      display: block;    width: 36%;
  }
  .molecule{
    display: flex;
    text-align: -webkit-center;
    align-items: stretch;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    line-height: normal;
    width: 100%;
    position: relative;
    margin: 70px 0;
  }
  .molecule .nubx {
    width: 48.5%;
    height: 182px;
    text-align: left;
    display: flex;
    text-align: -webkit-center;
    align-items: stretch;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    line-height: normal;
    position: relative;
    box-shadow: 0 0 6px -1px #a4a4a4;
  }
  .molecule .nubx img{
    display: block;
    height: 172px;
    width: 262px;
    padding: 5px;
    box-shadow: 0 0 6px -1px #a4a4a4;
    cursor: pointer;
    transition: all .5s;
  }
  .molecule .nubx img:hover{
      transform: scale(1.1);
  }
  .molecule .nubx .bv{
      width: 57%;
      text-align: left;
  }
  .molecule .nubx .bv p{
    font-size: 18px;
    color: #333;
    font-weight: 600;
    position: relative;
    margin: 20px 0;
    text-align: left;
    text-indent: 0px;
    padding-left: 20px;
  }
  .molecule .nubx .bv p:before{
      width: 7px;height: 7px;
      content: '';
      position: absolute;
      background: #0da944;
      left: 0;
      top: 8px;
  }
  .molecule .nubx  span{
      display: block;
  }
  .molecule-1 span{
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
    background: url(../image/icon2.png) 0px 5px no-repeat;
    padding-left: 23px;
  }
  .molecule-2 span{
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
    line-height: 23px;
    padding-left: 20px;
  }
  .xsmall {
    text-align: center;
    overflow: hidden;
    width: 100%;
    margin-bottom: 70px;
  }
  .xsmall img{
      max-width: 100%;
  }
  .merge{
    display: flex;
    text-align: -webkit-center;
    align-items: stretch;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    line-height: normal;
    width: auto;
    position: relative;
    box-shadow: 0 0 8px -1px #a4a4a4;
    margin-bottom: 70px;
    padding: 30px 25px;
    font-size: 18px;
  }
  .merge span {
    color: #333;
    position: relative;
    display: inline-block;
    padding-left: 20px;
  }
  .merge span b{
      color:#0da944;
      position: relative;
  }
  .merge span:after{
    width: 7px;
    height: 7px;
    content: '';
    position: absolute;
    background: #0da944;
    left: 0;
    top: 8px;
  }
/**---全屏可持续发展**/
/**---全屏联系方式**/
.contact .caselist .item_bot_txt{
    background: #fff;
    border: 1px solid #dddddd;    
}
.contact .caselist .item_bot_txt .description{
     margin-bottom:5px;
     min-height: auto;
}
.abhuah{
    width: 100%;
    overflow: hidden;
    background: #f9fafb;
    margin: 50px 0 0 0;
    padding: 70px 0;
}
.part-a{
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 40px 0;
    display: flex;
    text-align: -webkit-center;
    align-items: stretch;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    line-height: normal;
    width: 100%;
    position: relative;
}
.bd-1 p{
    font-size: 40px;
    color: #333;
}
.bd-1 span{
    font-size: 16px;
    color: #999999;
    display: block;
    text-transform: uppercase;
    margin-top: 15px;
}
.bd-2 {
    font-size: 20px;
    color: #d70000;
    display: flex;
    text-align: -webkit-center;
    align-items: stretch;
    align-content: space-evenly;
    flex-wrap: wrap;
    line-height: normal;
    position: relative;
    font-weight: 600    
}
.bd-2 span{
    display: block;
    line-height: 50px;
    background-size: contain;
    padding-left: 70px;
}
.bd-2 span:first-child{
    background: url(../image/hhtel.png) no-repeat;    margin-right: 60px;
}
.bd-2 span:last-child{
    background: url(../image/hhfax.png) no-repeat;
}
.part-b{
        display: flex;
    text-align: -webkit-center;
    align-items: stretch;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    line-height: normal;
    width: 100%;
    position: relative;
}
.loa{
    margin: 50px 0 0 0;
    text-align: left;
}
.loa p{
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.loa b{
     font-size: 16px;
    color: #333;
   display: block;
    margin-top: 40px;
}
.loa span {
    font-size: 16px;
    color: #333;
    display: block;
    background: url(../image/message.png) 0 6px no-repeat;
    text-indent: 25px;
    line-height: normal;
}

/**---全屏联系方式**/
/**---全屏招贤纳士**/
.contain-1107{
    width: 1107px;
    margin: 0 auto;
}
.job_content p{
    font-size: 16px;
    text-align: center;
    color: #999999;
    line-height: 30px;
    margin-bottom: 45px;
}
.job_content img{
    max-width: 100%;
     transition: all .5s;
     cursor: pointer;
     text-align: center;
}
.job_content img:hover{
    transform: scale(1.1);
}
.breadcrumb{
    background: #0da944;
    font-size: 16px;
    color: #f5f5f5;
    position: relative;
    height: 50px;
    line-height: 50px;
    margin-top: 90px;
    padding: 0 30px;
}
.breadcrumb span{
    display: block;
    float: left;
    width: 23%;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  
}
.breadcrumb span:last-child{
    width: 8%;
}
.breadcrumb-item{
     background: #faf9f9;
    font-size: 16px;
    color: #333;
    position: relative;
    height: 80px;
    line-height: 80px;
    padding: 0 30px;
}
.breadcrumb-item:nth-child(2n){
    background: #ededed;
}
.breadcrumb-item span{
    display: block;
    float: left;
    width: 23%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}
.breadcrumb-list{
    width: 100%;
    overflow: hidden;
}
.breadcrumb-pager{
    width: 100%;
    background: #faf9f9;
    padding: 30px 0;
    margin-bottom: 70px;
}
.breadcrumb-pager .pager{
     margin-bottom: 0;
}
.breadcrumb-item span a{
    color: #0da944;
    border: 1px solid #0da944;
    padding: 3px 11px;
    border-radius: 17px;
    display: inline;
}
.breadcrumb-item span a:hover{
    background: #0da944;
    color: #f5f5f5;
}
.breadcrumb-item span:last-child{
    width: 8%;
}
.linenums{
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin: 70px 0;
}
.linenums-1{
    font-size: 36px;
    text-align: center;
    color: #000;
    margin: 40px 0;
    font-weight: 500;
}
.linenums-2{
    background: #ededed;
    height: 110px;
    line-height: 110px;
    font-size: 20px;
    color: #333333;
    display: flex;
    text-align: -webkit-center;
    align-items: stretch;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 0 50px;
    position: relative;
}
.linenums-2 span{
    padding-left: 30px;
}
.linenums-2 span:nth-child(1){
    background: url(../image/jb1.png) left center no-repeat;
}
.linenums-2 span:nth-child(2){
    background: url(../image/jb2.png) left center no-repeat;
}
.linenums-2 span:nth-child(3){
    background: url(../image/jb3.png) left center no-repeat;
}
.linenums-2 span:nth-child(4){
    background: url(../image/jb4.png) left center no-repeat;
}
.linenums-3 {
    padding: 70px 50px;
}
.linenums-3 .title {
     font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 48px;
}
.linenums-3 .right {
    margin-left: 20px;
    display: inline-block;
    width: auto;
    font-size: 16px;
    color: #666666;
    line-height: 48px;
    vertical-align: top;
    white-space: pre-line;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
    margin-top: -48px;
}
.pv15 {
    padding: 15px 0;
}
.linenums .bottom {
    height: 110px;
    padding: 0 30px;
    background: #ededed;
    line-height: 110px;
    overflow: hidden;

}
.linenums .bottom a{
    margin-right: 10px;
    display: inline-block;
    width: 140px;
    height: 55px;
    background: #0da944;
    font-size: 20px;
    color: #ffffff;
    line-height: 55px;
    text-align: center;
    vertical-align: middle;
    transition: all 0.2s;
    border: 1px solid #0da944;
}
.linenums .bottom a.backtolist{
    color: #999999;
    background: #fff;
    border: 1px solid #d0c1c1;
}
.tm-content{
    padding: 30px;
}
.tm-content .layui-layer-title{
    font-size: 20px;
    text-align: center;
    padding: 0;
    line-height: 42px;
    background: #fff;
    border-bottom: none;
    margin: 20px 0;
    color: #333;
    font-weight: 600;
}
.tm-content .layui-layer-btn{
    text-align: center;
}
.tm-content .layui-layer-btn .layui-layer-btn0 {
    border-color: #0da944;
    background-color: #0da944;
    color: #fff;
    padding: 5px 106px;
    margin-bottom: 20px;
}
.mz{
    margin: 0 40px 20px 40px;
}
.mz span{
    font-size: 16px;
}
.mz input{
    width: 240px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ebe5e5;
    text-indent: 10px;
}
/**---全屏招贤纳士**/
/**1720华恒文化**/
   /**20221227**/
@media screen and (max-width:1830px){
    #header #gnb > li {
    padding: 0 18px;
}
    
}
   /**20221227**/
@media screen and (max-width:1720px){
    .gdd_top_banner .txtArea .txt {
        font-size: 60px;
    }
    .profile .content .detil .wid {
        font-size: 25px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .htmd {
        font-size: 14px;
        line-height: 20px;
    }
    /**---1720生产基地**/
     .filtrate p {
        font-size: 20px;
     }
     .filtrate span {
        font-size: 14px;
    }
    .dpca {
        margin-bottom: 100px;
    }
    .rate-bit .swiper-button-prev2 {
        width: 30px;
        height: 30px;
        position: absolute;
        background: url(../image/pd.png) no-repeat;
        left: -25px;
        top: 10px;
        background-size: cover;
        cursor: pointer;
    }
    .rate-bit .swiper-button-next2 {
        width: 30px;
        height: 30px;
        position: absolute;
        background: url(../image/nd.png) no-repeat;
        right: -58px;
        top: 10px;
        background-size: cover;
        cursor: pointer;
    }    
    .rate-bit {
        bottom: -5%;
    }
    /**---1720生产基地**/
}
@media screen and (max-width:1600px){
    /**20221227**/
    .nodata {
        font-size: 14px;
        min-height: 300px;
    }
    .fieldtip .l .title{
      font-size: 24px;  
    }
    .cumlo {
       font-size: 20px;
    }
    .col-right p {
        font-size: 16px;
        line-height: 30px;
    }
    .J_Moduless {
         font-size: 15px;
    }
    .J_word a {
        font-size: 15px;
    }
    .reltecat a{
        font-size: 15px;
    }
    .tbh{
        font-size: 14px;
    }
    .tbh .bus p {
        line-height: 25px;
    }
    .dowebok .tabNav-one span{
        font-size: 0.12rem;    
    }
    /**20221227**/
    #header h1 {
       margin: 25px 20px 0 20px;
    }
      .gdd_top_banner .txtArea .txt {
        font-size: 50px;
    }
    #header h1 a {
        width: 185px;
        font-size: 13px;
    }
    #header #gnb li .oneD{
        font-size: 14px;padding: 38px 0;
    }
     /**20221227**/
    #header #gnb > li{
        font-size: 20px;
        padding: 0 16px;
    }
    .searchBox .keyword {
        font-size: 12px;
    }
    .searchBox {
        width: 165px;
    }
     /**20221227**/
    #header.main .rightDiv .lang > a span {
        padding: 0 8px 0 8px;
        margin-right: 8px;
    }
    #header .rightDiv .lang > a {
        margin: 30px 0;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
    }
    #header .rightDiv .lang div a{
        font-size: 14px;
    }
    #header #gnb li .twoD li a{
        font-size: 12px;
    }
    .gdd_top_banner .txtArea .txt{
        font-size: 50px;
    }
    .listns .l span {
         font-size: 20px;
    }
    .listns .l p {
        font-size: 14px;
    }
    .listns .l:after {
        width: 2px;
        height: 16px;
        background: #000;
        top: 3px;
        right: -8px;
    }
    .listns .r p {
        font-size: 16px;
    }
    .listns .r span {
        font-size: 14px;
        line-height: 20px;
    }
    .jevr .right .listns .r {
        padding: 0 0 10px 0;
    }
    .jevr .right .listns {
        margin-bottom: 10px;
    }
    .link-more {
        width: 130px;
        height: 30px;
        background: #fff;
        color: #0da944;
        border: 1px solid #0da944;
        line-height: 30px;
        font-size: 14px;
        display: block;
        margin: 40px auto 0 auto;
    }
    .listns .l{
        width:60px;
    }
    .listns .r{
       width: 85%;
    }
    .profile .content .detil .wid {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .htmd {
        font-size: 12px;
        line-height:15px;
    }
    .hhd .p {
        font-size: .2rem;
    }
    /**---1600产品**/
    .tabpan {
        margin: 50px auto 0 auto;
        padding: 3% 0;
    }
    .tabpan .tx {
        width: 70%;
        font-size: 14px;
        padding: 0 3%;
    }
    .tabpan .tx p {
        font-size: 26px;
    }
    .tabpan .tx span {
        line-height: 20px;
    }
   /**20221227**/
    .tabNav-1 a {
        width: 32%;
        height: auto;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    /**20221227**/
    .tabNav-1 a span {
        font-size: 0.12rem;
    }
    .dowebok-1 span {
        font-size: .12rem;
    }
    /**---1600产品**/
   /**---1600生产基地**/
    .filtrate p {
        font-size: 16px;line-height: 1px;
    }
    .filtrateall{
        width: 60%
    }
    .filtrate span {
        font-size: 12px;
    }
   /**---1600生产基地**/
   
   /**---1600科研成果**/
    .achieve .htmd {
        font-size: 12px;
        line-height: 20px;
    }
    .achieve .profile a {
        font-size: 14px;
        margin-top: 4%;
        padding: 1% 3%;
    }
    .new-pmd{
        font-size: 35px;
    }
   /**---1600科研成果**/
   /**---1600可持续发展**/
   .molecule .nubx .bv{
       width: 50%;
   }
   .molecule .nubx .bv p{
        font-size: 14px;
   }
   .molecule .nubx .bv p:before {
        top: 6px;
    }
    .molecule-1 span {
        font-size: 12px;
        color: #000;
        padding-bottom: 10px;
        background: url(../image/icon2.png) 0px 2px no-repeat;
        padding-left: 23px;
    }
    .molecule-2 span {
        font-size: 12px;
        color: #999999;
        text-transform: uppercase;
        line-height: 15px;
        padding-left: 20px;
    }
   /**---1600可持续发展**/
}
  /**20221227**/
@media screen and (max-width:1400px){
    #header #gnb > li {
        padding: 0 12px;
    }
    .searchBox {
        width: 140px;
    }
}
  /**20221227**/
@media screen and (max-width:1310px){
    /**20221227**/
    
     .fieldtip .l .title{
      font-size: 22px;  
    }
    .cumlo {
       font-size: 18px;
    }
    .col-right p {
        font-size: 14px;
        line-height: 25px;
    }
    .J_Moduless {
         font-size: 14px;
    }
    .J_word a {
        font-size: 14px;
    }
    .reltecat a{
        font-size: 14px;
    }
    .tbh{
        font-size: 13px;
    }
    .tbh .bus p {
        line-height: 23px;
    }
    .dowebok .ab_txt_contain{
           padding: 30px 0;
          width: 100%;
    }
    /**20221227**/
    #header #gnb > li{
       padding: 0 8px;
    }
    .searchBox {
        width: 120px;
    }
    .jevr {
        margin: 60px 0 0 0;
    }
     .gdd_top_banner .txtArea .txt {
        font-size:35px;
    }
    .listns .l span {
        font-size: 16px;
    }
    .listns .l {
        width: 50px;
    }
    .listns .l p {
        font-size: 12px;
    }
    .listns .r p {
        font-size: 14px;
    }
    .listns .r span {
        font-size: 12px;
        line-height: 20px;
    }
    .ab_txt_contain .title p {
        font-size: 60px;
    }
    .ab_txt_contain .title span {
        font-size: 23px;
    }
    .listns .l:after {
        width: 1px;
        height: 12px;
        background: #000;
        top: 3px;
        right: -7px;
    }
    .chane .tx {
        width: 45%;
        right: 11%;
        top: 82px;
        line-height: 26px;
        font-size: 13px;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap{
        height: 650px !important;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item .con a .img{
        width: 495px;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.center .con{width: 700px;height: 270px;margin-top: 0;margin-left: 136px}
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.rnear .con{position: relative;width: 700px;height: 270px;margin-top: 12px;margin-left: 33%}
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.center .con a .color {
        width: 22px;
        height: 240px;
        margin-top: 15px;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.center .con a .info {
        top: 15px;
        width: 230px;
        height: 240px;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.lnear .con, .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.rnear .con {
        position: relative;
        width: 700px;
        height: 270px;
        margin-top: 12px;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.lnear .con a .color, .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.rnear .con a .color {
        position: relative;
        float: left;
        display: inline-block;
        width: 22px;
        transition: all .3s ease-in-out;
        height: 240px;
        margin-top: 15px;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.lnear .con a .info, .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.rnear .con a .info {
        position: absolute;
        right: 0;
        top: 15px;
        width: 230px;
        height: 240px;
        overflow: hidden;
        transition: all .3s ease-in-out;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.rnear {
        top: 46%;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.lnear .con {
        margin-left: 33%;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .city-list {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .city-list .item span {
        display: inline-block;
        font-size: 16px;
        color: #000;
        vertical-align: middle;
        overflow: hidden;
        font-weight: 500;
        width: 38px;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .city-list .item {
        height: 40px;
        font-size: 0;
        cursor: pointer;
        opacity: 0;
        overflow: hidden;
    }
    /**1310华恒文化**/
    .contain-1200 {
        width: 90%;
    }
    .cult_title{
        font-size: 20px;
        margin: 25px auto 7% auto;
    }
    .cult_title:after{
        top: 35px;
    }
    .cult_3 a {
        width: 33%;
        height: auto;
        margin-bottom: 0.5%;
        margin-right: 0.5%;
    }
    .cult_2 a:first-child img:first-child {
        margin-bottom: 5%;
    }
    /**1310华恒文化**/
    /**---1310科研成果**/
    .achieve .profile .content .detil .wid {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .achieve .profile .content {
        width: 80%;
    }
    /**---1310科研成果**/
    /**---1310可持续发展**/
    .c-row-1 {
        width: 100px;
        height: 100px
    }
    .c-row img {
         width: 64%;
    }
    /**---1310可持续发展**/
    /**---1310可持续发展**/
    .molecule .nubx img {
        height: 127px;
        width: 190px;
    }
    .molecule .nubx{
        height: 137px;
    }
    .molecule .nubx .bv p{
        margin: 10px 0;
    }
    .molecule-1 span{
        padding-bottom: 5px;
    }
    /**---1310可持续发展**/
    /**---1310招贤纳士**/
    .contain-1107 {
        width: 100%;
    }
    /**---1310招贤纳士**/
}
@media screen and (max-width:1120px){
    #header h1 {
       margin: 30px 20px 0 20px;
    }
    #header h1 a{
        background-size: 58%;
        width: 135px;
        font-size: 12px;
    }
    #header h1 a span {
      line-height: 16px;
    }
    #header #gnb > li {
        padding: 0 10px;
        font-size: 14px;
    }
    #header.main.scrolled h1 a, #header.main.hover h1 a {
        background: url(../image/logo.png) no-repeat 0 0;
        background-size: 58%;
    }   
    #header #gnb li .oneD{
        font-size: 12px;padding: 39px 0;
    }
    #header.main .rightDiv .lang > a span {
        padding: 0 8px 0 8px;
        margin-right: 8px;
    }
    #header .rightDiv .lang > a {
        margin: 30px 0;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
    }
    #header .rightDiv .lang div a{
        font-size: 14px;
    }
    .gdd_top_banner .txtArea .tit{
         font-size: 0.28rem;
    }
    #header #gnb li .twoD li a{
        font-size: 12px;
    }
    .gdd_top_banner .txtArea .txt{
        font-size: 25px;
    }
    .tzz .hd-yy .content {
        height: 300px;
    }
    .index_news .ab_txt_contain {
        width: 80%;
        margin: 0 auto;
        overflow: hidden;
        padding: 30px 0;
        text-align: center;
    }
   .tzz .hd-yy {
        margin-bottom: 60px;
    }
    .hd-yy {
        margin: 60px 0 60px 10%;
    }
    .hd-yy .title p {
        font-size: 60px;
    }
    .hd-yy .title span {
        font-size: 23px;
        top: 28px;
    } 
    .hd-yy .content .left a {
        font-size: 14px;
        margin: 23px 0;
    }
    .hd-yy .content .right {
        height: 450px;
        left: 22%;
    }   
    .fit{
        width: 265px;
        height: 500px;
        top: -25px;
    }
    .paddt {
        display: none;
        font-size: 12px;
        width: 230px;
        margin: 50px auto;
        line-height: 20px;
        color: #333;
    }
    .fit a {
        font-size: 12px;
        height: 25px;
        width: 95px;
        line-height: 25px;
        bottom: 125px;
    }
    .swiper-bit {
        bottom: 65px;
        right: 50px;
        font-size: 16px;
    }    
    .swiper-bit b {
        font-size: 20px;
    }
    .swiper-bit .swiper-button-prev2 {
        width: 32px;
        height: 16px;
        position: absolute;
        background: url(../image/sildpre.png) no-repeat;
        left: -25px;
        top: 7px;
        cursor: pointer;
        background-size: 15px;
    }
    .swiper-bit .swiper-button-next2 {
        width: 32px;
        height: 16px;
        position: absolute;
        background: url(../image/sildnext.png) no-repeat;
        right: -40px;
        top: 7px;
        cursor: pointer;
        background-size: 15px;
    }

    .ab_txt_contain .title p {
        font-size: 60px;
    }
    .ab_txt_contain .title span {
        font-size: 23px;
    }
    .ab_txt_contain {
        width: 100%;
        padding: 30px 0;
    }    
    .abtxt {
        font-size: 14px;
        line-height: 25px;
        padding: 0 75px;
        margin: 15px 0 50px 0;
    }    
    .ab_txt_contain .list a {
        height: 80px;
        margin-right: 10px;
    }
    .ab_txt_contain .list p {
        font-size: 14px;
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .ab_txt_contain .list .cout {
        font-size: 20px;
    }
    .ab_txt_contain .list {
        width: 80%;
        margin: 0 auto;
    }
    .ab_txt_contain .more {
        width: 50%;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        margin: 15px auto;
    }
    .hd-yy .content{
        height: 435px;
    }
    .hd-yy .content .left a.cur:after{
       top: 20px;
    }
    .ewm_bot_box {
        font-size: 12px;
    }
    .gdd_f_list_box .gdd_f_list dt a {
        font-size: 14px;
    }
    .gdd_f_list_box .gdd_f_list dd a {
        font-size: 12px;
    }
    .gdd_foot_copyright_box a {
        font-size: 12px;
    }
    .swiper-Tbit .swiper-button-prev3 {
        width: 30px;
        height: 30px;
        background: url(../image/pre.png) no-repeat;
        background-size: contain;
        cursor: pointer;
        margin-right: 10px;
        flex: 1;
    }
    .swiper-Tbit .swiper-button-next3 {
        width: 30px;
        height: 30px;
        background: url(../image/next.png) no-repeat;
        background-size: contain;
        cursor: pointer;
        flex: 1;
    }
    .profile .coverimg{
        display: none;
    }
    .profile .content{
        height: auto !important;
        width: 100%;
        float: none;
    }
    .profile {
        position: relative;
        padding: 30px 0 30px 0;
        overflow: hidden;
    }
    .profile .content .detil {
        width: auto;
        float: none;
        padding: 20px;
    }
    .chane .tx {
        width: 52%;
        right: 11%;
        line-height: 23px;
        font-size: 12px;
    }
    
     .wb-zc-lxmod-yunqi-review-2018 .module-wrap{
        height: 450px !important;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item .con a .img{
        width: 325px;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.center .con{width: 450px;height: 177px;margin-top: -52px;margin-left: 50px}
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.rnear .con{position: relative;width: 450px;height: 177px;margin-top: 12px;margin-left: 33%}
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.center .con a .color {
        width: 11px;
        height: 145px;
        margin-top: 15px;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.center .con a .info {
        top: 15px;
        width: 140px;
        height: 145px;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.lnear .con, .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.rnear .con {
        position: relative;
        width: 450px;
        height: 177px;
        margin-top: 12px;
        margin-left: 20%;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.lnear .con a .img, .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.rnear .con a .img {
        position: relative;
        float: left;
        display: inline-block;
        width: 325px;
        height: 100%;
        overflow: hidden;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.center .con a .info .date {
        width: 120px;
        margin: 20px auto 0;
        font-size: 14px;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.center .con a .info .txt {
        width: 120px;
        margin: 15px auto 0;
        color: #000;
        font-size: 12px;
        line-height: 18px;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.lnear .con a .color, .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.rnear .con a .color {
        position: relative;
        float: left;
        display: inline-block;
        width: 22px;
        transition: all .3s ease-in-out;
        height: 240px;
        margin-top: 15px;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.lnear .con a .info, .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.rnear .con a .info {
        position: absolute;
        right: 0;
        top: 15px;
        width: 140px;
        height: 145px;
        overflow: hidden;
        transition: all .3s ease-in-out;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.rnear {
        top: 30%;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.lnear .con {
        margin-left:20%;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .city-list {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .city-list .item span {
        display: inline-block;
        font-size: 12px;
        color: #000;
        vertical-align: middle;
        overflow: hidden;
        font-weight: 500;
        width: 29px;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .city-list .item {
        height: 30px;
        font-size: 0;
        cursor: pointer;
        opacity: 0;
        overflow: hidden;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.lnear {
        top: -280px;
    }
    /**---1120生产基地**/
    .filtrateall{
        width: 100%
    }
    /**---1120生产基地**/
    /**---1120科研成果**/
      .achieve .profile .content {
          width: 100%;
      }
      .achieve-list a span {
        display: block;
        position: absolute;
        background: #0da944;
        width: 75%;
        bottom: -3%;
        margin: 0 auto;
        left: 0;
        right: 0;
        padding: 3% 0;
        text-align: center;
        font-size: 14px;
        color: #fff;
    }
    .achieve-list {
        padding-bottom: 60px;
    }
    .new-pmd{
        font-size: 28px;
    }
    /**---1120科研成果**/
    /**---1120招贤纳士**/
    .breadcrumb{
        margin-top: 30px;
    }
    .linenums {
        margin: 30px 0;
    }
    .linenums-1 {
        font-size: 25px;
        margin: 20px 0;
    }
    .linenums-2 {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        padding: 0 25px;
    }
    .linenums-3 {
        padding: 30px 20px;
    }
    .linenums-3 .title {
        font-size: 16px;
        line-height: 20px;
    }
    .linenums-3 .right {
        margin-left: 10px;
        font-size: 14px;
        line-height: 20px;
        margin-top: -20px;
    }
    .pv15 {
        padding: 10px 0;
    }
    .linenums .bottom {
        height: 60px;
        padding: 0 15px;
        line-height: 60px;
    }
    .linenums .bottom a {
        margin-right: 10px;
        width: 70px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }
}
@media screen and (max-width:970px){
        /**20221227**/
    .searchBox {
        width: 170px;
        margin-right: 0;
    }
    .fieldtip{
        display: block;
    }
    .fieldtip .l {
        width: 100%;
    }
    .fieldtip .r {
        width: 100%;
    }
    .fieldtip .l .title {
        font-size: 16px;
    }
    .complementary{
        display: block;
    }
    .col-left {
        width: 100%;
    }
    .col-right {
        width: 100%;
    }
    .fieldtip .r .J_Moduless span {
        padding: 0.8% 2%;
    }
    .fieldtip .r {
        margin-top: 6%;
    }
    .tbh-member {
        margin-top: 5%;
    }
    .tbh{
      margin-bottom: 3%;
    }
    .reltecat {
        width: 100%;
    }
    .tbh .bus {
        padding: 4% 4%;
    }
    .cumlo {
        font-size: 15px;
    }
    /**20221227**/
   .gdd_top_banner .swiper-slide >img {
     width: 100%;
    }
    
    #app_body{
        margin-top: 0!important;
    }
    .gdd_top_banner video {
        width: 100% !important;
        height: 100% !important;
        object-fit: fill !important;
    }
    .hidden-xs {
        display: none!important;
    }
    .visible-xs {
        display: block!important;
    }
    .gdd_top_banner .swiper-slide {
        background: none!important;
    }
    .gdd_top_banner .swiper-pagination {
        width: 18px;
        line-height: 22px;
        right: 4% !important;
        top: 35%;
    }
    #header #gnb{
        display: none;
    }
    .visible-xs {
        display: block!important;
    }
    
    .mobile_phone_navigation {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 55px;
        background: #fff;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
    }
    .mobile_phone_logo {
        width: 70px;
    }
    .mobile_phone_logo img {
        width: 100%;
    }    
    .mobile_phone_logo img {
        width: 100%;
    }
    .phone_conent > span {
        width: 30px;
        border: 1px solid #000;
        display: block;
        margin: 7px auto;
    }
    .phone_conent_title {
        width: 100%;
        background: #fff;
        border-top: 1px solid #ccc;
        position: absolute;
        top: 100%;
        padding-bottom: 5px;
        display: none;
    }
    .phone_conent_title li {
        line-height: 40px;
        width: 100%;
        border-bottom: 1px solid #ccc;
        text-align: center;
    }    
    .phone_conent_title .downlist .s-dlist a{
            color: #999999 !important;
    }
    .s-dlist ul li{
       border-bottom:none;
    }
    .phone_conent_title li.downlist{
        background: url(../image/s-up.png) no-repeat 98% 20px;
        background-size: 16px;
    }
    .uplist .s-dlist{
        display: none;
    }
    .phone_conent_title li.uplist{
        border-bottom: none;
        background: url(../image/s-down.png) no-repeat 98% 20px;
        background-size: 16px;
    }
    .phone_conent_title a {
        display: inline-block;
        padding: 3px 0;
        font-size: 14px;
        color: #555!important;
        text-align: center;
    }
    #wrapper {
        margin-top: 55px!important;
    }
    .dowebok-1 span{
        font-size: 14px;
    }
    .mobile_phone_conent {
        display: flex;
        align-items: center;
        color: #000;
        margin-right: 15px;
    }
    .mobile_phone_logo {
        margin-left: 15px;
    }
    .gdd_top_banner {
        height: auto !important;
        top: 55px !important;
        position: static!important;
    }
    .gdd_top_banner .txtArea .tit {
        font-size: 16px;
        top: -35px;
    }
    .gdd_top_banner .txtArea .txt {
        font-size: 18px;
        margin-top: 15px;
    }
    .gdd_top_banner .txtArea {
        left: 30px;
        width: 80%;
        padding-left: 0;
    }
    .gdd_top_banner .swiper-pagination-bullet-active{
            transform: scale(1.2);
    }
    .gdd_top_banner .swiper-pagination-bullet{
        margin: 5px 0 !important;
    }
    .hd-yy {
        width: auto;
        margin: 15px;
        overflow: hidden;
    }
    .hd-yy .title p {
      font-size: 30px;
      text-align: center;
    }
    .hd-yy .title span {
        font-size: 16px;
        top: 12px;
        text-align: center;
        left: 0;
        right: 0;
    }
    .hd-yy .content .left {
        float: none;
        margin-top: 10px;
        display: flex;
        flex-direction: row;
    }
    .hd-yy .content .left a{
        font-size: 14px;
        margin: 23px 0;
        display: block;
        flex: 1;
        text-align: center;
        margin: 10px 0;
    }
    .hd-yy .content .right {
        height: 350px;
        left: 0;
        position: relative;
        top: 40px;
        width: 100%;
    }
    .hd-yy .content .left a.cur:after {
        top: 20px;width: 50px;
    }
    .fit {
        width: 88%;
        top: -25px;
        height: 400px;
    }
    .paddt {
        width: 95%;
        margin: 30px auto;
    }
    .paddt p {
        margin-bottom: 10px;
    }
    .fit a {
        bottom: 90px;
    } 
    .swiper-bit {
        bottom: 35px;
        right: 40px;
        font-size: 16px;
    }
    .ab_txt_contain .title p {
        font-size: 28px;
        text-align: center;
     }
    .ab_txt_contain .title span {
        font-size: 16px;
        top: 12px;
        text-align: center;
        left: 0;
        right: 0;
    }
    .ab_txt_contain {
        padding: 10px 0;
        margin-top: 10px
    }
    .abtxt {
        font-size: 12px;
        padding: 0 15px;
        margin: 15px 0 15px 0
    }
    .ab_txt_contain .list {
       width: auto;padding: 0 15px;
    }
    .ab_txt_contain .list p {
        font-size: 12px;
        padding-top: 15px;
        padding-bottom: 10px;
        height: 25px;
    }
    .ab_txt_contain .list .cout {
        font-size: 14px;
    }
    .ab_txt_contain .list .cout b {
        font-size: 12px;
        color: #999999;
        padding-left: 5px;
    }    
    .ab_txt_contain .more {
        width: 35%;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        margin: 11px auto;
    }
    #ab_index{
        height: auto !important;
    }
    .tzz .hd-yy .content .right{
        top: 20px;
    }
    .tzz .hd-yy .content {
        height: 180px !important;
    }
    .tzz .hd-yy {
        margin-bottom:20px;
    }
    .index_news .ab_txt_contain {
        padding: 10px 10px;
        width: auto;
    }
    .jevr {
        margin: 20px 0 0 0;
    }
    .jevr .left {
        float: none;
        width: 100%;
    }
    .jevr .right {
        float: none;
        width: 100%;
    }
    .listns .l span {
        font-size: 14px;
    }
    .listns .l {
        width: 42px;
    }
    .listns .l:after {
        width: 1px;
        height: 12px;
        background: #000;
        top: 1px;
        right: -7px;
    }
    .listns .r p {
        font-size: 14px;
        margin-top: 0;
    }
    .jevr .right{
        height: auto !important;
    }
    .jevr .left .listns {
        margin-bottom: 10px;
    }
    .jevr .left .listns .r {
        border-bottom: 1px solid #c7e6d2;
        padding: 0 0 40px 0;
    }
    .jevr .left .listns .r {
        padding: 0 0 10px 0;
    }
    .link-more {
        width: 90px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        margin: 15px auto 0 auto;
    }
    .gdd_foot_copyright_box {
        height: auto;
        line-height: initial;
        text-align: center;
    }
    .gdd_foot2 {
        width: auto;
        margin: 0 auto;
        padding: 25px 15px 15px 15px;
    }
    .gdd_foot_line {
        margin-top: 0;
        padding: 5px 0;
    }
    .gdd_f_list_box {
        display: block;
    }
    .gdd_f_ewm_box .top_ewm {
        width: 2rem;
        height: 2rem;
        margin: 0 auto 20px auto;
    }
    .slidesss{
        height: 180px;
    }
    .position {
        height: 38px;
        line-height: 38px;
    }
    .position .urHere{
        width: auto;
        padding: 0 15px;
        font-size: 12px;
    }
    .contain-s{
        width: auto;padding: 0 15px;
    }
    .profile .content .detil .wid {
        font-size: 16px;
    }
    .profile .content .detil .wid span {
        font-size: 12px;
    }
    .htmd {
        line-height: initial;
    }
    .chane{
        height: 300px !important
    }
    .chane .tx {
        width: auto;
        right: auto;
        line-height: initial;
        font-size: 12px;
        position: relative;
        padding: 30px 15px;
        top: auto;
    }
    .dn-container {
        margin-right: auto;
        margin-left: auto;
        min-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .page-main-content {
        margin:10px 0 30px 0;
        width: 100%;
        overflow: hidden;
    }
    .urHere a:first-child {
        background: url(../image/pstion.png) left center no-repeat;
        padding-left: 20px;
        background-size: contain;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .city-list .item {
        height: 20px;
        font-size: 0;
        cursor: pointer;
        opacity: 0;
        overflow: hidden;
    }    
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .city-list {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .city-list .item i {
        display: inline-block;
        width: 5px;
        height: 100%;
        vertical-align: middle;
        background-color: #000;
        margin-left: 13px;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap {
        height: 350px !important;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item .con a .img {
        width: 200px;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.center .con {
        width: 270px;
        height: 109px;
        margin-top: -80px;
        margin-left: 5px;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.center .con a .color {
        width: 5px;
        height: 100px;
        margin-top: 5px;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.center .con a .info {
        top: 5px;
        width: 133px;
        height: 99px;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.center .con a .info .date {
        width: 113px;
        margin: 5px auto 0;
        font-size: 13px;
    }    
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.center .con a .info .txt {
        width: 113px;
        margin: 10px auto 0;
        color: #000;
        font-size: 12px;
        line-height: 14px;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.lnear .con {
        margin-left: 5%;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.lnear .con, .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.rnear .con {
        position: relative;
        width: 270px;
        height: 109px;
        margin-top: 12px;
        margin-left: 5%;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.rnear {
        top: 27px;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.lnear .con a .color, .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.rnear .con a .color {
        position: relative;
        float: left;
        display: inline-block;
        transition: all .3s ease-in-out;
        width: 5px;
        height: 100px;
        margin-top: 5px;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.lnear .con a .info, .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.rnear .con a .info {
        position: absolute;
        right: 0;
        overflow: hidden;
        transition: all .3s ease-in-out;
        top: 5px;
        width: 133px;
        height: 99px;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.lnear .con a .info .date, .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.rnear .con a .info .date {
        width: 113px;
        margin: 5px auto 0;
        font-size: 13px;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.lnear .con a .info .txt, .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.rnear .con a .info .txt {
        width: 113px;
        margin: 10px auto 0;
        color: #000;
        font-size: 12px;
        line-height: 14px;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.lnear .con a .img, .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.rnear .con a .img {
        position: relative;
        float: left;
        display: inline-block;
        width: 200px;
        height: 100%;
        overflow: hidden;
    }
    .wb-zc-lxmod-yunqi-review-2018 .module-wrap .dn-container .review-wrap .slick-wrap .item.lnear {
        top: -60%;
    }
    /**750华恒文化**/
    .contain-1200 {
        width: auto;
        padding: 0 15px;
    }
    .cult_1{
        display: block;
        margin: 20px 0 20px 0;
    }
    .cult_1 a{
        margin-bottom: 10px;
    }
    .cult_title {
        font-size: 16px;
        margin: 20px auto 30px auto;
    }
 
    .cult_2{
       display: block;margin-bottom: 20px;
    }
    .cult_2 a:first-child img:first-child {
        margin-bottom:10px;
    }
    .cult_2 a img{
        margin-bottom:10px;
    }
    .part-content {
        padding: 20px 0 20px 0;
        margin-bottom: 20px;
    }
    .cult_3 a {
        width: 49%;
        height: auto;
        margin-bottom: 2%;
        margin-right: 2%;
    }
    .cult_3 a:nth-child(2n){
        margin-right: 0;
    }
    .cult_3 a:nth-child(3n){
       margin-right: 2%;
    }
    .cult_2 a:nth-child(2){
        width: 49%;float: left;
    }
    .cult_2 a:nth-child(3){
        width: 49%;float: right;
    }
    .cult_3 a:nth-child(6n) {
        margin-right: 0;
    }
    /**750华恒文化**/
    /**---750华恒荣誉**/
    .plh{
        margin: 20px 0;
    }   
    .plh a {
        width: 45%;
        height: auto;
        margin-bottom: 2%;
        padding: 2%;
        margin-right: 2%;
    }
    .plh a:nth-child(2n){
        float: right;margin-right:0;
    }
    .plh a img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0;
    }    
    .plh a p {
        width: auto;
        margin: 0 auto;
        font-size: 0.2rem;
        color: #000;
        line-height: 19px;
        font-weight: 600;
        padding-bottom: 5px;
        border-bottom: 1px dashed #bcbcbc;
    }
    .plh a span {
        display: block;
        font-size: 0.18rem;
        color: #666666;
        padding: 5px 0 0 0;
    }
    .masks>img {
        position: fixed;
        right: 20px;
        top: 16px;
        width: 26px;
    }
    .bigimg {
        width: 94% !important;
        height: auto !important;
        max-width: 100%;
    }
    /**---750华恒荣誉**/
    /**---750产品**/
    .tabpan {
        margin: 20px auto 0 auto;
        padding: 0;
    }
    .tabpan .tx {
        width: auto;
        font-size: 12px;
        padding: 0 10px;
    }
    .tabpan .tx p {
        font-size: 18px;
    }
    .tabpan .tx span {
       line-height: 18px;
    }
    .contain-1480 {
        width: auto;
    }
    /**20221227**/

    .dowebok .ab_txt_contain{
        padding: 10px 0;
    }
    .tabNav-1 a {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .dowebok{
        margin-bottom: 30px;
    }
    /**20221227**/
    .tabNav-1 a:nth-child(2n){
        margin-right: 0;
    }
    .tabNav-1 a:nth-child(3n){
        margin-right: 2%;
    }
    .tabNav-1 a:nth-child(6n){
        margin-right: 0;
    }
    .tabNav .content {
        line-height: 20px;
        padding: 10px;
        font-size: 12px;
    }
    .vad {
        max-width: 750px;
        width: auto;
        padding: 0 15px;
        margin: 20px auto;
    }
    .hhd .p {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .hhd {
        width: auto;
        padding: 20px 15px;
    }
    .hhd a {
        display: block;
        float: left;
        width: 49%;
        margin-right: 2%;
        margin-top: 2%;
    }
    .hhd a:nth-child(2n){
        margin-right: 0;
    }
    .hhd a:nth-child(3n){
        margin-right: 2%;
    }
    .hhd a:nth-child(6n){
        margin-right: 0;
    }
    /**---750产品**/
    /**---750生产基地**/
    .dpca {
        margin-bottom: 50px;
        height: 350px !important;
        margin-top: 10px;
    }   
    .filtrate {
        font-size: 12px;
        width: auto;
        margin: 0;
        color: #666666;
        padding: 0 15px;
    }
    .filtrate p {
        font-size: 14px;
    }
    .rate-bit {
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 45px;
    }
    .rate-bit .swiper-button-next2{
        right: -10px
    }
    .rate-bit .swiper-button-prev2{
        left: -10px
    }
    .filtrateall {
        width: auto;
        top: 5%;
        height: 90%;
        bottom: 2%;
        margin: 0 15px;
    }
    /**---750生产基地**/  
    /**---750科研实力**/  
    .scient .hhd {
        background: #fff;
        padding: 10px 0;
        width: auto;
    }
    /**---750科研实力**/  
    /**---750科研成果**/
    .achieve .profile .content{
        width: 100%;
    }
    .achieve .profile .content .detil {
        padding: 20px;
    }
    .achieve .profile a {
        font-size: 12px;
    }
    .achieve .profile .content .detil .wid {
        font-size: 14px;
    }   
    .achieve .profile {
        padding: 30px 0 0 0;
    }
    .achieve-list a {
        width: 46%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .achieve-list {
        padding-bottom: 30px;
        margin-top: 10px;
    }
    .achieve-list a:nth-child{
        margin-right: 0;
    }
    .achieve-list a span{
        font-size: 12px;
    }
    .aging{
        margin: 20px auto;
    }
    /**---750科研成果**/
    /**---750新闻中心**/
    .caselist{
       padding: 20px 0 20px 0;
    }  
    .caselist a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .caselist .item_bot_txt {
        padding: 20px 20px 10px 20px;
        background-color: #f5f5f5;
    }
    .caselist .item_bot_txt p {
        font-size: 14px;
        color: #333333;
        margin-bottom: 10px;
    }
    .caselist .item_bot_txt .time {
        font-size: 12px;
        color: #666666;
        margin-bottom: 10px;
        display: block;
    }
    .caselist .item_bot_txt .description {
        font-size: 12px;
        color: #999999;
        margin-bottom: 0px;
        line-height: 1.3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        min-height: 65px;
    }
    .pager {
        margin-bottom: 30px;
    }
    .pager a {
        font-size: 14px;
    }
    .sk-1{
        padding: 10px;
        margin-top: 20px;
    }
    .new-pmd {
        font-size: 20px;
        margin: 20px 0 0 0;
    }
    .new-pmd-time {
        font-size: 12px;
        margin-bottom: 20px;
        padding: 10px 0;
    }
    .new-pmd-content {
        margin-bottom: 20px;
    }
    .lift {
        margin-bottom: 30px;
        font-size: 12px;
    }
    .lift span{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .lift a {
        font-size: 12px;
    }
   .lift span.na {
        background-size: 10px;
        padding-left: 15px;
    }
    .lift span.nb{
        background-size: 10px;
        padding-right: 15px;
    }
    .lift:hover span.na {
        background-size: 10px;
        padding-left: 15px;
    }
    .lift:hover span.nb{
        background-size: 10px;
        padding-right: 15px;
    }
    .investor .link-more {
        text-align: center;
        margin: 10px auto 20px auto;
    }
    .tzzg {
        height: 300px !important;
    }
    /**---750新闻中心**/
    /**---750可持续发展**/
    .abstract_shte {
        display: block;
        text-align: left;
    }
    .abstract_shte a {
        display: block;
        width: 100%;
    }
    .develop-1 {
        padding: 20px 0;
        margin: 20px 0;
    }
    .abstract_shte a span {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .c-row {
        position: relative;
        left: 0;
        right: 0;
        margin: 10px auto;
        cursor: pointer;
        top: auto;
        text-align: center;
    }
    .c-row-1 {
        margin: 0 auto;
    }
    .c-row p{
        font-size: 14px;margin-top: 10px;
    }
    .abstract {
        font-size: 12px;
        color: #38764e;
        background: #f3fbf5;
        width: 100%;
        margin: 20px auto;
        text-align: center;
        padding: 10px 0;
        font-weight: 500;
        line-height: normal;
    }
    /**---750可持续发展**/
    /**---750可持续发展**/
    .molecule{
        margin: 20px 0 30px 0;
        display: block;
    }
    .molecule .nubx {
        height: auto;
        width: 100%;
        margin-bottom: 10px;
    }
    .molecule .nubx {
        height: auto;
        width: 100%;
        display: block;
        text-align: left;
    }
    .molecule .nubx .bv {
        width: auto;
        padding: 10px;
    }
    .molecule .nubx img {
        height: auto;
        width: 96%;
        padding: 2%;
    }
    .abstract_content{
        line-height: normal;
        font-size: 12px;
    }
    .xsmall{
        margin-bottom: 30px;
    }
    .merge {
        margin-bottom: 30px;
        padding: 15px 15px;
        font-size: 12px;
        text-align: left;
    }
    .merge span:after {
        top: 5px;
    }
    /**---750可持续发展**/
    /**---750联系我们**/
    .abhuah {
        margin: 0;
        padding: 20px 0;
    }
    .part-a{
       padding: 0 0 20px 0;
    }
    .bd-1 p {
        font-size: 18px;
        color: #333;
        text-align: left;
    }
    .bd-1 span {
        font-size: 12px;
        margin-top: 0px;
    }    
    .bd-2 {
        font-size: 14px;
    }
    .bd-2 span:first-child {
        background: url(../image/hhtel.png) no-repeat;
        margin-right: 10px;
        background-size: contain;
    }
    .bd-2 span {
        display: block;
        line-height: 30px;
        background-size: contain;
        padding-left: 40px;
        margin-top: 10px;
    }
    .bd-2 span:last-child {
        background: url(../image/hhfax.png) no-repeat;
        background-size: contain;
    }
    .loa {
        margin: 10px 0 0 0;width: 50%;
    }
    .loa p {
        font-size: 14px;
        color: #000;
        font-weight: 600;
    } 
    .loa b {
        font-size: 12px;
        margin-top: 10px;
    }
    .loa span {
        font-size: 12px;
        color: #333;
        display: block;
        background: url(../image/message.png) 0 3px no-repeat;
        text-indent: 20px;
        line-height: normal;
        background-size: auto;
    }
    /**---750联系我们**/
    /**---750招贤纳士**/
    .job_content p {
        font-size: 13px;
        text-align: center;
        color: #999999;
        line-height: normal;
        margin-bottom: 20px;
    }
    .breadcrumb {
        background: #0da944;
        font-size: 12px;
        margin-top: 20px;    
        color: #f5f5f5;
        position: relative;
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
    }
    .breadcrumb-item {
        background: #faf9f9;
        font-size: 12px;
        color: #333;
        position: relative;
        height: 35px;
        line-height: 35px;
        padding: 0 5px;
    }
    .breadcrumb span:last-child{
        width:20%;
    }
    .breadcrumb-item span:nth-child(1),.breadcrumb span:nth-child(1){
        width: 35%;
    }
    .breadcrumb-item span:nth-child(2),.breadcrumb span:nth-child(2){
        width: 15%;
    }
    .breadcrumb-item span:nth-child(3),.breadcrumb span:nth-child(3){
        width: 15%;
    }
    .breadcrumb-item span:nth-child(4),.breadcrumb span:nth-child(4){
        width: 15%;
    }
    .breadcrumb-item span:nth-child(5),.breadcrumb span:nth-child(5){
        width: 20%;text-align: right;
    }
    .breadcrumb-item span a {
        color: #0da944;
        border: 1px solid #0da944;
        padding: 0px 7px;
        border-radius: 17px;
        display: inline;
    }
    .breadcrumb-pager {
        width: 100%;
        background: #faf9f9;
        padding: 10px 0;
        margin-bottom: 30px;
    }
    .linenums {
        margin: 20px 0;
    }
    .linenums-1 {
        font-size: 18px;
        margin: 10px 0;
    }
    .linenums-2 {
        height: auto;
        line-height: 25px;
        font-size: 12px;
        padding: 5px 5px;
    }
    .linenums-3 {
        padding: 10px 10px;
    }
    .linenums-3 .title {
        font-size: 14px;
        line-height: normal;
    }
    .linenums-3 .right {
        margin-left: 10px;
        font-size: 12px;
        line-height: 20px;
        margin-top: -10px;
    }
    .linenums .bottom {
        height: 48px;
        padding: 0 10px;
        line-height: 48px;
    }
    .linenums .bottom a {
        margin-right: 5px;
        width: 60px;
        height: 22px;
        font-size: 12px;
        line-height: 22px;
    }
    .linenums-2 span {
        padding-left: 14px;
    }
    .linenums-2 span:nth-child(1) {
        background: url(../image/jb1.png) left center no-repeat;
        background-size: 10px;
    }   
     .linenums-2 span:nth-child(2) {
        background: url(../image/jb2.png) left center no-repeat;
        background-size: 10px;
    }    
     .linenums-2 span:nth-child(3) {
        background: url(../image/jb3.png) left center no-repeat;
        background-size: 10px;
    }    
     .linenums-2 span:nth-child(4) {
        background: url(../image/jb4.png) left center no-repeat;
        background-size: 10px;
    }    
    /**---750招贤纳士**/
    .index_news{
        background: none;
    }
}