body .home .container {
  position: relative;
}

body .home .container .line {
  position: absolute;
  right: 0;
  top: 12.8645833333vw;
  z-index: -1;
}

body .home .container .line img {
  max-width: 100%;
}

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

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

body .home .container .sec1 .title {
  text-align: center;
  margin-bottom: 10.4166666667vw;
}

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 .list .item {
  display: flex;
  justify-content: space-between;
}

body .home .container .sec1 .list .item:not(:last-child) {
  margin-bottom: 11.4583333333vw;
}

body .home .container .sec1 .list .item .text {
  width: 31.3541666667vw;
  margin-left: 5.8854166667vw;
}

body .home .container .sec1 .list .item .text .num {
  display: flex;
  align-items: center;
  gap: 0.78125vw;
}

body .home .container .sec1 .list .item .text .num::before {
  content: '';
  display: block;
  width: 0.9375vw;
  height: 0.9375vw;
  background: #000;
  border-radius: 50%;
}

body .home .container .sec1 .list .item .text .t {
  margin: 1.4583333333vw 0;
  font-weight: 700;
}

body .home .container .sec1 .list .item .text .des {
  color: #666;
  line-height: 1.78;
}

body .home .container .sec1 .list .item .pic {
  width: 38.28125vw;
  border-radius: 1.5625vw;
  overflow: hidden;
}

body .home .container .sec1 .list .item .pic img {
  width: 100%;
  height: 24.1666666667vw;
  object-fit: cover;
  transition: all 600ms;
}

body .home .container .sec1 .list .item .pic:hover img {
  transform: scale(1.05);
}

body .home .container .sec1 .list .item:nth-child(2n) {
  flex-direction: row-reverse;
}

body .home .container .sec1 .list .item:nth-child(2n) .text {
  margin-left: 0;
  margin-right: 5.3125vw;
}

body .home .container .sec2 {
  padding: 12.9166666667vw 10.15625vw 7.2916666667vw 9.375vw;
}

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 .list {
  display: flex;
  justify-content: space-between;
  margin-top: 1.3020833333vw;
  gap: 1vw;
}
body .home .container .sec2 .list.list4{
  gap: 1vw;
}

body .home .container .sec2 .list .item {
  /* width: 21.25vw; */
  /* width: 18.25vw; */
  flex: 1;
  border-radius: 1.5625vw;
  border: 1px solid #D1D1D1;
  background: #FFF;
  padding: 1.71875vw 1.3020833333vw 1.9791666667vw 1.6666666667vw;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  transition: all 600ms;
  height: 26vw;
}

body .home .container .sec2 .list .item.active {
  /* width: 33.4375vw; */
  /* width: 22.4375vw; */
  flex: 2;
  box-shadow: 0 26px 3.3697916667vw 0 rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

body .home .container .sec2 .list .item.active .des {
  width: 90%;
  display: block;
}

body .home .container .sec2 .list .item .t1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
}

body .home .container .sec2 .list .item .t1 .icon {
  width: 3.75vw;
  height: 3.0208333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

body .home .container .sec2 .list .item .t1 .icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

body .home .container .sec2 .list .item .des {
  /* margin-top: 6.6145833333vw; */
  margin-top: 3.6145833333vw;
  line-height: 1.78;
  /* display: none; */
}

body .home .container .sec3 {
  padding: 0 9.375vw 11.4583333333vw 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 .line {
    display: none;
  }

  body .home .container .intro {
    width: 90%;
    margin: 30px auto 60px auto;
    font-size: 15px;
  }

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

  body .home .container .sec1 .title {
    margin-bottom: 30px;
  }

  body .home .container .sec1 .list .item {
    flex-direction: column !important;
  }

  body .home .container .sec1 .list .item:not(:last-child) {
    margin-bottom: 40px;
  }

  body .home .container .sec1 .list .item .text {
    width: 100%;
    margin-left: 0;
  }

  body .home .container .sec1 .list .item .text .num {
    gap: 10px;
  }

  body .home .container .sec1 .list .item .text .num::before {
    width: 15px;
    height: 15px;
  }

  body .home .container .sec1 .list .item .text .t {
    margin: 15px 0 10px 0;
  }

  body .home .container .sec1 .list .item .pic {
    width: 100%;
    margin-top: 20px;
    border-radius: 20px;
  }

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

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

  body .home .container .sec2 .list {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }

  body .home .container .sec2 .list .item {
    width: 100% !important;
    padding: 20px;
    box-shadow: 0 26px 64.7px 0 rgba(0, 0, 0, 0.1);
    height: auto;
  }

  body .home .container .sec2 .list .item .t1 .icon {
    width: 50px;
    height: 40px;
  }

  body .home .container .sec2 .list .item .des {
    width: 100% !important;
    margin-top: 50px;
  }

  body .home .container .sec3 {
    padding: 30px 5% 80px 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=solution.css.map */