@charset "UTF-8";
body .home .container img {
  transition: all 600ms;
}
body .home .container img:hover {
  transform: scale(1.05);
}
body .home .container .sec1 {
  padding: 8.3333333333vw 10.4166666667vw;
  overflow: hidden;
}
body .home .container .sec1 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .home .container .sec1 .content .lbox {
  width: 34.0625vw;
}
body .home .container .sec1 .content .lbox .t1 {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
}
body .home .container .sec1 .content .lbox .t1 span {
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  background: #00A9B2;
  border-radius: 50%;
}
body .home .container .sec1 .content .lbox .t1 p {
  font-family: "Inter";
  text-transform: capitalize;
  line-height: 1;
}
body .home .container .sec1 .content .lbox .t2 {
  margin: 1.0416666667vw 0 0 0;
  line-height: 1.25;
  letter-spacing: 0.8px;
}
body .home .container .sec1 .content .lbox .des {
  margin: 3.125vw 0;
  line-height: 1.7;
}
body .home .container .sec1 .content .lbox .des span {
  color: #00B2B5;
}
body .home .container .sec1 .content .lbox .des b {
  font-weight: 700;
}
body .home .container .sec1 .content .rbox {
  width: 28.125vw;
  position: relative;
}
body .home .container .sec1 .content .rbox .pic1 {
  border-radius: 2.0833333333vw;
  overflow: hidden;
}
body .home .container .sec1 .content .rbox .pic1 img {
  width: 100%;
  height: 33.8541666667vw;
  object-fit: cover;
  border-radius: 2.0833333333vw;
}
body .home .container .sec1 .content .rbox .pic2 {
  position: absolute;
  left: -11.9270833333vw;
  bottom: 5.2083333333vw;
  z-index: -1;
}
body .home .container .sec1 .content .rbox .pic2 img {
  width: 9.21875vw;
}
body .home .container .sec1 .content .rbox .pic3 {
  position: absolute;
  left: -6.40625vw;
  bottom: -5.2083333333vw;
  z-index: -1;
}
body .home .container .sec1 .content .rbox .pic3 img {
  width: 20.4166666667vw;
}
body .home .container .sec1 .content .rbox .pic4 {
  position: absolute;
  right: -10.4166666667vw;
  bottom: 3.6979166667vw;
  z-index: -1;
}
body .home .container .sec1 .content .rbox .pic4 img {
  width: 18.3333333333vw;
}
body .home .container .sec2 {
  width: 100%;
  background: url(../images/sbg1.png) no-repeat;
  background-size: cover;
  padding: 8.3333333333vw 10.4166666667vw;
  position: relative;
}
body .home .container .sec2::after {
  content: "";
  display: block;
  background: rgba(100, 92, 87, 0.96);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body .home .container .sec2 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}
