﻿.whitebg {
  background: #fff;
}
.graybg {
  background: #f4f4f4;
}
.c-content {
  width: 1200px;
  padding: 0 0;
  margin: 0 auto;
}
.h-banner {
  height: 750px;
  width: 100%;
}
.h-banner .swiper-container {
  width: 100%;
  height: inherit;
}
.h-banner .swiper-container .swiper-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.h-banner .swiper-container .swiper-slide img {
  position: absolute;
  width: 100%;
  top: 32%
}
.h-banner .swiper-container .swiper-pagination-bullet {
  width: 21px;
  height: 21px;
  background-color: #22ac38;
}
.h-box p.title {
  padding: 100px 0 20px;
  font-size: 28px;
  line-height: 28px;
  color: #22ac38;
  font-weight: bold;
  text-align: center;
}
.h-box p.detail {
  padding: 0px 0 80px;
  font-size: 24px;
  line-height: 24px;
  color: #22ac38;
  font-weight: normal;
  text-align: center;
}
.h-brand-box .h-brand-text {
  font-size: 16px;
  line-height: 34px;
  color: #3e3a39;
  width: 60%;
  padding-right: 4%;
  padding-top: 70px;
}
.h-brand-box .h-brand-text p.more-btn {
  width: 177px;
  height: 46px;
  background-color: #53ba5a;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: 50px;
  margin-left: 0px
}
.h-brand-box .h-brand-img {
  width: 40%;
  overflow: hidden;
}
.h-brand-box .h-brand-img img {
  width: 100%;
  margin-bottom: 100px;
}
.h-pro-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.h-pro-box li {
  display: block;
  float: left;
  width: 25%;
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.h-pro-box li div.h-pro-inner {
  /* box-shadow: inset 0 0 80px #666; */
  padding: 56px 0 10px;
  margin-bottom: 5px;
  transition: all 0.3s linear;
  background-image: url(/fengfuimg/pro-img-bg.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.h-pro-box li:nth-child(1) div.h-pro-inner {
  height: calc(100% - 5px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  height: -moz-calc(100% - 5px);
  height: -webkit-calc(100% - 5px);
}
.h-pro-box li div.h-pro-inner:hover img {
  transform: scale(1.1);
}
.h-pro-box li div.h-pro-inner:hover {
  box-shadow: inset 0 0 80px #22AC38;
}
.h-pro-box li div.h-pro-inner img {
  width: auto;
  height: 135px;
  display: block;
  margin: 0 auto;
  transition: all 0.3s linear;
}
.h-pro-box li div.h-pro-inner p {
  font-size: 20px;
  color: #333333;
  text-align: center;
  padding-bottom: 10px;
}
.h-solution-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.h-solution-box li div.h-solution-box-img {
  width: 109px;
  height: 108px;
  border: solid 1px #3e3a39;
  border-radius: 100px;
  margin: 0 auto 28px;
  display: block;
  background-size: 107px auto;
  background-position: top center;
  transition: all 0.2s linear;
  cursor: pointer;
}
.h-solution-box li:hover div.h-solution-box-img {
  border: 1px solid #22AC38;
}
.h-solution-box li:hover div.h-solution-box-img, .h-solution-box li:hover {
  color: #22AC38;
  background-position: left -108px;
}
.h-solution-box li {
  width: calc(100% / 6);
  text-align: center;
  margin-bottom: 78px;
  padding: 0 2%;
  font-size: 16px;
}
.h-case-box {
  font-size: 20px;
  text-align: center;
  padding-bottom: 100px;
}
.h-case-box .h-case-box-img {
  width: 100%;
  position: relative;
  margin-bottom: 23px;
}
.h-case-box .h-case-box-img img.img-top {
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in;
  position: relative;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.h-case-box .h-case-box-img img.img-bottom {
  z-index: 1;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.h-case-box .swiper-slide:hover, .h-case-box .swiper-slide:hover img.img-top {
  color: #22AC38;
  opacity: 1;
}
.h-news-menu-box {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  font-size: 20px;
  width: 400px;
  margin: -30px auto 50px;
}
.h-news-menu-box .list:nth-child(1) {
  border-right: 3px solid #000;
}
.h-news-menu-box .list {
  cursor: pointer;
  width: 100%;
  text-align: center;
}
.h-news-menu-box .list.active {
  color: #22AB39;
}
.new-content .new-img-box {
  width: 535px;
  height: 290px;
  background-color: #415b76;
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.new-content .new-img-box img {
  transition: all 0.3s linear;width: 100% 
}
.new-content .new-img-box:hover img {
  transform: scale(1.1)
}
.new-content .new-img-box .new-title-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(34, 172, 56, 0.6);
  color: #fff;
  text-align: left
}
.new-content .new-img-box .new-title-box .detail {
  font-size: 14px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
.new-content .new-img-box .new-title-box .detail span.left {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  width: 80%;
}
.new-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.new-content .new-list {
  text-align: left;
  width: 50%;
  padding-left: 20px;
}
.new-content .new-list .new-list-li a {
  display: block;
  display: flex;
  justify-content: space-between;
}
.new-content .new-list .new-list-li {
  padding: 0px 0px 54px;
  transition: all 0.3s linear;
  cursor: pointer;
}
.new-content .new-list .new-list-li:last-child {
  padding: 0;
}
.new-content .new-list .new-list-li:hover .new-list-inner {
  color: #22AC38;
}
.new-content .new-list .new-list-li:hover {
  transform: translateX(10px);
}
.new-content .new-list .new-list-li:hover .new-list-data {
  background: #22ac38;
  color: #fff
}
.new-content .new-list .new-list-li:nth-child(3) {
  border: none;
  margin: 0
}
.new-content .new-list .new-list-li .new-list-data {
  width: 60px;
  height: 60px;
  background-color: #fff;
  color: #333;
  text-align: center
}
.new-content .new-list .new-list-li .new-list-data .top {
  font-size: 34px;
  padding-top: 6px;
  line-height: 34px
}
.new-content .new-list .new-list-li .new-list-data .bottom {
  font-size: 14px;
  padding-top: 2px;
  line-height: 14px
}
.new-content .new-list .new-list-li .new-list-inner {
  width: 87%;
  color: #4d4c4c;
  font-size: 16px;
  line-height: 1.8
}
.new-content .new-list .new-list-li .new-list-inner .new-list-title {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  white-space: nowrap
}
.new-content .new-list .new-list-li .new-list-inner .new-list-content {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.inner-banner {
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 526px;
  position: relative;
  background-repeat: no-repeat;
}
.inner-banner:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 264px;
  background: #21AC38;
  left: 50%;
  bottom: -25%;
}
.center-content {
  padding: 180px 0 150px;
  text-align: center;
  font-size: 36px;
}
.center-content .other-detail {
  font-weight: bold;
  padding-bottom: 60px;
}
.center-content .down-icon {
  width: 40px;
  height: 40px;
}
.center-box {
  padding: 0 10% 60px;
  font-size: 16px !important;
  line-height: 2 !important;
  font-family: 'Microsoft YaHei' !important;
}
.center-box p {
  line-height: auto !important;
}
.center-box img {
  max-width: 100% !important;
}
.brand .section {
  font-size: 16px;
  line-height: 35px;
  color: #666666;
}
.brand .robot {
  padding: 53px 0;
  position: relative;
  overflow: hidden;
}
.brand .robot .robot-img {
  width: 20%;
  position: absolute;
  height: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.brand .robot .robot-list {
  width: 100%;
  background: url(../images/robot-bg.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 30px 30px 60px 25%;
  float: right;
}
.brand .robot-list li .title {
  font-size: 25px;
  color: #00b034;
  font-weight: bold;
  padding: 40px 0 20px;
}
.brand .brand-img {
  width: 100%;
  margin-bottom: 40px;
}
.brand .section .title {
  font-size: 25px;
  font-weight: bold;
  color: #00b034;
  padding: 30px 0;
}
.global {
  text-align: center;
}
.center-box .title .top {
  font-weight: bold;
  font-size: 25px;
margin-bottom:15px;
}
.center-box .title .bottom {
  font-size: 20px;
  padding-top: 10px;
  color: #666666;
  line-height: 1.8;
}
.center-box .global-img {
  margin: 80px 0;
  width: 100%;
}
.global .global-ul li {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  padding-left: 20%;
  padding-bottom: 50px;
}
.global .global-ul li .title-li img {
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  width: 27px;
}
.global .global-ul li .title-li {
  font-size: 25px;
  letter-spacing: 1px;
  color: #00b034;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  line-height: 27px;
  padding-bottom: 30px;
  position: relative;
}
.global .global-ul li .title-li:before {
  width: 26px;
  height: 3px;
  background-color: #22ac38;
  content: '';
  position: absolute;
  left: 50px;
  bottom: 10px;
}
.global .global-ul li .detail-li {
  padding-left: 50px;
}
.global .global-logo {
  width: 64%;
  margin-left:9%;
}
.via .via-ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 80px;
}
.via .via-ul li {
  margin: 87px 0 0px;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
  text-align: left;
}
.via .via-ul a {
  display: block;
  overflow: hidden;
}
.via .via-ul li img {
  width: 35%;
  height: 100%;
  float: right;
}
.via .via-ul li .via-li {
  padding-left: 20px;
  font-size: 16px;
  line-height: 35px;
  width: 60%;
}
.via .via-ul li .via-li .title-li {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #22ac38;
  position: relative;
}
.via .via-ul li .via-li .title-li:before {
  width: 26px;
  height: 3px;
  background-color: #22ac38;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
}
.wh .via-ul li .via-li {
  padding-left: 0;
  padding-right: 20px;
  width: 65%;
  float: left;
}
.dev .dev-ul {
  position: relative;
  margin-top: 80px;
  padding: 0px 0 100px;
}
.dev .dev-ul:before {
  position: absolute;
  width: 2px;
  height: 90%;
  left: 50%;
  margin-left: -1px;
  background: #000;
  content: '';
}
.dev .dev-ul {
  position: relative;
  padding: 0 10% 100px;
}
.dev .dev-ul li {
  width: 50%;
  position: relative;
}
.dev .dev-ul li:nth-child(odd) .dev-li-content {
  display: flex;
  justify-content: flex-end;
  text-align: left;
  transform: translateX(100%);
  border-top: 2px dashed #999;
  padding-top: 30px;
  margin-top: 30px;
}
.dev .dev-ul li:nth-child(even) .dev-li-content {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  transform: translateX(0%);
  border-top: 2px dashed #999;
  padding-top: 30px;
  margin-top: 30px;
}
.dev .dev-ul li:nth-child(odd) .dev-icon {
  position: absolute;
  left: 0;
  margin-left: -15px;
  top: -15px;
}
.dev .dev-ul li:nth-child(even) .dev-icon {
  position: absolute;
  right: 0%;
  margin-right: -15px;
  top: -15px;
}
.dev .dev-ul li .dev-li-left {
  padding: 0 50px 0 0;
  width: 40%;
}
.dev .dev-ul li img.dev-list {
  height: 100%;
}
.dev .dev-ul li .dev-li-content p {
  font-size: 45px;
  color: #999;
  line-height: 40px;
  font-family: fantasy;
  padding-bottom: 5px;
}
.dev .dev-ul li .dev-li-content span {
  font-size: 16px;
  padding-top: 20px;
}
.ry .ry-ul {
  padding: 80px 0;
  position: relative;
}
.ry .ry-ul li {
  display: flex;
  justify-content: flex-start;
  padding: 20px 00px 40px;
  position: relative;
}
.ry .ry-ul li:before {
  position: absolute;
  height: 100%;
  border-left: 2px dashed #333;
  content: '';
  left: 150px;
}
.ry .ry-ul li:after {
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border: 6px solid #333;
  border-radius: 100px;
  content: '';
  left: 144px;
  top: 14%;
  transform: translateY(-50%)
}
.ry .ry-ul li .time {
  display: block;
  width: 103px;
  height: 103px;
  background-color: #00b034;
  border-radius: 20px;
  color: #fff;
  font-size: 30px;
  line-height: 103px;
  text-align: center;
  transform: translateY(-45%)
}
.ry .ry-ul dl {
  font-size: 16px;
  text-align: left;
  width: 30%;
  margin-left: 100px;
  line-height: 2;
}
.ry .ry-ul dl dd {
  position: relative;
  padding-left: 30px;
}
.ry .ry-ul dl dd:before {
  width: 10px;
  height: 10px;
  left: 0;
  content: '';
  background: #333;
  position: absolute;
  border-radius: 2px;
  top: 10px;
}
.ry .ry-ul .honor-img {
  width: 50%;
  height: 100%;
  margin-left: 10%;
}
.ln .ln-section {
  background-color: #f5f5f5;
  font-size: 16px;
  padding: 50px;
  text-align: left;
  line-height: 2.2;
  margin: 50px 0;
}
.ln .ln-list-img {
  margin-bottom: 50px;
  width: 100%;
}
.ln .ln-list-img.top {
  margin: 50px 0 10px;
  width: 100%;
}
.jc {
  padding-bottom: 30px;
}
.jc .jc-ul li {
  display: flex;
  justify-content: space-between;
  padding: 60px 0 50px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 35px;
  color: #666666;
  text-align: left;
  align-items: center;
}
.jc .jc-ul li >p {
  height: 100%;
  width: 50%;
}
.jc .jc-ul li:last-child .jc-content {
  padding-left: 0%;
  padding-right: 5%;
}
.jc .jc-ul li .jc-content {
  width: 60%;
  padding-left: 5%;
}
.jc .jc-ul li .j-title {
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 1px;
  color: #22ac38;
  padding-bottom: 16px;
  position: relative;
  margin-bottom: 16px;
}
.jc .jc-ul li .j-title:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 3px;
  background-color: #22ac38;
  bottom: 0;
}
.gc .gc-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
  margin: 60px 0 10px;
}
.gc .gc-ul li {
  width: 50%;
  float: left;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
  margin-bottom: 50px;
}
.gc .gc-ul li img {
  width: 100%;
  margin-bottom: 20px;
}
.gc .gc-ul li .gc-title {
  font-size: 25px;
  color: #4cb85c;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 10px;
}
.gc .gc-ul li .gc-title:before {
  width: 26px;
  height: 3px;
  background-color: #22ac38;
  content: '';
  left: 0;
  bottom: 0;
  position: absolute;
}
.gc .gc-ul li p {
  font-size: 16px;
  line-height: 35px;
}
.xl .xl-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 80px 0;
}
.xl .xl-ul li {
  width: calc(100% / 6);
  width: -moz-calc(100% / 6);
  width: -webkit-calc(100% / 6);
  font-size: 18px;
}
.xl .xl-ul li img {
  height: 100px;
  margin-bottom: 40px;
}
.xl .xl-ul li p {
  padding: 0 10px;
}
.xl .xl-tip {
  font-size: 20px;
  line-height: 40px;
  color: #00b034;
  font-weight: bold;
}
.news .news-li {
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.news .news-li .news-img {
  width: 286px;
  height: 180px;
  overflow: hidden;
}
.news .news-li .news-img img {
  width: 100%;
}
.news .news-li .news-content {
  width: 80%;
  padding-left: 30px;
  text-align: left;
}
.news .news-li .news-content .del {
  font-size: 16px;
}
.news .news-li .news-content .news-title {
  display: flex;
  font-size: 20px;
  justify-content: space-between;
  padding-bottom: 12px;
}
.news .news-li .news-dec {
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 100px;
}
.news .news-li:hover {
  color: #00B034;
}
.news .news-li .news-det {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
.more-btn:hover {
  opacity: 0.8;
}
.more-btn {
  width: 178px;
  height: 47px;
  background-color: #22ab39;
  line-height: 47px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  display: block;
  margin: 0 auto 50px;
  cursor: pointer;
}
.more-btn a{display: block}
.hy-content {
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.hy-content img {
  height: 100%;
  width: 20%;
}
.hy-content .hy-inner-detail {
  width: 80%;
  padding-left: 4%;
  text-align: left;
}
.hy-content .hy-inner-detail .title {
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 1px;
  color: #22ac38;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
.hy-content .hy-inner-detail .detail {
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 40px;
}
.hy-content .hy-inner-detail .title:before {
  position: absolute;
  width: 26px;
  height: 3px;
  background-color: #22ac38;
  content: '';
  bottom: 0;
  left: 0;
}
.pro-content-top {
  background-color: #f5f5f5;
  padding: 35px 0 35px;
  margin: 80px 0;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.pro-content-top .li {
  width: 50%;
  position: relative;
}
.pro-content-top .li img {
  width: 100%;
}
.pro-content-top .pro-content-left .title {
  font-size: 25px;
  font-weight: bold;
  color: #22ac38;
  text-align: right;
  padding-right: 45px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.pro-content-top .pro-content-left .title:before {
  width: 26px;
  height: 3px;
  background-color: #22ac38;
  content: '';
  position: absolute;
  right: 45px;
  bottom: 0;
}
.pro-content-top .pro-content-left .detail {
  font-size: 15px;
  line-height: 35px;
  color: #333333;
  padding: 0 45px;
  text-align: right;
}
.pro-content-top .pro-content-left .detail.right li {
  position: relative;
  padding-right: 20px
}
.pro-content-top .pro-content-left .detail.right li:before {
  right: 0;
  left: auto
}
.pro-content-top .pro-content-left .detail li {
  position: relative;
  padding-left: 20px
}
.pro-content-top .pro-content-left .detail li:before {
  background: #000;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 38px;
  position: absolute;
  left: 0;
  top: 14px;
}
.pro-content-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.pro-content-list li img {
  display: block;
  margin: 0 auto;
  width: 60%;
  margin-bottom: 30px;
}
.pro-content-list li {
  width: 20%;
  padding: 10px;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.title-gb .title {
  font-size: 25px;
  color: #00b034;
  position: relative;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 60px;
}
.title-gb .title:before {
  position: absolute;
  width: 26px;
  height: 3px;
  background-color: #22ac38;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pro-content-inner > ul > li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.pro-content-inner ul li .pro-swiper {
  width: 50%;
}
.pro-content-inner ul li .swiper-container img {
  width: 100%;
}
.pro-content-inner ul li .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: #00B034;
}
.pro-content-inner .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/pro-list-btn.png);
  width: 50px;
  height: 50px;
  background-size: cover;
}
.pro-content-inner .pro-detail {
  width: 50%;
  padding-left: 30px;
}
.pro-content-inner .pro-detail .title:before {
  left: 0;
  transform: translateX(0);
}
.pro-content-inner .pro-detail .title {
  text-align: left;
  font-size: 20px;
  padding-bottom: 10px;
  margin: 0 0 20px;
}
.pro-content-inner .pro-detail .detail {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
.pro-content-inner .pro-detail .lt-title {
  font-size: 20px;
  color: #22ac38;
  font-weight: bold;
  margin: 10px 0;
  text-align: left;
}
.pro-content-inner .pro-detail ul li {
  font-size: 16px;
  padding-left: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
  text-align: left;
}
.pro-content-inner .pro-detail .pro-detail-btn:active {
  opacity: 0.8;
}
.pro-content-inner .pro-detail .pro-detail-btn {
  width: 160px;
  height: 50px;
  background-color: #22ab39;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: block;
  margin-top: 20px;
  cursor: pointer;
}
.pro-content-inner .pro-detail ul li:before {
  width: 7px;
  height: 7px;
  background: #333;
  content: '';
  position: absolute;
  left: 0;
  line-height: 30px;
  border-radius: 20px;
  top: 10px;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: none;
}
.ziliao-box {
  background: #fff;
  padding: 30px;
  width: 40%;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
}
.ziliao-box .detail {
  font-size: 14px;
  text-align: center;
  color: #333333;
  margin: 0 0 20px;
}
.ziliao-box .down-icon {
  margin: 20px auto;
  display: block;
  width: 16px;
  height: 17px;
}
.ziliao-box .form-item {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  padding: 0 10%;
}
.ziliao-box .form-item label i {
  color: red;
}
.ziliao-box .form-item label {
  background-color: #daf1de;
  border-radius: 4px 0px 0px 4px;
  border: solid 1px #cccccc;
  display: block;
  display: block;
  width: 168px;
  height: 41px;
  line-height: 41px;
  font-size: 14px;
  padding-left: 10px;
  text-align: left;
  border-right: none;
}
.ziliao-box .form-item label span {
  font-size: 12px;
}
.ziliao-box .form-item input, .ziliao-box .form-item select {
  width: 70%;
  height: 41px;
  padding-left: 20px;
  border-radius: 0px 4px 4px 0px;
  font-size: 16px;
  border: solid 1px #cccccc;
}
.ziliao-box .title {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #22ab39;
  line-height: 24px;
}
.ziliao-box button:hover {
  opacity: 0.8;
}
.ziliao-box button {
  display: inline-block;
  width: 154px;
  height: 41px;
  background-color: #eb2828;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  margin: 60px 10px 0;
}
.ziliao-box button.can {
  background-color: #7d7d7d;
}
.pro-content-top .pro-content-left .title.right {
  text-align: left;
  padding-left: 45px;
}
.pro-content-top .pro-content-left .title.right:before {
  right: auto;
  left: 45px;
}
.pro-content-top .pro-content-left ul.detail {
  text-align: left;
}
.ct.pro-detail-btn {
  width: 160px;
  height: 51px;
  background-color: #22ab39;
  display: block;
  text-align: center;
  line-height: 51px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
}
.ct.pro-detail-btn:hover {
  opacity: 0.8;
}
.pro-content-top .pro-content-left .pro-detail-btn {
  width: 160px;
  height: 51px;
  background-color: #22ab39;
  text-align: center;
  line-height: 51px;
  display: block;
  font-size: 16px;
  color: #fff;
  margin-left: 45px;
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  right: 20px;
}
.pro-content-top:nth-child(odd) .pro-content-left .detail {
  text-align: left;
}
.pro-content-top:nth-child(even) .pro-content-left .detail {
  text-align: right;
}
.pro-content-top .pro-content-left .detail .logo-pro {
  width: auto;
  display: table;
  margin-top: 10px;
}
.center-text-box {
  padding: 30px 0 50px;
}
.center-text-box .title {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 20px;
  color: #22ac38;
  text-align: left;
}
.center-text-box .detail {
  font-size: 16px;
  line-height: 35px;
  color: #333333;
  text-align: left;
}
.center-title {
  font-size: 28px;
  line-height: 48px;
  color: #252525;
  padding: 50px 0;
}
.center-title a.active {
  color: #00b034;
}
.center-title a {
  display: inline-block;
  padding: 0 20px;
}
.center-zidonghua {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 50px;
}
.center-zidonghua .zidonghua-box:hover img {
  transform: scale(1.1)
}
.center-zidonghua .zidonghua-box {
  width: 50%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.center-zidonghua .zidonghua-list {
  width: 50%;
  text-align: left;
  padding-left: 60px;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0px;
  color: #333333;
}
.center-zidonghua .zidonghua-list .li:hover {
  color: #22ac38;
}
.center-zidonghua .zidonghua-list .li:hover:before {
  opacity: 1;
}
.center-zidonghua .zidonghua-list .li:before {
  content: '>';
  font-size: 20px;
  font-weight: bold;
  color: #22AB39;
  position: absolute;
  left: -30px;
  display: block;
  opacity: 0;
}
.center-zidonghua .zidonghua-list .li {
  display: flex;
  justify-content: space-between;
  color: inherit;
  position: relative;
}
.center-zidonghua .zidonghua-list .li .title-i {
  width: 75%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
.center-zidonghua .zidonghua-box .title-i {
  width: 65%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
.center-zidonghua .zidonghua-box .title {
  position: absolute;
  width: 100%;
  height: 50px;
  background-color: rgba(34, 171, 57, 0.6);
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 50px;
  color: rgba(255, 255, 255, 1);
  bottom: 0;
  z-index: 2;
}
.center-zidonghua .zidonghua-box img {
  width: 100%;
  transition: all 0.3s linear
}
button.more {
  width: 178px;
  height: 47px;
  background-color: #22ab39;
  display: block;
  margin: 40px auto 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
button.more:hover {
  opacity: 0.8;
}
.video:before {
  display: none;
}
.video-nav {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #333333;
  text-align: center;
  line-height: 50px;
  margin-bottom: 100px;
}
.video-nav a {
  border-bottom: 4px solid #fff;
}
.video-nav a:hover {
  color: #22ac38;
}
.video-nav a.active {
  color: #22ac38;
  font-weight: bold;
  border-bottom: 4px solid #1FB079;
}
.video-nav a:not(:last-child) {
  border-right: 2px solid #f1f1f1;
}
.video-nav a {
  display: block;
  width: 100%;
}
.video-ul li p {
  background-color: rgba(34, 171, 57, 0.6);
  font-size: 20px;
  font-weight: bold;
  line-height: 73px;
  color: #fff;
  padding: 0 0 0 20px;
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: -100%;
  transition: all 0.3s linear;
}
.video-ul li:hover p {
  left: -0px;
}
.video-ul li p img.video-icon {
  margin-left: 20px;
}
.video-ul li img.video-img {
  width: 90%;
}
.video-ul li {
  width: 50%;
  position: relative;
  float: left;
  margin-bottom: 50px;
  overflow: hidden;
}
.video iframe {
  width: 100%;
  height: 750px !important;
}
/* / 平板电脑和小屏电脑之间的分辨率 / */
@media (max-width: 1200px) {
  .video-ul li:hover p {
    left: -0px;
  }
  .video iframe {
    width: 100%;
    height: 540px !important;
  }
  .video:before {
    display: none;
  }
  .video-nav {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 50px;
    margin-bottom: 100px;
  }
  .video-nav a {
    border-bottom: 4px solid #fff;
  }
  .video-nav a:hover {
    color: #22ac38;
  }
  .video-nav a.active {
    color: #22ac38;
    font-weight: bold;
    border-bottom: 4px solid #1FB079;
  }
  .video-nav a:not(:last-child) {
    border-right: 2px solid #f1f1f1;
  }
  .video-nav a {
    display: block;
    width: 100%;
  }
  .video-ul li p {
    background-color: rgba(34, 171, 57, 0.6);
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
    padding: 0 0 0 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s linear;
    left: -190px;
  }
  .video-ul li p img.video-icon {
    margin-left: 20px;
    height: 50px;
  }
  .video-ul li img.video-img {
    width: 90%;
  }
  .video-ul li {
    width: 50%;
    position: relative;
    float: left;
    margin-bottom: 50px;
  }
  .video-ul li > a > img {
    width: 90%;
    max-width: auto;
  }
  /* .center-zidonghua .zidonghua-list a:nth-child(-n+5){
		display: none;
	} */
  .center-text-box {
    padding: 30px 0 50px;
  }
  .center-text-box .title {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 20px;
    color: #22ac38;
    text-align: left;
  }
  .center-text-box .detail {
    font-size: 16px;
    line-height: 35px;
    color: #333333;
    text-align: left;
  }
  .center-title {
    font-size: 22px;
    line-height: 48px;
    color: #252525;
    padding: 50px 0;
  }
  .center-title a.active {
    color: #00b034;
  }
  .center-title a {
    display: inline-block;
    padding: 0 20px;
  }
  .center-zidonghua {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 50px;
  }
  .center-zidonghua .zidonghua-box {
    width: 50%;
    position: relative;
  }
  .center-zidonghua .zidonghua-list {
    width: 50%;
    text-align: left;
    padding-left: 20px;
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #333333;
  }
  .center-zidonghua .zidonghua-list .li:hover {
    color: #22ac38;
  }
  .center-zidonghua .zidonghua-list .li:hover:before {
    opacity: 1;
  }
  .center-zidonghua .zidonghua-list .li:before {
    content: '>';
    font-size: 20px;
    font-weight: bold;
    color: #22AB39;
    position: absolute;
    left: -30px;
    display: block;
    opacity: 0;
  }
  .center-zidonghua .zidonghua-list .li {
    display: flex;
    justify-content: space-between;
    color: inherit;
    position: relative;
  }
  .center-zidonghua .zidonghua-list .li .title-i {
    width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .center-zidonghua .zidonghua-box .title-i {
    width: 65%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .center-zidonghua .zidonghua-box .title {
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: rgba(34, 171, 57, 0.6);
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 50px;
    color: rgba(255, 255, 255, 1);
    bottom: 0;
    z-index: 2;
  }
  .center-zidonghua .zidonghua-box img {
    width: 100%;
  }
  button.more {
    width: 178px;
    height: 40px;
    background-color: #22ab39;
    display: block;
    margin: 40px auto 20px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
  }
  button.more:hover {
    opacity: 0.8;
  }
  .pro-content-top .pro-content-left .pro-detail-btn {
    width: 160px;
    height: 51px;
    background-color: #22ab39;
    text-align: center;
    line-height: 51px;
    display: block;
    font-size: 16px;
    color: #fff;
    position: relative;
    margin: 20px 20px 0 86px;
  }
  .ziliao-box {
    background: #fff;
    padding: 30px;
    width: 80%;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
  }
  .ziliao-box .detail {
    font-size: 14px;
    text-align: center;
    color: #333333;
    margin: 0 0 20px;
  }
  .ziliao-box .down-icon {
    margin: 20px auto;
    display: block;
    width: 16px;
    height: 17px;
  }
  .ziliao-box .form-item {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    padding: 0 10%;
  }
  .ziliao-box .form-item label i {
    color: red;
  }
  .ziliao-box .form-item label {
    background-color: #daf1de;
    border-radius: 4px 0px 0px 4px;
    border: solid 1px #cccccc;
    display: block;
    display: block;
    width: 40%;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
    padding-left: 10px;
    text-align: left;
    border-right: none;
  }
  .ziliao-box .form-item input, .ziliao-box .form-item select {
    width: 60%;
    height: 41px;
    padding-left: 20px;
    border-radius: 0px 4px 4px 0px;
    font-size: 16px;
    border: solid 1px #cccccc;
  }
  .ziliao-box .title {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #22ab39;
    line-height: 24px;
  }
  .ziliao-box button:hover {
    opacity: 0.8;
  }
  .ziliao-box button {
    display: inline-block;
    width: 154px;
    height: 41px;
    background-color: #eb2828;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin: 60px 10px 0;
  }
  .ziliao-box button.can {
    background-color: #7d7d7d;
  }
  .pro-content-top {
    background-color: #f5f5f5;
    padding: 35px 0 35px;
    margin: 80px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pro-content-top .li {
    width: 50%;
  }
  .pro-content-top .li img {
    width: 100%;
  }
  .pro-content-top .pro-content-left .title {
    font-size: 20px;
    font-weight: bold;
    color: #22ac38;
    text-align: right;
    padding-right: 45px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .pro-content-top .pro-content-left .title:before {
    width: 26px;
    height: 3px;
    background-color: #22ac38;
    content: '';
    position: absolute;
    right: 45px;
    bottom: 0;
  }
  .pro-content-top .pro-content-left .detail {
    font-size: 15px;
    line-height: 35px;
    color: #333333;
    padding: 0 45px;
    text-align: right;
  }
  .pro-content-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .pro-content-list li img {
    display: block;
    margin: 0 auto;
    width: 60%;
    margin-bottom: 30px;
  }
  .pro-content-list li {
    width: 20%;
    padding: 10px;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
  }
  .title-gb .title {
    font-size: 25px;
    color: #00b034;
    position: relative;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 60px;
  }
  .title-gb .title:before {
    position: absolute;
    width: 26px;
    height: 3px;
    background-color: #22ac38;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .pro-content-inner > ul > li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    align-content: center;
    align-items: center;
  }
  .pro-content-inner ul li .pro-swiper {
    width: 50%;
  }
  .pro-content-inner ul li .swiper-container img {
    width: 100%;
  }
  .pro-content-inner ul li .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #00B034;
  }
  .pro-content-inner .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/pro-list-btn.png);
    width: 50px;
    height: 50px;
    background-size: cover;
  }
  .pro-content-inner .pro-detail {
    width: 50%;
    padding-left: 30px;
  }
  .pro-content-inner .pro-detail .title:before {
    left: 0;
    transform: translateX(0);
  }
  .pro-content-inner .pro-detail .title {
    text-align: left;
    font-size: 20px;
    padding-bottom: 10px;
    margin: 0 0 20px;
  }
  .pro-content-inner .pro-detail .detail {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
  }
  .pro-content-inner .pro-detail .lt-title {
    font-size: 20px;
    color: #22ac38;
    font-weight: bold;
    margin: 10px 0;
    text-align: left;
  }
  .pro-content-inner .pro-detail ul li {
    font-size: 16px;
    padding-left: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    position: relative;
    text-align: left;
  }
  .pro-content-inner .pro-detail .pro-detail-btn:active {
    opacity: 0.8;
  }
  .pro-content-inner .pro-detail .pro-detail-btn {
    width: 160px;
    height: 50px;
    background-color: #22ab39;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: block;
    margin-top: 20px;
  }
  .pro-content-inner .pro-detail ul li:before {
    width: 7px;
    height: 7px;
    background: #333;
    content: '';
    position: absolute;
    left: 0;
    line-height: 30px;
    border-radius: 20px;
    top: 10px;
  }
  .hy-content {
    padding: 0 0%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .hy-content img {
    height: 100%;
    width: 20%;
  }
  .hy-content .hy-inner-detail {
    width: 80%;
    padding-left: 4%;
    text-align: left;
  }
  .hy-content .hy-inner-detail .title {
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 1px;
    color: #22ac38;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
  }
  .hy-content .hy-inner-detail .detail {
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 40px;
  }
  .hy-content .hy-inner-detail .title:before {
    position: absolute;
    width: 26px;
    height: 3px;
    background-color: #22ac38;
    content: '';
    bottom: 0;
    left: 0;
  }
  .news .news-li .news-content .news-title span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
  }
  .news .news-li .news-content .news-title .del {
    float: right;
    text-align: right;
    width: 30%;
  }
  .news .news-li {
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
  }
  .news .news-li .news-img {
    width: 286px;
    height: 180px;
    overflow: hidden;
  }
  .news .news-li .news-img img {
    width: 100%;
  }
  .news .news-li .news-content {
    width: 80%;
    padding-left: 30px;
    text-align: left;
  }
  .news .news-li .news-content .del {
    font-size: 16px;
  }
  .news .news-li .news-content .news-title {
    display: flex;
    font-size: 20px;
    justify-content: space-between;
    padding-bottom: 6px;
  }
  .news .news-li .news-dec {
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: auto;
    margin-bottom: 10px;
  }
  .news .news-li:hover {
    color: #00B034;
  }
  .news .news-li .news-det {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
  }
  .more-btn:hover {
    opacity: 0.8;
  }
  .more-btn {
    width: 178px;
    height: 47px;
    background-color: #22ab39;
    line-height: 47px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    display: block;
    margin: 0 auto 50px;
    cursor: pointer;
  }
  .xl .xl-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px 0;
  }
  .xl .xl-ul li {
    width: calc(100% / 6);
    width: -moz-calc(100% / 6);
    width: -webkit-calc(100% / 6);
    font-size: 16px;
  }
  .xl .xl-ul li img {
    height: 60px;
    margin-bottom: 20px;
  }
  .xl .xl-ul li p {
    padding: 0 10px;
    display: table-footer-group;
  }
  .gc .gc-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    margin: 60px 0 10px;
  }
  .gc .gc-ul li {
    width: 50%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    margin-bottom: 50px;
  }
  .gc .gc-ul li img {
    width: 100%;
    margin-bottom: 20px;
  }
  .gc .gc-ul li .gc-title {
    font-size: 22px;
    color: #4cb85c;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
  }
  .gc .gc-ul li .gc-title:before {
    width: 26px;
    height: 3px;
    background-color: #22ac38;
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
  }
  .gc .gc-ul li p {
    font-size: 16px;
    line-height: 35px;
  }
  .jc {
    padding-bottom: 30px;
  }
  .jc .jc-ul li {
    display: flex;
    justify-content: space-between;
    padding: 60px 0 50px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 35px;
    color: #666666;
    text-align: left;
    align-items: flex-start;
  }
  .jc .jc-ul li >p {
    height: 100%;
    width: 50%;
  }
  .jc .jc-ul li:last-child .jc-content {
    padding-left: 0%;
    padding-right: 5%;
  }
  .jc .jc-ul li .jc-content {
    width: 60%;
    padding-left: 5%;
  }
  .jc .jc-ul li .j-title {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 1px;
    color: #22ac38;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 16px;
  }
  .jc .jc-ul li .j-title:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 3px;
    background-color: #22ac38;
    bottom: 0;
  }
  .ln .ln-list-img.top {
    margin: 50px 0 10px;
    width: 100%;
  }
  .ry .ry-ul {
    padding: 80px 0;
    position: relative;
  }
  .ln .ln-section {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 40px;
    text-align: left;
    line-height: 2.2;
    margin: 30px 0;
  }
  .ln .ln-list-img {
    margin-bottom: 30px;
    width: 100%;
  }
  .ry .ry-ul li {
    display: flex;
    justify-content: flex-start;
    padding: 20px 00px 40px;
    position: relative;
  }
  .ry .ry-ul li:before {
    position: absolute;
    height: 100%;
    border-left: 2px dashed #333;
    content: '';
    left: 90px;
  }
  .ry .ry-ul li:after {
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border: 6px solid #333;
    border-radius: 100px;
    content: '';
    left: 82px;
  }
  .ry .ry-ul li .time {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #00b034;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
  }
  .ry .ry-ul dl {
    font-size: 16px;
    text-align: left;
    width: 30%;
    margin-left: 60px;
    line-height: 2;
  }
  .ry .ry-ul dl dd {
    position: relative;
    padding-left: 30px;
  }
  .ry .ry-ul dl dd:before {
    width: 10px;
    height: 10px;
    left: 0;
    content: '';
    background: #333;
    position: absolute;
    border-radius: 2px;
    top: 10px;
  }
  .ry .ry-ul .honor-img {
    width: 48%;
    height: 100%;
    margin-left: 4%;
  }
  .dev .dev-ul {
    position: relative;
    margin-top: 60px;
    padding: 0px 0 100px;
  }
  .dev .dev-ul:before {
    position: absolute;
    width: 2px;
    height: 90%;
    left: 15%;
    margin-left: -1px;
    background: #000;
    content: '';
  }
  .dev .dev-ul {
    position: relative;
    padding: 0 15% 100px;
  }
  .dev .dev-ul li {
    width: 100%;
    position: relative;
  }
  .dev .dev-ul li:nth-child(odd) .dev-li-content {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    transform: translateX(0%);
    border-top: 2px dashed #999;
    padding-top: 30px;
    margin-top: 30px;
  }
  .dev .dev-ul li:nth-child(even) .dev-li-content {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    transform: translateX(0%);
    border-top: 2px dashed #999;
    padding-top: 30px;
    margin-top: 30px;
  }
  .dev .dev-ul li:nth-child(odd) .dev-icon {
    position: absolute;
    left: 0;
    margin-left: -15px;
    top: -15px;
  }
  .dev .dev-ul li:nth-child(even) .dev-icon {
    position: absolute;
    right: 100%;
    margin-right: -15px;
    top: -15px;
  }
  .dev .dev-ul li .dev-li-left {
    padding: 0 50px 0 20px;
    width: 40%;
  }
  .dev .dev-ul li img.dev-list {
    height: 100%;
  }
  .dev .dev-ul li .dev-li-content p {
    font-size: 40px;
    color: #999;
  }
  .dev .dev-ul li .dev-li-content span {
    font-size: 16px;
    padding-top: 20px;
  }
  .via .via-ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 80px;
  }
  .via .via-ul li {
    margin: 50px 0 0px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    text-align: left;
  }
  .via .via-ul a {
    display: block;
    overflow: hidden;
  }
  .via .via-ul li img {
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-grow: 1;
  }
  .via .via-ul li .via-li {
    width: 100%;
    padding-left: 0px;
    font-size: 16px;
    line-height: 35px;
    padding-top: 30px;
  }
  .via .via-ul li .via-li .title-li {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 48px;
    letter-spacing: 0px;
    color: #22ac38;
    position: relative;
  }
  .via .via-ul li .via-li .title-li:before {
    width: 26px;
    height: 3px;
    background-color: #22ac38;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .center-box .title .top {
    font-weight: bold;
    font-size: 22px;
  }
  .center-box .title .bottom {
    font-size: 18px;
    padding-top: 10px;
    color: #666666;
  }
  .global .global-ul li {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    padding-left: 0%;
    padding-bottom: 30px;
  }
  .global .global-ul li .title-li img {
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    width: 27px;
  }
  .global .global-ul li .title-li {
    font-size: 20px;
    letter-spacing: 1px;
    color: #00b034;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    line-height: 27px;
    padding-bottom: 20px;
    position: relative;
  }
  .global .global-ul li .title-li:before {
    width: 26px;
    height: 3px;
    background-color: #22ac38;
    content: '';
    position: absolute;
    left: 50px;
    bottom: 10px;
  }
  .global .global-ul li .detail-li {
    padding-left: 50px;
  }
  .global .global-logo {
    width: 95%;
    margin-left: 5%;
    margin-bottom: 30px;
  }
  .center-box {
    padding: 0 10% 60px;
  }
  .brand .section {
    font-size: 16px;
    line-height: 35px;
    color: #666666;
  }
  .brand .robot {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    position: relative;
  }
  .brand .robot .robot-img {
    width: 20%;
    position: absolute;
    right: 0px;
  }
  .brand .robot .robot-list {
    width: 100%;
    background: url(../images/robot-bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 20px 30px 22%;
    font-size: 16px;
  }
  .brand .robot-list li .title {
    font-size: 22px;
    color: #00b034;
    font-weight: bold;
    padding: 20px 0 20px;
  }
  .brand .brand-img {
    width: 100%;
    margin-bottom: 40px;
  }
  .brand .section .title {
    font-size: 22px;
    font-weight: bold;
    color: #00b034;
    padding: 20px 0;
  }
  .center-content {
    padding: 120px 0;
    text-align: center;
    font-size: 30px;
  }
  .center-content .other-detail {
    font-weight: bold;
    padding-bottom: 40px;
  }
  .center-content .down-icon {
    width: 40px;
    height: 40px;
  }
  .c-content {
    width: auto;
    padding: 0 20px;
    margin: 0 auto;
  }
  .inner-banner {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 400px;
    position: relative;
  }
  .inner-banner:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 240px;
    background: #21AC38;
    left: 50%;
    bottom: -25%;
  }
  .h-news-menu-box {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    font-size: 18px;
    width: 400px;
    margin: 20px auto 40px;
  }
  .h-news-menu-box .list:nth-child(1) {
    border-right: 3px solid #000;
  }
  .h-news-menu-box .list {
    cursor: pointer;
    width: 100%;
    text-align: center;
  }
  .h-news-menu-box .list.active {
    color: #22AB39;
  }
  .new-content .new-img-box {
    width: 535px;
    height: 290px;
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
  }
  .new-content .new-img-box .new-title-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(34, 172, 56, 0.6);
    color: #fff;
    text-align: left
  }
  .new-content .new-img-box .new-title-box .detail {
    font-size: 14px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
  }
  .new-content .new-img-box .new-title-box .detail span.left {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    width: 60%;
  }
  .new-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .new-content .new-list {
    text-align: left;
    width: 50%;
    padding-left: 20px;
  }
  .new-content .new-list .new-list-li a {
    display: block;
    display: flex;
    justify-content: space-between;
  }
  .new-content .new-list .new-list-li {
    padding: 0px 0px 54px;
    transition: all 0.3s linear;
    cursor: pointer;
  }
  .new-content .new-list .new-list-li:last-child {
    padding: 0;
  }
  .new-content .new-list .new-list-li:hover .new-list-inner {
    color: #22AC38;
  }
  .new-content .new-list .new-list-li:hover {
    transform: translateX(10px);
  }
  .new-content .new-list .new-list-li:hover .new-list-data {
    background: #22ac38;
    color: #fff
  }
  .new-content .new-list .new-list-li:nth-child(3) {
    border: none;
    margin: 0
  }
  .new-content .new-list .new-list-li .new-list-data {
    width: 60px;
    height: 60px;
    background-color: #fff;
    color: #333;
    text-align: center
  }
  .new-content .new-list .new-list-li .new-list-data .top {
    font-size: 34px;
    padding-top: 6px;
    line-height: 34px
  }
  .new-content .new-list .new-list-li .new-list-data .bottom {
    font-size: 14px;
    padding-top: 2px;
    line-height: 14px
  }
  .new-content .new-list .new-list-li .new-list-inner {
    width: 86%;
    color: #4d4c4c;
    font-size: 16px;
    line-height: 1.8
  }
  .new-content .new-list .new-list-li .new-list-inner .new-list-title {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
  .new-content .new-list .new-list-li .new-list-inner .new-list-content {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-top: 4px;
  }
  .h-case-box {
    font-size: 16px;
    text-align: center;
    padding-bottom: 100px;
  }
  .h-case-box .h-case-box-img {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
  .h-case-box .h-case-box-img img.img-top {
    z-index: 2;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: relative;
    margin: 0 auto;
    display: block;
  }
  .h-case-box .h-case-box-img img.img-bottom {
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .h-case-box .swiper-slide:hover, .h-case-box .swiper-slide:hover img.img-top {
    color: #22AC38;
    opacity: 1;
  }
  .h-solution-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .h-solution-box li div.h-solution-box-img {
    width: 80px;
    height: 80px;
    border: solid 1px #3e3a39;
    border-radius: 100px;
    margin: 0 auto 28px;
    display: block;
    background-size: 80px auto;
    background-position: top center;
    transition: all 0.2s linear;
    cursor: pointer;
  }
  .h-solution-box li:hover div.h-solution-box-img {
    border: 1px solid #22AC38;
  }
  .h-solution-box li:hover div.h-solution-box-img, .h-solution-box li:hover {
    color: #22AC38;
    background-position: left -80px;
  }
  .h-solution-box li {
    width: calc(100% / 6);
    text-align: center;
    margin-bottom: 78px;
    padding: 0 2%;
    font-size: 16px;
  }
  .h-pro-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .h-pro-box li {
    display: block;
    float: left;
    width: 25%;
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .h-pro-box li div.h-pro-inner {
    box-shadow: inset 0 0 80px #666;
    padding: 56px 0 10px;
    margin-bottom: 5px;
  }
  .h-pro-box li:nth-child(1) div.h-pro-inner {
    height: -moz-calc(100% - 5px);
    height: -webkit-calc(100% - 5px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    height: calc(100% - 5px);
  }
  .h-pro-box li div.h-pro-inner img {
    width: auto;
    height: 102px;
    display: block;
    margin: 0 auto;
  }
  .h-pro-box li div.h-pro-inner p {
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding-bottom: 10px;
  }
  .h-banner {
    height: 500px;
    width: 100%;
  }
  .h-banner .swiper-container .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #22ac38;
  }
  .h-banner .swiper-container .swiper-slide img {
    width: 150%;
    margin-left: -25%;
  }
  .h-box p.title {
    padding: 60px 0 20px;
    font-size: 28px;
    line-height: 28px;
    color: #22ac38;
    font-weight: bold;
    text-align: center;
  }
  .h-box p.detail {
    padding: 0px 0 50px;
    font-size: 24px;
    line-height: 24px;
    color: #22ac38;
    font-weight: normal;
    text-align: center;
  }
  .h-brand-box .h-brand-text {
    font-size: 16px;
    line-height: 30px;
    color: #3e3a39;
    width: 60%;
    padding-right: 4%;
    padding-top: 0px;
    margin-bottom: 20px;
  }
  .h-brand-box .h-brand-text p.more-btn {
    width: 177px;
    height: 46px;
    background-color: #53ba5a;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    margin-left: 0px
  }
  .h-brand-box .h-brand-img {
    width: 40%;
    overflow: hidden;
  }
  .h-brand-box .h-brand-img img {
    width: 100%;
    margin-bottom: 60px;
  }
}
/* / 横向放置的手机和竖向放置的平板之间的分辨率 / */
@media (max-width: 767px) {
  .video-ul li:hover p {
    left: -0px;
  }
  .fixed-box ul li:not(:nth-child(2)) {
    display: none;
  }
  .fixed-box ul li a{
    display:block
  }
  .video iframe {
    width: 100%;
    height: 350px !important;
  }
  .video:before {
    display: none;
  }
  .video-nav {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .video-nav a {
    border-bottom: 4px solid #fff;
  }
  .video-nav a:hover {
    color: #22ac38;
  }
  .video-nav a.active {
    color: #22ac38;
    font-weight: bold;
    border-bottom: 4px solid #1FB079;
  }
  .video-nav a:not(:last-child) {
    border-right: 2px solid #f1f1f1;
  }
  .video-nav a {
    display: block;
    width: 100%;
  }
  .video-ul li p {
    background-color: rgba(34, 171, 57, 0.6);
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    padding: 0 0 0 10px;
    display: inline-block;
    position: absolute;
    left: 0;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s linear;
    left: -138px;
  }
  .video-ul li p img.video-icon {
    margin-left: 10px;
    height: 30px;
  }
  .video-ul li img.video-img {
    width: 95%;
  }
  .video-ul li {
    width: 50%;
    position: relative;
    float: left;
    margin-bottom: 20px;
  }
  .center-zidonghua .zidonghua-list a:nth-child(-n+5) {
    display: block;
  }
  .center-text-box {
    padding: 30px 0 50px;
  }
  .center-text-box .title {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 20px;
    color: #22ac38;
    text-align: left;
  }
  .center-text-box .detail {
    font-size: 16px;
    line-height: 35px;
    color: #333333;
    text-align: left;
  }
  .center-title {
    font-size: 16px;
    line-height: 40px;
    color: #252525;
    padding: 20px 0;
  }
  .center-title a.active {
    color: #00b034;
  }
  .center-title a {
    display: inline-block;
    padding: 0 20px;
  }
  .center-zidonghua {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 20px;
    flex-wrap: wrap;
  }
  .center-zidonghua .zidonghua-box {
    width: 100%;
    position: relative;
  }
  .center-zidonghua .zidonghua-list {
    width: 100%;
    text-align: left;
    padding-left: 0px;
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #333333;
  }
  .center-zidonghua .zidonghua-list .li:hover {
    color: #22ac38;
  }
  .center-zidonghua .zidonghua-list .li:hover:before {
    opacity: 1;
  }
  .center-zidonghua .zidonghua-list .li:before {
    content: '>';
    font-size: 20px;
    font-weight: bold;
    color: #22AB39;
    position: absolute;
    left: -30px;
    display: block;
    opacity: 0;
  }
  .center-zidonghua .zidonghua-list .li {
    display: flex;
    justify-content: space-between;
    color: inherit;
    position: relative;
  }
  .center-zidonghua .zidonghua-list .li .title-i {
    width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .center-zidonghua .zidonghua-box .title-i {
    width: 65%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .center-zidonghua .zidonghua-box .title {
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: rgba(34, 171, 57, 0.6);
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 50px;
    color: rgba(255, 255, 255, 1);
    bottom: 0;
    z-index: 2;
  }
  .center-zidonghua .zidonghua-box img {
    width: 100%;
  }
  button.more {
    width: 178px;
    height: 40px;
    background-color: #22ab39;
    display: block;
    margin: 40px auto 00px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
  }
  button.more:hover {
    opacity: 0.8;
  }
  .pro-content-top .pro-content-left .pro-detail-btn {
    width: 120px;
    height: 40px;
    background-color: #22ab39;
    text-align: center;
    line-height: 40px;
    display: block;
    font-size: 16px;
    color: #fff;
    position: absolute
  }
  .pro-content-top .pro-content-left .title.right:before {
    right: auto;
    left: 20px;
  }
  .pro-content-top .pro-content-left .title.right {
    margin-top: 20px;
    padding-left: 20px
  }
  .ziliao-box {
    background: #fff;
    padding: 30px;
    width: 90%;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
  }
  .ziliao-box .detail {
    font-size: 14px;
    text-align: center;
    color: #333333;
    margin: 0 0 20px;
  }
  .ziliao-box .down-icon {
    margin: 20px auto;
    display: block;
    width: 16px;
    height: 17px;
  }
  .ziliao-box .form-item {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    padding: 0 0%;
  }
  .ziliao-box .form-item label i {
    color: red;
  }
  .ziliao-box .form-item label {
    background-color: #daf1de;
    border-radius: 4px 0px 0px 4px;
    border: solid 1px #cccccc;
    display: block;
    display: block;
    width: 40%;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
    padding-left: 10px;
    text-align: left;
    border-right: none;
  }
  .ziliao-box .form-item input, .ziliao-box .form-item select {
    width: 60%;
    height: 41px;
    padding-left: 20px;
    border-radius: 0px 4px 4px 0px;
    font-size: 16px;
    border: solid 1px #cccccc;
  }
  .ziliao-box .title {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #22ab39;
    line-height: 24px;
  }
  .ziliao-box button:hover {
    opacity: 0.8;
  }
  .ziliao-box button {
    display: inline-block;
    width: 154px;
    height: 41px;
    background-color: #eb2828;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin: 30px 10px 0;
  }
  .ziliao-box button.can {
    background-color: #7d7d7d;
  }
  .pro-content-top {
    background-color: #f5f5f5;
    padding: 20px 0 20px;
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .pro-content-top .li {
    width: 100%;
  }
  .pro-content-top .li img {
    width: 100%;
  }
  .pro-content-top .pro-content-left .title {
    font-size: 20px;
    font-weight: bold;
    color: #22ac38;
    text-align: right;
    padding-right: 20px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .pro-content-top .pro-content-left .title:before {
    width: 26px;
    height: 3px;
    background-color: #22ac38;
    content: '';
    position: absolute;
    right: 20px;
    bottom: 0;
  }
  .pro-content-top .pro-content-left .detail {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    padding: 0 20px;
    text-align: left !important;
    margin-bottom: 10px;
  }
  .pro-content-list {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0px;
    flex-wrap: wrap;
  }
  .pro-content-list li img {
    display: block;
    margin: 0 auto;
    width: 60%;
    margin-bottom: 30px;
  }
  .pro-content-list li {
    width: 33.33%;
    padding: 10px;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
  }
  .title-gb .title {
    font-size: 20px;
    color: #00b034;
    position: relative;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .title-gb .title:before {
    position: absolute;
    width: 26px;
    height: 3px;
    background-color: #22ac38;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .pro-content-inner > ul > li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .pro-content-inner ul li .pro-swiper {
    width: 100%;
  }
  .pro-content-inner ul li .swiper-container img {
    width: 100%;
  }
  .pro-content-inner ul li .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #00B034;
  }
  .pro-content-inner .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/pro-list-btn.png);
    width: 50px;
    height: 50px;
    background-size: cover;
  }
  .pro-content-inner .pro-detail {
    width: 100%;
    padding-left: 0px;
    margin-top: 10px;
  }
  .pro-content-inner .pro-detail .title:before {
    left: 0;
    transform: translateX(0);
  }
  .pro-content-inner .pro-detail .title {
    text-align: left;
    font-size: 20px;
    padding-bottom: 10px;
    margin: 0 0 20px;
  }
  .pro-content-inner .pro-detail .detail {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
  .pro-content-inner .pro-detail .lt-title {
    font-size: 20px;
    color: #22ac38;
    font-weight: bold;
    margin: 10px 0;
    text-align: left;
  }
  .pro-content-inner .pro-detail ul li {
    font-size: 16px;
    padding-left: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    position: relative;
    text-align: left;
  }
  .pro-content-inner .pro-detail .pro-detail-btn:active {
    opacity: 0.8;
  }
  .pro-content-inner .pro-detail .pro-detail-btn {
    width: 160px;
    height: 50px;
    background-color: #22ab39;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: block;
    margin-top: 20px;
  }
  .pro-content-inner .pro-detail ul li:before {
    width: 7px;
    height: 7px;
    background: #333;
    content: '';
    position: absolute;
    left: 0;
    line-height: 30px;
    border-radius: 20px;
    top: 10px;
  }
  .hy-content {
    padding: 0 0%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: initial;
  }
  .hy-content img {
    height: 100%;
    width: 10%;
  }
  .hy-content .hy-inner-detail {
    width: 90%;
    padding-left: 4%;
    text-align: left;
  }
  .hy-content .hy-inner-detail .title {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 1px;
    color: #22ac38;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
  }
  .hy-content .hy-inner-detail .detail {
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 30px;
  }
  .hy-content .hy-inner-detail .title:before {
    position: absolute;
    width: 26px;
    height: 3px;
    background-color: #22ac38;
    content: '';
    bottom: 0;
    left: 0;
  }
  .news .news-li {
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
  }
  .news .news-li .news-img {
    width: 286px;
    height: 180px;
    overflow: hidden;
  }
  .news .news-li .news-img img {
    width: 100%;
  }
  .news .news-li .news-content {
    width: 80%;
    padding-left: 20px;
    text-align: left;
  }
  .news .news-li .news-content .del {
    font-size: 16px;
  }
  .news .news-li .news-content .news-title {
    display: flex;
    font-size: 20px;
    justify-content: space-between;
    padding-bottom: 6px;
  }
  .news .news-li .news-content .news-title span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 60%;
  }
  .news .news-li .news-content .news-title .del {
    float: right;
    text-align: right;
    width: 40%;
  }
  .news .news-li .news-dec {
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: auto;
    margin-bottom: 10px;
  }
  .news .news-li:hover {
    color: #00B034;
  }
  .news .news-li .news-det {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
  }
  .more-btn:hover {
    opacity: 0.8;
  }
  .more-btn {
    width: 178px;
    height: 47px;
    background-color: #22ab39;
    line-height: 47px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    display: block;
    margin: 0 auto 50px;
    cursor: pointer;
  }
  .xl .xl-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0;
  }
  .xl .xl-ul li {
    width: calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: -webkit-calc(100% / 3);
    font-size: 15px;
    margin-bottom: 20px;
  }
  .xl .xl-ul li img {
    height: 40px;
    margin-bottom: 20px;
  }
  .xl .xl-ul li p {
    padding: 0 10px;
    display: block;
  }
  .gc .gc-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    margin: 60px 0 10px;
  }
  .gc .gc-ul li {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    margin-bottom: 50px;
  }
  .gc .gc-ul li img {
    width: 100%;
    margin-bottom: 20px;
  }
  .gc .gc-ul li .gc-title {
    font-size: 20px;
    color: #4cb85c;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
  }
  .gc .gc-ul li .gc-title:before {
    width: 26px;
    height: 3px;
    background-color: #22ac38;
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
  }
  .gc .gc-ul li p {
    font-size: 16px;
    line-height: 35px;
  }
  .jc {
    padding-bottom: 30px;
  }
  .jc .jc-ul li {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 10px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 35px;
    color: #666666;
    text-align: left;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .jc .jc-ul li >p {
    height: 100%;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .jc .jc-ul li:last-child .jc-content {
    padding-left: 0;
    padding-right: 0%;
  }
  .jc .jc-ul li .jc-content {
    width: 100%;
    padding-left: 0%;
  }
  .jc .jc-ul li .j-title {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 1px;
    color: #22ac38;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 16px;
  }
  .jc .jc-ul li .j-title:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 3px;
    background-color: #22ac38;
    bottom: 0;
  }
  .ln .ln-list-img.top {
    margin: 30px 0 10px;
    width: 100%;
  }
  .ln .ln-section {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 40px;
    text-align: left;
    line-height: 2.2;
    margin: 30px 0;
  }
  .ln .ln-list-img {
    margin-bottom: 30px;
    width: 100%;
  }
  .ry .ry-ul {
    padding: 80px 0 20px;
    position: relative;
  }
  .ry .ry-ul li {
    display: flex;
    justify-content: flex-start;
    padding: 20px 00px 40px;
    position: relative;
    flex-wrap: wrap;
  }
  .ry .ry-ul li:before {
    position: absolute;
    height: 100%;
    border-left: 2px dashed #333;
    content: '';
    left: 90px;
    display: none;
  }
  .ry .ry-ul li:after {
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border: 6px solid #333;
    border-radius: 100px;
    content: '';
    left: 82px;
    display: none;
  }
  .ry .ry-ul li .time {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #00b034;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
  }
  .ry .ry-ul dl {
    font-size: 16px;
    text-align: left;
    width: 100%;
    margin-left: 0px;
    line-height: 2;
  }
  .ry .ry-ul dl dd {
    position: relative;
    padding-left: 30px;
  }
  .ry .ry-ul dl dd:before {
    width: 10px;
    height: 10px;
    left: 0;
    content: '';
    background: #333;
    position: absolute;
    border-radius: 2px;
    top: 10px;
  }
  .ry .ry-ul .honor-img {
    width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 20px;
  }
  .dev .dev-ul {
    position: relative;
    margin-top: 60px;
    padding: 0px 0 100px;
  }
  .dev .dev-ul:before {
    position: absolute;
    width: 2px;
    height: 90%;
    left: 0%;
    margin-left: -1px;
    background: #000;
    content: '';
  }
  .dev .dev-ul {
    position: relative;
    padding: 0 0% 20px;
  }
  .dev .dev-ul li {
    width: 100%;
    position: relative;
  }
  .dev .dev-ul li:nth-child(odd) .dev-li-content {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    transform: translateX(0%);
    border-top: 2px dashed #999;
    padding-top: 30px;
    margin-top: 30px;
  }
  .dev .dev-ul li:nth-child(even) .dev-li-content {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    transform: translateX(0%);
    border-top: 2px dashed #999;
    padding-top: 30px;
    margin-top: 30px;
  }
  .dev .dev-ul li:nth-child(odd) .dev-icon {
    position: absolute;
    left: 0;
    margin-left: -15px;
    top: -15px;
  }
  .dev .dev-ul li:nth-child(even) .dev-icon {
    position: absolute;
    right: 100%;
    margin-right: -15px;
    top: -15px;
  }
  .dev .dev-ul li .dev-li-left {
    padding: 0 20px;
    width: 50%;
  }
  .dev .dev-ul li img.dev-list {
    height: 100%;
  }
  .dev .dev-ul li .dev-li-content p {
    font-size: 30px;
    color: #999;
  }
  .dev .dev-ul li .dev-li-content span {
    font-size: 16px;
    padding-top: 20px;
  }
  .via .via-ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 80px;
  }
  .via .via-ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 80px;
  }
  .via .via-ul li {
    margin: 50px 0 0px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    text-align: left;
  }
  .via .via-ul a {
    display: block;
    overflow: hidden;
  }
  .via .via-ul li img {
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-grow: 1;
  }
  .via .via-ul li .via-li {
    width: 100%;
    padding-left: 0px;
    font-size: 16px;
    line-height: 35px;
    padding-top: 30px;
  }
  .via .via-ul li .via-li .title-li {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 48px;
    letter-spacing: 0px;
    color: #22ac38;
    position: relative;
  }
  .via .via-ul li .via-li .title-li:before {
    width: 26px;
    height: 3px;
    background-color: #22ac38;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .center-box .title .top {
    font-weight: bold;
    font-size: 22px;
  }
  .center-box .title .bottom {
    font-size: 18px;
    padding-top: 10px;
    color: #666666;
  }
  .global .global-ul li {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    padding-left: 0%;
    padding-bottom: 30px;
  }
  .global .global-ul li .title-li img {
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    width: 27px;
  }
  .global .global-ul li .title-li {
    font-size: 20px;
    letter-spacing: 1px;
    color: #00b034;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    line-height: 27px;
    padding-bottom: 20px;
    position: relative;
  }
  .global .global-ul li .title-li:before {
    width: 26px;
    height: 3px;
    background-color: #22ac38;
    content: '';
    position: absolute;
    left: 50px;
    bottom: 10px;
  }
  .global .global-ul li .detail-li {
    padding-left: 50px;
  }
  .global .global-logo {
    width: 91%;
    margin-left: 9%;
    margin-bottom: 50px;
  }
  .center-box {
    padding: 0 10% 60px;
  }
  .brand .section {
    font-size: 16px;
    line-height: 35px;
    color: #666666;
  }
  .brand .robot {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    position: relative;
  }
  .brand .robot .robot-img {
    width: 30%;
    position: absolute;
    right: 0px;
  }
  .brand .robot .robot-list {
    width: 100%;
    background: url(../images/robot-bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 20px 20px 20px 32%
  }
  .brand .robot-list li .title {
    font-size: 20px;
    color: #00b034;
    font-weight: bold;
    padding: 20px 0 20px;
  }
  .brand .brand-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .brand .section .title {
    font-size: 20px;
    font-weight: bold;
    color: #00b034;
    padding: 20px 0;
  }
  .center-content {
    padding: 120px 0;
    text-align: center;
    font-size: 30px;
  }
  .center-content .other-detail {
    font-weight: bold;
    padding-bottom: 40px;
  }
  .center-content .down-icon {
    width: 40px;
    height: 40px;
  }
  .center-content {
    padding: 100px 0;
    text-align: center;
    font-size: 24px;
  }
  .center-content .other-detail {
    font-weight: bold;
    padding-bottom: 20px;
  }
  .center-content .down-icon {
    width: 40px;
    height: 40px;
  }
  .c-content {
    width: auto;
    padding: 0 20;
  }
  .inner-banner {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
    position: relative;
  }
  .inner-banner:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 200px;
    background: #21AC38;
    left: 50%;
    bottom: -25%;
  }
  .h-news-menu-box {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    font-size: 18px;
    width: 400px;
    margin: 20px auto 40px;
  }
  .h-news-menu-box .list:nth-child(1) {
    border-right: 3px solid #000;
  }
  .h-news-menu-box .list {
    cursor: pointer;
    width: 100%;
    text-align: center;
  }
  .h-news-menu-box .list.active {
    color: #22AB39;
  }
  .new-content .new-img-box {
    width: 535px;
    height: 290px;
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
  }
  .new-content .new-img-box .new-title-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(34, 172, 56, 0.6);
    color: #fff;
    text-align: left
  }
  .new-content .new-img-box .new-title-box .detail {
    font-size: 14px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
  }
  .new-content .new-img-box .new-title-box .detail span.left {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    width: 60%;
  }
  .new-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .new-content .new-list {
    text-align: left;
    width: 50%;
    padding-left: 20px;
  }
  .new-content .new-list .new-list-li a {
    display: block;
    display: flex;
    justify-content: space-between;
  }
  .new-content .new-list .new-list-li {
    padding: 0px 0px 54px;
    transition: all 0.3s linear;
    cursor: pointer;
  }
  .new-content .new-list .new-list-li:last-child {
    padding: 0;
  }
  .new-content .new-list .new-list-li:hover .new-list-inner {
    color: #22AC38;
  }
  .new-content .new-list .new-list-li:hover {
    transform: translateX(10px);
  }
  .new-content .new-list .new-list-li:hover .new-list-data {
    background: #22ac38;
    color: #fff
  }
  .new-content .new-list .new-list-li:nth-child(3) {
    border: none;
    margin: 0
  }
  .new-content .new-list .new-list-li .new-list-data {
    width: 60px;
    height: 60px;
    background-color: #fff;
    color: #333;
    text-align: center
  }
  .new-content .new-list .new-list-li .new-list-data .top {
    font-size: 34px;
    padding-top: 6px;
    line-height: 34px
  }
  .new-content .new-list .new-list-li .new-list-data .bottom {
    font-size: 14px;
    padding-top: 2px;
    line-height: 14px
  }
  .new-content .new-list .new-list-li .new-list-inner {
    width: 74%;
    color: #4d4c4c;
    font-size: 16px;
    line-height: 1.8
  }
  .new-content .new-list .new-list-li .new-list-inner .new-list-title {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    white-space: nowrap
  }
  .new-content .new-list .new-list-li .new-list-inner .new-list-content {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-top: 4px;
  }
  .footer .f-center::after, .footer .f-center::before {
    display: none;
  }
  .h-case-box {
    font-size: 16px;
    text-align: center;
    padding-bottom: 80px;
  }
  .h-case-box .h-case-box-img {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
  .h-case-box .h-case-box-img img.img-top {
    z-index: 2;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: relative;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .h-case-box .h-case-box-img img.img-bottom {
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .h-case-box .swiper-slide:hover, .h-case-box .swiper-slide:hover img.img-top {
    color: #22AC38;
    opacity: 1;
  }
  .h-solution-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .h-solution-box li div.h-solution-box-img {
    width: 80px;
    height: 80px;
    border: solid 1px #3e3a39;
    border-radius: 100px;
    margin: 0 auto 28px;
    display: block;
    background-size: 80px auto;
    background-position: top center;
    transition: all 0.2s linear;
    cursor: pointer;
  }
  .h-solution-box li:hover div.h-solution-box-img {
    border: 1px solid #22AC38;
  }
  .h-solution-box li:hover div.h-solution-box-img, .h-solution-box li:hover {
    color: #22AC38;
    background-position: left -80px;
  }
  .h-solution-box li {
    width: calc(100% / 6);
    text-align: center;
    margin-bottom: 40px;
    padding: 0 2%;
    font-size: 16px;
  }
  .h-pro-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .h-pro-box li {
    display: block;
    float: left;
    width: 50%;
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .h-pro-box li div.h-pro-inner {
    box-shadow: inset 0 0 80px #666;
    padding: 56px 0 10px;
    margin-bottom: 5px;
  }
  .h-pro-box li:nth-child(1) div.h-pro-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    height: calc(100% - 5px);
    height: -moz-calc(100% - 5px);
    height: -webkit-calc(100% - 5px);
  }
  .h-pro-box li div.h-pro-inner img {
    width: auto;
    height: 120px;
    display: block;
    margin: 0 auto;
  }
  .h-pro-box li div.h-pro-inner p {
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding-bottom: 10px;
  }
  .h-brand-box .h-brand-text {
    font-size: 16px;
    line-height: 1.8;
    color: #3e3a39;
    width: 60%;
    padding-right: 4%;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .h-brand-box .h-brand-text p.more-btn {
    width: 177px;
    height: 40px;
    background-color: #53ba5a;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    margin-left: 0px
  }
  .h-brand-box .h-brand-img {
    width: 40%;
    overflow: hidden;
  }
  .h-brand-box .h-brand-img img {
    width: 100%;
    margin-bottom: 40px;
  }
  .h-banner {
    height: 500px;
    width: 100%;
  }
  .h-banner .swiper-container .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #22ac38;
  }
  .h-banner .swiper-container .swiper-slide img {
    width: 200%;
    margin-left: -50%;
  }
  .h-box p.title {
    padding: 50px 0 20px;
    font-size: 24px;
    line-height: 24px;
    color: #22ac38;
    font-weight: bold;
    text-align: center;
  }
  .h-box p.detail {
    padding: 0px 0 30px;
    font-size: 20px;
    line-height: 20px;
    color: #22ac38;
    font-weight: normal;
    text-align: center;
  }
}
/* / 横向放置的手机及分辨率更小的设备 / */
@media (max-width: 480px) {
  .fixed-box ul li {
    display: none;
  }
  .fixed-box ul li a{
    display: block
  }
    .fixed-box ul li:nth-child(3) {
    display: block;
  }
  .video iframe {
    width: 100%;
    height: 200px !important;
  }
  txpdiv {
    display: none;
  }
  .fixed-box {
    top: auto;
    bottom: 2%;
  }
  .fixed-box ul::before {
    display: none;
  }
  .video:before {
    display: none;
  }
  .video-nav {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .video-nav a {
    border-bottom: 4px solid #fff;
  }
  .video-nav a:hover {
    color: #22ac38;
  }
  .video-nav a.active {
    color: #22ac38;
    font-weight: bold;
    border-bottom: 4px solid #1FB079;
  }
  .video-nav a:not(:last-child) {
    border-right: 2px solid #f1f1f1;
  }
  .video-nav a {
    display: block;
    width: 100%;
  }
  .video-ul li p {
    background-color: rgba(34, 171, 57, 0.6);
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    padding: 0 0 0 10px;
    display: inline-block;
    position: absolute;
    left: 0;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
  }
  .video-ul li p img.video-icon {
    margin-left: 10px;
    height: 30px;
    width: 31px !important;
  }
  .video-ul li img.video-img {
    width: 100%;
  }
  .video-ul li {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 20px;
  }
  .center-text-box {
    padding: 30px 0 50px;
  }
  .center-text-box .title {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 20px;
    color: #22ac38;
    text-align: left;
  }
  .center-text-box .detail {
    font-size: 16px;
    line-height: 35px;
    color: #333333;
    text-align: left;
  }
  .center-title {
    font-size: 14px;
    line-height: 40px;
    color: #252525;
    padding: 00px 0;
  }
  .center-title a.active {
    color: #00b034;
  }
  .center-title a {
    display: inline-block;
    padding: 0 0px;
  }
  .center-zidonghua {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 20px;
    flex-wrap: wrap;
  }
  .center-zidonghua .zidonghua-box {
    width: 100%;
    position: relative;
  }
  .center-zidonghua .zidonghua-list {
    width: 100%;
    text-align: left;
    padding-left: 0px;
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #333333;
  }
  .center-zidonghua .zidonghua-list .li:hover {
    color: #22ac38;
  }
  .center-zidonghua .zidonghua-list .li:hover:before {
    opacity: 1;
  }
  .center-zidonghua .zidonghua-list .li:before {
    content: '>';
    font-size: 20px;
    font-weight: bold;
    color: #22AB39;
    position: absolute;
    left: -30px;
    display: block;
    opacity: 0;
  }
  .center-zidonghua .zidonghua-list .li {
    display: flex;
    justify-content: space-between;
    color: inherit;
    position: relative;
  }
  .center-zidonghua .zidonghua-list .li .title-i {
    width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .center-zidonghua .zidonghua-box .title-i {
    width: 65%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .center-zidonghua .zidonghua-box .title {
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: rgba(34, 171, 57, 0.6);
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    bottom: 0;
    z-index: 2;
  }
  .center-zidonghua .zidonghua-box img {
    width: 100%;
  }
  button.more {
    width: 100%;
    height: 40px;
    background-color: #22ab39;
    display: block;
    margin: 20px auto 00px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
  }
  button.more:hover {
    opacity: 0.8;
  }
  .pro-content-top .pro-content-left .pro-detail-btn {
    width: auto;
    height: 40px;
    background-color: #22ab39;
    text-align: center;
    line-height: 40px;
    display: block;
    font-size: 16px;
    color: #fff;
    margin: 10px 10px 0px;
  }
  .pro-content-top .pro-content-left .title.right:before {
    right: auto;
    left: 10px;
  }
  .pro-content-top .pro-content-left .title.right {
    margin-top: 20px;
    padding-left: 10px
  }
  .ziliao-box {
    background: #fff;
    padding: 20px;
    width: 90%;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
  }
  .ziliao-box .detail {
    font-size: 14px;
    text-align: center;
    color: #333333;
    margin: 0 0 20px;
  }
  .ziliao-box .down-icon {
    margin: 20px auto;
    display: block;
    width: 16px;
    height: 17px;
  }
  .ziliao-box .form-item {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    padding: 0 0%;
  }
  .ziliao-box .form-item label i {
    color: red;
  }
  .ziliao-box .form-item label {
    background-color: #daf1de;
    border-radius: 4px 0px 0px 4px;
    border: solid 1px #cccccc;
    display: block;
    display: block;
    width: 40%;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
    padding-left: 10px;
    text-align: left;
    border-right: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
  }
  .ziliao-box .form-item input, .ziliao-box .form-item select {
    width: 60%;
    height: 41px;
    padding-left: 20px;
    border-radius: 0px 4px 4px 0px;
    font-size: 16px;
    border: solid 1px #cccccc;
  }
  .ziliao-box .title {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #22ab39;
    line-height: 24px;
  }
  .ziliao-box button:hover {
    opacity: 0.8;
  }
  .ziliao-box button {
    display: inline-block;
    width: 100px;
    height: 41px;
    background-color: #eb2828;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    margin: 00px 10px 0;
  }
  .ziliao-box button.can {
    background-color: #7d7d7d;
  }
  .pro-content-top {
    background-color: #f5f5f5;
    padding: 20px 0 20px;
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .pro-content-top .li {
    width: 100%;
  }
  .pro-content-top .li img {
    width: 100%;
  }
  .pro-content-top .pro-content-left .title {
    font-size: 20px;
    font-weight: bold;
    color: #22ac38;
    text-align: right;
    padding-right: 10px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .pro-content-top .pro-content-left .title:before {
    width: 26px;
    height: 3px;
    background-color: #22ac38;
    content: '';
    position: absolute;
    right: 10px;
    bottom: 0;
  }
  .pro-content-top .pro-content-left .detail {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    padding: 0 10px;
    text-align: left !important;
    margin-bottom: 10px;
  }
  .pro-content-list {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0px;
    flex-wrap: wrap;
  }
  .pro-content-list li img {
    display: block;
    margin: 0 auto;
    width: 60%;
    margin-bottom: 30px;
  }
  .pro-content-list li {
    width: 33.33%;
    padding: 10px;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
  }
  .title-gb .title {
    font-size: 20px;
    color: #00b034;
    position: relative;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .title-gb .title:before {
    position: absolute;
    width: 26px;
    height: 3px;
    background-color: #22ac38;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .pro-content-inner > ul > li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .pro-content-inner ul li .pro-swiper {
    width: 100%;
  }
  .pro-content-inner ul li .swiper-container img {
    width: 100%;
  }
  .pro-content-inner ul li .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #00B034;
  }
  .pro-content-inner .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/pro-list-btn.png);
    width: 50px;
    height: 50px;
    background-size: cover;
  }
  .pro-content-inner .pro-detail {
    width: 100%;
    padding-left: 0px;
    margin-top: 10px;
  }
  .pro-content-inner .pro-detail .title:before {
    left: 0;
    transform: translateX(0);
  }
  .pro-content-inner .pro-detail .title {
    text-align: left;
    font-size: 20px;
    padding-bottom: 10px;
    margin: 0 0 20px;
  }
  .pro-content-inner .pro-detail .detail {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
  .pro-content-inner .pro-detail .lt-title {
    font-size: 20px;
    color: #22ac38;
    font-weight: bold;
    margin: 10px 0;
    text-align: left;
  }
  .pro-content-inner .pro-detail ul li {
    font-size: 14px;
    padding-left: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    position: relative;
    text-align: left;
  }
  .pro-content-inner .pro-detail .pro-detail-btn:active {
    opacity: 0.8;
  }
  .pro-content-inner .pro-detail .pro-detail-btn {
    width: 100%;
    height: 40px;
    background-color: #22ab39;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: block;
    margin-top: 20px;
  }
  .pro-content-inner .pro-detail ul li:before {
    width: 7px;
    height: 7px;
    background: #333;
    content: '';
    position: absolute;
    left: 0;
    line-height: 30px;
    border-radius: 20px;
    top: 10px;
  }
  .hy-content {
    padding: 0 0%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: initial;
  }
  .center-box img {
    width: 100%;
    height: auto;
  }
  .hy-content img {
    height: 100%;
    width: 10%;
  }
  .hy-content .hy-inner-detail {
    width: 90%;
    padding-left: 4%;
    text-align: left;
  }
  .hy-content .hy-inner-detail .title {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 1px;
    color: #22ac38;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
  }
  .hy-content .hy-inner-detail .detail {
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 30px;
  }
  .hy-content .hy-inner-detail .title:before {
    position: absolute;
    width: 26px;
    height: 3px;
    background-color: #22ac38;
    content: '';
    bottom: 0;
    left: 0;
  }
  .news .news-li {
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .news .news-li .news-img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .news .news-li .news-img img {
    width: 100%;
  }
  .news .news-li .news-content {
    width: 100%;
    padding-left: 00px;
    text-align: left;
  }
  .news .news-li .news-content .del {
    font-size: 16px;
  }
  .news .news-li .news-content .news-title {
    display: flex;
    font-size: 20px;
    justify-content: space-between;
    padding-bottom: 6px;
  }
  .news .news-li .news-content .news-title span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
  }
  .news .news-li .news-content .news-title .del {
    float: right;
    text-align: right;
    width: 30%;
    line-height: 30px;
  }
  .news .news-li .news-dec {
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: auto;
    margin-bottom: 10px;
  }
  .news .news-li:hover {
    color: #00B034;
  }
  .news .news-li .news-det {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
  }
  .more-btn:hover {
    opacity: 0.8;
  }
  .more-btn {
    width: 100%;
    height: 40px;
    background-color: #22ab39;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    display: block;
    margin: 0 auto 50px;
    cursor: pointer;
  }
  .xl .xl-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0;
  }
  .xl .xl-ul li {
    width: calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: -webkit-calc(100% / 3);
    font-size: 15px;
    margin-bottom: 20px;
  }
  .xl .xl-ul li img {
    height: 40px;
    margin-bottom: 20px;
    width: auto
  }
  .xl .xl-ul li p {
    padding: 0 10px;
    display: block;
  }
  .gc .gc-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -0px;
    margin-right: 0px;
    margin: 40px 0 10px;
  }
  .gc .gc-ul li {
    width: 100%;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    margin-bottom: 20px;
  }
  .gc .gc-ul li img {
    width: 100%;
    margin-bottom: 20px;
  }
  .gc .gc-ul li .gc-title {
    font-size: 18px;
    color: #4cb85c;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
  }
  .gc .gc-ul li .gc-title:before {
    width: 26px;
    height: 3px;
    background-color: #22ac38;
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
  }
  .gc .gc-ul li p {
    font-size: 15px;
    line-height: 35px;
  }
  .jc {
    padding-bottom: 30px;
  }
  .jc .jc-ul li {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 10px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 35px;
    color: #666666;
    text-align: left;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .jc .jc-ul li >p {
    height: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .jc .jc-ul li:last-child .jc-content {
    padding-left: 0;
    padding-right: 0%;
  }
  .jc .jc-ul li .jc-content {
    width: 100%;
    padding-left: 0%;
  }
  .jc .jc-ul li .j-title {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 1px;
    color: #22ac38;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 16px;
  }
  .jc .jc-ul li .j-title:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 3px;
    background-color: #22ac38;
    bottom: 0;
  }
  .ln .ln-list-img.top {
    margin: 30px 0 10px;
    width: 100%;
  }
  .ln .ln-section {
    background-color: #f5f5f5;
    font-size: 15px;
    padding: 15px;
    text-align: left;
    line-height: 2.2;
    margin: 30px 0 10px;
  }
  .ln .ln-list-img {
    margin-bottom: 20px;
    width: 100%;
  }
  .ry .ry-ul {
    padding: 80px 0 20px;
    position: relative;
  }
  .ry .ry-ul li {
    display: flex;
    justify-content: flex-start;
    padding: 20px 00px 40px;
    position: relative;
    flex-wrap: wrap;
  }
  .ry .ry-ul li:before {
    position: absolute;
    height: 100%;
    border-left: 2px dashed #333;
    content: '';
    left: 90px;
    display: none;
  }
  .ry .ry-ul li:after {
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border: 6px solid #333;
    border-radius: 100px;
    content: '';
    left: 82px;
    display: none;
  }
  .ry .ry-ul li .time {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #00b034;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
  }
  .ry .ry-ul dl {
    font-size: 16px;
    text-align: left;
    width: 100%;
    margin-left: 0px;
    line-height: 2;
  }
  .ry .ry-ul dl dd {
    position: relative;
    padding-left: 30px;
  }
  .ry .ry-ul dl dd:before {
    width: 10px;
    height: 10px;
    left: 0;
    content: '';
    background: #999;
    position: absolute;
    border-radius: 2px;
    top: 10px;
  }
  .ry .ry-ul .honor-img {
    width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 20px;
  }
  .dev .dev-ul {
    position: relative;
    margin-top: 60px;
    padding: 0px 0 100px;
  }
  .dev .dev-ul:before {
    position: absolute;
    width: 2px;
    height: 90%;
    left: 15px;
    margin-left: -1px;
    background: #000;
    content: '';
  }
  .dev .dev-ul {
    position: relative;
    padding: 0 15px 20px;
  }
  .dev .dev-ul li {
    width: 100%;
    position: relative;
  }
  .dev .dev-ul li:nth-child(odd) .dev-li-content {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    transform: translateX(0%);
    border-top: 2px dashed #999;
    padding-top: 30px;
    margin-top: 30px;
  }
  .dev .dev-ul li:nth-child(even) .dev-li-content {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    transform: translateX(0%);
    border-top: 2px dashed #999;
    padding-top: 30px;
    margin-top: 30px;
  }
  .dev .dev-ul li:nth-child(odd) .dev-icon {
    position: absolute;
    left: 0;
    margin-left: -15px;
    top: -15px;
    width: 31px;
    height: 30px;
  }
  .dev .dev-ul li:nth-child(even) .dev-icon {
    position: absolute;
    right: 100%;
    margin-right: -15px;
    top: -15px;
    width: 31px;
    height: 30px;
    ;
  }
  .dev .dev-ul li .dev-li-left {
    padding: 0 20px;
    width: 50%;
  }
  .dev .dev-ul li img.dev-list {
    height: 100%;
  }
  .dev .dev-ul li .dev-li-content p {
    font-size: 30px;
    color: #999;
  }
  .dev .dev-ul li .dev-li-content span {
    font-size: 16px;
    padding-top: 20px;
  }
  .via .via-ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 80px;
  }
  .via .via-ul li {
    margin: 50px 0 0px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
  }
  .via .via-ul a {
    display: block;
    overflow: hidden;
  }
  .via .via-ul li img {
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-grow: 1;
  }
  .via .via-ul li .via-li {
    width: 100%;
    padding-left: 0px;
    font-size: 16px;
    line-height: 35px;
    padding-top: 0px;
  }
  .via .via-ul li .via-li .title-li {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 48px;
    letter-spacing: 0px;
    color: #22ac38;
    position: relative;
  }
  .via .via-ul li .via-li .title-li:before {
    width: 26px;
    height: 3px;
    background-color: #22ac38;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .center-box .title .top {
    font-weight: bold;
    font-size: 18px;
  }
  .center-box .title .bottom {
    font-size: 15px;
    padding-top: 10px;
    color: #666666;
  }
  .global .global-ul li {
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
    padding-left: 0%;
    padding-bottom: 30px;
  }
  .global .global-ul li .title-li img {
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    width: 22px;
  }
  .global .global-ul li .title-li {
    font-size: 18px;
    letter-spacing: 1px;
    color: #00b034;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    line-height: 22px;
    padding-bottom: 20px;
    position: relative;
  }
  .global .global-ul li .title-li:before {
    width: 26px;
    height: 3px;
    background-color: #22ac38;
    content: '';
    position: absolute;
    left: 50px;
    bottom: 10px;
  }
  .global .global-ul li .detail-li {
    padding-left: 50px;
  }
  .global .global-logo {
    width: 88%;
    margin-left: 12%;
    margin-bottom: 50px;
  }
  .center-box {
    padding: 0 15px 30px;
  }
  .brand .section {
    font-size: 16px;
    line-height: 35px;
    color: #666666;
  }
  .brand .robot {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    position: relative;
  }
  .brand .robot .robot-img {
    width: 30% !important;
    position: absolute;
    right: 0px;
  }
  .brand .robot .robot-list {
    width: 100%;
    background: url(../images/robot-bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 15px 15px 15px 32%
  }
  .brand .robot-list li .title {
    font-size: 20px;
    color: #00b034;
    font-weight: bold;
    padding: 20px 0 20px;
  }
  .brand .brand-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .brand .section .title {
    font-size: 20px;
    font-weight: bold;
    color: #00b034;
    padding: 20px 0;
  }
  .center-content {
    padding: 120px 0;
    text-align: center;
    font-size: 30px;
  }
  .center-content .other-detail {
    font-weight: bold;
    padding-bottom: 40px;
  }
  .center-content .down-icon {
    width: 40px;
    height: 40px;
  }
  .center-content {
    padding: 50px 0;
    text-align: center;
    font-size: 24px;
  }
  .center-content .other-detail {
    font-weight: bold;
    padding-bottom: 20px;
  }
  .center-content .down-icon {
    width: 40px;
    height: 40px;
  }
  .center-content {
    padding: 50px 0 20px;
    text-align: center;
    font-size: 20px;
  }
  .center-content .other-detail {
    font-weight: bold;
    padding-bottom: 10px;
  }
  .center-content .down-icon {
    width: 30px;
    height: 30px;
  }
  .c-content {
    width: auto;
    padding: 0 15px;
  }
  .inner-banner {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 140px;
    position: relative;
  }
  .inner-banner:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 100px;
    background: #21AC38;
    left: 50%;
    bottom: -15%;
  }
  .h-news-menu-box {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    font-size: 16px;
    width: 100%;
    margin: 10px auto 20px;
  }
  .h-news-menu-box .list:nth-child(1) {
    border-right: 3px solid #000;
  }
  .h-news-menu-box .list {
    cursor: pointer;
    width: 100%;
    text-align: center;
  }
  .h-news-menu-box .list.active {
    color: #22AB39;
  }
  .new-content .new-img-box {
    width: 100%;
    height: auto;
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
  }
  .new-content .new-img-box a {
    display: block;
    position: relative;
  }
  .new-content .new-img-box a > img {
    width: 100%;
    transition: all 0.3s linear
  }
  .new-content .new-img-box .new-title-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(34, 172, 56, 0.6);
    color: #fff;
    text-align: left
  }
  .new-content .new-img-box .new-title-box .detail {
    font-size: 14px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
  }
  .new-content .new-img-box .new-title-box .detail span.left {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    width: 60%;
  }
  .new-content {
    display: block;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .new-content .new-list {
    text-align: left;
    width: 100%;
    padding-left: 0px;
  }
  .new-content .new-list .new-list-li a {
    display: block;
    display: flex;
    justify-content: space-between;
  }
  .new-content .new-list .new-list-li {
    padding: 0px 0px 30px;
    transition: all 0.3s linear;
    cursor: pointer;
  }
  .new-content .new-list .new-list-li:last-child {
    padding: 0;
  }
  .new-content .new-list .new-list-li:hover .new-list-inner {
    color: #22AC38;
  }
  .new-content .new-list .new-list-li:hover {
    transform: translateX(10px);
  }
  .new-content .new-list .new-list-li:hover .new-list-data {
    background: #22ac38;
    color: #fff
  }
  .new-content .new-list .new-list-li:nth-child(3) {
    border: none;
    margin: 0
  }
  .new-content .new-list .new-list-li .new-list-data {
    width: 60px;
    height: 60px;
    background-color: #fff;
    color: #333;
    text-align: center
  }
  .new-content .new-list .new-list-li .new-list-data .top {
    font-size: 34px;
    padding-top: 6px;
    line-height: 34px
  }
  .new-content .new-list .new-list-li .new-list-data .bottom {
    font-size: 14px;
    padding-top: 2px;
    line-height: 14px
  }
  .new-content .new-list .new-list-li .new-list-inner {
    width: 78%;
    color: #4d4c4c;
    font-size: 16px;
    line-height: 1.8
  }
  .new-content .new-list .new-list-li .new-list-inner .new-list-title {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
  .new-content .new-list .new-list-li .new-list-inner .new-list-content {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .footer .f-center::after, .footer .f-center::before {
    display: none;
  }
  .h-case-box {
    font-size: 15px;
    text-align: center;
    padding-bottom: 40px;
  }
  .h-case-box .h-case-box-img {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
  }
  .h-case-box .h-case-box-img img.img-top {
    z-index: 2;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: relative;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .h-case-box .h-case-box-img img.img-bottom {
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .h-case-box .swiper-slide:hover, .h-case-box .swiper-slide:hover img.img-top {
    color: #22AC38;
    opacity: 1;
  }
  .h-solution-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .h-solution-box li div.h-solution-box-img {
    width: 60px;
    height: 60px;
    border: solid 1px #3e3a39;
    border-radius: 100px;
    margin: 0 auto 16px;
    display: block;
    background-size: 60px auto;
    background-position: top center;
    transition: all 0.2s linear;
    cursor: pointer;
  }
  .h-solution-box li:hover div.h-solution-box-img {
    border: 1px solid #22AC38;
  }
  .h-solution-box li:hover div.h-solution-box-img, .h-solution-box li:hover {
    color: #22AC38;
    background-position: left -60px;
  }
  .h-solution-box li {
    width: calc(100% / 4);
    text-align: center;
    margin-bottom: 20px;
    padding: 0 2%;
    font-size: 15px;
  }
  .h-pro-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .h-pro-box li {
    display: block;
    float: left;
    width: 50%;
    padding-left: 2.5px;
    padding-right: 2.5px;
    margin-bottom: 0px;
  }
  .h-pro-box li div.h-pro-inner {
    box-shadow: inset 0 0 80px #666;
    padding: 56px 0 10px;
    margin-bottom: 5px;
  }
  .h-pro-box li:nth-child(1) div.h-pro-inner {
    height: calc(100% - 5px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding-bottom: 5px;
    height: -moz-calc(100% - 5px);
    height: -webkit-calc(100% - 5px);
  }
  .h-pro-box li div.h-pro-inner img {
    width: auto;
    height: 100px;
    display: block;
    margin: 0 auto;
  }
  .h-pro-box li div.h-pro-inner p {
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding-bottom: 10px;
  }
  .h-brand-box .h-brand-text {
    font-size: 15px;
    line-height: 1.8;
    color: #3e3a39;
    width: 100%;
    padding-right: 0%;
    padding-top: 10px;
  }
  .h-brand-box .h-brand-text p.more-btn {
    width: 100%;
    height: 40px;
    background-color: #53ba5a;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0px
  }
  .h-brand-box .h-brand-img {
    width: 100%;
    overflow: hidden;
  }
  .h-brand-box .h-brand-img img {
    width: 100%;
    margin-bottom: 30px;
  }
  .h-banner {
    height: 400px;
    width: 100%;
  }
  .h-banner .swiper-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #22ac38;
  }
  .h-banner .swiper-container .swiper-slide img {
    width: 250%;
    margin-left: -76%;
  }
  .h-box p.title {
    padding: 30px 0 10px;
    font-size: 22px;
    line-height: 22px;
    color: #22ac38;
    font-weight: bold;
    text-align: center;
  }
  .h-box p.detail {
    padding: 0px 0 20px;
    font-size: 18px;
    line-height: 8px;
    color: #22ac38;
    font-weight: normal;
    text-align: center;
  }
      /*新增页面*/
	.add-content {
		padding: 0 8%;
	}

	.add-content li {
		width: 50%;
	}

	.add-content li .pro-list {
		width: 100%;
	}

	.pro.add-content li {
		width: 50%;margin-bottom: 10px;
	}

	.pro.add-content li .pro-list {
		width: 100%;
	}
	.case.add-content li .case-li-img{
		width: 100%;
	}
	.case.add-content li .h-solution-name{
		font-size: 12px;margin-top: 5px;
	}  
}




.page{text-align:center;}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}


ul.pagination a {
    color: black;
    float: left;
    padding: 0px 8px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
	font-size:14px;
}

ul.pagination a.page-num-current {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

ul.pagination a:hover:not(.page-num-current) {background-color: #ddd;}







.inside-publication{padding-bottom:50px; overflow:hidden;}
.inside-publication li{width:33%;float:left;margin-bottom:30px;}
.inside-publication li .pic{width:37%;float:left;overflow:hidden;position:relative;border:solid 1px #e8e8e8;margin:0px;}

.inside-publication li .pic img{-webkit-transition:all .5s ease;transition:all .5s ease}
.inside-publication li .box{width:62%;float:left;margin-top:25px;padding-left:15px}

.inside-publication li .box .tit{overflow:hidden;margin-top:5px;font-size:18px;font-weight:700}
.inside-publication li .box .tit a{color:#222}
.inside-publication li .box .txt{font-size:15px;margin-top:20px;height:72px;overflow:hidden;margin-bottom:60px}
.inside-publication li .box .btn{display:inline-block;line-height:30px;padding:0 15px;font-size:15px;color:#1FB079;margin-right:28px;border:solid 1px #1FB079}
.inside-publication li .box .btn-red{color:#fff;background:#1FB079}
.inside-publication li .box .btn:hover{color:#fff;background:#1FB079;border-color:#1FB079}
.inside-publication li:first-child{float:left}
.inside-publication li:hover .pic img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}
.inside-publication li:hover .box .tit a{color:#1FB079}
.inside-publication .font36{color:#000;line-height:40px;font-size:36px;text-align:center;font-weight:400;padding-bottom:40px}
@media (max-width:1200px){
.inside-publication{padding:0px 0 40px 0}
.inside-publication li{margin:15px 0 15px 0}
.inside-publication li .box{margin-top:0}
.inside-publication li .box .tit{font-size:16px}
.inside-publication li .box .txt{font-size:14px;margin-top:10px;margin-bottom:20px}
.inside-publication li .box .btn{margin-right:5px}
.inside-publication .font36{line-height:30px;font-size:20px;padding-bottom:20px}
}

@media (max-width:768px){
	
.video-nav{padding:20px 0px;line-height:20px;}	
	
}

@media (max-width:640px){.inside-publication li{width:100%}
.inside-publication li .box{padding-left:15px}
.inside-publication li .box .txt{height:48px;margin-bottom:10px;margin-top:0}
.inside-publication li .box .btn{padding:0 10px;font-size:12px}



}

.inside-xz li .box{margin-top:0}
.inside-xz li .box .tit{}
.inside-xz li .box .txt{height:48px;margin:5px 0 10px 0;font-size:14px;}
@media (max-width:480px){

.inside-xz li .box .txt{margin:0;height:40px;line-height:20px}
.inside-xz li .box .btn{margin-top:5px;line-height:20px}

}

.down_con{overflow:hidden;padding-top:50px;}
.down_con .down_left{width:15%;float:left}
.down_con .down_left a{display:block;width:100%;border-bottom:solid 1px #f1f1f1;line-height:40px;}
.down_con .down_left a.active{color:#1FB079; font-weight:bold;border-bottom:solid 1px #1FB079;}
.down_con .down_right{width:83%;float:right}

@media (max-width:767px){
	
.down_con .down_left{width:100%;padding-bottom:15px;}
.down_con .down_left a{width:31%;float:left;font-size:13px; text-align:center;border-right:solid 1px #ccc;margin-bottom:10px;}

.down_con .down_right{width:100%;}
.down_con{overflow:hidden;padding-top:20px;}
}




.message{position:relative;padding:0 0px 0 0px;max-width:1100px; margin:0 auto;}
.message .jsh{padding:40px 0 30px 0;font-size:18px; }
.message ul{overflow:hidden}
.message li{width:100%;float:left;padding:0 6px;position:relative;padding-left:80px;padding-right:20px}
.message li label{display:inline-block;width:85px;padding-right:5px;text-align:right;position:absolute;left:0}
.message li em{font-style:normal;color:red;display:inline-block;width:20px;text-align:right}

.message input,.message textarea{padding:10px;color:#333;margin-bottom:18px;vertical-align:middle;border:solid 1px #bbb;}
.message input{width:95%;float:left}
.message input:focus{box-shadow:inset 0 0 0 2px #aacd06}
.message textarea{width:100%;padding-right:90px;min-height:220px}
.message textarea:focus{border:#aacd06 solid 2px}
.message .yzhm{width:100%}
.message .yzhm input{max-width:170px}
.message .yzhm img{margin-right:5px}
.message .btn{width:100%}
.message .reset,.message .submit{font-size:16px;width:44%;display:inline-block;max-width:140px;padding:0 5px;text-align:center;line-height:40px;color:#fff;margin:0 20px 0 0}
.message .submit{transition:all .5s;border:2px #22ac38 solid;background:#22ac38; cursor:pointer;}
.message .submit:hover{background:0 0;border:2px #22ac38 solid;color:#666}
.message .reset{background:#8f8f8f;border:2px #22ac38 solid;color:#fff}
.message .reset:hover{background:0 0;border:2px #22ac38 solid;color:#666}
.message .verify{max-height:39px;vertical-align:middle;margin-left:5px}
.message .bottom-logo{width:130px;height:50px;position:absolute;bottom:40px;left:50%;margin-left:-65px}
@media (max-width:1024px){.message{padding-left:50px;padding-right:50px}
}
@media (max-width:640px){.message{padding-left:0;padding-right:0}
.message li{padding-left:0;padding-right:20px}
.message li label{width:100%;display:block;clear:both;text-align:left;position:relative;line-height:30px}
.message li em{position:absolute;right:0;top:30px;text-align:center}
.message input{max-width:100%}
.message .yzhm{padding-right:0}
.message .yzhm input{width:40%}
.message .btn{text-align:center}
.message .reset,.message .submit{margin-right:0}
}
@media (max-width:414px){.message{font-size:12px}
.message .yzhm input{margin-bottom:0;width:30%}
.message .yzhm .a-01{text-align:left}
.message .btn{margin-top:25px}
.message .btn .reset,.message .btn .submit{max-width:120px;line-height:32px;margin:0 5px}
}



.down_show{overflow:hidden;max-width:1100px; margin:0 auto;}
.down_show .do_fl{float:left;width:27%;max-width:300px;}

.down_show .do_fr{float:right;width:71%;}
.down_show .do_fr h3{font-size:30px;}


.header .navbar_nav li.dropdown:nth-child(6){display:none;} 

@media (max-width:640px){.message{padding-left:0;padding-right:0}

.down_show .do_fl{width:100%; text-align:center;max-width:100%;}

.down_show .do_fr{width:100%;}

.m_nav .ul li:nth-child(6){display:none;} 


}





