.banner {
  height: 35.0520833333vw;
  position: relative;
}
.banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .text_box {
  width: 70.8333333333vw;
  position: absolute;
  z-index: 3;
  top: 13.8020833333vw;
  right: 11.0416666667vw;
}
.banner .text_box .h1 {
  color: #FFF;
  font-weight: 800;
  line-height: 150%;
  text-align: right;
  margin-bottom: 5.9375vw;
}
.banner .text_box .links {
  display: flex;
  gap: 0.8333333333vw;
  justify-content: flex-end;
}
.banner .text_box .links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.15625vw 0.9375vw;
  transition: 0.6s;
  border-radius: 0.3972916667vw;
  background: #FDF6E3;
  transition: 0.6s;
  color: #000;
  font-weight: 500;
  line-height: 150%;
}
.banner .text_box .links a:hover {
  background: #D4AF37;
}

.container {
  width: 100%;
  overflow: hidden;
}

.sec1 {
  position: relative;
  z-index: 3;
}
.sec1 .part {
  padding: 3.59375vw 0 2.65625vw;
  position: relative;
}
.sec1 .part:after {
  content: "";
  width: 14.7916666667vw;
  height: 14.7916666667vw;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.sec1 .part .wrap {
  width: 78.75vw;
  margin: 0 auto;
}
.sec1 .part .wrap .title {
  color: #2C1810;
  font-weight: 700;
  line-height: 150%;
}
.sec1 .part .wrap .text {
  color: #6B4423;
  font-weight: 600;
  line-height: 150%;
  margin: 0.5208333333vw 0 1.875vw;
  padding: 0 0 1.4583333333vw;
  border-bottom: 0.0520833333vw solid #DFE1E6;
}
.sec1 .part .wrap .swiper_box {
  position: relative;
}
.sec1 .part .wrap .swiper_box .btns {
  display: flex;
  gap: 76.25vw;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 8.75vw;
  transform: translateX(-50%);
  z-index: 3;
}
.sec1 .part .wrap .swiper_box .btns .jt {
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  background: rgba(107, 68, 35, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  transition: 0.6s;
}
.sec1 .part .wrap .swiper_box .btns .jt img {
  display: block;
  width: 1.25vw;
  transition: 0.6s;
}
.sec1 .part .wrap .swiper_box .btns .jt:nth-child(2) {
  transform: rotate(-180deg);
}
.sec1 .part .wrap .swiper_box .btns .jt:hover {
  background: rgb(107, 68, 35);
}
.sec1 .part .wrap .swiper_box .btns .jt:hover img {
  filter: brightness(0) invert(1);
}
.sec1 .part .wrap .swiper_box .swiper {
  width: 100%;
  overflow: hidden;
}
.sec1 .part .wrap .swiper_box .swiper .swiper-slide .slide_box {
  width: 100%;
}
.sec1 .part .wrap .swiper_box .swiper .swiper-slide .slide_box .img {
  width: 100%;
  height: 18.75vw;
  position: relative;
}
.sec1 .part .wrap .swiper_box .swiper .swiper-slide .slide_box .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}
.sec1 .part .wrap .swiper_box .swiper .swiper-slide .slide_box .img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.sec1 .part .wrap .swiper_box .swiper .swiper-slide .slide_box .h5 {
  color: #ACACAC;
  text-align: center;
  font-weight: 400;
  line-height: 150%;
  margin: 0.8333333333vw 0 0;
}
.sec1 .part .wrap .swiper_box .swiper .swiper-slide .slide_box .p {
  color: #2C1810;
  text-align: center;
  font-weight: 600;
  line-height: 150%;
  margin: 0.3125vw 0 0;
}
.sec1 .part .wrap .swiper_box .swiper .swiper-slide .slide_box:hover .img img:nth-child(1) {
  opacity: 0;
}
.sec1 .part .wrap .swiper_box .swiper .swiper-slide .slide_box:hover .img img:nth-child(2) {
  opacity: 1;
}
.sec1 .part .wrap .swiper_box .swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625vw;
  position: unset;
  margin: 2.6041666667vw 0 0;
}
.sec1 .part .wrap .swiper_box .swiper .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  margin: 0;
  transition: 0.6s;
  cursor: pointer;
}
.sec1 .part .wrap .swiper_box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.78125vw;
  height: 0.78125vw;
  background: #D4AF37;
}
.sec1 .part:nth-child(2n) {
  background: linear-gradient(0deg, rgba(255, 234, 201, 0.6) 0%, rgba(139, 69, 19, 0.03) 100%);
}
.sec1 .part:nth-last-child(1):before {
  content: "";
  width: 19.7916666667vw;
  height: 19.7916666667vw;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.sec2 {
  padding: 6.6145833333vw 0 12.1875vw;
}
.sec2 .title {
  color: #2C1810;
  text-align: center;
  font-weight: 700;
  line-height: 150%;
}
.sec2 .text {
  color: #6B4423;
  text-align: center;
  font-weight: 600;
  line-height: 150%;
  margin: 0.5208333333vw 0 5.3125vw;
}
.sec2 .box .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.sec2 .box .item:after {
  content: "";
  width: 17.5vw;
  height: 17.5vw;
  border-radius: 50%;
  background: rgba(139, 69, 19, 0.05);
  position: absolute;
  bottom: -2.6041666667vw;
  left: 0;
  transform: translateX(-50%);
}
.sec2 .box .item:nth-child(2):after {
  right: 0;
  left: unset;
  bottom: -6.09375vw;
  transform: translateX(50%);
}
.sec2 .box .item:nth-child(3):after {
  bottom: -2.4479166667vw;
  transform: translate(-50%, 100%);
}
.sec2 .box .item:not(:last-child) {
  margin-bottom: 9.21875vw;
}
.sec2 .box .item .item_text {
  width: calc(100% - 49.6875vw);
  padding: 0 6.09375vw 0 11.25vw;
  text-align: right;
}
.sec2 .box .item .item_text .num {
  color: rgba(107, 68, 35, 0.4);
  font-weight: 700;
  line-height: 150%;
}
.sec2 .box .item .item_text .h5 {
  color: #000;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 2.2916666667vw;
}
.sec2 .box .item .item_text .p {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  line-height: 150%;
}
.sec2 .box .item .img {
  width: 49.6875vw;
  height: 35.1041666667vw;
  overflow: hidden;
}
.sec2 .box .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.sec2 .box .item .img:hover img {
  transform: scale(1.1);
}
.sec2 .box .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.sec2 .box .item:nth-child(2n) .item_text {
  padding: 0 10.9375vw 0 4.1666666667vw;
}

.sec3 {
  background: linear-gradient(180deg, rgba(255, 234, 201, 0.6) 0%, rgba(139, 69, 19, 0.03) 100%);
}
.sec3 .fix {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: sticky;
  top: 0;
}
.sec3 .wrap {
  width: 80.4166666667vw;
  margin: 0 auto;
}
.sec3 .wrap .title {
  color: #2C1810;
  text-align: center;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
.sec3 .wrap .text {
  color: #6B4423;
  text-align: center;
  font-weight: 600;
  line-height: 150%;
  margin: 0.5208333333vw 0 4.375vw;
}
.sec3 .wrap .list {
  padding: 0 2.6041666667vw 0 0;
  max-height: 23.4375vw;
  overflow: hidden;
  position: relative;
}
.sec3 .wrap .list .line {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.3125vw;
  background: #E3D0BF;
  height: 100%;
}
.sec3 .wrap .list .line .l {
  width: 100%;
  border-radius: 0.3125vw;
  background: linear-gradient(0deg, #8B4513 0%, #D4AF37 50%, #8B0000 100%);
}
.sec3 .wrap .list .item {
  width: 100%;
  padding: 1.9270833333vw 4.3229166667vw 1.7708333333vw 2.9166666667vw;
  background: linear-gradient(90deg, rgba(139, 69, 19, 0.1) 0%, rgba(212, 175, 55, 0.1) 100%);
  margin-bottom: 0.5729166667vw;
}
.sec3 .wrap .list .item .block {
  display: flex;
  align-items: center;
  gap: 1.4583333333vw;
}
.sec3 .wrap .list .item .block .num {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-radius: 50%;
  background: rgba(107, 68, 35, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FEF3E1;
  font-weight: 700;
}
.sec3 .wrap .list .item .block .h5 {
  color: #2C1810;
  font-weight: 700;
  line-height: 150%;
}
.sec3 .wrap .list .item .none {
  padding: 0 3.125vw 0 3.5416666667vw;
  position: relative;
}
.sec3 .wrap .list .item .none .toggle-btn {
  border: none;
  width: 1.4583333333vw;
  height: 1.4583333333vw;
  background: rgba(107, 68, 35, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: -0.5208333333vw;
  bottom: 0;
  transition: 0.6s;
  cursor: pointer;
}
.sec3 .wrap .list .item .none .toggle-btn img {
  display: block;
  width: 0.7291666667vw;
  transition: 0.6s;
}
.sec3 .wrap .list .item .none .toggle-btn:hover {
  background: rgb(107, 68, 35);
}
.sec3 .wrap .list .item .none .toggle-btn:hover img {
  filter: brightness(0) invert(1);
}
.sec3 .wrap .list .item .none .toggle-btn.expanded {
  transform: rotate(180deg);
}
.sec3 .wrap .list .item .none p {
  color: rgba(107, 68, 35, 0.8);
  font-weight: 600;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}
.sec3 .wrap .list .item .none p.expanded {
  overflow: visible;
  -webkit-line-clamp: unset;
}
.sec3 .wrap .more {
  display: block;
  margin: 1.71875vw 0 0 auto;
  width: fit-content;
  color: #2C1810;
  font-weight: 600;
  line-height: 150%;
  transition: 0.6s;
}
.sec3 .wrap .more:hover {
  color: rgb(107, 68, 35);
}

@media screen and (max-width: 768px) {
  .banner {
    height: 50vh;
  }
  .banner .text_box {
    width: 90%;
    top: 20vh;
    right: 5vw;
  }
  .banner .text_box .h1 {
    text-align: center;
    font-size: 24px;
  }
  .banner .text_box .links {
    margin: 20px 0 0;
    justify-content: center;
    gap: 10px;
  }
  .banner .text_box .links a {
    height: 30px;
    border-radius: 6px;
    padding: 0 10px;
  }
  .sec1 .part {
    padding: 50px 0;
  }
  .sec1 .part .wrap {
    width: 90%;
  }
  .sec1 .part .wrap .title {
    font-size: 20px;
  }
  .sec1 .part .wrap .text {
    font-size: 16px;
    margin: 10px 0 30px;
    padding: 0 0 10px;
  }
  .sec1 .part .wrap .swiper_box .btns {
    gap: 75vw;
    top: 30vw;
  }
  .sec1 .part .wrap .swiper_box .btns .jt {
    width: 40px;
    height: 40px;
  }
  .sec1 .part .wrap .swiper_box .btns .jt img {
    width: 16px;
  }
  .sec1 .part .wrap .swiper_box .swiper .swiper-slide .slide_box .img {
    height: 64vw;
  }
  .sec1 .part .wrap .swiper_box .swiper .swiper-slide .slide_box .h5 {
    font-size: 16px;
    margin: 15px 0 0;
  }
  .sec1 .part .wrap .swiper_box .swiper .swiper-slide .slide_box .p {
    font-size: 16px;
  }
  .sec1 .part .wrap .swiper_box .swiper .swiper-pagination {
    gap: 10px;
    margin: 20px 0 0;
  }
  .sec1 .part .wrap .swiper_box .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .sec1 .part .wrap .swiper_box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }
  .sec2 {
    padding: 60px 5vw;
  }
  .sec2 .title {
    font-size: 20px;
  }
  .sec2 .text {
    font-size: 16px;
    margin: 10px 0 30px;
    padding: 0 0 10px;
  }
  .sec2 .box .item {
    flex-direction: column-reverse !important;
  }
  .sec2 .box .item .img {
    width: 100%;
    height: 67vw;
  }
  .sec2 .box .item .item_text {
    width: 100%;
    padding: 30px 0 !important;
  }
  .sec2 .box .item .item_text .h5 {
    font-size: 18px;
    margin: 10px 0;
  }
  .sec2 .box .item .item_text .p {
    font-size: 16px;
  }
  .sec3 {
    padding: 60px 0;
  }
  .sec3 .fix {
    height: unset;
  }
  .sec3 .wrap {
    width: 90%;
  }
  .sec3 .wrap .title {
    font-size: 20px;
  }
  .sec3 .wrap .text {
    font-size: 16px;
    margin: 10px 0 30px;
    padding: 0 0 10px;
  }
  .sec3 .wrap .more {
    margin-top: 40px;
  }
  .sec3 .wrap .list {
    max-height: 300px;
    overflow-y: auto;
  }
  .sec3 .wrap .list .line {
    display: none;
  }
  .sec3 .wrap .list::-webkit-scrollbar {
    width: 3px;
  }
  .sec3 .wrap .list::-webkit-scrollbar-track {
    background: #E3D0BF;
  }
  .sec3 .wrap .list::-webkit-scrollbar-thumb {
    background: linear-gradient(0deg, #8B4513 0%, #D4AF37 50%, #8B0000 100%);
  }
  .sec3 .wrap .list .item {
    padding: 20px;
    margin-bottom: 30px;
  }
  .sec3 .wrap .list .item .block {
    gap: 10px;
  }
  .sec3 .wrap .list .item .block .num {
    width: 30px;
    height: 30px;
  }
  .sec3 .wrap .list .item .block .h5 {
    font-size: 16px;
    width: calc(100% - 40px);
  }
  .sec3 .wrap .list .item .none {
    padding: 10px 20px 0 40px;
  }
  .sec3 .wrap .list .item .none p {
    font-size: 15px;
  }
  .sec3 .wrap .list .item .none .toggle-btn {
    width: 20px;
    height: 20px;
  }
  .sec3 .wrap .list .item .none .toggle-btn img {
    width: 8px;
  }
}

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