/* 公共头部 */
header {
  height: 6.25vw;
  position: relative;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  transition: all ease 0.6s;
}
header.shrink {
  height: 4vw;
  background: #000000;
}
header .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
header .logo img {
  max-width: 8vw;
}
header .nav {
  width: 100%;
  height: 100%;
  padding: 0 8.138297vw;
}
.nav .meun {
  height: 100%;
}
.nav .meun .hl-a {
  height: 100%;
  margin-right: 4.787234vw;
}

.nav .meun .hr-a {
  height: 100%;
  margin-left: 4.787234vw;
}

.nav .meun a {
  font-size: 20px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  line-height: 33px;
  color: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.nav .meun a.active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: #ffffff;
}
/* 公共底部 */
footer {
  width: 100%;
  background: #302f36;
  position: relative;
}
footer .waves {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 90% !important;
  opacity: 0.2;
  pointer-events: none;
}

footer .f-box,
footer .copy {
  width: 100%;
  padding: 0 160px;
}
footer dl {
  padding: 70px 0px;
}
footer .d1,
footer .d3 {
  width: 25%;
}
footer .d1 dl{
  width: 100%;
}
footer .d2 {
  width: 50%;
}
footer .d1,
footer .d2 {
  border-right: 1px solid #707070;
}
footer .d1,
footer .d2,
footer .d3 {
  padding: 0 40px;
  z-index: 4;
}

footer dl dt {
  margin-bottom: 30px;
}
footer dl dt a {
  font-size: 16px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
}
footer dl dd {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
footer dl dd img {
  width: 15px;
  height: 15px;
  margin-right: 15px;
  margin-top: 5px;
  /* box-shadow: 5px 5px 10px rgba(255, 255, 255, 0.41); */
}
footer .d2 dl dd a,
footer .d3 dl dd a {
  font-size: 16px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  opacity: 0.53;
  transition: all ease .3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

footer .d1 dl dd a{
  font-size: 16px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  opacity: 0.53;
  transition: all ease .3s;
  width: 85%;
  word-break: break-all;
}
footer dl dd a:hover{
  opacity: 1;
}
footer .d3 dl p {
  font-size: 18px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 22px;
  color: #cbcbcb;
  margin-bottom: 40px;
}
footer .f-logo {
  margin-top: -30px;
}

footer dl input {
  width: 100%;
  height: 45px;
  background: #605f66;
  border-radius: 8px;
  padding: 0 30px;
  margin-bottom: 15px;
  color: #ffffff;
}
footer dl input::-webkit-input-placeholder {
  color: #ffffff;
}
/* Mozilla Firefox 4 to 18 */
footer dl input:-moz-placeholder {
  color: #ffffff;
}
/* Mozilla Firefox 19+ */
footer dl input::-moz-placeholder {
  color: #ffffff;
}
/* Internet Explorer 10+ */
footer dl input:-ms-input-placeholder {
  color: #ffffff;
}

footer .more {
  width: 180px;
  height: 45px;
  background: #ffffff;
  box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.22);
  border-radius: 7px;
  margin-bottom: 20px;
  transition: all ease 0.3s;
}
footer .more a {
  font-size: 16px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 26px;
  color: #0e1c2b;
}
footer .more img {
  margin-left: 12px;
}
.copy {
  border-top: 1px solid #707070;
}
.copy p {
  font-size: 14px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 23px;
  color: #ffffff;
  padding: 20px 40px;
}
.copy p a{
  margin-left: 10px;
}

/* 首页 */
.home1 {
  width: 100%;
  height: 100vh;
  position: relative;
}
.home1 .img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.home1 .text {
  position: absolute;
  z-index: 99;
  left: 8.510638vw;
  top: 60%;
  transform: translateY(-50%);
}
.home1 .t-box,
.home1 .i-box {
  width: 45%;
}
.home1 .t-box h1 {
  font-size: 52px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  line-height: 60px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  display: block;
  margin: 20px 0 40px;
}

.home1 .t-box h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 50px;
  height: 4px;
  background: #ffffff;
}
.home1 .t-box p {
  font-size: 20px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
}

.home1 .t-box .more {
  width: 180px;
  height: 55px;
  border-radius: 8px;
  background: #ffffff;
  margin-top: 80px;
}

.home1 .more a {
  font-size: 16px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 26px;
  color: #000000;
}
.home1 .more img {
  margin-left: 12px;
}
.home1 .home1-btn {
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 20;
  transform: translateY(-50%);
}
.home1 .home1-btn .button {
  position: relative;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  margin: 20px 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: linear 0.3s all;
  -webkit-transition: linear 0.3s all;
  cursor: pointer;
  user-select: none;
}
.home1 .home1-btn .button:hover {
  background: rgba(255, 255, 255, 0.3);
}

