@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face {
  font-family: "DINBold";
  src: url("../font/din-bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HEITI";
  src: url("../font/Adobe\ 黑体\ Std\ R.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;
  /* overflow: hidden; */
}

.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;
  background: #fafafa;
}

.logo {
}



.head-lang {
  display: flex;
}

.nav-ul {
  
  display: flex;
  justify-content: space-between;
  /* overflow: hidden; */
  align-items: center;
}

.headnav{
  background: #04825d;
}
.nav-ul li > a {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase;
  padding: 0 40px;
}
.nav-ul li .nav-last{
  padding: 0;
  text-align: center;
  width: 36px;
  height: 36px;
  justify-content: center;
}

.nav-ul li{
  position: relative;
}
/* .nav-ul li:hover > a,
.nav-ul li.nav-active a {
  background: #04825d;
  color: #ffffff;
} */
.nav-ul .nav-last{
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 36px;
}
.nav-ul .nav-last{
  color: #04825d;
}


.hometop {
  display: flex;
  justify-content: space-between;
  height: 110px;
  align-items: center;
}
.nav-ul li:hover > a::after {
  opacity: 1;
}

.nav-ul li.nav-active a::after {
  opacity: 1;
}

.nav-sub {
  position: absolute;
  top: 58px;
  z-index: 999;
  width: 130px;
  background: #fff;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 0;
} 

.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: #555555;
}

.nav-sub dl dd:hover a{
  color: #04825d;
}

.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: 50px;
  }

  .logo img {
    width: 100%;
  }

  .headbom {
    height: 0;
  }

  .topmain img {
    display: none;
  }

  .topmain p {
    display: none;
  }

  .topmain {
    height: 70px;
  }

  .logo {
    width: 65px;
    top: -64px;
  }

  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: 70px;
  padding-bottom: 40px;
  background: #1b1b1b;
  overflow: hidden;
}

.footer-topl {
  width: 28%;
}

.footer-topr {
  width: 54%;
}

.footer-navul {
  display: flex;
  justify-content: space-between;
}

.footer-copy {
  display: flex;
  padding-top: 40px;
  border-top: 1px solid #525252;
  justify-content: space-between;
  margin-top: 60px;
  font-size: 16px;
  color: #808080;
}

.footer-topltxt {
  margin-top: 20px;
  line-height: 35px;
}

.footer-navul li > a {
  font-size: 18px;
  font-family: "HEITI";
  color: #fff;
}

.footer-lastrowtxt {
  font-family: "SanRegular";
  font-size: 18px;
}

.footer-navul li dl {
  margin-top: 35px;
}

.footer-navul li dl dd {
  line-height: 35px;
  display: flex;
}

.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: 14px;
  }

  .footer-navul li dl dd a {
    font-size: 14px;
  }

  .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;
  }
}

.head-r h3 {
  font-size: 20px;
  font-weight: bold;
  color: #111111;
}
.head-r h4 {
  font-size: 36px;
  color: #04825d;
  font-family: "DINBold";
  margin-top: 10px;
}
.header-main {
  border-bottom: 1px solid #eeeeee;
}
.foot-code img {
  margin: 40px 0 15px;
}
.foot-code {
  text-align: center;
}

.nav-sub-itemtop {
  display: flex;
  align-items: center;
}
.nav-sub-box {
  display: flex;
  justify-content: space-between;
}
.nav-sub-list-two {
  width: 52%;
}
.nav-sub-list-twodl {
  display: flex;
  justify-content: space-between;
}
.nav-sub-box dl {
  border-top: 1px solid #dcdcdc;
  padding-top: 15px;
  margin-top: 15px;
}
.nav-sub-img {
  margin-right: 9px;
}
.nav-sub-title h4 {
  font-size: 14px;
  color: #444444;
  font-family: "HEITI";
}
.nav-sub-title h5 {
  font-size: 12px;
  font-weight: lighter;
  margin-top: 5px;
}
.nav-sub-box dl dd a {
  font-size: 14px;
  line-height: 24px;
}
.nav-sub-box dl dd a:hover {
  color: #04825d;
}

.nav-sub-box .nav-sub-list:hover .nav-sub-title {
  color: #04825d;
}
.nav-sub-box .nav-sub-list:hover .nav-sub-title h4 {
  color: #04825d;
}
.nav-subhonorswiper .nav-subhonortxt {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}

.nav-subhonorswiper .nav-subhonortxt {
  border-bottom: 2px solid #fff;
  padding-bottom: 15px;
}
.nav-subhonorswiper .swiper-slide:hover .nav-subhonortxt {
  border-bottom: 2px solid #04825d;
  color: #04825d;
}
.nav-subhonorswiper {
  padding-top: 20px;
}

