body .home .container .intro {
  width: 51.0416666667vw;
  margin: 4.7916666667vw auto 8.4895833333vw auto;
  color: #666;
  text-align: center;
  line-height: 1.78;
}

body .home .container .sec1 {
  padding: 0 9.375vw;
}

body .home .container .sec1 .title .cn {
  font-weight: 900;
}

body .home .container .sec1 .title .en {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 900;
  opacity: 0.1;
}

body .home .container .sec1 .tabs {
  margin: 2.0833333333vw 0 3.6458333333vw 0;
  display: flex;
  gap: 0.78125vw;
  justify-content: center;
}

body .home .container .sec1 .tabs span {
  padding: 0.9895833333vw 4.53125vw;
  border-radius: 100px;
  border: 2px solid #000;
  font-weight: 700;
  transition: all 600ms;
  cursor: pointer;
}

body .home .container .sec1 .tabs span.on {
  background: #000;
  color: white;
}

body .home .container .sec1 .pics .pic {
  display: none;
  text-align: center;
}

body .home .container .sec1 .pics .pic img {
  /* width: 100%; */
  height: 500px;
}

body .home .container .sec1 .pics .pic.on {
  display: block;
}

body .home .container .sec2 {
  padding: 5.2083333333vw 0 7.8125vw 0;
}

body .home .container .sec2 .title {
  text-align: center;
}

body .home .container .sec2 .title .cn {
  font-weight: 900;
}

body .home .container .sec2 .title .en {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 900;
  opacity: 0.1;
}

body .home .container .sec2 .content {
  width: 73.9583333333vw;
  margin: 3.6458333333vw auto;
  border-radius: 1.5625vw;
  background: #FFF;
  box-shadow: 0 4px 4.1927083333vw 0 rgba(0, 0, 0, 0.14);
  position: relative;
}

body .home .container .sec2 .content .swiper-pagination {
  position: absolute;
  left: 36.4583333333vw;
  bottom: 4.9375vw;
  display: flex;
  gap: 0.3645833333vw;
}

body .home .container .sec2 .content .swiper-pagination .swiper-pagination-bullet {
  width: 3.9583333333vw;
  height: 3px;
  background: #D9D9D9;
  opacity: 1;
  border-radius: 0;
  transition: all 600ms;
}

body .home .container .sec2 .content .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}

body .home .container .sec2 .content .swiper2 .swiper-slide .item {
  padding: 1.875vw 1.6666666667vw;
  display: flex;
  justify-content: space-between;
}

body .home .container .sec2 .content .swiper2 .swiper-slide .item .pic {
  width: 32.34375vw;
  border-radius: 0.5208333333vw;
  overflow: hidden;
  opacity: 0;
  transition: all 600ms;
  transform: translateY(1.0416666667vw);
}

body .home .container .sec2 .content .swiper2 .swiper-slide .item .pic img {
  width: 100%;
  height: 22.2916666667vw;
  object-fit: cover;
}

body .home .container .sec2 .content .swiper2 .swiper-slide .item .text {
  width: 35.9375vw;
  opacity: 0;
  transition: all 600ms;
  transform: translateY(1.0416666667vw);
}

body .home .container .sec2 .content .swiper2 .swiper-slide .item .text .tags {
  display: flex;
  gap: 0.8333333333vw;
}

body .home .container .sec2 .content .swiper2 .swiper-slide .item .text .tags span {
  padding: 0.2604166667vw 1.25vw;
  border-radius: 1.0416666667vw;
  border: 1px solid #000;
}

body .home .container .sec2 .content .swiper2 .swiper-slide .item .text .pt {
  margin: 0.8333333333vw 0 0.2604166667vw 0;
  font-weight: 700;
}

body .home .container .sec2 .content .swiper2 .swiper-slide .item .text .pen {
  color: rgba(0, 0, 0, 0.5);
  opacity: 0.2;
  text-transform: uppercase;
  line-height: 1;
}

body .home .container .sec2 .content .swiper2 .swiper-slide .item .text .des {
  margin-top: 1.3541666667vw;
  color: #666;
  line-height: 1.78;
}

