.container .t {
  text-align: center;
}
.container .t .cn {
  color: #4E4E50;
  font-weight: 300;
  letter-spacing: 0.1875vw;
}
.container .t .en {
  font-family: "Aboreto";
  letter-spacing: 0.72px;
  margin-top: 0.2604166667vw;
}
.container .sec1 {
  padding: 5.7291666667vw 0;
}
.container .sec1 .bt {
  padding: 0 7.8125vw;
}
.container .sec1 .bt .p1 {
  font-weight: 500;
}
.container .sec1 .bt .des {
  margin-top: 1.3020833333vw;
  max-width: 58.3333333333vw;
  line-height: 2;
  font-weight: 300;
}
.container .sec1 .line {
  margin: 1.3020833333vw 0 4.0625vw 4.7916666667vw;
}
.container .sec1 .line img {
  width: 8.5416666667vw;
  display: block;
}
.container .sec1 .v_m {
  position: relative;
  clip-path: inset(0 100% 0 0);
  transition: all 2s;
}
.container .sec1 .v_m.animated {
  clip-path: inset(0 0 0 0);
}
.container .sec1 .v_m video {
  width: 100%;
  display: block;
  object-fit: cover;
}
.container .sec1 .v_m .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.container .sec1 .v_m .play img {
  width: 7.2916666667vw;
}
.container .sec2 .btns {
  margin: 3.6458333333vw 0 3.3333333333vw 0;
  display: flex;
  justify-content: center;
  gap: 2.0833333333vw;
}
.container .sec2 .btns .prev,
.container .sec2 .btns .next {
  cursor: pointer;
}
.container .sec2 .btns .prev img,
.container .sec2 .btns .next img {
  width: 0.78125vw;
  display: block;
}
.container .sec2 .content {
  position: relative;
}
.container .sec2 .content .swiper1 {
  width: 100%;
}
.container .sec2 .content .swiper1 .item {
  background: #FAF5EF;
  display: flex;
  justify-content: space-between;
}
.container .sec2 .content .swiper1 .item .text {
  width: 100%;
  flex: 1;
  padding: 9.1666666667vw 7.03125vw 0 7.03125vw;
}
.container .sec2 .content .swiper1 .item .text .p1 {
  font-weight: 500;
  line-height: 1;
}
.container .sec2 .content .swiper1 .item .text .line {
  margin: 0.78125vw 0 0.78125vw 4.4791666667vw;
}
.container .sec2 .content .swiper1 .item .text .line img {
  width: 8.59375vw;
  display: block;
}
.container .sec2 .content .swiper1 .item .text .des {
  font-weight: 300;
  line-height: 2;
}
.container .sec2 .content .swiper1 .item .pic {
  width: 63.9583333333vw;
}
.container .sec2 .content .swiper1 .item .pic img {
  width: 100%;
  display: block;
  object-fit: contain;
}
.container .sec2 .content .swiper-pagination {
  position: absolute;
  left: 7.03125vw;
  bottom: 4.3229166667vw;
  display: flex;
  gap: 0.4166666667vw;
  z-index: 50;
}
.container .sec2 .content .swiper-pagination .swiper-pagination-bullet {
  width: 5.1041666667vw;
  height: 0.2083333333vw;
  background: #A1A1A1;
  opacity: 1;
  border-radius: 0;
  transition: all 600ms;
}
.container .sec2 .content .swiper-pagination .swiper-pagination-bullet-active {
  background: #484848;
}
.container .sec2 .tip {
  display: flex;
  justify-content: flex-end;
  margin: 3.125vw 5.7291666667vw 0 0;
  font-weight: 300;
}
.container .sec3 {
  padding: 6.1458333333vw 0 9.2708333333vw 0;
  overflow: hidden;
}
.container .sec3 .list {
  margin-top: 3.6458333333vw;
}
.container .sec3 .list .item {
  display: flex;
  padding: 2.6041666667vw 0 0 0;
  gap: 8.3333333333vw;
  align-items: center;
  position: relative;
}
.container .sec3 .list .item:not(:last-child) {
  margin-bottom: 0.78125vw;
}
.container .sec3 .list .item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #FAF5F0;
  height: 30.8333333333vw;
  z-index: -1;
}
.container .sec3 .list .item .pic {
  width: 57.2395833333vw;
  overflow: hidden;
}
.container .sec3 .list .item .pic img {
  width: 100%;
  display: block;
  height: 32.8125vw;
  object-fit: cover;
  transition: all 600ms;
}
.container .sec3 .list .item .text {
  width: 21.875vw;
}
.container .sec3 .list .item .text .p1 {
  font-weight: 500;
}
.container .sec3 .list .item .text .des {
  margin: 0.9375vw 0 0.7291666667vw 0;
  font-weight: 350;
  line-height: 2;
}
.container .sec3 .list .item .text .line {
  margin-left: -2.65625vw;
}
.container .sec3 .list .item .text .line img {
  transform: rotateY(180deg);
  display: block;
}
.container .sec3 .list .item:hover .pic img {
  transform: scale(1.05);
}
.container .sec3 .list .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.container .sec3 .list .item:nth-child(2n) .text .p1 {
  text-align: right;
}
.container .sec3 .list .item:nth-child(2n) .text .line {
  display: flex;
  justify-content: flex-end;
  margin: 0 -4.2708333333vw 0 0;
}
.container .sec3 .list .item:nth-child(2n) .text .line img {
  transform: rotateY(0);
}
.container .sec3 .list .item:nth-child(2n)::before {
  top: auto;
  bottom: -3.125vw;
}

