body {
  background-color: #FFEFF4;
}

/* .banner {
  height: 100vh;
} */
.banner .wrap {
  height: 100%;
}

/* .banner .wrap .img {
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  top: auto;
  transform: none;
} */

/* .banner .wrap .decoration1 {
  width: 416px;
  left: 230px;
  top: 437px;
}

.banner .wrap .decoration2 {
  width: 134px;
  left: 310px;
  top: 220px;
  animation-delay: .3s;
}

.banner .wrap .decoration3 {
  width: 96px;
  left: 740px;
  top: 508px;
  animation-delay: .6s;
}

.banner .wrap .decoration4 {
  width: 156px;
  left: 1245px;
  top: 651px;
  animation-delay: .9s;
}

.banner .wrap .decoration5 {
  width: 103px;
  left: 1440px;
  top: 140px;
  animation-delay: 1.2s;
}

.banner .wrap .decoration6 {
  width: 174px;
  left: 1450px;
  top: 558px;
  animation-delay: 1.5s;
} */

.banner .wrap .decoration1 {
  width: 21.6666666667vw;
  left: 11.9791666667vw;
  top: 22.7604166667vw;
}

.banner .wrap .decoration2 {
  width: 6.9791666667vw;
  left: 16.1458333333vw;
  top: 11.4583333333vw;
}

.banner .wrap .decoration3 {
  width: 5vw;
  left: 38.5416666667vw;
  top: 26.4583333333vw;
}

.banner .wrap .decoration4 {
  width: 8.125vw;
  left: 64.84375vw;
  top: 33.90625vw;
}

.banner .wrap .decoration5 {
  width: 5.3645833333vw;
  left: 75vw;
  top: 7.2916666667vw;
}

.banner .wrap .decoration6 {
  width: 9.0625vw;
  left: 75.5208333333vw;
  top: 29.0625vw;
}


.section1 {
  background-color: #FFEFF4;
  margin-top: -3.125vw;
}

.section1 .wrap {
  padding-top: 287px;
  padding-bottom: 170px;
  width: 1720px;
  margin: 0 auto;
}

.section1 .wrap .title {
  margin-bottom: 50px;
  text-align: center;
}

.section1 .wrap .title h3 {
  color: #37180E;
  font-size: 60px;
}

.section1 .wrap .main .item .img {
  margin-bottom: 30px;
  border-radius: 40px;
  overflow: hidden;
}

.section1 .wrap .main .item .img img {
  transition: all 2s;
}

.section1 .wrap .main .item .text p {
  color: #37180E;
  font-size: 18px;
  line-height: 30px;
}

.section1 .wrap .main .item:hover .img img {
  transform: scale(1.1);
}

.section1 .wrap .main .page {
  margin-top: 50px;
}

.section1 .wrap .main .swiper-pagination {
  position: static;
}

.section1 .wrap .main .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  border-radius: 5px;
  background-color: #E6DAD7;
  opacity: 1;
  transition: all 0.6s;
}

.section1 .wrap .main .swiper-pagination .swiper-pagination-bullet-active {
  width: 50px;
  background-color: #F36039;
}

.section2 {
  background-color: #DFF0FC;
}

.section2 .wrap {
  padding-top: 180px;
  padding-bottom: 130px;
  width: 1720px;
  margin: 0 auto;
}

.section2 .wrap .title {
  margin-bottom: 36px;
}

.section2 .wrap .title h3 {
  text-align: center;
  color: #37180E;
  font-size: 60px;
  line-height: 1;
}

.section2 .wrap .main {
  display: flex;
  justify-content: space-between;
}

.section2 .wrap .main .item:hover .img img {
  transform: scale(1.1);
}

.section2 .wrap .main .item:hover .text h4 {
  color: #F36039;
}

.section2 .wrap .main .item .img {
  border-radius: 40px;
  overflow: hidden;
}

.section2 .wrap .main .item .img img {
  transition: all 2s;
}

.section2 .wrap .main .item .text {
  margin-top: 30px;
}

.section2 .wrap .main .item .text h4 {
  color: #37180E;
  transition: all 0.6s;
  font-size: 24px;
  margin-bottom: 10px;
}

.section2 .wrap .main .item .text p {
  color: #37180E;
  font-size: 18px;
}