@charset "UTF-8";
@import url("../font/iconfont.css");

/* clear */
body {
  font-family: MicroSoft Yahei, Arial;
  line-height: 1.3;
}

body ul, body li, body h1, body h2, body h3, body h4, body h5, body p {
  padding: 0;
  margin: 0;
}

body li {
  list-style: none;
}

body a {
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

.arial {
  font-family: Arial !important;
  word-wrap: break-word;
  word-break: break-all;
}

@media (min-width: 1800px) {
  .index .container {
    max-width: 1600px !important;
  }

  .global-footer .container {
    max-width: 1600px !important;
  }
}


.index {
  overflow-x: hidden;
}

/****************************************************************************
 * 侧导航
 */

.suspend {
  position: fixed;
  right: 15px;
  top: 50%;
  z-index: 1000;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width: 992px) {
  .suspend {
    display: none;
  }
}

.suspend .logo i {
  font-size: 26px;
  color: #007235;
  transition: all .5s ease .1s;
}

.suspend .logo {
  box-shadow: 0 0 5px #007235;
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 6px;
  transition: all .5s ease .1s;
}

.suspend .logo:hover {
  background-color: #007235;
}

.suspend .logo:hover i {
  color: #fff;
}

.suspend .item {
  height: 60px;
  margin: 5px 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
}

@keyframes show {
  0% {
    width: 0;
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  100% {
    padding: 0 20px;
    overflow: 1;
  }
}

@keyframes codeShow {
  0% {
    width: 0;
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  100% {
    overflow: 1;
  }
}

.popup-code-active {
  display: block !important;
  animation: codeShow .6s ease forwards;
}

.popup-active {
  display: block !important;
  animation: show .6s ease forwards;
}

.popup {
  border-radius: 6px;
  display: none;
  line-height: 58px;
  height: 100%;
  text-align: center;
  margin-right: 20px;
  border: 2px solid #007235;
  background-color: #fff;
  font-size: 22px;
  color: #007235;
}

.popup-code {
  line-height: 0.9%;
  padding: 2px;
  display: none;
  width: 108px;
  height: 108px;
  margin-right: 20px;
  border-radius: 6px;
  border: 2px solid #007235;
}

.suspend .code-item {
  align-items: flex-start;
}

.popup-code img {
  width: 100%;
  height: 100%;
}



/****************************************************************************
 * 全局样式
 */
input {
  width: 280px;
  outline: none;
  border: none;
  padding-left: 15px;
  height: 100%;
  font-size: 16px;
}

textarea {
  outline: none;
  border: none;
  font-size: 16px;
}

::-webkit-input-placeholder {
  color: #666;
  font-size: 14px;

}

:-ms-input-placeholder {
  color: #666;
  font-size: 14px;

}

::placeholder {
  color: #666;
  font-size: 14px;

}

.container-fluid {
  height: 100%;
}

.global-nav-active {
  animation: identifier 0.5s ease-in forwards;
}

@keyframes identifier {
  0% {
    height: 0;
    opacity: 0;
  }

  100% {
    height: 94px;
    opacity: 1;
  }
}

.section {
  padding-top: 94px;
}

.global-nav {
  position: fixed;
  left: 0;
  top: 0;
  height: 100px;
  width: 100%;
  padding: 0 40px;
  z-index: 1000;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  background-color: #fff;
  box-shadow: 0 3px 10px #ccc;
}


.global-nav::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}

.global-nav .container-fluid {
  align-items: unset;
  padding: 0;
}

.global-nav .container-fluid .navbar-brand {
  padding: 0;
  margin: 24px 20px 24px 0px;
}

.global-nav .container-fluid .navbar-brand img {
  display: block;
  width: 165px;
}

.global-nav .container-fluid .navbar-brand .img-native {
  display: none;
}

.global-nav .container-fluid .navbar-box {
  display: flex;
}

.global-nav .container-fluid .navbar-box .navbar-toggler {
  align-self: center;
  margin: 0;
  padding: 9px 0;
  cursor: pointer;
  z-index: 9999;
}


.navbar-toggler-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 3px;
}

.global-nav .container-fluid .navbar-box .navbar-toggler .navbar-toggler-icon {
  display: block;
  height: 3px;
  border-radius: 1px;
  width: 28px;
  background-color: #fff;
}

.global-nav .container-fluid .navbar-box .navbar-toggler .navbar-toggler-icon:nth-child(1) {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.global-nav .container-fluid .navbar-box .navbar-toggler .navbar-toggler-icon:nth-child(2) {
  display: none;
}

.global-nav .container-fluid .navbar-box .navbar-toggler .navbar-toggler-icon:nth-child(3) {
  margin-top: -3px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.global-nav .container-fluid .navbar-box .navbar-toggler.collapsed .navbar-toggler-icon {
  height: 2px;
  width: 28px;
  background-color: #666;
}

.global-nav .container-fluid .navbar-box .navbar-toggler.collapsed .navbar-toggler-icon:nth-child(2) {
  display: block;
}

.global-nav .container-fluid .navbar-box .navbar-toggler.collapsed .navbar-toggler-icon:nth-child(2), .global-nav .container-fluid .navbar-box .navbar-toggler.collapsed .navbar-toggler-icon:nth-child(3) {
  margin-top: 5px;
}

.global-nav .container-fluid .navbar-box .navbar-toggler.collapsed .navbar-toggler-icon:nth-child(1), .global-nav .container-fluid .navbar-box .navbar-toggler.collapsed .navbar-toggler-icon:nth-child(3) {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.global-nav .container-fluid .navbar-box .navbar-collapse {
  align-items: unset;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li {
  margin-left: 50px;
  position: relative;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li:first-child {
  margin-left: 0;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 20px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a::before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #007235;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a:hover {
  color: #007235;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a:hover::before {
  width: 100%;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a.active {
  color: #007235;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a.active::before {
  width: 100%;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .icon-xiangyou1 {
  cursor: pointer;
  padding: 0 10px;
  transition-duration: 0.1s;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .icon-xiangyou1::before {
  font-size: 16px;
  color: #fff;
  line-height: 1;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .icon-xiangyou1:hover::before {
  color: #007235;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list {
  height: 0;
  overflow: hidden;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0 20px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .hide-item {
  font-size: 14px;
  white-space: nowrap;
  padding-bottom: 10px;
  color: #fff;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .hide-item:hover {
  color: #007235 !important;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .hide-item:first-child {
  padding-top: 20px;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .hide-item:last-child {
  padding-bottom: 20px;
}

.global-nav .container-fluid .navbar-box .contact-phone {
  margin-left: 60px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  display: flex;
  align-items: center;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.global-nav .container-fluid .navbar-box .contact-phone .icon-dianhua {
  margin-right: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.global-nav .container-fluid .navbar-box .contact-phone .icon-dianhua::before {
  font-size: 10px;
  line-height: 1;
}

.global-nav.scroll-top {
  background-color: #fff;
  box-shadow: 0 3px 10px #ccc;
}

.global-nav.scroll-top .container-fluid .navbar-brand .img-native {
  display: block;
}

.global-nav.scroll-top .container-fluid .navbar-brand .img-white {
  display: none;
}

.global-nav.scroll-top .container-fluid .navbar-box .navbar-toggler.collapsed .navbar-toggler-icon {
  background-color: #333 !important;
}

.global-nav.scroll-top .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a {

  transition: all .5s ease .1s;
}

.global-nav.scroll-top .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a:hover {
  color: #007235;
}

.global-nav.scroll-top .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list {
  /* background-color: #fff; */
}

.global-nav.scroll-top .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .hide-item {
  /* color: #333; */
}

.global-nav.scroll-top .container-fluid .navbar-box .contact-phone {
  color: #007235;
}

.global-nav.scroll-top .container-fluid .navbar-box .contact-phone .icon-dianhua {
  border-color: #007235;
  color: #007235;
}

.navbar-icon-box {
  display: flex;
  align-items: center;
}

.attach {
  display: flex;
  align-items: center;
}

.attach-item .x {
  width: 1px;
  margin: 0 20px;
  background-color: #bfbfbf;
  height: 25px;
}

.phone-box {
  width: 210px;
  display: flex;
  align-items: center;
  justify-content: center;

  margin-left: 36px;

}

.phone-box .phone-box-img {
  width: 100% !important;
  height: auto !important;
}


.attach .attach-item {
  display: flex;
  align-items: center;

}

.search_img {
  margin-left: 55px;
}


.attach .attach-item i {
  display: block;
  width: 0.18rem;
}

/* .attach .search_img .iconfont::before {margin: 0 20px;} */
.attach .search_img i {
  cursor: pointer;
  font-size: 24px;
  width: 24px;
  color: #333;

}

.attach .search_img i:last-child {
  cursor: pointer;
  font-size: 22px;
  color: #333;
}

.attach .attach-divide {
  width: 2px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0 0.2rem;
}


.navbar-toggler {
  box-sizing: content-box;
  border: none;
  border-radius: 0;
  align-self: center;
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px;
  z-index: 999;
  margin-left: 15px;
}



.navbar-toggler .line {
  display: block;
  width: 25px;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
}

.navbar-toggler .line:nth-child(1) {
  transform: translateY(100%) rotate(45deg);
}

.navbar-toggler .line:nth-child(2) {
  opacity: 0;
}

.navbar-toggler .line:nth-child(3) {
  transform: translateY(-100%) rotate(-45deg);
}

.navbar-toggler.collapsed .line:nth-child(1) {
  transform: translateY(-300%) rotate(0deg);
}

.navbar-toggler.collapsed .line:nth-child(2) {
  opacity: 1;
}

.navbar-toggler.collapsed .line:nth-child(3) {
  transform: translateY(300%) rotate(0deg);
}

.index-banner .swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.index-banner .swiper-slide .index-banner-bg {
  width: 100vw;
  height: auto;

}

.index-banner .swiper-slide .index-swiper-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  display: flex;
  flex-direction: column;
}

.index-banner .swiper-slide .index-swiper-text .text-cn {
  font-family: HuaKang;
  font-size: 48px;
  line-height: 72px;
  color: #ffffff;
  letter-spacing: 4px;
  padding-bottom: 15px;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.6s cubic-bezier(0.35, 0.85, 0.55, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.35, 0.85, 0.55, 1);
  -moz-transition: all 0.6s cubic-bezier(0.35, 0.85, 0.55, 1);
  -ms-transition: all 0.6s cubic-bezier(0.35, 0.85, 0.55, 1);
  -o-transition: all 0.6s cubic-bezier(0.35, 0.85, 0.55, 1);
}

.index-banner .swiper-slide .index-swiper-text .text-cn-i {
  font-family: Arial !important;
  font-size: 40px;
  letter-spacing: 1px;
}

.index-banner .swiper-slide .index-swiper-text .text-en {
  font-family: Arial;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.6s cubic-bezier(0.35, 0.85, 0.55, 1) 0.6s;
  -webkit-transition: all 0.6s cubic-bezier(0.35, 0.85, 0.55, 1) 0.6s;
  -moz-transition: all 0.6s cubic-bezier(0.35, 0.85, 0.55, 1) 0.6s;
  -ms-transition: all 0.6s cubic-bezier(0.35, 0.85, 0.55, 1) 0.6s;
  -o-transition: all 0.6s cubic-bezier(0.35, 0.85, 0.55, 1) 0.6s;
}

.index-banner .swiper-slide .index-swiper-text-video {
  left: 8%;
}

.index-banner .swiper-slide-active .index-swiper-text .text-cn, .index-banner .swiper-slide-active .index-swiper-text .text-en, .index-banner .swiper-slide-duplicate-active .index-swiper-text .text-cn, .index-banner .swiper-slide-duplicate-active .index-swiper-text .text-en {
  opacity: 1;
  transform: translateY(0);
}


.index-banner .swiper-pagination {
  bottom: 35px !important;
}

.index-banner .swiper-pagination-bullet-active::after {
  content: '';
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 1px solid #fff;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.index-banner .swiper-pagination-bullet-active {


  position: relative;
}

.index-banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background-color: #ffffff;
  margin: 0 10px !important;
  position: relative;
  z-index: 100;
}

.global-footer {
  overflow: hidden;
}

.global-footer-box {
  padding-top: 60px;
  padding-bottom: 60px;
}

.global-footer .footer-body {
  padding-bottom: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.global-footer {
  background-color: #2d2f34;
}

.global-footer .footer-body .body-main {
  margin: 0 -10px;
  display: flex;
  justify-content: space-between;

}

.global-footer .footer-body .body-main .main-item {
  padding: 0 22px;
}

@media (max-width: 1460px) {
  .global-footer .footer-body .body-main .main-item {
    padding: 0 10px;
  }
}


/* @media (max-width: 1400px) {
  .global-footer .footer-body .body-main .main-item {
      padding: 0 12px;
  }
} */

.global-footer .footer-body .body-main .main-item .link-title {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.global-footer .footer-body .body-main .main-item .item-link {
  display: block;
  font-size: 16px;
  margin-top: 15px;
  color: #999999;
}

.global-footer .footer-body .body-main .main-item a:hover {
  color: #007235;
}

.global-footer .footer-body .body-main .main-code {
  width: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.global-footer .footer-body .body-main .main-code .code-img {
  display: block;
  width: 100%;
}

.global-footer .footer-body .body-main .main-code .item-link {
  min-width: none;
}

.global-footer .footer-body .body-main .main-contact {
  width: 320px;
}

.global-footer .footer-body .body-main .main-contact .contact-item {
  color: #ffffff;
  font-size: 12px;
  padding-top: 15px;
  display: flex;
  align-items: center;
}

.global-footer .footer-body .body-main .main-contact .contact-item .iconfont {
  font-size: 16px;
  padding-right: 20px;
}

.global-footer-box-b {
  display: flex;
  align-items: center;
}

.global-footer-code-box {
  display: flex;
  align-items: center;
  padding-right: 30px;
  border-right: 1px solid #5f636e;
}

.global-footer-code-item {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: column;
  margin-right: 18px;
}

.global-footer-code-item img {
  width: 120px;
  height: 120px;
}

.global-footer-code-item p {
  font-size: 16px;
  margin-top: 10px;
  color: #fff;
}

.global-footer-phone-box {
  font-size: 16px;
  color: #fff;
  padding: 0 40px;
  border-right: 1px solid #5f636e;
}

.global-footer-phone {
  font-size: 48px;
  margin-top: 25px;
}

.global-footer-info-b {
  font-size: 16px;
  color: #999;
  padding: 0 70px 0 40px;
}

.global-footer-info {
  display: flex;

}

.global-footer-address {
  margin-top: 30px;
}

.global-footer-contact p {
  color: #fff;
}

.global-footer-contact-input {
  overflow: hidden;
  border-radius: 8px;
  margin-top: 25px;
  display: flex;
  height: 50px;
  align-items: center;
}

.global-footer-contact-input input {
  width: 280px;
  outline: none;
  border: none;
  padding-left: 15px;
  height: 100%;
  font-size: 16px;
}


.global-footer-contact-input button {
  width: 80px;
  height: 100%;
  cursor: pointer;
  border: none;
  text-align: center;
  display: inline-block;
  background-color: #116539;
  color: #fff !important;
  font-size: 16px;
}



.global-footer .footer-copyright {
  background-color: #222222;
  padding: 35px 0;
  display: flex;
  flex-direction: column;
  align-items: center;

}


.global-footer .footer-copyright .copy {
  color: #666666;
  font-size: 16px;
  text-align: left;
  display: flex;
}

.global-footer .footer-copyright .copy a {
  color: #666666;
}

.global-footer .footer-copyright .copy p:last-child {
  margin-left: 10px;
}

.global-footer .footer-copyright .link {
  color: #666666;
  font-size: 12px;
  padding-top: 10px;
  text-align: center;
}

.global-footer .footer-copyright .link .link-item {
  color: #666666;
  margin-left: 8px;
}

.global-footer .footer-copyright .link .link-item:first-child {
  margin-left: 0;
}

.global-footer .footer-copyright .link .link-item:hover {
  color: #007235;
}

.global-banner {
  margin-top: 80px;
  padding-top: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .container {
  padding-left: 20px;
  padding-right: 20px;
} */

/****************************************************************************
 * 首页
 */
.title {
  font-size: 44px;
  color: #007235;
}



.more {
  width: 180px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #007235;
  border: 1px solid #007235;
  border-radius: 60px;
  cursor: pointer;
  transition: all .5s ease .1s;
}


.index-programme .more {
  margin-left: 45px;
}

.content-more {
  width: 160px;
  height: 40px;
  font-size: 16px;
}

.more i {
  transition: all .5s ease .1s;
  font-size: 18px;
  margin-left: 15px;
  color: #007235;
}

.content-more i {
  font-size: 18px;
}

.more:hover {
  color: #fff;
  background-color: #007235
}

.more:hover i {
  color: #fff;

}

.more:hover i {
  transform: translateX(8px);
}

.index-banner .swiper-pagination {
  bottom: 35px !important;
}

.index-banner .swiper-pagination-bullet-active::after {
  content: '';
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 1px solid #fff;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.index-banner .swiper-pagination-bullet-active {


  position: relative;
}

.index-banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background-color: #ffffff;
  margin: 0 10px !important;
  position: relative;
  z-index: 100;
}


.index-programme {
  padding-top: 50px;
}

.index-programme-nav {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  border-top: 1px solid #dfdfdf;
  justify-content: space-around;
}

.index-programme-nav-item {
  display: flex;

  /* align-items: center; */
  justify-content: center;
  position: relative;
  cursor: pointer;
  height: 48px;
  width: calc(100%/7 - 0px);
}

.index-programme-c2, .index-programme-c3, .index-programme-c4, .index-programme-c5, .index-programme-c6, .index-programme-c7 {
  display: none;
}

.index-programme-nav-item img {
  position: absolute;
  top: 0;
  transform: translateY(-50%);

  width: 25px;
  height: 25px;
  display: none;
  transition: all .5s ease .1s;
}

.index-programme-nav-item-active img {
  display: block;
}

.index-programme-nav-item p {
  margin-top: 20px;
  font-size: 18px;
  color: #007235;
}


.index-programme-c-box {
  padding: 100px 0 100px 0;
  height: 100%;
  background-position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.index-programme-c {
  margin-right: 260px;
  padding: 60px 15px;
  background-color: rgba(255, 255, 255, 0.8)
}

.index-programme-c-title {
  padding-left: 42px;
  display: flex;
  align-items: center;
}

.index-programme-c-title img {
  width: 36px;
  height: 36px;

  margin-right: 16px;
}

.index-programme-c-title p {
  font-size: 30px;
  color: #007235;
}

.index-programme-c-list {
  margin-top: 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.index-programme-c-item {
  color: #333;
  font-size: 18px;
  display: flex;
  align-items: center;
  width: calc(50% - 90px);
  justify-content: space-between;
  margin: 0 45px;
  margin-bottom: 60px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dcdcdc;
}

.index-programme-c-item:hover {
  color: #007235;
  cursor: pointer;
  border-bottom: 1px solid #007235;
}

.index-programme-c-item img {
  width: 8px;
  height: 13px;
}

.title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-more {
  display: none;
}

.news-more1 {
  display: block;
}

.product-more {
  display: none;
}

.product-more1 {
  display: block;
}

.index-product {
  padding: 90px 0;
}

.index-product-nav {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.index-product-nav-item {
  width: 140px;
  font-size: 18px;
  color: #333 !important;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  cursor: pointer;
  transition: all .5s ease .1s;
}

.index-product-nav-item-active {
  width: 140px;
  font-size: 18px;
  background: linear-gradient(to right, #116539, #45a638);
  color: #fff !important;

}

.index-product-list {
  margin-top: 50px;
  padding-bottom: 40px;
  align-items: center;
  width: 100%;
}

.index-product-swiper .swiper-button-next, .index-product-swiper .swiper-button-prev {
  color: #007235 !important;
}

.index-product-swiper .swiper-button-next::after, .index-product-swiper .swiper-button-prev::after {
  font-size: 26px;
}

.index-product-c2, .index-product-c3, .index-product-c4 {
  display: none;
}
.bg {
  background-image: url('your-image-url');
  height: 100vh;  /* 背景需要占满整个屏幕 */
 
  }
  @keyframes show-bg {
  0% {
  opacity: 0.7;  /* 首先设置背景透明 */
  }
  100% {
  opacity: 1;  /* 慢慢显示背景，达到完全不透明的状态 */
  }
}
.index-product-swiper {
  padding: 0 1px;
}
.index-product-item { 
  background-color: #fff;
  padding: 40px 0;
  border-radius: 8px;
  transition: all 0.5s ease .1s;
  cursor: pointer;
  position: relative;
  border: 1px solid #e5e5e5;
}

.index-product-item:hover {
  /* background-color: #f5f5f5; */
  background-image: linear-gradient(to bottom, #136739, #42a338);
  animation: show-bg 1.5s ease-in-out;  /* 调用动画 */
  animation-fill-mode: forwards;  /* 动画结束后保留最后一帧的状态 */

  border: none;
}

.index-product-item-bj {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  z-index: 10;
  height: auto;
  transform: translate(-50%, -50%);
}


.index-product-name {
  padding-bottom: 18px;
  color: #BBB;
  border-bottom: 1px solid #ddd;
  /*height: 60px;*/
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-product-num {

  margin-top: 30px;
  text-align: center;
  transition: all .5s ease .1s;
  color: #007235;
  height: 60px;
  padding: 0 10px;
  display: -webkit-box;
  overflow: hidden;
  font-size: 22px;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-product-item:hover .index-product-num {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}
.index-product-x {
  width: 80%;
  margin: 0 auto;
  height: 1px;
  background-color:#ededed ;
}
.index-product-item:hover .index-product-x {
  background-color: #fff;
}
.index-product-item-image {
  border-radius: 5px;
  /* margin-top: 20px; */
  overflow: hidden;
  /* background-color: #fff; */
  width: 100%;
  /* height: 188px !important; */
  display: flex;
  align-items: center;
  justify-content: center;

}

.index-product-item-image img {
  height: auto;
  max-width: 220px;
   z-index: 99;
  position: relative;
  transition: all .5s ease .1s;
}
.index-product-item:hover .index-product-item-image img  {
  
  transform: scale(1.1);
}



.index-case {
  background-position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.index-case .title {
  color: #fff;
}

.index-case-title-box {
  align-items: self-start;
}

.index-case-nav {
  margin-top: 0 !important;
}

.index-case-nav-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-left: 60px;
  cursor: pointer;
}

.index-case-nav-item-img {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  transition: all .5s ease .1s;
  justify-content: center;
}

.index-case-nav-item-active .index-case-nav-item-img {
  background-color: #007235;
}

.index-case-nav-item-img img {
  width: 36px;
  height: 36px;
}

.index-case-nav-item p {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
}

.index-case-nav-item-active p {
  color: #007235;
  transition: all .5s ease .1s;
}

.index-case-c-box {
  margin-top: 60px;
}

.index-case-c2, .index-case-c3, .index-case-c4, .index-case-c5, .index-case-c6 {
  display: none;
}

.index-case-list {
  display: flex;
  align-items: center;
  margin: 0 -16px;
}

.index-case-item {
  background-color: #fff;
  /* border-radius: 6px; */
  margin: 0 16px;
  padding: 0;
  cursor: pointer;
  width: calc(100%/3 - 32px);
  display: flex;
  flex-direction: column;
}

.index-case-item-img {
  /* display: flex;
  align-items: center;
  justify-content: center; */
  width: 100%;
  overflow: hidden;
  /* border-top-right-radius: 6px;
  border-top-left-radius: 6px; */
}

.index-case-item-img img {
  width: 100%;
  height: 100%;
  transition: all .5s ease .1s;
  /* border-top-left-radius: 8px;
  border-top-right-radius: 8px; */

}

.index-case-item-img img:hover {
  transform: scale(1.1);
}

.index-case-info {
  padding: 38px;
}

.index-case-item:hover .index-case-name {
  color: #007235;
}

.index-case-name {
  color: #333;
  font-size: 24px;
  margin-bottom: 40px;
}

.index-about-box {
  display: flex;
  align-items: center;
}

.index-about-title {
  font-size: 40px;

  margin-bottom: 46px;
}

.index-about-t {
  font-size: 24px;
  color: #007235;
  margin-bottom: 10px;
}

.index-about-i {
  font-size: 14px;
  color: #999;
}

.index-about-text {
  width: 75%;
  font-size: 16px;
  margin-top: 100px;
  line-height: 1.5;
}

.index-about-right {
  position: relative;
}

.index-about-right img {
  width: 100%;
  height: auto;
}

.index-about-right .more {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;

  width: 180px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  background-color: #007235;
  border: 1px solid #007235;
  border-radius: 0px;


}

.index-about-right .more i {

  color: #fff;



}


.index-about-num-box {
  display: flex;
  align-items: center;
  margin-top: 55px;
}

.index-about-item {
  display: flex;
  align-items: center;
  margin-right: 50px;
}

.index-about-item:last-child {
  margin-right: 0;
}

.index-about-item img {
  width: 136px;
  height: 136px;
}

.index-about-item-r {
  color: #333;
}

.index-about-item-r p {
  font-size: 16px;
  transform: translateX(-20px);
}

.index-about-item-r span {
  font-size: 48px;

}

.index-news {
  background-color: #f5f5f5;
}


.index-news-nav-item {
  width: 140px;
  font-size: 18px;
  color: #333;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  cursor: pointer;
  transition: all .5s ease .1s;
  margin-right: 30px;
}

.index-news-nav-item-active {
  width: 140px;
  font-size: 18px;
  background: linear-gradient(to right, #116539, #45a638);
  color: #fff;
}

.index-news-c-box2 {
  display: none;
}

.index-news-c {
  margin-top: 46px;
  display: flex;
  align-items: center;
}

.index-news-c-item {
  background-color: #fff;
}

.index-news-c-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.index-news-c-item {
  border-radius: 10px;
  padding: 33px 30px;
  cursor: pointer;
  margin-left: 42px;
  width: calc(50% - 42px);
}

.index-news-c-time {
  font-size: 16px;
  color: #999;
}

.index-news-c-name {
  margin-top: 33px;
  font-size: 24px;
  color: #007235;
  min-height: 60px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.index-news-c-text {
  font-size: 12px;
  color: #666;
  line-height: 1.9;
  margin-top: 28px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.index-news-c-img {
  width: 100%;
  overflow: hidden;
  margin-top: 42px;
  border-radius: 8px;
}

.index-news-c-img img {
  transition: all .5s ease .1s;
  width: 100%;

  cursor: pointer;
  height: auto;
}

.index-news-c-img img:hover {
  transform: scale(1.1);
}

.index-news-c-left {
  cursor: pointer;
  position: relative;
}

.index-news-c-left img {
  width: 100%;
  height: auto;
}

.current-news-item {
  position: absolute;
  bottom: 0px;
  padding: 20px 45px 20px 45px;
  z-index: 19;
  width: 100%;
}

.current-news-item .index-news-c-name {
  min-height: auto;
  color: #fff;
  margin-top: 23px;
  font-size: 24px;
}

.current-news-item .index-news-c-time {
  color: #fff;
}

.current-news-item .index-news-c-text {
  display: none;
  margin-top: 0;
  color: #fff;
  transition: all .5s ease .1s;
}

.current-news-item:hover .index-news-c-text {
  display: block;
  animation: showcurrentnewsitem 2 linear forwards;
}

.current-news-item:hover {
  background-color: #ffffff44;
}

@keyframes showcurrentnewsitem {
  0% {
    height: 0;
    margin-top: 0;
  }

  100% {
    margin-top: 20px;
    height: auto;
  }

}

.index-partners-box {
  display: flex;
  align-items: center;

}

.title-text {
  margin-top: 10px;
  font-size: 24px;
  color: #333;
}

.index-partners-num-box {
  margin-top: 80px;
  color: #007235;
  margin-bottom: 110px;
}

.index-partners-icon-box {
  max-height: 500px;
}

.index-partners-num-box p {
  font-size: 24px;
}

.index-partners-num-box .index-partners-num {
  margin-bottom: 0px;

  font-size: 80px;
}

.index-partners-num-box .index-partners-num span {
  font-size: 61px;
}

.index-partners {
  background-position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.index-partners-title-more {
  display: none;
}

.index-partners-left {
  width: 30%;
}

.index-partners-right {
  width: 70%;
}


.index-partners-item {
  padding: 0 12px;
  background-position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(16.66% - 24px);
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
}

.index-partners-item img {
  max-width: 95%;
  height: auto;
}

.index-partners-li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-partners-li1 {
  transform: translateY(-25%);
}

.index-partners-li2 {
  transform: translateY(-50%);
}

.top-banner {
  z-index: 10;
  padding-top: 450px;
  background-position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.top-banner-text-box {
  position: absolute;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
}

.top-banner-text-box a {
  color: #fff;
}

.top-banner-title {
  font-size: 44px;
}

.top-banner-text {
  margin-top: 5px;
  font-size: 22px;
}

.top-banner-nav {
  margin-top: 60px;
  display: flex;
  align-items: center;
}

.top-banner-nav img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.top-banner-nav div {
  font-size: 14px;
}

.top-banner-nav i {
  margin-right: 10px;
}

/* 解决方案  */
.solution {
  padding: 0px 0 90px 0;
}

.solution-nav-box {
  padding-top: 20px;
  background-color: #007235;
}

.solution-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.solution-nav-item {
  padding: 7px 25px;
  color: #fff;
  border-radius: 20px;
  font-size: 18px;
  margin-right: 15px;
  transition: all .5s ease .1s;
  cursor: pointer;
  margin-bottom: 20px;
}

.solution-nav-item:hover {
  color: #007235;
  background-color: #fff;
}

.solution-nav-item-active {
  color: #007235;
  background-color: #fff;
}

.solution-left .swiper-slide img {
  display: block;
  width: 100%;
  height: 560px;
}

.solution-left {
  position: relative;
}

.swiper-button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  width: 130px;
  height: 50px;
}

.swiper-button .swiper-button-prev, .swiper-button .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: #007235;
}

.swiper-button .swiper-button-prev::after, .swiper-button .swiper-button-next::after {
  font-size: 18px;
  color: #fff;
}

.solution-content {
  margin-top: 60px;
  display: flex;

}

.solution-list-box {
  padding: 60px 0 45px 70px;
}

.solution-list {
  overflow-y: scroll;
  height: 200px;
}

.solution-list::-webkit-scrollbar {
  width: 5px;
}

.solution-list::-webkit-scrollbar-thumb {
  border-radius: 8px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #007235;
}


.solution-list::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #eeeeee;
}

.solution-list-item {
  font-size: 16px;
  color: #333;
  margin-bottom: 36px;
  cursor: pointer;
}

.solution-list-item:hover {
  color: #007235
}

.solution-list-item-active {
  color: #007235
}

.solution-item-content {
  padding: 60px;
  position: relative;
  width: calc(100% + 80px);
  background-color: #f9f9f9;
  left: -80px;
  z-index: 10;
}

.solution-item-content-item {
  display: none;
}

.solution-item-content-item-active {
  display: block;
}

.solution-item-content-title {
  font-size: 24px;
  color: #333;
}

.solution-item-content-text {
  margin-top: 32px;
  margin-bottom: 42px;
  font-size: 14px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* 解决方案详情 */
.solutionDetails {
  width: 100%;
}

.solutionDetails .solutionDetails-img {
  width: 100%;
  height: auto;
}

.solution-top {
  z-index: 10;
  padding: 40px 0 90px 0;
  background: linear-gradient(to bottom, #fafafa, #e9f3f2);
  position: relative;
}

.solution-top-text-box {
  /* position: absolute; */
  /* top: 40px; */
}

.solution-top-nav {
  font-size: 16px;
  color: #999;
}

.solution-top-nav a {
  color: #999;
}

.solution-top-nav span {
  color: #333;
}

.solution-top-text-box {
  margin-top: 60px;
}

.solution-top-text-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.solution-name {
  color: #333;
  font-size: 36px;
}

.solution-text {
  color: #333;
  margin: 40px 0 90px 0;
  font-size: 18px;
  width: 90%;
  line-height: 2em;
}

.solution-contact {
  width: 200px;
  line-height: 50px;
  background-color: #007235;

  font-size: 18px;
  color: #fff;
  height: 50px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

.contactUs {
  background-color: rgba(0, 0, 0, 0);
  color: #007235 !important;

  border: 1px solid #007235;
}

.contactUs:hover {
  background-color: #007235;
  color: #fff !important;
  transition: all .5s ease .1s;

}

.solution-top-text-box {
  width: 100%;
}

.solutionDetails-nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.productDetails-nav {
  justify-content: center;
}

.productDetails-nav .solutionDetails-nav-item {
  margin-right: 60px;
}

.solutionDetails-nav-item {
  width: 200px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #333;
  cursor: pointer;
  transition: all .5s ease .1s;
}

.solutionDetails-nav-item:hover {
  /* background-color: #007235; */
  color: #333;
}

/* .solutionDetails-nav-item-active {
  background-color: #007235;
  color: #fff;
}
.solutionDetails-nav-item-active:hover {

  color: #fff;
} */
.solutionDetails-item:nth-child(even) {
  background-color: #f9f9f9;
}


.solutionDetails-item {
  padding: 40px 0 60px 0;

}

.productDetails-c {
  background-color: #f9f9f9;
  padding-top: 40px;
  padding-bottom: 40px;
}

.productDetails-c .solutionDetails-item {
  background-color: #fff;
  padding: 0 35px;
  padding-top: 40px;
}

.productDetails-c .productDetails-item-pt {
  padding-bottom: 35px;
  margin-bottom: 90px;
}

.productDetails-xg {
  padding: 0;
}

.productDetails-xg .solutionDetails-item-c {
  display: flex;
  margin: 0 -20px;

}

.productDetails-xg .solutionDetails-cp-text {
  color: #666;
  font-size: 14px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 30px 0 50px 0;
  line-height: 18px;
}

.productDetails-c .productDetails-xg .solutionDetails-item-title {
  padding-bottom: 0;

}

.productDetails-cp {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  margin: 0 20px;
}


.productDetails-cp .solutionDetails-cp-name {
  margin-top: 0;
}

.solutionDetails-item-title {
  margin-bottom: 40px;
  font-size: 24px;
  color: #007235;
}

.productDetails-c .solutionDetails-item-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.productDetails-xg .solutionDetails-item-title {
  border-bottom: none;
}

.solutionDetails-item-c {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}

.solutionDetails-item-c img {
  max-width: 100%;
}

.solutionDetails-swiper-pagination {
  bottom: 0 !important;
  top: auto !important;
  background-color: #fff !important;
}

.solutionDetails-cp-name {
  color: #333;
  font-size: 24px;
  margin-top: 140px
}

.solutionDetails-item-swiper .swiper-slide {
  padding-top: 120px;

}


.solutionDetails-cp {
  border: 1px solid #ddd;
  padding: 0px 25px;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 95%;
  padding-bottom: 40px;
  position: relative;

  border-radius: 10px;
}

.solutionDetails-cp:hover {
  transition: all .5s ease .1s;
  background-color: #f5f5f5;
  cursor: pointer;
}

.solutionDetails-cp-text {
  color: #666;
  font-size: 14px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 35px 0;
  line-height: 18px;
}

.solutionDetails-cp-img {
  position: absolute;
  left: 50%;
  width: 80%;
  z-index: 10;
  max-height: 180px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);

}

.solutionDetails-cp-img img {
  cursor: pointer;
  max-width: 100%;
  max-height: 180px;
  transition: all .5s ease .1s;
}

.solutionDetails-cp-img img:hover {
  transform: scale(1.1);

}

.solutionDetails-cp .more {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

.swiper-pagination-progressbar-fill {
  background-color: #007235 !important;
}

.product {
  padding-bottom: 90px;

}

.product-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.product-item {
  position: relative;
  padding: 140px 40px 40px 40px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 0 20px;
  margin-top: 150px;
}

.product-item:hover {
  transition: all .5s ease .1s;
  background-color: #f5f5f5;
  cursor: pointer;
}

.product-item-name {
  font-size: 24px;
  font-weight: 800;
  color: #333;
  min-height: 62px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.product-item-text {
  margin: 25px 0 30px 0;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}


.product-item-img {
  overflow: hidden;
  position: absolute;
  transform: translate(-50%, -50%);
  display: flex;
  top: 0;
  left: 50%;
  align-items: center;
  justify-content: center;
  width: calc(90% - 80px);
  height: 180px;
}

.product-item-img img {
  max-width: 100%;
  max-height: 100%;
  transition: all .5s ease .1s;
  cursor: pointer;
}

.product-item-img img:hover {
  transform: scale(1.1);
}

.product-nav {
  padding-bottom: 0px !important;
  padding-top: 20px !important;
  background-color: #007235;

}


.global-pagination {
  margin-top: 60px;
  padding: 0 10px;
  display: flex;
  border-radius: 5px;
  align-items: center;
  font-size: 20px;

  justify-content: center;


}

.global-pagination a {
  color: #666;
  text-align: center;
  background-color: #f9f9f9;
  width: 40px;
  height: 60px;
  line-height: 60px;
}

.global-pagination .pro {
  font-size: 25px;
  width: 40px;
}

.global-pagination .next {
  width: 40px;
  font-size: 25px;
}

.productServices-box {
  padding: 90px 0;
}

.productServices {
  display: flex;
  padding: 0 !important;
  box-shadow: 0 0 10px #ccc;
}

.productServices-r {
  position: relative;
  display: flex;
  padding: 25px 0;
  /* align-items: center; */
  flex-wrap: wrap;
}

.productServices-r-item-icon {
  margin-top: 10px;
  width: 60px;
  height: 60px;
}

.productServices-r-box1 {
  position: absolute;
  top: 50%;
  left: 33.3%;
  transform: translate(-50%, -50%);
}

.productServices-r-zz {
  width: 86px;
  height: 86px;

  background-color: #fff;
}

.productServices-r-box2 {
  position: absolute;
  top: 50%;
  left: 66.6%;
  transform: translate(-50%, -50%);
}

.productServices-r-box3 {
  display: none;
  position: absolute;
  top: 66.6%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.productServices-r-item-name {
  font-size: 20px;
  color: #007235;
  /*margin: 10px 0 15px 0;*/
  text-align: center;
}

.productServices-r-item-text {
  font-size: 14px;
  color: #333;
  height: 180px;
  padding: 0 13px;

}

.productServices-r-item {
  justify-content: space-between;
  display: flex;
  padding: 5px 35px 0px 35px;
  align-items: center;
  flex-direction: column;

}

.productServices-r-item1 .productServices-r-item-text, .productServices-r-item2 .productServices-r-item-text, .productServices-r-item3 .productServices-r-item-text {
  border-bottom: 1px solid #ddd;
}

.productServices-r-item1, .productServices-r-item2, .productServices-r-item4, .productServices-r-item5 {
  border-right: 1px solid #ddd;
}

.solution-top-text-box-r {
  max-width: 100%;
}

.productDetails-jj::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: #fff;
}

.productDetails-jj::-webkit-scrollbar-track {
  background-color: #fff;
}

.productDetails-jj::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #007235;
}
.productDetails-jj {
    max-height: 220px;
    width:100% ;
    overflow-y: auto;
    padding-right: 15px;
    overflow-x: hidden;
}
.productDetails-type {
  font-size: 18px;
  color: #007235;
}

.productDetails-name {
  margin-top: 35px;
  color: #333;
  font-size: 36px;
}

.productDetails-text {
  margin: 60px 0 65px 0;
  color: #333;
  width: 90%;
  font-size: 16px;
}

.productDetails-text1 {
  margin-top: 26px;
}

.productDetails-top-img {
  width: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  justify-content: center;
  /*background-color: #fff;*/
  height: auto;
}

.productDetails-top-img img {
  min-width: 50%;
  max-width: 100%;
  max-height: 300px;
  height: auto;
}

.productDetails-top-text-box-r {
  width: 564px;
}

.productDetailsSwiper {
  margin-top: 40px;
}

.productDetailsSwiper-item {
  width: calc(25% - 10px);
  border: 1px solid #fff;
  cursor: pointer;
  min-height: 90px;
  padding: 5px;
  height: auto;
  transition: all .5s ease .1s;
  /*background-color: #fff;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.productDetailsSwiper-item:hover {
  border: 1px solid #007235;
}

.productDetailsSwiper-item-active {
  border: 1px solid #007235;
}

.productDetailsSwiper-item img {
  max-width: 100%;
  max-height: 80px;
  height: auto;
}

/* 应用案例 */

.case {
  padding: 85px 0 80px 0;
  display: flex;
  align-items: flex-start;
}

.case-l {
  width: 205px;
  box-shadow: 0 0 10px #eee;
  margin-right: 35px;
}

.case-r-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.case-l-item {
  display: flex;
  align-items: center;

  height: 80px;
  color: #333;
  font-size: 18px;
  cursor: pointer;
  transition: all .5s ease .1s;
}

.case-l-item:hover {
  color: #fff;
  background: linear-gradient(to right, #fff, #007235, #007235);
}

.case-l-item:hover .case-l-item-icon {
  background-color: #007235;
}

.case-l-item-icon {
  width: 8px;
  height: 8px;
  transform: rotate(45deg);

  background-color: #ddd;
  margin-right: 30px;
  margin-left: 28px;
}

.case-l-item-active {
  color: #fff;
  background: linear-gradient(to right, #fff, #007235, #007235);
}

.case-l-item-active .case-l-item-icon {
  background-color: #007235;
}

.case-r-title {
  margin-bottom: 35px;
  color: #333;
  font-size: 30px;
}

.case-r-list {
  box-shadow: 0 0 10px #eee;
  display: flex;
  padding: 0 19px;
  padding-top: 28px;
}

.case-r-item {
  margin: 0 13px;
  margin-bottom: 28px;
}

.case-r-item-img {
  width: 100%;
  height: auto;
  margin-bottom: 28px;
  border-radius: 6px;
}

.case-r-item-name {
  color: #333;
  text-align: center;
  font-size: 18px;
}

.case-r-item-text {
  color: #333;
  text-align: center;
  font-size: 18px;
  height: 27px;
}

.case-r-list-n {
  background-color: #f8f8fa;
}

.case-r-list-n .case-r-item {
  color: #7f7f7f;
}

.case-r-c {
  margin-bottom: 30px;
}

/* 关于我们 */
.about-jiamnjie {
  align-items: center;
  display: flex;
  padding: 90px 0 120px 0;
}

.about-jiamnjie-l {
  padding-right: 40px;
}

.about-jiamnjie-r img {
  width: 100%;
}

.about-jiamnjie-title {
  font-size: 36px;
  color: #333;
  margin-bottom: 60px;
}

.about-jiamnjie-text {
  font-size: 18px;
  line-height: 30px;
  color: #333;
}

.about-jiamnjie-text p {
  margin-bottom: 35px;
}

.about-qiye-item {
  background-color: #ffffffcc;
  margin: 0 16px;
  width: calc(33.3% - 32px);
  padding: 35px 30px;
  border-radius: 10px;
}

.about-qiye-box {
  background-position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-qiye-box {
  padding: 85px 0;
}

.about-qiye-list {
  display: flex;
  margin: 0 -16px;
  margin-top: 47px;
}

.about-title {
  font-size: 36px;
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}

.about-qiye>p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}

.about-qiye-item-title {
  margin-bottom: 30px;
}

.about-qiye-item-text {
  font-size: 16px;
  color: #333;
  line-height: 26px;
}

.about-qiye-item-title {
  font-size: 30px;
  color: #007235;
}

.about-qiye-item-title img {
  margin-right: 10px;
  width: 36px;
  height: 36px;
}

.about-rong {
  padding: 90px 0;
  max-height: 873px;
  overflow: hidden;
}

.rongSwiper-item {
  margin-right: 40px;
  background-color: #f9f9f9;
  transition: all .5s ease .1s;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
}

.rongSwiper-item:hover {
  box-shadow: 0 0 10px #DDD;
  background-color: #fff;
}

.rongSwiper-x {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #007235;
}

@keyframes x {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.rongSwiper-item:hover .rongSwiper-x {
  animation: x 0.5s linear forwards;
}

.rongSwiper-item-img {
  padding: 95px 0px 21px 0px;
  border-bottom: 1px solid #ddd;
}

.rongSwiper-item-img>img {
  width: 100%;
  margin-bottom: 47px;
}

.rongSwiper-item-look {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.rongSwiper {

  padding: 20px 10px 60px 10px;
}

.rongSwiper .swiper-wrapper {
  margin-bottom: 47px;
}

.rongSwiper-name {
  margin: 30px 0;
}

.rongSwiper-button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  width: 150px;
}

.about-rong-title {
  color: #333;
}

.rongSwiper-button .swiper-button-next, .rongSwiper-button .swiper-button-prev {
  width: 52px;
  transition: all .5s ease .1s;
  height: 52px;
  background-color: #f9f9f9;
  border-radius: 50%;
}

.rongSwiper-button .swiper-button-next:hover, .rongSwiper-button .swiper-button-prev:hover {

  background-color: #007235;
}

.rongSwiper-button .swiper-button-next:after, .rongSwiper-button .swiper-button-prev:after {
  font-size: 20px;
  color: #d9d9d9;
}

.rongSwiper-button .swiper-button-next:hover::after, .rongSwiper-button .swiper-button-prev:hover::after {

  color: #fff;
}

.img-overlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.img-overlay .img-dialog {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  position: relative;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;

}

.img-overlay .iconfont {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.img-overlay .img-dialog .dialog-img {
  display: block;
  max-width: 75vw;
}
.about-licheng-swiper .swiper-wrapper {
    align-items: center;
}
.about-licheng-num {
  color: #333;
  font-size: 24px;
  display: flex;
  line-height: 1;
  margin-top: 20px;
  overflow-x: auto;
  padding-bottom: 30px;
  padding-top: 20px;
}

.about-licheng-num-active {
  color: #007235;
  font-weight: 800;
  font-size: 28px;
  transform: translateY(-5px);
}


.about-licheng-num::-webkit-scrollbar {
  width: 6px;
  height: 7px;
  background-color: #fff;
}

.about-licheng-num::-webkit-scrollbar-track {
  background-color: #fff;
}

.about-licheng-num::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #007235;
}

.about-licheng-num p {
  min-width: 16.666%;
  cursor: pointer;
  text-align: center;
}

.about-licheng-item {
  display: flex;
  align-items: center;
  padding-bottom: 90px;
}

.about-licheng-item-l {
  text-align: center;
  width: 40%;
  font-size: 113px;
  color: #007235;
}

.about-licheng-item-r {

  line-height: 28px;
}

.about-licheng {
  padding: 85px 0;
}

.about-licheng-box {

  background-position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.ecology-linian {
  position: relative;
  padding: 90px 0;
}

.ecology-linian-c {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #fff;
}

.ecology-linian-c-box {
  width: 600px;
  box-shadow: 0 0 10px #DDD;

  height: 350px;
  display: flex;
  padding: 0 85px 0 65px;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.ecology-linian-c-box::after {
  content: '';
  width: 0;
  position: absolute;
  top: 0;

  left: 0;
  background-color: #007235;
  height: 0;
}

.ecology-linian-c-box:hover .ecology-linian-title {
  color: #fff;

}

.ecology-linian-c-box:hover .ecology-linian-text {
  color: #fff;

}

.ecology-linian-c-box:hover::after {
  z-index: 10;
  animation: bg 0.5s linear forwards;
}

@keyframes bg {
  0% {
    width: 0;
    height: 0;
  }

  100% {
    width: 100%;
    height: 100%;
  }
}

.ecology-linian-title {
  font-size: 36px;
  color: #333;
  position: relative;
  z-index: 100;
  transition: all .5s ease .1s;
  margin-bottom: 40px;
}

.ecology-linian-text {
  font-size: 16px;
  color: #666;
  position: relative;
  z-index: 100;
  transition: all .5s ease .1s;
}

.ecology-img1 {
  padding: 50px 0;
}

.ecology-img img {
  width: 100%;
}

.ecology-youshi-list {
  margin: 0 -11px;
  display: flex;
  margin-top: 50px;
}

.ecology-youshi-item {
  width: calc(25% - 22px);
  background: linear-gradient(to bottom, #fafafa, #e9f3f2);
  margin: 0 11px;
  border-radius: 8px;
  padding: 35px 35px 0 40px;
  height: 160px;
  font-size: 18px;
}

.ecology-youshi-title {
  font-size: 36px;
  align-items: center;
  text-align: center;
  color: #333;
  margin-bottom: 45px;
}

.ecology-youshi-text {
  font-size: 16px;
  color: #333;
}

.ecology-youshi {
  padding: 60px 0 90px 0;

}

.ecology-good {
  padding: 85px 0;
}

.ecology-good-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.ecology-good-item {
  margin: 0 20px;
  width: calc(50% - 40px);
  margin-bottom: 30px;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
}

.ecology-good-item-top {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.ecology-good-num {
  font-size: 30px;
  margin-right: 10px;
  -webkit-text-stroke: 1px #007235;
  -webkit-text-fill-color: transparent;
}

.ecology-good-title {
  font-size: 24px;
  color: #007235;
}

.ecology-good-text {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.ecology-good-box {
  background-position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

/* 新闻中心 */
.news-banner-item {
  display: flex;

}

.news-banner-item-l img {
  width: 100%;
  border-radius: 10px;
}

.news-banner-item-r {
  padding: 55px;
}

.news-banner {
  background-color: #f9f9f9;
  border-radius: 12px;
  margin-top: 50px;
}

.news-banner-item-time {
  font-size: 16px;
  color: #999;
}

.news-banner-item-title {
  margin: 40px 0 55px 0;
  font-size: 24px;
  color: #333;
}

.news-banner-item-text {
  margin-bottom: 80px;
  font-size: 16px;
  color: #333;
}

.newsSwiper-pagination {
  position: absolute;
  bottom: 60px !important;
  left: auto !important;
  right: 60px !important;
  width: auto !important;
  z-index: 10;
}

.newsSwiper-pagination .swiper-pagination-bullet {
  padding: 5px !important;
  background-color: #ffffffff;
  border: 1px solid #ffffffff;



  position: relative;
}

.newsSwiper-pagination .swiper-pagination-bullet::after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #007235;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.newsSwiper-pagination .swiper-pagination-bullet-active {
  padding: 3px;
  border: 1px solid #007235;
}

.news-list {
  margin-top: 40px;
}

.news-list-item {
  cursor: pointer;
  border-radius: 5px;
  padding: 55px;
  transition: all .5s ease .1s;
  margin-bottom: 20px;
}

.news-list-item:hover {
  background-color: #f9f9f9;
}

.news-list-item:hover .more {
  background: linear-gradient(to right, #116539 0%, #45a638 100%);
  color: #fff;
}

.news-list-item:hover .more i {
  color: #fff;
  transform: translateX(8px);
}

.news-list-item-title {
  color: #007235;
  font-size: 24px;
}

.news-list-item-text {
  color: #666;
  margin: 30px 0 40px 0;
  font-size: 16px;
}

.news-list-item-time {
  color: #666;
  font-size: 16px;
}

.news-list-item-b {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.global-pagination .active {
  color: #007235;
}

.global-pagination a {
  transition: all .5s ease .1s;
}

.global-pagination a:hover {
  color: #007235;
}

.newsDeails {
  padding-top: 90px;
  display: flex;
}

.newsDeails-l-title {

  font-size: 30px;
  color: #333;
  margin-bottom: 25px;
}

.newsDeails-l-time {
  font-size: 16px;
  color: #999;
}

.newsDeails-l-c {
  margin-top: 40px;
  border-top: 1px solid #ddd;
}

.newsDeails-r {
  padding-left: 50px;

}

.newsDeails-r-top {
  padding: 0 40px;
  font-size: 30px;
  color: #333;
}

.newsDeails-r-list {
  padding: 0 40px;
  margin-top: 40px;
}

.newsDeails-r-item {
  margin-bottom: 25px;
}

.newsDeails-r-item img {
  width: 100%;
}

.newsDeails-r-item-title {
  font-size: 18px;
  color: #333;
  margin: 20px 0 30px 0;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.newsDeails-r-item-time {
  font-size: 14px;
  color: #999;
}

.newsDeails-l-c {
  padding-top: 40px;
}

.newsDeails-l-c img {
  max-width: 100%;
}

.newsDeails-l-b {
  background-color: #F9F9F9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  padding: 23px 40px;
  cursor: pointer;
}

.newsDeails-l-b a:hover {
  color: #007235;
}

.newsDeails-l-b a {
  transition: all .5s ease .1s;
  font-size: 16px;
  color: #999;
}

.newsDeails-l-b a .iconfont {
  font-size: 24px;
}

.newsDeails-l-b-l, .newsDeails-l-b-r {
  display: flex;
  align-items: center;
}

/* 联系我们 */
.contact {

  padding: 90px 0;
}

.contact-map {
  width: 100%;
  height: 560px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0px 0px 8px #eee;
}

.contact-map .map-sign-box {
  width: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* overflow: hidden; */
  box-shadow: 0px 0px 8px #ccc;

}

.contact-map .map-sign-box img {

  width: 60px;

}

.map-info-box {
  position: relative;

}

.map-info {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 55px;
  width: 424px;
  height: 222px;

  background-color: #fff;
  padding: 40px;
  border-radius: 5px;
}

.map-name {
  font-size: 24px;
  color: #007235;
  margin-bottom: 25px;
}

.map-item {
  font-size: 16px;
  color: #666;
  margin-bottom: 8px;
}

.contact-title {
  color: #333;

}

.contact-list {
  margin: 0 -12px;
  margin-top: 50px;
  display: flex;
  /* align-items: center; */
}

.contact-item {
  margin: 0 12px;
  width: calc(25% - 24px);
  box-shadow: 0 0 10px #ddd;
  height: 278px;
  padding: 30px;
  border-radius: 5px;
}

.contact-item .iconfont {
  font-size: 45px;
  color: #007235;
}

.contact-item-title {
  margin-top: 25px;
  font-size: 18px;
  color: #333;
}

.contact-item-text {
  font-size: 16px;
  color: #666;
}


/* 在线留言 */
.message-info {
  padding: 60px 0;
  text-align: center;

}

.message-info p {
  font-size: 30px;
  color: #333;
  margin-bottom: 5px;
}

.message-info i {
  font-size: 30px;
  color: #007235;
  margin-left: 5px;
}

.message {
  padding: 60px 50px 0px 50px;
  margin: 90px auto;
  box-shadow: 0 0 5px #ccc;
}

.message-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
  align-items: center;
  margin-top: 60px;
  padding-bottom: 90px;
  border-bottom: 1px solid #007235;
}

.message-item {
  padding-top: 40px;
  width: calc(50% - 60px);
  margin: 0 30px;
}

.message-item p {
  margin-bottom: 23px;
  font-size: 18px;
}

.message-item input {
  height: 60px;
  border: 1px solid #ddd;
  width: 100%;
}

.message-item2 {
  width: calc(100% - 60px);
}

.message-item textarea {
  height: 100px;
  width: 100%;
  border: 1px solid #ddd;
}

.message-item-btn {
  width: 200px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: #fff !important;
  background-color: #007235;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 30px;
  cursor: pointer;
  border: none;
  display: block;
}

/* 人才招聘 */
.recruit-list {
  margin-top: 50px;
}

.recruit-item-box {
  border-radius: 10px;
  margin-bottom: 30px;
}

.recruit-item {
  padding: 32px 40px 32px 55px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  transition: all .5s ease .1s;
  justify-content: space-between;
  background: linear-gradient(to bottom, #f9f9f9, #e9f3f2);
}

.recruit-item-c {
  padding: 40px 55px;
  border-radius: 10px;
  line-height: 28px;
  font-size: 16px;
  color: #666;
  transition: all .5s ease .1s;
}

.recruit-item-c-title {
  color: #333;
  margin: 5px 0;
}

.recruit-item-c-b {
  color: #333;
  margin-top: 52px;
}

.recruit-item-box-active {
  border: 1px solid #007235;
}

.recruit-item-box-active .recruit-item {
  background: #fff;
}

.recruit-item-box-active .recruit-item-c {
  background: linear-gradient(to bottom, #e9f3f2, #f9f9f9);
}

.recruit-item-left {
  display: flex;
  align-items: center;
}

.recruit-item-left {
  display: flex;
  align-items: center;
}

.recruit-item-right p span {
  margin-right: 80px;
  color: #333;
  font-size: 18px;
}

.recruit-item-right p {
  display: flex;
  align-items: center;
}

.recruit-item-right i {
  font-size: 45px;
  color: #333;
}

.recruit-item-left i {
  color: #007235;
  font-size: 50px;
}

.recruit-item-left span {
  color: #333;
  margin-left: 20px;
  font-size: 24px;
}

.recruit-item-hide {
  display: none;
}

/* 搜索 */
.search-container {
  padding: 110px 0 80px;
}

.search-container .search-box {
  display: flex;
  position: relative;
  top: 0;
  padding-left: 25px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #007235;
}

.search-container .search-box-input {
  background-color: #fff;
  width: 100%;
  height: 70px;
  border: none;
  flex: 1;
  font-size: 20px;
  color: #333;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.search-container .search-box-button {
  width: 200px;
  height: 70px;
  background-color: #007235;
  font-size: 24px;
  border: none;
  color: #fff;
  border-radius: 5px;
}

.search-box-button a {
  color: #fff;
}

.search-result-text {
  color: #333;
  padding: 50px 0 52px;
  line-height: 1;
  font-size: 16px;
}

.search-result-text span {
  color: #ff0000;
}

.search-nav-item a {
  color: #666;
  transition: all .5s ease .1s;
}

.search-nav {
  padding-bottom: 22px;
  border-bottom: 1px solid #e3e4e8;
  display: flex;
  line-height: 1;
}

.search-nav .search-nav-item {
  cursor: pointer;
  font-size: 18px;
  padding-right: 22px;
  color: #666;
  transition: all .5s ease .1s;
}

.search-nav .active a {
  color: #007235;
}

.search-nav .search-nav-item:hover a {
  color: #007235;
}

.search-content-list {
  padding-bottom: 60px;
}

.search-content-item {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  color: #333;
  display: flex;
  justify-content: space-between;
  padding: 51px 0 54px;
  border-bottom: 1px solid #e3e4e8;
  transition: all .5s ease .1s;
}

.search-content-item:hover {
  color: #007235;
  border-bottom: 1px solid #007235;
}

.search-content-item span:last-child {
  color: #999999;
}

/* 产品下拉 */


.product-nav-hide-list-box {
  position: fixed !important;
  top: 94px !important;
  background-color: #ffffffff !important;

  padding: 0 !important;
}

.product-nav-hide-list-box ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #fff;
}

.product-nav-hide-list-box ::-webkit-scrollbar-track {
  background-color: #fff;
}

.product-nav-hide-list-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #007235;
}

.product-nav-hide-list {
  display: flex;
  width: 1400px;
  height: 500px;

  padding: 0;

}

.product-nav-hide-left {
  padding: 35px 0 30px 0;
  width: 20%;
  overflow-y: auto;
  height: 100%;
  background-color: #deeae3;
}

.product-nav-hide-center {
  padding: 35px 0 30px 0;
  width: 20%;
  overflow-y: auto;
  height: 100%;

  background-color: #f9f9f9;
}

.product-nav-hide-right {
  overflow-y: auto;
  height: 100%;
  display: none;
  width: calc(60% - 60px);
  padding: 35px 20px 30px 40px;
  background-color: #fff;
}

.product-nav-hide-right-active {
  display: block;
}

.nav-hide-left-title {
  margin-bottom: 15px;
  padding: 20px 40px;
  color: #007235;
  font-size: 20px
}

.nav-hide-left-item {
  padding: 20px 40px;
  display: flex;
  cursor: pointer;
  align-items: center;
  margin-bottom: 10px;
  transition: all .5s ease .1s;
  color: #333;
  font-size: 18px;
  justify-content: space-between;

}

.nav-hide-left-item:hover {
  background-color: #007235;
  color: #fff !important;
}

.nav-hide-left-item-active {
  background-color: #007235;
  color: #fff !important;
}

.nav-hide-center-list {
  display: none;
}

.nav-hide-center-list-show {
  display: block;
}

.nav-hide-center-item:hover {
  color: #007235;
}

.nav-hide-center-item {
  padding: 0 30px;
  transition: all .5s ease .1s;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  color: #333;
  justify-content: space-between;
  font-size: 16px;
}

.nav-hide-left-item i {
  font-size: 22px;
}

.nav-hide-center-item i {
  font-size: 18px;
}

.nav-hide-center-item-active {
  color: #007235 !important;
}

.nav-hide-right-list-box {
  display: flex;
  width: 100%;

}

.nav-hide-right-list-type {
  width: 100% !important;
}

.nav-hide-right-list-title {
  margin-bottom: 30px;
  font-size: 14px;
  color: #333;
  width: 25%;
  transition: all .5s ease .1s;
}

.nav-hide-right-list-title:hover {
  color: #007235;
}

.nav-hide-right-list-title-t {
  margin-bottom: 50px;
}

.nav-hide-right-list {
  display: flex;
  width: 600px;
  width: 75%;
  flex-wrap: wrap;
}

.nav-hide-right-item {
    padding-right: 15px;
  width: 33.3%;
  font-size: 14px;
  transition: all .5s ease .1s;
  color: #666;
  margin-bottom: 45px;
  cursor: pointer;
}

.nav-hide-right-item:hover {
  color: #007235;
}

.nav-hide-right-box {
  display: none;
}

.nav-hide-right-box-active {
  display: block;
}

/* 产品说明书 */
.illustrate-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.illustrate-item {
  box-shadow: 0 0 10px #ddd;
  padding: 40px;
  width: calc(50% - 40px);
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin: 0 20px;
  margin-bottom: 30px;
  color: #333;
}

.illustrate-item:hover {
  color: #007235;
}

.illustrate-item i {
  font-size: 30px;
  margin-right: 10px;
}

.illustrate-item span {
  font-size: 20px;
}

.illustrateDetails-r-item {
  display: flex;
  align-items: center;
  color: #333;
  background-color: #f9f9f9;
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 16px;
}

.illustrateDetails-r-item:hover {
  color: #007235;
}

.illustrateDetails-r-item i {
  font-size: 20px;
  margin-right: 10px;
}

/* 客户服务 */

.customerService {
  padding: 90px 0;
}

.customerService2 .customerService-title {
  color: #fff;
}

.customerService-title {
  margin-bottom: 60px;
  font-size: 36px;
  text-align: center;

}

.customerService1-c {
  padding: 0 18%;
  font-size: 16px;
  text-align: center;
}

.customerService1-c p:first-child {
  margin-bottom: 30px;

}

.customerService1 {
  display: flex;
  justify-content: space-between;
}

.customerService1-box {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.customerService-box {
  background-position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.customerService2-title {
  color: #fff;
  font-size: 24px;

}

.customerService2-text {
  color: #fff;
  margin-top: 10px;
  font-size: 18px;
  margin-bottom: 50px;
}

.customerService3-list {
  margin: 0 -10px;
  display: flex;
}

.customerService3-item {
  border-radius: 5px;
  margin: 0 10px;
  width: calc(50% - 20px);
}

.customerService3-item img {
  width: 100%;
}

.customerService3-item-b {
  width: 100%;
  padding: 40px;
  background-color: #f9f9f9;
}

.customerService3-item-title {
  color: #333;
  font-size: 24px;
  margin-bottom: 25px;
}

.customerService3-item-text {
  color: #333;
  font-size: 16px;

}

.index-phone-img {
  display: none;
}



@media (max-width: 1800px) {

  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li {
    margin-left: 60px;
  }

  .global-nav .container-fluid .navbar-box .contact-phone {
    margin-left: 40px;
    font-size: 20px;
  }

  .global-nav .container-fluid .navbar-box .contact-phone .icon-dianhua {
    margin-right: 15px;
  }

  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a {
    font-size: 18px;
  }

  .solution-list-box {
    padding: 50px 0 40px 60px;
  }

  .solution-item-content {
    padding: 50px;
    width: calc(100% + 80px);
    left: -80px;
  }

  .swiper-button {
    bottom: 0px;
  }

  .global-footer-info {
    flex-direction: column;
    padding: 0 50px;
  }



  .index-partners-item {
    padding: 0 10px;
    width: calc(16.66% - 20px);
    height: 148px;
  }

  .index-partners-num-box {
    margin-top: 60px;
    color: #007235;
    margin-bottom: 80px;
  }
}

@media (max-width: 1700px) {
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li {
    margin-left: 40px;
  }


  .global-footer-code-box {
    padding-right: 50px;
  }

  .global-footer-code-item {
    margin-right: 15px;
  }

  .global-footer-code-item img {
    width: 100px;
    height: 100px;
  }



  .global-footer-info-b {

    padding: 0;
  }

  .global-footer-address {
    margin-top: 15px;
  }

  .global-footer-contact {
    padding-left: 50px;
  }

  .global-footer-contact-input {
    margin-top: 25px;
    height: 50px;

  }

  .global-footer-contact-input input {
    width: 250px;
  }

  .global-footer-contact-input a {
    width: 70px;
    color: #fff !important;
  }

  .global-footer-phone-box {
    padding: 0;
    border: none;
  }

  .global-footer-phone {
    font-size: 36px;
    margin-top: 5px;
  }



  .index-about-title {

    margin-bottom: 40px;
  }

  .index-about-t {
    margin-bottom: 10px;
  }

  .index-about-i {
    font-size: 14px;

  }

  .index-about-text {
    color: #333;
    width: 75%;
    margin-top: 80px;
  }

  .index-about-item {
    margin-right: 40px;
  }

  .index-about-item img {
    width: 120px;
    height: 120px;
  }

  .index-about-item-r {
    color: #333;
  }

  .index-about-item-r p {
    font-size: 16px;
    transform: translateX(-15px);
  }

  .index-about-item-r span {
    font-size: 36px;

  }

  .index-news-c-name {
    margin-top: 28px;
    font-size: 20px;
  }

  .index-news-c-item {
    margin-left: 30px;
    width: calc(50% - 30px);
    padding: 24px 24px;
  }

  .index-news-c-text {

    margin-top: 24px;

  }

  .index-news-c-img {

    margin-top: 30px;

  }

  /* .index-partners-title-more {
    display: block;
  }

  .index-partners-more {
    display: none;
  } */



  /* .index-partners-left {
    width: 100%;
  }

  .index-partners-right {
    width: 100%;
  } */


  .index-partners {
    padding: 60px 0;
  }

  .title-text {
    /* margin-top: 15px; */
    font-size: 24px;
    /* color: #333; */
  }

  /* .index-partners-num-box {
    margin-top: 20px;
    color: #007235;
    margin-bottom: 10px;
  } */

  .index-partners-num-box p {
    font-size: 24px;
  }

  .index-partners-num-box .index-partners-num {

    font-size: 80px;
  }

  .index-partners-num-box .index-partners-num span {
    font-size: 61px;
  }

  .productServices-r-item {

    padding: 5px 20px 0px 20px;

  }

  .productServices-r-item-icon {
    width: 50px;
    height: 50px;
  }


  .news-banner-item-title {
    margin: 30px 0 40px 0;
    font-size: 24px;
    color: #333;
  }

  .news-banner-item-r {
    padding: 40px;
  }

  .news-banner-item-text {
    margin-bottom: 50px;
    font-size: 16px;
    color: #333;
  }

  .newsDeails-r-item-title {
    font-size: 16px;
    margin: 15px 0 15px 0;
  }

  .nav-hide-center-item {
    padding: 0 25px;
    transition: all .5s ease .1s;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    color: #333;
    justify-content: space-between;
    font-size: 16px;
  }

}

@media (max-width: 1600px) {
  .title {
    font-size: 38px;
  }

  .index-product-item-image {
    /* height: 165px !important; */
  }

  .index-programme .more {
    margin-left: 35px;
  }

  @keyframes identifier {
    0% {
      height: 0;
      opacity: 0;
    }

    100% {
      opacity: 1;
      height: auto;
    }
  }

  @keyframes identifier {
    0% {
      height: 0;
      opacity: 0;
    }

    100% {
      height: 88px;
      opacity: 1;
    }
  }

  .section {
    padding-top: 88px;
  }

  .global-nav {

    height: auto;
  }

  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a {
    font-size: 17px;
  }

  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li {
    margin-left: 35px;
  }

  .search_img {
    margin-left: 35px;
  }

  .global-nav .container-fluid .navbar-box .contact-phone {
    font-size: 18px;
  }

  .global-nav .container-fluid .navbar-box .contact-phone .icon-dianhua {
    margin-right: 12px;
  }

  .attach .attach-item {
    font-size: 0.215rem;
  }

  .phone-box {
    width: 190px;
    margin-left: 20px;
    font-size: 18px !important;
  }

  .phone-box img {
    width: 18px !important;
    height: 18px;
  }

  .attach .attach-item img {
    width: 0.215rem;
  }

  .global-footer .footer-copyright {
    padding: 35px 0;
  }

  .index-programme {
    padding-top: 20px;
  }

  .index-programme-c-title {
    padding-left: 35px;
  }

  .index-programme-c-list {
    margin-top: 40px;

  }

  .index-programme-c {
    margin-right: 160px;
    padding: 50px 10px;

  }

  .index-programme-c-item {
    width: calc(50% - 70px);
    margin: 0 35px;
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 60px;
  }

  .productServices-r-item {

    padding: 5px 15px 0px 15px;

  }

  .productServices-r-item-icon {
    width: 40px;
    height: 40px;
  }

  .productServices-r-item-name {
    margin: 5px 0 15px 0;
  }

  .ecology-youshi-item {

    font-size: 16px;
  }

  .product-nav-hide-list-box {
    top: 88px !important;
  }

}

@media (max-width: 1500px) {
  .index-programme-nav {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .index-programme-c-box {
    padding: 70px 0 70px 0;

  }

  .index-product {
    padding: 60px 0;
  }

  .index-product-nav {

    margin-top: 40px;
  }

  .index-case-c-box {
    margin-top: 45px;
  }

  .index-about-text {

    margin-top: 60px;
  }

  .index-product-nav {

    margin-top: 40px;
  }

  .index-partners {
    padding: 50px 0;
  }

  .product-nav-hide-list {
    width: 1300px;
  }

  .productServices-l {
    display: none;
  }

  .productServices {
    border-radius: 10px;
  }

  .productServices-r-item {

    padding: 5px 35px 0px 35px;

  }

  .productServices-r-item-icon {
    width: 60px;
    height: 60px;
  }

  .productServices-r-item-name {
    margin: 10px 0 15px 0;
  }

  .nav-hide-left-title {
    padding: 20px 30px;
    font-size: 18px;
  }

  .nav-hide-left-item {
    padding: 20px 30px;
    font-size: 16px;

  }

  .nav-hide-left-item i {
    font-size: 18px;
  }

  .nav-hide-center-item i {
    font-size: 16px;
  }

  .nav-hide-center-item {
    padding: 0 20px;

    margin-bottom: 25px;

    font-size: 14px;
  }

  .product-nav-hide-right {

    width: calc(60% - 50px);
    padding: 35px 20px 30px 30px;
    background-color: #fff;
  }

  .nav-hide-right-item {

    margin-bottom: 30px;
  }

  .illustrateDetails-r-item {

    margin-bottom: 10px;
    padding: 10px;
  }

  .illustrateDetails-r-item i {
    font-size: 16px;
    margin-right: 10px;
  }
}

@media (max-width: 1400px) {
  .index-banner .swiper-slide .index-swiper-text .text-cn {
    font-size: 40px;
    line-height: 60px;
  }

  .index-banner .swiper-slide .index-swiper-text .text-en {
    font-size: 22px;
  }

  .nav-hide-right-item {

    margin-bottom: 25px;
  }

  .product-nav-hide-right {
    width: calc(60% - 50px);
    padding: 25px 15px 30px 20px;
    background-color: #fff;
  }

  .nav-hide-left-title {
    padding: 15px 20px;
    font-size: 18px;
    margin-bottom: 10px
  }

  .nav-hide-left-item {
    padding: 15px 20px;
    font-size: 16px;

  }

  .nav-hide-left-item i {
    font-size: 18px;
  }

  .nav-hide-center-item i {
    font-size: 14px;
  }

  .nav-hide-center-item {
    padding: 0 10px;

    margin-bottom: 20px;

    font-size: 14px;
  }

  .more {
    font-size: 16px;

  }

  .index-programme .more {
    margin-left: 30px;
  }

  .attach .search_img i {

    font-size: 22px;
    width: 22px;

  }

  .attach .x {
    margin: 0 15px;
  }

  .attach .search_img i:last-child {

    font-size: 20px;
    width: 20px;

  }

  .search_img {
    margin-left: 30px;
  }

  .phone-box {
    width: 220px;
    height: 36px;
    line-height: 36px;
    margin-left: 36px;
    font-size: 18px !important;
  }

  .global-nav .container-fluid .navbar-brand img {
    width: 135px;
  }

  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li {
    margin-left: 28px;
  }

  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a {
    font-size: 15px;
  }

  .global-nav .container-fluid .navbar-box .contact-phone {
    margin-left: 30px;
    font-size: 16px;
  }

  .attach .attach-item {
    font-size: 0.235rem;
  }

  .phone-box {
    width: 180px;
    margin-left: 20px;
    font-size: 16px !important;
  }

  .phone-box img {
    width: 13px !important;
    height: 19px;
  }

  .attach .attach-item img {
    width: 0.235rem;
  }

  .attach .attach-divide {
    margin: 0 0.2rem;
  }

  .global-footer-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .global-footer .footer-body {

    padding-top: 50px;
    padding-bottom: 30px;
  }

  .global-footer .footer-copyright {
    padding: 35px 0;
  }

  .global-banner {
    margin-top: 72px;
  }

  .index-programme-c-title {
    padding-left: 30px;
  }

  .index-programme-c-item {
    margin: 0 30px;
    width: calc(50% - 60px);
    font-size: 16px;
    margin-bottom: 60px;

    padding-bottom: 15px;
    justify-content: flex-start;
  }

  .index-programme-c-item p {
    width: 95%;
  }

  .index-programme-c {
    margin-right: 60px;
    padding: 40px 40px;
  }

  .index-programme-nav-item p {
    font-size: 16px;
  }

  .index-programme-nav-item img {

    width: 20px;
    height: 20px;
  }

  .index-case-name {
    font-size: 20px;
  }

  .index-case-nav-item p {

    font-size: 16px;
    margin-top: 15px;
  }

  .index-case-nav-item-img {
    width: 50px;
    height: 50px;
  }

  .index-case-nav-item-img img {
    width: 32px;
    height: 32px;
  }


  .index-about-title {
    margin-bottom: 40px;
  }

  .index-about-t {
    margin-bottom: 10px;
  }

  .index-about-i {
    font-size: 14px;

  }

  .index-about-text {
    width: 75%;
    margin-top: 80px;
  }

  .index-about-item {
    margin-right: 30px;
  }

  .index-about-item img {
    width: 100px;
    height: 100px;
  }

  .index-about-item-r {
    color: #333;
  }

  .index-about-item-r p {
    font-size: 14px;
    transform: translateX(-10px);
  }

  .index-about-item-r span {
    font-size: 30px;

  }

  .index-about-num-box {
    margin-top: 36px;
  }

  .index-about-right {
    margin-top: 36px;
    position: relative;
  }

  .index-news-c-name {
    min-height: 40px;
    margin-top: 20px;
    font-size: 16px;
  }

  .index-news-c-item {
    margin-left: 30px;
    width: calc(50% - 30px);
    padding: 20px 20px;
  }

  .index-news-c-text {

    margin-top: 20px;

  }

  .index-news-c-img {
    margin-top: 20px;
  }

  .title-text {
    font-size: 20px;
  }

  .index-partners-item {
    padding: 0 10px;
    width: calc(16.66% - 20px);
    height: 130px;
    margin: 4px;
  }

  .index-partners-num-box {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .index-partners-num-box p {
    font-size: 20px;
  }

  .index-partners-num-box .index-partners-num {
    font-size: 80px;
  }

  .index-partners-num-box .index-partners-num span {
    font-size: 50px;
  }

  /* 解决方案 */
  .solution-list-box {
    padding: 40px 0 30px 50px;
  }

  .solution-item-content {
    padding: 40px;
    width: calc(100% + 80px);
    left: -80px;
  }

  .swiper-button {
    bottom: 0px;
  }

  .solution-left .swiper-slide img {
    height: 500px;
  }

  .solution-list-item {
    margin-bottom: 25px;
  }

  .solution-top {
    padding: 30px 0 70px 0;
  }

  .solution-top-text-box {
    margin-top: 70px;
  }

  .solution-text {
    margin: 40px 0 120px 0;
  }

  .product-item {

    padding: 150px 40px 40px 40px;

  }

  .productDetails-top-text-box-r {
    width: 480px;
  }

  .productDetails-text {
    margin: 50px 0 50px 0;
    font-size: 14px;
  }

  .productDetails-text1 {
    margin-top: 15px;
  }

  .productDetails-name {
    margin-top: 20px;
    color: #333;
    font-size: 36px;
  }

  .news-banner-item-title {
    margin: 25px 0 30px 0;
    font-size: 20px;
    color: #333;
  }

  .news-banner-item-r {
    padding: 30px 40px;
  }

  .news-banner-item-text {
    margin-bottom: 35px;
    font-size: 14px;
    color: #333;
  }

  .recruit-item-right p span {
    margin-right: 60px;
    color: #333;
    font-size: 16px;
  }

  .recruit-item-right i {
    font-size: 40px;
  }

  .recruit-item-left i {
    font-size: 45px;
  }

  .recruit-item-left span {
    margin-left: 15px;
    font-size: 20px;
  }

  .recruit-item {
    padding: 25px 36px;
  }

  .recruit-item-c {
    padding: 35px 40px;
    line-height: 26px;
  }

  .recruit-item-c-b {
    margin-top: 40px;
  }

  .search-container .search-box button {
    height: 65px;
    font-size: 22px;
  }

  .search-container .search-box input {
    height: 65px;
  }

  .search-content-item {
    font-size: 22px;
  }

  .product-nav-hide-list-box {
    top: 87px !important;
  }

  .illustrateDetails {
    flex-direction: column;
  }

  .illustrateDetails-r {
    margin-top: 30px;
    padding: 0;
  }

  .illustrateDetails-r-top {
    padding: 0;

  }

  .illustrateDetails-r-list {
    padding: 0px;
    display: flex;
    margin: 0 -10px;
    margin-top: 30px;
  }

  .illustrateDetails-r-item {
    width: calc(33.3% - 20px);
    padding: 20px;
    margin: 0 10px;
  }

  .message-list {
    margin-top: 40px;
    padding-bottom: 60px;
  }

  .about-title {
    margin-bottom: 40px;
  }

  .message-info {
    padding: 40px 0;
    text-align: center;
  }

  .message-info p {
    font-size: 26px;

  }

  .message-info p i {
    font-size: 26px;

  }
}

@media (max-width: 1200px) {
  .suspend .item {
    height: 50px;
  }

  .suspend .logo {
    width: 50px;
  }

  .suspend .logo i {
    font-size: 20px;
  }

  .popup {
    line-height: 46px;
    font-size: 18px;
  }

  @keyframes show {
    0% {
      width: 0;
      opacity: 0;
    }

    30% {
      opacity: 0;
    }

    100% {
      padding: 0 20px;
      overflow: 1;
    }
  }

  .popup-active {
    animation: show .6s ease forwards;
  }

  .index-banner .swiper-slide .index-swiper-text {
    width: 60%;
    left: 20%;
  }

  .index-banner .swiper-slide .index-swiper-text .text-cn {
    font-size: 36px;
    line-height: 50px;
    padding-bottom: 10px;
  }

  .index-banner .swiper-slide .index-swiper-text .text-en {
    font-size: 20px;
    line-height: 30px;
  }

  .index-banner .swiper-slide .index-swiper-text-video {
    left: 10%;
  }

  .contact-map .map-sign-box {
    width: 80px;
    height: 80px;
  }

  .contact-map .map-sign-box img {
    width: 55px;
  }

  .map-info {
    left: 45px;
    width: 424px;
    height: 190px;
    padding: 30px;
  }

  .map-name {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .map-item {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .top-banner-title {
    font-size: 36px;
  }

  .top-banner-text {
    font-size: 20px;
  }

  .attach {
    margin-right: 20px;
  }

  .global-footer .footer-body .body-main {
    display: none !important;
  }

  .global-footer .footer-body {
    padding: 0;
  }

  .global-footer .footer-body .body-main .main-item {
    padding: 0 10px;
  }

  .global-footer .footer-body .body-main .main-item .link-title {
    font-size: 14px;
  }

  .index-programme .more {
    margin-left: 15px;
  }

  ::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 30px;
  }

  :-ms-input-placeholder {
    font-size: 12px;
    line-height: 30px;
  }

  ::placeholder {
    font-size: 12px;
    line-height: 30px;
  }

  .attach .search_img i {

    font-size: 24px;
    width: 24px;

  }

  .attach .x {
    margin: 0 22px;
  }

  .attach .search_img i:last-child {

    font-size: 22px;
    width: 22px;

  }


  .global-nav .container-fluid .navbar-brand img {
    width: 140px;
  }

  .global-nav .container-fluid .navbar-box .navbar-collapse {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav {
    margin-top: 100px;
    margin-bottom: 20px;
  }

  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li {
    margin: 0;
    padding: 0 40px;
  }

  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a {
    font-size: 16px;
    flex: 1;
    color: #fff;
    line-height: 40px;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
  }

  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a::before {
    display: none;
  }

  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a:hover {
    color: #007235;
  }

  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a.active {
    color: #fff;
  }

  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a.active:hover {
    color: #007235;
  }

  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list {
    height: 0;
    background-color: unset;
    line-height: 36px;
    padding: 0;
    position: unset;
    transform: translateX(0%);
    align-items: unset;
  }

  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .hide-item {
    flex: 1;
    margin-left: 50px;
    padding-bottom: 0;
    position: relative;
  }

  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .hide-item:hover {
    color: #007235 !important;
  }

  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .hide-item:first-child {
    padding-top: 0;
  }

  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .hide-item:last-child {
    padding-bottom: 0;
  }

  .global-nav .container-fluid .navbar-box .contact-phone {
    order: -1;
    margin-left: 0;
    margin-right: 30px;
  }

  .global-nav.scroll-top .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a {
    color: #fff;
  }

  .global-nav.scroll-top .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a:hover {
    color: #007235;
  }

  .global-nav.scroll-top .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list {
    background-color: unset;
  }

  .global-nav.scroll-top .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .hide-item {
    color: #fff;
  }

  .attach .attach-item {
    font-size: 0.26rem;
  }

  .attach .attach-item img {
    width: 0.26rem;
  }

  .global-footer-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .global-footer-code-box {
    padding-right: 20px;
  }

  .global-footer-code-item {
    margin-right: 10px;
  }

  .global-footer-code-item img {
    width: 80px;
    height: 80px;
  }

  .global-footer-code-item p {
    font-size: 14px;
  }

  .global-footer-info {
    padding: 0 30px;
  }

  .global-footer-phone-box {
    font-size: 14px;
  }

  .global-footer-phone {
    font-size: 24px;

  }

  .global-footer-info-b {
    font-size: 14px;
  }

  .global-footer-contact {
    padding-left: 0;

  }

  .global-footer-contact-input {
    height: 40px;

  }

  .global-footer-contact-input input {
    font-size: 14px;
    width: 200px;
  }

  .global-footer-contact-input a {

    line-height: 40px;
    width: 60px;
    font-size: 14px;
    color: #fff;
  }


  .global-footer .footer-copyright {
    padding: 25px 0;
  }

  .global-footer .footer-copyright .copy {
    font-size: 14px;
  }

  .global-footer .footer-copyright .link {
    padding-top: 8px;
  }

  .global-footer .footer-copyright .link .link-item {
    margin-left: 8px;
  }

  .index-banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }

  .index-partners-box {
    flex-direction: column;
  }

  .index-partners-title-more {
    display: block;
  }

  .index-partners-more {
    display: none;
  }



  .index-partners-left {
    width: 100%;
  }

  .index-partners-right {
    width: 100%;
  }




  .title-text {
    margin-top: 15px;

    color: #333;
  }

  .index-partners-num-box {
    margin-top: 20px;
    color: #007235;
    margin-bottom: 10px;
  }

  .index-programme-c-title {
    padding-left: 15px;
  }

  .index-programme-c-item {
    width: calc(50% - 30px);
    margin: 0 15px;
    font-size: 16px;
    margin-bottom: 60px;
    padding-bottom: 10px;
  }


  .index-programme-c {
    margin: 0 auto;
    padding: 40px 30px;
  }

  .index-programme-c-item p {
    width: 95%;
  }

  .index-product {
    padding: 60px 0;
  }

  .index-product-nav {
    margin-top: 30px;
  }

  .index-product-nav-item {
    width: 140px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }

  .index-product-list {
    margin-top: 30px;
    padding-bottom: 30px;

  }

  .index-product-item {
    padding: 30px 0;
  }

  .index-product-name {
    padding-bottom: 18px;
  }

  .index-product-num {
    margin-top: 30px;
    color: #007235;
  }

  .index-product-item-image {
    /* margin-top: 30px; */
    /* height: 150px !important; */
  }

  .index-case-info {
    padding: 30px;
  }

  .index-case-name {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .index-about-box {
    flex-direction: column;
  }

  .index-about-num-box {
    margin-top: 30px;
  }

  .index-about-title {
    margin-bottom: 30px;
  }

  .index-about-t {
    font-size: 20px;
  }

  .index-about-text {
    margin-top: 60px;
    font-size: 14px;
  }

  .index-news-c {
    flex-direction: column;
  }

  .index-news-nav-item {
    width: 140px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }

  .index-news-c-list {
    margin: 0 -20px;
    margin-top: 40px;
  }

  .index-news-c-name {
    font-size: 20px;

  }

  .index-news-c-item {
    margin: 0 20px;
    width: calc(50% - 40px);
  }

  .index-partners-item {
    width: 130px;
    height: 150px;
  }

  .top-banner {
    padding-top: 400px;
  }

  /* 解决方案 */
  .solution {
    padding: 0px 0 60px 0;
  }

  .solution-list-box {
    padding: 30px 0 20px 30px;
  }

  .solution-item-content {
    padding: 30px;
    width: calc(100% + 50px);
    left: -50px;
  }

  .swiper-button {
    bottom: 0px;
  }

  .solution-left .swiper-slide img {
    height: 400px;
  }

  .solution-list-item {
    margin-bottom: 15px;
  }

  .solution-item-content-text {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .solution-top {
    padding: 30px 0 60px 0;
  }

  .solution-text {
    margin: 40px 0 80px 0;
  }

  .solution-name {

    font-size: 32px;
  }

  .product-item-img {
    width: 70%;
    height: 200px;
  }



  .productServices-r-item {

    padding: 5px 20px 0px 20px;

  }

  .productServices-r-item-icon {
    width: 40px;
    height: 40px;
  }

  .productServices-r-item-name {
    margin: 10px 0 15px 0;
    font-size: 18px;
  }

  .productServices-r-item-text {
    height: 200px;
  }

  .productDetails-cp1 {
    display: none;
  }

  .product-top-text-box {
    flex-direction: column;
  }

  .productDetails-top-text-box-r {
    width: 80%;
    margin-top: 60px;
  }

  .productDetails-text {
    width: 100%;
  }

  .case-r-title {
    margin-bottom: 25px;

    font-size: 26px;
  }

  .case-r-item-img {

    margin-bottom: 20px;
  }

  .case-r-item {

    margin-bottom: 20px;
  }

  .case-l {

    margin-right: 20px;
  }

  .case-l-item-icon {

    margin-right: 20px;
    margin-left: 20px;
  }

  .about-jiamnjie-title {
    font-size: 30px;

    margin-bottom: 40px;
  }

  .about-jiamnjie {

    padding: 60px 0 80px 0;
  }

  .about-jiamnjie-title {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .about-jiamnjie-text p {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .about-qiye-box, .about-item {
    padding: 60px 0;
  }

  .about-title {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .about-qiye-list {

    margin: 0 -12px;
    margin-top: 30px;
  }

  .about-qiye>p {

    font-size: 14px;
    margin-bottom: 5px;
  }

  .about-qiye-item {
    background-color: #ffffffcc;
    margin: 0 12px;
    width: calc(33.3% - 24px);
    padding: 25px 20px;

  }

  .about-qiye-item-title {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .about-qiye-item-text {
    font-size: 14px;
    line-height: 22px;
  }

  .rongSwiper-item-img {
    padding: 60px 0px 15px 0px;
    border-bottom: 1px solid #ddd;
  }

  .rongSwiper-name {
    margin: 20px 0;
  }

  .rongSwiper {
    padding: 17px 10px 30px 10px;
  }

  .rongSwiper-button .swiper-button-next, .rongSwiper-button .swiper-button-prev {
    width: 40px;
    height: 40px;

  }

  .rongSwiper-button .swiper-button-next:after, .rongSwiper-button .swiper-button-prev:after {
    font-size: 16px;
  }

  .about-licheng-num {
    font-size: 20px;
    margin-top: 25px;
  }

  .about-licheng-item-r {
    line-height: 24px;
    font-size: 14px;
  }

  .about-licheng-item-l {
    font-size: 80px;
  }

  .about-licheng-item {
    padding-bottom: 80px;
  }

  .ecology-linian-c {
    width: 420px;
    height: 260px;
    padding: 0 60px 0 40px;

  }

  .ecology-linian-title {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .ecology-linian-text {
    font-size: 14px;
  }

  .ecology-linian {
    padding: 60px 0;
  }

  .ecology-youshi {
    padding: 45px 0 60px 0;
  }

  .ecology-youshi-title {
    font-size: 30px;
    margin-bottom: 35px;
  }

  .ecology-youshi-text {
    font-size: 14px;
  }

  .ecology-youshi-item {
    padding: 20px 20px 0 20px;
    height: 120px;
    font-size: 14px;
  }

  .ecology-good {
    padding: 60px 0;
  }

  .cology-good-list {
    margin: 0 -10px;
  }

  .ecology-good-item {
    margin: 0 10px;
    width: calc(50% - 20px);
    margin-bottom: 20px;
    padding: 25px;
  }

  .ecology-good-item-top {

    margin-bottom: 15px;
  }

  .ecology-good-num {
    font-size: 24px;
  }

  .ecology-good-title {
    font-size: 20px;
  }

  .ecology-good-text {
    font-size: 14px;
    line-height: 20px;
  }

  .ecology-good-item {

    padding: 20px;
  }

  .ecology-good-num {
    font-size: 20px;
  }

  .ecology-good-title {
    font-size: 20px;
  }

  .ecology-good-text {
    font-size: 12px;
    line-height: 18px;
  }

  .news-banner-item-title {
    margin: 20px 0 25px 0;
    font-size: 18px;
    color: #333;
  }

  .news-banner-item-r {
    padding: 25px 35px;
  }

  .news-banner-item-text {
    margin-bottom: 30px;
    font-size: 14px;
    color: #333;
  }

  .newsSwiper-pagination {

    bottom: 20px !important;

    right: 30px !important;


  }

  .more {
    width: 150px;
    height: 40px;

    font-size: 14px;
  }

  .news-list-item {

    padding: 30px;

  }

  .news-list-item-text {

    margin: 20px 0 30px 0;

  }

  .product {
    padding-bottom: 60px;
  }

  .newsDeails {
    padding-top: 60px;

  }

  .newsDeails-r-top {
    padding: 0 15px;
    font-size: 24px;

  }

  .newsDeails-r-list {
    padding: 0 15px;
    margin-top: 40px;
  }

  .newsDeails-r {
    padding-left: 30px;
  }

  .newsDeails-r-item-title {
    font-size: 16px;

    margin: 15px 0 10px 0;
  }

  .newsDeails-l-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .newsDeails-l-time {
    font-size: 14px;

  }

  .newsDeails-l-c {
    padding-top: 30px;
    margin-top: 30px;

  }

  .newsDeails-l-b {

    margin-top: 40px;
    padding: 16px 30px;
  }

  .contact-item {
    height: 250px;
    padding: 25px;
  }

  .contact-item .iconfont {
    font-size: 36px;
    color: #007235;
  }

  .contact-item-title {
    margin-top: 20px;
    font-size: 16px;
  }

  .contact-item-text {
    font-size: 14px;
  }

  .message {
    padding: 60px 30px;
  }

  .about-title {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .message-list {
    margin: 0 -20px;
    margin-top: 45px;
    padding-bottom: 60px;
  }

  .message-item {
    padding-top: 30px;
    width: calc(50% - 40px);
    margin: 0 20px;
  }

  .message-item p {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .message-item2 {
    width: calc(100% - 40px);
  }

  .message-item-btn {
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }

  .recruit-item-right p span {
    margin-right: 40px;
    color: #333;
    font-size: 16px;
  }

  .recruit-item-right i {
    font-size: 36px;
  }

  .recruit-item-left i {
    font-size: 40px;
  }

  .recruit-item-left span {
    margin-left: 15px;
    font-size: 16px;
  }

  .recruit-item {
    padding: 20px 30px;
  }

  .recruit-item-c {
    padding: 30px 35px;
    line-height: 24px;
    font-size: 14px;
  }

  .recruit-item-c-b {
    margin-top: 30px;
  }

  .recruit-item-box {

    margin-bottom: 25px;
  }

  .search-container {
    padding: 110px 0 50px;
  }

  .search-box-input {
    height: 60px;
    font-size: 18px;
  }

  .search-box .search-box-button {
    height: 60px;
    width: 150px;
    font-size: 18px;
  }

  .search-result-text {
    font-size: 15px;
  }

  .search-nav .search-nav-item {
    font-size: 16px;
  }

  .search-content-item {
    font-size: 20px;
    padding: 41px 0 44px;
  }

  .illustrateDetails-r-list {
    padding: 0px;
    display: flex;
    flex-direction: column;
    margin: 0 -10px;
    margin-top: 30px;
  }

  .illustrateDetails-r-item {
    width: calc(100% - 20px);
    padding: 20px;
    margin: 0 10px;
    margin-bottom: 20px;
  }

  .illustrateDetails-r {
    margin-top: 30px;
    padding: 0;
  }

  .customerService {
    padding: 60px 0;
  }

  .customerService-title {
    margin-bottom: 40px;
    font-size: 30px;
  }

  .customerService1-c p:first-child {
    margin-bottom: 20px;
  }

  .customerService2-title {

    font-size: 20px;
  }

  .customerService2-text {
    margin-top: 5px;
    font-size: 16px;
    margin-bottom: 40px;
  }

  .customerService3-item-b {

    padding: 25px;

  }

  .customerService3-item-title {

    font-size: 20px;
    margin-bottom: 15px;
  }

  .customerService3-item-text {

    font-size: 14px;
  }

  .message {
    padding: 40px 40px 0px 40px;
    margin: 60px auto;
    box-shadow: 0 0 5px #ccc;
  }

  .message-list {
    margin: 0 -30px;
    padding-bottom: 60px;
  }
}

@media (max-width: 992px) {
  .solution-nav-box {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .index-banner .swiper-slide .index-swiper-text .text-cn {
    font-size: 26px;
    line-height: 40px;
    padding-bottom: 10px;
  }

  .index-banner .swiper-slide .index-swiper-text .text-en {
    font-size: 18px;
    line-height: 28px;
  }

  .contact-map {
    width: 100%;
    height: 300px;
  }

  .map-info {
    left: 45px;
    width: 360px;
    height: 160px;
    padding: 20px;
  }

  .map-name {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .map-item {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .top-banner-title {
    font-size: 30px;
  }

  .top-banner-text {
    font-size: 18px;
  }

  .global-footer-box-b {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .global-footer-code-box, .global-footer-info, .global-footer-contact {
    border: none;
    padding: 0;
    width: 60%;
  }

  .global-footer-code-item {
    margin-right: 20px;
  }

  .global-footer-info {
    margin-top: 15px;
  }

  .global-footer-code-item p {
    font-size: 12px;
  }

  .global-footer .footer-copyright .copy {
    text-align: center;
    flex-direction: column;
  }

  .global-footer .footer-copyright .copy p:last-child {
    margin-left: 10px;
  }

  .global-footer-phone-box {
    /* color: #999; */
    font-size: 12px;
    display: flex;
    align-items: center;
  }

  .global-footer-info-b {
    font-size: 12px;
  }

  .global-footer-phone {
    margin-left: 15px;
    font-size: 18px;
  }

  .global-footer-address {
    margin-top: 10px;
  }

  .global-footer-contact {
    margin-top: 10px;
  }

  .global-footer-contact p {
    font-size: 12px;
  }

  .global-footer-contact input {
    font-size: 12px;
  }

  .global-footer-contact-input input {
    width: 280px;
  }

  .global-footer-contact-input input::placeholder {
    font-size: 12px;
  }

  .global-footer-contact-input a {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 12px;
  }

  .global-footer-contact-input {
    margin-top: 8px;
  }

  .global-footer-contact p {
    color: #999;
  }

  .title {
    font-size: 30px;
  }

  .index-programme .more {
    margin-left: 0;
  }

  .more {

    width: 160px;
    height: 40px;
  }

  .more {
    font-size: 14px;
  }

  .more i {
    font-size: 16px;
  }

  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav {
    margin-top: 80px;
  }

  .attach .attach-item {
    font-size: 16px;
  }

  .attach .attach-item img {
    width: 16px;
  }

  .global-footer .footer-copyright {
    padding: 10px 0;
  }

  .global-footer .footer-copyright .copy p {
    margin: 2px 0;
  }

  .global-banner {
    padding-top: 350px;
    margin-top: 62px;
  }

  .index-programme {
    padding-top: 20px;
  }

  .index-programme-nav {
    margin-top: 40px;
    margin-bottom: 25px;
  }

  .index-programme-c-box {
    padding: 60px 0 60px 0;
  }

  .index-programme-c-title img {
    margin-right: 10px;
    width: 32px;
    height: 32px;

  }

  .index-programme-c-title p {
    font-size: 24px;
    color: #007235;
  }

  .index-programme-c-title {
    padding-left: 0;
  }

  .index-programme-c-item {

    font-size: 14px;
    margin-bottom: 40px;
  }

  .index-product {
    padding: 40px 0;
  }

  .index-product-nav {
    margin-top: 25px;
  }

  .index-product-nav-item {
    width: 110px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }

  .index-product-list {
    margin-top: 25px;
    padding-bottom: 25px;
  }

  .index-product-item {
    padding: 25px 0;
  }

  .index-product-name {
    padding-bottom: 14px;
    font-size: 14px;
  }

  .index-product-num {
    margin-top:20px;
    font-size: 16px;
  }
  .index-product-item:hover .index-product-num {
    font-size: 18px;
  }

  .index-product-item-image {
    /* margin-top: 25px; */
    /* height: 140px !important; */
  }

  .index-case-title-box {
    margin-top: 20px;
    flex-direction: column;

  }

  .index-product-nav {
    margin-top: 30px !important;
  }

  .index-case-nav-item p {
    font-size: 16px;
    margin-top: 10px;
  }

  .index-case-nav-item {
    margin-right: 30px;
    margin-left: 0;
  }

  .index-case-c-box {
    margin-top: 30px;
  }

  .index-case-list {
    flex-wrap: wrap;
  }

  .index-case-item {
    display: flex;
    flex-direction: row;
    width: calc(100% - 20px);
    margin: 0 10px;
    margin-top: 20px;
  }

  .index-case-name {
    font-size: 18px;
    margin-bottom: 0px;
  }

  .index-case-info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .index-case-item-img {
    width: 40%;
  }

  .index-case-item-img img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0px;
  }

  .index-about-num-box {
    margin-top: 20px;
  }

  .index-about-title {
    margin-bottom: 20px;
  }

  .index-about-t {
    font-size: 18px;
  }

  .index-about-text {
    margin-top: 30px;
  }

  .index-news-nav-item {
    width: 110px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }

  .current-news-item .index-news-c-name {
    font-size: 20px;
    margin-top: 15px;
  }

  .current-news-item .index-news-c-text {
    margin-top: 15px;
  }

  .index-news-c-name {
    font-size: 16px;
    margin-top: 15px;
  }

  .index-news-c-text {

    margin-top: 15px;
  }

  .index-news-c-img {

    margin-top: 15px;
  }

  .index-partners-item {
    width: 100px;
    height: 115px;
    padding: 0 5px;
  }

  .index-news-c-img {
    margin-top: 20px;
  }

  .title-text {
    font-size: 16px;
  }

  .index-partners-num-box {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .index-partners-num-box p {
    font-size: 16px;
  }

  .index-partners-num-box .index-partners-num {
    font-size: 60px;
  }

  .index-partners-num-box .index-partners-num span {
    font-size: 35px;
  }

  .top-banner {
    padding-top: 350px;
  }

  .solution-item-content-title {
    font-size: 24px;
  }

  /* 解决方案 */
  .solution {
    padding: 0px 0 40px 0;
  }

  .solution-content {
    display: flex;
    flex-direction: column;
  }

  .solution-item-content {
    width: 100%;
    left: 0;
    border-radius: 10px;
  }

  .solution-content {
    margin-top: 30px;

  }

  .solution-list-box {
    padding: 20px;
  }

  .solution-left .swiper-slide img {
    height: auto;
    border-radius: 15px;
  }

  .solution-nav-item {
    padding: 5px 15px;
    margin-bottom: 10px;
    font-size: 14px;
    margin-right: 10px;

  }

  .solution-top {
    padding: 30px 0 60px 0;
  }

  .solution-name {
    font-size: 24px;
  }

  .solution-text {
    font-size: 14px;
    margin: 20px 0 50px 0;
  }

  .solution-contact {
    width: 160px;
    line-height: 40px;
    font-size: 16px;
    height: 40px;
  }

  .solutionDetails-nav-item {
    width: 160px;
    height: 60px;
    line-height: 60px;
  }

  .solutionDetails-item-title {
    margin-bottom: 30px;
    font-size: 20px;

  }

  .solutionDetails-item-c {
    font-size: 14px;
    line-height: 24px;

  }

  .solutionDetails-cp-name {

    font-size: 20px;
    margin-top: 120px;
  }

  .solutionDetails-item-c .solutionDetails-cp-img {
    max-width: 70%;
    height: 200px;
  }

  .solutionDetails-cp {

    padding: 0px 20px;

    margin-bottom: 30px;
    width: 70%;
    padding-bottom: 20px;

  }

  .product-item {

    padding: 100px 30px 30px 30px;
    min-height: 52px;

    margin-top: 120px;
  }

  .product-item-name {
    font-size: 20px;
    ;
  }

  .product-item-img {

    height: 150px;
  }

  .product-nav {
    padding-bottom: 10px !important;
  }

  .product {
    padding-bottom: 60px;
  }

  .global-pagination-box {
    margin-top: 30px;
  }

  .global-pagination {
    font-size: 16px;
  }

  .global-pagination a {
    height: 50px;
    line-height: 50px;
  }

  .productServices-r-box1 {
    position: absolute;
    top: 33.3%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .productServices-r-box2 {
    position: absolute;
    top: 66.6%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .productServices-r-item2 {
    border: none;
  }

  .productServices-r-item4 {
    border: none;
  }

  .productServices-r-item4 .productServices-r-item-text {
    border-bottom: 1px solid #ddd;
  }

  .productServices-r-item3 {
    border-right: 1px solid #ddd;
  }

  .productDetails-xg .solutionDetails-item-c {

    margin: 0 -10px;
  }

  .productDetails-cp {

    padding: 20px;
    margin: 0 10px;
  }

  .productDetails-cp .solutionDetails-cp-name {
    font-size: 16px;
  }

  .productDetails-xg .solutionDetails-cp-text {
    font-size: 14px;
    margin: 15px 0 30px 0;
  }

  .productDetails-c .productDetails-item-pt {

    margin-bottom: 40px;
  }

  .productDetails-nav .solutionDetails-nav-item {
    margin-right: 40px;
  }

  .solutionDetails-cp .more {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .productDetails-text {
    margin: 35px 0 35px 0;

  }

  .productDetails-top-text-box-r {

    margin-top: 40px;
  }

  .productDetailsSwiper {
    margin-top: 25px;
  }

  .productDetails-name {
    font-size: 30px;
  }

  .case {
    padding: 50px 0 50px 0;
    flex-direction: column;
  }

  .case-l {
    margin-bottom: 25px;
    width: 100%;
  }

  .case-l-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .case-l-item-icon {
    display: none;
  }

  .case-l-item-active {
    background: #007235;
  }

  .case-l-item {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    margin: 0 10px;
    font-size: 14px;
  }

  .case-l-item:hover {
    background: #007235;
  }

  .case-r-item-name {
    font-size: 16px;
  }

  .case-r-title {
    margin-bottom: 25px;
    font-size: 22px;
  }

  .case-r-list {

    padding: 0 10px;
    padding-top: 20px;
  }

  .case-r-item {
    margin: 0 8px;
    margin-bottom: 20px;
  }

  .case-r-item-text {
    font-size: 16px;
    height: 24px;
  }

  .case-r-c {
    margin-bottom: 20px;
  }

  .img-overlay .img-dialog .iconfont {
    top: -40px;
    height: 34px;
    font-size: 18px;
  }

  .about-jiamnjie-l {
    padding-right: 20px;
  }

  .about-qiye-box, .about-item {
    padding: 40px 0;
  }

  .about-title {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .about-qiye>p {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .about-qiye-list {
    margin: 0 -10px;
    margin-top: 25px;
  }

  .about-qiye-item {
    background-color: #ffffffcc;
    margin: 0 10px;
    width: calc(33.3% - 20px);
    padding: 15px 15px;
  }

  .about-qiye-item-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .about-qiye-item-title img {
    margin-right: 5px;
    width: 25px;
    height: 25px;
  }

  .rongSwiper-item-img {
    padding: 40px 0px 15px 0px;
    border-bottom: 1px solid #ddd;
  }

  .rongSwiper-item-img>img {

    margin-bottom: 25px;
  }

  .rongSwiper-name {
    margin: 15px 0;
    font-size: 14px;
  }

  .about-licheng-item-l {
    font-size: 60px;
  }

  .about-licheng-item {
    padding-bottom: 50px;
  }

  .top-banner-nav {
    margin-top: 40px;

  }

  .ecology-linian-c {
    width: 330px;
    height: 180px;
    padding: 0 40px 0 30px;
  }

  .ecology-linian-title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .ecology-img1 {
    padding: 36px 0;
  }

  .ecology-youshi {
    padding: 36px 0 40px 0;
  }

  .ecology-good {
    padding: 40px 0;
  }

  .ecology-youshi-title {
    font-size: 24px;

  }

  .ecology-youshi-list {
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .ecology-youshi-item {
    width: calc(50% - 22px);
    padding: 20px 20px 0 20px;
    height: 120px;
    margin-bottom: 20px;
  }

  .ecology-linian {
    padding: 45px 0;
  }

  .news-banner-item {
    flex-direction: column;
  }

  .news-list-item-title {
    font-size: 20px;
  }

  .news-list-item-text {
    margin: 15px 0 20px 0;
    font-size: 14px;
  }

  .news-banner-item-text {
    margin-bottom: 25px;

  }

  .news-banner-item-r {
    padding: 20px 25px;
  }

  .newsDeails {
    flex-direction: column;
  }

  .newsDeails-r {

    padding: 0;
  }

  .newsDeails-r-list {
    display: flex;
    margin: 0 -10px;
    padding: 0;

  }

  .newsDeails-r-top {
    padding: 25px 0 15px 0;
    font-size: 24px;
  }

  .newsDeails-r-item {
    width: calc(33.3% - 20px);
    margin: 0 10px;

  }

  .newsDeails-r-item-title {
    font-size: 14px;
    margin: 15px 0 5px 0;
  }

  .newsDeails {
    padding-top: 40px;
  }

  .newsDeails-l-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .newsDeails-l-c {
    padding-top: 20px;
    margin-top: 20px;
  }

  .contact-list {
    flex-wrap: wrap;
    margin: 0 -10px;
  }

  .contact-item {
    margin: 0 10px;
    width: calc(50% - 20px);
    margin-bottom: 20px;
    height: 250px;
    padding: 25px;
  }

  .contact-item .iconfont {
    font-size: 36px;
    color: #007235;
  }

  .contact-item-title {
    margin-top: 20px;
    font-size: 16px;
  }

  .contact-item-text {
    font-size: 14px;
  }

  .contact {
    padding: 40px 0;
  }

  .message-list {
    margin: 0 -15px;
    margin-top: 30px;
    padding-bottom: 40px;
  }

  .message-item {
    padding-top: 20px;
    width: calc(50% - 30px);
    margin: 0 15px;
  }

  .message-item p {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .message-item input {
    height: 40px;
  }

  .message-item textarea {
    height: 80px;
  }

  .message-item2 {
    width: calc(100% - 30px);
  }


  .message {
    padding: 40px 30px 0px 30px;
    margin: 40px auto;
  }

  .message-item-btn {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .recruit-item {
    padding: 15px;
  }

  .recruit-item-left span {
    margin-left: 5px;
    font-size: 16px;
  }

  .recruit-item-right p span {
    margin-right: 30px;

    font-size: 16px;
  }

  .recruit-item-right i {
    font-size: 30px;
  }

  .recruit-item-left i {
    font-size: 36px;
  }



  .recruit-list {
    margin-top: 40px;
  }

  .recruit-item-c {
    padding: 15px;
    line-height: 20px;
    font-size: 12px;
  }

  .recruit-item-c-b {
    margin-top: 25px;
  }

  .search-container {
    padding: 70px 20px 40px;
  }

  .search-box .search-box-input {
    height: 55px;
    font-size: 16px;
  }

  .search-box-button {
    height: 55px;
    font-size: 16px;
    width: 120px;
  }

  .search-result-text {
    font-size: 14px;
    padding: 35px 0 38px;
  }

  .search-nav .search-nav-item {
    font-size: 15px;
  }

  .search-content-list {
    padding-bottom: 30px;
  }

  .search-content-item {
    font-size: 18px;
    padding: 31px 0 34px;
  }

  .illustrate-list {

    margin: 0 -15px;
  }

  .illustrate-item {

    padding: 25px;
    width: calc(50% - 30px);

    margin: 0 15px;
    margin-bottom: 20px;

  }

  .illustrate-item i {
    font-size: 24px;
    margin-right: 10px;
  }

  .illustrate-item span {
    font-size: 16px;
  }

  .customerService1-c {
    font-size: 14px;

  }

  .customerService2-title {

    font-size: 16px;
  }

  .customerService2-text {
    margin-top: 5px;
    font-size: 14px;
    margin-bottom: 30px;
  }

  .customerService3-item-b {

    padding: 15px;

  }

  .customerService3-item-title {

    font-size: 16px;
    margin-bottom: 10px;
  }

  .customerService3-item-text {

    font-size: 12px;
  }

  .customerService-title {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .customerService {
    padding: 40px 0;
  }

  .customerService {
    padding: 40px 0;
  }

  .message-info p {
    font-size: 20px;
  }

  .message-info p i {
    font-size: 20px;

  }

  .message-info {
    padding: 30px 0;

  }
}

@media (max-width: 768px) {
  .solution-nav-box {
    padding-bottom: 0;
    padding-top: 10px;

  }

  .product-nav {
    padding-bottom: 5px !important;
    padding-top: 15px !important;
  }

  .suspend .item {
    height: 40px;
  }

  .suspend .logo {
    width: 40px;
  }

  .popup {
    line-height: 36px;
    font-size: 14px;
  }

  .about-top {
    padding-top: 360px;
  }

  .suspend {
    right: 20px;
  }

  @keyframes show {
    0% {
      width: 0;
      opacity: 0;
    }

    30% {
      opacity: 0;
    }

    100% {
      overflow: 1;
      padding: 0 15px;
    }
  }

  .index-banner .swiper-slide .index-swiper-text .text-cn {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 10px;
  }

  .index-banner .swiper-slide .index-swiper-text {
    left: 10%;
    width: 70%;
  }

  .index-banner .swiper-slide .index-swiper-text .text-en {
    font-size: 14px;
    line-height: 24px;
  }

  .contact-map {
    height: 280px;
  }

  .map-info {
    left: 40px;
    width: 290px;
    height: 130px;
    padding: 15px;
  }

  .map-name {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .map-item {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .search-container {
    padding: 50px 20px 40px;
  }

  .top-banner-title {
    font-size: 26px;
  }

  .top-banner-text {
    font-size: 16px;
  }

  .global-footer-code-box, .global-footer-info, .global-footer-contact {

    width: 80%;
  }

  .global-footer-contact-input {
    height: 36px;
  }

  .global-footer-contact-input input {
    width: 240px;

  }

  .global-footer-contact-input a {
    line-height: 36px;
    font-size: 12px;
  }

  .title {
    font-size: 24px;
  }

  .more i {

    margin-left: 10px;

  }

  .more {
    width: 140px;
    height: 36px;
  }

  .global-nav .container-fluid .navbar-brand img {
    width: 120px;
  }

  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav {
    margin-top: 70px;
  }

  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li {
    padding: 0 30px;
  }

  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a {
    font-size: 14px;
    line-height: 36px;
  }

  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list {
    line-height: 32px;
  }

  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .hide-item {
    margin-left: 30px;
  }


  .global-footer-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .global-footer .footer-copyright {
    padding: 20px 0;
  }

  .global-banner {
    padding-top: 300px;
    margin-top: 58px;
  }


  .index-banner .swiper-pagination {
    bottom: 30px;
    left: 8%;
  }

  .index-banner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }

  .index-programme {
    padding-top: 10px;
  }

  .index-programme-nav {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .index-programme-nav-item img {
    width: 16px;
    height: 16px;
  }

  .index-programme-nav-item p {
    font-size: 14px;
  }

  .index-programme-c-box {
    padding: 30px 0 30px 0;
  }

  .index-programme-c-title img {
    width: 28px;
    height: 28px;
    margin-right: 5px;
  }

  .index-programme-c-title p {
    font-size: 20px;
    color: #007235;
  }

  .index-programme-c-item {
    width: 100%;
    margin: 0;
    font-size: 14px;
    margin-bottom: 40px;
  }

  .index-programme-c {
    margin: 0 auto;
    padding: 40px 40px;
  }

  .index-product {
    padding: 30px 0;
  }

  .index-product-nav {
    margin-top: 20px;
  }

  .index-product-nav-item {
    width: 100px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }

  .index-product-list {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .index-product-item {
    padding: 20px 0;
  }


  .index-product-name {
    padding-bottom: 15px;
    font-size: 12px;
    height: 36px;
  }

  .index-product-num {
    margin-top: 20px;
    font-size: 12px;
    height: 25px;
  }
  .index-product-item:hover .index-product-num {
    font-size: 14px;
  }

  .index-product-item-image {
    /* margin-top: 20px; */
    /* height: 100px !important; */
  }

  .index-case-nav-item {
    margin-right: 20px;
  }

  .index-case-nav-item p {
    font-size: 14px;

  }

  .index-case-nav-item-img {
    width: 40px;
    height: 40px;
  }

  .index-case-nav-item-img img {
    width: 25px;
    height: 25px;
  }

  .index-case-name {
    font-size: 16px;
  }

  .index-case-info {
    padding: 15px;
  }

  .index-about-item {
    margin-right: 15px;
  }

  .index-about-item img {
    width: 80px;
    height: 80px;
  }

  .index-about-item-r p {
    font-size: 14px;
    transform: translateX(-10px);
  }

  .index-about-item-r span {
    font-size: 24px;
  }

  .index-about-num-box {
    margin-top: 15px;
  }

  .index-about-title {
    margin-bottom: 15px;
  }

  .index-about-text {
    margin-top: 20px;
    width: 100%;
  }

  .index-about-right {
    margin-top: 15px;

  }

  .index-about-t {
    font-size: 16px;
  }

  .index-news-nav-item {
    width: 100px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }

  .current-news-item .index-news-c-name {
    font-size: 16px;
    margin-top: 10px;
  }

  .current-news-item .index-news-c-text {
    font-size: 12px;
    line-height: 1.6;
  }

  @keyframes showcurrentnewsitem {
    0% {
      height: 0;
      margin-top: 0;
    }

    100% {
      margin-top: 10px;
      height: auto;
    }

  }

  .index-news-c-list {
    flex-wrap: wrap;
    margin: 0;
    margin-top: 5px;
  }

  .index-news-c-item {
    margin: 0;
    margin-top: 15px;
    width: 100%;
    padding: 0;
    display: flex;
    /* align-items: center; */
    flex-direction: row-reverse !important;
  }

  .index-news-c-item-r {

    padding: 15px;

    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .index-news-c-time {
    font-size: 12px;
    display: none;
  }

  .index-news-c-name {
    min-height: auto;
    margin-top: 0px;
    font-size: 14px;
    -webkit-line-clamp: 2;
  }

  .index-news-c-text {
    line-height: 1.5;
    margin-top: 0px;
    font-size: 12px;
    -webkit-line-clamp: 3;
  }

  .index-news-c-img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 0;
  }

  .index-news-c-img {
    display: flex;
    align-items: center;
    justify-self: center;
    width: 75%;
  }

  .index-partners-item {
    width: 100px;
    height: 115px;
    padding: 0 5px;
  }

  .index-news-c-img {
    margin-top: 20px;
  }

  .index-partners-item {
    width: 70px;
    height: 80px;
    margin: 3px;
  }

  .title-text {
    font-size: 14px;
  }

  .index-partners-num-box {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .index-partners-num-box p {
    font-size: 14px;
  }

  .index-partners-num-box .index-partners-num {
    font-size: 40px;
  }

  .index-partners-num-box .index-partners-num span {
    font-size: 26px;
  }

  .top-banner {
    padding-top: 300px;
  }

  /* 解决方案 */
  .solution-list-item {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .solution-item-content {
    padding: 20px;

  }

  .solution-item-content-title {
    font-size: 20px;
  }

  .solution-item-content-text {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12px;
  }

  .swiper-button {
    height: 40px;
  }

  .swiper-button .swiper-button-prev, .swiper-button .swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: #007235;
  }

  .solution-item-content-title {
    font-size: 18px;
  }

  .solution-content {
    margin-top: 25px;
  }

  .solution-top {
    padding: 30px 0 50px 0;
  }

  .solution-top-text-box {
    flex-direction: column-reverse;
  }

  .solution-top-text-box-l {
    margin-top: 20px;
  }

  .solution-top-text-box {
    margin-top: 20px;
  }

  .solution-text {

    margin: 20px 0 30px 0;
  }

  .solutionDetails-nav-item {
    font-size: 14px;
  }

  .solutionDetails-item {
    padding: 30px 0 40px 0;
  }

  .solutionDetails-item-c .solutionDetails-cp-img {
    max-width: 65%;
    max-height: 180px;
  }

  .product-list {
    margin: 0 -10px;
  }

  .product-item {
    margin: 0 10px;
    padding: 80px 20px 20px 20px;

    margin-top: 110px;
  }

  .product-item-name {
    font-size: 18px;
  }

  .product-item-text {
    margin: 25px 0;
  }

  .product-item-img {

    height: 130px;
  }

  .product {
    padding-bottom: 40px;
  }

  .productServices-r-item-text {
    font-size: 12px;
    height: 190px;
  }

  .productServices-r-item-name {
    margin: 5px 0 15px 0;
    font-size: 16px;
  }

  .productDetails-nav .solutionDetails-nav-item {
    margin-right: 0;
  }

  .solutionDetails-nav-item {
    width: 100px;
    height: 50px;
    line-height: 50px;
  }

  .productDetails-c {

    padding-top: 25px;
    padding-bottom: 25px;
  }

  .productDetails-c .solutionDetails-item {
    background-color: #fff;
    padding: 0 30px;
    padding-top: 20px;
  }

  .solution-top-nav {
    font-size: 14px;

  }

  .solutionDetails-item-title {

    font-size: 18px;
  }

  .solutionDetails-cp {

    width: 85%;

  }

  .product-top-text-box {
    flex-direction: column;
  }

  .productDetails-text {
    margin: 25px 0 25px 0;
  }

  .productDetails-name {
    margin-top: 10px;

    font-size: 24px;
  }

  .productDetails-type {
    font-size: 16px;
    color: #007235;
  }

  .productDetails-text1 {
    margin-top: 10px;
  }

  .productDetails-top-text-box-r {
    width: 100%;
  }

  .case-r-item-name {
    font-size: 14px;
  }

  .case-r-item-text {
    font-size: 14px;
  }

  .case-r-item {

    margin-bottom: 12px;
  }

  .case-r-item-img {
    margin-bottom: 12px;
  }

  .case-r-item {
    font-size: 14px;
  }

  .case-l-item {
    height: 48px;
    line-height: 48px;
    padding: 0 12px;
    margin: 0 10px;
    font-size: 14px;
  }

  .case-r-title {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .top-banner-nav {
    margin-top: 30px;
    display: flex;
    align-items: center;
  }

  .about-jiamnjie {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .about-qiye-list {
    margin: 0 0px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;

  }

  .about-qiye-item {

    margin: 10px 0;
    width: 100%;
    padding: 15px 15px;
  }

  .about-qiye-item-title {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .about-qiye-item-text {
    font-size: 12px;
    line-height: 18px;
  }

  .about-qiye-box, .about-item {
    padding: 30px 0;
  }

  .about-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .about-qiye>p {
    font-size: 12px;
    margin-bottom: 0px;
  }

  .about-licheng-num::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background-color: #fff;
  }

  .about-licheng-num::-webkit-scrollbar-track {
    background-color: #fff;
  }

  .about-licheng-num::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #007235;
  }

  .about-licheng-item-r {
    line-height: 20px;
    font-size: 12px;
  }

  .about-licheng-num-active {
    font-size: 22px;
  }

  .about-licheng-item-l {
    font-size: 40px;
  }

  .about-licheng-item {
    padding-bottom: 40px;
  }

  .about-licheng-num {
    font-size: 16px;
    margin-top: 20px;
    padding-bottom: 15px;
  }

  .ecology-youshi {
    padding: 30px 0 30px 0;
  }

  .ecology-good {
    padding: 30px 0;
  }

  .ecology-linian {
    padding: 30px 0;
  }

  .ecology-linian-c {
    width: 240px;
    height: 150px;
    padding: 0 30px 0 20px;
  }

  .ecology-linian-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .ecology-linian-text {
    font-size: 12px;
  }

  .ecology-img1 {
    padding: 20px 0;
  }

  .ecology-youshi {
    padding: 20px 0 20px 0;
  }

  .ecology-youshi-title {
    font-size: 20px;

  }

  .ecology-youshi-text {
    font-size: 12px;
  }

  .ecology-youshi-list {

    margin-top: 20px;
  }

  .ecology-youshi-item {
    width: calc(50% - 20px);
    padding: 15px 15px 0 15px;
    height: 100px;
    margin: 0 10px;
    margin-bottom: 20px;
  }

  .news-banner {
    margin-top: 25px;
  }

  .news-banner-item-r {
    padding: 20px;
  }

  .news-banner-item-title {
    margin: 15px 0;
    font-size: 16px;

  }

  .news-banner-item-time {
    font-size: 12px;

  }

  .news-banner-item-text {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .news-list-item-title {
    font-size: 16px;
  }

  .news-list-item-text {
    font-size: 12px;
  }

  .news-list-item-time {
    font-size: 12px;
  }

  .news-list-item {
    margin-bottom: 15px;
  }

  .news-list {
    margin-top: 20px;
  }

  .global-pagination a {
    height: 36px;
    line-height: 36px;
  }

  .global-pagination .next, .global-pagination .pro {
    width: 36px;
    font-size: 20px;
  }

  .global-pagination {
    font-size: 14px;
  }

  .newsDeails-l-title {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .newsDeails-r-top {

    font-size: 18px;
  }

  .newsDeails-l-b a {
    font-size: 14px;
  }

  .newsDeails-l-b a .iconfont {
    font-size: 20px;
    margin-top: 2px;
  }

  .newsDeails-l-b {
    margin-top: 40px;
    padding: 10px 15px;
  }

  .newsDeails-l-b {
    margin-top: 20px;
    padding: 10px 15px;
  }

  .newsDeails {
    padding-top: 30px;
  }

  .contact-title {
    font-size: 24px;
  }

  .contact-item {
    height: 200px;
    padding: 20px;
  }

  .contact-item .iconfont {
    font-size: 30px;
    color: #007235;
  }

  .contact-item-title {
    margin-top: 15px;
    font-size: 14px;
  }

  .contact-item-text {

    font-size: 12px;
  }

  .contact-title {
    font-size: 20px;
  }

  .message {
    padding: 40px 20px 0 20px;
  }

  .about-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .message-list {
    margin: 0 -15px;
    margin-top: 10px;
    padding-bottom: 40px;
  }

  .message-item p {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .message-item input {
    height: 36px;
  }

  .message-item textarea {
    height: 70px;
  }

  .message-item-btn {
    width: 160px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    font-size: 14px;
  }

  .message-list {
    margin: 0 -15px;
    margin-top: 10px;
    padding-bottom: 30px;
  }

  .recruit-item-left span {
    margin-left: 0px;
    font-size: 14px;
  }

  .recruit-item-right p span {
    margin-right: 20px;
    font-size: 14px;
  }

  .recruit-item {
    padding: 10px 15px;
  }

  .recruit-item-left i {
    font-size: 30px;
  }

  .recruit-item-right i {
    font-size: 24px;
  }

  .recruit-item-box {
    margin-bottom: 15px;
  }

  .search-container .search-box button {
    height: 50px;
    width: 160px;
    font-size: 16px;
  }

  .search-container .search-box input {
    height: 50px;
    padding: 0 185px 0 15px;
    font-size: 14px;
  }

  .search-result-text {
    font-size: 13px;
    padding: 35px 0 38px;
  }

  .search-nav .search-nav-item {
    font-size: 14px;
  }

  .search-content-list {
    padding-bottom: 26px;
  }

  .search-content-item {
    font-size: 16px;
    padding: 25px 0 28px;
  }

  .search-container .search-box {
    padding-left: 5px;

  }

  .search-nav .search-nav-item {
    padding-right: 10px;
  }

  .illustrate-list {

    margin: 0 -10px;
  }

  .illustrate-item {

    padding: 15px;
    width: calc(50% - 20px);

    margin: 0 10px;
    margin-bottom: 15px;

  }

  .global-pagination-box {
    margin-top: 20px;
  }

  .illustrate-item i {
    font-size: 20px;
    margin-right: 5px;
  }

  .illustrate-item span {
    font-size: 14px;
  }

  .illustrateDetails-r-list {

    margin: 0 -10px;

  }

  .newsDeails-r-top {

    font-size: 20px;
  }

  .customerService2-title {

    font-size: 14px;
  }

  .customerService2-text {
    margin-top: 5px;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .customerService3-item-b {

    padding: 10px;

  }

  .customerService3-item-title {

    font-size: 14px;
    margin-bottom: 10px;
  }

  .customerService3-item-text {

    font-size: 12px;
  }

  .customerService-title {
    margin-bottom: 25px;
    font-size: 20px;
  }

  .customerService {
    padding: 30px 0;
  }

  .customerService3-list {
    flex-direction: column;


  }

  .customerService3-item {
    margin-bottom: 15px;
    width: calc(100% - 20px);
  }

  .customerService {
    padding: 30px 15px;
  }

  .current-news-item {

    padding: 20px;

  }

  .message-info p {
    font-size: 16px;
  }

  .message-info p i {
    font-size: 16px;

  }

  .message-info {
    padding: 25px 0;

  }
}

@media (max-width: 576px) {
    .index-banner .swiper-slide .index-banner-bg {
  display: none;
}
    .index-product-item-image img {
        max-width: 100%;
    }
  .index-case-item {
    border-radius: 8px;
  }

  .index-case-c-box {
    margin-top: 20px;
  }

  .index-case-title-box {
    margin-top: 0px;
  }

  .index-phone-img {
    display: block;
    width: 100%;
    height: auto;
  }

  .index-programme {
    padding-top: 30px;
  }

  .index-banner {
    display: none;
  }

  .swiper-button-next, .swiper-button-prev {
    display: none;
  }

  .index-banner .swiper-slide .index-swiper-text .text-cn {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    padding-bottom: 5px;
  }

  .index-banner .swiper-slide .index-swiper-text .text-en {
    font-size: 12px;
    line-height: 16px;
  }

  .contact-map {
    height: 260px;
  }

  .contact-map .map-sign-box {
    width: 60px;
    height: 60px;
  }

  .contact-map .map-sign-box img {
    width: 40px;
  }


  .global-footer .footer-copyright .copy {
    font-size: 12px;
  }

  .index-programme .more {
    margin-left: 0;
  }

  .more {
    width: 120px;
    height: 30px;
  }

  .more {
    font-size: 12px;
  }

  .more i {
    margin-left: 6px;
    font-size: 14px;
    margin-top: 2px;
  }

  ::-webkit-input-placeholder {
    line-height: 40px;
  }

  :-ms-input-placeholder {
    line-height: 40px;
  }

  ::placeholder {
    line-height: 40px;
  }

  @keyframes identifier {
    0% {
      height: 0;
      opacity: 0;
    }

    100% {
      height: 80px;
      opacity: 1;
    }
  }
.section {
    width: 100vw;
    padding-top: 80px;
    overflow-x: auto;
}
.sections {
    width: 100vw;
    padding-top: 50px;
    overflow-x: auto;
}

  .global-nav {
    padding: 0 10px;
  }


  .global-nav .container-fluid .navbar-brand img {
    width: 100px;
  }

  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav {
    margin-top: 50px;
    margin-bottom: 15px;
  }

  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li {
    padding: 0 20px;
  }

  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .hide-item {
    margin-left: 25px;
  }

  .global-nav .container-fluid .navbar-box .contact-phone {
    display: none;
  }

  .attach .attach-item {
    font-size: 15px;
  }

  .attach .attach-item img {
    width: 15px;
  }

  .navbar-toggler {
    margin-left: 20px;
  }

  .global-footer-box {

    padding-top: 25px;
    padding-bottom: 25px;
  }

  /* .global-footer .footer-copyright {
    padding: 20px 0;
  } */

  .global-banner {
    padding-top: 120px;
    margin-top: 42px;
  }

  .global-title .bg {
    font-size: 30px;
  }

  .global-title .title {
    font-size: 18px;
  }

  .index-banner .swiper-pagination {
    display: none;
  }

  .index-programme-c-box {
    padding: 20px 10px;

  }

  .index-programme-c {
    border-radius: 10px;
  }

  .index-programme-nav-item p {
    font-size: 12px;
  }


  .index-programme-c-title img {
    width: 25px;
    height: 25px;
  }

  .index-programme-c-title p {
    font-size: 16px;
    color: #007235;
  }

  .index-programme-c {
    margin: 0 auto;
    padding: 30px;
  }

  .index-programme-c-list {
    margin-top: 25px;
  }

  .index-programme-c-item {

    justify-content: space-between;
    margin-bottom: 25px;
  }

  .index-product-list {
    margin: 20px 0 0 0;
  }

  .index-product-item {
    padding: 20px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .index-product-name, .index-product-num {
    width: 100%;
  }

  .index-product-item-image {
    width: 70%;
    /* height: 80px !important; */
  }

  .index-case-name {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .index-case-list {

    margin: 0 -10px;
  }

  .index-case-nav-item {
    margin-right: 15px;
  }

  .index-case-nav-item p {
    font-size: 12px;
    margin-top: 6px
  }

  .index-case-info {
    padding: 10px 15px;
  }


  .index-about-item {
    margin-right: 0px;
  }

  .index-about-item img {
    width: 70px;
    height: 70px;
  }

  .index-news-c-item {
    padding-left: 15px;
  }

  .index-about-item-r p {
    font-size: 12px;
    transform: translateX(-12px);
  }

  .index-about-item-r span {
    font-size: 20px;

  }

  .index-news-c-item-r {
    justify-content: flex-start;
    padding: 10px 15px;

  }

  .index-news-c-name {

    min-height: auto;
    margin-top: 0px;
    font-size: 14px;
    -webkit-line-clamp: 1;
    margin-bottom: 3%;
  }

  .index-news-c-text {
    line-height: 1.5;
    margin-top: 0px;
    font-size: 12px;
    -webkit-line-clamp: 2;
  }

  .index-partners-item {
    width: 50px;
    height: 57.6px;
    margin: 3px;
  }

  .title-text {
    font-size: 14px;
  }

  .index-partners-num-box {
    margin-top: 10px;
    margin-bottom: 8px;
  }

  .index-partners-num-box p {
    font-size: 14px;
  }

  .index-partners-num-box .index-partners-num {
    font-size: 36px;
  }

  .index-partners-num-box .index-partners-num span {
    font-size: 20px;
  }

  .top-banner {
    padding-top: 220px;
  }

  /* 解决方案  */
  .solution {
    padding: 0 0 30px 0px;
  }

  .solution-top {
    padding: 25px 0 25px 0;
  }

  .solutionDetails-item-swiper .swiper-slide {
    padding-top: 105px;
  }

  .product-list {
    margin: 0;
    padding: 0 15px;
  }

  .product-item-img {
    width: 65%;
    height: 180px;
  }

  .product-item {

    padding: 120px 20px 20px 20px;

  }

  .productServices-box {
    padding: 40px 15px;
  }

  .productServices-r-item-text {

    height: 140px;
  }

  .productServices-r-box1 {
    display: none;
  }

  .productServices-r-box2 {
    display: none;
  }

  .productServices-r-item {
    border: none !important;
  }

  .productServices-r-item5 .productServices-r-item-text {
    border-bottom: 1px solid #ddd;
  }

  .productDetails-c {
    padding-left: 15px;
    padding-right: 15px;
  }

  .productDetails-xg .solutionDetails-item-c {
    flex-direction: column;
  }

  .productDetails-xg .solutionDetails-item-c .productDetails-cp {
    margin-bottom: 10px;

  }

  .productDetails-cp1 {
    display: block;
  }

  .productDetails-xg .solutionDetails-item-title {
    border-bottom: none;
    margin-bottom: 20px;
  }

  .solutionDetails-cp {

    width: 90%;

  }

  .solutionDetails-cp .more {

    font-size: 12px;
  }

  .case {
    padding: 30px 15px;
    flex-direction: column;
  }

  .case-r-list {

    padding-top: 15px;
  }

  .case-l-item {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    margin: 0;
    font-size: 14px;
  }

  .case-r-title {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .top-banner-title {
    font-size: 24px;
  }

  .top-banner-text {
    font-size: 14px;
  }

  .top-banner-nav {
    margin-top: 25px;
    display: flex;
    align-items: center;
  }

  .about-jiamnjie-text p {

    font-size: 12px;
  }

  .about-licheng-item-r {
    width: 100%;
  }

  .about-licheng-item {
    padding-bottom: 10px;
    margin-top: 10px;
  }

  .about-qiye-box, .about-item {
    padding: 30px 15px;
  }

  .about-qiye {
    padding: 0;
  }

  .about-licheng-item-l {
    font-size: 36px;
    width: 35%;
    display: none;
  }

  .ecology-linian-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .ecology-img1 {
    padding: 20px 15px;
  }

  .ecology-youshi {
    padding: 20px 15px;
  }

  .ecology-youshi-item {

    width: calc(50% - 20px);
    padding: 15px 15px 0 15px;
    height: 90px;
    font-size: 12px;
    margin: 0 10px;
    margin-bottom: 20px;
  }

  .ecology-youshi-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .ecology-good {
    padding: 20px 15px 10px 15px;
  }

  .ecology-good-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px;
  }

  .ecology-good-title {
    font-size: 16px;
  }

  .ecology-good-item {
    padding: 12px;
  }

  .ecology-good-num {
    font-size: 16px;
    margin-right: 5px;
  }

  .ecology-linian-box {
    padding: 0;
  }

  .ecology-linian {
    padding: 0;
  }

  .ecology-linian-c {
    top: 50%;
    right: 50%;
    width: 70%;
    height: 50%;
    padding: 0 15px 0 15px;
    transform: translate(50%, -50%);
  }

  .news-list-item {
    background-color: #f9f9f9;
  }

  .ecology-youshi {
    padding: 20px 15px 10px 15px;
  }

  .newsDeails-l-title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .newsDeails-r-top {
    font-size: 16px;
  }

  .newsDeails-r-item-title {
    font-size: 12px;
    margin: 10px 0 10px 0;
  }

  .newsDeails-r-item-time {
    font-size: 12px;

  }

  .contact {
    padding: 30px 15px 30px 15px;
  }

  .contact-item-title {
    margin-top: 10px;

  }

  .contact-item {
    height: 180px;

  }

  .contact-title {
    font-size: 16px;
  }

  .message {
    padding: 0px 0px 0 0;
    box-shadow: none;
  }

  .message-info {
    padding: 25px 0 0 0;
  }

  .message-info p {
    font-size: 14px;
  }

  .message-info p i {
    font-size: 14px;

  }


  .message-list {
    margin: 0 0px;
    padding: 0 0px;
    margin-top: 10px;
    padding-bottom: 0px;
    border: none;
  }

  .message-item {
    padding-top: 15px;
    width: calc(100% - 24px);
    margin: 0 12px;
  }

  .recruit-item-left i {
    font-size: 24px;
  }

  .recruit-item-right i {
    font-size: 20px;
  }

  .recruit-item-left span {

    font-size: 12px;
  }

  .recruit-item-right p span {
    margin-right: 15px;
    font-size: 12px;
  }

  .recruit-item {
    padding: 5px 15px;
  }

  .recruit-list {
    margin-top: 20px;
  }

  .contact {
    padding: 30px 10px;
  }

  .recruit-item-box {
    margin-bottom: 10px;
  }

  .search-container .search-box button {
    height: 40px;
    width: 100px;
    font-size: 14px;
  }

  .search-container .search-box input {
    height: 40px;
    padding: 0 115px 0 15px;
  }

  .search-result-text {
    padding: 25px 0 28px;
  }

  .search-nav {
    padding-bottom: 14px;
    overflow: scroll;
    max-width: 100%;
    white-space: nowrap;
  }

  .search-nav .search-nav-item {
    font-size: 12px;
    padding-right: 15px;
    width: 150px;
  }

  .search-content-list {
    padding-bottom: 22px;
  }

  .search-content-item {
    font-size: 14px;
    padding: 22px 0 24px;
  }

  .illustrate-list {

    margin: 0 -8px;
  }

  .illustrate-item {

    padding: 15px;
    width: calc(100% - 16px);

    margin: 0 10px;
    margin-bottom: 10px;

  }

  .illustrate-item i {
    font-size: 16px;
    margin-right: 10px;
  }

  .illustrate-item span {
    font-size: 12px;
  }

  .customerService1-c {
    font-size: 12px;
  }

  .current-news-item .index-news-c-text {
    display: block;

  }

  .current-news-item:hover {
    background-color: #ffffff00;
  }

  .current-news-item:hover .index-news-c-text {
    display: block;
    animation: none;
  }
}