@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face {
  font-family: 'DIN';
  src: url('../font/din-bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanMedium';
  src: url('../font/SourceHanSansCN-Medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanBold';
  src: url('../font/SourceHanSansCN-Bold.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanHeavy';
  src: url('../font/SourceHanSansCN-Heavy.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanLight';
  src: url('../font/SourceHanSansCN-Light.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanNormal';
  src: url('../font/SourceHanSansCN-Normal.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* header */
header {
  width: 100%;
  position: relative;
  /* height: 100px; */
  z-index: 999;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.headtop {
  width: 100%;
  overflow: hidden;
  background-color: #126c38;
}

.topmain {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}

.topmain p {
  margin-left: 10px;
  margin-right: 28px;
}

.header-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {}

.nav-ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head-r {
  display: flex;
}

.head-lang {
  display: flex;
}

.head-l {
  display: flex;
  align-items: center;
}

.head-rimg {
  background: #fff;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  padding: 10px;
}

.nav-ul li.h-navlast a {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #00562f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-ul li>a {
  display: block;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase;
  padding: 0 15px;
}

.nav-ul li:hover>a,
.nav-ul li.nav-active>a {
  background: #00562f;
  color: #fff;
}

.head-llogotxt h4 {
  font-size: 40px;
  color: #000000;
  font-weight: bold;
}

.head-llogotxt {
  padding-left: 40px;

}

.head-llogotxt ul {
  display: flex;
  flex-wrap: wrap;
  width: 420px;
  margin-top: 15px;
  justify-content: space-between;
}

.head-llogotxt ul li {
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 4px;
  width: 180px;
  padding: 4px 0 4px 10px;
}

.head-llogotxt ul li:nth-of-type(2n) {
  width: 220px;
}

.headbom {
  position: relative;
  z-index: 999;
  background: url("../img/head-bg.jpg") no-repeat center;
  background-size: cover;
  height: 200px;
}

.nav-ul li:hover>a::after {
  opacity: 1;
}

.nav-ul li.nav-active a::after {
  opacity: 1;
}

.nav-ul li {
  position: relative;
}

.nav-sub {
  position: absolute;
  top: 58px;
  z-index: 99;
  width: 100%;
  display: none;
}

.nav-sub dl dd {
  background: #e66621;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 2px;
}

.nav-sub dl dd a {
  color: #fff;
}

.nav-sub dl dd:hover {
  background: #e66621;
}

.head-lang-box {
  display: flex;
  width: 180px;
  justify-content: center;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  height: 100px;
  position: relative;
}

.head-on .head-lang-box,
.newsdetail-head .head-lang-box {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}

.lang-sub {
  position: absolute;
  background: #fff;
  top: 100px;
  width: 100%;
  display: none;
}

.lang-sub a {
  display: block;
  line-height: 64px;
  height: 64px;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
}

.lang-sub a:last-child {
  border-bottom: none;
}

.lang-sub a:hover {
  color: #e66621;
}

.head-lang-box>img {
  width: 22px;
}

.head-langimg {
  margin-right: 28px;
}

.head-langtxt img {
  display: block;
  margin-left: 12px;
  width: 13px;
  height: 8px;
}

.head-langtxt {
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
}

.head-langimg img:last-child {
  display: none;
}

.head-sou img:last-child {
  display: none;
}

.head-langtxt img:last-child {
  display: none;
}

.head-sou {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
}

.head-soum {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  height: 100px;
  display: none;
}

.head-soum-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.head-soum form {
  width: 41%;
  display: flex;
  position: relative;
  height: 46px;
  line-height: 46px;
}

.head-soum input {
  border: none;
  border-bottom: 1px solid #4e4e4e;
  width: 100%;
}

.head-soum button {
  border: none;
  background: none;
  position: absolute;
  right: 0;
}

.head-on,
.newsdetail-head {
  background: #fff;
}

.head-on .nav-ul li>a,
.newsdetail-head .nav-ul li>a {
  color: #333333;
}

.head-on .nav-ul li:hover a,
.head-on .nav-ul li.nav-active a {
  color: #e66621;
}

.newsdetail-head .nav-ul li:hover a,
.newsdetail-head .nav-ul li.nav-active a {
  color: #e66621;
}

.head-on .head-langtxt,
.newsdetail-head .head-langtxt {
  color: #333333;
}

.head-on .head-langimg img:last-child,
.newsdetail-head .head-langimg img:last-child {
  display: block;
}

.head-on .head-langimg img:first-child,
.newsdetail-head .head-langimg img:first-child {
  display: none;
}

.head-on .head-sou img:last-child,
.newsdetail-head .head-sou img:last-child {
  display: block;
}

.head-on .head-sou img:first-child,
.newsdetail-head .head-sou img:first-child {
  display: none;
}

.head-on .head-langtxt img:last-child,
.newsdetail-head .head-langtxt img:last-child {
  display: block;
}

.head-on .head-sou img:first-child,
.newsdetail-head .head-sou img:first-child {
  display: none;
}

.head-on .logo img:last-child,
.newsdetail-head .logo img:last-child {
  display: block;
}

.head-on .logo img:first-child,
.newsdetail-head .logo img:first-child {
  display: none;
}

.head-on,
.newsdetail-head {
  border-bottom: none;
}

.head-on .head-langtxt .lan-arrow-white {
  display: none !important;
}

.newsdetail-head .head-langtxt .lan-arrow-white {
  display: none !important;
}

@media (max-width: 1600px) {
  .nav-ul li>a {
    padding: 0 15px;
  }
}

@media (max-width: 1400px) {
  .nav-ul li>a {
    padding: 0 10px;
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .nav-ul li>a {
    padding: 0 5px;
  }

  .hotline-wrap p {
    margin-left: 8px;
  }
}

@media (max-width: 991px) {
  .nav-ul {
    display: none;
  }

  .hotline-wrap {
    display: none;
  }

  .header-main {
    height: 70px;
    border: none;
  }

  .head-lang {
    display: none;
  }

  .logo {
    width: 150px;
  }

  .logo img {
    width: 100%;
  }

  .headbom {
    height: 0;
  }

  .topmain img {
    display: none;
  }

  .topmain p {
    display: none;
  }

  .topmain {
    height: 70px;
  }

  .logo {
    width: 150px;
    top: -20px;
  }

  header {
    height: 70px;
    position: relative;
  }

  .headbom {
    padding: 0 30px;
  }
}

@media (max-width: 500px) {
  .headbom {
    padding: 0 15px;
  }
}

/* banner */
.banner-btn .container {
  position: relative;
}

.banner-btn {
  position: relative;
  top: -110px;
}

.banner-swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  background: url('../img/banner-next.png') no-repeat center;
  border: 2px solid #fff;
}

.banner-swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  background: url('../img/banner-prev.png') no-repeat center;
  border: 2px solid #fff;
  left: auto;
  right: 68px;
}

/* 底部 */
#footer {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  background: #1b1b1b;
  overflow: hidden;
}

.footer-navul {
  display: flex;
  justify-content: space-between;
}

.footer-copy {
  display: flex;
  padding-top: 40px;
  border-top: 1px solid #474747;
  justify-content: space-between;
  margin-top: 60px;
  font-size: 18px;
  color: #808080;
}

.footer-topltxt {
  margin-top: 20px;
  line-height: 35px;
}

.footer-top {
  background: url("../img/footer-bg.png") no-repeat center 60px;
}

.footer-navul li>a {
  font-size: 18px;
  color: #fff;
}

.footer-lastrowtxt {
  font-family: 'SanRegular';
  font-size: 18px;
}

.footer-navul li dl {
  margin-top: 40px;
}

.footer-navul li dl dd {
  line-height: 35px;
  display: flex;
}

.footer-navul li h3 {
  text-align: center;
  margin-top: 10px;
  color: #808080;
}

.footer-navul li dl dd .footerdd-img {
  text-align: center;
  width: 22px;
  margin-right: 12px;
}

.footer-navul li dl dd.last-dd {
  padding-left: 35px;
}

.footcode {
  color: #fff;
}

.footer-code {
  margin-top: 30px;
}

.footer-code h4 {
  margin-top: 18px;
  text-align: center;
  color: #b5b5b5;
}

.footer-navul li dl dd a {
  color: #808080;
  font-size: 16px;
}

.footer-nav-t {
  color: #fff;
}

.footer-contact dl dd a {
  display: block;
}

.footer-contact-icon {
  padding-right: 12px;
}

.footer-nav-line span {
  display: block;
  width: 186px;
  height: 10px;
}

.footer-nl-l {
  background: #e60012;
  margin-right: 5px;
}

.footer-nl-r {
  background: #1d2088;
}

.footer-nav-line {
  display: flex;
  margin: 14px 0 8px;
}

.footer-nav-since {
  display: flex;
  align-items: center;
}

.since-line {
  width: 125px;
  height: 1px;
  background: #b5b5b5;
}

.footer-nav-since span {
  display: block;
  color: #b5b5b5;
  padding: 0 10px;
}

.footer-nav-logo {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer-nav-logol {
  margin-right: 30px;
}

.footer-lastrow {
  display: flex;
  margin-bottom: 30px;
}

.footer-lastrowimg {
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}

.footer-last {
  margin-top: 55px;
}

.footer-lastrowtxt {
  color: #fff;
}

.footer-logo {
  margin-bottom: 26px;
}

@media (max-width: 1400px) {
  .footer-topr {
    width: 70%;
  }
}

@media (max-width: 991px) {
  .footer-topl {
    display: none;
  }

  .footer-topr {
    width: 100%;
  }

  .footer-copy {
    display: block;
    text-align: center;
    padding-top: 20px;
    margin-top: 0px;
    font-size: 16px;
  }

  .footcode {
    display: none;
  }

  .footer-logobox {
    display: none;
  }

  #footer {
    padding-top: 50px;
  }

  .footer-copy {
    margin-top: 50px;
  }

  .footer-navul li>a {
    font-size: 20px;
  }

  .footer-navul li dl dd a {
    font-size: 16px;
  }

  .footer-navul li dl {
    margin-top: 20px;
  }

  .footer-last {
    margin-top: 20px;
  }

  .footer-lastrowtxt {
    font-size: 16px;
  }

  .footer-lastrow {
    font-size: 16px;
  }

  .banner-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .banner-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .banner-btn {
    top: -45px;
  }
}

@media (max-width: 600px) {
  .footer-contact {
    width: 100% !important;
  }

  .footer-navul {
    flex-wrap: wrap;
  }

  .footer-navul li {
    width: 33.3333%;
    margin-bottom: 20px;
  }

  .footer-navul li:last-child {
    width: 100%;
  }

  .footer-navul li dl dd {
    line-height: 28px;
  }

  .footer-navul li dl {
    margin-top: 15px;
  }

  #footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .footer-copy {
    display: block;
    text-align: center;
    line-height: 30px;
  }

  .footer-copy {
    font-size: 16px;
  }

  .footer-navul li dl dd a {
    font-size: 16px;
  }

  .footer-navul li>a {
    font-size: 16px;
  }

  .footer-lastrowtxt {
    font-size: 14px;
  }

  .footer-copy {
    margin-top: 0;
  }
}

@media (max-width: 500px) {
  .footer-navul li {
    width: auto;
  }
}

.keyword {}

.keyword-m {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}

.keyword-ml ul {
  display: flex;
}

.keyword-ml {
  display: flex;
  align-items: center;
}

.keyword-ml h3 {
  color: #000000;
  padding: 0 10px;
}

.keyword-ml ul li {
  margin-right: 28px;
}

.keyword-ml ul li a {
  color: #999999;
}

.keyword-mr input {
  width: 320px;
  background: #f0f0f0;
  border: none;
  height: 42px;
  padding-left: 20px;
  border-radius: 5px 0 0 5px;
}

.keyword-mr button {
  display: block;
  width: 52px;
  height: 42px;
  background: #00562f;
  border-radius: 0px 5px 5px 0px;
  border: none;
}

.keyword-mr form {
  display: flex;
}

@media (max-width:1200px) {
  .head-llogotxt h4 {
    font-size: 32px;
  }

  .head-r {
    width: 30%;
  }

  .head-r img {
    width: 100%;
  }

  .keyword-m {
    display: block;
    height: auto;
  }

  .keyword-ml {
    padding: 15px 0;
  }

  .keyword-mr {
    padding: 15px 0;
  }
}

@media (max-width:991px) {
  .head-llogotxt {
    display: none;
  }

  .head-rimg {
    display: none;
  }

  .logo {
    top: 0;
  }

  .keyword-ml ul {
    flex-wrap: wrap;
    width: calc(100% - 150px);
  }

  .footer-lastli {
    display: none;
  }

  .footer-navul li:last-child {
    width: 100%;
  }
}

.home-tit h3 {
  font-size: 40px;
  color: #222222;
  font-weight: bold;
}

.home-tit {
  text-align: center;
}

.hpro {
  background: #fafafa;
  padding: 100px 0;
}

.home-tit h4 {
  font-size: 24px;
  color: #555555;
  margin-top: 14px;
}

.hprocate {
  margin-top: 50px;
}

.hprocate ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hprocate ul li {
  width: 33.33%;
}

.hprocate ul li a {
  display: flex;
  background: #333333;
  height: 60px;
  align-items: center;
  padding: 0 50px;
  justify-content: space-between;
}

.hprocate ul li a span {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.hprocate-icon img:last-child {
  display: none;
}

.hprocate ul li.on a .hprocate-icon img:first-child {
  display: none;
}

.hprocate ul li.on a .hprocate-icon img:last-child {
  display: block;
}

.hprocate ul li.on a {
  background: #00562f;
}

.hprotop a {
  display: flex;
  align-items: center;
  background: #fff;
}

.hprotop {
  margin-top: 30px;
}

.hprotop-r {
  padding: 0 75px;
}

.hprotop-rm h3 {
  font-size: 30px;
  font-weight: bold;
  color: #222222;
}

.hprotop-rm h4 {
  padding: 20px 0 50px;
  color: #555555;
  line-height: 30px;
}

.hpro-more {
  display: flex;
  background: #00562f;
  width: 180px;
  height: 48px;
  border-radius: 5px;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.hpro-more h5 {
  width: 18px;
  height: 18px;
  background: #fff url("../img/hpro-more.png") no-repeat center;
  border-radius: 50%;
}

.hpro-more span {
  margin-right: 10px;
}

.hprotop-rm h6 {
  border-top: 1px solid #dcdcdc;
  margin-top: 50px;
  padding-top: 50px;
  line-height: 30px;
}

.hprotop-l {
  width: 50%;
}

.hprotop-r {
  width: 50%;
}

.hprobot .swiper-slide a {
  display: flex;
  align-items: center;
  background: #fff;
  
}

.hprobot {
  margin-top: 40px;
}

.hprotop ul li {
  display: none;
}

.hprobot-l h3 {
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  overflow: hidden;
  white-space: nowrap; 
  text-overflow: ellipsis; 
}

.hprobot-l {
  padding: 0 30px;
  width: 50%;
}
.hprobot-r{
  width: 50%;
}
.hprobot ul li {
  display: none;
}

.hprobot .swiper-slide .hpro-more {
  justify-content: center;
}

.hprobot-l h4 {
  padding: 15px 0 30px;
  line-height: 24px;
}

.hprojs {
  padding: 100px 0;
  background: url("../img/hprojs-bg.jpg") no-repeat top center;
}

.hprojs-box {
  display: flex;
  margin-top: 80px;
  justify-content: space-between;
}

.hprojs-img {
  background: #00562f;
  border-radius: 500px;

}
.hprojs-img img{
  transition: all 0.4s;
}
.hprojs-img:hover img{
  transform: scale(1.1);
}

.hprojs-box h3:hover{
  color: #00562f;
}

.hprojs-c {
  width: 700px;
  height: 700px;
  border: 1px solid #eeeeee;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hprojs-l {
  width: 310px;
}

.hprojs-r {
  width: 310px;
}

.hprojs-img {
  position: absolute;
  height: 90%;
  width: 90%;
}

.hprojs-img img {
  width: 100%;
}

.hprojs-l .hprojs-txt {
  text-align: right;
}

.hprojs-txt h3 {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 30px;
}

.hprojs-txt h4 {
  line-height: 24px;
}

.hprojs-txt {
  margin-top: 100px;
  position: relative;
}

.hprojs-dian {
  position: absolute;
  width: 42px;
  height: 42px;
  border: 1px solid #00562f;
  border-radius: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -90px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  
}

.hprojs-dian::after{
  position: absolute;
  width: 45px;
  height: 45px;
  border: 5px solid #00562f;
  animation: rippleEffect 2s infinite;
  content: "";
  border-radius: 50px;
}

.hprojs-dian span {
  display: block;
  width: 24px;
  height: 24px;
  background: #00562f;
  border-radius: 24px;
  
}

@keyframes rippleEffect {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

.hprojs-r .hprojs-dian {
  left: -90px;
}

.hprojs-txttop50 {
  margin-top: 150px;
}

.hprojsbottxt {
  width: 310px;
  margin: 0 auto;
  padding-top: 50px;
}

.hprojsbottxt .hprojs-txt {
  text-align: center;
  margin-top: 0;
}

.hprojsbottxt .hprojs-dian {
  top: -80px;
  transform: translateY(0);
  left: 50%;
  transform: translateX(-50%);
}

.hzchz {
  background: url("../img/hzchz-bg.jpg") no-repeat top center;
  padding: 60px 0;
}

.hzchz-box {
  color: #fff;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.hzchz-l {
  font-size: 40px;
  font-weight: bold;
}

.hzchz-l h3 {
  margin-bottom: 30px;
}

.hzchz-r span {
  font-size: 50px;
  font-family: 'DIN';
  line-height: 50px;
}

.hzchz-r a {
  display: flex;
  width: 165px;
  height: 44px;
  background: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}

.hzchz-r a span {
  font-size: 16px;
  color: #00562f;

}

.hzchz-r a p {
  display: block;
  width: 17px;
  height: 17px;
  background: #00562f;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}

.hkhxl-boxl ul li a {
  display: flex;
  align-items: center;
  border: 1px solid #dcdcdc;
  width: 368px;
  border-radius: 8px;
  padding: 30px;
}

.hkhxl {
  padding: 100px 0;
}

.hkhxl-box {
  margin-top: 50px;
}

.hkhxl-boxl ul li {
  margin-bottom: 30px;
}

.hkhxl-img img:last-child {
  display: none;
}

.hkhxl-box {
  display: flex;
  justify-content: space-between;
}

.hkhxl-boxr {
  width: calc(100% - 450px);
  overflow: hidden;
  border-radius: 10px;
}

.hkhxl-boxr ul li {
  position: relative;
  width: 100%;
}

.hkhxl-boxr .hkhxr-txt {
  position: absolute;
  bottom: 0;
  color: #fff;
  height: 120px;
  background: rgba(0, 0, 0, 0.4);
  padding: 20px 30px 0;
  left: 0;

}

.hkhxl-boxr .swiper-pagination {
  text-align: right;
}

.hkhxr-txt h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.hkhxr-txt h4 {
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 控制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hkhxl-boxr ul li {
  display: none;
}

.hkhxl-boxl ul li.on a {
  background: #00562f;
  color: #fff;
}

.hkhxl-boxl ul li.on a .hkhxl-img img:first-child {
  display: none;
}

.hkhxl-boxl ul li.on a .hkhxl-img img:last-child {
  display: block;
}

.hkhxl-txt h4 {
  text-transform: uppercase;
  margin-top: 10px;
}

.hkhxl-txt {
  margin-left: 15px;
}

.hkhxl-boxr .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.hkhxl-boxr .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #00562f;
}
.hkhxl-boxr .swiper-pagination {
  padding-right: 20px;
}

.hclient {
  background: url("../img/hclient-bg.jpg") no-repeat top center;
  background-size: cover;
  padding: 100px 0;
}

.white {
  color: #fff !important;
}

.hclient-box {
  margin-top: 50px;
}

.hclient-swiper .swiper-slide a {
  display: flex;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  height: 120px;
}
.hclient-swiper .swiper-slide a img{
  transition: all 0.4s;
}
.hclient-swiper .swiper-slide a:hover img{
  transform: translateY(-10px);
}
.hstar {
  padding: 100px 0;
}

.hstar-cateul {
  display: flex;
  justify-content: space-between;
}

.hstar-cateul {
  margin: 50px 0 30px;
}

.hstar-cateul li {
  background: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 50px;
  border-radius: 10px;
 
}

.hstar-cateul h4 {
  margin-top: 20px;
  font-size: 24px;
  color: #222222;
}

.hstar-cateulmbswiper{
  margin: 50px 0 30px;
}
.hstar-cateulmbswiper .swiper-slide a {
  background: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 50px;
  border-radius: 10px;
  min-height:250px;
}
.hstar-cateulmbswiper .swiper-slide.on a{
  background: #00562f;
}
.hstar-cateulmbswiper h4 {
  margin-top: 20px;
  font-size: 24px;
  color: #222222;
}
.hstar-cateulmbswiper .swiper-slide.on h4 {
  color: #fff;
}

.hstar-cateulmbswiper .swiper-slide.on img {
  filter: brightness(100);
  filter: grayscale(100%) brightness(500%);
}
.hstar-boxul li {
  display: none;
  position: relative;
}

.hstar-cateul li.on {
  background: #00562f;
}

.hstar-boxul li h3{
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
}
.hstar-cateul li.on h4 {
  color: #fff;
}

.hstar-cateul li.on img {
  filter: brightness(100);
  filter: grayscale(100%) brightness(500%);
}

.habout {
  background: url("../img/habout-bg.jpg") no-repeat top center;
  padding: 100px 0;
  background-size: cover;
}

.habout-box ul {
  display: flex;
  justify-content: space-between;
}

.habout-box ul li {
  width: 9.28%;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.4s;
}

.habout-txt {
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin: 50px 0;
}

.habout-boxmbswiper .swiper-slide a{
  display: block;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.habout-boxmbswiper .swiper-slide a img{
  width: 100%;
}
.habout-boxmbswiper .swiper-slide a h2 {
  position: absolute;
  writing-mode: vertical-rl;
  top: 50px;
  color: #fff;
  font-size: 30px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 2px;
}

.habout-boxmbswiper .swiper-slide.on a h2 {
  display: none;
}

.habout-boxmbswiper .swiper-slide.on a .habout-boxtxt {
  display: block;
}




.habout-box ul li.on {
  width: 40%;
}

.habout-box ul li a {
  position: relative;
  display: block;
}

.habout-boxtxt {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 0 40px 40px;
  display: none;
}

.habout-box ul li h2 {
  position: absolute;
  writing-mode: vertical-rl;
  top: 50px;
  color: #fff;
  font-size: 30px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 2px;
}

.habout-box ul li.on h2 {
  display: none;
}

.habout-box ul li.on .habout-boxtxt {
  display: block;
}

.habout-boxtxt h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.habout-boxtxt h4 {
  line-height: 30px;
}

.hnews {
  padding: 100px 0;
}

.hnews-box {
  margin-top: 50px;
}

.hnews-boxtxt h4 {
  font-size: 24px;
  color: #222222;
  padding: 10px 0 15px;
}

.hnews-boxtxt h3 {
  color: #555555;
}

.hnews-boxtxt {
  margin-top: 30px;
}

.hnews-box ul li:hover .hnews-boxtxt h4 {
  color: #00562f;
}


@media(max-width:1600px) {
  .hprotop-rm h4 {
    padding: 20px 0 30px;
  }

  .hkhxl-boxr {
    width: calc(100% - 350px);
  }

  .hkhxl-boxl ul li a {
    width: 320px;
    padding: 25px;
  }

  .hstar-cateul {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1%;
  }

  .hstar-cateul li {
    width: 32%;
    margin-bottom: 15px;
  }

  .hprojs-c {
    width: 600px;
    height: 600px;
  }
}

@media(max-width:1400px) {
  .hprobot-l{
    width: 100%;
  }
  .hprobot-r{
    width: 100%;
  }
  .hprobot .swiper-slide a{
    display: block;
  }

  .hkhxl-boxl ul li a {
    padding: 18px;
  }

  .hprojs-box {
    display: block;
  }

  .hprojs-l {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .hprojs-l .hprojs-txt {
    text-align: left;
    width: 48%;
  }

  .hprojs-txttop50 {
    margin-top: 0;
  }

  .hprojs-r {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .hprojs-txt {
    width: 48%;
    margin-top: 0;
  }

  .hprojs-dian {
    display: none;
  }

  .hprojsbottxt {
    width: 100%;
  }

  .hprojs-c {
    margin: 0 auto;
  }

  .hprojsbottxt .hprojs-txt {
    margin: 0 auto;
  }
}

@media(max-width:1200px) {
  .hprotop-rm h6 {
    margin-top: 20px;
    padding-top: 20px;
  }

  .hprotop-r {
    padding: 0 30px;
  }

  .hzchz-l {
    font-size: 30px;
  }

  .hzchz-r span {
    font-size: 35px;
  }

  .hkhxl-boxl ul li a {
    padding: 15px;
  }

  .hkhxl-boxl ul li {
    margin-bottom: 10px;
  }
  .hstar-boxul li h3{
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
    padding:0 20px; 
  }
}

@media(max-width:991px) {

  .hzchz-l h3 {
    font-size: 28px;
 }
  .hkhxr-txt h3{
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis; 
    width: 90%;
  }

  .hprocate ul li a span {
    font-size: 16px;
  }

  .hprocate ul li a {
    padding: 0 15px;
  }

  .home-tit h3 {
    font-size: 28px;
  }

  .home-tit h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .hpro {
    padding: 50px 0;
  }

  .hprotop a {
    display: block;
  }

  .hprotop-l {
    width: 100%;

  }

  .hprotop-r {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .hprobot-l {
    padding: 0 15px;
  }

  .hzchz-box {
    display: block;
  }

  .hzchz {
    background-size: cover;
  }

  .hzchz-r {
    margin-top: 30px;
  }

  .hkhxl-box {
    display: block;
  }

  .hkhxl-boxl {
    width: 100%;
  }

  .hkhxl-boxr {
    width: 100%;
  }

  .hkhxl-boxl ul li a {
    width: 100%;
  }

  .hkhxl {
    padding: 50px 0;
  }



  .hclient {
    padding: 50px 0;
  }

  .hclient-box {
    margin-top: 30px;
  }

  .hstar-cateul li {
    width: 49%;
    margin-bottom: 15px;
  }

  .hstar-cateul {
    justify-content: space-between;
  }

  .habout-box ul {
    display: block;
  }

  .habout-box ul li {
    width: 100%;
  }

  .habout-box ul li img {
    width: 100%;
  }

  .habout-box ul li.on {
    width: 100%;
  }

  .hnews-box ul li {
    margin-bottom: 20px;
  }

  .hnews {
    padding: 50px 0;
  }

  .habout {
    padding: 50px 0;
  }

  .habout-txt {
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 84px;
  }

  .hstar {
    padding: 50px 0;
  }

  .hprojs-c {
    width: 400px;
    height: 400px;
  }
}

@media(max-width:500px) {
  .hprocate ul li {
    width: 50%;
  }

  .hprojs-c {
    width: 350px;
    height: 350px;
  }
}

/*产品详情*/
.probox-ltit {
  display: flex;
  background: #00562f;
}

.probox-l {
  width: 320px;
}

.pro-itemtit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  height: 60px;
  background: #00562f;
  padding: 0 20px;
}

.probox {
  display: flex;
  justify-content: space-between;
}

.probox-r {
  width: calc(100% - 350px);
}

.probox {
  padding: 100px 0;
}

.probox-ltitl h3 {
  font-size: 40px;
  color: #fff;
}

.probox-ltit {
  padding: 35px 30px;
  justify-content: space-between;
}

.probox-ltitl h4 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: lighter;
}

.probox-nav {
  background: #fafafa;
}

.probox-nav ul li>a {
  padding: 26px 30px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
}

.probox-nav ul li>a span {
  font-size: 18px;
  color: #00562f;
}

.probox-nav ul li dl {
  padding: 30px;
}

.probox-nav ul li dl dd {
  line-height: 40px;
  position: relative;
  padding-left: 20px;
  color: #999999;
}

.probox-nav ul li.pronav-on>a,.probox-nav ul li:hover>a {
  background: #00562f;
}

.probox-nav ul li.pronav-on>a span,.probox-nav ul li:hover>a span{
  color: #fff !important;
}


/* .probox-nav ul li dl dd::after{
  position: absolute;
  width: 8px;
  height: 2px;
  content: "";
  background: #999999;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
} */
.probox-nav ul li dl dd:hover a {
  color: #00562f;
}

.probox-nav ul li dl dd.on a {
  color: #00562f;
}

.pro .case-tit {
  background: #fff;
}

.pro .honor-nav {
  width: 450px;
}

.probox-itembox {
  padding: 30px 0;
}

.probox-itembox ul li h4 {
  text-align: center;
  padding: 20px 0 30px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.probox-itembox ul li .scale-img {
  border: 1px solid #dcdcdc;
}

/* .probox-itembox ul li .scale-img img{
  border: 4px solid #fff;
  
}
.probox-itembox ul li:hover .scale-img{
  border: 1px solid #00562f;
 
}
.probox-itembox ul li:hover .scale-img img{
  border: 4px solid #00562f;
  transform: scale(1);
} */
.probox-itembox ul li:hover h4 {
  color: #00562f;
}

.probox-item {
  margin-bottom: 10px;
}

@media(max-width:1400px) {
  .probox-l {
    width: 300px;
  }

  .probox-nav ul li dl dd a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .probox-r {
    width: calc(100% - 350px);
  }

  .probox-itembox ul li h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media(max-width:991px) {
  .probox {
    display: block;
    overflow: hidden;
  }

  .probox-l {
    width: 100%;
  }

  .probox-r {
    width: 100%;
    margin-top: 30px;
  }
  .probox-nav ul li dl {
    display: none;
  }
  .probox-nav ul li.pronav-on dl{
    display: block;
  }
}

.probox {
  overflow: hidden;
}

.prodbox {
  padding: 80px 0;
  background: #fff;
}

.honor-itemtiticon img:last-child {
  display: none;
}

.honor-itemtiticon.on img:last-child {
  display: block;
}

.honor-itemtiticon.on img:first-child {
  display: none;
}

.pro-contact {
  margin-top: 50px;
}

.pro-contacttext {
  display: flex;
  background: #00562f;
  color: #fff;
  padding: 30px;
  align-items: center;
  justify-content: space-between;

}

.pro-contacttext-icon {
  width: 60px;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
}


.pro-contacttext-txt h4 {
  font-size: 32px;
  font-family: "DINBold";
  margin-top: 5px;
}

/*工程案例*/
.case-boxm ul li {
  margin-bottom: 30px;
}

.case-boxm .hpro-boxswiper-txt {
  background: none;
  border: 1px solid #e5e5e5;
}

.case-boxm ul li:hover .hpro-boxswiper-txt {
  color: #00562f;
}

.case-boxm ul li:hover .hpro-boxswiper-txt .hpro-boxswiper-txticon img:first-child {
  display: none;
}

.case-boxm ul li:hover .hpro-boxswiper-txt .hpro-boxswiper-txticon img:last-child {
  display: block;
}

.hpro-boxswiper-txt {
  height: 60px;
  background: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}

.loadmore a {
  width: 166px;
  height: 44px;
  background: #00562f;
  border-radius: 8px;
  color: #fff;
  display: block;
  line-height: 44px;
  text-align: center;
  margin: 70px auto 0;
}

@media(max-width:991px) {
  .case-box-tit {
    width: 100%;
  }

  .case-box-tit h3 {
    font-size: 30px;
  }

  .case-nav ul li {
    margin-left: 20px;
  }

  .case-box {
    padding: 40px 0;
  }

  .probox {
    padding: 50px 0;
  }
}

.news-nav {
  display: flex;
}

.in-keyword {
  background: #f2f2f2 !important;
}

.in-keyword .keyword-mr input {
  background: #ffffff;
}

.news-nav ul {
  display: flex;
  background: #eeeeee;
  width: 100%;
}

.news-nav ul li {
  height: 80px;
  width: 50%;
}

.news-nav ul li a {
  display: block;
  text-align: center;
  line-height: 80px;
  text-align: center;
}

.news {
  padding: 1px 0 70px;
}

.news-nav ul li.on a {
  background: #00562f;
  color: #fff;
}

.news-nav {
  border-radius: 8px;
  overflow: hidden;
}

.news-box {
  margin-top: 100px;
}

.news-txt {
  margin-top: 30px;
  margin-bottom: 30px;
}

.news-txt h4 {
  font-size: 24px;
  color: #222222;
  padding: 15px 0 20px;
}

.news-txt p {
  color: #555555;
}

.news-box ul li:hover h4 {
  color: #00562f;
}

@media(max-width:991px) {
  .news-txt h4 {
    font-size: 18px;
  }

  .news-txt p {
    font-size: 14px;
    line-height: 24px;
  }

  .news-box {
    margin-top: 50px;
  }
}

/*新闻详情*/
.newsd {
  padding: 100px 0;
}

.newsd-tit h3 {
  font-size: 36px;
  text-align: center;
  color: #333333;
}

.newsd-tit p {
  text-align: center;
  color: #999999;
  padding: 30px 0;
  border-bottom: 1px solid #d1d1d1;
}

.newsd-tit p span {
  margin-right: 50px;
}

.newsd-txt {
  line-height: 30px;
}

.newsd-txt p {
  text-indent: 2em;
  margin-top: 30px;
  margin-bottom: 30px;
}

.newsd-page {
  border-top: 1px solid #d1d1d1;
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}

.newsd-page a:hover {
  color: #00562f;
}

.newsd-txt img {
  width: 100%;
}

@media(max-width:991px) {
  .newsd-tit h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .newsd {
    padding: 50px 0;
  }

  .newsd-page {
    display: block;
  }

  .newsd-page a {
    display: block;
  }

  .newsd-page {
    padding-top: 30px;
  }

  .newsd-tit p span {
    margin-right: 10px;
  }
}

.ser {
  padding: 50px 0 100px;
}

.ser-box h3 {
  font-size: 30px;
  color: #00562f;
}

.ser-box {
  margin-top: 100px;
}

.ser-box h3 {
  margin-bottom: 30px;
}

.ser-box p {
  line-height: 30px;
  margin-bottom: 20px;
}

.last-serp {
  margin-top: 50px;
}

.ser-box img {
  width: 100%;
}

@media(max-width:991px) {
  .ser-box h3 {
    font-size: 24px;
  }

  .ser-box {
    margin-top: 50px;
  }

  .ser-box p {
    margin-bottom: 10px;
  }

  .ser {
    padding: 30px 0 40px;
  }
}

.baoxiu ul li a {
  display: flex;
  background: #fafafa;
  padding: 30px;
  align-items: center;
  overflow: hidden;
}

.baoxiu {
  padding-top: 100px;
}

.baoxiu ul li .baoxiu-l {
  width: 50%;
  padding: 0 50px;
}

.baoxiu-r {
  width: 50%;
  border-radius: 15px;
  padding-left: 50px;
}

.baoxiu-l h3 {
  font-size: 30px;
  color: #00562f;
  margin-bottom: 30px;
}

.baoxiu-l p {
  line-height: 30px;
}

.baoxiu ul li:nth-of-type(2n) .baoxiu-r {
  padding-left: 0;
  padding-right: 50px;
}

.baoxiu ul li {
  margin-bottom: 50px;
}

.hottel h3 {
  font-size: 30px;
  color: #00562f;
}

.hottel-m table {
  width: 100%;
  border-collapse: separate;
  /* 关键：启用间距 */
  border-spacing: 4px;
  /* 设置间距为3px */
}

.hottel-m table tr th {
  background: #00562f;
  color: #fff;
  height: 50px;
  text-align: center;
  font-size: 18px;
}

.hottel-m table tr td {
  height: 50px;
  background: #f0f0f0;
  text-align: center;
}

.hottel-m table tr td:first-child {
  width: 42%;
  text-align: left;
  padding-left: 30px;
}

.hottel-m {
  margin-top: 30px;
}

@media(max-width:1600px) {
  .baoxiu ul li .baoxiu-l {
    padding: 0;
  }
}

@media(max-width:1200px) {
  .baoxiu ul li a {
    flex-wrap: wrap;
  }

  .baoxiu ul li .baoxiu-l {
    width: 100%;
  }

  .baoxiu-r {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .baoxiu ul li:nth-of-type(2n) a {
    flex-direction: column-reverse;
  }
}

@media(max-width:991px) {
  .hottel h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .hottel-m table tr td:first-child {
    padding: 0 5px;

    /* white-space: nowrap;       
    overflow: hidden;           
    text-overflow: ellipsis;   
    width: 30%;  */
  }

  .hottel-m table tr th {
    font-size: 14px;
    white-space: nowrap;
  }

  .hottel-m table tr td {
    font-size: 12px;
  }

  .hottel-m table {
    width: 100%;
    border-collapse: separate;
    /* 关键：启用间距 */
    border-spacing: 1px;
    /* 设置间距为3px */
  }

  .baoxiu-l h3 {
    font-size: 20px;
  }

  .baoxiu ul li a {
    padding: 15px;
  }

  .baoxiu {
    padding-top: 50px;
  }
}

.about {
  padding: 50px 0 100px;
}

.about-innav {
  background: #eeeeee;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
}

.about-innavswiper .swiper-slide a {
  display: block;
  line-height: 80px;
  text-align: center;
  position: relative;
  font-size: 18px;
}

.about-innavswiper .swiper-slide a::after {
  position: absolute;
  width: 2px;
  height: 18px;
  content: '';
  background: #c9c9c9;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.about-innavswiper .swiper-slide:last-child a::after {
  display: none;
}

.about-innavswiper .swiper-slide.on a {
  background: #00562f;
  color: #fff;
}

.about-box {
  padding-top: 100px;
}

.about-num ul {
  display: flex;
  justify-content: space-between;
}

.abouttop-m {
  color: #444444;
  line-height: 30px;
}

.abouttop-m p {
  text-indent: 2em;
  margin-bottom: 35px;
}

.about-num {
  margin-top: 50px;
}

.about-num ul li span {
  font-size: 48px;
  font-family: 'DIN';
  color: #00562f;
}

.about-num ul li h4 {
  font-size: 18px;
  color: #444444;
  margin-top: 10px;
}

.about-num ul li h3 {
  display: flex;
  align-items: flex-start;
  font-size: 24px;
  font-weight: bold;
  color: #00562f;
}

.intit {
  font-size: 50px;
  color: #111111;
  text-align: center;
  margin-bottom: 40px;
}

.aboutvalue {
  margin-top: 100px;
  overflow: hidden;
}

.aboutvalue ul li a {
  display: block;
  position: relative;
}

.aboutvalue-txt {
  position: absolute;
  bottom: 50px;
  left: 40px;
  height: 100px;
}

.aboutvalue-txt h4 {
  font-size: 36px;
  color: #fff;
}

.aboutvalue-txt h5 {
  color: #c9c9c9;
  margin-top: 20px;
}

@media(max-width:1200px) {
  .about-box {
    padding-top: 50px;
  }

  .about-num ul li span {
    font-size: 24px;
  }
}

@media(max-width:991px) {
  .about-num ul {
    flex-wrap: wrap;

  }

  .about-num ul li {
    width: 50%;
    margin-bottom: 20px;
  }

  .aboutvalue {
    margin-top: 50px;
  }

  .aboutvalue ul li {
    margin-bottom: 30px;
  }

  .about {
    padding: 50px 0 30px;
  }

  .intit {
    font-size: 32px;
  }
}

.probase {
  margin-top: 50px;
}

.probase .case-boxm ul li:hover .hpro-boxswiper-txt {
  color: #fff;
  background: #00562f;
}

.probase .case-boxm ul li:hover .hpro-boxswiper-txt .hpro-boxswiper-txticon img {
  filter: brightness(100);
  filter: grayscale(100%) brightness(500%);
}

.dev {
  padding-top: 100px;
}

.dev-top h3 {
  font-size: 30px;
  color: #111111;
}

.dev-top h4 {
  font-size: 18px;
  padding: 20px 0;
}

.dev-top p {
  margin-bottom: 20px;
}

.dev-box {
  text-align: center;
}

.dev-box h5 {
  color: #00562f;
  font-size: 22px;
  padding: 40px 0 60px;
}

@media(max-width:1200px) {
  .dev-box img {
    width: 100%;
  }

  .dev {
    padding-top: 50px;
  }

  .devm {
    padding-bottom: 0;
  }
}

.test {
  padding: 100px 0 0px;
}

.test-top {
  display: flex;
  margin-bottom: 50px;
}

.test-topl {
  width: 50%;
  padding-right: 50px;
  position: relative;
}

.test-topr {
  width: 50%;
  padding-left: 50px;
  position: relative;
}

.test-topl h3 {
  font-size: 30px;
  color: #111111;
  margin-bottom: 20px;
}

.test-topl p {
  line-height: 30px;
  margin-bottom: 20px;
}

.test-top h4 {
  position: absolute;
  height: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  bottom: 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  width: 100%;
}

.test-top a {
  display: block;
  position: relative;
}

.testm {
  padding-bottom: 50px !important;
}

@media(max-width:1200px) {
  .test-top {
    display: block;
  }

  .test-topl {
    width:100%;
    padding: 0;
    margin-bottom: 50px;
  }

  .test-topr {
    width:100%;
    padding: 0;
  }
}

@media(max-width:991px) { 
  .test{
    padding: 50px 0 0 ;
  }
  .testm {
    padding-bottom: 0px !important;
  }
}



/*资质荣誉*/

.honor-nav{
  width: 65%;
}
.case-navswiper{
  width: 50%;
}
.honor-nav .swiper-slide{
  width: auto;
}
.honor-box{
  padding: 40px 0 0px;
}
.honor-box .case-box-tit{
  width: 100%;
}
.abouth-m{
  padding-bottom: 50px !important;
}
.honor-mtop{
  display: flex;
}
.honor-mtop li{
  background: #eeeeee;
  width: 16.6666%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: relative;
}
.honor-mtop li::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  background: #c9c9c9;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.honor-mtop li:last-child::after{
  display: none;
}
.honor-mtop li:hover{
  background: #00562f;
  color: #fff;
}
.honor-mtop li:hover a{
  color: #fff;
}
.honor-itemtit{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  height:60px;
  background: #00562f;
  padding: 0 20px;
}
.honor-itemtiticon img:last-child{
  display: none;
}
.honor-itembox ul{
  display: flex;
  flex-wrap: wrap;

  margin: 0 -15px;
}
.honor-itembox ul li{
  width:20%; 
  padding:0 15px;
}
.honor-itembox ul li a{
  display: block;
}
.honor-itembox ul li .scale-img{
  border: 1px solid #eeeeee;
  padding: 15px;
}
.honor-itembox ul li:hover .scale-img img{
  transform: scale(1);
}
.honor-itembox ul li:hover h4{
  background: #fff;
}
.honor-itemtiticon.on img:last-child{
  display: block;
}
.honor-itemtiticon.on img:first-child{
  display:none;
}
.honor-mcon{
  margin-top: 50px;
}
.honor-itembox{
  margin-top: 30px;
}
.honor-itembox ul li h4{
  text-align: center;
  padding:20px 0 30px;
}
.honor-itembox ul li a:hover{
  background: #00562f;
}
.honor-itembox ul li a:hover h4{
  color: #00562f;
}
.honor-mcon .honor-item{
  margin-bottom: 10px;
}

@media(max-width:1200px){
  .honor-mtop{
    flex-wrap: wrap;
  }
  .honor-mtop li{
    width: 33.3333%;
    margin-bottom: 15px;
  }
  .honor-itembox ul li{
    width: 33.3333%;
  }
}
@media(max-width:991px){ 
  .honor-box{
    padding: 40px 0 0;
  }
  .honor-itembox ul li{
    width: 50%;
  }
  .abouth-m{
    padding-bottom: 0px !important;
  }
}
@media(max-width:500px){ 
  .honor-box{
    padding: 40px 0;
  }
  .honor-itembox ul li{
    width: 100%;
  }
}
.con-ditu{
  background: url("../img/con-ditu.jpg") no-repeat top center;
  background-size: 100%;
  padding: 50px;
  border-radius: 10px;
  transition: background-size 0.6s ease-in-out;
}
.con-txt{
  background: #fff;
  border-radius: 20px;
  width: 500px;
  padding: 50px 60px;
}
.con-txt ul li{
  display: flex;
  border-bottom: 1px solid #f3f3f3;
  padding: 20px 0;
}
.con-txt ul li:first-child{
  border-top: 1px solid #f3f3f3;
}
.con-ditu:hover{
  background-size: 110%;
}


.con-txt h3{
  font-size: 30px;
  font-weight: bold;
  color: #00562f;
  margin-bottom: 40px;
}
.con-txticon{
  width: 60px;
  text-align: center;
  transition: all 0.5s;
}
.con-txt ul li:hover .con-txticon{
  transform: translateY(-10px);
}
.con-txttxt h4{
  font-weight: bold;
  color: #333333;
}
.con-txttxt p{
  color: #838383;
  font-weight: bold;
}
.con-ditu{
  margin-bottom: 50px;
}

@media(max-width:991px){ 
  .con-txt{
    background: #fff;
    border-radius: 20px;
    width:100%;
    padding:30px;
  }
  .con-ditu{
    padding:30px 15px;
  }
}
@media(max-width:599px){ 
.con-txt h3{
  font-size: 20px;
}
.con-txt ul li{
  display: flex;
  border-bottom: 1px solid #f3f3f3;
  padding: 10px 0;
  flex-direction: column;
}
}
.prodtop{
  display: flex;
}
.prodtopl{
  width: 50%;
}
.prodtopr{
  width: 50%;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prodtopr h3{
  font-size: 30px;
  font-weight: bold;
  color: #222222;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 30px;
}
.prodtopr-txt{
  margin-top: 30px;
}
.prodtopr-txt p{
  line-height: 30px;
}
.prodtopr-tel{
   border-top: 1px solid #dcdcdc;
   display: flex;
   justify-content: space-between;
   padding-top: 30px;
   align-items: center;
}
.prodtopr-teltx{
  display: flex;
}
.prodtopr-tel a{
  display: block;
  width: 150px;
  height: 50px;
  text-align: center;
  border-radius: 5px;
  background: #00562f;
  color: #fff;
  line-height: 50px;
}
.prodtopr-teltx img{
  padding-right: 16px;
}
.prodtopr-teltx h4{
  font-size: 30px;
  font-family: 'DIN';
  color: #00562f;
}
.prod-tit h3{
  background: #00562f;
  width: 150px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
}
.prod-tit{
  border-bottom: 1px solid #00562f;
  margin-top: 50px;
}
.prod-con{
  margin-top: 50px;
}
.prod-gsbox{
  padding-top: 30px;
}
.prod-gsbox h4{
  color: #222222;
  margin-bottom: 20px;
  margin-top: 20px;
}
.prod-gsbox p{
  line-height: 30px;
  margin-bottom:10px;
}

.prodhonor-box ul{
  display: flex;
  justify-content: space-between;
}
.prodhonor-box ul li{
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prodhonor-box ul li img{
  width: 100%;
}
.prodhonor-box{
  margin-top: 30px;
}
.unit-swiper{
  margin-top: 30px;
}
.unit-swiper .swiper-slide a{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f2f2f2;
  height: 120px;
  margin-bottom: 20px;
}
.prod-tjswiper{
  margin-top: 30px;
}
.prod-tjswiper h3{
  text-align: center;
  margin-top: 20px;
}
.prod-tjswiper .swiper-slide a .scale-img{ 
  border: 1px solid #dcdcdc;
}
.prod-tjswiper .swiper-slide a:hover h3{
  color: #00562f;
}
.prod-j{
  margin-top: 30px;
}
.prod-j img{
  width: 100%;
}

@media(max-width:1600px){
  .prodtopr-teltx h4{
    font-size:20px;
  }
  .prodtopr{
    padding-left: 20px;
  }
}

@media(max-width:1200px){ 
  .prodtop{
    display: block;
  }
  .prodtopl{
    width: 100%;
  }
  .prodtopr{
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  
}



@media(max-width:991px){ 
  .unit-swiper .swiper-slide a img{
    width: 100%;
  }
}

  .dev-img img {
    width: 100%;
  }

  
  @media(max-width:991px) {
    .hstar-cateul h4 {
      font-size:16px;
      width: 100%;
      display: block;
      text-align: center;
    }
    .hstar-cateul li{
      padding: 30px 10px;
    }
  }

  .dc-mo {
  display: none;
}

@media (max-width: 991px) {
  .dc-mo {
    display: block;
  }

  .dc-pc {
    display: none;
  }
}

.pc{
  display: block !important;
}
.mb{
  display: none !important;
}
@media (max-width: 991px) { 
  .pc{
    display: none !important;
  }
  .mb{
    display: block !important;
  }
}