.sec1 {
  width: 100%;
  height: 100vh; }
  .sec1 img {
    display: block;
    width: 100%;
    height: 100%; }

.section_box {
  position: relative; }
  .section_box .absolute {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    pointer-events: none;
    top: 0; }
    .section_box .absolute .links {
      position: sticky;
      top: 0;
      display: flex;
      align-items: flex-start;
      width: 100%;
      padding: 103px calc(50vw - 775px) 0;
      justify-content: flex-end;
      gap: 50px;
      height: 100vh; }
      .section_box .absolute .links.on .item {
        color: #333333; }
      .section_box .absolute .links .item {
        font-family: 'Resource Han Rounded CN Normal';
        color: #FFF;
        font-size: 20px;
        font-weight: 400;
        pointer-events: auto;
        cursor: pointer;
        position: relative; }
        .section_box .absolute .links .item:after {
          content: "";
          width: 100%;
          height: 2px;
          border-radius: 20px;
          background: #DC755A;
          position: absolute;
          left: 0;
          bottom: -9px;
          transform: scaleX(0);
          transition: 0.6s; }
        .section_box .absolute .links .item:hover, .section_box .absolute .links .item.on {
          color: #DC755A !important; }
          .section_box .absolute .links .item:hover:after, .section_box .absolute .links .item.on:after {
            transform: scaleX(1); }
  .section_box .sec2 {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 143px 0 65px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .section_box .sec2 .title {
      color: #FFF;
      font-size: 40px;
      font-weight: 400;
      text-align: center; }
      .section_box .sec2 .title span {
        color: #D37258; }
    .section_box .sec2 .list {
      display: flex;
      justify-content: center;
      gap: 10px; }
      .section_box .sec2 .list .item {
        width: 292px;
        height: 96px;
        border-radius: 12px;
        background: rgba(42, 42, 42, 0.5);
        backdrop-filter: blur(16px);
        display: flex;
        align-items: center;
        padding: 0 30px;
        gap: 20px; }
        .section_box .sec2 .list .item .item_title {
          color: #FFF;
          font-size: 18px;
          font-weight: 400; }
        .section_box .sec2 .list .item .icon {
          width: 46px; }
          .section_box .sec2 .list .item .icon img {
            display: block;
            width: 100%; }
  .section_box .sec3 {
    height: 100vh;
    display: flex;
    align-items: center; }
    .section_box .sec3 .wrap {
      height: 840px;
      border-radius: 30px;
      overflow: hidden;
      position: relative; }
      .section_box .sec3 .wrap .title {
        color: #FFF;
        font-size: 40px;
        font-weight: 400;
        position: absolute;
        top: 123px;
        left: 105px;
        z-index: 3; }
        .section_box .sec3 .wrap .title span {
          color: #DC755A; }
      .section_box .sec3 .wrap img {
        display: block;
        width: 100%;
        height: 100%; }
  .section_box .sec4 {
    height: calc(100vh + 1200px);
    overflow: unset; }
    .section_box .sec4 .fix {
      height: 100vh;
      background: linear-gradient(180deg, #EFEFEF 0%, #FFF 100%);
      padding: 77px 0 0;
      position: sticky;
      top: 0; }
      .section_box .sec4 .fix .wrap .title {
        color: #111;
        font-size: 48px;
        font-weight: 400;
        margin-bottom: 48px; }
      .section_box .sec4 .fix .wrap .sec4_swiper {
        overflow: unset; }
        .section_box .sec4 .fix .wrap .sec4_swiper .swiper-slide {
          height: 680px;
          width: fit-content;
          position: relative; }
          .section_box .sec4 .fix .wrap .sec4_swiper .swiper-slide .item_title {
            color: #FFF;
            font-size: 24px;
            font-weight: 400;
            position: absolute;
            left: 60px;
            bottom: 45px;
            z-index: 3; }
            .section_box .sec4 .fix .wrap .sec4_swiper .swiper-slide .item_title.black {
              color: #111; }
          .section_box .sec4 .fix .wrap .sec4_swiper .swiper-slide .img {
            height: 100%;
            border-radius: 24px;
            overflow: hidden; }
            .section_box .sec4 .fix .wrap .sec4_swiper .swiper-slide .img img {
              display: block;
              height: 100%;
              transition: 3s; }
          .section_box .sec4 .fix .wrap .sec4_swiper .swiper-slide:hover .img img {
            transform: scale(1.1); }
      .section_box .sec4 .fix .wrap .btns {
        display: flex;
        gap: 10px;
        width: 100%;
        margin: 40px 0 0; }
        .section_box .sec4 .fix .wrap .btns .jt {
          width: 48px;
          height: 48px;
          border-radius: 48px;
          background: #FCFCFC;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          transition: 0.6s; }
          .section_box .sec4 .fix .wrap .btns .jt img {
            display: block;
            opacity: 0.3;
            width: 10px;
            transition: 0.6s; }
          .section_box .sec4 .fix .wrap .btns .jt.prev {
            transform: rotate(180deg); }
          .section_box .sec4 .fix .wrap .btns .jt:hover {
            background: #E3E3E3; }
            .section_box .sec4 .fix .wrap .btns .jt:hover img {
              opacity: 1; }

.sec5 {
  padding: 22px 0 184px; }
  .sec5 .wrap .title {
    color: #111;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 65px; }
  .sec5 .wrap .list {
    display: flex;
    justify-content: space-between; }
    .sec5 .wrap .list .sec5_swiper {
      width: 820px;
      margin: 0; }
      .sec5 .wrap .list .sec5_swiper .swiper-slide {
        background: #FFFFFF;
        height: auto; }
        .sec5 .wrap .list .sec5_swiper .swiper-slide .img {
          width: 100%;
          height: 512px;
          border-radius: 22px;
          overflow: hidden;
          margin-bottom: 60px; }
          .sec5 .wrap .list .sec5_swiper .swiper-slide .img img {
            display: block;
            width: 100%;
            height: 100%; }
        .sec5 .wrap .list .sec5_swiper .swiper-slide .slide_title {
          color: #000;
          font-size: 32px;
          font-weight: 400;
          line-height: 1;
          margin-bottom: 21px; }
        .sec5 .wrap .list .sec5_swiper .swiper-slide .slide_des {
          font-family: 'Resource Han Rounded CN Normal';
          color: #888;
          font-size: 16px;
          font-weight: 400; }
          .sec5 .wrap .list .sec5_swiper .swiper-slide .slide_des * {
            font-family: 'Resource Han Rounded CN Normal'; }
      .sec5 .wrap .list .sec5_swiper .swiper-pagination {
        top: 485px;
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 5px;
        bottom: unset; }
        .sec5 .wrap .list .sec5_swiper .swiper-pagination .swiper-pagination-bullet {
          display: block;
          width: 12px;
          height: 3px;
          border-radius: 20px;
          background: #DC755A;
          opacity: 1;
          margin: 0;
          position: relative;
          transition: 0.6s; }
          .sec5 .wrap .list .sec5_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            width: 32px; }

.sec6 {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .sec6 .wrap .title {
    color: #111;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 15px; }
  .sec6 .wrap .des {
    width: 550px;
    color: #333;
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 36px; }
  .sec6 .wrap .list {
    display: flex;
    gap: 49px;
    padding: 21px 38px 17px;
    width: fit-content;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.41) 0%, rgba(255, 255, 255, 0.2) 100%);
    box-shadow: 0 0 7.2px 0 rgba(224, 165, 150, 0.03); }
    .sec6 .wrap .list .item .icon {
      width: 46px;
      height: 46px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #d37258;
      margin: 0 auto 7px; }
    .sec6 .wrap .list .item .item_title {
      color: #333;
      text-align: center;
      font-size: 18px;
      font-weight: 100; }

@media screen and (max-width: 1919px) {
  .section_box .absolute .links {
    padding: 5.3645833333vw calc(-40.3645833333vw + 50vw) 0px;
    gap: 2.6041666667vw; }

  .section_box .absolute .links .item {
    font-size: 1.0416666667vw; }

  .section_box .absolute .links .item::after {
    height: 0.1041666667vw;
    border-radius: 1.0416666667vw;
    bottom: -0.46875vw; }

  .section_box .sec2 {
    padding: 7.4479166667vw 0px 3.3854166667vw; }

  .section_box .sec2 .title {
    font-size: 2.0833333333vw; }

  .section_box .sec2 .list {
    gap: 0.5208333333vw; }

  .section_box .sec2 .list .item {
    width: 15.2083333333vw;
    height: 5vw;
    border-radius: 0.625vw;
    backdrop-filter: blur(0.8333333333vw);
    padding: 0px 1.5625vw;
    gap: 1.0416666667vw; }

  .section_box .sec2 .list .item .item_title {
    font-size: 0.9375vw; }

  .section_box .sec2 .list .item .icon {
    width: 2.3958333333vw; }

  .section_box .sec3 .wrap {
    height: 43.75vw;
    border-radius: 1.5625vw; }

  .section_box .sec3 .wrap .title {
    font-size: 2.0833333333vw;
    top: 6.40625vw;
    left: 5.46875vw; }

  .section_box .sec4 {
    height: calc(62.5vw + 100vh); }

  .section_box .sec4 .fix {
    padding: 4.0104166667vw 0px 0px; }

  .section_box .sec4 .fix .wrap .title {
    font-size: 2.5vw;
    margin-bottom: 2.5vw; }

  .section_box .sec4 .fix .wrap .sec4_swiper .swiper-slide {
    height: 35.4166666667vw; }

  .section_box .sec4 .fix .wrap .sec4_swiper .swiper-slide .item_title {
    font-size: 1.25vw;
    left: 3.125vw;
    bottom: 2.34375vw; }

  .section_box .sec4 .fix .wrap .sec4_swiper .swiper-slide .img {
    border-radius: 1.25vw; }

  .section_box .sec4 .fix .wrap .btns {
    gap: 0.5208333333vw;
    margin: 2.0833333333vw 0px 0px; }

  .section_box .sec4 .fix .wrap .btns .jt {
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 2.5vw; }

  .section_box .sec4 .fix .wrap .btns .jt img {
    width: 0.5208333333vw; }

  .sec5 {
    padding: 1.1458333333vw 0px 9.5833333333vw; }

  .sec5 .wrap .title {
    font-size: 2.5vw;
    margin-bottom: 3.3854166667vw; }

  .sec5 .wrap .list .sec5_swiper {
    width: 42.7083333333vw; }

  .sec5 .wrap .list .sec5_swiper .swiper-slide .img {
    height: 26.6666666667vw;
    border-radius: 1.1458333333vw;
    margin-bottom: 3.125vw; }

  .sec5 .wrap .list .sec5_swiper .swiper-slide .slide_title {
    font-size: 1.6666666667vw;
    margin-bottom: 1.09375vw; }

  .sec5 .wrap .list .sec5_swiper .swiper-slide .slide_des {
    font-size: 0.8333333333vw; }

  .sec5 .wrap .list .sec5_swiper .swiper-pagination {
    top: 25.2604166667vw;
    gap: 0.2604166667vw; }

  .sec5 .wrap .list .sec5_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.625vw;
    height: 0.15625vw;
    border-radius: 1.0416666667vw; }

  .sec5 .wrap .list .sec5_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.6666666667vw; }

  .sec6 .wrap .title {
    font-size: 2.5vw;
    margin-bottom: 0.78125vw; }

  .sec6 .wrap .des {
    width: 28.6458333333vw;
    font-size: 1.0416666667vw;
    margin-bottom: 1.875vw; }

  .sec6 .wrap .list {
    gap: 2.5520833333vw;
    padding: 1.09375vw 1.9791666667vw 0.8854166667vw;
    border-radius: 0.8333333333vw;
    box-shadow: rgba(224, 165, 150, 0.03) 0px 0px 0.375vw 0px; }

  .sec6 .wrap .list .item .icon {
    width: 2.3958333333vw;
    height: 2.3958333333vw;
    margin: 0px auto 0.3645833333vw; }

  .sec6 .wrap .list .item .item_title {
    font-size: 0.9375vw; } }
@media screen and (max-width: 768px) {
  .sec1 {
    height: 26vh; }

  .section_box .absolute {
    display: none; }
  .section_box .sec2 {
    height: 56vh;
    padding: 70px 0; }
    .section_box .sec2 .title {
      font-size: 20px; }
    .section_box .sec2 .list {
      width: 90%;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px; }
      .section_box .sec2 .list .item {
        width: unset;
        height: unset;
        padding: 15px 15px;
        border-radius: 12px;
        gap: 14px; }
        .section_box .sec2 .list .item .icon {
          width: 36px;
          height: 36px; }
          .section_box .sec2 .list .item .icon img {
            width: unset; }
        .section_box .sec2 .list .item .item_title {
          font-size: 13px; }
  .section_box .sec3 {
    height: unset;
    padding: 40px 0; }
    .section_box .sec3 .wrap {
      height: unset;
      border-radius: 0; }
      .section_box .sec3 .wrap .title {
        color: #111111;
        font-size: 18px;
        position: unset;
        margin-bottom: 20px; }
  .section_box .sec4 {
    height: unset; }
    .section_box .sec4 .fix {
      padding: 40px 0;
      height: unset; }
      .section_box .sec4 .fix .wrap .title {
        font-size: 20px;
        margin-bottom: 25px; }
      .section_box .sec4 .fix .wrap .swiper .swiper-slide {
        height: 250px; }
        .section_box .sec4 .fix .wrap .swiper .swiper-slide .img {
          border-radius: 10px; }
        .section_box .sec4 .fix .wrap .swiper .swiper-slide .item_title {
          font-size: 14px;
          left: 10px;
          bottom: 15px; }
      .section_box .sec4 .fix .wrap .btns {
        margin: 30px 0 0;
        gap: 10px; }
        .section_box .sec4 .fix .wrap .btns .jt {
          width: 36px;
          height: 36px;
          border-radius: 50%; }
          .section_box .sec4 .fix .wrap .btns .jt img {
            width: 7px; }

  .sec5 {
    padding: 15px 0 60px; }
    .sec5 .wrap .title {
      text-align: left;
      font-size: 20px;
      margin-bottom: 25px; }
    .sec5 .wrap .list {
      flex-direction: column;
      gap: 30px; }
      .sec5 .wrap .list .swiper {
        width: 100%; }
        .sec5 .wrap .list .swiper .swiper-pagination {
          gap: 4px;
          top: calc(55vw - 15px); }
          .sec5 .wrap .list .swiper .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 3px;
            border-radius: 8px; }
            .sec5 .wrap .list .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
              width: 32px; }
        .sec5 .wrap .list .swiper .swiper-slide .img {
          height: 55.666667vw;
          border-radius: 10px;
          margin-bottom: 20px; }
        .sec5 .wrap .list .swiper .swiper-slide .slide_title {
          font-size: 15px;
          margin-bottom: 12px; }
        .sec5 .wrap .list .swiper .swiper-slide .slide_des {
          font-size: 13px;
          line-height: 1.8; }
          .sec5 .wrap .list .swiper .swiper-slide .slide_des br {
            display: none; } }
