
.com-background1 {
  background: #f1f3f4;
}
.width-auto {
  width: auto;
}
.width-0 {
  width: 0;
}
.width-10 {
  width: 10%;
}
.width-20 {
  width: 20%;
}
.width-30 {
  width: 30%;
}
.width-40 {
  width: 40%;
}
.width-50 {
  width: 50%;
}
.width-60 {
  width: 60%;
}
.width-70 {
  width: 70%;
}
.width-80 {
  width: 80%;
}
.width-90 {
  width: 90%;
}
.width-100 {
  width: 100%;
}
.max-width-10 {
  max-width: 10%;
}
.max-width-20 {
  max-width: 20%;
}
.max-width-30 {
  max-width: 30%;
}
.max-width-40 {
  max-width: 40%;
}
.max-width-50 {
  max-width: 50%;
}
.max-width-60 {
  max-width: 60%;
}
.max-width-70 {
  max-width: 70%;
}
.max-width-80 {
  max-width: 80%;
}
.max-width-90 {
  max-width: 90%;
}
.max-width-100 {
  max-width: 100%;
}
.max-width-all-100 * {
  max-width: 100%;
}
.height-auto {
  height: auto;
}
.height-50 {
  height: 50%;
}
.height-90 {
  height: 90%;
}
.height-100 {
  height: 100%;
}
.max-height-90 {
  max-height: 90%;
}
.max-height-50 {
  max-height: 50%;
}
.max-height-70 {
  max-height: 70%;
}
.max-height-100 {
  max-height: 100%;
}
.top-0 {
  top: 0;
}
.top-50 {
  top: 50%;
}
.top-100 {
  top: 100%;
}
.bottom-0 {
  bottom: 0;
}
.bottom-50 {
  bottom: 50%;
}
.bottom-100 {
  bottom: 100%;
}
.bottom-auto {
  bottom: auto;
}
.left-0 {
  left: 0;
}
.left-50 {
  left: 50%;
}
.left-100 {
  left: 100%;
}
.left-auto {
  left: auto;
}
.right-0 {
  right: 0;
}
.right-50 {
  right: 50%;
}
.right-100 {
  right: 100%;
}
.com-object-fit-cover {
  object-fit: cover;
}
.com-object-fit-scale-down {
  object-fit: scale-down;
}
.object-position-center-top {
  object-position: center top;
}
.com-spacing-1 {
  width: auto;
  margin: 0 calc(-1 * (1% / 2));
}
.com-spacing-1 .slide1 {
  margin: 0 calc(1% / 2);
}
.com-spacing-2 {
  width: auto;
  margin: 0 calc(-1 * (2% / 2));
}
.com-spacing-2 .slide1 {
  margin: 0 calc(2% / 2);
}
.com-spacing-3 {
  width: auto;
  margin: 0 calc(-1 * (3% / 2));
}
.com-spacing-3 .slide1 {
  margin: 0 calc(3% / 2);
}
.com-spacing-4 {
  width: auto;
  margin: 0 calc(-1 * (4% / 2));
}
.com-spacing-4 .slide1 {
  margin: 0 calc(4% / 2);
}
.com-spacing-5 {
  width: auto;
  margin: 0 calc(-1 * (5% / 2));
}
.com-spacing-5 .slide1 {
  margin: 0 calc(5% / 2);
}
.com-spacing-6 {
  width: auto;
  margin: 0 calc(-1 * (6% / 2));
}
.com-spacing-6 .slide1 {
  margin: 0 calc(6% / 2);
}
.display-flex {
  display: flex;
}
.display-none {
  display: none;
}
.display-block {
  display: block;
}
.display-inline-block {
  display: inline-block;
}
.display-inline-flex {
  display: inline-flex;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.color-fff {
  color: #FFFFFF;
}
.color-000 {
  color: #000000;
}
.color-333 {
  color: #333333;
}
.color-666 {
  color: #666666;
}
.color-888 {
  color: #888888;
}
.color-999 {
  color: #999999;
}
.cursor-pointer {
  cursor: pointer;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}
.margin-auto {
  margin: auto;
}
.z-index-reduce-1 {
  z-index: -1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.z-index-4 {
  z-index: 4;
}
.z-index-5 {
  z-index: 5;
}
.z-index-100 {
  z-index: 100;
}
.z-index-101 {
  z-index: 101;
}
.font-size-12 {
  font-size: 12px;
}
.font-size-13 {
  font-size: 13px;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-15 {
  font-size: 15px;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-22 {
  font-size: 22px;
}
.font-size-24 {
  font-size: 24px;
}
.font-size-26 {
  font-size: 26px;
}
.font-size-28 {
  font-size: 28px;
}
.font-size-30 {
  font-size: 30px;
}
.font-size-32 {
  font-size: 32px;
}
.font-size-34 {
  font-size: 34px;
}
.font-size-36 {
  font-size: 36px;
}
.font-size-38 {
  font-size: 38px;
}
.font-size-40 {
  font-size: 40px;
}
.font-size-42 {
  font-size: 42px;
}
.font-size-48 {
  font-size: 48px;
}
.font-size-60 {
  font-size: 60px;
}
.font-size-80 {
  font-size: 80px;
}
.line-height-22 {
  line-height: 22px;
}
.line-height-24 {
  line-height: 24px;
}
.line-height-26 {
  line-height: 26px;
}
.line-height-28 {
  line-height: 28px;
}
.line-height-30 {
  line-height: 30px;
}
.line-height-32 {
  line-height: 32px;
}
.line-height-34 {
  line-height: 34px;
}
.line-height-36 {
  line-height: 36px;
}
.line-height-38 {
  line-height: 38px;
}
.line-height-40 {
  line-height: 40px;
}
.line-height-42 {
  line-height: 42px;
}
.background-000 {
  background: #000000;
}
.background-fff {
  background: #FFFFFF;
}
.background-transparent {
  background: transparent;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-1 {
  flex: 1;
}
.text-transform-lowercase {
  text-transform: lowercase;
}
.text-transform-capitalize {
  text-transform: capitalize;
}
.text-transform-uppercase {
  text-transform: uppercase;
}
.font-weight-bold {
  font-weight: bold;
}
.transform-translateY-reduce-50 {
  transform: translateY(-50%);
}
.transform-translateX-reduce-50 {
  transform: translateX(-50%);
}
.transform-translate-reduce-50 {
  transform: translate(-50%, -50%);
}
.transform-none {
  transform: none;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.text-align-justify {
  text-align: justify;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.opacity-0 {
  opacity: 0;
}
.opacity-05 {
  opacity: 0.5;
}
.opacity-1 {
  opacity: 1;
}
.border-radius-50 {
  border-radius: 50%;
}
.transition-all-02 {
  transition: all 0.2s ease;
}
.transition-all-03 {
  transition: all 0.3s ease;
}
.transition-all-04 {
  transition: all 0.4s ease;
}
.transition-all-05 {
  transition: all 0.5s ease;
}
.transition-all-06 {
  transition: all 0.6s ease;
}
.transition-all-07 {
  transition: all 0.7s ease;
}
.transition-all-10 {
  transition: all 1s ease;
}
.transform-scale-102 {
  transform: scale(1.02);
}
.transform-scale-105 {
  transform: scale(1.05);
}
.flex-wrap-wrap {
  flex-wrap: wrap;
}
.com-size-all {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.com-size-all-img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  transition: all 0.3s ease;
}
.com-position-absolute-start {
  position: absolute;
  top: 0;
  left: 0;
}
.outline-none {
  outline: none;
}
.overflow-ellipsis-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.overflow-ellipsis-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.overflow-ellipsis-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.overflow-ellipsis-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.overflow-ellipsis-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.overflow-ellipsis-6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
@keyframes fadeInUp1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUp1 {
  -webkit-animation-name: fadeInUp1;
  animation-name: fadeInUp1;
}
@keyframes fadeInDown1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInDown1 {
  -webkit-animation-name: fadeInDown1;
  animation-name: fadeInDown1;
}
@keyframes fadeInLeft1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeft1 {
  -webkit-animation-name: fadeInLeft1;
  animation-name: fadeInLeft1;
}
@keyframes fadeInRight1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRight1 {
  -webkit-animation-name: fadeInRight1;
  animation-name: fadeInRight1;
}
@keyframes zoomIn1 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn1 {
  -webkit-animation-name: zoomIn1;
  animation-name: zoomIn1;
}
@keyframes zoomIn2 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn2 {
  -webkit-animation-name: zoomIn2;
  animation-name: zoomIn2;
}
@keyframes zoomIn3 {
  0% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.zoomIn3 {
  animation-name: zoomIn3;
}
@keyframes zoomIninfinite {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.ax-swiper .ax-grid {
  display: grid;
}
.ax-grid.ax-space-10 {
  grid-gap: 0.52vw;
}
.ax-grid.ax-space-20 {
  grid-gap: 1.04vw;
}
.ax-grid.ax-space-30 {
  grid-gap: 1.56vw;
}
.ax-grid.ax-space-40 {
  grid-gap: 2.08vw;
}
.ax-grid.ax-space-50 {
  grid-gap: 2.6vw;
}
.ax-grid.ax-space-60 {
  grid-gap: 3.12vw;
}
.ax-dialog[data-size="width-800"] .ax-dialog-wrapper {
  width: 800px;
}
.ax-dialog .ax-dialog-wrapper > .ax-dialog-close {
  width: 5.8rem;
  height: 5.8rem;
  line-height: 5.8rem;
}
.ax-dialog .ax-dialog-wrapper > .ax-dialog-close .ax-iconfont {
  font-size: 3rem;
}
.ax-swiper-outer .ax-prev {
  left: 0;
}
.ax-swiper-outer .ax-next {
  right: 0;
  left: auto;
}
.ax-gutter-80 {
  width: 4.16vw;
  overflow: hidden;
}
.ax-break-40 {
  height: 2.08vw;
  overflow: hidden;
}
.ax-padding.ax-5rem {
  padding: 5rem;
}
.ax-slowest-1000 {
  animation-duration: 1000ms;
}
.ax-slowest-2000 {
  animation-duration: 2000ms;
}
@media screen and (max-width: 768px) {
  .ax-dialog[data-size="width-800"] .ax-dialog-wrapper {
    width: 93.1vw;
  }
  .ax-dialog .ax-dialog-wrapper > .ax-dialog-close {
    width: 13.3vw;
    height: 13.3vw;
    line-height: 13.3vw;
  }
  .ax-dialog .ax-dialog-wrapper > .ax-dialog-close .ax-iconfont {
    font-size: 6.65vw;
  }
  .ax-swiper-outer .ax-prev,
  .ax-swiper-outer .ax-next {
    width: 6.65vw;
    height: 6.65vw;
  }
  .ax-padding.ax-5rem {
    padding: 6.65vw;
  }
}
.com-font-size-30 {
  font-size: 1.56vw;
}
.com-font-size-42 {
  font-size: 2.184vw;
}
.com-font-size-48 {
  font-size: 2.496vw;
}
.com-font-size-60 {
  font-size: 3.12vw;
}
.com-margin-top-10 {
  margin-top: 0.52vw;
}
.com-margin-top-20 {
  margin-top: 1.04vw;
}
.com-margin-top-30 {
  margin-top: 1.56vw;
}
.com-margin-top-40 {
  margin-top: 2.08vw;
}
.com-margin-top-50 {
  margin-top: 2.6vw;
}
.com-margin-top-60 {
  margin-top: 3.12vw;
}
.com-margin-top-70 {
  margin-top: 3.64vw;
}
.com-margin-top-140 {
  margin-top: 7.28vw;
}
.com-padding-top-20 {
  padding-top: 1.04vw;
}
.com-padding-top-40 {
  padding-top: 2.08vw;
}
.com-padding-top-50 {
  padding-top: 2.6vw;
}
.com-padding-top-70 {
  padding-top: 3.64vw;
}
.com-padding-top-100 {
  padding-top: 5.2vw;
}
.com-padding-bottom-30 {
  padding-bottom: 1.56vw;
}
.com-padding-bottom-50 {
  padding-bottom: 2.6vw;
}
.com-padding-bottom-70 {
  padding-bottom: 3.64vw;
}
.com-padding-bottom-40 {
  padding-bottom: 2.08vw;
}
.com-padding-bottom-80 {
  padding-bottom: 4.16vw;
}
.com-padding-bottom-100 {
  padding-bottom: 5.2vw;
}
.com-padding-bottom-120 {
  padding-bottom: 6.24vw;
}
.com-cont-1380 {
  width: 1380px;
  position: relative;
  margin: auto;
  height: 100%;
  z-index: 5;
}
.com-cont-1660 {
  width: calc(1660 / 1920 * 100%);
  position: relative;
  margin: auto;
  height: 100%;
  z-index: 5;
}
.com-ax-btn1 {
  height: 4.4rem;
  line-height: 4.4rem;
  color: #8b9d91;
  border-color: #8b9d91;
}
.com-ax-btn1 .ax-iconfont {
  margin: 0 0 0 3.12vw;
}
.com-ax-btn1:hover {
  color: #469404;
}
.com-ax-btn1:hover:after {
  border-color: #469404;
}
.ax-swiper-list1 .slide1 {
  height: 21.84vw;
}
.case-case .ax-swiper-list1 .slide1 {
  height: 340px;
}
.news-video .ax-swiper-list1 .slide1 {
  height: 340px;
}
.news-video .ax-swiper-list1 .slide1 .dn-picture:before {
  content: '';
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.ax-swiper-list1 .slide1:hover .dn-picture .dp-img1 {
  transform: scale(1.05);
}
.ax-swiper-list1 .slide1:hover .dn-word {
  background: #469404;
  color: #FFFFFF;
}
.ax-swiper-list1 .slide1:hover .dn-word .ax-iconfont {
  opacity: 1;
  animation: fadeInLeft 0.8s ease both;
}
.ax-swiper-list1 .slide1 .dn-picture .iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-size: 42px;
  z-index: 5;
}
.ax-swiper-list1 .slide1 .dn-word {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.352vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFFFFF;
  font-size: 18px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.2));
  transition: all 0.3s ease;
  z-index: 5;
}
.ax-swiper-list1 .slide1 .dn-word .ax-iconfont {
  font-size: 20px;
  opacity: 0;
}
.com-navigation1 {
  background: #f3f3f3;
  position: relative;
  z-index: 100;
}
.com-navigation1 .ax-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.com-navigation1 .ax-grid li {
  width: calc(100% / 8);
  position: relative;
}
.com-navigation1 .ax-grid li:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-left: 1px solid #cbcbcb;
  height: 18px;
}
.com-navigation1 .ax-grid li:last-of-type:before {
  opacity: 0;
}
.com-navigation1 .ax-grid li .dp-a1 {
  display: flex;
  justify-content: center;
  width: 140px;
  margin: auto;
  padding: 30px 0;
  font-size: 18px;
  color: #333333;
  border-bottom: 4px solid transparent;
  font-weight: bold;
}
.com-navigation1 .ax-grid li .dp-a1.active,
.com-navigation1 .ax-grid li .dp-a1:hover {
  color: #469404;
  border-bottom-color: #469404;
}
.com-ax-classify1 .ax-btn {
  margin: 0 8px;
}
.com-ax-classify1 .ax-btn.active {
  background-image: linear-gradient(to right, #49a94e, #469404);
  color: #FFFFFF;
}
.com-banner1 {
  height: 33.072vw;
}
.com-banner1 .swiper1 .slide1 .dn-picture {
  transform: scale(1.1);
  transition: all 6.5s 0.1s linear;
}
.com-banner1 .swiper1 .slide1 .dn-word * {
  color: #FFFFFF;
}
.com-banner1 .swiper1 .slide1 .dn-word .com-cont {
  flex-direction: column;
}
.com-banner1 .swiper1 .slide1 .dn-word .dp-title1 {
  text-transform: uppercase;
  font-family: "Arial";
  font-weight: bold;
}
.com-banner1 .swiper1 .slide1 .dn-word .iconfont {
  font-size: 4.16vw;
}
.com-banner1 .swiper1 .ax-slide-active .dn-picture {
  transform: none;
}
.com-more1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.24vw;
  height: 2.08vw;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  color: #FFFFFF;
}
.ax-pagination a:not(.ax-total)[class*='active'].ax-active,
.ax-pagination [class*='selected'] a:not(.ax-total).ax-active,
.ax-pagination [class*='active'] a:not(.ax-total).ax-active {
  background-color: #469404;
  border-color: #469404;
}
.com-header {
  width: 100%;
  z-index: 101;
  position: absolute;
  top: 0;
  left: 0;
}
.com-header.active {
  background: #FFFFFF;
}
.com-header.active * {
  color: #000000;
}
.com-header.active .dn-logo {
  filter: none;
}
.com-header.active .dn-right .dn-menu .ax-menu > li .ax-menu-top.active {
  border-bottom-color: #469404;
}
.com-header.active .dn-right .dn-menu .ax-menu > li .ax-menu-top.active * {
  color: #469404;
}
.com-header * {
  color: #FFFFFF;
}
.com-header .com-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.com-header .dn-logo {
  filter: grayscale(100%) brightness(10000%);
}
.com-header .dn-logo .dp-img1 {
  height: 62px;
}
.com-header .dn-right .dn-menu .ax-menu > li {
  margin: 0 1.56vw;
}
.com-header .dn-right .dn-menu .ax-menu > li .ax-menu-top {
  height: auto;
  padding: 2.08vw 0;
  font-size: 16px;
  border-bottom: 3px solid transparent;
}
.com-header .dn-right .dn-menu .ax-menu > li .ax-menu-top.active {
  border-bottom-color: #FFFFFF;
}
.com-header .dn-right .dn-menu .ax-menu > li[expanded] ul {
  height: auto !important;
}
.com-header .dn-right .dn-menu .ax-menu > li ul {
  left: 50%;
  transform: translateX(-50%);
}
.com-header .dn-right .dn-menu .ax-menu > li ul .dp-a1 i {
  color: #000000;
}
.com-header .dn-right .dn-menu .ax-menu > li ul .dp-a1:hover {
  background: #469404;
}
.com-header .dn-right .dn-menu .ax-menu > li ul .dp-a1:hover i {
  color: #FFFFFF;
}
.com-header .dn-right .dn-search {
  margin: 0 0 0 1.56vw;
  cursor: pointer;
}
.com-header .dn-right .dn-search .ax-iconfont {
  font-size: 20px;
}
.com-header .dn-right .dn-menu-oper {
  display: none;
}
.com-header .dn-right .dn-menu-oper .ax-iconfont {
  font-size: 20px;
}
.com-footer {
  background-image: linear-gradient(to right, #248e18, #0f7354);
}
.com-footer * {
  color: #FFFFFF;
}
.com-footer .dn-upper {
  display: flex;
  justify-content: space-between;
}
.com-footer .dn-upper .dn-left .swiper1 .slide1 {
  width: auto;
  margin: 0 5.2vw 0 0;
}
.com-footer .dn-upper .dn-left .swiper1 .slide1 .dn-top {
  font-size: 20px;
}
.com-footer .dn-upper .dn-left .swiper1 .slide1 .dn-bot {
  display: flex;
  flex-direction: column;
  line-height: 28px;
  margin: 1.56vw 0 0;
}
.com-footer .dn-upper .dn-right {
  text-align: center;
}
.com-footer .dn-upper .dn-right .dp-img1 {
  width: 125px;
  margin: 0 0 0.52vw;
}
.com-footer .dn-lower {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.index-banner {
  height: 100vh;
}
.index-banner .swiper1 .slide1 .dn-picture {
  transform: scale(1.1);
  transition: all 6.5s 0.1s linear;
}
.index-banner .swiper1 .ax-slide-active .dn-picture {
  transform: none;
}
.index-banner .swiper1 .ax-pages {
  width: auto;
  left: auto;
  right: 6.76vw;
  bottom: 1.872vw !important;
}
.index-banner .swiper1 .ax-pages .ax-pages-bullet {
  opacity: 1;
  font-size: 16px;
  color: #FFFFFF;
  width: auto;
  height: auto;
  background: transparent;
  position: relative;
  margin: 0 0 0 1.352vw;
}
.index-banner .swiper1 .ax-pages .ax-pages-bullet-active {
  font-family: "iconfont" !important;
  color: #469404;
}
.index-banner .swiper1 .ax-pages .ax-pages-bullet-active:before {
  content: "\e604";
  font-size: 40px;
  position: absolute;
  top: -3px;
  left: -11px;
  color: #FFFFFF;
  z-index: -1;
  animation: fadeInDown 0.6s ease both;
}
.index-about {
  display: flex;
}
.index-about .dn-left {
  width: 41.08vw;
  display: flex;
  align-items: center;
  background: #49a94e;
}
.index-about .dn-left:hover .dp-img1 {
  animation: pulse 3s ease both;
}
.index-about .dn-right {
  flex: 1;
  padding: 0 6.76vw;
}
.index-about .dn-right .dp-title2 {
  color: #469404;
}
.index-about .dn-right .dp-title2 .ax-iconfont {
  font-size: 48px;
  margin: 0 0.832vw 0 0;
}
.index-about .dn-right .ax-grid li {
  background: #f1f3f4;
  transition: all 0.3s ease;
}
.index-about .dn-right .ax-grid li.active {
  background-image: linear-gradient(to right, #49a94e, #469404);
  animation: springIn 1s ease both;
}
.index-about .dn-right .ax-grid li.active * {
  color: #FFFFFF !important;
}
.index-about .dn-right .ax-grid li:first-of-type {
  grid-row: 1 / span 2;
}
.index-about .dn-right .ax-grid li .dn-a1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.352vw;
}
.index-about .dn-right .ax-grid li .dp-top {
  font-size: 12px;
}
.index-about .dn-right .ax-grid li .dp-top .dp-p1 {
  font-size: 16px;
  margin: 0 0 0.416vw;
}
.index-about .dn-right .ax-grid li .dp-bot {
  margin: 1.248vw 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.index-about .dn-right .ax-grid li .dp-bot .dp-zuo {
  font-size: 12px;
}
.index-about .dn-right .ax-grid li .dp-bot .dp-zuo .dp-p1 {
  font-size: 36px;
  margin: 0 0 0.208vw;
}
.index-about .dn-right .ax-grid li .dp-bot .dp-you {
  color: #999999;
}
.index-about .dn-right .ax-grid li .dp-bot .dp-you .iconfont {
  font-size: 40px;
}
.index-product .dn-upper .dn-left {
  width: 20.8vw;
}
.index-product .dn-upper .dn-left .ax-swiper-button-all .ax-swiper-button {
  width: 2.6vw;
  height: 2.6vw;
  background: #FFFFFF;
  margin: 0 0.832vw 0 0;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.index-product .dn-upper .dn-left .ax-swiper-button-all .ax-swiper-button:hover {
  background: #469404;
  color: #FFFFFF;
}
.index-product .dn-upper .dn-left .ax-swiper-button-all .ax-swiper-button .ax-iconfont {
  font-size: 26px;
}
.index-product .dn-upper .dn-right {
  flex: 1;
  overflow: hidden;
  padding: 0 0 0 3.12vw;
}
.index-product .dn-upper .dn-right .swiper1 .slide1 {
  width: calc(100% / 2 - 2%);
  height: 27.04vw;
}
.index-product .dn-upper .dn-right .swiper1 .slide1:hover .dn-picture .dp-img1 {
  transform: scale(1.05);
}
.index-product .dn-upper .dn-right .swiper1 .slide1:hover .dn-word {
  background: #469404;
  color: #FFFFFF;
}
.index-product .dn-upper .dn-right .swiper1 .slide1:hover .dn-word .ax-iconfont {
  opacity: 1;
  animation: fadeInLeft 0.8s ease both;
}
.index-product .dn-upper .dn-right .swiper1 .slide1 .dn-word {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.352vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFFFFF;
  font-size: 24px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  transition: all 0.3s ease;
}
.index-product .dn-upper .dn-right .swiper1 .slide1 .dn-word .ax-iconfont {
  font-size: 20px;
  opacity: 0;
}
.index-news .dn-lower .dn-left {
  width: 40.04vw;
  height: 24.96vw;
}
.index-news .dn-lower .dn-left .dn-word {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.56vw 1.04vw;
  color: #FFFFFF;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.index-news .dn-lower .dn-right {
  flex: 1;
  overflow: hidden;
  padding: 0 0 0 3.12vw;
}
.index-news .dn-lower .dn-right .swiper1 .slide1 {
  padding: 1.3vw 0;
}
.index-news .dn-lower .dn-right .swiper1 .slide1:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #469404;
  transition: all 0.5s ease;
  width: 0;
}
.index-news .dn-lower .dn-right .swiper1 .slide1:hover:before {
  width: 100%;
}
.index-news .dn-lower .dn-right .swiper1 .slide1:hover .dn-you .dp-title1 {
  color: #469404;
}
.index-news .dn-lower .dn-right .swiper1 .slide1 .dn-zuo {
  display: flex;
  justify-content: space-between;
  color: #a7d5c0;
}
.index-news .dn-lower .dn-right .swiper1 .slide1 .dn-zuo .dp-line1 {
  border-left: 1px solid #a7d5c0;
  height: 5.2vw;
  transform: rotate(45deg);
}
.index-news .dn-lower .dn-right .swiper1 .slide1 .dn-zuo .dp-p2 {
  margin: 1.04vw 0 0 1.56vw;
}
.index-news .dn-lower .dn-right .swiper1 .slide1 .dn-you {
  flex: 1;
  padding: 0 0 0 1.56vw;
}
.index-news .dn-lower .dn-right .swiper1 .slide1 .dn-you .dp-title1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: all 0.5s ease;
}
.index-news .dn-lower .dn-right .swiper1 .slide1 .dn-you .dp-intr1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0.624vw 0;
}
.index-news .dn-lower .dn-right .swiper1 .slide1 .dn-you .dp-a1 .ax-iconfont {
  margin: 0 0 0 0.52vw;
}
@keyframes rotate360-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.about-intro .dn-upper .dn-left {
  flex: 1;
  padding: 0 3.64vw 0 0;
  position: relative;
  z-index: 5;
}
.about-intro .dn-upper .dn-right {
  width: 500px;
  padding: 20px 0 0;
  position: relative;
}
.about-intro .dn-upper .dn-right .dp-img1 {
  animation: rotate360-2 10s linear infinite;
}
.about-intro .dn-upper .dn-right .dp-img2 {
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
  width: 38%;
}
.about-intro .dn-lower .swiper1 .wrapper1 {
  justify-content: space-between;
}
.about-intro .dn-lower .swiper1 .slide1 {
  width: auto;
}
.about-intro .dn-lower .swiper1 .slide1 .dp-p1 {
  font-size: 18px;
}
.about-intro .dn-lower .swiper1 .slide1 .dp-p1 i {
  background: linear-gradient(to right, #35acc6, #49a94e);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
}
.about-intro .dn-lower .swiper1 .slide1 .dp-p2 {
  color: #469404;
  font-size: 30px;
  margin: 6px 0 0;
}
.about-intro .dn-lower .swiper1 .slide1 .dp-p2 i {
  font-size: 40px;
  margin: 0 4px 0 0;
}
.about-history {
  /*
  .ax-swiper-outer {
    height: calc(270px + 270px);
    padding: 0 80px;
    .overflow-hidden;
  }

  .ax-swiper-btn {
    .font-size-42;
    color: @color1;
  }

   */
}
.about-history .dn-upper {
  color: #469404;
}
.about-history .dn-upper .ax-iconfont {
  font-size: 40px;
}
.about-history .swiper1 {
  overflow: visible;
}
.about-history .swiper1:before {
  content: '';
  height: calc(100% + 22px);
  border-left: 1px dashed #469404;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.about-history .swiper1 .slide1 {
  display: flex;
  align-items: flex-start;
  overflow: visible;
}
.about-history .swiper1 .slide1:nth-of-type(2n+1) {
  flex-direction: row-reverse;
}
.about-history .swiper1 .slide1 .slide1-icon {
  width: 10%;
}
.about-history .swiper1 .slide1 .slide1-icon .slide1-icon-nei {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(70, 148, 4, 0.4);
  position: relative;
}
.about-history .swiper1 .slide1 .slide1-icon .slide1-icon-nei:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #469404;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-history .swiper1 .slide1 .slide1-cont {
  width: 45%;
  padding: 1.56vw;
  transition: all 0.3s ease;
}
.about-history .swiper1 .slide1 .slide1-cont:hover {
  border-color: #469404;
}
.about-history .swiper1 .slide1 .slide1-cont .dn-top {
  display: flex;
  align-items: center;
  margin: 0 0 1.04vw;
}
.about-history .swiper1 .slide1 .slide1-cont .dn-top i {
  font-size: 24px;
  color: #469404;
  margin: 0 4px 4px 0;
}
.about-inno .dn-carrier .ax-grid li .dn-picture {
  height: 240px;
}
.about-inno .dn-carrier .ax-grid li .dn-word {
  font-size: 18px;
}
.about-inno .dn-carrier .ax-grid li .dn-word i {
  background: linear-gradient(to right, #35acc6, #49a94e);
  -webkit-background-clip: text;
  color: transparent;
}
.about-inno .dn-ability .ax-tab .ax-tab-header .ax-tab-item {
  margin: 0 8px;
  cursor: pointer;
}
.about-inno .dn-ability .ax-tab .ax-tab-header .ax-tab-item[active] {
  background-image: linear-gradient(to right, #49a94e, #469404);
  color: #FFFFFF;
}
.about-inno .dn-ability .ax-tab .ax-tab-body .ax-tab-item .ax-swiper-outer {
  padding: 0 90px;
}
.about-inno .dn-ability .ax-tab .ax-tab-body .ax-tab-item .ax-swiper-outer .swiper1 .slide1 {
  width: calc(100% / 5 - 3%);
  height: 286px;
}
.about-inno .dn-ability .ax-tab .ax-tab-body .ax-tab-item .ax-swiper-outer .ax-prev,
.about-inno .dn-ability .ax-tab .ax-tab-body .ax-tab-item .ax-swiper-outer .ax-next {
  font-size: 40px;
  color: #469404;
}
.about-inno .dn-study .ax-table {
  background: #f3f3f3;
}
.about-inno .dn-study .ax-table tr td {
  border: 3px solid #FFFFFF;
  background: #f9f9f9;
  box-shadow: none;
  line-height: inherit;
  padding: 14px 20px;
}
.about-inno .dn-study .ax-table tr td:nth-of-type(1),
.about-inno .dn-study .ax-table tr td:nth-of-type(2) {
  text-align: center;
}
.about-honor .dn-center .ax-grid li {
  padding: 26px;
}
.about-honor .dn-center .ax-grid li .dn-picture {
  height: 220px;
  margin: 0 0 20px;
}
.about-honor .dn-center .ax-grid li .dn-picture .dp-img1 {
  max-width: 100%;
  max-height: 100%;
}
.about-honor .dn-center .ax-grid li .dn-word {
  display: none;
}
.about-care .dn-upper .ax-grid li {
  padding: 50px 40px 30px;
  transition: all 0.5s ease;
}
.about-care .dn-upper .ax-grid li:hover {
  border-color: #469404;
  box-shadow: 2px 2px 2rem rgba(65, 163, 88, 0.2);
}
.about-care .dn-upper .ax-grid li .dn-picture {
  height: 290px;
}
.about-care .dn-lower {
  transition: all 0.5s ease;
}
.about-care .dn-lower:hover {
  border-color: #469404;
  box-shadow: 2px 2px 2rem rgba(65, 163, 88, 0.2);
}
.about-care .ax-swiper-outer {
  padding: 0 80px;
}
.about-care .ax-swiper-outer .swiper1 .slide1 {
  width: calc(100% / 3 - 3%);
}
.about-care .ax-swiper-outer .swiper1 .slide1 .dn-picture {
  height: 270px;
}
.about-care .ax-swiper-outer .ax-swiper-btn {
  font-size: 40px;
  color: #469404;
}
.about-culture .dn-lower .ax-grid li {
  background: #f3f3f3;
  display: flex;
  flex-direction: column;
}
.about-culture .dn-lower .ax-grid li:nth-of-type(2n) {
  flex-direction: column-reverse;
}
.about-culture .dn-lower .ax-grid li:nth-of-type(2n) .dn-picture .ax-iconfont {
  bottom: auto;
  top: -12px;
  transform: rotate(180deg);
}
.about-culture .dn-lower .ax-grid li .dn-picture {
  height: 230px;
  position: relative;
  color: #f3f3f3;
}
.about-culture .dn-lower .ax-grid li .dn-picture .ax-iconfont {
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  font-size: 30px;
}
.about-culture .dn-lower .ax-grid li .dn-word {
  height: 226px;
  flex-direction: column;
  text-align: center;
  line-height: 30px;
}
.about-culture .dn-lower .ax-grid li .dn-word .dp-title1 {
  color: #333333;
  margin: 0 0 20px;
}
.join-recruit .dn-upper .ax-accordion .ax-accordion-item {
  margin: 2px 0 0;
  background: #f3f3f3;
}
.join-recruit .dn-upper .ax-accordion .ax-accordion-item[active] {
  background: transparent;
}
.join-recruit .dn-upper .ax-accordion .ax-accordion-item:first-of-type {
  background: linear-gradient(to right, #118153, #064f8b);
}
.join-recruit .dn-upper .ax-accordion .ax-accordion-item:first-of-type * {
  color: #FFFFFF;
  font-size: 16px;
}
.join-recruit .dn-upper .ax-accordion .ax-accordion-item .ax-accordion-header {
  line-height: 50px;
  color: #333333;
}
.join-recruit .dn-upper .ax-accordion .ax-accordion-item .ax-accordion-body .ax-accordion-content {
  padding: 0;
}
.join-recruit .dn-upper .ax-accordion .ax-accordion-item .ax-accordion-body .ax-accordion-content-cont {
  padding: 30px 84px;
}
.join-recruit .dn-upper .ax-accordion .ax-accordion-item .ax-accordion-body .ax-accordion-content-cont .dn-shang .list-paddingleft-2 {
  list-style: inherit;
}
.join-recruit .dn-upper .ax-accordion .ax-accordion-item .ax-accordion-body .ax-accordion-content-cont .dn-shang .list-paddingleft-2 li {
  list-style: inherit;
}
.join-recruit .dn-upper .ax-accordion .ax-accordion-item .ax-accordion-body .ax-accordion-content-cont .dn-xia {
  font-style: italic;
}
.join-recruit .dn-lower .ax-panel .ax-panel-header {
  background: #f9f9f9;
}
.join-recruit .dn-lower .ax-panel .ax-panel-header .ax-iconfont {
  color: #118153;
  transform: rotate(90deg);
  font-size: 18px;
}
.join-recruit .dn-lower .ax-panel .ax-panel-body {
  padding: 24px 40px;
}
.join-recruit .dn-lower .ax-panel .ax-panel-body .swiper1 .wrapper1 {
  justify-content: space-between;
}
.join-recruit .dn-lower .ax-panel .ax-panel-body .swiper1 .slide1 {
  width: auto;
  color: #000000;
  line-height: 24px;
}
.join-recruit .dn-lower .ax-panel .ax-panel-body .swiper1 .slide1 .dn-zuo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f9f9f9;
  margin: 0 24px 0 0;
}
.join-recruit .dn-lower .ax-panel .ax-panel-body .swiper1 .slide1 .dn-zuo .iconfont {
  font-size: 30px;
  background: linear-gradient(to right, #35acc5, #49a94f);
  -webkit-background-clip: text;
  color: transparent;
}
.news-news .dn-upper .swiper1 {
  overflow: visible;
}
.news-news .dn-upper .swiper1 .slide1 {
  padding: 36px 60px;
  background: #f9f9f9;
  transition: all 0.3s ease;
  margin: 0 0 40px;
}
.news-news .dn-upper .swiper1 .slide1:hover .dn-word .dp-title1 {
  color: #469404;
}
.news-news .dn-upper .swiper1 .slide1:hover .dn-more {
  background: #469404;
  color: #FFFFFF;
}
.news-news .dn-upper .swiper1 .slide1 .dn-picture {
  width: 316px;
  height: 158px;
}
.news-news .dn-upper .swiper1 .slide1 .dn-word {
  flex: 1;
  overflow: hidden;
  padding: 0 70px 0 50px;
}
.news-news .dn-upper .swiper1 .slide1 .dn-word .dp-title1 {
  transition: all 0.3s ease;
}
.news-news .dn-upper .swiper1 .slide1 .dn-more {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.news-news .dn-upper .swiper1 .slide1 .dn-more .ax-iconfont {
  font-size: 30px;
}
.news-news-detail .dn-upper {
  padding: 0 220px;
}
.news-news-detail .dn-upper .dp-time1 .dp-you {
  margin: 0 0 0 40px;
}
.news-news-detail .dn-lower {
  padding: 0 86px;
}
.bsBox {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.product .dn-upper .swiper1 .slide1 .dn-title1 {
  background: linear-gradient(to right, #35acc6, #469404);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
}
.product .dn-upper .swiper1 .slide1 .dn-picture {
  height: 280px;
  margin: 30px 0 1px;
}
.product .dn-upper .swiper1 .slide1 .dn-word .dp-title1 {
  background: #e1e1e1;
}
.product .dn-upper .swiper1 .slide1 .dn-word .dp-title1 .ax-btn {
  background-image: linear-gradient(to right, #49a94e, #35acc6);
  color: #FFFFFF;
}
.product .dn-upper .swiper1 .slide1 .dn-word .dp-intr1 {
  margin: 24px 0 30px;
  display: none;
}
.product .dn-upper .swiper1 .slide1 .dn-word .dp-more1 {
  font-style: italic;
  margin: 24px 0 10px;
  display: none;
}
.product .dn-upper .swiper1 .slide1 .dn-word .dp-more1 .ax-iconfont {
  margin: 0 0 0 6px;
}
.ax-dialog-cases .ax-dialog-header {
  background: linear-gradient(to right, #35acc6, #469404);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 36px;
  text-align: center;
  line-height: inherit;
  padding: 3rem 0 0;
}
.contact-infor {
  height: 38.48vw;
  position: relative;
}
.contact-infor .BMap_bubble_pop {
  background: linear-gradient(to right, #198027, #186c76);
  border: none !important;
}
.contact-infor .BMap_bubble_pop img:last-of-type {
  margin: -1px 0 0;
}
.contact-infor .dn-upper {
  color: #FFFFFF;
  padding: 0 1.04vw 1.04vw;
}
.contact-infor .dn-upper .ax-grid li {
  font-size: 16px;
  margin: 0 0 0.52vw;
}
.contact-infor .dn-upper .ax-grid li .ax-iconfont {
  font-size: 20px;
  opacity: 0.5;
  margin: 0 0.52vw 0 0;
}
.contact-mess .ax-form-group .ax-form-origin {
  font-size: 16px;
}
.contact-mess .ax-form-group .ax-btn {
  background: linear-gradient(to right, #198027, #186c76);
  color: #FFFFFF;
}
.case-distribution #container {
  height: 800px;
}
.case-distribution .dn-word {
  color: #007d41;
  margin: -100px 0 0 15.6vw;
}
.case-distribution .dn-word .iconfont {
  font-size: 30px;
  margin: 0 10px 0 0;
}