body .home .container .sec2 .content .swiper2 .swiper-slide-active .item .text,
body .home .container .sec2 .content .swiper2 .swiper-slide-active .item .pic {
  opacity: 1;
  transform: translateY(0);
}

body .home .container .sec3 {
  padding: 0 9.375vw 15.9375vw 9.375vw;
}

body .home .container .sec3 .title {
  margin-bottom: 2.0833333333vw;
}

body .home .container .sec3 .title .cn {
  font-weight: 900;
}

body .home .container .sec3 .title .en {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 900;
  opacity: 0.1;
}

body .home .container .sec3 .content {
  width: 100%;
  position: relative;
}

body .home .container .sec3 .content .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 1.8229166667vw;
  display: flex;
  gap: 0.3645833333vw;
}

body .home .container .sec3 .content .swiper-pagination .swiper-pagination-bullet {
  width: 3.9583333333vw;
  height: 3px;
  background: #D9D9D9;
  opacity: 1;
  border-radius: 0;
  transition: all 600ms;
}

body .home .container .sec3 .content .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}

body .home .container .sec3 .content .swiper3 .swiper-slide .item {
  display: flex;
  justify-content: space-between;
  gap: 3.3333333333vw;
}

body .home .container .sec3 .content .swiper3 .swiper-slide .item .text {
  margin-top: 4.0625vw;
  opacity: 0;
  transition: all 600ms;
  transform: translateY(1.0416666667vw);
}

body .home .container .sec3 .content .swiper3 .swiper-slide .item .text .info {
  display: flex;
  justify-content: space-between;
  gap: 5.2083333333vw;
}

body .home .container .sec3 .content .swiper3 .swiper-slide .item .text .info .lb .icon img {
  width: 2.8125vw;
}

body .home .container .sec3 .content .swiper3 .swiper-slide .item .text .info .lb .name {
  margin: 1.0416666667vw 0 0.3645833333vw 0;
  font-weight: 700;
  white-space: nowrap;
}

body .home .container .sec3 .content .swiper3 .swiper-slide .item .text .info .lb .tag {
  padding: 0.625vw 0.7291666667vw;
  color: #666;
  border-radius: 1000px;
  background: #F0F0F0;
  width: fit-content;
}

body .home .container .sec3 .content .swiper3 .swiper-slide .item .text .info .rb {
  width: 20.8333333333vw;
  position: relative;
}

body .home .container .sec3 .content .swiper3 .swiper-slide .item .text .info .rb .fh {
  position: absolute;
  left: -3.125vw;
  top: 1.3020833333vw;
}

body .home .container .sec3 .content .swiper3 .swiper-slide .item .text .info .rb .fh img {
  width: 2.34375vw;
}

body .home .container .sec3 .content .swiper3 .swiper-slide .item .text .info .rb .des {
  color: #666;
  line-height: 1.78;
  margin: 2.8125vw 0 0.9375vw 0;
}

body .home .container .sec3 .content .swiper3 .swiper-slide .item .text .info .rb .people {
  text-align: right;
  color: #666;
  line-height: 1.78;
}

body .home .container .sec3 .content .swiper3 .swiper-slide .item .text .nums {
  display: flex;
  gap: 2.0833333333vw;
  margin-top: 2.96875vw;
}

body .home .container .sec3 .content .swiper3 .swiper-slide .item .text .nums .nite {
  width: 7.1875vw;
}

body .home .container .sec3 .content .swiper3 .swiper-slide .item .text .nums .nite .p1 {
  font-weight: 700;
  margin-bottom: 0.5208333333vw;
}

body .home .container .sec3 .content .swiper3 .swiper-slide .item .pic {
  width: 46.875vw;
  border-radius: 1.8229166667vw;
  overflow: hidden;
  opacity: 0;
  transition: all 600ms;
  transform: translateY(1.0416666667vw);
}

body .home .container .sec3 .content .swiper3 .swiper-slide .item .pic img {
  width: 100%;
  height: 28.3854166667vw;
  object-fit: cover;
  transition: all 600ms;
}

