.sect-1 {
  position: relative;
  margin-top: 70px;
}
.sect-1 .swiper {
  overflow: hidden;
}
.sect-1 .swiper .swiper-slide {
  position: relative;
}
.sect-1 .swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 2.13333333;
  min-height: 400px;
  object-fit: cover;
}
.sect-1 .swiper .swiper-slide .text-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #78c22820;
}
.sect-1 .swiper .swiper-slide .text-box .tit {
  font-size: 66px;
  font-weight: 700;
  color: #ffffff;
}
.sect-1 .swiper .swiper-slide .text-box .en-tit {
  font-size: 36px;
  font-weight: 300;
  color: #b4b4b4;
}
.sect-1 .swiper .swiper-slide .text-box img {
  width: 20px;
  height: 56px;
  position: absolute;
  top: 60px;
}
.sect-1 .sw-btn:hover img {
  opacity: 0;
  visibility: hidden;
}
.sect-1 .sw-btn:hover .hover {
  opacity: 1;
  visibility: visible;
}
.sect-1 .sw-btn img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s linear;
  position: absolute;
  right: 10%;
  bottom: 10%;
  z-index: 10;
}
.sect-1 .sw-btn .hover {
  opacity: 0;
  visibility: hidden;
}
.sect-1 .button-prev img {
  right: calc(10% + 60px);
}
.sect-1 .button-next img {
  rotate: 180deg;
}
.sect-2 {
  padding-top: 50px;
  background-color: #F3F3F3;
  position: relative;
  overflow: hidden;
}
.sect-2 .left-box img {
  width: 100%;
  aspect-ratio: 1.68;
}
.sect-2 .right-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.sect-2 .right-box .num-box {
  width: 50%;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #949494;
}
.sect-2 .right-box .num-box .num {
  font-size: 30px;
  font-weight: 800;
  color: #11524e;
}
.sect-2 .bottom-box {
  text-transform: uppercase;
  font-size: 233px;
  font-weight: 700;
  color: #11524e05;
  position: absolute;
  right: 100px;
  bottom: -100px;
  white-space: nowrap;
  animation: text-shake 1s linear;
}
.sect-3 {
  padding: 50px 0;
}
.sect-3 .tit {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #000000;
}
.sect-3 .desc {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #a7a7a7;
}
.sect-3 .pro-item {
  width: 100%;
  display: inline-block;
  aspect-ratio: 1.64;
  position: relative;
  margin-top: 30px;
}
.sect-3 .pro-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect-3 .pro-item .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background-color: #00000010;
  transition: all 0.3s linear;
}
.sect-3 .pro-item .content:hover {
  background-color: #00000050;
}
.sect-3 .pro-item .content .name {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.sect-3 .pro-item .content .en-name {
  font-size: 14px;
  font-weight: normal;
  color: #d8d8d8;
  margin-top: 8px;
}
.sect-3 .pro-item .content .more {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  margin-top: 6px;
}
.sect-3 .pro-item .content .more img {
  width: 16px;
  height: 16px;
  background: #00000050;
  border-radius: 50%;
  margin-left: 6px;
}
.sect-3 .more-btn {
  width: 200px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin: 40px auto 0;
}
.sect-4 {
  background-color: #F3F3F3;
  padding: 50px 0;
}
.sect-4 .txt-box {
  aspect-ratio: 1.03448276;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sect-4 .txt-box .txt .name {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  color: #000000;
}
.sect-4 .txt-box .txt .desc {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #787878;
  line-height: 34px;
  margin-top: 30px;
}
.sect-4 .txt-box .txt .more-btn {
  width: 200px;
  height: 50px;
  border: 1px solid #707070;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin: 40px 0 0;
}
.sect-4 .img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2.06896552;
}
.sect-4 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect-5 {
  padding: 50px 0;
}
.sect-5 .tit {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #000000;
}
.sect-5 .desc {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #a7a7a7;
}
.sect-5 .item {
  margin-top: 20px;
}
.sect-5 .item .name {
  font-size: 16px;
  font-weight: 400;
  color: #37c9a4;
}
.sect-5 .item .name span {
  font-size: 24px;
  font-weight: 500;
  color: #E9E9E9;
  font-style: italic;
  margin-right: 6px;
}
.sect-5 .item .txt {
  font-size: 14px;
  font-weight: 400;
  color: #636363;
  line-height: 26px;
  margin-top: 8px;
}
@keyframes text-shake {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
@media (min-width: 576px) {
  .sect-1 {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .sect-2 .right-box .num-box {
    width: 50%;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #949494;
  }
  .sect-2 .right-box .num-box .num {
    font-size: 40px;
    font-weight: 800;
    color: #11524e;
  }
  .sect-3 {
    padding: 50px 0;
  }
  .sect-3 .tit {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #000000;
  }
  .sect-3 .desc {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #a7a7a7;
  }
  .sect-3 .pro-item {
    width: 100%;
    display: inline-block;
    aspect-ratio: 1.64;
    position: relative;
    margin-top: 30px;
  }
  .sect-3 .pro-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sect-3 .pro-item .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 5%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background-color: #00000010;
    transition: all 0.3s linear;
  }
  .sect-3 .pro-item .content:hover {
    background-color: #00000050;
  }
  .sect-3 .pro-item .content .name {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
  }
  .sect-3 .pro-item .content .en-name {
    font-size: 14px;
    font-weight: normal;
    color: #d8d8d8;
    margin-top: 8px;
  }
  .sect-3 .pro-item .content .more {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    margin-top: 6px;
  }
  .sect-3 .pro-item .content .more img {
    width: 16px;
    height: 16px;
    background: #00000050;
    border-radius: 50%;
    margin-left: 6px;
  }
  .sect-3 .more-btn {
    width: 200px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #707070;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin: 40px auto 0;
  }
  .sect-4 {
    background-color: #F3F3F3;
    padding: 50px 0;
  }
  .sect-4 .txt-box {
    aspect-ratio: 1.03448276;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .sect-4 .txt-box .txt .name {
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    color: #000000;
  }
  .sect-4 .txt-box .txt .desc {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #787878;
    line-height: 34px;
    margin-top: 30px;
  }
  .sect-4 .txt-box .txt .more-btn {
    width: 200px;
    height: 50px;
    border: 1px solid #707070;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin: 80px 0 0;
  }
  .sect-4 .img {
    width: 100%;
    height: 100%;
    aspect-ratio: 2.06896552;
  }
  .sect-4 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sect-5 {
    padding: 50px 0;
  }
  .sect-5 .tit {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #000000;
  }
  .sect-5 .desc {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #a7a7a7;
  }
  .sect-5 .item {
    margin-top: 20px;
  }
  .sect-5 .item .name {
    font-size: 18px;
    font-weight: 400;
    color: #37c9a4;
  }
  .sect-5 .item .name span {
    font-size: 28px;
    font-weight: 500;
    color: #E9E9E9;
    font-style: italic;
    margin-right: 6px;
  }
  .sect-5 .item .txt {
    font-size: 14px;
    font-weight: 400;
    color: #636363;
    line-height: 26px;
    margin-top: 8px;
  }
}
@media (min-width: 992px) {
  .sect-1 {
    margin-top: 0;
  }
  .sect-1 .sw-btn img {
    width: 40px;
    height: 40px;
  }
  .sect-1 .button-prev img {
    right: calc(10% + 80px);
  }
  .sect-2 .right-box {
    aspect-ratio: 1.74;
  }
  .sect-2 .right-box .num-box {
    width: 50%;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #949494;
    margin: 10px 0;
  }
  .sect-2 .right-box .num-box .num {
    font-size: 50px;
    font-weight: 800;
    color: #11524e;
  }
  .sect-3 {
    padding: 50px 0;
  }
  .sect-3 .tit {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #000000;
  }
  .sect-3 .desc {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #a7a7a7;
  }
  .sect-3 .pro-item {
    width: 100%;
    display: inline-block;
    aspect-ratio: 1.64;
    position: relative;
    margin-top: 30px;
  }
  .sect-3 .pro-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sect-3 .pro-item .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 5%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background-color: #00000010;
    transition: all 0.3s linear;
  }
  .sect-3 .pro-item .content:hover {
    background-color: #00000050;
  }
  .sect-3 .pro-item .content .name {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
  }
  .sect-3 .pro-item .content .en-name {
    font-size: 14px;
    font-weight: normal;
    color: #d8d8d8;
    margin-top: 8px;
  }
  .sect-3 .pro-item .content .more {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    margin-top: 6px;
  }
  .sect-3 .pro-item .content .more img {
    width: 16px;
    height: 16px;
    background: #00000050;
    border-radius: 50%;
    margin-left: 6px;
  }
  .sect-3 .more-btn {
    width: 200px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #707070;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin: 40px auto 0;
  }
  .sect-4 {
    background-color: #F3F3F3;
    padding: 50px 0;
  }
  .sect-4 .txt-box {
    aspect-ratio: 1.03448276;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .sect-4 .txt-box .txt .name {
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    color: #000000;
  }
  .sect-4 .txt-box .txt .desc {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    color: #787878;
    line-height: 34px;
    margin-top: 30px;
  }
  .sect-4 .txt-box .txt .more-btn {
    width: 200px;
    height: 50px;
    border: 1px solid #707070;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin: 60px 0 0;
  }
  .sect-4 .img {
    width: 100%;
    height: 100%;
    aspect-ratio: 2.06896552;
  }
  .sect-4 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sect-5 {
    padding: 50px 0;
  }
  .sect-5 .tit {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #000000;
  }
  .sect-5 .desc {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #a7a7a7;
  }
  .sect-5 .item {
    margin-top: 20px;
  }
  .sect-5 .item .name {
    font-size: 20px;
    font-weight: 400;
    color: #37c9a4;
  }
  .sect-5 .item .name span {
    font-size: 40px;
    font-weight: 500;
    color: #E9E9E9;
    font-style: italic;
    margin-right: 6px;
  }
  .sect-5 .item .txt {
    font-size: 14px;
    font-weight: 400;
    color: #636363;
    line-height: 26px;
    margin-top: 8px;
  }
}
/*# sourceMappingURL=index.css.map */