.home1 .home1-btn .prev {
  border: 1px solid #fff;
}
.home1 .home1-btn .next #next {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home1 .home1-btn .next svg{
  position: absolute;
}
.path-loop {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}

.path-loop-bg {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  opacity: 0.1;
}

.home2 {
  width: 100%;
  padding: 110px 0px 110px 160px;
  background: url(../img/bg1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.home2 .text,
.home2 .img {
  width: 48%;
}

.home2 .t-box {
  width: 100%;
  padding: 40px 0;
}

.home2 .t-box h2 {
  font-size: 48px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  line-height: 60px;
  color: #72b066;
  text-transform: uppercase;
  margin: 25px 0 40px;
}

.home2 .t-box p {
  font-size: 20px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 33px;
  color: #707070;
}
.home2 .t-box .more {
  width: 180px;
  height: 55px;
  background: #72b066;
  border-radius: 6px;
  margin-top: 60px;
}
.home2 .more a {
  font-size: 16px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 26px;
  color: #ffffff;
}
.home2 .more img {
  margin-left: 12px;
}

.home2 .t-btn {
  margin-top: 80px;
}

.t-prev,.t-next{
  display: flex;
  align-items: center;
}

.home2 .t-btn img{
  width: 25px;
}
.home2 .t-btn span {
  font-size: 16px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 500;
  line-height: 26px;
  color: #9a9a9a;
  cursor: pointer;
  margin: 0 10px;
}

.home2 .swiper-container {
  margin: 0 !important;
}
.home2 .img .imgl {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.home2 .img .imgr {
  position: absolute;
  right: 0;
  bottom: 0;
}

.home3 {
  width: 100%;
  padding: 110px 160px 0px;
}
.home3 .text,
.home3 .img {
  width: 100%;
  text-align: center;
}
.home3 .img .svg {
  max-width: 100%;
  width: 100%;
  z-index: 999;
  pointer-events: none;
}
.svg-hand {
  display: none;
  /* animation: show 6s 1s ease-in infinite;
  animation-fill-mode: forwards; */
}

.hand {
  animation: hide 5s ease-in infinite;
  animation-fill-mode: both;
}

@keyframes hide {
  form {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.svg-line {
  /* display: none; */
  fill: none;
  stroke: #20930a;
  stroke-width: 0.5px;
  transition: all ease-in-out 5s;
  stroke-dashoffset: 1280px;
  stroke-dasharray: 1280px;
  animation: animation-svg-line 5s ease-in;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

/* .svg-line:nth-of-type(even) {
  animation-delay: 0.4s;
} */

@keyframes animation-svg-line {
  0% {
    stroke-dashoffset: 1280px;
  }

  14.28571% {
    stroke-dashoffset: 0px;
  }

  61.42857% {
    stroke-dashoffset: 0px;
  }

  85.71429% {
    stroke-dashoffset: -1000px;
  }

  to {
    stroke-dashoffset: -1000px;
  }
}

.home3 .t-box h2 {
  font-size: 48px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  line-height: 80px;
  color: #72b066;
  text-transform: uppercase;
  margin: 5px 0;
}

.home3 .t-box p {
  font-size: 20px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 33px;
  color: #7f7a82;
  margin-bottom: 35px;
}

.home4 {
  width: 100%;
  padding: 110px 160px 110px;
}
.home4 .text,
.home4 .pro {
  width: 100%;
  text-align: center;
}

.home4 .t-box h2 {
  font-size: 48px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  line-height: 80px;
  color: #72b066;
  text-transform: uppercase;
  margin: 5px 0;
}

.home4 .t-box p {
  font-size: 20px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 33px;
  color: #7f7a82;
  margin-bottom: 35px;
}

.home4 .pro-l {
  width: 74%;
}
.home4 .pro-l .pro-box {
  width: 48%;
  text-align: left;
  background: #ffffff;
  border: 1px solid #f8f8f8;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  opacity: 1;
  border-radius: 24px;
  padding: 65px 25px;
  margin-bottom: 30px;
}
.home4 .pro-l .pro-box .pro-info{display:none;}
.home4 .pro-l .pro-box .more{display:none;}
.home4 .pro-l .pro-box:hover .pro-info{display:block;}
.home4 .pro-l .pro-box:hover .more{display:block;}
.home4 .pro-l .pro-box:hover .pro-img{display:none;}
.home4 .pro-box .pro-img img {
  display: block;
  margin: 0 auto;
}
.home4 .pro-box .data {
  margin-top: 25px;
  display: block;
  font-size: 16px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 20px;
  color: #818182;
}
.home4 .pro-box h4 {
  font-size: 24px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  color: #302f36;
  line-height: 30px;
  transition: all ease 0.3s;
  margin-bottom: 5px;
}
.home4 .pro-box:hover h4 {
  color: #72b066;
}

.home4 .pro-box p {
  font-size: 18px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 24px;
  color: #818182;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 48px;
}

.home4 .pro-box .more {
  width: 180px;
  height: 55px;
  background: #d9dadc;
  border-radius: 6px;
  margin-top: 25px;
  transition: all ease 0.3s;
}
.home4 .pro-box:hover .more {
  background: #72b066;
}
.home4 .pro-box .more a {
  font-size: 16px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 51px;
  color: #ffffff;
}
.home4 .pro-box .more img {
  margin-left: 12px;
}
.home4 .pro-r {
  width: 24%;
  padding-bottom: 30px;
}
.home4 .pro-r .pro-rt {
  width: 100%;
  height: 50%;
  background: #eef5ed;
  opacity: 1;
  border-radius: 1px;
  padding: 40px;
  position: relative;
  text-align: left;
}
.home4 .pro-rt .box h1 {
  font-size: 48px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 600;
  line-height: 60px;
  color: #302f36;
}
.home4 .pro-rt .box p {
  font-size: 18px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 34px;
  color: #302f36;
}
.home4 .pro-rt .more {
  max-width: 295px;
  width: 90%;
  height: 80px;
  background: #72b066;
  border-radius: 6px;
  margin-top: 25px;
  transition: all ease 0.3s;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.home4 .pro-rt .more a {
  font-size: 16px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 26px;
  color: #ffffff;
}
.home4 .pro-rt .more img {
  margin-left: 12px;
}
.home4 .pro-r .pro-rb {
  width: 100%;
  height: 50%;
}
.home4 .pro-rb .img {
  width: 100% !important;
}
.home4 .pro-rb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home5 {
  width: 100%;
  padding: 110px 0px;
  background: #fbfffb;
  position: relative;
}
.home5 .text {
  width: 100%;
  text-align: left;
  padding: 0px 160px;
}
.home5 .new {
  width: 100%;
  text-align: left;
  padding: 50px 0px 70px 160px;
}

.home5 .t-box h2 {
  font-size: 48px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  line-height: 80px;
  color: #72b066;
  text-transform: uppercase;
  margin: 5px 0;
}

.home5 .t-box p {
  font-size: 20px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 33px;
  color: #7f7a82;
  margin-bottom: 35px;
}

.home5 .new .img img {
  width: 100%;
}
.home5 .new .box {
  /* width: 100%; */
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  opacity: 1;
  border-radius: 7px 12px 16px 14px;
}
.home5 .new-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.home5 .new-text {
  padding: 30px 20px;
}
.home5 .new-text h5 {
  font-size: 20px;
  height: 50px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 600;
  line-height: 26px;
  color: #302f36;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all ease 0.3s;
}
.home5 .box:hover .new-text h5 {
  color: #12a54a;
}
.home5 .new-text span {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 300;
  line-height: 26px;
  color: #afafaf;
  margin: 5px 0 10px;
}
.home5 .new-text span img{
  margin-right: 5px;
}
.home5 .new-text p {
  font-size: 18px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 26px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.home5 .more {
  width: 100%;
  height: 50px;
  background: #f3f3f3;
  opacity: 1;
  border-radius: 0px 0px 16px 14px;
  transition: all ease 0.3s;
}
.home5 .box:hover .more {
  background: #72b066;
}
.home5 .more a {
  font-size: 16px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 26px;
  color: #707070;
  height: 100%;
  padding: 0 20px;
  transition: all ease 0.3s;
}
.home5 .box:hover .more a {
  color: #ffffff;
}
.home5 .new-btn {
  position: absolute;
  right: 160px;
  z-index: 22;
  /* bottom: 40px; */
}
.home5 .new-prev,
.home5 .new-next {
  width: 78px;
  height: 40px;
  background: #f1f1f1;
  border-radius: 38px;
  transition: all ease 0.3s;
}

.home5 .new-btn .bbtn:hover {
  background: #72b066;
}
.home5 .new-btn .bbtn img {
  transition: all ease 0.3s;
}
.home5 .new-btn .bbtn img:last-child {
  display: none;
}

.home5 .new-btn .bbtn:hover img:first-child {
  display: none;
}
.home5 .new-btn .bbtn:hover img:last-child {
  display: block;
}

.new-next {
  margin-left: 10px;
}

.home6 {
  width: 100%;
  padding: 110px 160px 110px;
  position: relative;
}
.home6 .bj {
  position: absolute;
  z-index: -99;
  left: 0;
  bottom: 0px;
  pointer-events: none;
}
.home6 .text,
.home6 .img {
  width: 100%;
  text-align: center;
}

.home6 .t-box h2 {
  font-size: 48px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  line-height: 80px;
  color: #72b066;
  text-transform: uppercase;
  margin: 5px 0;
}

.home6 .t-box p {
  max-width: 70%;
  margin: 0 auto;
  font-size: 20px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 33px;
  color: #7f7a82;
  margin-bottom: 35px;
}

.home6 .box {
  width: 23%;
  /* padding: 40px; */
  background: #ffffff;
  box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.09);
  position: relative;
  margin-bottom: 30px;
  transition: all ease 0.6s;
}
.home6 .box:hover {
  box-shadow: none;
}
.home6 .box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #72b066;
  left: 15px;
  top: 15px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}
.home6 .box:hover::before {
  opacity: 1;
  visibility: visible;
}
.home6 .box .gh {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.home6 .box .jb {
  width: 80%;
  display: block;
  margin: 20px auto;
  position: relative;
  z-index: 9;
}

.home6 .box .ck {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 30;
}

.gray {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.87);
}

.showImg {
  display: none;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 120;
  /* max-width: 1400px; */
}
.showImg .box-img {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.showImg img {
  max-height: 90%;
}
.showImg .swiper-btn {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 82px;
  height: 82px;
  text-align: center;
  line-height: 82px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all ease 0.3s;
}
.showImg .swiper-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.showImg .swiper-btn.btn-prev {
  left: 0;
}
.showImg .swiper-btn.btn-next {
  right: 0;
}
.showImg .swiper-btn img {
  width: 20px;
}

.showImg .btn-close {
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 1324;
}
/* 产品页 */
.banner {
  width: 100%;
  position: relative;
}
.banner .img img {
  width: 100%;
}

.banner .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.banner .text h2 {
  font-size: 48px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  line-height: 58px;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
}
.banner .text h2::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 5.319148vw;
  height: 5.319148vw;
  background: #6ec02b;
  border-radius: 50%;
  opacity: 0.53;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.pro2 {
  width: 100%;
  padding: 110px 160px;
}
.pro2 .pro-l {
  width: 75%;
}
.pro2 .pro-r {
  width: 21%;
}
.pro2 .pro-l .pro-box {
  width: 24%;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  opacity: 1;
  border-radius: 8px;
  padding: 35px;
  margin-bottom: 80px;
  position: relative;
  transition: all ease 0.3s;
}
.pro2 .pro-l .pro-box a{display: flex;
    align-items: center;
    flex-direction: column;}
.pro2 .pro-l .pro-box:hover {
  border: 1px solid #72b066;
}
.pro2 .pro-l .pro-box:hover img{scale: 1.05;
    transition: 0.3s ease-in-out;}
.pro2 .pro-box h5 {
  font-size: 18px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  color: #000000;
  margin-bottom: 15px;
}
.pro2 .pro-box p {
  font-size: 16px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 26px;
  color: #666666;
  margin-bottom: 35px;
}
.pro2 .pro-box h4 {
  font-size: 28px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  color: #72b066;
  margin-bottom: 15px;
  word-wrap: break-word;
  word-break: normal;
}
.pro2 .pro-box .more {
  width: 180px;
  height: 45px;
  background: #a4a4a4;
  box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.22);
  border-radius: 7px;
  position: absolute;
  bottom: -22.5px;
  left: 50%;
  transform: translateX(-50%);
  transition: all ease 0.3s;
}
.pro2 .pro-box:hover .more {
  background: #72b066;
}

.pro2 .pro-box .more a {
  font-size: 14px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 23px;
  color: #ffffff;
}
.pro2 .pro-box .more img {
  margin-left: 12px;
}
.page-list {
  width: 100%;
  margin-top: 20px;
}
.page-list .li {
  width: 46px;
  height: 46px;
  background: #ececec;
  border-radius: 50%;
  opacity: 1;
  margin: 0 7px;
  transition: all ease 0.3s;
}
.page-list .li:hover,
.page-list .li.on {
  background: #72b066;
}
.page-list .prev,
.page-list .next {
  margin: 0 25px;
}
.page-list .li a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  line-height: 24px;
  color: #989898;
  transition: all ease 0.3s;
}
.page-list .li:hover a,
.page-list .li.on a {
  color: #ffffff;
}

.pro2 .pro-r .pro-sub {
  width: 100%;
  padding: 30px;
  background: url(../img/pro1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: sticky;
  top: 160px;
}
.pro2 .pro-sub .link {
  width: 100%;
  height: 48px;
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 0 10px;
}
.pro2 .pro-sub .link a {
  font-size: 18px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  line-height: 22px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all ease 0.3s;
}
.pro2 .pro-sub .link a:hover,
.pro2 .pro-sub .link.active a {
  color: #72b066;
}
.pro2 .pro-sub .link-sub {
  width: 100%;
  padding: 0 10px 10px;
  display: none;
}
.pro2 .link-sub dd {
  margin-bottom: 10px;
}
.pro2 .pro-sub dd span {
  width: 12px;
  height: 12px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  margin-right: 10px;
}
.pro2 .pro-sub dd span.active {
  background: #72b066;
}
.pro2 .link-sub dd a {
  font-size: 18px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
}

.pro3 {
  width: 100%;
}
.pro3 .pro-tt {
  width: 100%;
  padding: 0 160px;
  border-bottom: 1px solid #e5e5e5;
}
.pro-tt .lis {
  padding: 40px 0;
}
.pro-tt .lis a {
  font-size: 18px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  color: #8d8d8d;
  padding-right: 10px;
  position: relative;
}
.pro-tt .lis a:nth-child(3){
  color: #72b066;
}
.pro-tt .lis a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(20deg);
  background: #8d8d8d;
}
.pro-tt .lis a:last-child:after {
  display: none;
}

.pro3 .page {
  width: 100%;
  /* padding: 0 160px; */
  padding: 70px 320px;
}

.page .page-l {
  /* width: 28%;
  padding: 95px 30px 95px 0;
  border-right: 1px solid #e5e5e5; */
  width: 100%;
  padding: 0;
  border-right: none;
}
.page .page-l h3 {
  font-size: 36px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  line-height: 60px;
  color: #060606;
  margin-bottom: 20px;
}
.page .page-l span {
  font-size: 16px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 500;
  line-height: 60px;
  color: #818182;
  margin-bottom: 25px;
}
.page .page-l p {
  font-size: 18px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 24px;
  color: #818182;
  margin-bottom: 25px;
}
.page .page-l .xq p {
  margin-bottom: 10px !important;
}
.page .page-l b {
  margin-left: 10px;
  color: #000000;
}
.page .page-r {
  width: 72%;
}
.bq {
  width: 10%;
  position: relative;
}
.bq .bq-img {
  position: absolute;
  top: 10px;
  left: 10px;
}
.bq .bq-img .b-box {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  margin: 8px 0;
}
.b-img {
  width: 70%;
  padding: 115px;
}
.b-img img {
  display: none;
}
.b-img img.active {
  display: block;
}
.s-img {
  width: 20%;
  padding: 30px;
  position: relative;
}
.s-img .sc-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s-img .sc-img .s-box {
  width: 80px;
  height: 80px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  margin: 8px 0;
  padding: 5px;
}
.s-img .sc-img .s-box img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pro4 {
  width: 100%;
  padding: 0px 0 65px;
  position: relative;
}
.pro4 .bj {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 8.510638vw;
  pointer-events: none;
}
.pro4 .lt1 {
  width: 100%;
  padding: 90px 0 0px;
  background: #f4f4f4;
  position: relative;
}
.pro4 .lt2 {
  width: 100%;
  background: #151515;
}
.pro4 .lt3 {
  width: 100%;
  padding: 70px 320px;
}
.pro4 .text,
.pro4 .img {
  width: 50%;
  position: relative;
}
.pro4 .img {
  height: 480px;
}
.img2 {
  display: none;
}

.svg1 {
  position: absolute;
  left: 0;
  top: 0;
  --tw-text-opacity: 1;
  color: rgba(244, 244, 244, var(--tw-text-opacity));
  fill: currentColor;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-rotate: 180deg !important;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.svg2 {
  position: absolute;
  right: 0;
  top: 0;
  --tw-text-opacity: 1;
  color: rgba(21, 21, 21, var(--tw-text-opacity));
  fill: currentColor;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.svg3 {
  position: absolute;
  left: 0;
  top: 0;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  fill: currentColor;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.svg4 {
  position: absolute;
  left: 0;
  top: 0;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  fill: currentColor;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-rotate: 180deg !important;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 769px) {
  .svg {
    height: 480px;
    margin: 0;
    padding: 0;
  }
}

.pro4 .text .text-box {
  max-width: 610px;
  width: 100%;
  margin: 60px auto;
}
.pro4 .text h6 {
  font-size: 20px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  line-height: 60px;
  color: #060606;
}
.pro4 .text p {
  font-size: 18px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 24px;
  color: #818182;
}
.pro4 .lt2 .text h6,
.pro4 .lt2 .text p {
  color: #ffffff !important;
}
.pro4 .lt3 .img {
  width: 51%;
}
.pro4 .lt3 .text {
  width: 45%;
}
.pro4 .lt3 h6 {
  font-size: 24px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  line-height: 60px;
  color: #060606;
}
.pro4 .lt3 .table {
  width: 100%;
}
.pro4 .lt3 .table .th {
  /*border-bottom: 1px solid #eeeeee;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pro4 .lt3 .imgs{
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
}
.pro4 .lt3 .imgs img{
    width: 33%;
    padding: 0 10px;
}
.pro4 .table .th span {
  display: inline-block;
  font-size: 16px;
  font-family: "Arial";
  font-weight: 400;
  /* line-height: 60px; */
  padding: 10px 0;
  word-wrap: break-word;
  word-break: normal;
}
.pro4 .table .th span:first-child {
  width: 40%;
  color: #15152a;
  font-weight: bold;
}
.pro4 .table .th span:last-child {
  width: 55%;
  color: #060606;
}
.pro5 {
  width: 100%;
  background: #f4f4f4;
  padding: 110px 160px;
}
.pro5 .text h2 {
  font-size: 48px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  line-height: 120px;
  color: #000000;
  margin-bottom: 75px;
}

.pro5 .proo .pro-box {
  /* width: 24%; */
  text-align: left;
  background: #ffffff;
  border: 1px solid #f8f8f8;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  opacity: 1;
  border-radius: 24px;
  padding: 65px 30px;
  /* margin-bottom: 35px; */
}
.pro5 .pro-box .pro-img img {
  display: block;
  margin: 0 auto;
}
.pro5 .pro-box .data {
  margin-top: 25px;
  display: block;
  font-size: 16px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 20px;
  color: #818182;
}
.pro5 .pro-box h4 {
  font-size: 24px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  color: #302f36;
  line-height: 48px;
  transition: all ease 0.3s;
}
.pro5 .pro-box:hover h4 {
  color: #72b066;
}
.pro5 .pro-box p {
  font-size: 18px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 24px;
  color: #818182;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.pro5 .pro-box .more {
  width: 180px;
  height: 55px;
  background: #d9dadc;
  border-radius: 6px;
  margin-top: 25px;
  transition: all ease 0.3s;
}
.pro5 .pro-box:hover .more {
  background: #72b066;
}
.pro5 .pro-box .more a {
  font-size: 16px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 26px;
  color: #ffffff;
}
.pro5 .pro-box .more img {
  margin-left: 12px;
}

/* 关于我们 */
.ab1 {
  width: 100%;
  padding: 110px 260px 200px;
  background: url(../img/ab3.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
}
.ab1 .bj {
  position: absolute;
  z-index: -1;
  top: 115px;
  left: 0;
  pointer-events: none;
}
.ab1 .text,
.ab1 .img {
  width: 100%;
  text-align: center;
}
.ab1 .t-box {
  margin: 0 30px;
}
.ab1 .t-box h2 {
  font-size: 48px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  line-height: 65px;
  color: #72b066;
  text-transform: uppercase;
  margin: 5px 0 30px;
}
.ab1 .t-box p {
  font-size: 18px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  text-align: left;
  margin-bottom: 20px;
}
.ab1 .page {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 40px;
}
.ab1 .swiper-pagination-bullet {
  background: none;
  font-size: 16px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  line-height: 24px;
  color: #666666;
  margin: 0 5px;
}
.ab1 .swiper-pagination-bullet-active {
  background: none;
  color: #72b066;
}

.ab2 {
  width: 100%;
  padding: 110px 210px 180px;
}
.ab2 .text {
  width: 52%;
}
.ab2 .img {
  width: 42%;
}
.ab2 .img img {
  width: 100%;
}
.ab2 .img p {
  position: relative;
}
.ab2 .img p::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #72b066;
  left: 15px;
  top: 15px;
  z-index: -1;
}

.ab2 .text h4 {
  font-size: 40px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  line-height: 29px;
  color: #72b066;
  margin-bottom: 20px;
}
.ab2 .text h4 b {
  font-size: 24px;
  color: #9e9e9e;
}
.ab2 .text h6 {
  font-size: 40px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  line-height: 48px;
  color: #000000;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 30px 0;
}
.ab2 .text .js {
  margin: 20px 0;
  display: flex;
  align-content: flex-start;
}
.ab2 .text .js p {
  font-size: 24px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 500;
  line-height: 29px;
  color: #545454;
  width: 100%;
}
.ab2 .text .js span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #72b066;
  border-radius: 50%;
  position: relative;
  margin: 5px 10px 0 0;
}
.ab2 .text .js span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #72b066;
  border-radius: 50%;
}

/* 新闻页 */
.new1 {
  width: 100%;
  padding: 110px 160px;
  position: relative;
}
.new1 .bj {
  position: absolute;
  z-index: -1;
  top: -80px;
  left: 8.510638vw;
  pointer-events: none;
}
.new1 .new-l {
  width: 14%;


}
.new1 .input-tab{
  position: sticky;
  top: 160px;
}
.new1 .input-tab .input {
  display: block;
  width: 100%;
  border-bottom: 1px solid #000;
  font-size: 18px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  line-height: 24px;
  color: #000000;
  padding: 10px 0;
  position: relative;
}

.input-tab .input::after {
  content: "";
  position: absolute;
  background: url(../img/sq.svg) center no-repeat;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.new1 .input-tab .input-sub {
  width: 100%;
  display: none;
}
.new1 .input-sub li {
  font-size: 18px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  line-height: 24px;
  color: #2b2b2b;
  padding-top: 35px;
}
.new1 .input-sub li:hover {
  color: #72b066;
}
.new1 .input-sub li.active {
  color: #72b066;
}
.new1 .new-r {
  width: 72%;
}
.new1 .new-r .new-list {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding: 0px 0 50px;
  margin-bottom: 75px;
}
.new1 .new-list .data {
  width: 15%;
}
.new1 .data .time_day {
  width: 100%;
  display: block;
  font-size: 91px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  line-height: 98px;
  color: #d7dadd;
  text-align: center;
  transition: all ease 0.3s;
}
.new1 .new-list:hover .time_day {
  color: #72b066;
}
.new1 .data .time_year {
  width: 100%;
  display: block;
  font-size: 20px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 28px;
  color: #686868;
  text-align: center;
}
.new1 .new-list .news {
  width: 70%;
}
.new1 .news h3 {
  font-size: 24px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  line-height: 28px;
  color: #302f36;
  margin-bottom: 35px;
  transition: all ease 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new1 .new-list:hover h3 {
  color: #72b066;
}
.new1 .news p {
  font-size: 18px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 28px;
  color: #302f36;
  padding-right: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.new1 .mores {
  width: 8%;
  position: relative;
}
.new1 .mores .more {
  width: 5.319148vw;
  height: 5.319148vw;
  background: #72b066;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}
.new1 .new-list:hover .more {
  opacity: 1;
  visibility: visible;
}
/* .new1 .more img{
  width: 64px;
} */

/* 新闻内页 */
.new2 {
  width: 100%;
  padding: 110px 160px;
  position: relative;
}
.new2 .bj {
  position: absolute;
  z-index: -1;
  top: -80px;
  left: 8.510638vw;
  pointer-events: none;
}

.new2 .new2-l {
  width: 65.6%;
}
.new2 .new2-t {
  padding-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
}
.new2 .new2-t h3 {
  font-size: 24px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  line-height: 28px;
  color: #72b066;
  margin-bottom: 15px;
}

.new2 .new2-t p {
  font-size: 16px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 28px;
  color: #ababab;
  text-transform: uppercase;
}
.new2 .new2-c {
  padding: 30px 0;
}
.new2 .new2-c p {
  font-size: 18px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 28px;
  color: #666666;
  margin: 10px 0;
}
.new2 .new2-c img {
  max-width: 100%;
  width: 100%;
  margin: 15px 0;
}
.new2 .new2-b {
  margin-top: 40px;
}
.new2 .new2-b a {
  font-size: 18px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  line-height: 28px;
  color: #000000;
  text-decoration: underline;
}
.new2 .new2-r {
  width: 29.5%;
}
.new2-r .new2-box {
  width: 100%;
  background: #ffffff;
  border: 1px solid #f8f8f8;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 40px 20px;
}
.new2-r .new2-box .title {
  padding-bottom: 25px;
  border-bottom: 1px solid #d9d9d9;
}
.new2-r .title h3 {
  font-size: 20px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  line-height: 28px;
  color: #000000;
}
.new2-r .list {
  padding: 20px 0;
  border-bottom: 1px solid #d9d9d9;
}
.new2-r .list h4 {
  font-size: 18px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  line-height: 28px;
  color: #3b3b3b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 10px;
  transition: all ease 0.3s;
}
.new2-r .list:hover h4 {
  color: #72b066;
}
.new2-r .list p {
  font-size: 16px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 26px;
  color: #302f36;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* 服务页 */
.sup1 {
  width: 100%;
  padding: 110px 160px;
  position: relative;
}
.sup1 .bj {
  position: absolute;
  z-index: -1;
  top: -80px;
  left: 8.510638vw;
  pointer-events: none;
}
.sup1 .text,
.sup1 .sup {
  width: 100%;
  text-align: center;
}
.sup1 .t-box {
  margin: 0 30px;
}
.sup1 .t-box h2 {
  font-size: 48px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  line-height: 65px;
  color: #72b066;
  text-transform: uppercase;
  margin: 5px 0 65px;
}
.sup1 .t-box p {
  font-size: 18px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  text-align: left;
  margin-bottom: 20px;
}

.sup1 .sup .sup-box {
  width: 24%;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  padding: 50px 35px;
  margin-bottom: 30px;
}
.sup1 .sup .sup-box:nth-of-type(2n) {
  background: #72b066;
  border: 1px solid #f2f2f2;
}
.sup1 .sup .sup-box h4 {
  font-size: 43px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  color: #72b066;
  margin-bottom: 10px;
}
.sup1 .sup .sup-box p {
  font-size: 24px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 32px;
  color: #000000;
}
.sup1 .sup .sup-box:nth-of-type(2n) h4,
.sup1 .sup .sup-box:nth-of-type(2n) p {
  color: #ffffff;
}

/* 联系我们 */
.con1 {
  width: 100%;
  padding: 110px 320px 80px;
  position: relative;
}
.con1 .bj {
  position: absolute;
  z-index: -1;
  top: -80px;
  left: 8.510638vw;
  pointer-events: none;
}
.con1 .con-l {
  width: 54.5%;
}
.con1 .con-t h3 {
  font-size: 36px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  line-height: 43px;
  color: #000000;
  margin-bottom: 20px;
}
.con1 .con-t p {
  font-size: 16px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 26px;
  color: #72757c;
  margin-bottom: 20px;
}
.con1 .con-t p a {
  color: #72b066;
  text-decoration: underline;
}
.con1 .con-b h6 {
  font-size: 18px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 500;
  line-height: 24px;
  color: #a7a7a7;
  margin-bottom: 10px;
}
.con1 .con-b a,
.con1 .con-b p {
  display: block;
  /* max-width: 530px; */
  /* width: 100%; */
  font-size: 20px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  margin-bottom: 15px;
  word-wrap: break-word;
  word-break: normal;
}
/* .con1 .con-b p{
  white-space: nowrap;
} */
.con1 .con-r h3 {
  font-size: 18px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: bold;
  line-height: 22px;
  color: #151515;
}

.con1 .con-r p {
  font-size: 16px;
  font-family: "Barlow","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 30px;
  color: #000000;
  margin: 40px 0 35px;
}
.con1 .con-r .app {
  width: 100%;
}
.con1 .app .ico {
  margin-right: 15px;
}
.con1 .app .ico a {
  position: relative;
}
.con1 .app .ico a .box {
  position: absolute;
  bottom: -140px;
  width: 120px;
  height: 120px;
  background: #ffffff;
  border-radius: 10px;
  left: 50%;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 16%);
  transform: translateX(-50%);
  z-index: 40;
  transition: all ease 0.3s;
  opacity: 0;
  visibility: hidden;
}
.con1 .app .ico a:hover .box {
  opacity: 1;
  visibility: visible;
}
.con1 .app .ico a img {
  width: 45px;
  height: 45px;
}
.con1 .ico .box .ewm {
  width: 100px;
  height: 100px;
}
.con1 .con-r {
  width: 35%;
}

.con2 {
  width: 100%;
  padding: 0px 320px 145px;
}
.con2 .con-form {
  width: 54.5%;
}
.con2 .form {
  position: relative;
}
.con2 .form .label {
  width: 100%;
  margin-bottom: 20px;
}
.con2 .form .label span {
  width: 21.5%;
  font-size: 14px;
  font-family: Barlow;
  font-weight: bold;
  color: #15152a;
  white-space: nowrap;
}
.con2 .form .label input {
  width: 78.5%;
  height: 55px;
  background: #ffffff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  padding: 20px;
}
.con2 .form .label textarea {
  width: 78.5%;
  height: 80px;
  background: #ffffff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  resize: none;
  padding: 20px;
}

.con2 .form .more {
  position: absolute;
  left: 21.5%;
  width: 180px;
  height: 45px;
  background: #72b066;
  box-shadow: 0px 10px 20px rgb(255 255 255 / 22%);
  border-radius: 7px;
}
.con2 .form .more a {
  font-size: 14px;
  font-family: "Poppins","PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: 400;
  line-height: 23px;
  color: #ffffff;
}
.con2 .form .more img {
  margin-left: 12px;
}

.con3 {
  width: 100%;
  height: 36.170212vw;
}
.con3 #container {
  width: 100%;
  height: 100%;
}

.amap-icon img {
  width: 6.914893vw;
  height: 8.5106383vw;
}

.amap-logo,
.amap-copyright {
  display: none !important;
}

.pro2 .iphone{
  display: none;
}
