.sect-1 {
  width: 100%;
  margin-top: 60px;
}
.sect-1 .wrap {
  width: 100%;
  height: 300px;
}
.sect-1 .wrap .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.sect-1 .wrap .swiper-slide .main {
  width: 100%;
  height: 100%;
}
.sect-1 .wrap .swiper-slide .main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect-1 .wrap .swiper-slide .name {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
}
.sect-1 .wrap .swiper-slide .name .cn-tit {
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 3.4px;
}
.sect-1 .wrap .swiper-slide .name .en-tit {
  font-size: 16px;
  font-weight: 400;
  color: #e2e2e2;
}
.sect-2 {
  width: 100%;
  height: auto;
  background-color: #f8f8f8;
}
.sect-2:nth-of-type(2n) {
  background-color: #fff;
}
.sect-2:nth-of-type(2n) .wrap .items .item {
  box-shadow: 0 0 10px #eee;
}
.sect-2 .wrap {
  width: calc(100% - 30px);
  height: 100%;
  padding: 40px 0;
  margin: 0 auto;
}
.sect-2 .wrap .tit {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #333333;
}
.sect-2 .wrap .desc {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #6d6d6d;
  line-height: 34px;
  margin: 20px auto 0;
  width: 100%;
}
.sect-2 .wrap .items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-top: 20px;
}
.sect-2 .wrap .items .item {
  background-color: #fff;
  padding: 15px;
}
.sect-2 .wrap .items .item img {
  width: 100%;
  aspect-ratio: 41/30;
  object-fit: contain;
}
.sect-2 .wrap .items .item .name {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #333333;
  margin-top: 20px;
}
.sect-7 {
  width: 100%;
  background-color: #fff;
}
.sect-7 .wrap {
  display: flex;
  width: calc(100% - 30px);
  margin: 0 auto;
  flex-wrap: wrap;
}
.sect-7 .wrap .item {
  width: calc(100% / 2);
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  height: 60px;
  transition: all 0.3s linear;
}
.sect-7 .wrap .item:hover {
  color: #fff;
  background-color: #7AAE5A;
}
.sect-7 .wrap .act {
  color: #fff;
  background-color: #7AAE5A;
}
@media (min-width: 576px) {
  .sect-1 .wrap {
    height: 350px;
  }
  .sect-2 .wrap .items {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .sect-1 .wrap {
    height: 400px;
  }
  .sect-7 .wrap .item {
    width: calc(100% / 3);
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .sect-1 {
    margin-top: 80px;
  }
  .sect-1 .wrap {
    height: 500px;
  }
  .sect-1 .wrap .swiper-slide .name .cn-tit {
    font-size: 50px;
  }
  .sect-1 .wrap .swiper-slide .name .en-tit {
    font-size: 20px;
  }
  .sect-2 .wrap {
    width: 932px;
    padding: 50px 0;
  }
  .sect-2 .wrap .desc {
    width: 60%;
  }
  .sect-2 .wrap .items {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
  }
  .sect-2 .wrap .items .item {
    padding: 20px;
  }
  .sect-2 .wrap .items .item .name {
    font-size: 18px;
  }
  .sect-7 .wrap {
    width: 932px;
    justify-content: center;
  }
  .sect-7 .wrap .item {
    width: calc(100% / 4);
    font-size: 18px;
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .sect-1 {
    margin-top: 90px;
  }
  .sect-2 .wrap {
    width: 1140px;
  }
  .sect-2 .wrap .desc {
    width: 40%;
  }
  .sect-2 .wrap .items {
    gap: 30px;
    margin-top: 40px;
  }
  .sect-2 .wrap .items .item {
    padding: 30px;
  }
  .sect-7 .wrap {
    width: 1140px;
  }
}
@media (min-width: 1430px) {
  .sect-1 {
    margin-top: 100px;
  }
  .sect-2 .wrap {
    width: 1370px;
  }
}
@media (min-width: 1660px) {
  .sect-1 {
    margin-top: 110px;
  }
  .sect-1 .wrap {
    height: 600px;
  }
  .sect-1 .wrap .swiper-slide .name .cn-tit {
    font-size: 68px;
  }
  .sect-1 .wrap .swiper-slide .name .en-tit {
    font-size: 26px;
  }
  .sect-2 .wrap {
    width: 1600px;
  }
  .sect-2 .wrap .items {
    gap: 40px;
  }
  .sect-2 .wrap .items .item {
    padding: 40px;
  }
  .sect-7 .wrap {
    width: 1600px;
  }
  .sect-7 .wrap .item {
    width: calc(100% / 6);
  }
}
/*# sourceMappingURL=product.css.map */