body .home .container .sec2 .content .lbox {
  width: 34.0625vw;
}
body .home .container .sec2 .content .lbox .t1 {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
}
body .home .container .sec2 .content .lbox .t1 span {
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  background: #00A9B2;
  border-radius: 50%;
}
body .home .container .sec2 .content .lbox .t1 p {
  font-family: "Inter";
  text-transform: capitalize;
  line-height: 1;
  color: white;
}
body .home .container .sec2 .content .lbox .t2 {
  margin: 1.0416666667vw 0 0 0;
  line-height: 1.25;
  letter-spacing: 0.8px;
  color: white;
}
body .home .container .sec2 .content .lbox .des {
  margin: 3.125vw 0;
  line-height: 1.7;
  color: white;
}
body .home .container .sec2 .content .lbox .des span {
  color: #00B2B5;
}
body .home .container .sec2 .content .lbox .des b {
  font-weight: 700;
}
body .home .container .sec2 .content .rbox {
  width: 28.125vw;
  position: relative;
}
body .home .container .sec2 .content .rbox .pic1 {
  border-radius: 2.0833333333vw;
  overflow: hidden;
}
body .home .container .sec2 .content .rbox .pic1 img {
  width: 100%;
  height: 33.8541666667vw;
  object-fit: cover;
  border-radius: 2.0833333333vw;
}
body .home .container .sec3 {
  padding: 8.3333333333vw 10.4166666667vw;
  overflow: hidden;
  position: relative;
}
body .home .container .sec3 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .home .container .sec3 .content .lbox {
  width: 34.0625vw;
}
body .home .container .sec3 .content .lbox .t1 {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
}
body .home .container .sec3 .content .lbox .t1 span {
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  background: #00A9B2;
  border-radius: 50%;
}
body .home .container .sec3 .content .lbox .t1 p {
  font-family: "Inter";
  text-transform: capitalize;
  line-height: 1;
}
body .home .container .sec3 .content .lbox .t2 {
  margin: 1.0416666667vw 0 0 0;
  line-height: 1.25;
  letter-spacing: 0.8px;
}
body .home .container .sec3 .content .lbox .des {
  margin: 3.125vw 0;
  line-height: 1.7;
}
body .home .container .sec3 .content .lbox .des span {
  color: #00B2B5;
}
body .home .container .sec3 .content .lbox .des b {
  font-weight: 700;
}
body .home .container .sec3 .content .rbox {
  width: 28.125vw;
}
body .home .container .sec3 .content .rbox .pic1 {
  border-radius: 2.0833333333vw;
  overflow: hidden;
}
body .home .container .sec3 .content .rbox .pic1 img {
  width: 100%;
  height: 33.8541666667vw;
  object-fit: cover;
  border-radius: 2.0833333333vw;
}
body .home .container .sec3 .pic2 {
  position: absolute;
  left: 0;
  bottom: 2.0833333333vw;
  z-index: -1;
}
body .home .container .sec3 .pic2 img {
  width: 7.34375vw;
}
body .home .container .sec3 .pic3 {
  position: absolute;
  left: 12.2395833333vw;
  bottom: 8.59375vw;
  z-index: -1;
}
body .home .container .sec3 .pic3 img {
  width: 11.6145833333vw;
}
body .home .container .sec3 .pic4 {
  position: absolute;
  left: 23.28125vw;
  bottom: 0;
  z-index: -1;
}
body .home .container .sec3 .pic4 img {
  width: 21.1979166667vw;
}
body .home .container .sec4 {
  width: 100%;
  background: url(../images/sbg2.png) no-repeat;
  background-size: cover;
  padding: 8.3333333333vw 10.4166666667vw;
  position: relative;
}
body .home .container .sec4::after {
  content: "";
  display: block;
  background: rgba(100, 92, 87, 0.96);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body .home .container .sec4 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}
