img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.common_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.item_hover {
  overflow: hidden;
}
.item_hover:hover img {
  transform: scale(1.05);
}
.item_hover img {
  width: 100%;
  height: 100%;
  transition: 0.6s ease;
}

.ecologicalInfo1 {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E3F2F0;
  z-index: 1;
}
.ecologicalInfo1 .position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 6.25vw;
}
.ecologicalInfo1 .position .matter {
  display: flex;
}
.ecologicalInfo1 .position .matter.matter1 {
  align-items: flex-end;
  gap: 1.5625vw;
}
.ecologicalInfo1 .position .matter.matter3 {
  gap: 11.71875vw;
}
.ecologicalInfo1 .position .matter.matter3 .flex .list:nth-child(2) {
  left: 1.875vw;
}
.ecologicalInfo1 .position .matter.matter3 .flex .list:nth-child(3) {
  left: 3.75vw;
}
.ecologicalInfo1 .position .matter.matter3 .flex .list:nth-child(4) {
  left: 8.3333333333vw;
}
.ecologicalInfo1 .position .matter.matter3 .flex:last-child .list:nth-child(2) {
  left: -1.875vw;
}
.ecologicalInfo1 .position .matter.matter3 .flex:last-child .list:nth-child(3) {
  left: -3.75vw;
}
.ecologicalInfo1 .position .matter.matter3 .flex:last-child .list:nth-child(4) {
  left: -5.625vw;
}
.ecologicalInfo1 .position .matter.matter4 {
  gap: 1.5625vw;
}
.ecologicalInfo1 .position .matter.matter4 .flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ecologicalInfo1 .position .matter .flex .list {
  width: 4.6875vw;
  height: 4.6875vw;
  position: relative;
}
.ecologicalInfo1 .position .matter .flex .list img {
  width: 100%;
  height: 100%;
}
.ecologicalInfo1 .position .matter .flex .list:not(:last-child) {
  margin: 0 0 2.7083333333vw;
}
.ecologicalInfo1 .after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44.4270833333vw;
  height: 23.2291666667vw;
  border-radius: 50%;
  background: #A8D0D0;
  filter: blur(85px);
  z-index: 1;
}
.ecologicalInfo1 .text {
  text-align: center;
  position: relative;
  z-index: 2;
}
.ecologicalInfo1 .text .p1 {
  color: #333;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 2.0833333333vw;
}
.ecologicalInfo1 .text .dis {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ecologicalInfo1 .text .dis p {
  color: #107A7F;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.ecologicalInfo1 .text .dis .line {
  margin: 0 1.0416666667vw;
  width: 1px;
  height: 1.0416666667vw;
  background: #107A7F;
}

.ecologicalInfo2 {
  padding: 6.7708333333vw 10.4166666667vw 8.59375vw 10.4166666667vw;
}
.ecologicalInfo2 .top {
  display: flex;
  justify-content: space-between;
}
.ecologicalInfo2 .top .item {
  width: 18.6458333333vw;
  height: 27.0833333333vw;
  position: relative;
  overflow: hidden;
}
.ecologicalInfo2 .top .item:hover .text .p2 {
  transform: translateX(0);
}
.ecologicalInfo2 .top .item:hover .img {
  transform: scale(2);
  filter: blur(75px);
  opacity: 0.5;
}
.ecologicalInfo2 .top .item .img {
  width: 100%;
  height: 100%;
  transform-origin: top left;
  transition: 0.6s ease;
}
.ecologicalInfo2 .top .item .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 2.6041666667vw 1.7708333333vw;
}
.ecologicalInfo2 .top .item .text .p1 {
  color: #333;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 1.0416666667vw;
}
.ecologicalInfo2 .top .item .text .p2 {
  color: #333;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
  transform: translateX(150%);
  transition: 0.4s;
}
.ecologicalInfo2 .content {
  display: flex;
  justify-content: center;
  gap: 10.9895833333vw;
  margin: 5.2083333333vw 0 0 0;
}
.ecologicalInfo2 .content .item {
  text-align: center;
}
.ecologicalInfo2 .content .item span {
  color: #00A9B2;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 0.625vw;
}
.ecologicalInfo2 .content .item .p1 {
  color: #333;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.footer .bg {
  position: relative;
}
.footer .bg .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.footer .bg .text .p1 {
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  width: max-content;
  background: linear-gradient(92deg, #23F5FF 0.78%, #FFF 44.68%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 auto 2.0833333333vw;
}
.footer .bg .text .more {
  margin: 3.125vw auto 0;
  width: 8.28125vw;
  height: 2.6041666667vw;
  border-radius: 2.0833333333vw;
  background: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.2083333333vw 0 0.8333333333vw;
  transition: 0.6s ease;
}
.footer .bg .text .more:hover {
  background: #00B2B5;
}
.footer .bg .text .more:hover p {
  color: #fff;
}
.footer .bg .text .more:hover .circle {
  background: #fff;
}
.footer .bg .text .more:hover .circle svg {
  transform: rotate(45deg);
}
.footer .bg .text .more:hover .circle svg path {
  stroke: #00B2B5;
}
.footer .bg .text .more p {
  color: #2B323E;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.5px;
  transition: 0.6s ease;
}
.footer .bg .text .more .circle {
  width: 1.8229166667vw;
  height: 1.8229166667vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00B2B5;
  transition: 0.6s ease;
}
.footer .bg .text .more .circle svg {
  width: 0.5729166667vw;
  height: 0.5729166667vw;
  transition: 0.6s ease;
}
.footer .bg .text .more .circle svg path {
  transition: 0.6s ease;
}

@media screen and (max-width: 768px) {
  .banner .text {
    padding: 0 5%;
  }
  .ecologicalInfo1 {
    height: auto;
    padding: 100px 5%;
  }
  .ecologicalInfo1 .position {
    opacity: 0.2;
  }
  .ecologicalInfo1:after {
    width: 70%;
    height: 200px;
  }
  .ecologicalInfo1 .text .dis {
    margin: 20px 0 0 0;
  }
  .ecologicalInfo1 .text .dis p {
    font-size: 14px;
  }
  .ecologicalInfo1 .text .dis .line {
    height: 20px;
    margin: 0 10px;
  }
  .ecologicalInfo2 {
    padding: 30px 5%;
  }
  .ecologicalInfo2 .top {
    flex-direction: column;
    gap: 20px;
  }
  .ecologicalInfo2 .top .item {
    width: 100%;
    height: auto;
  }
  .ecologicalInfo2 .top .item .img {
    transform: scale(1) !important;
    filter: blur(0) !important;
    opacity: 1 !important;
  }
  .ecologicalInfo2 .top .item .text {
    padding: 30px 5%;
  }
  .ecologicalInfo2 .top .item .text .p1 {
    margin: 0 0 15px;
  }
  .ecologicalInfo2 .top .item .text .p2 {
    transform: translate(0);
  }
  .ecologicalInfo2 .content {
    flex-wrap: wrap;
    margin: 35px 0 0 0;
    gap: 10px 35px;
  }
  .ecologicalInfo2 .content .item span {
    font-size: 24px;
  }
  .footer .bg {
    height: 200px;
  }
  .footer .bg .text {
    width: 90%;
  }
  .footer .bg .text .more {
    width: max-content;
    height: 50px;
    padding: 0 7px 0 20px;
    border-radius: 40px;
    margin: 30px auto 0;
  }
  .footer .bg .text .more .circle {
    height: 35px;
    width: 35px;
    margin: 0 0 0 20px;
  }
  .footer .bg .text .more .circle svg {
    height: 40%;
    width: 40%;
  }
}

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