.home-title {
  display: flex;
  justify-content: space-between;
}
.hpro {
  padding: 100px 0;
}
.home-titleul {
  display: flex;
}
.home-titleul li {
  width: 160px;
  height: 46px;
  background: #eeeeee;
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  margin-left: 20px;
}
.hometit {
  font-size: 50px;
  color: #111111;
  font-family: "HEITI";
}
.hpro-boxswiper-txt {
  display: flex;
}
.habout {
  /* background: url("../img/habout-bg.png") no-repeat top center; */
  /* margin: 100px 0 0; */
  position: relative;
  
}
.habout-box {
  display: flex;
  overflow: hidden;
}
.habout-boxl {
  width: 50%;
  background: url("../img/habout_bg.jpg")  no-repeat top center;
  background-size: cover;
}
.habout-boxr {
  width: 50%;
}
.habout-num ul li a {
  display: flex;
  background: #fff;
  justify-content: space-between;
}
.habout-numr img:last-child {
  display: none;
}
.habout-num ul li:hover .habout-numr img:last-child {
  display: block;
}
.habout-num ul li:hover .habout-numr img:first-child {
  display: none;
}
.hcase-btn {
  position: relative;
}
.hcase {
  padding: 100px 0;
}
.hcase-btn {
  width: 160px;

}
.hcase-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hcase-box {
  margin-top: 50px;
}

.habout-num ul li a {
  padding: 50px 30px;
}