body .home .container .sec4 .content .lbox {
  width: 34.0625vw;
}
body .home .container .sec4 .content .lbox .t1 {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
}
body .home .container .sec4 .content .lbox .t1 span {
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  background: #00A9B2;
  border-radius: 50%;
}
body .home .container .sec4 .content .lbox .t1 p {
  font-family: "Inter";
  text-transform: capitalize;
  line-height: 1;
  color: white;
}
body .home .container .sec4 .content .lbox .t2 {
  margin: 1.0416666667vw 0 0 0;
  line-height: 1.25;
  letter-spacing: 0.8px;
  color: white;
}
body .home .container .sec4 .content .lbox .des {
  margin: 3.125vw 0;
  line-height: 1.7;
  color: white;
}
body .home .container .sec4 .content .lbox .des span {
  color: #00B2B5;
}
body .home .container .sec4 .content .lbox .des b {
  font-weight: 700;
}
body .home .container .sec4 .content .rbox {
  width: 28.125vw;
  position: relative;
}
body .home .container .sec4 .content .rbox .pic1 {
  overflow: hidden;
  border-radius: 2.0833333333vw;
}
body .home .container .sec4 .content .rbox .pic1 img {
  width: 100%;
  height: 33.8541666667vw;
  object-fit: cover;
  border-radius: 2.0833333333vw;
}
body .home .container .sec5 {
  padding: 8.3333333333vw 10.4166666667vw;
  overflow: hidden;
  position: relative;
}
body .home .container .sec5 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .home .container .sec5 .content .lbox {
  width: 34.0625vw;
}
body .home .container .sec5 .content .lbox .t1 {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
}
body .home .container .sec5 .content .lbox .t1 span {
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  background: #00A9B2;
  border-radius: 50%;
}
body .home .container .sec5 .content .lbox .t1 p {
  font-family: "Inter";
  text-transform: capitalize;
  line-height: 1;
}
body .home .container .sec5 .content .lbox .t2 {
  margin: 1.0416666667vw 0 0 0;
  line-height: 1.25;
  letter-spacing: 0.8px;
}
body .home .container .sec5 .content .lbox .des {
  margin: 3.125vw 0;
  line-height: 1.7;
}
body .home .container .sec5 .content .lbox .des span {
  color: #00B2B5;
}
body .home .container .sec5 .content .lbox .des b {
  font-weight: 700;
}
body .home .container .sec5 .content .rbox {
  width: 28.125vw;
}
body .home .container .sec5 .content .rbox .pic1 {
  overflow: hidden;
  border-radius: 2.0833333333vw;
}
body .home .container .sec5 .content .rbox .pic1 img {
  width: 100%;
  height: 33.8541666667vw;
  object-fit: cover;
  border-radius: 2.0833333333vw;
}
body .home .container .sec5 .pic2 {
  position: absolute;
  left: 0;
  bottom: 9.1666666667vw;
  z-index: -1;
}
body .home .container .sec5 .pic2 img {
  width: 7.03125vw;
}
body .home .container .sec5 .pic3 {
  position: absolute;
  left: 6.5104166667vw;
  bottom: 5.8333333333vw;
  z-index: -1;
}
body .home .container .sec5 .pic3 img {
  width: 11.6666666667vw;
}
body .home .container .sec5 .pic4 {
  position: absolute;
  left: 19.0625vw;
  bottom: 2.5vw;
  z-index: -1;
}
body .home .container .sec5 .pic4 img {
  width: 9.2708333333vw;
}
@media screen and (max-width: 768px) {
  body .home .container .sec1 {
    padding: 30px 5%;
    /* 原 160/$f+vw 200/$f+vw */
  }
  body .home .container .sec1 .content {
    flex-direction: column;
  }
  body .home .container .sec1 .content .lbox {
    width: 100%;
  }
  body .home .container .sec1 .content .lbox .t1 {
    gap: 8px;
    /* 原 16/$f+vw */
  }
  body .home .container .sec1 .content .lbox .t1 span {
    width: 5px;
    /* 原 10/$f+vw */
    height: 5px;
    /* 原 10/$f+vw */
  }
  body .home .container .sec1 .content .lbox .t2 {
    margin: 10px 0 0 0;
    /* 原 20/$f+vw 0 0 0 */
  }
  body .home .container .sec1 .content .lbox .des {
    margin: 15px 0;
    /* 原 60/$f+vw 0 */
  }
  body .home .container .sec1 .content .rbox {
    width: 100%;
    margin-top: 20px;
  }
  body .home .container .sec1 .content .rbox .pic1 {
    border-radius: 20px;
  }
  body .home .container .sec1 .content .rbox .pic1 img {
    height: auto;
    border-radius: 20px;
  }
  body .home .container .sec1 .content .rbox .pic2,
  body .home .container .sec1 .content .rbox .pic3,
  body .home .container .sec1 .content .rbox .pic4 {
    display: none;
  }
  body .home .container .sec2 {
    padding: 30px 5%;
    /* 原 160/$f+vw 200/$f+vw */
  }
  body .home .container .sec2 .content {
    flex-direction: column;
  }
  body .home .container .sec2 .content .lbox {
    width: 100%;
    margin-top: 30px;
  }
  body .home .container .sec2 .content .lbox .t1 {
    gap: 8px;
    /* 原 16/$f+vw */
  }
  body .home .container .sec2 .content .lbox .t1 span {
    width: 5px;
    /* 原 10/$f+vw */
    height: 5px;
    /* 原 10/$f+vw */
  }
  body .home .container .sec2 .content .lbox .t2 {
    margin: 10px 0 0 0;
    /* 原 20/$f+vw 0 0 0 */
  }
  body .home .container .sec2 .content .lbox .des {
    margin: 15px 0;
    /* 原 60/$f+vw 0 */
  }
  body .home .container .sec2 .content .rbox {
    width: 100%;
    margin-top: 20px;
  }
  body .home .container .sec2 .content .rbox .pic1 {
    border-radius: 20px;
  }
  body .home .container .sec2 .content .rbox .pic1 img {
    border-radius: 20px;
    height: auto;
  }
  body .home .container .sec3, body .home .container .sec5 {
    padding: 30px 5%;
  }
  body .home .container .sec3 .content, body .home .container .sec5 .content {
    flex-direction: column;
  }
  body .home .container .sec3 .content .lbox, body .home .container .sec5 .content .lbox {
    width: 100%;
  }
  body .home .container .sec3 .content .lbox .t1, body .home .container .sec5 .content .lbox .t1 {
    gap: 8px;
    /* 原 16/$f+vw */
  }
  body .home .container .sec3 .content .lbox .t1 span, body .home .container .sec5 .content .lbox .t1 span {
    width: 5px;
    /* 原 10/$f+vw */
    height: 5px;
    /* 原 10/$f+vw */
  }
  body .home .container .sec3 .content .lbox .t2, body .home .container .sec5 .content .lbox .t2 {
    margin: 10px 0 0 0;
    /* 原 20/$f+vw 0 0 0 */
  }
  body .home .container .sec3 .content .lbox .des, body .home .container .sec5 .content .lbox .des {
    margin: 15px 0;
    /* 原 60/$f+vw 0 */
  }
  body .home .container .sec3 .content .rbox, body .home .container .sec5 .content .rbox {
    width: 100%;
    margin-top: 20px;
  }
  body .home .container .sec3 .content .rbox .pic1, body .home .container .sec5 .content .rbox .pic1 {
    border-radius: 20px;
  }
  body .home .container .sec3 .content .rbox .pic1 img, body .home .container .sec5 .content .rbox .pic1 img {
    height: auto;
    border-radius: 20px;
  }
  body .home .container .sec4 {
    padding: 30px 5%;
  }
  body .home .container .sec4 .content {
    flex-direction: column;
  }
  body .home .container .sec4 .content .lbox {
    width: 100%;
    margin-top: 20px;
  }
  body .home .container .sec4 .content .lbox .t1 {
    gap: 8px;
    /* 原 16/$f+vw */
  }
  body .home .container .sec4 .content .lbox .t1 span {
    width: 5px;
    /* 原 10/$f+vw */
    height: 5px;
    /* 原 10/$f+vw */
  }
  body .home .container .sec4 .content .lbox .t2 {
    margin: 10px 0 0 0;
    /* 原 20/$f+vw 0 0 0 */
  }
  body .home .container .sec4 .content .lbox .des {
    margin: 15px 0;
    /* 原 60/$f+vw 0 */
  }
  body .home .container .sec4 .content .rbox {
    width: 100%;
  }
  body .home .container .sec4 .content .rbox .pic1 {
    border-radius: 20px;
  }
  body .home .container .sec4 .content .rbox .pic1 img {
    height: auto;
    border-radius: 20px;
  }
}

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