@media screen and (max-width: 768px) {
  .container .t .cn {
    letter-spacing: 2px;
  }
  .container .t .en {
    margin-top: 5px;
  }
  .container .sec1 {
    padding: 30px 5% 50px 5%;
  }
  .container .sec1 .bt {
    padding: 0;
  }
  .container .sec1 .bt .p1 {
    line-height: 1.5;
  }
  .container .sec1 .bt .des {
    margin-top: 10px;
    max-width: 100%;
    line-height: 1.8;
    font-size: 14px;
  }
  .container .sec1 .line {
    margin: 20px 0 30px 0;
  }
  .container .sec1 .line img {
    width: 80px;
  }
  .container .sec1 .v_m .play img {
    width: 40px;
  }
  .container .sec2 .btns {
    margin: 30px 0;
    gap: 20px;
  }
  .container .sec2 .btns .prev img,
  .container .sec2 .btns .next img {
    width: 8px;
  }
  .container .sec2 .content .swiper1 .item {
    flex-direction: column;
    padding: 20px 0 40px 0;
  }
  .container .sec2 .content .swiper1 .item .text {
    width: 100%;
    padding: 15px 5%;
  }
  .container .sec2 .content .swiper1 .item .text .p1 {
    font-size: 18px;
  }
  .container .sec2 .content .swiper1 .item .text .line {
    margin: 10px 0 15px 0;
  }
  .container .sec2 .content .swiper1 .item .text .line img {
    width: 80px;
  }
  .container .sec2 .content .swiper1 .item .text .des {
    line-height: 1.8;
    font-size: 14px;
  }
  .container .sec2 .content .swiper1 .item .pic {
    width: 100%;
    padding: 0 5%;
  }
  .container .sec2 .content .swiper-pagination {
    left: 5%;
    bottom: 20px;
    gap: 5px;
  }
  .container .sec2 .content .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
  }
  .container .sec2 .tip {
    margin: 30px 5% 0 0;
    font-size: 14px;
  }
  .container .sec3 {
    padding: 40px 0;
  }
  .container .sec3 .list {
    margin-top: 30px;
  }
  .container .sec3 .list .item {
    flex-direction: column;
    padding: 0 0 20px 0;
    gap: 20px;
  }
  .container .sec3 .list .item:not(:last-child) {
    margin-bottom: 30px;
  }
  .container .sec3 .list .item::before {
    height: 100%;
    bottom: 0;
  }
  .container .sec3 .list .item .pic {
    width: 100%;
  }
  .container .sec3 .list .item .pic img {
    height: 250px;
    object-fit: cover;
  }
  .container .sec3 .list .item .text {
    width: 100%;
    padding: 0 5%;
  }
  .container .sec3 .list .item .text .p1 {
    font-size: 18px;
  }
  .container .sec3 .list .item .text .des {
    margin: 12px 0;
    line-height: 1.8;
    font-size: 14px;
  }
  .container .sec3 .list .item .text .line {
    margin-left: 0;
  }
  .container .sec3 .list .item .text .line img {
    width: 80px;
  }
  .container .sec3 .list .item:nth-child(2n) {
    flex-direction: column;
  }
  .container .sec3 .list .item:nth-child(2n) .text .p1 {
    text-align: left;
  }
  .container .sec3 .list .item:nth-child(2n) .text .line {
    margin: 10px 0 0 0;
    justify-content: center;
  }
  .container .sec3 .list .item:nth-child(2n) .text .line img {
    transform: rotateY(180deg);
  }
  .container .sec3 .list .item:nth-child(2n)::before {
    top: 0;
    bottom: 0;
  }
}

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