@charset "UTF-8";
/* 左偏移 */
.leftOffset {
  left: -260px !important;
}
/* 版心 */
.content1600 {
  width: 83.333vw;
  margin: 0px auto;
}
/* 背景 */
.commonBg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.commonBg img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 停止滚动 */
.stopScroll {
  overflow: hidden;
}
/* 头部 */
.header {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 5.208vw;
  padding: 0px 2.604vw;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header::after {
  content: "";
  width: 100%;
  backdrop-filter: blur(1.042vw);
  height: 0;
  background-color: rgba(5, 39, 23, 0.5);
  -webkit-transition: height 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965), opacity 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965), background-color 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  transition: height 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965), opacity 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965), background-color 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  position: absolute;
  top: 0;
  left: 0;
}
.header .headerLogo {
  position: relative;
  z-index: 2;
}
.header .headerLogo a img {
  width: auto;
  height: 2.448vw;
}

.header .headerLogo a .white{display: block;}

.header .headerLogo a .green{display: none;}

.header .headerMain {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 2;
}
.header .headerMain .headerNav {
  position: relative;
  --left: 0px;
  --width: 0px;
  --opacity: 0;
}
.header .headerMain .headerNav::after {
  position: absolute;
  left: var(--left);
  bottom: 0px;
  width: var(--width);
  height: 2px;
  background: #8CC63F;
  -webkit-transition: width 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965), left 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  transition: width 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965), left 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  opacity: var(--opacity);
  border-radius: 2px;
  content: "";
  display: block;
}
.header .headerMain .headerNav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header .headerMain .headerNav ul li {
  margin-right: 2.604vw;
}
.header .headerMain .headerNav ul li:last-child {
  margin-right: 0px;
}
.header .headerMain .headerNav ul li:hover>a, .header .headerMain .headerNav ul li.active>a {
  color: #8CC63F !important;
}
.header .headerMain .headerNav ul li>a {
  display: block;
  font-size: 0.938vw;
  color: #fff;
  line-height: 5.208vw;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .headerMain .headerOther {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.406vw;
}
.header .headerMain .headerOther .lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.323vw;
  height: 1.927vw;
  line-height: 1.927vw;
  font-size: 0.833vw;
  color: #fff;
  text-align: center;
  background: #8CC63F;
  border-radius: 0.99vw;
  position: relative;
  overflow: hidden;
}
.header .headerMain .headerOther .lang::after {
  content: "";
  width: 120%;
  z-index: 0;
  background-color: #fff;
  border-radius: 50%;
  padding-top: 120%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  transition: -webkit-transform 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  transition: transform 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  transition: transform 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965), -webkit-transform 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.header .headerMain .headerOther .lang span {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .headerMain .headerOther .lang img {
  width: auto;
  height: 0.885vw;
  -webkit-filter: grayscale(1) brightness(500%);
          filter: grayscale(1) brightness(500%);
  margin-right: 0.365vw;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .headerMain .headerOther .lang:hover::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.header .headerMain .headerOther .lang:hover img {
  -webkit-filter: none;
          filter: none;
}
.header .headerMain .headerOther .lang:hover span {
  color: #8CC63F;
}
.header .headerMain .headerOther .navBtn {
  display: none;
}

.header.headerBlack{border-bottom: 1px solid #d8e2e7;}
.header.headerBlack .headerLogo .white{display: none;}
.header.headerBlack .headerLogo .green{display: block;}
.header.headerBlack .headerMain .headerNav ul li>a{color: #0f1111;}
.header.headerBlack .headerMain .headerNav ul li.active>a{color: #8CC63F;}
.header.headerBlack .headerMain .headerOther .navBtn{color: #0f1111;}

.header.headerBg::after {height: 100%;}
.header.headerBg{border-bottom: none;}
.header.headerBg .headerLogo .white{display: block;}
.header.headerBg .headerLogo .green{display: none;}
.header.headerBg .headerMain .headerNav ul li>a{color: #fff;}
.header.headerBg .headerMain .headerNav ul li.active>a{color: #8CC63F;}

.header.headerHover::after{display: none;}
.header.headerHover{border-bottom: 1px solid #d8e2e7;}
.header.headerHover .headerLogo .white{display: none;}
.header.headerHover .headerLogo .green{display: block;}
.header.headerHover .headerMain .headerNav ul li>a{color: #2b2b2b;}
.header.headerHover .headerMain .headerNav ul li.active>a{color: #2b2b2b !important;}
.header.headerHover .headerMain .headerNav ul li.active1>a{color: #2b2b2b !important; font-weight: 600;}

.header .headerMain .headerNav ul li{position: relative;}
.header .headerMain .headerNav ul li i{display: none; position: absolute; right: 0px; padding-right: 20px; cursor: pointer; font-size: 18px; width: 30%; height: 49px; top: 0px; align-items: center; justify-content: flex-end;}
.header .headerMain .headerNav ul li i::before{transform: rotate(90deg); transition: all .6s;}
.header .headerMain .headerNav ul li .mSubNav{display: none; border-bottom:1px solid #eee; padding:10px 20px}
.header .headerMain .headerNav ul li .mSubNav a{display: block; line-height: 35px; font-size: 14px; color: #0f1111;}
.header .headerMain .headerNav ul li i.active::before{transform: rotate(-90deg);}

.headerFlex{
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.subNavMain{display: none; position: fixed; left: 0px; top: 0px; width: 100%; z-index: 99; background-image: url(../images/img_73.jpg); background-repeat: no-repeat; background-size: cover; background-position: center;}
.subNavMain .container{max-width: 66.406vw; margin: 0vw auto;}
.subNavBox{padding-top: 9.375vw; padding-bottom:3.646vw; display: none;}
.subNav{display: flex; width: 100%;}
.subNav .subNavClass{width: 11.771vw; padding: 0.521vw 0vw 2.604vw; border-right: 1px solid #d5d5d5;}
.subNav .subNavClass a{display: block; line-height:1.25vw; margin-top: 1.719vw; font-size: 0.885vw; color: #000000; position: relative;}
.subNav .subNavClass a::after{content: ''; right: -0.104vw; top: 0px; bottom: 0px; margin:auto; width: 0.156vw; height: 1.25vw; background: #8CC63F; position: absolute; opacity: 0; transition: all .6s;}
.subNav .subNavClass a:hover{color: #8CC63F;}
.subNav .subNavClass a:hover::after{opacity: 1;}
.subNav .subNavClass a.active{color: #8CC63F;}
.subNav .subNavClass a.active::after{opacity: 1;}

.subNav .subNavContentBox{flex: 1; padding-left: 6.771vw; display: none;}
.subNav .subNavContent{ display: flex;}
.subNav .subNavContent .content{ flex: 1; padding-right: 0px; padding-top: 2.083vw;}
.subNav .subNavContent .content .title{font-size: 1.875vw; white-space: nowrap; line-height: 1.2; color: #000000;}
.subNav .subNavContent .content .desc{padding-top: 0.781vw; padding-right: 6.771vw; font-size: 0.833vw; line-height: 1.25vw; color: #6c6c6c; font-weight: 300;}
.subNav .subNavContent .content .more{display: flex; padding-top: 1.563vw;}
.subNav .subNavContent .content .more a{ padding-left: 1.302vw; font-size: 0.833vw;width: 8.854vw; height: 2.656vw; border-radius: 2.656vw; position: relative; border: 1px solid #b5b5b5; transition: all .6s; display: flex; align-items: center; overflow: hidden;}
.subNav .subNavContent .content .more a span{position: relative; z-index: 10; color: #000000; transition: all .6s;}
.subNav .subNavContent .content .more a i{position: absolute; right: 0.417vw; width: 1.927vw; height: 1.927vw; top: 50%; background: #8cc63f; z-index: 10; border-radius: 100%; color: #fff; transform: translateY(-50%); font-size: 20px; transition: all .6s; display: flex; align-items: center; justify-content: center;}
.subNav .subNavContent .content .more a i::before{position: relative; z-index: 10;}
.subNav .subNavContent .content .more a::after{content: ''; position: absolute; width: 120%; padding-top: 120%; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(0); border-radius: 100%; background: #8cc63f; transition: all .6s;}
.subNav .subNavContent .content .more a:hover{border-color: #8cc63f;}
.subNav .subNavContent .content .more a:hover::after{transform: translate(-50%,-50%) scale(1);}
.subNav .subNavContent .content .more a:hover span{color: #fff;}
.subNav .subNavContent .content .more a:hover i{background: #fff; color: #8cc63f;}
.subNav .subNavContent .imgBox{padding-top: 15.625vw; width: 26.354vw; border-radius: 1.042vw; overflow: hidden; position: relative;}
.subNav .subNavContent .imgBox img{width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; object-fit: cover; transform: scale(1); transition: all .6s;}
.subNav .subNavContent .imgBox:hover img{transform: scale(1.1);}
.maskLayer{ z-index: 98; position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); backdrop-filter:blur(20px); display: none;}




/* 底部 */
.footer {
  padding: 5.365vw 0px 0px;
  background: url("../images/footerBg.jpg") no-repeat center/cover;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.footer .footerMain {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer .footerMain .footerAddress .logo {
  margin-bottom: 0.938vw;
}
.footer .footerMain .footerAddress .logo img {
  width: auto;
  height: 2.448vw;
}
.footer .footerMain .footerAddress .adress {
  font-size: 0.781vw;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.885vw;
  line-height: 1.6;
}
.footer .footerMain .footerAddress .logo2 {
  margin-left: 1.927vw;
}
.footer .footerMain .footerAddress .logo2 img {
  width: 8.542vw;
  height: auto;
}
.footer .footerMain .footerNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer .footerMain .footerNav dl {
  min-width: 6.771vw;
  margin-right: 2.083vw;
}
.footer .footerMain .footerNav dl:last-child {
  margin-right: 0px;
}
.footer .footerMain .footerNav dl dt a {
  display: block;
  padding-bottom: 0.521vw;
  margin-bottom: 0.365vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.833vw;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.footer .footerMain .footerNav dl dt a::after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 0%;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  content: "";
  display: block;
}
.footer .footerMain .footerNav dl dt a:hover {
  color: #fff;
}
.footer .footerMain .footerNav dl dt a:hover::after {
  width: 100%;
  right: auto;
  left: 0px;
}
.footer .footerMain .footerNav dl dd a {
  font-size: 0.781vw;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.771vw;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.footer .footerMain .footerNav dl dd a::after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 0%;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  content: "";
  display: block;
}
.footer .footerMain .footerNav dl dd a:hover {
  color: #fff;
}
.footer .footerMain .footerNav dl dd a:hover::after {
  width: 100%;
  right: auto;
  left: 0px;
}
.footer .footerBottom {
  padding: 1.51vw 0px 1.927vw;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer .footerBottom .phone {
  width: 3.802vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Bronova;
  font-size: 1.354vw;
  color: #fff;
  white-space: nowrap;
  display: none;
}
.footer .footerBottom .phone img {
  width: auto;
  height: 1.875vw;
  margin-right: 0.521vw;
}
.footer .footerBottom .copyright {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.729vw;
  color: rgba(255, 255, 255, 0.5);
}
.footer .footerBottom .copyright a {
  font-size: 0.729vw;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.footer .footerBottom .copyright a::after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 0%;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  content: "";
  display: block;
}
.footer .footerBottom .copyright a:hover {
  color: #fff;
}
.footer .footerBottom .copyright a:hover::after {
  width: 100%;
  right: auto;
  left: 0px;
}
.footer .footerBottom .qrcode {
  width: 3.802vw;
  border-radius: 0.156vw;
  overflow: hidden;
  background: #fff;
}
.footer .footerBottom .qrcode img {
  width: 100%;
  height: auto;
}
/* 首页按钮 */
.indexMore {
  width: 8.802vw;
  height: 2.656vw;
  border-radius: 1.354vw;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 0.833vw;
  color: #FFFFFF;
  padding: 0px 0.313vw 0px 1.458vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.indexMore:hover {
  color: #ffffff;
  border-color: #8CC63F;
}
.indexMore:hover::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.indexMore:hover i {
  color: #8CC63F;
  background: #ffffff;
}
.indexMore::after {
  content: "";
  width: 120%;
  z-index: 0;
  background-color: #8CC63F;
  border-radius: 50%;
  padding-top: 120%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  transition: -webkit-transform 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  transition: transform 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  transition: transform 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965), -webkit-transform 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.indexMore span {
  position: relative;
  z-index: 2;
}
.indexMore i {
  width: 1.927vw;
  height: 1.927vw;
  background: #8CC63F;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
/* 首页标题 */
.indexTitle .title {
  font-size: 1.146vw;
  color: #8CC63F;
  font-weight: bold;
  margin-bottom: 0.156vw;
}
.indexTitle .subTitle {
  font-size: 2.604vw;
  color: #333333;
  font-weight: bold;
  line-height: 3.125vw;
}
/* 首页页面主体 */
.main {
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
  z-index: 2;
}
.main.active {
  opacity: 1;
  visibility: visible;
}
/* 首页banner */
.banner {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
}
.banner .swiper-wrapper .swiper-slide .image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.banner .swiper-wrapper .swiper-slide .content {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.banner .swiper-wrapper .swiper-slide .content .title {
  display: inline-block;
  font-weight: bold;
  font-size: 3.125vw;
  line-height: 3.646vw;
  margin-bottom: 2.969vw;
  color: transparent;
  background: #ffffff url("../images/indexBannerTextMask.png") no-repeat center/cover;
  -webkit-background-clip: text;
          background-clip: text;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1.563vw);
      -ms-transform: translateY(1.563vw);
          transform: translateY(1.563vw);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.banner .swiper-wrapper .swiper-slide .content .more {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1.563vw);
      -ms-transform: translateY(1.563vw);
          transform: translateY(1.563vw);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.banner .swiper-wrapper .swiper-slide-active .content .title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.banner .swiper-wrapper .swiper-slide-active .content .more {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.banner .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 8.333vw;
  bottom: 3.646vw;
  z-index: 2;
  display: none;
}
.banner .swiper-pagination .current {
  font-family: Bronova;
  font-weight: bold;
  font-size: 0.729vw;
  color: white;
}
.banner .swiper-pagination .fraction {
  width: 12.76vw;
  height: 1px;
  background: rgba(206, 206, 206, 0.3);
  margin: 0px 0.417vw;
  position: relative;
}
.banner .swiper-pagination .fraction span {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.banner .swiper-pagination .total {
  font-family: Bronova;
  font-weight: bold;
  font-size: 0.729vw;
  color: white;
}
/* 关于我们 */
.indexAbout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  padding: 8.698vw 0px;
  background: url("../images/indexAboutBg.jpg") no-repeat center/cover;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.indexAbout .indexTitle {
  position: relative;
  z-index: 2;
}
.indexAbout .indexTitle .title {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1.563vw);
      -ms-transform: translateY(1.563vw);
          transform: translateY(1.563vw);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.indexAbout .indexTitle .subTitle {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1.563vw);
      -ms-transform: translateY(1.563vw);
          transform: translateY(1.563vw);
  -webkit-transition: all 0.6s 0.2s;
  transition: all 0.6s 0.2s;
}
.indexAbout .indexAboutElement {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.indexAbout .indexAboutElement .element {
  position: absolute;
}
.indexAbout .indexAboutElement .element img {
  width: 100%;
  height: auto;
}
.indexAbout .indexAboutElement .element1 {
  top: 5.052vw;
  right: 19.635vw;
  width: 25.573vw;
}
.indexAbout .indexAboutElement .element1 img {
  -webkit-animation: float 12s infinite linear;
          animation: float 12s infinite linear;
}
.indexAbout .indexAboutElement .element2 {
  right: 0px;
  top: 0px;
  width: 17.552vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s 0.5s;
  transition: all 0.6s 0.5s;
  -webkit-transform: translateX(2.083vw);
      -ms-transform: translateX(2.083vw);
          transform: translateX(2.083vw);
}
.indexAbout .indexAboutLogo {
  position: relative;
  z-index: 2;
}
.indexAbout .indexAboutLogo img {
  width: 100%;
  height: auto;
}
.indexAbout .indexAboutMain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.604vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(2.083vw);
      -ms-transform: translateY(2.083vw);
          transform: translateY(2.083vw);
  -webkit-transition: all 0.6s 0.4s;
  transition: all 0.6s 0.4s;
  position: relative;
  z-index: 2;
}
.indexAbout .indexAboutMain .title {
  font-size: 2.604vw;
  line-height: 2.552vw;
  font-weight: bold;
  color: transparent;
  background: #ffffff url("../images/indexAboutTitleMask.jpg") no-repeat center/cover;
  -webkit-background-clip: text;
          background-clip: text;
}
.indexAbout .indexAboutMain .intro {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0px 10.729vw 0px 5.313vw;
  font-size: 0.99vw;
  color: rgba(1, 1, 1, 0.9);
  line-height: 1.563vw;
}
.indexAbout.animat .indexTitle .title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.indexAbout.animat .indexTitle .subTitle {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.indexAbout.animat .indexAboutElement {
  opacity: 1;
  visibility: visible;
}
.indexAbout.animat .indexAboutElement .element2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
.indexAbout.animat .indexAboutMain {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
/* 首页产品 */
.indexProducts {
  position: relative;
}
.indexProducts .indexProductsList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 32.8%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  padding-left: 8.333vw;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.indexProducts .indexProductsList .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
.indexProducts .indexProductsList .swiper-wrapper .swiper-slide {
  width: auto;
  height: auto;
  cursor: pointer;
  position: relative;
}
.indexProducts .indexProductsList .swiper-wrapper .swiper-slide span {
  display: inline-block;
  font-size: 2.604vw;
  color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.indexProducts .indexProductsList .swiper-wrapper .swiper-slide span::after {
  width: 0%;
  height: 2px;
  background: #fff;
  right: 0px;
  bottom: 0px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  content: "";
  display: block;
}
.indexProducts .indexProductsList .swiper-wrapper .swiper-slide.active span {
  color: #fff;
}
.indexProducts .indexProductsList .swiper-wrapper .swiper-slide.active span::after {
  width: 100%;
  right: auto;
  left: 0px;
}
.indexProducts .indexProductsList .swiper-wrapper .swiper-slide:hover span {
  color: #fff;
}
.indexProducts .indexProductsList .more a {
  display: inline-block;
  font-size: 2.604vw;
  color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.indexProducts .indexProductsList .more a:hover {
  color: #fff;
}
.indexProducts .indexProductsMain .swiper-wrapper .swiper-slide .image {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.indexProducts .indexProductsMain .swiper-wrapper .swiper-slide .image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.indexProducts .indexProductsMain .swiper-wrapper .swiper-slide .content {
  width: 23.958vw;
  padding: 2.188vw 1.875vw 4.74vw;
  border-radius: 1.042vw;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(1.042vw);
  position: absolute;
  top: 50%;
  right: 8.333vw;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 1.563vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s 0.2s;
  transition: all 0.6s 0.2s;
}
.indexProducts .indexProductsMain .swiper-wrapper .swiper-slide .content::after {
  position: absolute;
  top: 2.448vw;
  right: 1.875vw;
  width: 3.125vw;
  height: 3.333vw;
  background: url("../images/indexProductsIcon.png") no-repeat center/cover;
  pointer-events: none;
  content: "";
  display: block;
}
.indexProducts .indexProductsMain .swiper-wrapper .swiper-slide .content .title {
  font-size: 0.885vw;
  color: #8CC63F;
  margin-bottom: 0.365vw;
}
.indexProducts .indexProductsMain .swiper-wrapper .swiper-slide .content .subTitle {
  font-size: 1.667vw;
  color: #333333;
  font-weight: bold;
  padding-bottom: 1.302vw;
  margin-bottom: 1.51vw;
  border-bottom: 1px solid rgba(181, 181, 181, 0.5);
}
.indexProducts .indexProductsMain .swiper-wrapper .swiper-slide .content .img {
  border-radius: 0.521vw;
  overflow: hidden;
  margin-bottom: 1.302vw;
}
.indexProducts .indexProductsMain .swiper-wrapper .swiper-slide .content .img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.indexProducts .indexProductsMain .swiper-wrapper .swiper-slide .content .img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.indexProducts .indexProductsMain .swiper-wrapper .swiper-slide .content .intro {
  font-size: 0.885vw;
  color: #4F4F4F;
  line-height: 1.563vw;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2.292vw;
}
.indexProducts .indexProductsMain .swiper-wrapper .swiper-slide .content .more {
  color: #000000;
  border-color: #B5B5B5;
}
.indexProducts .indexProductsMain .swiper-wrapper .swiper-slide .content .more i {
  color: #fff;
}
.indexProducts .indexProductsMain .swiper-wrapper .swiper-slide .content .more:hover {
  color: #fff;
  border-color: #8CC63F;
}
.indexProducts .indexProductsMain .swiper-wrapper .swiper-slide .content .more:hover i {
  color: #8CC63F;
}
.indexProducts .indexProductsMain .swiper-wrapper .swiper-slide-active {
  z-index: 2;
}
.indexProducts .indexProductsMain .swiper-wrapper .swiper-slide-active .image {
  opacity: 1;
  visibility: visible;
}
.indexProducts .indexProductsMain .swiper-wrapper .swiper-slide-active .content {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
/* 核心优势 */
.indexAdvantage {
  padding: 6.25vw 0px;
}
.indexAdvantage .indexAdvantageMain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.indexAdvantage .indexAdvantageMain .indexAdvantageLeft {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 1.042vw;
  overflow: hidden;
}
.indexAdvantage .indexAdvantageMain .indexAdvantageLeft:hover .image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.indexAdvantage .indexAdvantageMain .indexAdvantageLeft .indexTitle {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.indexAdvantage .indexAdvantageMain .indexAdvantageLeft .indexTitle .logo {
  margin-top: 1.042vw;
}
.indexAdvantage .indexAdvantageMain .indexAdvantageLeft .indexTitle .logo img {
  width: auto;
  height: 5.156vw;
}
.indexAdvantage .indexAdvantageMain .indexAdvantageLeft .image {
  background: #fff;
  -webkit-mask-image: url("../images/indexAdvantageTitleBg.svg");
          mask-image: url("../images/indexAdvantageTitleBg.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
}
.indexAdvantage .indexAdvantageMain .indexAdvantageLeft .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.indexAdvantage .indexAdvantageMain .indexAdvantageLeft .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 36%;
  padding: 6.094vw 2.448vw 0px;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.indexAdvantage .indexAdvantageMain .indexAdvantageLeft .content .title {
  font-size: 1.563vw;
  color: #FFFFFF;
}
.indexAdvantage .indexAdvantageMain .indexAdvantageLeft .content .more {
  width: 10.521vw;
  height: 3.177vw;
  border-radius: 1.615vw;
  padding-right: 0.521vw;
}
.indexAdvantage .indexAdvantageMain .indexAdvantageLeft .content .more i {
  width: 2.292vw;
  height: 2.292vw;
}
.indexAdvantage .indexAdvantageMain .indexAdvantageRight {
  width: 29.5%;
  margin-left: 1.302vw;
}
.indexAdvantage .indexAdvantageMain .indexAdvantageRight ul li {
  border-radius: 1.042vw;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.302vw;
}
.indexAdvantage .indexAdvantageMain .indexAdvantageRight ul li:first-child:hover .image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.indexAdvantage .indexAdvantageMain .indexAdvantageRight ul li:last-child {
  margin-bottom: 0px;
}
.indexAdvantage .indexAdvantageMain .indexAdvantageRight ul li .image {
  overflow: hidden;
}
.indexAdvantage .indexAdvantageMain .indexAdvantageRight ul li .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.indexAdvantage .indexAdvantageMain .indexAdvantageRight ul li .title {
  font-size: 1.25vw;
  color: #FFFFFF;
  position: absolute;
  left: 0px;
  bottom: 1.51vw;
  width: 100%;
  height: auto;
  padding: 0px 2.083vw;
}

.indexAdvantageListBox{width: 100%;}
.indexAdvantageListBox .titleMain{display: flex; justify-content: space-between; align-items: flex-end;}
.indexAdvantageListBox .title{font-size: 1.146vw; color: #8CC63F;font-weight: bold;margin-bottom: 0.156vw;}
.indexAdvantageListBox .subTitle {font-size: 2.604vw;color: #333333;font-weight: bold;line-height: 3.125vw;}

.indexAdvantageListBox .titleMain a{color: #000000; border-color: #B5B5B5;}
.indexAdvantageListBox .titleMain a i{color: #fff;}
.indexAdvantageListBox .titleMain a:hover{color: #fff;}
.indexAdvantageListBox .titleMain a:hover i{color: #8CC63F;}

.indexAdvantageList{display: flex; padding-top: 2.604vw; margin: 0px -0.625vw;}
.indexAdvantageList .list{flex: 1; margin: 0px 0.625vw; position: relative;}
.indexAdvantageList .list .imgBox{width: 100%; padding-top: 19.063vw; overflow: hidden; position: relative;border-radius: 1.042vw;}
.indexAdvantageList .list .imgBox img{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover;}
.indexAdvantageList .list .listTitle{font-size: 1.25vw;color: #FFFFFF;position: absolute; left: 0px; bottom: 1.51vw;width: 100%; height: auto;padding: 0px 1.083vw; display: flex; justify-content: space-between; align-items: center;}


/* 可持续发展 */
.indexSustain {
  min-height: 29.167vw;
  padding: 7.656vw 0px 10.729vw;
  position: relative;
  overflow: hidden;
}
.indexSustain .commonBg img {
  -webkit-animation: scale 12s linear infinite;
          animation: scale 12s linear infinite;
}
.indexSustain .content .indexTitle {
  margin-bottom: 2.188vw;
}
.indexSustain .content .indexTitle .subTitle {
  color: #fff;
}
/* 品牌动态 */
.indexNews {
  max-height: 100vh;
  padding: 5.469vw 0px 3.854vw;
  overflow: hidden;
}
.indexNews .indexNewsMain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.5vw;
}
.indexNews .indexNewsMain .indexNewsLeft {
  width: 31.875%;
  border-radius: 1.042vw;
  overflow: hidden;
  position: relative;
}
.indexNews .indexNewsMain .indexNewsLeft:hover .image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.indexNews .indexNewsMain .indexNewsLeft .image {
  overflow: hidden;
}
.indexNews .indexNewsMain .indexNewsLeft .image img {
  width: 100%;
  height: auto;
  max-height: 29.688vw;
  object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.indexNews .indexNewsMain .indexNewsLeft .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.667vw 2.031vw 1.875vw;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.indexNews .indexNewsMain .indexNewsLeft .content::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 30%;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  content: "";
  display: block;
}
.indexNews .indexNewsMain .indexNewsLeft .content .titleBox {
  position: relative;
  z-index: 2;
}
.indexNews .indexNewsMain .indexNewsLeft .content .titleBox .time {
  font-size: 0.938vw;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.26vw;
}
.indexNews .indexNewsMain .indexNewsLeft .content .titleBox .title {
  font-size: 1.042vw;
  color: rgba(255, 255, 255, 0.9);
}
.indexNews .indexNewsMain .indexNewsLeft .content .more {
  position: relative;
  z-index: 2;
}
.indexNews .indexNewsMain .indexNewsRight {
  width: 63.125%;
  max-height: 32.344vw;
  position: relative;
  overflow: hidden;
}
.indexNews .indexNewsMain .indexNewsRight::after {
  z-index: 20;
  position: absolute;
  pointer-events: none;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 10.417vw;
  background: -webkit-linear-gradient(bottom, #ffffff 55%, transparent);
  background: linear-gradient(0deg, #ffffff 55%, transparent);
  content: "";
  display: block;
}
.indexNews .indexNewsMain .indexNewsRight ul li {
  margin-bottom: 0.885vw;
}
.indexNews .indexNewsMain .indexNewsRight ul li:last-child {
  margin-bottom: 0px;
}
.indexNews .indexNewsMain .indexNewsRight ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 10.938vw;
  padding: 0.833vw 0.99vw;
  border: 1px solid #D7D7D7;
  border-radius: 1.042vw;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.indexNews .indexNewsMain .indexNewsRight ul li a:hover {
  background: rgba(47, 127, 66, 0.1);
  border-color: rgba(47, 127, 66, 0.1);
}
.indexNews .indexNewsMain .indexNewsRight ul li a:hover .image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.indexNews .indexNewsMain .indexNewsRight ul li a:hover .content .more {
  color: #8CC63F;
}
.indexNews .indexNewsMain .indexNewsRight ul li a:hover .content .more i {
  background: #8CC63F;
}
.indexNews .indexNewsMain .indexNewsRight ul li a .image {
  width: 10.781vw;
  border-radius: 1.042vw;
  overflow: hidden;
}
.indexNews .indexNewsMain .indexNewsRight ul li a .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.indexNews .indexNewsMain .indexNewsRight ul li a .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 2.656vw;
  padding: 0.625vw 0px;
}
.indexNews .indexNewsMain .indexNewsRight ul li a .content .time {
  font-size: 0.938vw;
  color: rgba(140, 141, 139, 0.8);
  margin-bottom: 0.208vw;
}
.indexNews .indexNewsMain .indexNewsRight ul li a .content .title {
  font-size: 1.042vw;
  color: #333333;
  line-height: 1.458vw;
  height: 2.917vw;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1.094vw;
}
.indexNews .indexNewsMain .indexNewsRight ul li a .content .more {
  font-size: 0.833vw;
  color: #8C8D8B;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.indexNews .indexNewsMain .indexNewsRight ul li a .content .more i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.927vw;
  height: 1.927vw;
  font-size: 0.729vw;
  color: #fff;
  background: #8C8D8B;
  border-radius: 50%;
  margin-left: 0.938vw;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
/* 海报弹窗 */
.posterPopupBox {
  width: 31.25vw;
  box-shadow: none;
  background: none;
}
.posterPopupBox .layui-layer-setwin {
  z-index: 2;
}
.posterPopupBox .layui-layer-setwin .layui-layer-close2 {
  right: -3.125vw;
  top: -3.125vw;
  width: 2.083vw;
  height: 2.083vw;
  line-height: 1.875vw;
  font-size: 0.833vw;
  padding: 0px;
  border-width: 2px;
  background: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.posterPopupBox .layui-layer-setwin .layui-layer-close2:hover {
  background: #8CC63F;
  border-color: #8CC63F;
}
.posterPopupBox .posterPopup {
  border-radius: 1.042vw;
}
.posterPopupBox .posterPopup .swiper-wrapper .swiper-slide {
  cursor: pointer;
}
.posterPopupBox .posterPopup .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}
.posterPopupBox .posterPopup .swiper-pagination {
  position: absolute;
  bottom: 1.563vw;
  left: 0px;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.posterPopupBox .posterPopup .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 0.781vw;
  height: 0.313vw;
  border-radius: 0.208vw;
  background: #efefef;
  margin: 0px 0.156vw;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
.posterPopupBox .posterPopup .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.302vw;
  background: #8CC63F;
}

.footshare{display: flex;  align-items: center; justify-content: flex-end; padding-bottom: 1.563vw;}
.footshare a{ width: 2.5vw; height: 2.5vw; border-radius: 100%; background: #8CC63F; display: flex; align-items: center; justify-content: center; position: relative;}
.footshare a .icon{width: 50%;}
.footshare a p{width: 6.771vw; left: 50%; bottom: 145%; transition: all .6s; opacity: 0; pointer-events: none; padding: 0.26vw; transform: translateX(-50%); background: #fff; border-radius: 0.26vw; position: absolute; transition: all .6s;}
.footshare a p img{width: 100%; display: block;}
.footshare a:hover p{bottom: 120%; opacity: 1;}

/* pad端 */
/* 移动端 */
@media (max-width: 768px) {

  .header .headerMain .headerNav ul li i{display: flex;}

  /* 版心 */
  .content1600 {
    width: calc(100% - 40px);
  }
  /* 首页按钮 */
  .indexMore {
    width: 139px;
    height: 42px;
    border-radius: 21px;
    font-size: 14px;
    padding: 0px 5px 0px 22px;
  }
  .indexMore i {
    width: 32px;
    height: 32px;
  }
  /* 首页标题 */
  .indexTitle .title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .indexTitle .subTitle {
    font-size: 24px;
    line-height: 30px;
  }
  /* 首页banner */
  .banner .swiper-wrapper .swiper-slide .content {
    top: 30%;
  }
  .banner .swiper-wrapper .swiper-slide .content .title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 25px;
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
  }
  .banner .swiper-wrapper .swiper-slide .content .more {
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
  }
  .banner .swiper-pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0px;
    bottom: 30px;
    width: 100%;
  }
  .banner .swiper-pagination .current {
    font-size: 13px;
  }
  .banner .swiper-pagination .fraction {
    width: 145px;
    height: 2px;
    margin: 0px 8px;
  }
  .banner .swiper-pagination .total {
    font-size: 13px;
  }
  /* 关于我们 */
  .indexAbout {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 100vh;
    padding: 40px 0px;
  }
  .indexAbout .indexTitle .title {
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
  }
  .indexAbout .indexTitle .subTitle {
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
  }
  .indexAbout .indexAboutElement .element1 {
    top: 14%;
    right: auto;
    left: 20px;
    width: 55%;
  }
  .indexAbout .indexAboutElement .element2 {
    top: 60px;
    width: 35%;
    -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
            transform: translateX(40px);
  }
  .indexAbout .indexAboutLogo img {
    width: 100%;
    height: auto;
  }
  .indexAbout .indexAboutMain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
    -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
            transform: translateY(40px);
  }
  .indexAbout .indexAboutMain .title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .indexAbout .indexAboutMain .intro {
    margin: 0px;
    font-size: 14px;
    line-height: 24px;
  }
  .indexAbout.animat .indexTitle .title {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
  .indexAbout.animat .indexTitle .subTitle {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
  .indexAbout.animat .indexAboutElement {
    opacity: 1;
    visibility: visible;
  }
  .indexAbout.animat .indexAboutElement .element2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }
  .indexAbout.animat .indexAboutMain {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
  /* 首页产品 */
  .indexProducts {
    position: relative;
  }
  .indexProducts .indexProductsList {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 20%;
    left: 0px;
    top: auto;
    bottom: 0px;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    padding-left: 0px;
    background: none;
    padding: 0px 20px 40px;
  }
  .indexProducts .indexProductsList .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
  }
  .indexProducts .indexProductsList .swiper-wrapper .swiper-slide span {
    font-size: 16px;
  }
  .indexProducts .indexProductsList .swiper-wrapper .swiper-slide span::after {
    height: 2px;
  }
  .indexProducts .indexProductsList .more {
    margin-left: 20px;
  }
  .indexProducts .indexProductsList .more a {
    font-size: 16px;
  }
  .indexProducts .indexProductsMain .swiper-wrapper .swiper-slide .content {
    width: calc(100% - 40px);
    padding: 23px 20px;
    border-radius: 12px;
    backdrop-filter: blur(20px);
    right: auto;
    left: 20px;
    margin-top: 30px;
  }
  .indexProducts .indexProductsMain .swiper-wrapper .swiper-slide .content::after {
    top: 37px;
    right: 20px;
    width: 45px;
    height: 42px;
  }
  .indexProducts .indexProductsMain .swiper-wrapper .swiper-slide .content .title {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .indexProducts .indexProductsMain .swiper-wrapper .swiper-slide .content .subTitle {
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .indexProducts .indexProductsMain .swiper-wrapper .swiper-slide .content .img {
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .indexProducts .indexProductsMain .swiper-wrapper .swiper-slide .content .intro {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .indexProducts .indexProductsMain .swiper-wrapper .swiper-slide-active {
    z-index: 2;
  }
  .indexProducts .indexProductsMain .swiper-wrapper .swiper-slide-active .image {
    opacity: 1;
    visibility: visible;
  }
  .indexProducts .indexProductsMain .swiper-wrapper .swiper-slide-active .content {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
  }
  /* 核心优势 */
  .indexAdvantage {
    padding: 40px 0px;
  }
  .indexAdvantage .indexAdvantageMain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .indexAdvantage .indexAdvantageMain .indexAdvantageLeft {
    border-radius: 0px 0px 12px 12px;
    margin-bottom: 12px;
  }
  .indexAdvantage .indexAdvantageMain .indexAdvantageLeft .indexTitle {
    position: static;
    margin-bottom: 20px;
  }
  .indexAdvantage .indexAdvantageMain .indexAdvantageLeft .indexTitle .logo {
    display: none;
  }
  .indexAdvantage .indexAdvantageMain .indexAdvantageLeft .image {
    -webkit-mask-image: none;
            mask-image: none;
    border-radius: 12px;
    overflow: hidden;
  }
  .indexAdvantage .indexAdvantageMain .indexAdvantageLeft .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 23px 15px;
  }
  .indexAdvantage .indexAdvantageMain .indexAdvantageLeft .content .title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .indexAdvantage .indexAdvantageMain .indexAdvantageLeft .content .more {
    width: 139px;
    height: 42px;
    border-radius: 21px;
    padding-right: 5px;
  }
  .indexAdvantage .indexAdvantageMain .indexAdvantageLeft .content .more i {
    width: 32px;
    height: 32px;
  }
  .indexAdvantage .indexAdvantageMain .indexAdvantageRight {
    width: 100%;
    margin-left: 0px;
  }
  .indexAdvantage .indexAdvantageMain .indexAdvantageRight ul li {
    border-radius: 12px;
    margin-bottom: 12px;
  }
  .indexAdvantage .indexAdvantageMain .indexAdvantageRight ul li .title {
    font-size: 16px;
    bottom: 18px;
    padding: 0px 20px;
  }

  .indexAdvantageListBox .title{font-size: 18px;margin-bottom: 5px;}
  .indexAdvantageListBox .subTitle {font-size: 24px;line-height: 30px;}
  .indexAdvantageListBox .titleMain{display: block;}
  .indexAdvantageListBox .titleBox{padding-bottom: 10px;}
  .indexAdvantageList{display: block; padding-top:10px; margin: 0px 0px;}
  .indexAdvantageList .list{margin: 15px 0px 0px;}
  .indexAdvantageList .list .imgBox{padding-top: 75%; border-radius: 12px;}
  .indexAdvantageList .list .listTitle{font-size: 16px;bottom:0;padding: 23px 15px;flex-direction: column;justify-content: flex-start; align-items: flex-start;}


  /* 可持续发展 */
  .indexSustain {
    min-height: 260px;
    padding: 40px 0px;
  }
  .indexSustain .content .indexTitle {
    margin-bottom: 25px;
  }
  /* 品牌动态 */
  .indexNews {
    max-height: none;
    padding: 40px 0px;
  }
  .indexNews .indexNewsMain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 20px;
  }
  .indexNews .indexNewsMain .indexNewsLeft {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
  }
  .indexNews .indexNewsMain .indexNewsLeft .image img {
    max-height: unset !important;
  }
  .indexNews .indexNewsMain .indexNewsLeft .content {
    padding: 23px 20px;
  }
  .indexNews .indexNewsMain .indexNewsLeft .content .titleBox .time {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .indexNews .indexNewsMain .indexNewsLeft .content .titleBox .title {
    font-size: 18px;
  }
  .indexNews .indexNewsMain .indexNewsRight {
    width: 100%;
    max-height: none;
  }
  .indexNews .indexNewsMain .indexNewsRight::after {
    display: none;
  }
  .indexNews .indexNewsMain .indexNewsRight ul li {
    margin-bottom: 20px;
  }
  .indexNews .indexNewsMain .indexNewsRight ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
    padding: 10px;
    border-radius: 12px;
  }
  .indexNews .indexNewsMain .indexNewsRight ul li a .image {
    width: 100%;
    border-radius: 12px;
  }
  .indexNews .indexNewsMain .indexNewsRight ul li a .content {
    margin-left: 0px;
    padding: 12px 0px;
  }
  .indexNews .indexNewsMain .indexNewsRight ul li a .content .time {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .indexNews .indexNewsMain .indexNewsRight ul li a .content .title {
    font-size: 16px;
    line-height: 26px;
    height: auto;
    margin-bottom: 12px;
  }
  .indexNews .indexNewsMain .indexNewsRight ul li a .content .more {
    font-size: 14px;
  }
  .indexNews .indexNewsMain .indexNewsRight ul li a .content .more i {
    width: 32px;
    height: 32px;
    font-size: 13px;
    margin-left: 14px;
  }
  /* 海报弹窗 */
  .posterPopupBox {
    width: 100%;
    max-width: 350px;
  }
  .posterPopupBox .layui-layer-setwin .layui-layer-close2 {
    right: -20px;
    top: -70px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 16px;
    border-width: 2px;
  }
  .posterPopupBox .posterPopup {
    border-radius: 12px;
  }
  .posterPopupBox .posterPopup .swiper-pagination {
    bottom: 30px;
  }
  .posterPopupBox .posterPopup .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 4px;
    border-radius: 4px;
    margin: 0px 3px;
  }
  .posterPopupBox .posterPopup .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
  }
  /* 头部 */
  .header {
    height: 60px;
    padding: 0px 20px;
  }
  .header::after {
    backdrop-filter: blur(20px);
  }
  .header .headerLogo {
    position: relative;
    z-index: 2;
  }
  .header .headerLogo a img {
    width: auto;
    height: 23px;
  }
  .header .headerMain {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    z-index: 2;
  }
  .header .headerMain .headerNav {
    display: none;
    position: fixed;
    width: 100%;
    top: 60px;
    left: 0px;
    height: calc(100vh - 60px);
    overflow-y: auto;
    background: #fff;
  }
  .header .headerMain .headerNav::after {
    display: none;
  }
  .header .headerMain .headerNav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .headerMain .headerNav ul li {
    margin-right: 0px;
  }
  .header .headerMain .headerNav ul li>a {
    font-size: 15px;
    color: #555 !important;
    line-height: 24px;
    padding: 12px 20px;
    border-bottom: 1px solid #eee;
  }
  .header .headerMain .headerOther {
    margin-left: 0px;
  }
  .header .headerMain .headerOther .lang {
    width: 60px;
    height: 27px;
    line-height: 27px;
    font-size: 13px;
    border-radius: 19px;
  }
  .header .headerMain .headerOther .lang img {
    height: 16px;
    margin-right: 4px;
  }
  .header .headerMain .headerOther .navBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    color: #fff;
    margin-left: 12px;
    margin-top: 3px;
    cursor: pointer;
    width: 27px;
    height: 28px;
  }
  /* 底部 */
  .footer {
    padding: 23px 0px;
    overflow: visible;
  }
  .footer .footerMain {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .footerMain .footerAddress .logo {
    margin-bottom: 18px;
  }
  .footer .footerMain .footerAddress .logo img {
    width: auto;
    height: 30px;
  }
  .footer .footerMain .footerAddress .adress {
    display: none;
  }
  .footer .footerMain .footerAddress .logo2 {
    display: none;
  }
  .footer .footerMain .footerNav {
    display: none;
  }
  .footer .footerBottom {
    padding: 0px;
    border-top: 0px;
  }
  .footer .footerBottom .phone {
    display: none;
  }
  .footer .footerBottom .copyright {
    font-size: 12px;
  }
  .footer .footerBottom .copyright a {
    display: block;
    font-size: 12px;
  }
  .footer .footerBottom .qrcode {
    display: none;
  }


  .footshare{justify-content: center; padding-bottom: 20px;}
  .footshare a{ width: 30px; height: 30px;}
  .footshare a .icon{width: 50%;}
  .footshare a p{width: 100px;padding: 5px; border-radius: 5px;}


}


@media (min-width:1921px){
  .header{padding: 0px 55px; height: 100px;}
  .headerFlex{margin: 0px auto; max-width: 1920px;}
  .header .headerLogo a img{height: 47px;}
  .header .headerMain .headerNav ul li{margin-right: 55px;}
  .header .headerMain .headerNav ul li>a{font-size: 18px; line-height: 100px;}
  .header .headerMain .headerOther .lang{width: 92px; height: 41px; line-height: 41px; font-size: 16px;}
  .header .headerMain .headerOther .lang img{height: 19px;}
  .footer{padding: 103px 0px 0px;}
  .footer .footerMain .footerAddress .logo{margin-bottom: 18px;}
  .footer .footerMain .footerAddress .logo img{height: 47px;}
  .footer .footerMain .footerAddress .logo2{margin-left:37px;}
  .footer .footerMain .footerAddress .logo2 img{width: 164px;}
  .footer .footerMain .footerAddress .adress{font-size: 15px;margin-bottom: 17px;}
  .footer .footerMain .footerNav dl{min-width: 130px; margin-right: 40px;}
  .footer .footerMain .footerNav dl dt a{padding-bottom: 10px; margin-bottom: 7px; font-size: 16px;}
  .footer .footerMain .footerNav dl dd a{font-size: 15px; line-height: 34px;}
  .footer .footerBottom{padding: 29px 0px 37px;}
  .footer .footerBottom .phone{width: 73px; font-size: 26px;}
  .footer .footerBottom .phone img{margin-right: 10px; height: 36px;}
  .footer .footerBottom .copyright{font-size: 14px;}
  .footer .footerBottom .copyright a{font-size: 14px;}
  .footer .footerBottom .qrcode{width: 73px;}


  .subNavMain .container{max-width: 1275px;}
  .subNavBox{padding-top: 180px;}
  .subNav{width: 100%;}
  .subNav .subNavClass{width: 226px; padding: 10px 0px 50px;border-right: 1px solid #d5d5d5;}
  .subNav .subNavClass a{ line-height:24px; margin-top: 33px; font-size: 17px;}
  .subNav .subNavClass a::after{right: -2px; top: 0px; bottom: 0px; width: 3px; height: 24px;}

  .subNav .subNavContentBox{flex: 1; padding-left: 130px;}
  .subNav .subNavContent .content{ flex: 1; padding-right: 0px; padding-top: 40px;}
  .subNav .subNavContent .content .title{font-size: 36px;}
  .subNav .subNavContent .content .desc{padding-top: 15px; padding-right: 130px; font-size: 16px; line-height: 24px;}
  .subNav .subNavContent .content .more{padding-top: 30px;}
  .subNav .subNavContent .content .more a{ padding-left: 25px; font-size: 16px;width: 170px; height: 51px; border-radius: 51px; border: 1px solid #b5b5b5;}
  .subNav .subNavContent .content .more a i{right: 8px; width: 37px; height: 37px; font-size: 20px;}
  .subNav .subNavContent .content .more a::after{width: 120%; padding-top: 120%;}
  .subNav .subNavContent .imgBox{padding-top: 300px; width: 506px; border-radius: 20px;}
  .maskLayer{backdrop-filter:blur(20px);}



}