body .home .container .sec3 .content .swiper3 .swiper-slide .item .pic:hover img {
  transform: scale(1.05);
}

body .home .container .sec3 .content .swiper3 .swiper-slide-active .item .text,
body .home .container .sec3 .content .swiper3 .swiper-slide-active .item .pic {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  body .home .container .intro {
    width: 90%;
    margin: 30px auto;
  }

  body .home .container .sec1 {
    padding: 0 5%;
  }

  body .home .container .sec1 .tabs {
    margin: 20px 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  body .home .container .sec1 .tabs span {
    font-size: 16px;
  }

  body .home .container .sec1 .pics .pic img{
    height: auto;
  }

  body .home .container .sec2 {
    padding: 50px 0 0 0;
  }

  body .home .container .sec2 .content {
    width: 90%;
    margin: 30px auto;
    border-radius: 20px;
  }

  body .home .container .sec2 .content .swiper-pagination {
    left: 0;
    bottom: 25px;
    justify-content: center;
    width: 100%;
    gap: 10px;
  }

  body .home .container .sec2 .content .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
  }

  body .home .container .sec2 .content .swiper2 .swiper-slide .item {
    flex-direction: column;
    padding: 20px;
    padding-bottom: 50px;
  }

  body .home .container .sec2 .content .swiper2 .swiper-slide .item .pic {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  body .home .container .sec2 .content .swiper2 .swiper-slide .item .pic img {
    height: 200px;
  }

  body .home .container .sec2 .content .swiper2 .swiper-slide .item .text {
    width: 100%;
  }

  body .home .container .sec2 .content .swiper2 .swiper-slide .item .text .tags {
    flex-wrap: wrap;
    gap: 10px;
  }

  body .home .container .sec2 .content .swiper2 .swiper-slide .item .text .tags span {
    padding: 3px 12px;
    font-size: 12px;
  }

  body .home .container .sec2 .content .swiper2 .swiper-slide .item .text .pt {
    margin: 10px 0 5px 0;
  }

  body .home .container .sec2 .content .swiper2 .swiper-slide .item .text .des {
    margin-top: 15px;
  }

  body .home .container .sec3 {
    padding: 30px 5% 60px 5%;
  }

  body .home .container .sec3 .title {
    margin-bottom: 20px;
  }

  body .home .container .sec3 .content .swiper3 .swiper-slide .item {
    flex-direction: column;
    gap: 20px;
  }

  body .home .container .sec3 .content .swiper3 .swiper-slide .item .text {
    margin-top: 0;
  }

  body .home .container .sec3 .content .swiper3 .swiper-slide .item .text .info {
    flex-direction: column;
  }

  body .home .container .sec3 .content .swiper3 .swiper-slide .item .text .info .lb .icon img {
    width: 30px;
  }

  body .home .container .sec3 .content .swiper3 .swiper-slide .item .text .info .lb .name {
    margin: 10px 0 5px 0;
  }

  body .home .container .sec3 .content .swiper3 .swiper-slide .item .text .info .lb .tag {
    padding: 5px 10px;
  }

  body .home .container .sec3 .content .swiper3 .swiper-slide .item .text .info .rb {
    width: 100%;
    margin-top: 20px;
  }

  body .home .container .sec3 .content .swiper3 .swiper-slide .item .text .info .rb .fh {
    left: 0;
    top: -20px;
  }

  body .home .container .sec3 .content .swiper3 .swiper-slide .item .text .info .rb .fh img {
    width: 30px;
  }

  body .home .container .sec3 .content .swiper3 .swiper-slide .item .text .nums {
    margin-top: 20px;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  body .home .container .sec3 .content .swiper3 .swiper-slide .item .text .nums .nite {
    width: auto;
  }

  body .home .container .sec3 .content .swiper3 .swiper-slide .item .pic {
    width: 100%;
    border-radius: 20px;
  }

  body .home .container .sec3 .content .swiper3 .swiper-slide .item .pic img {
    height: 215px;
  }

  body .home .container .sec3 .content .swiper-pagination {
    position: static;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
  }

  body .home .container .sec3 .content .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
  }
}

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