.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: #f8f8f8;
}
.sect-2 .wrap {
  width: calc(100% - 30px);
  height: 100%;
  padding: 40px 0;
  margin: 0 auto;
}
.sect-2 .wrap .item {
  display: block;
  background-color: #fff;
  margin-bottom: 20px;
}
.sect-2 .wrap .item:last-child {
  margin-bottom: 0;
}
.sect-2 .wrap .item .img {
  width: 100%;
  aspect-ratio: 80/44;
}
.sect-2 .wrap .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect-2 .wrap .item .txt {
  width: 100%;
  padding: 15px;
}
.sect-2 .wrap .item .txt .tit {
  font-size: 30px;
  font-weight: 700;
  color: #292929;
}
.sect-2 .wrap .item .txt .desc {
  font-size: 16px;
  font-weight: 400;
  color: #6d6d6d;
  line-height: 34px;
  margin-top: 20px;
}
.sect-3 {
  width: 100%;
}
.sect-3 .wrap {
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 40px 0;
}
.sect-3 .wrap .tit {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #292929;
}
.sect-3 .wrap .desc {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #6d6d6d;
  line-height: 34px;
  width: 100%;
  margin: 20px auto;
}
.sect-3 .wrap .img {
  width: 100%;
  aspect-ratio: 160/38;
}
.sect-3 .wrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect-4 {
  width: 100%;
  background-color: #f8f8f8;
}
.sect-4 .wrap {
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 40px 0;
}
.sect-4 .wrap .tit {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #292929;
}
.sect-4 .wrap .img-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 20px;
}
.sect-4 .wrap .img-box .img {
  aspect-ratio: 17/44;
  position: relative;
}
.sect-4 .wrap .img-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect-4 .wrap .img-box .img .name {
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-lr;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 2px;
  background-color: #00000030;
}
.sect-7 {
  width: 100%;
  background-color: #fff;
}
.sect-7 .wrap {
  display: flex;
  justify-content: center;
  width: calc(100% - 30px);
  margin: 0 auto;
  flex-wrap: wrap;
}
.sect-7 .wrap .item {
  width: calc(100% / 3);
  max-width: 250px;
  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;
}
.sect-9 {
  width: 100%;
  background-color: #F8F8F8;
}
.sect-9 .wrap {
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 40px 0;
}
.sect-9 .wrap .tit {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #292929;
}
.sect-9 .wrap .items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 20px;
}
.sect-9 .wrap .items .item .img {
  width: 100%;
  aspect-ratio: 7/4;
}
.sect-9 .wrap .items .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect-9 .wrap .items .item .name {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #292929;
  padding: 20px;
}
@media (min-width: 576px) {
  .sect-1 .wrap {
    height: 350px;
  }
  .sect-4 .wrap .img-box {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .sect-1 .wrap {
    height: 400px;
  }
}
@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 .item {
    margin-bottom: 40px;
    display: flex;
  }
  .sect-2 .wrap .item:last-child {
    margin-bottom: 0;
  }
  .sect-2 .wrap .item .img {
    width: 50%;
    aspect-ratio: 80/44;
  }
  .sect-2 .wrap .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sect-2 .wrap .item .txt {
    width: 50%;
    padding: 30px;
  }
  .sect-2 .wrap .item .txt .tit {
    font-size: 30px;
    font-weight: 700;
    color: #292929;
  }
  .sect-2 .wrap .item .txt .desc {
    font-size: 16px;
    font-weight: 400;
    color: #6d6d6d;
    line-height: 34px;
    margin-top: 20px;
  }
  .sect-3 .wrap {
    width: 932px;
    padding: 50px 0;
  }
  .sect-4 .wrap {
    width: 932px;
    padding: 50px 0;
  }
  .sect-4 .wrap .img-box {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 20px;
    margin-top: 40px;
  }
  .sect-7 .wrap {
    width: 932px;
  }
  .sect-7 .wrap .item {
    width: calc(100% / 6);
    font-size: 18px;
    height: 80px;
  }
  .sect-9 .wrap {
    width: 932px;
    padding: 50px 0;
  }
  .sect-9 .wrap .items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .sect-1 {
    margin-top: 90px;
  }
  .sect-2 .wrap {
    width: 1140px;
  }
  .sect-2 .wrap .item {
    margin-bottom: 40px;
    display: flex;
  }
  .sect-2 .wrap .item .txt {
    padding: 40px;
  }
  .sect-3 {
    width: 100%;
  }
  .sect-3 .wrap {
    width: 1140px;
  }
  .sect-4 .wrap {
    width: 1140px;
  }
  .sect-7 .wrap {
    width: 1140px;
  }
  .sect-9 .wrap {
    width: 1140px;
  }
  .sect-9 .wrap .items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1430px) {
  .sect-1 {
    margin-top: 100px;
  }
  .sect-2 .wrap {
    width: 1370px;
  }
  .sect-2 .wrap .item {
    margin-bottom: 40px;
    display: flex;
  }
  .sect-2 .wrap .item .txt {
    padding: 50px;
  }
  .sect-4 .wrap {
    width: 1370px;
  }
  .sect-7 .wrap {
    width: 1370px;
  }
  .sect-9 .wrap {
    width: 1370px;
  }
}
@media (min-width: 1660px) {
  .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 .item .txt {
    padding: 60px;
  }
  .sect-3 {
    width: 100%;
  }
  .sect-3 .wrap {
    width: 1600px;
    padding: 60px 0;
  }
  .sect-4 .wrap {
    width: 1600px;
    padding: 60px 0;
  }
  .sect-4 .wrap .img-box {
    gap: 30px;
  }
  .sect-7 .wrap {
    width: 1600px;
  }
  .sect-9 .wrap {
    width: 1600px;
  }
  .sect-9 .wrap .items {
    gap: 30px;
  }
}
/*# sourceMappingURL=equipment.css.map */