@charset "utf-8";
@font-face {
  font-family: 'iconfont';  /* Project id 2376408 */
  src: url('//at.alicdn.com/t/c/font_2376408_ckg211ot34d.woff2?t=1778548915123') format('woff2'),
       url('//at.alicdn.com/t/c/font_2376408_ckg211ot34d.woff?t=1778548915123') format('woff'),
       url('//at.alicdn.com/t/c/font_2376408_ckg211ot34d.ttf?t=1778548915123') format('truetype');
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
.main {
  overflow: hidden;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: 0.4s;
}
.header.scrollbg .navs li a,
.header.innerbg .navs li a {
  color: #333;
}
.header.scrollbg .navs li a:before,
.header.innerbg .navs li a:before {
  background: url(../images/navsbg1.png) center no-repeat;
  background-size: cover;
}
.header.scrollbg .menubtn span,
.header.innerbg .menubtn span {
  background: #6EB937;
}
.header.scrollbg .menubtn span:before,
.header.innerbg .menubtn span:before,
.header.scrollbg .menubtn span:after,
.header.innerbg .menubtn span:after {
  background: #6EB937;
}
.header.scroll {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.header.scroll .navs li a {
  color: #333333;
}
.header.scroll .navs li a:before {
  background: url(../images/navsbg1.png) center no-repeat;
  background-size: cover;
}
.header.scroll .navs li:hover a,
.header.scroll .navs li.active a {
  color: #6EB937;
}
.header.innerbg {
  transition: 0.4s;
}
.header.innerbg .navs li a {
  color: #333333;
}
.header.innerbg .navs li:hover a,
.header.innerbg .navs li.active a {
  color: #6EB937;
}
.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 6.5vw;
  
}
.logoBox{display: inline-block;overflow: hidden;background-size: 100%;background-position: center;     width: 220px;
  height: 36.2px;
  background-repeat: no-repeat;}
.logobg{background-image: url(../images/logo.png);}
.logobg1{background-image: url(../images/logo2.png);}
.logo {
  display: block;
  width: 220px;
  height: auto;
  position: relative;
}
.header-right {
  display: flex;
  align-items: center;
}
.navs {
  display: flex;
}
.navs li {
  margin-right: 14px;
  position: relative;
}
.navs li:last-child {
  margin-right: 0;
}
.navs li:hover a:before,
.navs li.active a:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.navs li a {
  display: inline-block;
  padding: 0 18px;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.navs li a:hover{
  color:#6EB937;
}
/* .navs li a:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  z-index: -1;
  content: "";
  width: 35px;
  height: 36px;
  background: url(../images/navsbg.png) center no-repeat;
  opacity: 0;
  transform: scale(0);
  transform-origin: right center;
  transition: 0.38s;
} */
.banner-box {
  position: relative;
  overflow: hidden;
}
.banner {
  height: 100vh;
}
.banner-slide {
  overflow: hidden;
}
.banner-slide a {
  display: block;
}
.banner-slide figure {
  display: block;
  height: 100vh;
  overflow: hidden;
}
.banner-slide figure img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-btn {
  position: absolute;
  left: 4.58vw;
  bottom: 48px;
  display: flex;
  line-height: 1;
  z-index: 10;
}
.banner-btn-item {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.banner-btn-item:first-child {
  position: relative;
  margin-right: 64px;
}
.banner-btn-item:first-child:hover i {
  transform: translateX(-4px);
}
.banner-btn-item:first-child:before {
  position: absolute;
  right: -32px;
  top: 50%;
  margin-top: -6px;
  content: "";
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
}
.banner-btn-item:last-child {
  flex-direction: row-reverse;
}
.banner-btn-item:last-child i {
  margin-right: 0;
  margin-left: 14px;
}
.banner-btn-item:last-child:hover i {
  transform: translateX(4px);
}
.banner-btn-item i {
  display: inline-block;
  margin-right: 14px;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  transition: 0.3s;
}
.banner-btn-item span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}
.banner-cls {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1px;
  opacity: 0.43;
}
.banner-text {
  position: absolute;
  left: 12.14vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50%;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner-text .bannersvg {
  width: 100%;
  height: auto;
}
.banner-info {
  position: absolute;
  left: 9.64vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner-small p {
  color: #fff;
  font-size: 5vw;
  line-height: 1.1;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.banner-create {
  margin-top: 20px;
  color: #fff;
  font-size: 2vw;
  text-align: center;
}
.scroll-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 10;
  text-align: center;
}
.scroll-down small {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 14px;
}
.scroll-line {
  margin: auto;
  margin-top: 16px;
  position: relative;
  width: 1px;
  height: 106px;
  background: url(../images/line.png) center top no-repeat;
}
.scroll-line:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 18px;
  background: #fff;
  animation: mousedown 1s infinite;
}
@keyframes mousedown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0.2;
    transform: translateY(16px);
  }
}
.home-about {
  position: relative;
  box-sizing: border-box;
  padding: 136px 0;
  height: 100vh;
}
.home-about-wrap {
  position: relative;
  padding-left: 12.5vw;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 100%;
}
.about-imgs {
  width: 52.5%;
}
.about-imgs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18.75vw 0 0 0;
}
.about-floors {
  position: relative;
  /* padding-top: 5.73vw; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 39.09%;
}
.about-floors:before {
  position: absolute;
  left: -12.5vw;
  top: 5.73vw;
  content: "";
  width: 7.86vw;
  height: 15.52vw;
  background: url(../images/dit.png) center no-repeat;
  background-size: cover;
}
.about-floors-top {
  margin-bottom: 34px;
}
.about-floors-top small {
  display: block;
  line-height: 1;
  color: #6EB937;
  font-size: 3.1vw;
  text-transform: uppercase;
  font-weight: bold;
}
.about-floors-info {
  color: #767676;
  font-size: 18px;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; */
  /* word-break: break-all; */
}
.floors-data {
  margin-top: 3.02vw;
  /* padding-right: 20%; */
  display: flex;
  flex-wrap: wrap;
}
.floors-data-item {
  margin-bottom: 38px;
  width:33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
.floors-data-item b {
  display: block;
  margin-bottom: 6px;
  line-height: 1;
  color: #6EB937;
  font-size: 2.38vw;
}
.floors-data-item p {
  color: #767676;
  font-size: 16px;
}
.home-about-min {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 169px;
  line-height: 1;
  z-index: -1;
}
.home-about-min img {
  display: block;
  width: 100%;
  height: auto;
}
.category {
  box-sizing: border-box;
  padding: 11.46vw 12.29vw 0;
  height: 100vh;
  /* background: #95c68f8a; */
  background: #f8f8f8;
}
.category-wrap {
  position: relative;
  height: 100%;
  padding-left: 24.17%;
}
.category-info {
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 5;
}
.category-fl {
  width: 354px;
}
.category-fl p {
  /* color: #ffffff;
  opacity: 0.5;
  font-size: 16px; */
  color: #101010;
    opacity: .96;
    font-size: 18px;
    background: rgb(177 238 169 / 83%);
    padding: 30px;
}
.common-btn {
  margin-top: 56px;
}
.common-btn a {
  display: inline-flex;
}
.common-btn a:hover p {
  color: #fff;
}
.common-btn a:hover i {
  border-color: #fff;
  color: #fff;
}
.common-btn a p {
  display: inline-flex;
  color: #808080;
  font-size: 16px;
  line-height: 26px;
  transition: 0.35s;
}
.common-btn a i {
  display: inline-block;
  margin-left: 26px;
  width: 24px;
  height: 24px;
  border: 1px solid #808080;
  color: #808080;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
  transition: 0.35s;
}
.category-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.category-wrap:before {
  position: absolute;
  left: 41.6%;
  top: -56px;
  z-index: -1;
  content: "";
  width: 25.21vw;
  height: 15.52vw;
  background: url(../images/dit1.png) center no-repeat;
  background-size: cover;
}
.category-imgs {
  position: relative;
  z-index: 2;
  width: 55.9%;
  line-height: 1;
}
/* .category-imgs:before {
  position: absolute;
  right: -22px;
  top: -22px;
  content: "";
  width: 23.13vw;
  height: 11.56vw;
  border-radius: 0 11.56vw 0 0;
  border-right: 1px solid #6EB937;
  z-index: -1;
} */
.category-imgs figure {
  display: block;
  overflow: hidden;
  height: 100%;
}
.category-imgs figure img {
  display: block;
  width: 100%;
  height: 100%;
  border-top-right-radius: 9.38vw;
  object-fit: cover;
}
.category-list {
  padding-bottom: 126px;
  width: 34.36%;
}
.category-list li {
  margin-bottom: 2.5vw;
}
.category-list li:last-child {
  margin-bottom: 0;
}
.category-list li a:hover b,
.category-list li a:hover p {
  color: #333;
}
.category-list li i {
  display: block;
  margin-bottom: 8px;
  line-height: 1;
  color: #6EB937;
  font-size: 1.35vw;
  font-weight: normal;
  transition: 0.3s;
}
.category-list li p {
  color: #606060;
  font-size: 18px;
  transition: 0.3s;
  text-transform: uppercase;
}
.category-list li .smP{
  display: none;
}
.category-list li .smImg{
  display: none;
}
.material {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
  padding: 0 12.5vw;
  height: 100vh;
}
/* .material:before {
  position: absolute;
  left: 0;
  bottom: 7.29vw;
  content: "";
  width: 7.86vw;
  height: 15.52vw;
  background: url(../images/dit_1.png) left top no-repeat;
  background-size: 100% auto;
  opacity: 0.6;
}
.material:after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
  content: "";
  width: 29.79vw;
  height: 36.46vw;
  background: url(../images/watermarks.png) center no-repeat;
  opacity: 0.6;
} */
.material-small {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}
.material-small small {
  display: block;
  color: #6EB937;
  opacity: 0.03;
  line-height: 1.1;
  text-transform: uppercase;
  font-size: 11.46vw;
}
.material-small small:first-child {
  padding-left: 12.5vw;
}
.material-small small:nth-child(2) {
  padding-left: 39.06vw;
}
.material-tab {
  position: relative;
  width: 100%;
}
.material-wrap {
  z-index: 1;
}
.material-info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 420px;
}
.material-info small {
  display: block;
  margin-bottom: 24px;
  line-height: 1;
  color: #6EB937;
  font-size: 3.1vw;
  text-transform: uppercase;
  font-weight: bold;
}
.material-info p {
  color: #767676;
  font-size: 18px;
  line-height: 1.5;
  /* word-break: break-all; */
}
.material-slide {
  overflow: hidden;
}
.material-slide figure {
  position: relative;
  padding-bottom: 30.57vw;
  line-height: 1;
  overflow: hidden;
  text-align: center;
}
.material-slide figure img {
  position: absolute;
  left: 30%;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 60%;
  max-height: 60%;
}
.material-fix {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  align-items: center;
}
.material-numble {
  color: #6EB937;
  font-size: 1.25vw;
  line-height: 1;
}
.material-numble b {
  display: inline-block;
  font-weight: normal;
  font-size: 2.5vw;
}
.material-numble span {
  display: inline-block;
}
.material-btn {
  margin-left: 32px;
  display: flex;
}
.material-btn span {
  display: inline-block;
  margin-right: 20px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
  cursor: pointer;
  background: #cec7bb;
  font-size: 12px;
  transition: 0.4s;
  color: #fff;
}
.material-btn span:hover {
  background: #6EB937;
}
.material-btn span:last-child {
  margin-right: 0;
}
.applicate {
  display: flex;
  align-items: center;
  /* background: #262626; */
  height: 100vh;
  /* background: #95c68f8a; */
  background: #f8f8f8;
}
.applicate-imgs {
  width: 50%;
  height: 60%;
}
.applicate-imgs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.applicate-info {
  margin-left: 6.77vw;
  width: 32.08vw;
}
.applicate-top {
  margin-bottom: 45px;
}
.applicate-tt {
  line-height: 1;
  color: #6EB937;
  font-size:3.1vw;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.applicate-list {
  margin-top: 2.81vw;
  /* margin-left: -3.13vw;
  margin-right: -20px; */
  display: flex;
  flex-wrap: wrap;
}
.applicate-list li {
  box-sizing: border-box;
  position: relative;
  width: 33.333%;
  /* padding-left: 3.13vw; */
  margin-bottom: 26px;
  font-size: 18px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 1;
  display:flex;justify-content:center;align-items:center;
  height: 36px;
}
.applicate-list li a {
  display: inline-block;
  color: #555555;
  font-weight: bold;
  text-align: center;
}
.applicate-list li a:hover {
  color: #6EB937;
}
.applicate-list li:nth-child(3n+3) {
  border-right: none;
}
.applicate-text p {
  color: #555555;
  font-size: 18px;
}
.cases-box {
  /* position: relative;
  display: flex;
  align-items: flex-end;
  height: 100vh;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1.56vw solid #6EB937;
  padding-left: 11.46vw;
  padding-bottom: 40px; */
  position: relative;
  height: 100vh;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 12.5vw;
}
.cases-wrap {
  width: 100%;
}
.cases-top {
  margin-bottom: 3.65vw;
  display: flex;
  align-items: center;
}
.cases-title {
  display: block;
  line-height: 1;
  color: #6EB937;
  font-size: 4.17vw;
  text-transform: uppercase;
  font-weight: normal;
}
.cases-info {
  margin-left: 58px;
  width: 570px;
  color: #767676;
  font-size: 18px;
  line-height: 1.5;
}
.cases-swiper {
  margin-left: -2.86vw;
}
.cases-slide {
  position: relative;
  padding-right: 2.86vw;
  padding-top: 26px;
  padding-left: 2.86vw;
  width: 19.79vw;
}
.cases-slide:hover:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.cases-slide:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 7.86vw;
  height: 5.94vw;
  background: url(../images/dit2.png) center no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: 0.58s;
  transform: scale(0);
}
.cases-slide a:hover figure {
  /* border-top-right-radius: 5vw; */
}
.cases-slide a:hover figure img {
  /* transform: scale(1.06); */
}
.cases-slide a:hover .cases-imgs:before {
  opacity: 1;
  visibility: visible;
  border-top-right-radius: 6.04vw;
}
.cases-slide a:hover .cases-text {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.cases-slide .cases-imgs {
  position: relative;
}
/* .cases-slide .cases-imgs:before {
  position: absolute;
  right: -10px;
  top: -10px;
  content: "";
  width: 116px;
  height: 114px;
  border-top: 1px solid #6EB937;
  border-right: 1px solid #6EB937;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
} */
.cases-slide figure {
  position: relative;
  line-height: 1;
  transition: 0.6s;
  overflow: hidden;
}
.cases-slide figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.68s;
}
.cases-text {
  margin-top: 26px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: translateY(60px);
}
.cases-text strong {
  display: block;
  line-height: 1.2;
  color: #666666;
  font-size: 18px;
  font-weight: normal;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 44px;
}
.cases-text span {
  display: inline-block;
  margin-top: 10px;
  color: #666666;
  font-size: 16px;
}
.cases-text span i {
  display: inline-block;
  margin-left: 4px;
  font-style: normal;
  font-size: 12px;
}
.footer-box {
  background-position: center;
  display: flex;
  align-items: center;
  height: 100vh;
  background-size: cover;
}
.footer-wrap {
  padding-left: 12.24vw;
  display: flex;
}
.flogo {
  width: 26.46vw;
}
.flogo img {
  display: block;
  width: 220px;
  opacity: .6;
}
.footer-list {
  display: flex;
}
.footer-item {
  width: 21.83vw;
}
.footer-item {
  display: block;
}
.footer-navs {
  display: block;
}
.footer-navs li {
  margin-bottom: 15px;
}
.footer-navs li a {
  display: inline-block;
  color: #bababa;
  font-size: 26px;
}
.footer-navs li a:hover {
  color: #fff;
}
.footer-address strong {
  display: block;
  margin-bottom: 18px;
  color: #bababa;
  font-size: 26px;
  font-weight: normal;
}
.footer-address p {
  margin-bottom: 10px;
  color: #bababa;
  font-size: 18px;
  line-height: 1.5;
}
.footer-copy {
  margin-top: 5.52vw;
  display: flex;
  flex-wrap: wrap;
}
.footer-copy p {
  margin-right: 36px;
  color: #bababa;
  font-size: 18px;
}
.footer-copy p i {
  display: inline-block;
  margin-left: 5px;
  width: 14px;
  height: 14px;
  background: url(../images/net.png) center no-repeat;
}
.footer-copy p:last-child {
  margin-right: 0;
}
.home-swiper {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.home-swiper .swiper-pagination {
  right: 54px;
}
.home-swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 18px 0;
  width: 22px;
  height: 22px;
  background: none;
  opacity: 1;
  cursor: pointer;
}
.home-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
}
.home-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.home-swiper .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: 0.4s;
}
.home-swiper .swiper-pagination .swiper-pagination-bullet:after {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  transition: 0.35s;
}
.home-slide {
  overflow: hidden;
}
.common-hide {
  overflow: hidden;
}
.common-hide.article-block small {
  opacity: 0;
  visibility: hidden;
  transform: translateY(110%);
  transition: 0.7s;
}
.home-slide.swiper-slide-active .common-hide small {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.3s;
}
.home-slide.swiper-slide-active .common-hide:nth-child(2) small {
  transition-delay: 0.5s;
}
.about-floors-info.article-block,
.floors-data.article-block .floors-data-item,
.common-btn,
.material-info p.article-block,
.applicate-tt.article-block,
.applicate-list.article-block,
.cases-title.article-block,
.cases-info.article-block {
  opacity: 0;
  visibility: visible;
  transform: translateY(60px);
  transition: 0.6s;
}
.about-imgs.article-block img,
.category-imgs.article-block img {
  border-radius: 0;
  transition: 1s;
}
.category-imgs.article-block:before {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  border-radius: 0;
}
.category-list.article-block li {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.65s 0.65s;
}
.home-slide.swiper-slide-active .about-floors-info.article-block,
.home-slide.swiper-slide-active .floors-data.article-block .floors-data-item,
.home-slide.swiper-slide-active .common-btn,
.home-slide.swiper-slide-active .material-info p.article-block,
.home-slide.swiper-slide-active .applicate-tt.article-block,
.home-slide.swiper-slide-active .applicate-list.article-block,
.home-slide.swiper-slide-active .cases-title.article-block,
.home-slide.swiper-slide-active .cases-info.article-block {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.65s;
}
.home-slide.swiper-slide-active .category-imgs.article-block:before {
  opacity: 1;
  visibility: visible;
  border-radius: 0 11.56vw 0 0;
  transition-delay: 0.65s;
}
.home-slide.swiper-slide-active .category-list.article-block li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.home-slide.swiper-slide-active .category-list.article-block li:nth-child(2) {
  transition-delay: 0.8s;
}
.home-slide.swiper-slide-active .category-list.article-block li:nth-child(3) {
  transition-delay: 0.95s;
}
.home-slide.swiper-slide-active .category-list.article-block li:nth-child(4) {
  transition-delay: 1.1s;
}
.home-slide.swiper-slide-active .category-list.article-block li:nth-child(5) {
  transition-delay: 1.25s;
}
.home-slide.swiper-slide-active .common-btn,
.home-slide.swiper-slide-active .applicate-list.article-block,
.home-slide.swiper-slide-active .cases-info.article-block {
  transition-delay: 0.8s;
}
.home-slide.swiper-slide-active .applicate .common-btn {
  transition-delay: 1.2s;
}
.home-slide.swiper-slide-active .applicate-text.article-block {
  transition-delay: 1s;
}
.home-slide.swiper-slide-active .material-info p.article-block {
  transition-delay: 0.8s;
}
.home-slide.swiper-slide-active .floors-data.article-block .floors-data-item:nth-child(2) {
  transition-delay: 0.8s;
}
.home-slide.swiper-slide-active .floors-data.article-block .floors-data-item:nth-child(3) {
  transition-delay: 0.95s;
}
.home-slide.swiper-slide-active .floors-data.article-block .floors-data-item:nth-child(4) {
  transition-delay: 1.1s;
}
.home-slide.swiper-slide-active .floors-data.article-block .floors-data-item:nth-child(5) {
  transition-delay: 1.25s;
}
.home-slide.swiper-slide-active .about-imgs.article-block img {
  /* border-radius: 18.75vw 0 0 0; */
  transition-delay: 0.5s;
}
.home-slide.swiper-slide-active .category-imgs.article-block img {
  /* border-top-right-radius: 9.38vw; */
  transition-delay: 0.5s;
}
.function-floor {
  position: relative;
  z-index: 2;
  padding: 6.5vw 14.58vw 0;
  overflow: hidden;
}
.floor-title {
  display: block;
  text-align: center;
  line-height: 1;
  color: #6EB937;
  font-size: 3.1vw;
  text-transform: uppercase;
}
.ring {
  position: absolute;
  right: -3.96vw;
  top: 64px;
  z-index: -1;
  width: 28.33vw;
  height: 28.65vw;
  background: url(../images/ring.png) center no-repeat;
  background-size: cover;
}
.functional-tab {
  margin-top: 4.69vw;
}
.functional-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.functional-imgs {
  width: 43.97%;
}
.functional-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 133.2%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.functional-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.functional-info {
  width: 50%;
  /* font-family: "Open Sans"; */
}
.functional-top {
  position: relative;
  margin-bottom: 3.99vw;
}
.functional-top p {
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
}
.functional-title {
  margin-bottom: 12px;
}
.functional-title h4 {
  display: block;
  color: #333333;
  font-size: 3.1vw;
  line-height: 1.2;
  /* font-family: "Open Sans-bold"; */
  /* font-weight: normal; */
  font-weight: bold;
}
.functional-title h4:nth-child(2) {
  padding-left: 2.92vw;
}
.functionEn {
  position: absolute;
  left: 8.33vw;
  bottom: -15px;
  z-index: -1;
  height: 10vw;
}
.function-introduct span {
  display: block;
  margin-bottom: 20px;
  position: relative;
  padding-left: 13.54vw;
  color: #6EB937;
  font-size: 1.56vw;
  line-height: 1;
}
.function-introduct span:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 11.25vw;
  height: 1px;
  background: #6EB937;
}
.function-introduct p {
  color: #666666;
  font-size: 18px;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; */
}
.function-detail {
  margin-top: 3.44vw;
}
.function-detail a,
.function-detail span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-left: 28px;
  color: #6EB937;
  font-size: 18px;
  background: url(../images/arrow1.png) left center no-repeat;
}
.function-detail a:before,
.function-detail span:before {
  content: "";
  width: 0;
  height: 1px;
  background: #6EB937;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.function-detail a:hover,
.function-detail span:hover,
.function-detail a.active,
.function-detail span.active {
  color: #6EB937;
}
.function-detail a:hover:before,
.function-detail span:hover:before,
.function-detail a.active:before,
.function-detail span.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.functional-class {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 12px;
  z-index: 10;
}
.functional-class-item {
  position: relative;
  padding-left: 70px;
  margin-bottom: 12px;
  cursor: pointer;
}
.functional-class-item:hover:before,
.functional-class-item.active:before {
  width: 58px;
}
.functional-class-item:hover a,
.functional-class-item.active a {
  color: #6EB937;
}
.functional-class-item:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 58px;
  width: 0;
  height: 1px;
  background: #6EB937;
  transition: 0.35s;
}
.functional-class-item:last-child {
  margin-bottom: 0;
}
.functional-class-item a {
  display: inline-block;
  color: #666666;
  font-size: 16px;
  transition: 0.36s;
}
.pagepn{width: 100%;display:flex;justify-content:center;align-items:center;}
.wrap{margin: 3vw 0 0;display: flex;align-items: center; justify-content: flex-start;}
.wrap a{ width: 30px;  height: 30px;  border: 1px solid #e5e5e5;  display: flex;  align-items: center;  justify-content: center;  margin: 0 0.6vw 0 0;  transition: all 0.3s ease;font-size: 14px;}
.wrap a i{font-size:18px;}
.wrap .on{background: #6EB937; border: 1px solid #6EB937;color: #ffffff;}
.wrap a:hover{background: #6EB937; border: 1px solid #6EB937;color: #ffffff;}

.common-mouse {
  position: fixed;
  left: 0;
  top: 0;
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #6EB937;
  z-index: 99;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.2) translateZ(0);
  transition: all 0s 0s, opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: auto;
}
.common-mouse.is-show {
  opacity: 1;
  transform: none;
}
.common-mouse:before {
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
  left: 12px;
  content: "";
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-right: 8px solid #fff;
}
.common-mouse:after {
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
  right: 12px;
  content: "";
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-left: 8px solid #fff;
}
.lvt-floor {
  position: relative;
  z-index: 2;
  margin-top: 11.35vw;
  padding: 0 14.58vw 13.02vw;
}
.lvt-floor1{
  padding-bottom: 30px;
}
/* .lvt-floor:before {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 54.79vw;
  height: 44.27vw;
  background: url(../images/circle.png) center no-repeat;
  background-size: cover;
} */
.lvt-floor2:before{
  right: auto;
  left: 0;
}
.floor-title1 {
  text-align: left;
}
.lvt-floor-wrap {
  position: relative;
  margin-top: 3.65vw;
  display: flex;
  justify-content: space-between;
}
.lvt-list {
  width: 42.35%;
}
.lvt-list li {
  margin-bottom: 1.65vw;
}
.lvt-list li:last-child {
  margin-bottom: 0;
}
.lvt-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lvt-list li a:hover .lvt-imgs figure img {
  transform: scale(1.1);
}
.lvt-imgs {
  width: 26.8%;
}
.lvt-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 102.9%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.lvt-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lvt-imgs img {
  transition: 0.4s;
}
.lvt-info {
  width: 68.04%;
}
.lvt-info strong {
  display: block;
  margin-bottom: 8px;
  line-height: 1.5;
  color: #333333;
  font-size: 1.46vw;
  font-family: "Open Sans-bold";
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lvt-info p {
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-arrow {
  margin-top: 0.78vw;
}
.common-arrow span,
.common-arrow a {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-left: 32px;
  color: #6EB937;
  font-size: 18px;
  background: url(../images/arrow1.png) left center no-repeat;
}
.common-arrow span:before,
.common-arrow a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #6EB937;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.common-arrow span:hover,
.common-arrow a:hover,
.common-arrow span.active,
.common-arrow a.active {
  color: #6EB937;
}
.common-arrow span:hover:before,
.common-arrow a:hover:before,
.common-arrow span.active:before,
.common-arrow a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.lvt-imgs-list {
  display: flex;
  width: 53.97%;
}
.lvt-imgs-item {
  flex: 1;
  margin-right: 15px;
}
.lvt-imgs-item:last-child {
  margin-right: 0;
  margin-top: -6.77vw;
}
.lvt-imgs-item figure {
  position: relative;
  display: block;
  padding-bottom: 142.85%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.lvt-imgs-item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lvt-imgs-item figure img {
  height: 110%;
}
.spc-floor {
  padding: 0 14.58vw 6.67vw 14.58vw;
}

.jcsbBox{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px 20px;
  align-items: stretch;
  margin-top:30px;
}
.jcsbBox img{
  width: 100%;
}
.spc-floor .p1{
  color: #333333;font-size: 18px;line-height: 1.5;margin-top:12px;
  width: 100%;
}
.spc-swiper {
  margin-top: 4.38vw;
  overflow: visible;
}
.spc-slide {
  position: relative;
  width: 14.06vw;
}
.spc-slide a {
  display: block;
  transform: skewX(-18deg);
  overflow: hidden;
}
.spc-slide figure {
  position: relative;
  padding-bottom: 24.21vw;
  transform: skewX(18deg);
  height: 0;
}
.spc-slide figure img {
  position: absolute;
  min-width: 200%;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  object-fit: cover;
}
.spc-slide span {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.25vw;
  z-index: 3;
  transform: skewX(18deg);
}
.spc-small {
  letter-spacing: 1.67vw;
  color: #6EB937;
  opacity: 0.13;
  font-size: 5vw;
  text-transform: uppercase;
}
.spc-floor {
  position: relative;
  z-index: 2;
}
.spc-alrcle {
  position: absolute;
  left: 7.4vw;
  top: -5.31vw;
  z-index: -1;
  width: 30.21vw;
  height: 30.21vw;
  border-radius: 50%;
  border: 1px solid rgba(162, 128, 90, 0.2);
}

.inner-footer {
  padding: 3.69vw 14.58vw 3.17vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-image: url(../images/ind_bBg.jpg);
  background-position: center;
  background-size: cover;
}
.inner-footer .footer-wrap {
  padding-left: 0;
}
.inner-footer .footer-wrap .footer-right {
  width: 65.8%;
}
.inner-footer .footer-wrap .footer-right .footer-navs li a:hover {
  color: #6EB937;
}
.inner-footer .footer-wrap .footer-navs li {
  margin-bottom: 10px;
}
.inner-footer .footer-wrap .footer-navs li a,
.inner-footer .footer-wrap .footer-address strong {
  color: #dddddd;
  font-size: 18px;
}
.inner-footer .footer-wrap .footer-address p {
  color: #dddddd;
}
.inner-footer .footer-wrap .footer-copy {
  margin-top: 50px;
}
.inner-footer .footer-wrap .footer-copy p {
  color: #dddddd;
}
.dry-back {
  padding: 13.02vw 0 8.33vw;
}
.dry-max-swiper {
  margin: 0 14.58vw;
}
.dry-items {
  float: left;
  display: flex;
  align-items: center;
  width: 100%;
}
.dry-imgs {
  width: 41.32%;
}
.dry-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 72.64%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.dry-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dry-info {
  margin-left: 5.21vw;
  flex: 1;
}
.dry-info strong {
  display: block;
  margin-bottom: 26px;
  line-height: 1.2;
  color: #6EB937;
  font-size: 52px;
  font-family: "Open Sans-bold";
}
.dry-info p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}
.dry-min-hide {
  margin-top: 58px;
  margin-left: 14.58vw;
  overflow: hidden;
}
.dry-min-swiper {
  margin-left: -6px;
  margin-right: -40px;
}
.dry-min-item {
  float: left;
}
.dry-min-wr {
  margin: 0 6px;
  line-height: 1;
}
.dry-min-wr figure {
  position: relative;
  display: block;
  padding-bottom: 72.644%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.dry-min-wr figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dry-min-wr strong {
  display: block;
  margin-top: 18px;
  margin-bottom: 5px;
  margin-left: 20px;
  line-height: 1.1;
  color: #6EB937;
  font-size: 18px;
  font-family: "Open Sans-bold";
}
.dry-min-wr p {
  color: #6EB937;
  font-size: 14px;
}
.technicals {
  padding: 0 14.58vw 7.81vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.technical-menu-list li {
  margin-bottom: 24px;
  position: relative;
  cursor: pointer;
}
.technical-menu-list li:hover:before,
.technical-menu-list li.active:before {
  width: 47px;
}
.technical-menu-list li:hover span,
.technical-menu-list li.active span {
  padding-left: 26px;
  color: #6EB937;
}
.technical-menu-list li:before {
  position: absolute;
  left: -26px;
  top: 50%;
  content: "";
  width: 0;
  height: 1px;
  background: #6EB937;
  transition: 0.4s;
}
.technical-menu-list li span {
  display: block;
  position: relative;
  padding-left: 0;
  color: #666666;
  font-size: 16px;
  transition: 0.4s;
}
.technical-info {
  width: 76.02%;
}
.technical-item {
  position: relative;
  margin-bottom: 5.94vw;
}
.technical-item:last-child {
  margin-bottom: 0;
}
.technical-block {
  position: absolute;
  left: 0;
  top: -102px;
  height: 102px;
}
.technical-title {
  display: block;
  padding-left: 20px;
  border-left: 6px solid #6EB937;
  line-height: 34px;
  color: #6EB937;
  font-size: 32px;
  font-weight: normal;
  font-family: "Open Sans-bold";
}
.technical-imgs {
  margin-top: 32px;
}
.technical-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.technical-load li {
  padding: 36px 0;
  border-bottom: 1px solid #dddddd;
}
.technical-load li:last-child {
  border-bottom: none;
}
.technical-load li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.load-info {
  width: 72.97%;
}
.load-info strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #333333;
  font-size: 24px;
}
.load-info p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}
.load-btn {
  text-align: center;
}
.load-btn b {
  display: block;
  margin-bottom: 3px;
  color: #6EB937;
  font-weight: normal;
  font-size: 34px;
}
.load-btn span {
  display: block;
  line-height: 1;
  color: #6EB937;
  font-size: 16px;
}
.certificate-list {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
}
.certificate-list li {
  margin-right: 3.73%;
  width: 22.2%;
  transition: 0.35s;
}
.certificate-list li:hover {
  transform: translateY(-5px);
}
.certificate-list li figure {
  position: relative;
  display: block;
  padding-bottom: 119.4%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border: 3px solid #6EB937;
}
.certificate-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.certificate-list li figure img {
  object-fit: contain;
}
.certificate-list li:nth-child(4n+4) {
  margin-right: 0;
}
.pbanner {
  position: relative;
  overflow: hidden;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 34.47%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
/* .pbanner figure::after{
  content:"";
  position: absolute;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.4);
  z-index: 1;
  top:0;
  left:0;
} */
.pbanner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pbanner-text {
  position: absolute;
  left: 14.58vw;
  bottom: 62px;
  z-index: 10;
  width: 1090px;
  max-width: 100%;
}
.pbanner-text strong {
  display: block;
  margin-bottom: 8px;
  line-height: 1.2;
  color: #fff;
  font-size: 3.13vw;
  font-weight: bold;
  text-transform: uppercase;
}
.pbanner-text p {
  color: #fff;
  font-size: 1.56vw;
  line-height: 1.4;
}
.product-introduct {
  padding: 7.55vw 14.58vw 9.11vw;
  position: relative;
  z-index: 2;
}
.product-introduct .ring {
  top: auto;
  bottom: 8.54vw;
}
.introduct-en {
  color: #6EB937;
  font-size: 5vw;
  opacity: 0.13;
  letter-spacing: 3.44vw;
  line-height: 1.5;
  text-transform: uppercase;
}
.introduct-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.introduct-imgs {
  width: 44.85%;
}
.introduct-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.introduct-info {
  padding-bottom: 50px;
  width: 48.52%;
}
.introduct-info strong {
  display: block;
  margin-bottom: 22px;
  line-height: 1;
  color: #6EB937;
  font-size: 3.1vw;
  font-weight: normal;
  font-family: "Open Sans-bold";
}
.introduct-info p {
  color: #666666;
  font-size: 16px;
}
.structure {
  position: relative;
  z-index: 2;
  padding: 8.33vw 14.58vw 9.38vw;
}
.structure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 25.78vw;
  background: #f7f7f7;
}
.structure-title {
  position: relative;
  z-index: 2;
  padding-left: 7.81vw;
  line-height: 1;
  color: #6EB937;
  font-size: 3.1vw;
  font-family: "Open Sans-bold";
}
.structure-title:before {
  position: absolute;
  left: 3.65vw;
  top: 0;
  content: "";
  width: 10px;
  height: 7.81vw;
  background: #6EB937;
}
.structure-wrap {
  position: relative;
  margin-top: 40px;
  padding: 0 7.81vw;
  background: #fff;
}
.structure-imgs {
  position: relative;
}
.structure-imgs figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.structure-imgs figure img {
  display: block;
  width: 100%;
  height: auto;
}
.dit-item {
  position: absolute;
  z-index: 3;
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.dit-item:nth-child(2n+2):before {
  animation-delay: 0.3s;
}
.dit-item:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(162, 128, 90, 0.4);
  border-radius: 50%;
  animation: pulse 3s 0.15s infinite;
}
@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  40% {
    opacity: 1;
    transform: scale(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.dit-item:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  content: "";
  width: 12px;
  height: 12px;
  background: #6EB937;
  border-radius: 50%;
}
.dit-item1 {
  left: 43.26%;
  top: 52.34%;
}
.dit-item2 {
  left: 48.57%;
  top: 62.76%;
}
.dit-item3 {
  left: 53.7%;
  top: 72.34%;
}
.dit-item4 {
  left: 50.75%;
  top: 79.78%;
}
.structure-text {
  margin-top: 3.13vw;
}
.structure-text strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #6EB937;
  font-size: 24px;
  font-weight: normal;
}
.structure-text p {
  color: #666666;
  font-size: 16px;
}
.texture {
  position: relative;
  z-index: 2;
  padding: 7.29vw 14.58vw 6.77vw;
}
.texture-arlcle {
  position: absolute;
  right: 14.58vw;
  top: 3.85vw;
  z-index: -2;
  width: 34.27vw;
  height: 34.27vw;
  background: url(../images/texture.png) center no-repeat;
  background-size: cover;
}
.texture-en {
  position: absolute;
  left: 14.58vw;
  top: 0;
  color: transparent;
  -webkit-text-stroke: 1px #a2805a;
  opacity: 0.2;
  text-transform: uppercase;
  font-size: 16.25vw;
  font-family: "Open Sans-bold";
  line-height: 1;
}
.texture-tab {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.texture-left {
  padding-top: 4.17vw;
  width: 43.75%;
}
.texture-in h3 {
  display: block;
  margin-bottom: 3.75vw;
  line-height: 1.2;
  color: #6EB937;
  font-size: 3.1vw;
  font-weight: normal;
  font-family: "Open Sans-bold";
}
.texture-in p {
  color: #6EB937;
  font-size: 24px;
}
.texture-min {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 42px;
}
.texture-slide-min {
  float: left;
  position: relative;
  width: 20%;
  cursor: pointer;
}
.texture-slide-min.slick-current figure:before {
  opacity: 1;
  visibility: visible;
}
.texture-slide-min figure {
  margin: 0 15px;
  position: relative;
  display: block;
  padding-bottom: 62px;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.texture-slide-min figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.texture-slide-min figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  content: "";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 5px solid #ffce97;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.texture-swiper {
  width: 35.88%;
}
.texture-slide {
  position: relative;
  float: left;
}
.texture-slide figure {
  display: block;
  width: 247px;
  line-height: 1;
  overflow: hidden;
}
.texture-slide figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.texture-info {
  position: absolute;
  right: 40px;
  top: 110px;
  transform-origin: center center;
  transform: rotate(90deg);
}
.texture-info strong {
  display: block;
  margin-bottom: 6px;
  line-height: 1;
  color: #6EB937;
  font-size: 36px;
  font-weight: normal;
}
.texture-info p {
  color: #666666;
  font-size: 16px;
}
.scenario {
  padding-left: 14.58vw;
  padding-bottom: 10.42vw;
}
.scenario-title {
  margin-bottom: 32px;
  color: #6EB937;
  line-height: 1;
  font-size: 3.1vw;
  font-family: "Open Sans-bold";
}
.scenario-slide {
  width: auto;
}
.scenario-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  max-width: 26.46vw;
}
.scenario-slide figure:hover img {
  transform: scale(1.06);
}
.scenario-slide figure img {
  max-width: 100%;
  width: auto;
  height: auto;
  transition: 0.5s;
}
.advantages {
  position: relative;
  display: flex;
  align-items: center;
}
.advantages-imgs {
  width: 50%;
}
.advantages-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.advantages-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advantages-imgs figure img {
  height: 110%;
}
.advantages-info {
  position: relative;
  width: 35.41%;
}
.advantages-title {
  margin-bottom: 6.25vw;
  padding-left: 4.17vw;
}
.advantages-title h4 {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #6EB937;
  font-size: 3.1vw;
  text-transform: uppercase;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: bold;
}
.advantages-title p {
  color: #6EB937;
  font-size: 18px;
}
.advantages-list {
  position: relative;
  padding: 3.44vw 10px 10px 4.27vw;
  background: #fefaf5;
  margin-left: -112px;
  border-bottom: 6px solid #6EB937;
}
.advantages-li {
  display: flex;
  flex-wrap: wrap;
}
.advantages-li li {
  margin-bottom: 44px;
  width: 50%;
  display: flex;
  align-items: center;
}
.advantages-li li figure {
  display: block;
  width: 40px;
  height: 42px;
  display: flex;
  align-items: center;
}
.advantages-li li figure img {
  max-width: 100%;
  max-height: 100%;
}
.advantages-li li p {
  margin-left: 10px;
  padding-right: 10px;
  color: #666666;
  font-size: 16px;
}
.advantages-en {
  position: absolute;
  right: 0;
  top: 0;
}
.advantages-en small {
  width: 7.19vw;
  display: block;
  white-space: nowrap;
  transform-origin: center top;
  transform: rotate(90deg);
  text-transform: uppercase;
  line-height: 1;
  color: #6EB937;
  opacity: 0.1;
  font-size: 7.19vw;
}
.qualificate {
  padding: 9.9vw 14.58vw 9.38vw;
}
.qualificate-title {
  margin-bottom: 3.33vw;
  text-align: center;
}
.qualificate-title h3 {
  display: block;
  margin-bottom: 12px;
  line-height: 1.2;
  color: #6EB937;
  font-size: 3.1vw;    
  text-transform: uppercase;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: bold;
}
.qualificate-title p {
  color: #666666;
  font-size: 18px;
    line-height: 1.5;
}
.qualificate-li {
  display: flex;
  flex-wrap: wrap;
}
.qualificate-li li {
  margin-right: 5%;
  width: 16%;
}
.qualificate-li li:nth-child(5n+5) {
  margin-right: 0;
}
.qualificate-li li figure {
  position: relative;
  display: block;
  padding-bottom: 136.4%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.qualificate-li li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qualificate-li li figure img {
  object-fit: contain;
}
.dit-list1 .dit-item:before {
  background: rgba(255, 255, 255, 0.4);
}
.dit-list1 .dit-item:after {
  background: #fff;
}
.dit-list1 .dit-item1 {
  left: 47.81%;
  top: 27.65%;
}
.dit-list1 .dit-item2 {
  left: 44.4%;
  top: 54.89%;
}
.dit-list1 .dit-item3 {
  left: 51.23%;
  top: 62.34%;
}
.dit-list1 .dit-item4 {
  left: 54.55%;
  top: 65.1%;
}
.texture-numble {
  position: absolute;
  right: 0;
  bottom: 132px;
  line-height: 1;
  z-index: 10;
  color: #6EB937;
  font-size: 24px;
}
.texture-numble b {
  font-weight: normal;
  font-size: 48px;
}
.cases-inner-box {
  position: relative;
  z-index: 3;
  padding: 11.46vw 0 4.94vw 14.58vw;
  overflow: hidden;
}
/* .cases-inner-box:before {
  position: absolute;
  right: -3.73vw;
  top: -6.04vw;
  z-index: -1;
  content: "";
  width: 20.16vw;
  height: 20.42vw;
  background: url(../images/ring.png) center no-repeat;
  background-size: cover;
} */
/* .cases-inner-box:after {
  position: absolute;
  left: -6%;
  top: 30px;
  z-index: -1;
  content: "";
  width: 34.27vw;
  height: 34.27vw;
  background: url(../images/ring.png) center no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
} */
.cases-inner-slide {
  position: relative;
  width: 21.25vw;
}
.cases-inner-slide a {
  display: block;
  position: relative;
}
.cases-inner-slide a:hover figure img {
  transform: scale(1.06);
}
.cases-inner-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.cases-inner-slide figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.68s;
}
.case-texts {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 8.75vw 0 12px;
  width: 100%;
  z-index: 3;
  text-align: center;
}

.case-texts strong {
  display: block;
  color: #fff;
  font-size: 16px;
}

.pro_bb .cases-inner-slide {
  position: relative;
  width: 21.25vw;
  padding: 20px 0;
}
.pro_bb .cases-inner-slide a {
  display: block;
    position: relative;
    box-shadow: #dedede 0px 0px 10px;
    width: 100%;
    height: 250px;
    padding: 20px 0 40px;
}
.pro_bb .cases-inner-slide a:hover figure img {
  transform: scale(1.06);
}
.pro_bb .cases-inner-slide figure {
  display: block;
    line-height: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro_bb .cases-inner-slide figure img { 
  display: block;
    width: 80%;
    height: 80%;
    transition: 0.68s;
    object-fit: cover;
}
.pro_bb .case-texts {
  position: absolute;
    left: 0;
    bottom: 6px;
    padding: 8.75vw 0 12px;
    width: 100%;
    z-index: 3;
    text-align: center;
}
.pro_bb .case-texts strong {
  display: block;
  color: #333;
  font-size: 18px;
  line-height: 1.2;
}
.caseSlide{
  color: #6EB937;
  font-size:20px;
  padding-top:3vw;
  display:flex;justify-content:flex-start;align-items:center;
}
.caseSlide i{
  font-size:25px;
  margi-right:10px;
}
.news-boxs {
  padding: 7.5vw 14.58vw 3.65vw;
}
.news-li {
  display: flex;
  flex-wrap: wrap;
}
.news-li li {
  margin-right: 8%;
  margin-bottom: 7.29vw;
  width: 28%;
}
.news-li li:nth-child(3n -1) {
  position: relative;
  top: 4.27vw;
}
.news-li li:nth-child(3n+3) {
  margin-right: 0;
}
.news-li li:hover figure img {
  transform: scale(1.06);
}
.news-li li figure {
  position: relative;
  display: block;
  padding-bottom: 62.2%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.news-li li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-li li figure img {
  transition: 0.6s;
}
.news-li li figure time {
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 3;
  width: 158px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #6EB937;
  background: #fff;
  font-size: 24px;
}
.news-text {
  padding: 20px 13px 0;
}
.news-text p {
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-text .function-detail {
  margin-top: 18px;
}
.news-view {
  padding: 5.5vw 14.58vw 10.68vw;
}
.news-v-top {
  margin-bottom: 50px;
}
.news-top-time {
  position: relative;
  display: flex;
  justify-content: space-between;
  line-height: 1.2;
}
.news-top-time:before {
  position: absolute;
  left: 148px;
  right: 115px;
  top: 50%;
  height: 1px;
  content: "";
  background: #6EB937;
}
.news-top-time time {
  display: block;
  line-height: 1;
  color: #6EB937;
  font-size: 24px;
  font-family: "Open Sans-bold";
}
.news-top-time a {
  display: inline-block;
  color: #6EB937;
  font-size: 18px;
}
.view-v {
  display: flex;
  justify-content: space-between;
}
.view-v-info {
  width: 70.14%;
}
.view-v-title {
  position: relative;
  margin-bottom: 45px;
  width: 70.14%;
}
.view-v-title h2 {
  display: block;
  position: relative;
  color: #6EB937;
  font-size: 3.1vw;
    line-height: 1.2;
}
.view-v-title i {
  display: inline;
  position: absolute;
  left: 0;
  top: 22px;
  line-height: 1;
  color: #6EB937;
  font-size: 24px;
  font-style: bold;
}
.view-v-text {
  color: #666666;
  font-size: 18px;
  line-height: 1.5;
}
.view-v-text img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.view-compents {
  width: 21.02%;
}
.view-compents .news-li {
  display: block;
}
.view-compents .news-li li {
  margin-right: 0;
  margin-bottom: 4.69vw;
  width: 100%;
  top: 0;
}
.service-idea {
  padding: 8.33vw 14.58vw 4.69vw;
}
.service-idea-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.service-idea-item figure {
  display: block;
  line-height: 1;
  width: 32.81%;
}
.service-idea-item figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-inofs {
  padding-top: 4.69vw;
  width: 55.98%;
}
.services-tt {
  display: block;
  position: relative;
  line-height: 1;
  color: #6EB937;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 3.1vw;
  font-weight: bold;
}
.services-tt:before {
  position: absolute;
  left: -176px;
  top: 50%;
  margin-top: -5px;
  content: "";
  width: 148px;
  height: 10px;
  background: #6EB937;
}
.service-in {
  margin-top: 4.17vw;
  margin-bottom: 3.1vw;
  color: #666666;
  font-size: 18px;
  line-height: 1.5;
}
.service-dit p {
  position: relative;
  margin-bottom: 16px;
  padding-left: 18px;
  color: #6EB937;
  font-size: 16px;
}
.service-dit p:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  content: "";
  width: 7px;
  height: 4px;
  border-radius: 2px;
  background: #6EB937;
}
.service-wr {
  position: relative;
  display: flex;
}
.service-ico {
  position: absolute;
  right: 0;
  top: 44px;
  transform: rotate(90deg);
  transform-origin: center top;
  width: 3.23vw;
}
.service-ico p {
  color: #6EB937;
  font-size: 3.23vw;
  line-height: 1.3;
  opacity: 0.2;
  transition: 0.3s;
  white-space: nowrap;
  font-family: "Open Sans-bold";
  text-transform: uppercase;
}
.service-ico p:nth-child(2) {
  margin-left: 40px;
}
.service-ico p:hover {
  opacity: 1;
}
.service-en {
  letter-spacing: 1.4vw;
  margin-top: 9.38vw;
  white-space: nowrap;
  text-transform: uppercase;
}
.warm-prompt {
  padding: 4.17vw 0 0 14.58vw;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  background: #f7f7f7;
}
.warm-imgs {
  width: 62.56%;
}
.warm-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 72.22%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.warm-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.warm-imgs figure img {
  height: 120%;
}
.warm-info {
  /* padding-top: 58px; */
  width: 32.31%;
}
.warm-info .advantages-title {
  padding-left: 0;
  margin-bottom: 0;
}
.warm-list {
  margin-top: 2.69vw;
  border-left: 1px solid #e4d9cc;
}
.warm-items {
  margin-bottom: 2.48vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 40px;
}
.warm-items:hover:before {
  transform: scaleY(1);
}
.warm-items:before {
  position: absolute;
  left: -1px;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #6EB937;
  transform: scaleY(0);
  transition: 0.4s;
}
.warm-items figure {
  display: block;
  width: 3.65vw;
}
.warm-items figure i {
  font-size: 3vw;
}
.warm-items:last-child {
  /* margin-bottom: 0; */
}
.warm-in {
  flex: 1;
  margin-left: 24px;
}
.warm-in strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #333333;
  font-size: 24px;
  font-weight: normal;
  font-weight: bold;
}
.warm-in p {
  color: #666666;
  font-size: 18px;
  line-height: 1.3;
}
.faq {
  padding: 14.06vw 14.58vw 9.9vw 0;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq:before {
  position: absolute;
  right: 0;
  top: 14.58vw;
  z-index: -1;
  content: "";
  width: 8.59vw;
  height: 53.18vw;
  background: url(../images/faqbg.png) center no-repeat;
  background-size: cover;
}
.faq-imgs {
  width: 37.8%;
}
.faq-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 164.25%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.faq-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-imgs figure img {
  height: 110%;
}
.faq-info {
  width: 52.31%;
}
.faq-title {
  display: block;
  line-height: 1;
  color: #6EB937;
  font-size: 3.1vw;
  font-family: "Open Sans-bold";
}
.faq-list {
  margin-top: 12px;
}
.faq-list li {
  padding: 2.81vw 52px 2.81vw 46px;
  position: relative;
}
.faq-list li:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: url(../images/dit.png) center repeat-x;
}
.faq-list li:hover strong {
  color: #6EB937;
}
.faq-list li strong {
  display: block;
  margin-bottom: 15px;
  position: relative;
  color: #333333;
  font-size: 20px;
  line-height: 27px;
  transition: 0.35s;
}
.faq-list li strong:before {
  position: absolute;
  left: -40px;
  top: 2px;
  content: "";
  width: 27px;
  height: 27px;
  background: url(../images/faq.png) center no-repeat;
}
.faq-list li p {
  color: #666666;
  font-size: 16px;
}
.marketing {
  padding: 7.5vw 14.58vw 4.85vw;
}
.marketing-top {
  margin-bottom: 4.69vw;
  text-align: center;
}
.marketing-top strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #6EB937;
  font-size: 3.1vw;
  text-transform: uppercase;
}
.marketing-top p {
  color: #808080;
  font-size: 18px;
  line-height: 1.5;
}
.marketing-wrap {
  position: relative;
  margin: auto;
  width: 100%;
}
.marketing-wrap figure {
  display: block;
  line-height: 1;
  position: relative;
}
.point {
  position: absolute;
}
.point span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #6EB937;
}
.point::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #6EB937;
  transform-origin: center;
  animation: scale 3.5s linear infinite;
}
.point span::before {
  animation: scale 5s linear infinite;
}
.point span::after {
  animation: scale 5s 1.75s 
linear infinite;
}
.point span::before,.point span::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #6EB937;
  transform-origin: center;
}

@keyframes scale {
  0% {
    opacity: 0.4;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(15);
  }
}

@keyframes scale2 {
  0% {
    opacity: 0.2;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(8);
  }
}
.point1 {
  top: 28.5%;
  left: 16.69%;
}
.point2 {
  top: 40.5%;
  left: 18.69%;
}
.point3 {
  top: 24.5%;
  left: 53.69%;
}
.point4 {
  top: 19%;
  left: 92%;
}
.point5 {
  top: 33%;
  left: 80%;
}
.point6 {
  top: 56.5%;
  left: 76.5%;
}
.marketing-wrap figure img {
  display: block;
  width: 100%;
  height: auto;
}
.marke-head {
  position: absolute;
  right: 8px;
  top: -32px;
  z-index: 5;
  padding: 28px 22px;
  border: 1px solid rgba(163, 137, 95, 0.2);
  background: rgba(163, 137, 95, 0.2);
}
.marke-head strong {
  display: block;
  margin-bottom: 12px;
  line-height: 1.1;
  color: #6EB937;
  font-weight: normal;
  font-family: "Open Sans-bold";
  font-size: 1.25vw;
}
.marke-head p {
  line-height: 1.2;
  color: #333;
  font-size: 16px;
}
.market-asia {
  position: absolute;
  left: 0;
  bottom: -28px;
  z-index: 3;
  width: 100%;
  text-align: center;
}
.market-asia p {
  margin: auto;
  position: relative;
  left: 100px;
  width: 560px;
  color: #808080;
  font-size: 24px;
  line-height: 1.5;
}
.contact {
  padding: 6.5vw 14.58vw 11.98vw;
  display: flex;
  justify-content: space-between;
  background: #f7f7f7;
  align-items:center;
}
.contact-informate {
  width: 48.97%;
}
.contact-informate .marketing-top {
  text-align: left;
  margin-bottom: 40px;
}
.map {
  height: 300px;
  width: 100%;
}
.map img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bm_bottomLeftOverlay {
  display: none !important;
}
.contact-address {
  padding-top: 9.2vw;
  width: 41.91%;
}
.address-item {
  margin-bottom: 3.85vw;
}
.address-item:last-child {
  margin-bottom: 0;
}
.address-item strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  color: #333333;
  font-size: 1.8vw;
  font-weight: bold;
}
.address-item p {
  color: #666666;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.address-item:last-child {
  margin-bottom: 0;
}
.measage {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 8.96vw;
}
.message-imgs {
  width: 38.43%;
}
.message-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 129.9%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.message-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.message-imgs figure img {
  height: 110%;
}
.message-form {
  margin-right: 14.58vw;
  padding-top: 5.9vw;
  width: 38.76%;
}
.message-form .marketing-top {
  text-align: left;
}
.message-form .marketing-top strong {
  margin-bottom: 0;
  line-height: 1.2;
}
.message-form .marketing-top p {
  margin-top: 15px;
}
.message-row {
  margin-bottom: 1.98vw;
}
.message-row .text {
  display: block;
  width: 100%;
  height: 62px;
  line-height: 62px;
  color: #999999;
  font-size: 16px;
  border: none;
  outline: none;
  border-bottom: 1px solid #dddddd;
  transition: 0.3s;
}
.message-row .text:focus {
  border-color: #6EB937;
}
.message-row .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.message-row .textarea {
  color: #999999;
  font-size: 16px;
  padding-top: 20px;
  height: 90px;
  box-sizing: content-box;
  border: none;
  border-bottom: 1px solid #dddddd;
  transition: 0.3s;
  width: 100%;
  resize: none;
  font-family: "Open Sans";
}
.message-row .textarea:focus {
  border-color: #6EB937;
}
.message-row .textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.message-sub {
  display: inline-flex;
  position: relative;
  align-items: center;
  cursor: pointer;
  margin-top: 50px;
  border:none;
  background: none;
  transition: all 0.3s;
}
.message-sub .sub {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.message-sub span {
  display: inline-block;
  margin-right: 8px;
  color: #6EB937;
  font-size: 18px;
  font-weight: bold;
}
.message-sub i {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #6EB937 url(../images/arrow2.png) center no-repeat;
  border-radius: 50%;
}
.message-sub:hover{
  margin-left:12px;
}
.brand-intro {
  padding: 12.19vw 14.58vw 19.01vw;
  background-position: center bottom;
  background-size: 100% auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-repeat: no-repeat !important;
}
.brand-left {
  box-sizing: border-box;
  padding-right: 30px;
  width: 43.75%;
}
.brand-left strong {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  color: #6EB937;
  font-size: 3.13vw;
  font-family: "Open Sans-bold";
  font-weight: normal;
}
.brand-left p {
  color: #666666;
  font-size: 1.25vw;
}
.brand-info {
  flex: 1;
  color: #666666;
  font-size: 16px;
}
.history {
  padding: 6.56vw 0 11.98vw 14.58vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.history .brand-left {
  width: 22.31%;
}
.history .brand-left p {
  margin-top: 24px;
  color: #6EB937;
  word-break: break-all;
  line-height: 1.6;
}
.history-fix {
  position: relative;
  z-index: 3;
  width: 64.63%;
}
.history-fix:before {
  position: absolute;
  right: 0;
  top: 16.88vw;
  margin-top: 50px;
  content: "";
  width: 77.4vw;
  height: 30.78vw;
  background: url(../images/history.png) center no-repeat;
  background-size: cover;
}
.history-slide {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  width: 27.29vw;
}
.history-slide:nth-child(2n+2) {
  flex-direction: column;
}
.history-slide:nth-child(2n+2) .history-inner {
  margin-bottom: 0;
  margin-top: 100px;
  padding-top: 24px;
  align-items: flex-start;
}
.history-imgs {
  overflow: hidden;
}
.history-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 62.3%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.history-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history-inner {
  display: flex;
  align-items: flex-end;
  height: 16.88vw;
  margin-bottom: 100px;
}
.history-text {
  display: flex;
  align-items: flex-start;
}
.history-text time {
  display: inline-block;
  position: relative;
  margin-top: 12px;
  padding-bottom: 28px;
  color: #6EB937;
  font-size: 1.67vw;
  line-height: 1;
  background: url(../images/arrow3.png) center bottom no-repeat;
}
.history-text p {
  color: #666666;
  font-size: 16px;
  flex: 1;
}
.hisTime {
  width: 24.03%;
}
.qualificate1 {
  padding-top: 0 !important;
}
.entelligent {
  position: relative;
  z-index: 3;
  padding-left: 14.58vw;
  padding-top: 9.27vw;
  background: #efefef;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.entelligent:before {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 14.58vw;
  height: 100%;
  background: #fff;
}
.entelligent .brand-left {
  width: 35.85%;
}
.entelligent .brand-left strong {
  margin-bottom: 22px;
  font-size: 3.1vw;
}
.entelligent .brand-left p {
  color: #6EB937;
  line-height: 1.4;
}
.entelligent-imgs {
  width: 58.53%;
  line-height: 1;
}
.entelligent-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.systenm {
  padding: 6.25vw 14.58vw 6.46vw;
  background: #f7f7f7;
  margin-top: 6vw;
}
.systenm-numble {
  line-height: 1;
  color: #6EB937;
  opacity: 0.2;
  font-size: 20px;
}
.systenm-numble span,
.systenm-numble b {
  display: inline-block;
  font-weight: normal;
}
.systenm-numble b {
  font-size: 2.08vw;
}
.system-box {
  margin-top: 48px;
  position: relative;
}
.systenm-swiper {
  margin: 0;
  width: 58.67%;
}
.systenm-swiper .swiper-pagination {
  position: relative;
  margin-top: 54px;
  text-align: left;
}
.systenm-swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 26px;
  height: 26px;
  opacity: 1;
  background: none;
  margin: 0;
  margin-right: 22px;
}
.systenm-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
}
.systenm-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  transform: scale(1);
}
.systenm-swiper .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -4px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6EB937;
  opacity: 0.5;
  transition: 0.36s;
}
.systenm-swiper .swiper-pagination .swiper-pagination-bullet:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px dashed #6EB937;
  transform: scale(0);
  transition: 0.35s;
}
.systenm-slide strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #6EB937;
  font-size: 36px;
  font-weight: normal;
  font-family: "Open Sans-bold";
  text-transform: uppercase;
}
.systenm-slide p {
  color: #666666;
  font-size: 16px;
}
.systenm-slide .zsBox {
  width: 100%;
  overflow: hidden;
}
.systenm-slide .zsBox img{
  width: calc(33.3% - 16px);
  margin-right:20px;
}
.systenm-slide .zsBox img:last-child{
  margin-right:0px;
}
.systenm-btn {
  position: absolute;
  right: 4.69vw;
  top: 40px;
  display: flex;
}
.systenm-btn span {
  display: inline-block;
  position: relative;
  margin-left: 24px;
  width: 58px;
  height: 58px;
  border: 1px solid #6EB937;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s;
}
.systenm-btn span:hover {
  background: #6EB937;
}
.systenm-btn span:hover.prev:before {
  border-right: 8px solid #fff;
}
.systenm-btn span:hover.next:before {
  border-left: 8px solid #fff;
}
.systenm-btn span:before,
.systenm-btn span:after {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 50%;
  margin-left: -4px;
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transition: 0.3s;
}
.systenm-btn span.prev:before {
  border-right: 8px solid #6EB937;
}
.systenm-btn span.next:before {
  border-left: 8px solid #6EB937;
}
.systenm-btn span:first-child {
  margin-left: 0;
}
.cooperatives {
  padding: 9.79vw 12.5vw 10.21vw;
  background-position: center bottom;
  background-size: cover;
  padding-top: 42px;
}
.cooperatives .qualificate-title {
  padding: 0 6.04vw 4.69vw;
  padding-bottom: 0;
}
.cooperatives-list {
  display: flex;
  flex-wrap: wrap;
}
.cooperatives-list li {
  margin-left: -1px;
  margin-top: -1px;
  position: relative;
  width: 16.666%;
  box-sizing: border-box;
  border: 1px solid #e4ebf3;
  height: 8.02vw;
  text-align: center;
}
.cooperatives-list li:hover img {
  transform: scale(1.06);
}
.cooperatives-list li img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 60%;
  max-height: 60%;
  transition: 0.45s;
}
.loader-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 299;
  background: #aa9675;
}
.loader-box.load {
  background: #fff;
  transition: background 1.5s 2s;
}
.loader-box.load .loader-loago img.hide {
  clip-path: inset(0 0 0 0);
}
.loader-loago {
  position: absolute;
  left: 50%;
  margin-left: -101px;
  top: 50%;
  transform: translateY(-50%);
  width: 202px;
}
.loader-loago img {
  width: 100%;
  height: auto;
}
.loader-loago img.show {
  opacity: 0.2;
}
.loader-loago img.hide {
  position: absolute;
  left: 0;
  top: 0;
  clip-path: inset(0 100% 0 0);
  transition: 2s;
}
.loader-small {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(0);
}
.loader-small small {
  background: url(../images/banner1.jpg) center no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  mask: url("../images/loader.png");
  -webkit-mask: url("../images/loader.png");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
.banner-info .banner-small,
.banner-info .banner-create {
  opacity: 0;
  transform: translateX(100px);
  transition: 1s 0.5s;
}
.banner-info.show .banner-small,
.banner-info.show .banner-create {
  opacity: 1;
  transform: translateX(0);
}





.proListBox {
  padding: 4vw 0 2vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* pro_n */
.pro_n_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}


.proBox_r2 .swiper {
  width: 100%;
  height: 100%;
}

.proBox_r2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.proBox_r2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proBox_r2 .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.proBox_r2 .swiper-slide {
  background-size: cover;
  background-position: center;
}

.proBox_r2 .mySwiper2 {
  height: 30vw;
  max-height: 470px;
  width: 100%;
  box-shadow: #dedede 0px 0px 10px;
}

.proBox_r2 .mySwiper {
  height: 8vw;
  max-height: 120px;
  box-sizing: border-box;
  padding: 10px 0;
}

.proBox_r2 .mySwiper .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.4;
  border: 1px solid #ddd;
  cursor: pointer;
}