.habout-num {
  margin-top: 50px;
}
.habout-numl span {
  font-size: 48px;
  font-family: "DINBold";
  color: #04825d;
}
.habout-numl p {
  margin-top: 15px;
  font-size: 18px;
}
.habout-num ul li:hover a {
  background: #04825d;
  color: #fff;
}
.habout-num ul li:hover a span {
  color: #fff;
}
.habout-boxl {
  padding-right: 100px;
}
.habout-ltxtwidth{
  width: 50%;
  padding-top: 100px;
  padding-right: 100px;
}
.habout-ltxtwidth h2{
  margin-bottom: 50px;
}
.habout-ltxtwidth p{
  line-height: 35px;
}
.habout-ltxt{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.white {
  color: #fff !important;
}
.habout-boxl h3 {
  font-size: 24px;
  font-family: "HEITI";
  padding: 25px 0 40px;
}
.habout-boxl p {
  line-height: 35px;
  font-size: 18px;
}
.homemore a {
  display: flex;
  width: 210px;
  height: 64px;
  background: #04825d;
  color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
}
.homemore a span {
  margin-right: 50px;
}
.habout-more {
  margin-top: 80px;
}
.hpro-introduce {
  margin-top: 50px;
}
.hpro-box {
  margin-top: 50px;
}
.hpro-introduce-text {
  width: 520px;
  position: absolute;
  top: 80px;
  color: #fff;
  left: 50px;
}
.hpro-introduce ul li {
  position: relative;
}
.hpro-introduce-text h3 {
  font-size: 40px;
}
.hpro-introduce-text h4 {
  margin: 30px 0 60px;
  line-height: 35px;
  font-size: 18px;
}
.home-titleul li.on a {
  background: #04825d;
  color: #fff;
}
.home-titleul li a {
  display: block;
}
.home-titleul li {
  overflow: hidden;
}
.hser {
  background: url("../img/hser-bg.png") no-repeat top center;
  padding: 100px 0;
}
.hser-txt {
  width: 50%;
  color: #fff;
}
.hser-txt h3 {
  color: #fff;
}
.hser-txt h4 {
  padding: 40px 0;
  line-height: 35px;
}
.hser-box ul li a {
  display: flex;
  background: #fff;
}
.hser-box ul {
  display: flex;
  justify-content: space-between;
}
.hser-box {
  margin-top: 160px;
}
.hser-box ul li a {
  height: 120px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
.hser-box ul li {
  width: 32%;
}
.hser-boxr {
  width: 70px;
  height: 70px;
  background: #04825d;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hser-boxr img:last-child {
  display: none;
}
.hser-boxl h3 {
  font-size: 24px;
  color: #04825d;
  margin-bottom: 15px;
}
.hser-box ul li a:hover {
  background: #04825d;
  color: #fff;
}
.hser-box ul li a:hover h3 {
  color: #fff;
}
.hser-box ul li a:hover .hser-boxr {
  background: #fff;
}
.hser-box ul li a:hover .hser-boxr img:last-child {
  display: block;
}
.hser-box ul li a:hover .hser-boxr img:first-child {
  display: none;
}
.hser-box ul li a {
  transition: all 0.4s;
}
.hhonor {
  margin-top: 100px;
  background: #04825d url("../img/hhonor-bg.png") no-repeat top center;
}
.hhonor-box {
  padding: 50px 0 100px;
}
.hhonor-swiper a {
  display: block;
  background: #fff;
  padding: 40px 50px 25px;
  border: 1px solid #dcdcdc;
}

.hpro-introduce ul li {
  display: none;
}
.hpro-box ul li {
  display: none;
}
.hhonor-swiper .swiper-slide h3 {
  text-align: center;
  margin-top: 30px;
}

.hnews {
  padding: 100px 0;
}
.hnews-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hnews-title a {
}
.hnews-arrow {
  width: 50px;
  height: 50px;
  background: #04825d url("../img/habout-arrow.png") no-repeat center;
}
.hnews-txtbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hnews-box ul {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.hnews-box ul li {
  width: 33.333%;
  padding: 0;
}
.hnews-last {
  border-right: 2px solid #f2f2f2;
}
.hnews-box {
  margin-top: 50px;
  overflow: hidden;
}

.hnews-andimg a {
  display: block;
  padding:0;
}
.hnews-last a {
  display: block;
  border-bottom: 1px solid #f2f2f2;
  height: 20%;
}
.hnews-last {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hpro-boxswiper a .scale-img {
  border: 1px solid #dcdcdc;
}
.hpro-boxswiper-txt {
  height: 60px;
  background: #eeeeee;
  display: flex;
  align-items: center;
  justify-content:center;
  padding: 0 5px;
}
.hpro-boxswiper .swiper-slide:hover .hpro-boxswiper-txt {
  background: #04825d;
  color: #fff;
}
.hpro-boxswiper-txticon img:last-child {
  display: none;
}
.hpro-boxswiper .swiper-slide:hover .hpro-boxswiper-txt {
  background: #04825d;
  color: #fff;
}
.hpro-boxswiper .swiper-slide:hover .hpro-boxswiper-txt img:last-child {
  display: block;
}
.hpro-boxswiper .swiper-slide:hover .hpro-boxswiper-txt img:first-child {
  display: none;
}

.hhonor-btn {
  position: relative;
  width: 112px;
}
.hhonor-btn .swiper-button-next {
  width: 46px;
  height: 46px;
  background: url("../img/hcase-next.png") no-repeat center;
  border: 2px solid #dcdbdc;
}
.hhonor-btn .swiper-button-prev {
  width: 46px;
  height: 46px;
  background: url("../img/hcase-prev.png") no-repeat center;
  border: 2px solid #dcdbdc;
  left: 0;
}

.hhonor-btn .swiper-button-next:hover {
  background: #04825d url("../img/hcase-nexth.png") no-repeat center;
  border: 2px solid #04825d;
}
.hhonor-btn .swiper-button-prev:hover {
  background: #04825d url("../img/hcase-prevh.png") no-repeat center;
  border: 2px solid #04825d;
}
.hhonor-swiper .swiper-slide a:hover h3 {
  color: #04825d;
}
.hhonor-swiper .swiper-slide a:hover {
  border: 1px solid #04825d;
}
.hnews-txt{
  margin-top: 30px;
}
.hnews-time{
  color: #1b1b1b;
}
.hnews-txtm h4{
  font-size: 24px;
  color: #222222;
  line-height: 30px;
}
.hnews-txtm{
  padding:15px 0 20px;
}
.hnews-txt p{
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 定义显示的最大行数 */
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
}
.hnews-txt h3 {
  font-size: 24px;
  color: #111111;
  padding: 30px 0;
  font-family: "HEITI";
  overflow: hidden;
  white-space: nowrap; 
  text-overflow: ellipsis; 
}

.hnews-txtbox {
  margin-top: 50px;
}
.hnews-last a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 50px;
}
.hnews-last a h3 {
  font-size: 24px;
  color: #111111;
  margin-bottom: 15px;
  font-family: "HEITI";
  overflow: hidden;
  white-space: nowrap; 
  text-overflow: ellipsis; 
}

.hnews-box ul li:hover h4{
  color: #04825d;
}

.hnews-andimg:hover h3 {
  color: #04825d;
}
.hnews-last a:hover {
  background: #04825d;
  color: #fff;
}
.hnews-last a:hover h3 {
  color: #fff !important;
}
.hnews-last a:hover span {
  color: #fff;
}
@media (max-width: 1600px) {
  .hpro-introduce-text h4 {
    margin: 15px 0 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .habout-boxl{
    padding-right: 50px;
  }
  .hometit{
    font-size: 36px;
  }
  .habout-boxl p {
    line-height: 30px;
    font-size: 16px;
  }
  .habout-numl p{
    font-size: 16px;
    height: 30px;
  }
  .habout-num ul li a {
    padding: 30px 15px;
  }
}
@media (max-width: 1400px) {
  .hpro-introduce-text h4 {
    margin: 15px 0 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .hpro-introduce-text h3 {
    font-size: 30px;
  }
  .hpro-introduce-text{
    top: 10%;
    left: 5%;
  }
  .habout-boxl p{
     display: -webkit-box;
    -webkit-line-clamp: 4; /* 定义显示的最大行数 */
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .hser-boxl{
    width: calc(100% - 80px);
  }
  .hser-boxl h4{
    line-height: 24px;
  }
  .hnews-txt h3{
    font-size: 20px;
  }
  .hnews-txt h3{
    padding: 15px 0;
  }
  .hnews-txtbox{
    margin-top: 20px;
  }
  .hnews-last a h3{
    font-size: 20px;
  }
  .hnews-last a{
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .header-pinpai {
    width: 30%;
  }
  .header-pinpai img {
    width: 100%;
  }
  .hometop .logo {
    width: 300px;
  }
  .hometop .logo img {
    width: 60%;
  }
  .head-r h4 {
    font-size: 24px;
  }
  .head-r h3 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
	.hometop .logo img {
    width: 50%;
  }
  .header-pinpai {
    display: none;
  }
  .head-r {
    display: none;
  }
  .header-main .container {
    width: 100%;
  }
  .hometit {
    font-size: 32px;
  }
  .home-titleul li {
    width: 100px;
    margin-left: 10px;
  }
  .hpro {
    padding: 50px 0;
  }
  .hpro-introduce-img img{
    height: 300px;
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .hpro-introduce-text{
    width: 80%;
  }
  .hpro-introduce-text h4{
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 定义显示的最大行数 */
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .homemore a{
    width: 140px;
  }
  .homemore a span{
    margin-right:10px;
  }
  .hpro-boxswiper-txt h4{
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis; 
  }
  .habout-box{
    display: block;

  }
  .habout-boxl{
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .habout-boxr{
    width: 100%;
  }
  
  .habout{
    background-size: cover;
  }
  .habout-num ul li{
    margin-bottom: 20px;
  }
  .habout{
    padding:50px 0;
  }
  .hcaseSwiper .swiper-button-prev{
    width: 35px;
    height: 35px;
    left: 10px;
  }
  .hcaseSwiper .swiper-button-next{
    width: 35px;
    height: 35px;
    right: 10px;
  }
  .hcaseSwiper a h4{
    bottom: 5px;
    font-size: 14px;
  }
  .hcase{
    padding: 50px 0;
  }
  .hcase-box{
    margin-top: 20px;
  }
  .hser-txt{
    width: 100%;
  }
  .hser-box ul{
    display: block
  }
  .hser-box ul li{
    width: 100%;
    margin-bottom: 10px;
  }
  .hser-txt h4{
    padding: 20px 0;
  }
  .hser-box{
    margin-top: 50px;
  }
  .hser{
    padding: 50px 0;
    background-size: covers;
  }
  .hhonor-box{
    padding: 50px 0 50px;
  }
  .hnews-box ul{
    display: block;
  }
  .hnews-box ul li{
    width: 100%;
    margin-bottom: 30px;
  }
  .hnews-last a{
    padding: 20px;
  }
  .hnews{
    padding: 50px 0 0px;
  }
  .footer-navul li:last-child{
    display: none;
  }
}

@media (max-width: 500px) {
  .hometop .logo {
    width: 250px;
  }
  .home-title {
    display: block;
  }
  .home-titleul li {
    margin-left: 0;
    margin-right: 20px;
    margin-top: 20px;
  }
}


/*内页*/
.news{
  padding: 80px 0;
}
.news-boxul{
  display: flex;
  border: 1px solid #eeeeee;
  flex-wrap: wrap;
}
.news-boxul li{
  padding: 50px;
  width: 33.3333%;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.loadmore a{
  width: 166px;
  height: 44px;
  background: #04825d;
  border-radius: 3px;
  color: #fff;
  display: block;
  line-height: 44px;
  text-align: center;
  margin:70px auto 0;
}
@media(max-width:1600px){
  .news-boxul li{
    padding: 20px;
  }
}
@media(max-width:991px){
  .news-boxul li{
    width: 50%;
  }
  .news{
    padding: 40px 0;
  }
}
@media(max-width:500px){
  .news-boxul li{
    width: 100%;
  }
}
.case-box{
  padding: 80px 0;
}
.case-tit{
  border-bottom: 1px solid #dcdcdc;
}
.case-nav{
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
}
.case-nav ul{
  display: flex;
}
.case-nav h3{
  font-size: 24px;
  color: #222222;
}
.case-nav ul li{
  margin-left: 100px;
  position: relative;
  height: 80px;
  line-height: 80px;
}
.case-nav ul li:hover a{
  color: #04825d;
}
.case-nav ul li::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #04825d;
  bottom: -1px;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
}
.case-nav ul li:hover::after{
  opacity: 1;
}
.case-box-tit h3{
  font-size: 50px;
  color: #111111;
}
.case-box-tit{
  text-align: center;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.case-box-tit h4{
  padding: 20px 0 40px;
  color: #999999;
  line-height: 24px;
}
.case-boxm ul li{
  margin-bottom: 30px;
}
.case-boxm .hpro-boxswiper-txt{
  background: #04825d;
  color: #fff;
  text-align: center;
}
.case-boxm ul li:hover .hpro-boxswiper-txt{
  background: #04825d;
  color: #fff;
}
.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;
}
@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;
  }
}

.honor-nav{
  width: 65%;
}
.case-navswiper{
  width: 50%;
}
.honor-nav .swiper-slide{
  width: auto;
}
.honor-box{
  padding: 40px 0 80px;
}
.honor-box .case-box-tit{
  width: 100%;
}

.honor-navswiper .swiper-slide a{
  position: relative;
  height: 80px;
  line-height: 80px;
}
.honor-navswiper .swiper-slide:hover a{
  color: #04825d;
}
.honor-navswiper .swiper-slide::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #04825d;
  bottom: -1px;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
}
.honor-navswiper .swiper-slide:hover::after{
  opacity: 1;
}
.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: #04825d;
  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: #04825d;
  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: #04825d;
}
.honor-itembox ul li a:hover h4{
  color: #04825d;
}
.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;
  }
  .honor-itembox ul li{
    width: 50%;
  }
}
@media(max-width:500px){ 
  .honor-box{
    padding: 40px 0;
  }
  .honor-itembox ul li{
    width: 100%;
  }
}

.about-top{
  padding: 80px 0;
}
.about-topimg ul{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.about-topimg ul li{
  width: 48%;
}
.about-topimg{
  margin-top: 50px;
}
.intit{
  font-size: 50px;
  color: #111111;
  font-family: "HEITI";
}
.tc{
  text-align: center !important;
}
.about-toptxt p{
  line-height: 35px;
  margin-bottom: 10px;
}
.about-toptxt{
  margin-top: 50px;
}
.about-equ{
  padding: 80px 0;
}
.about-equbox{
  margin-top: 50px;
}
.about-culture{
  background: url("../img/about-img3.jpg") no-repeat top center;
  padding: 110px 0 230px;
}
.about-culturebox ul li{
  color: #fff;
  display: flex;
  height: 80px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 45px;
}
.about-culturebox ul li:first-child{
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.about-culturebox{
  margin-top: 50px;
}
.about-culturebox ul li h3{
  font-size: 24px;
  margin-right: 50px;
}
.about-culturebox ul li:hover{
  background: #04825d;
  color: #fff;
}
.about-nav{
  width:250px;
}


.about-navswiper .swiper-slide a{
  position: relative;
  height: 80px;
  line-height: 80px;
}
.about-navswiper .swiper-slide:hover a{
  color: #04825d;
}
.about-navswiper .swiper-slide::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #04825d;
  bottom: -1px;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
}
.about-navswiper .swiper-slide:hover::after{
  opacity: 1;
}



@media(max-width:991px){ 
  .about-topimg ul{
    display: block;
  }
  .about-topimg ul li{
    width: 100%;
    margin-bottom: 30px;
  }
  .about-top{
    padding: 40px 0;
  }
  .about-culturebox ul li{
    padding: 0 15px;
  }
  .about-culturebox ul li h3{
    font-size: 20px;
    width: 120px;
  }
  .about-culturebox ul li p{
    width: calc(100% - 120px);
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis; 
  }
  .about-nav{
    width: 250px;
  }
}
.about-culturebox{
  overflow: hidden;
}
.probox-ltit{
  display: flex;
  background: #04825d;
}
.probox-l{
    width: 340px;
}
.pro-itemtit{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  height:60px;
  background: #04825d;
  padding: 0 20px;
}
.pro{
  background: #f5f5f5;
}
.probox{
  display: flex;
  justify-content: space-between;
}
.probox-r{
  width: calc(100% - 390px);
}


.about-equboxswiper .swiper-slide:hover .hpro-boxswiper-txt {
  background: #04825d;
  color: #fff;
}
.about-equboxswiper .swiper-slide:hover .hpro-boxswiper-txt {
  background: #04825d;
  color: #fff;
}
.about-equboxswiper .swiper-slide:hover .hpro-boxswiper-txt img:last-child {
  display: block;
}
.about-equboxswiper .swiper-slide:hover .hpro-boxswiper-txt img:first-child {
  display: none;
}

.about-equbtn{
  position: relative;
  width: 112px;
}

.about-equbtn .swiper-button-next {
  width: 46px;
  height: 46px;
  background: url("../img/hcase-next.png") no-repeat center;
  border: 2px solid #dcdbdc;
}
.about-equbtn .swiper-button-prev {
  width: 46px;
  height: 46px;
  background: url("../img/hcase-prev.png") no-repeat center;
  border: 2px solid #dcdbdc;
  left: 0;
}

.about-equbtn .swiper-button-next:hover {
  background: #04825d url("../img/hcase-nexth.png") no-repeat center;
  border: 2px solid #04825d;
}
.about-equbtn .swiper-button-prev:hover {
  background: #04825d url("../img/hcase-prevh.png") no-repeat center;
  border: 2px solid #04825d;
}

.probox{
  padding: 80px 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: #fff;
}
.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: #04825d;
}
.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 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: #04825d;
}
.probox-nav ul li dl dd.on a{
  color: #04825d;
}
.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;
}
.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 #04825d;
 
}
.probox-itembox ul li:hover .scale-img img{
  border: 4px solid #04825d;
  transform: scale(1);
}
.probox-itembox ul li:hover h4{
  color: #04825d;
}
.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;
  }
  .pro .honor-nav{
    width: 60%;
  }
}
.probox{
  overflow: hidden;
}
.prodbox{
  padding: 80px 0;
  background: #fff;
}
.prodtop{
  display: flex;
}
.prodtop-l{
  width: 50%;
  padding-right: 50px;
}
.prodtop-r{
  width: 50%;
  padding-left: 30px;
}
.prodtop-lbig{
  border: 1px solid #dcdcdc;
}
.prodtop-r h3{
  font-size: 36px;
  color: #111111;
  font-weight: bold;
}
.prodtop-rtxt{
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 40px 0;
  margin: 40px 0;
  font-size: 20px;
  line-height: 40px;
}
.prodtop-rtxt span{
  font-weight: bold;
  color: #222222;
}
.prodtop-r h4{
  font-size: 20px;
  color: #04825d;
}
.prodtop-pinpai{
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 40px 0 0;
  margin: 40px 0;
}
.prodtop-pinpai ul{
  display: flex;
  flex-wrap: wrap;
}
.prodtop-pinpai ul li{
  width: 50%;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #111111;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.prodtop-pinpai ul li h5{
  margin-left: 20px;
}
.prodtop-more{
  background: #04825d;
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
.prodtop-more a span{
  color: #fff;
  font-size: 18px;
  font-family: "HEITI";
  margin-left: 10px;
}
.prodtop-lsswiper a{
  display: block;
  border: 1px solid #dcdcdc;
}
.prodtop-lsswiper a img{
  width: 100%;
}
.prodtop-ls{
  margin-top: 20px;
}
.prodtop-ls{
  padding: 0 50px;
  position: relative;
}
.prodtop-ls .swiper-button-next{
  right: 0;
  background: url("../img/prod-next.png") no-repeat center;
}
.prodtop-ls .swiper-button-prev{
  right: 0;
  background: url("../img/prod-prev.png") no-repeat center;
}

.prodtop-ls .swiper-button-next:hover{
  right: 0;
  background: url("../img/prod-nexth.png") no-repeat center;
}
.prodtop-ls .swiper-button-prev:hover{
  right: 0;
  background: url("../img/prod-prevh.png") no-repeat center;
}
.prodtop-lsswiper a img{
  border: 2px solid #fff;
}
.prodtop-lsswiper .swiper-slide.on{
  border: 2px solid #04825d;
}
.prodtop-lsswiper .swiper-slide.on a{
  border: 1px solid #04825d;
}
.prodtop-lbig ul li{
  display: none;
}
.prod-tit{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #04825d;
  align-items: center;
  margin-top: 50px;
}
.prod-gs{
  margin-top: 50px;
}
.prod-tit h3{
  width: 150px;
  height: 50px;
  background: #04825d;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 50px;

}
.prod-gsbox h3{
  color: #222222;
  font-family: "HEITI";
  margin-top: 30px;
  margin-bottom: 20px;
}
.prod-gsbox p{
  line-height: 30px;
}
.prodcc{
  text-align: center;
  padding: 30px 0;
}
.tjbox .scale-img{
  border: 1px solid #dcdcdc;
}
.parents-swiper a{
  display: block;
}
.parents{
  margin-top: 50px;
}
.parents-swiper a{
  display: block;
  border: 1px solid #dcdcdc;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
@media(max-width:1600px){
  .prodtop-rtxt {
      border-top: 1px solid #dcdcdc;
      border-bottom: 1px solid #dcdcdc;
      padding: 20px 0;
      margin: 20px 0;
      font-size: 18px;
      line-height: 32px;
  }
  .prodtop-pinpai ul li:last-child img{
    width: 100%;
  }
  .prodcc img{
    width: 100%;
  }
}
@media(max-width:1200px){
  .prodtop{
    display: block;
  }
  .prodtop-l{
    width: 100%;
    padding: 0;
  }
  .prodtop-r{
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}

@media(max-width:991px){
  .prodtop-r h3{
    font-size: 24px;
  } 
  .prodbox{
    padding: 40px 0;
  }
  .prod-tit h3{
    width: 120px;
    font-size: 18px;
  }
}
@media(max-width:500px){ 
  .prodtop-pinpai ul li{
    width: 100%;
  }
  
}
.prodbox{
  overflow: hidden;
}


.hcase-boxwul {
  display: flex;
  justify-content:space-between;
}
.hcase-boxwul li{
  width: 9.3%;
  transition: all 0.4s;
}
.hcase-boxwul li a{
  display: block;
  overflow: hidden;
  position: relative;
}
.hcase-boxwul li a::after{
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0,0,0,0.3);
  top: 0;
  left: 0;
  z-index: 1;
}
.hcase-boxwul li.on{
  width: 43.7%;
}
.whcase-text{
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 9999;
  color: #fff;
}
.hcase-boxwul li a h4{
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 24px;
  font-weight: bold;
  z-index: 99;
}
.whcase-text h3{
  font-size: 24px;
  font-weight: bold;
}
.whcase-text{
  display: none;
}
.hcase-boxwul li.on .whcase-text{
  display: block;
}
.hcase-boxwul li.on h4{
  display: none;
}
.hcase-boxwul li.on a::after{
  display: none;
}
.whcase-more a{
  width: 160px !important;
  height: 46px !important;
}
.whcase-text span{
  display: block;
  width: 128px;
  height: 38px;
  border: 1px solid #fff;
  border-radius: 30px;
  line-height: 38px;
  text-align: center;
  margin-top: 40px;
}
.hpar{
  background: url("../img/hpartner_bg.jpg") no-repeat center top;
  background-size: cover;
  padding: 140px 0;
}

.hpar-box{
  display: flex;
}
.hpar-l{
  width: 50%;
  color: #fff;
  padding-right: 100px;
}
.hpar-l h3{ 
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 50px;
}
.hpar-l p{
  line-height: 30px;
}
.hpar-r{
  width: 50%;
}
.hpar-list{
  display: flex;
  justify-content: space-around;
}
.hpar-col{
  width: 30%;
}
.hpar-colmargin{
  margin-top: 50px;
}
.hpar-col ul li{
  margin-bottom: 12px;
}


@media(max-width:1800px){
  .habout-ltxtwidth{
    padding-top: 50px;
  }
  .habout-more{
    margin-top: 40px;
  }
}

@media(max-width:1600px){
  .habout-ltxtwidth{
    padding-top:40px;
    padding-right: 30px;
  }
  .habout-more{
    margin-top:30px;
  }
  .habout-ltxtwidth h2{
    margin-bottom: 30px;
  }
}

@media(max-width:1200px){
  .habout-ltxtwidth{
    padding-top:40px;
    padding-right: 30px;
  }
  .habout-boxl p{
    line-height: 26px;
  }
  .hpar-l{
    padding-right: 30px;
  }
  
  
}

@media(max-width:991px){
.hcase-boxwul li a h4{
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  z-index: 99;
  writing-mode: horizontal-tb;
}
  .habout-ltxt{
    position: relative;
  }
  .habout-ltxtwidth{
    width: 100%;
    padding-right: 0;
  }
  .hcase-boxwul{
    display: block;
  }
  .hcase-boxwul li{
    width: 100%;
    margin-bottom: 30px;
  }
  .hcase-boxwul li.on{
    width: 100%;
  }
  .hcase-boxwul li img{
    width: 100%;
  }
  .hpar-box{
    display: block;
  }
  .hpar-l{
    width: 100%;
    padding: 0;
  }
  .hpar-r{
    width: 100%;
    margin-top: 30px;
  }
  .hpar{
    padding:50px 0;
  }
  .hcase{
    padding: 30px 0 30px;
  }
  .hpar-l h3{
    margin-bottom: 20px;
    font-size: 32px;
  }
  .hnews-txtm h4{
    font-size:16px;
    line-height: 26px;
  }
  .hnews-txt p{
    font-size: 14px;
    line-height: 24px;
  }
}
.pro-contact{
  margin-top: 50px;
}
.pro-contacttext{
  display: flex;
  background: #04825d;
  color: #fff;
  padding: 40px 0 40px 40px;
  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{
  width: calc(100% - 80px);
}

.pro-contacttext-txt h4{
  font-size: 28px;
  font-family: "DINBold";
  margin-top: 5px;
}

.newsx .hnews-box ul{
  display: block;
}

.news-boxs{
  padding: 80px 0;
}
.newsx ul li{
  margin-bottom: 40px;
}

.newsx ul li:hover h4{
  color: #04825d;
}

/* 联系我们 */
.contact-main{
  padding-bottom: 60px;
}
.contact-cont{
  overflow: hidden;
}
.contact-info{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f2f2f2;
  justify-content: center;
}
.contact-info dl dt{
  font-size: 26px;
  color: #000;
  margin-bottom: 25px;
}
.contact-info dl dd{
  line-height: 30px;
  color: #666;
  font-size: 18px;
}
.contact-img{
  overflow: hidden;
  width: 100%;
}
.contact-img img{
  display: block;
  width: 100%;
}
.contact-ditu{
  margin-top: 28px;
  overflow: hidden;
  width: 100%;
}
.contact-ditu img{
  display: block;
  width: 100%;
}
@media(max-width: 1200px){
  .contact-info dl dt{
    margin-bottom: 15px;
  }
}
@media(max-width: 991px){
  .col-xxs-12{
    width:100%;
  }
  .contact-info{
    padding: 30px 0px;
    margin-bottom: 15px;
  }
  .contact-main{
    padding-bottom: 40px;
  }
}
@media(max-width: 599px){
  .contact-main{
    padding-bottom: 30px;
  }
  .contact-ditu{
    margin-top: 15px;
  }
}


.ser{
  padding: 130px 0 120px;
}
.ser-top{
  display: flex;
  overflow: hidden;
}
.ser-topl{
  width: 50%;
  padding: 50px 130px 0;
}
.ser-topl h3{
  font-size: 42px;
  color: #04825d;
}
.ser-topltit{
  text-align: center;
}
.ser-topltxt{
  padding-top: 120px;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  text-align: center;
}
.ser-topltxt p{
  margin-bottom: 40px;
}
.ser-icon{
  background: #f8f8f8;
  padding: 80px 0;
}
.ser-icon-ul{
  display: flex;
  
}

.ser-icon-ul li{
  width: 20%;
  text-align: center;
}
.ser-iconimg{
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0 auto;
  transition: all 0.4s;
}
.ser-icon-ul li h3{
  margin-top: 30px;
}
.ser-icon-ul li:hover .ser-iconimg{
  transform: translateY(-20px);
}

.ser-line{
  height: 1px;
  width: 100%;
  background: #e6e6e6;
  position: absolute;
  top: 103px;
  z-index: -1;
}
.ser-bot{
  margin-top: 270px;
  position: relative;
}
.ser-botul li h3{
  font-size: 60px;
  color: #e5e5e5;
  font-family: 'GilroyBold';
  height: 68px;
}
.serbot-txt{
  font-size: 32px;
  line-height: 40px;
  height: 68px;
}
.ser-dian{
  width: 10px;
  height: 10px;
  background: #e6e6e6;
  margin: 30px 0;
}
.ser-botul {
  display: flex;
}
.ser-botul li{
  width: 30%;
  margin-right: 3%;
  
}

.serbot-xz{
  margin-top: 50px;
  border-top: 3px solid #04825d;
  padding-top: 30px;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  opacity: 0;
}

.ser-botul li:hover h3{
  color: #04825d;
}
.ser-botul li:hover .ser-dian{
  background: #666666;
}
.ser-botul li:hover .serbot-xz{
  opacity: 1;
}

@media(max-width:1600px){
  .ser-topltxt{
    padding-top: 60px;
  }
  .ser-topl {
    width: 50%;
    padding: 40px 50px 0;
  }
}
@media(max-width:1200px){
  .ser-top{
    display: block;
  }
  .ser-topl{
    width: 100%;
  }
}
@media(max-width:991px){
  .ser-topl{
    padding: 40px 0;
  }
  .ser-topltit img{
    width: 80%;
  }
  .ser {
    padding:40px 0 30px;
  }
  .ser-topltxt{
    padding-top: 30px;
  }
  .ser-topltxt p{
    margin-bottom: 20px;
  }
  .ser-icon{
    padding: 40px 0;
  }
  .ser-botul{
    display: block;
  }
  .ser-botul li{
    width: 100%;
    margin-bottom: 30px;
  }
  .ser-bot{
    margin-top: 100px;
  }
}


.contact{
  padding: 120px 0 140px;
}
.contact-boxr{
  background: url("/upload/fuwu/contact-bg.png") no-repeat top center;

}
.contact-box{
  display: flex;
  overflow: hidden;
}
.contact-boxl{
  width: 36%;
}
.contact-boxr{
  width: 64%;
  padding-top: 138px;
  padding-left: 120px;
}
.contact-hj{
  width: 80px;
  height: 80px;
  margin-left: 465px;
  background: #04825d url("/upload/fuwu/contact-fj.png") no-repeat center;
}
.contact-dizhi h3{
  font-size: 24px;
  color: #333333;
}
.contact-dizhi h4{
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size:20px;
}
.contact-dizhi h5{
  padding-top: 30px;
  font-size:20px;
}
.contact-boxl h3{
  font-size: 20px;
}
.contact-boxl h4{
  font-size: 24px;
  color: #333333;
  padding: 50px 0 28px;
}
.contact-boxl h5{
  font-size: 36px;
  color: #1a1a1a;
}
.contact-line{
  height: 3px;
  background: #04825d;
  margin: 20px 0 40px;
}
.contact-code{
  text-align: center;
  width: 200px;
}
.contact-code h6{
  margin-top: 15px;
}
.contact-boxr-img img{
  transition: all 0.4s;
}
.contact-boxr-img img:hover{
  transform: scale(1.1);
}
@media(max-width:1400px){
  .contact-boxr{
    background-size: 100%;
  }
}
@media(max-width:991px){
  .contact-box{
    display: block;
  }
  .contact-boxl{
    width: 100%;
  }
  .contact-boxr{
    width: 100%;
    margin-top: 30px;
  }
  .contact {
    padding: 60px 0 60px;
  }
  .contact-boxr-img img{ 
    width: 60%;
  }
  .contact-hj{
    margin-left: 60%;
  }
  .contact-boxr{
    padding-left: 0;
    padding-top: 30px;
  }
  .contact-dizhi{
    margin-top: 40px;
  }
}

.caseimg img{
    width:100%;
  }



@media (max-width: 599px) {
  .dcmo {
  	display:none;
  }
}