body {
  background-color: #f6fbf9;
}

.sect-1 {
  height: 500px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 {
    height: 300px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 {
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 {
    height: 450px;
  }
}
.sect-1 .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect-1 .waves {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  height: 170px;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 .waves {
    height: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 .waves {
    height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 .waves {
    height: 140px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-1 .waves {
    height: 160px;
  }
}

.sect-2 {
  padding: 60px 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 {
    padding: 30px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 {
    padding: 50px 0;
  }
}
.sect-2 .bg {
  position: fixed;
  right: 0;
  top: 0;
  width: 50%;
  height: auto;
  z-index: -1;
}
.sect-2 .content {
  width: 1480px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content {
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .content {
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .content {
    width: 100%;
    padding: 0 15px;
  }
}
.sect-2 .content .tit-box .en {
  font-size: 50px;
  font-weight: 800;
  color: #eef6f3;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .tit-box .en {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .content .tit-box .en {
    font-size: 28px;
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .content .tit-box .en {
    font-size: 30px;
    line-height: 1.6;
  }
}
.sect-2 .content .tit-box .cn {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .tit-box .cn {
    font-size: 24px;
    line-height: 1.6;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .content .tit-box .cn {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .content .tit-box .cn {
    font-size: 28px;
    line-height: 1.6;
  }
}
.sect-2 .content .tit-box .line {
  width: 80px;
  height: 8px;
  background: #ffbe02;
  margin-top: 10px;
}
.sect-2 .content .txt {
  font-size: 20px;
  font-weight: 500;
  color: #26312d;
  width: 80%;
  margin-top: 40px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .txt {
    font-size: 14px;
    line-height: 1.6;
    width: 100%;
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .content .txt {
    font-size: 15px;
    line-height: 1.6;
    width: 100%;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .content .txt {
    font-size: 16px;
    line-height: 1.6;
    width: 100%;
    margin-top: 20px;
  }
}
.sect-2 .content .item-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .item-box {
    margin-top: 20px;
    gap: 15px;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .content .item-box {
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .content .item-box {
    width: 100%;
    padding: 0 15px;
  }
}
.sect-2 .content .item-box .item {
  width: 100%;
  padding: 25px;
  background: #ffffff;
  border-radius: 22px;
  text-align: center;
  transition: all 0.3s linear;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .item-box .item {
    padding: 15px;
    background: #ffffff;
    border-radius: 10px;
  }
}
.sect-2 .content .item-box .item:hover {
  box-shadow: 0 3px 20px 0 rgba(172, 172, 172, 0.16);
}
.sect-2 .content .item-box .item .main {
  width: 100%;
  aspect-ratio: 44/25;
  object-fit: cover;
  border-radius: 6px;
}
.sect-2 .content .item-box .item .info {
  padding: 20px 0;
  line-height: 1.8;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .item-box .item .info {
    padding: 10px 0;
  }
}
.sect-2 .content .item-box .item .info .name {
  font-size: 20px;
  font-weight: 800;
  color: #333333;
  margin-bottom: 15px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .item-box .item .info .name {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.sect-2 .content .item-box .item .info .desc {
  font-size: 16px;
  font-weight: 400;
  color: #8b8b8b;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .item-box .item .info .desc {
    font-size: 12px;
  }
}
.sect-2 .content .item-box .item .teco {
  text-align: left;
}
.sect-2 .content .item-box .item .teco .desc {
  font-size: 12px;
  font-weight: 400;
  color: #b8b8b8;
}
.sect-2 .content .slogan {
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  color: #26312d;
  min-height: 300px;
  padding: 80px 100px;
  background: linear-gradient(130deg, #ffffff 4%, #eaf8f2 96%);
  border-radius: 24px;
  box-shadow: 10px 10px 30px 0px rgba(94, 136, 92, 0.09);
  margin-top: 40px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .slogan {
    font-size: 20px;
    padding: 20px 15px;
    border-radius: 10px;
    margin-top: 20px;
    min-height: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .content .slogan {
    font-size: 20px;
    padding: 20px 15px;
    border-radius: 10px;
    margin-top: 20px;
    min-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .content .slogan {
    font-size: 20px;
    padding: 20px 15px;
    border-radius: 10px;
    margin-top: 20px;
    min-height: 30px;
  }
}
.sect-2 .content .case-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 15px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .case-box {
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .content .case-box {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .content .case-box {
    margin-top: 20px;
  }
}
.sect-2 .content .case-box .item {
  border-radius: 40px 0 40px 0;
  overflow: hidden;
  position: relative;
  transition: all 1s ease-in-out;
}
.sect-2 .content .case-box .item .info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 300;
  color: #bbbbbb;
  line-height: 22px;
  padding: 15px;
}
.sect-2 .content .case-box .item .info .name {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
}
.sect-2 .content .case-box .item .info .btn {
  width: 110px;
  height: 0;
  background: #ffffff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #535353;
  margin-top: 10px;
  transition: all 0.3s linear;
  opacity: 0;
}
.sect-2 .content .case-box .item .info:hover .btn {
  margin-top: 10px;
  opacity: 1;
  height: 36px;
}
.sect-2 .content .case-box .item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.sect-2 .content .case-box .item:nth-child(1) {
  width: 290px;
  aspect-ratio: 30/17;
  transform: translateY(15%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .case-box .item:nth-child(1) {
    width: 100%;
    transform: translateY(0);
  }
}
.sect-2 .content .case-box .item:nth-child(2) {
  width: 290px;
  aspect-ratio: 30/23;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .case-box .item:nth-child(2) {
    width: 100%;
    transform: translateY(0);
  }
}
.sect-2 .content .case-box .item:nth-child(3) {
  width: 390px;
  aspect-ratio: 40/22;
  transform: translateY(8%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .case-box .item:nth-child(3) {
    width: 100%;
    transform: translateY(0);
  }
}
.sect-2 .content .case-box .item:nth-child(4) {
  width: 390px;
  aspect-ratio: 40/18;
  transform: translateY(10%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .case-box .item:nth-child(4) {
    width: 100%;
    transform: translateY(0);
  }
}
.sect-2 .content .case-box .item:nth-child(5) {
  width: 290px;
  aspect-ratio: 30/18;
  transform: translateY(-10%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .case-box .item:nth-child(5) {
    width: 100%;
    transform: translateY(0);
  }
}
.sect-2 .content .case-box .item:nth-child(6) {
  width: 290px;
  aspect-ratio: 30/23;
  transform: translateY(-4%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .case-box .item:nth-child(6) {
    width: 100%;
    transform: translateY(0);
  }
}
.sect-2 .content .case-box .item:nth-child(7) {
  width: 390px;
  aspect-ratio: 40/26;
  transform: translateY(6%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .case-box .item:nth-child(7) {
    width: 100%;
    transform: translateY(0);
  }
}
.sect-2 .content .case-box .item:nth-child(8) {
  width: 290px;
  aspect-ratio: 30/22;
  transform: translateY(-2%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .case-box .item:nth-child(8) {
    width: 100%;
    transform: translateY(0);
  }
}
.sect-2 .content .case-box .item:nth-child(9) {
  width: 290px;
  aspect-ratio: 30/22;
  transform: translateY(-10%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .case-box .item:nth-child(9) {
    width: 100%;
    transform: translateY(0);
  }
}
.sect-2 .content .case-box .item:nth-child(10) {
  width: 290px;
  aspect-ratio: 30/23;
  transform: translateY(-30%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .case-box .item:nth-child(10) {
    width: 100%;
    transform: translateY(0);
  }
}
.sect-2 .content .case-box .item:nth-child(11) {
  width: 290px;
  aspect-ratio: 30/23;
  transform: translateY(-15%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .case-box .item:nth-child(11) {
    width: 100%;
    transform: translateY(0);
  }
}
.sect-2 .content .case-box .item:nth-child(12) {
  width: 390px;
  aspect-ratio: 40/20;
  transform: translateY(-8%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .case-box .item:nth-child(12) {
    width: 100%;
    transform: translateY(0);
  }
}
.sect-2 .content .case-box .item:nth-child(13) {
  width: 290px;
  aspect-ratio: 30/22;
  transform: translateY(-20%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .case-box .item:nth-child(13) {
    width: 100%;
    transform: translateY(0);
  }
}
.sect-2 .content .case-box .item:nth-child(14) {
  width: 290px;
  aspect-ratio: 30/27;
  transform: translateY(-15%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .case-box .item:nth-child(14) {
    width: 100%;
    transform: translateY(0);
  }
}

@keyframes myanimation {
  0% {
    scale: 1;
    rotate: 0deg;
  }
  25% {
    scale: 1.5;
    rotate: 10deg;
  }
  50% {
    scale: 1;
    rotate: 0deg;
  }
  75% {
    scale: 1.5;
    rotate: -10deg;
  }
  100% {
    scale: 1;
    rotate: 0deg;
  }
}
.sect-3 {
  padding: 60px 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 {
    padding: 30px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 {
    padding: 50px 0;
  }
}
.sect-3 .content {
  width: 1480px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content {
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content {
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content {
    width: 100%;
    padding: 0 15px;
  }
}
.sect-3 .content .tit-box .cn {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .tit-box .cn {
    font-size: 24px;
    line-height: 1.6;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .tit-box .cn {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .tit-box .cn {
    font-size: 28px;
    line-height: 1.6;
  }
}
.sect-3 .content .tit-box .line {
  width: 80px;
  height: 8px;
  background: #ffbe02;
  margin-top: 10px;
}
.sect-3 .content .wrap {
  width: 100%;
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0 3px 20px 0 rgba(172, 172, 172, 0.16);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
  padding: 30px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .wrap {
    padding: 0 15px;
    border-radius: 10px;
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.sect-3 .content .wrap .img-box {
  width: 100%;
  height: auto;
}
.sect-3 .content .wrap .img-box .main {
  width: 100%;
  aspect-ratio: 69/46;
  object-fit: cover;
  display: none;
}
.sect-3 .content .wrap .img-box .main:nth-child(1) {
  display: block;
}
.sect-3 .content .wrap .r-box {
  width: 100%;
  height: 100%;
}
.sect-3 .content .wrap .r-box .type {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .wrap .r-box .type {
    margin-top: 20px;
    gap: 10px;
  }
}
.sect-3 .content .wrap .r-box .type .item {
  width: 200px;
  height: 60px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  color: #333333;
  transition: all 0.3s linear;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .wrap .r-box .type .item {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
}
.sect-3 .content .wrap .r-box .type .item:hover {
  background: #15774d;
  color: #fff;
}
.sect-3 .content .wrap .r-box .type .act {
  background: #15774d;
  color: #fff;
}
.sect-3 .content .wrap .r-box .txt {
  position: relative;
  font-size: 20px;
  font-weight: 300;
  color: #26312d;
  margin-top: 60px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .wrap .r-box .txt {
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.sect-3 .content .wrap .r-box .txt img {
  width: 20px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.sect-3 .content .wrap .r-box .txt span {
  display: none;
}
.sect-3 .content .wrap .r-box .txt span:nth-of-type(1) {
  display: block;
}

.sect-4 {
  padding: 60px 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 {
    padding: 30px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 {
    padding: 50px 0;
  }
}
.sect-4 .content {
  width: 1480px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content {
    width: 100%;
    padding: 0 15px;
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 .content {
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 .content {
    width: 100%;
    padding: 0 15px;
  }
}
.sect-4 .content .l-box {
  width: 30%;
  font-size: 60px;
  font-weight: 700;
  color: #000000;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .l-box {
    width: 100%;
    font-size: 26px;
  }
}
.sect-4 .content .r-box {
  width: 50%;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .r-box {
    width: 100%;
  }
}
.sect-4 .content .r-box .tit {
  font-size: 38px;
  font-weight: 700;
  color: #000000;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .r-box .tit {
    font-size: 24px;
  }
}
.sect-4 .content .r-box .line {
  width: 80px;
  height: 8px;
  background: #ffbe02;
  margin-top: 20px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .r-box .line {
    margin-top: 10px;
  }
}
.sect-4 .content .r-box .txt {
  font-size: 30px;
  font-weight: 300;
  color: #26312d;
  margin-top: 40px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .r-box .txt {
    font-size: 14px;
    margin-top: 20px;
  }
}
.sect-4 .content .b-box {
  position: relative;
  margin-top: 40px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .b-box {
    margin-top: 20px;
    padding: 15px 0;
  }
}
.sect-4 .content .b-box .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .b-box .bg {
    height: 100%;
    object-fit: cover;
  }
}
.sect-4 .content .b-box .b-txt {
  width: 100%;
  height: 100%;
  z-index: 10;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 3px 6px 0 rgba(100, 57, 13, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 150px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .b-box .b-txt {
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
  }
}

/*# sourceMappingURL=ability.css.map */