.proBox_r2 .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  border-bottom: 3px solid #9F7636;
}

.proBox_r2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proBox_r2 .swiper-button-next {
  background-image: none;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  font-size: 16px;
  right: 25px;
}

.proBox_r2 .swiper-button-next::after {
  content: none;
}

.proBox_r2 .swiper-button-prev {
  background-image: none;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  font-size: 16px;
  left: 25px;
}

.proBox_r2 .swiper-button-prev::after {
  content: none;
}

.proBox_r2 .swiper-button-next i {
  color: #ddd;
}

.proBox_r2 .swiper-button-prev i {
  color: #ddd;
}

.pro_mk {
  width: 50%;
  overflow: hidden;
  /* margin-bottom: 30px; */
}

.pro_0 {
  padding: 10px;
  height: 26vw;
  max-height: 470px;
  width: 40%;
  /* box-shadow: #dedede 0px 0px 10px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro_0 img{
  max-width: 100%;
  object-fit: cover;
}
.pro_n_cs {
  width: 53%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px;
}

.pro_n_cs .sortname {
  font-size: 16px;
  padding-left: 40px;
  position: relative;
}

.pro_n_cs .sortname::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #6EB937;
  left: 0;
  top: 12px;
}

.pro_n_cs .title {
  font-size: 3.1vw;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 10px;
  color: #333;
}

.pro_n_cs .jj {
  font-size: 18px;
  width: 100%;
  margin-top: 20px;
}

.pro_iconBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}

.pro_iconBox img {
  width: 40px;
  margin-right: 12px;
}

.pro_iconBox li {
  margin-right: 30px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1.2;
}
.pro_iconBox li:last-child{
  margin-right: 0;
}
.pro_n_cs .jj p,
.pro_n_cs .jj span {
  background: none !important;
  color: #333 !important;
  font-size: 16px !important;
}

.pro_n_cs a {
  padding: 8px 30px;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  border: none;
  background: #6EB937;
  height: 100%;
  /* text-transform: uppercase; */
  margin-top: 50px;
  transition: all 0.3s;
  font-weight: bold;
}

.pro_n_cs a:hover {
  padding: 8px 38px;
}

.pro_n_btm {
  padding: 20px 0 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}

.pro11 {
  padding: 4.42vw 14.58vw 6vw;
  display: flex;
  justify-content: space-between;
  align-items:center;
  padding-bottom: 0;
}

.pro12 {
  padding: 4.42vw 14.58vw 6vw;
  display: flex;flex-direction: column;align-items: center;justify-content:center;
  padding-top: 0;
}


.topTitle {
  font-size: 30px;
  color: #333;
  line-height: 2;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}

.nav_nr {
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px;
}

.nav_nr p {
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 1.5;
}

.nav_nr_title {
  font-size: 3.1vw;
  font-weight: bold;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 12px;
  position: relative;
  /* text-transform: uppercase; */
  text-align: center;
}

.nav_nr_title::after {
  content: '';
  display: block;
  width: 25px;
  height: 5px;
  background: #6EB937;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left:-12.5px;
}

.pro_showBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.pro_show {
  background: #f9f9f9;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
}

.pro_show .left {
  margin-right: 40px;
  width: 250px;
  height: 200px;
}

.pro_show .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro_show .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 0;
  width: calc(100% - 290px);
}

.pro_show .right h2 {
  color: #6EB937;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}

.pro_show ul {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 18px;
  padding-left: 20px;
}

.pro_show ul li {
  line-height: 1.5;
  list-style: outside;
}



.cpys {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 50px;
  align-items: stretch;
  width: 100%;
}

.cpys li {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  background: #f6f6f6;
  box-sizing: border-box;
}

.cpys li .left {
  margin-right: 12px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cpys li .left img {
  width: 80%;
}

.cpys li .right {
  width: calc(100% - 62px);
}

.cpys li .right p:nth-child(1) {
  color: #6EB937;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}

.cpys li .right p:nth-child(2) {
  font-size: 18px;
  line-height: 1.5;
}

.pro_table {
  border-collapse: collapse;
  border-top: 3px solid #6EB937;
  table-layout: fixed;
  width: 100%;
}

.pro_table tr td {
  padding: 6px 12px;
  border-bottom: 1px solid #ccc;
  border-right: 1px dashed #ccc;
  font-size: 18px;
}

.pro_table tr td:last-child {
  border-right: none;
}

.pro_table tr:nth-child(2n) {
  background: #f1f1f1;
}


.pro-inner-box .functional-title h4 {
  display: block;
  color: #333333;
  font-size: 3.1vw;
  font-weight: bold;
  /* text-transform: uppercase; */
  line-height: 1.2;
}
.pro-inner-box{
  padding-top:0;
}
.pro-inner-box .swiper-container{
  padding-left:10px;
}

.footshare ul {
  display: flex;
  margin-top:30px
}
.footshare ul li{
	position: relative;
	margin-right: 0.625vw;
	padding-bottom: 1.30208333333333vw;
}
.footshare ul li a{
	/*width: 54px;
	height: 54px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.5vw;
	height: 3.5vw;
	background: rgba(255,255,255,0.04);
	border-radius: 50%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.footshare ul li a i{
	color:#ccc;
	font-size: 1.5vw;
}
.footshare ul li:hover a{
	background: rgba(255,255,255,0.2);
}
.footshare2 ul li a{
	background: rgba(0,0,0,0.04);
}
.footshare2 ul li:hover a{
	background: rgba(0,0,0,0.1);
}


.list_product .ul {
  margin: 50px -1.25rem;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_product .ul > li {
  padding: 0 1.25rem;
  margin-bottom: 2.5rem;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  box-sizing: border-box;
}
.list_product .ul > li:hover .name {
  color: #6EB937;
}
.list_product .ul > li:hover .img {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .ul > li:hover .flex::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .ul > li:hover .flex div,
.list_product .ul > li:hover .flex p {
  color: #6EB937;
}
.list_product .ul > li .img {
  border-radius: 20px;
  background: linear-gradient(180deg, #f7f7f7  0%, #FFF 100%);
  height: 23.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_product .ul > li .img img {
  max-width: 90%;
  object-fit: contain;
}
.list_product .ul > li .name {
  color: #363636;
  font-size: 1.625rem;
  font-weight: 400;
  margin: 1.125rem 0 0.75rem;
  line-height: 2.2rem;
  overflow: hidden; text-overflow: ellipsis;white-space: nowrap;
  font-weight: bold;
}
.list_product .ul > li .text {
  color: #7C7C7C;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  height: 5.625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 58px;
}
.list_product .ul > li .flex {
  margin-top: 1.875rem;
  border-top: 1px solid #D6D6D6;
  padding-top: 1rem;
  position: relative;
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.list_product .ul > li .flex::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #6EB937;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .ul > li .flex div,
.list_product .ul > li .flex p {
  width: 50%;
}
.list_product .ul > li .flex .iconfont {
  font-size: 1.25rem;
  display: block;
  float: right;
}
.list_product .ul > li .flex p {
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  font-weight: bold;
}

.std_btn1 {
  position: relative;
  overflow: hidden;
  transition: transform .45s cubic-bezier(.215, .61, .355, 1);
  width: max-content;
}
.std_btn_bg {
    transform: translate3d(-100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(45deg, 0deg);
    transform-style: preserve-3d;
    background: #6EB937;
    z-index: 1;
    width: 130%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: -20%;
    right: 0%;
    pointer-events: none;
    transition: transform .3s linear;
}

.std_btn1:hover .std_btn_bg {
  transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.std_padding3 {
  padding: 70px 0;
}
.ys_cont1400 {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.mod_contact h2, .ncbc_new h2 {
  font-size: 38px;
  text-align: center;
  line-height: 1.4;
  color: #333;
}
.std_margin2 {
  margin-top: 30px;
  text-align: center;
  
  display:flex;justify-content:center;align-items:center;
}
.std_btn1_box {
  border: 1px solid #6EB937;
  padding: 0 30px;
  display: block;
  transition: all .36s;
  padding: 0 40px;
  /* width: max-content; */
}
.std_btn1 p {
  color: #6EB937;
  line-height: 46px;
  position: relative;
  z-index: 5;
  transition: all .36s .1s;
  font-size: 18px;
  font-weight: bold;
}

.std_btn1:hover p{
  color:#fff;
}
.function-foot {
  position: relative;
  z-index: 2;
  padding: 0 14.58vw 0;
  overflow: hidden;
}




.advantages {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 12px;
  align-items: stretch;
  margin-bottom: 100px;
}

.advantages .item {
  width: 100%;
  float: left;
  background: #fff;
  box-sizing: border-box;
  padding: 40px 20px;
  box-shadow: 0px 0px 1rem #f2f2f2;
  transition: 0.4s;
  position: relative;
}
.advantages .item .content1 i{
  font-size: 50px;
  color: #6EB937;
}
.advantages .item .a .content1 img {
  width: 80px;
  height: auto;
}

.advantages .item .a .content2 {
  font-size: 18px;
  color: #000;
  margin-top: 35px;
  transition: 0.4s;
  line-height: 1.3;
  font-weight: bold;
}

.advantages .item .a .content3 {
  margin: 10px 0;
}

.advantages .item .a .content3 span {
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #eeeeee;
}

.advantages .item .a .content4 {
  font-size: 18px;
  color: #555;
  line-height: 22px;
  height: 110px;
  overflow: hidden;
}

.advantages .item .a .content5 {
  margin-top: 35px;
  font-size: 16px;
  color: #c9182d;
  line-height: 1.25rem;
}

.advantages .item .a .content5 i {
  font-weight: bold;
  position: relative;
  top: 1px;
}

.advantages .item .posi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: 0.4s;
}

.advantages .item .posi .img {
  width: 100%;
  height: 100%;
}

.advantages .item .posi .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advantages .item .posi .posi_main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  box-sizing: border-box;
  padding: 0 1.75rem;
  background: rgba(0, 0, 0, 0.65);
}

.advantages .item .posi .posi_main .content2 {
  font-size: 24px;
  color: #fff;
  margin-top: 35px;
  transition: 0.4s;
  line-height: 1.3;
  font-weight: bold;
}

.advantages .item .posi .posi_main .content3 {
  margin: 20px 0;
}

.advantages .item .posi .posi_main .content3 span {
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #c9182d;
}

.advantages .item .posi .posi_main .content4 {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  height: auto;
  overflow: hidden;
}

.advantages .item .posi .posi_main .content5 {
  margin-top: 2.5rem;
  font-size: 1rem;
  color: #fff;
  line-height: 1.25rem;
}

.advantages .item .posi .posi_main .content5 a {
  color: #fff;
}

.advantages .item .posi .posi_main .content6 {
  margin-top: 3.625rem;
  padding-top: 2.8125rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.advantages .item .posi .posi_main .content6 .item_ {
  width: 50%;
  font-size: 1rem;
  margin-bottom: 1.75rem;
  color: #fff;
}

.advantages .item .posi .posi_main .content6 .item_ a {
  color: #fff;
}

.advantages .item .posi .posi_main .content6 .item_ img {
  margin-right: 0.625rem;
  vertical-align: middle;
}

.advantages .item:hover {
  box-shadow: 0px 0px 1rem #ddd;
}

.advantages .item:hover .posi {
  opacity: 1;
}

.advantages .item:hover {
  margin-top: -15px;
}


.ind_title {
  font-size: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ind_title p {
  width: 100%;
}

.ind_title p:nth-child(1) {
 font-weight: bold;
 line-height: 1.2;
 margin-bottom: 12px;    
 font-size: 3.1vw;
 text-transform: uppercase;
 color:#6EB937;
}

.ind_title p:nth-child(2) {
  font-size: 20px;
  line-height: 1.5;
}

.ind_title span {
  color:#6EB937;
}




.index_news{
	padding-top: 7.8125%;
	padding-bottom: 10%;
}
.index_news .box{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
  width: 100%;
}
.index_news .box .newsTab{
	padding-top: 1.042vw;
	width: 35%;
  margin-bottom: 2vw;
}
.index_news .box .newsTab ul{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 20px;
  align-items: stretch;
}
.newsTab .swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
}
/*.newsTab ul{
	display: flex;
	align-items: center;
}
.newsTab ul li{
	margin-right: 0.46875vw;
}*/
.newsTab ul li span{
	display: block;
	/*min-width: 9.375vw;*/
	width: 100%;
	color: #000000;
	font-size: 18px;
	line-height: 3.125vw;
	border: rgba(0,0,0,0.1) solid 1px;
	box-sizing: border-box;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	cursor: pointer;
  font-weight: bold;
}
.newsTab .swiper-slide-thumb-active span,
.newsTab ul li:hover span,
.newsTab ul li.active span{
	color: #FFFFFF;
	background: #6EB937;
	border: #6EB937 solid 1px;
}

.index_news .wrap .swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.index_news .wrap{
	margin-top: 2.60416666666667vw;
}
.index_news .newBox{
  width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.index_news .mainnew{
	width: 60.125%;
}
.index_news .mainnew .swiper-v{
	position: relative;
	z-index: 15;
	width: 100%;
	overflow: hidden;
}
.index_news .mainnew .swiper-v .swiper-pagination{
	position: absolute;
	left: 0;
	bottom: 3.11850311850312%;
	width: 100%;
	padding-left: 4.158%;
	padding-right: 4.158%;
	box-sizing: border-box;
	text-align: left;
}
.index_news .mainnew .swiper-v .swiper-pagination-bullet{
	width: 0.72916666666667vw;
	height: 0.72916666666667vw;
	margin-right: 0.72916666666667vw;
	background: rgba(255,255,255,0.2);
	opacity: 1;
	border-radius: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.index_news .mainnew .swiper-v .swiper-pagination-bullet-active{
	background: #6EB937;
}
.index_news .mainnew a{
	display: block;
	width: 100%;
	padding-top: 4%;
	border-top: #000000 solid 3px;
}
.index_news .mainnew a .text .date{
	/*font-size: 0.83333333vw;*/
	color: rgba(0,0,0,0.6);
}
.index_news .mainnew a .text h3{
	color: #000000;
	font-size: 18px;
	margin-top: 0.5vw;
	line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
}
.index_news .mainnew a .img{
	width: 100%;
	overflow: hidden;
	margin-top: 1.5vw;
	height: 21vw;
}
.index_news .mainnew a .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	/*-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;*/
}
/*.index_news .mainnew a:hover .img img{
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}*/
.index_news .newlist{
	width: 35%;
	border-bottom: rgba(0,0,0,0.06) solid 3px;
}
.index_news .newlist ul li a{
	position: relative;
	display: block;
	width: 100%;
	padding-top: 1.56vw;
	padding-bottom: 1.56vw;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	height: 4.8vw;
	overflow: hidden;
	box-sizing: border-box;
}
.index_news .newlist ul li a:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	z-index: 1;
	width: 100%;
	height: 3px;
	background: rgba(0,0,0,0.06);
}
.index_news .newlist ul li a:after{
	content: '';
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	margin: auto;
	z-index: 2;
	width: 0;
	height: 3px;
	background: #6EB937;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.index_news .newlist ul li.on a:after{
	right: auto;
	left: 0;
	width: 100%;
}
.index_news .newlist ul li.on a{
	height: 13.4vw;
}
.index_news .newlist a h3{
	color: rgba(0,0,0,0.6);
	/*font-size: 1.25vw;*/
	line-height: 1.7;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.index_news .newlist ul li.on a h3{
	min-height: 6.5vw;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.index_news .newlist a h3.size24{
	font-size: 18px;
}
.index_news .newlist ul li.on a h3.size24{
	font-size: 18px;
  line-height: 1.2;
}
.index_news .newlist ul li.on a h3,
.index_news .newlist ul li:hover a h3{
	color: #000000;
}
.index_news .newlist a .morebtn{
	margin-top: 1.5vw;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
  font-size: 18px;
  font-weight: bold;
  color: #6EB937;
}
.index_news .newlist ul li.on a .morebtn{
	opacity: 1;
}
.index_news .newlist a .morebtn i{
  margin-right: 12px;
}
.i-title h2{
  line-height: 1;
  color: #6EB937;
  font-size: 3.1vw;
  text-transform: uppercase;
  font-weight: 500;
  font-weight: bold;
}
.i-title .text{
  font-size: 18px;
}
.i-title{
  margin-bottom: 2vw;
}
.clxz {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.clxz li {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
}

.clxz li .bk {
  width: 60px;
  height: 60px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.clxz li .bk img {
  width: 60%;
}

.clxz .n-pt2 {
  width: 210px;
  text-align: left;
  border-right: 1px dashed #c1c1c1;
  margin-right: 15px;
  padding-right: 15px;
  padding-left: 30px;
}

.clxz li span {
  width: calc(100% - 290px);
  display: inline-block;
}

.cpys {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 50px;
  align-items: stretch;
  width: 100%;
}

.cpys li {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.cpys li .left {
  margin-right: 12px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cpys li .left img {
  width: 80%;
}

.cpys li .right {
  width: calc(100% - 62px);
}

.cpys li .right p:nth-child(1) {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}

.cpys li .right p:nth-child(2) {
  font-size: 18px;
}

