body {
  background: #E0ECE3; }

.home {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .home .cbg {
    position: absolute;
    left: 0;
    top: 157.34375vw;
    z-index: 2; }
    .home .cbg img {
      width: 10.8333333333vw;
      display: block; }
  .home .cbg2 {
    right: 0;
    top: 70.3125vw;
    position: absolute;
    z-index: 2; }
    .home .cbg2 img {
      position: relative;
      left: 2.6041666667vw;
      top: 0;
      width: 31.9791666667vw; }
  .home img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover; }
  .home .common_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; }
  .home .section1 {
    height: 100vh;
    position: relative;
    z-index: 2;
    border-radius: 0px 0px 4.6875vw 4.6875vw;
    backdrop-filter: blur(7.5px);
    background: #EFEDE9;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    .home .section1 .t1 {
      position: absolute;
      right: 25.4166666667vw;
      top: 37.5925925926vh;
      z-index: 2;
      width: 46px;
      pointer-events: none; }
    .home .section1 .t2 {
      position: absolute;
      bottom: 17.037037037vh;
      left: 18.2291666667vw;
      width: 3.0208333333vw;
      pointer-events: none; }
    .home .section1 .text {
      color: rgba(255, 255, 255, 0.6);
      text-align: center;
      text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      font-size: 3.3333333333vw;
      font-style: normal;
      font-weight: 500; }
    .home .section1 .position {
      color: #2A746E;
      font-size: 1.875vw;
      font-style: normal;
      font-weight: 500;
      line-height: 2.1875vw;
      /* 116.667% */
      text-transform: capitalize;
      position: absolute;
      left: 4.8958333333vw;
      bottom: 1.9791666667vw;
      z-index: 2; }
  .home .section2 {
    padding: 13.0208333333vw 10.4166666667vw 6.25vw 6.25vw;
    border-radius: 1.5625vw;
    background: #E0ECE3;
    margin-top: -6.7708333333vw;
    position: relative;
    display: flex;
    z-index: 1; }
    .home .section2 .t2 {
      top: 16.25vw;
      left: 51.9791666667vw;
      position: absolute;
      width: 3.0208333333vw;
      z-index: -1;
      pointer-events: none; }
    .home .section2 .t3 {
      top: 8.2291666667vw;
      right: 8.0729166667vw;
      position: absolute;
      z-index: -1;
      pointer-events: none; }
    .home .section2 .t1 {
      position: absolute;
      left: 0;
      top: 0;
      overflow: hidden; }
      .home .section2 .t1 img {
        width: 28.9583333333vw;
        position: relative;
        left: -0.8333333333vw;
        top: -0.625vw; }
    .home .section2 .r {
      width: 40.625vw;
      margin: 6.25vw 0 0 2.7083333333vw; }
      .home .section2 .r .text {
        color: #518783;
        font-size: 1.875vw;
        font-style: italic;
        font-weight: 500;
        line-height: 3.125vw;
        /* 166.667% */
        font-family: 'PINGFANG-MEDIUM'; }
    .home .section2 .l {
      width: 40vw;
      position: relative; }
      .home .section2 .l .button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        pointer-events: none; }
        .home .section2 .l .button img {
          cursor: pointer;
          pointer-events: auto;
          width: 2.9166666667vw; }
      .home .section2 .l .swiper1 {
        width: 28.9583333333vw;
        height: 33.3333333333vw;
        margin: auto; }
        .home .section2 .l .swiper1 .swiper-slide {
          border-radius: 1.5625vw;
          background: #FFF;
          display: flex;
          align-items: center;
          justify-content: center; }
  .home .section3 {
    padding: 0 10.4166666667vw 6.25vw 10.4166666667vw;
    position: relative;
    z-index: 54; }
    .home .section3 .title {
      color: #203D3B;
      font-size: 4.1666666667vw;
      font-style: normal;
      font-weight: 500;
      margin: 0 0 4.1666666667vw;
      text-align: center; }
    .home .section3 .content .flex {
      display: flex;
      justify-content: center; }
      .home .section3 .content .flex:not(:last-child) {
        margin: 0 0 4.1666666667vw; }
      .home .section3 .content .flex .item {
        width: 30.3125vw; }
        .home .section3 .content .flex .item:not(:last-child) {
          margin: 0 18.5416666667vw 0 0; }
        .home .section3 .content .flex .item .img {
          width: 100%;
          height: 18.0208333333vw;
          border-radius: 1.5625vw;
          overflow: hidden;
          cursor: pointer; }
          .home .section3 .content .flex .item .img:hover img {
            transform: scale(1.05); }
          .home .section3 .content .flex .item .img img {
            width: 100%;
            height: 100%;
            transition: 1s; }
        .home .section3 .content .flex .item .text {
          color: #203D3B;
          text-align: center;
          font-size: 1.6666666667vw;
          font-style: normal;
          font-weight: 500;
          margin: 2.0833333333vw 0 0 0; }
  .home .section4 {
    position: relative;
    z-index: 1;
    padding: 4.1666666667vw 6.25vw 7.34375vw 6.25vw; }
    .home .section4 .bg {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1; }
    .home .section4 .title {
      text-align: center;
      margin: 0 0 3.6458333333vw; }
      .home .section4 .title h1 {
        color: #203D3B;
        font-size: 4.1666666667vw;
        font-style: normal;
        font-weight: 500;
        margin: 0 0 1.5625vw; }
      .home .section4 .title p {
        color: #666;
        font-size: 1.25vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
    .home .section4 .content {
      width: 100%;
      position: relative; }
      .home .section4 .content .button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        pointer-events: none; }
        .home .section4 .content .button img {
          cursor: pointer;
          pointer-events: auto;
          width: 2.9166666667vw; }
      .home .section4 .content .swiper2 {
        width: 79.1666666667vw;
        margin: auto; }
        .home .section4 .content .swiper2 .swiper-slide.swiper-slide-active .item .img {
          left: -10.4166666667vw; }
        .home .section4 .content .swiper2 .swiper-slide.swiper-slide-active .item .text {
          transition: 1s;
          opacity: 1;
          transform: translateY(0);
          transition-delay: .4s;
          pointer-events: auto; }
        .home .section4 .content .swiper2 .swiper-slide.swiper-slide-next .item .img {
          left: 5.7291666667vw; }
        .home .section4 .content .swiper2 .swiper-slide.swiper-slide-prev .item .img {
          left: -4.3229166667vw; }
        .home .section4 .content .swiper2 .swiper-slide .item {
          display: flex;
          align-items: center;
          position: relative; }
          .home .section4 .content .swiper2 .swiper-slide .item .img {
            width: 22.5vw;
            height: 18.125vw;
            border-radius: 2.5471875vw;
            overflow: hidden;
            position: relative;
            left: 0; }
            .home .section4 .content .swiper2 .swiper-slide .item .img:hover img {
              transform: scale(1.05); }
            .home .section4 .content .swiper2 .swiper-slide .item .img img {
              width: 100%;
              height: 100%;
              transition: 1s; }
          .home .section4 .content .swiper2 .swiper-slide .item .text {
            width: 20.1041666667vw;
            position: absolute;
            left: 14.3229166667vw;
            opacity: 0;
            transform: translateY(20px);
            transition: .1s;
            pointer-events: none; }
            .home .section4 .content .swiper2 .swiper-slide .item .text h1 {
              color: #203D3B;
              font-size: 1.875vw;
              font-style: normal;
              font-weight: 500;
              line-height: 50px;
              /* 138.889% */
              text-transform: capitalize;
              margin: 0 0 0.5208333333vw; }
            .home .section4 .content .swiper2 .swiper-slide .item .text .pick {
              color: #666;
              font-size: 0.8333333333vw;
              font-style: normal;
              font-weight: 500;
              line-height: 1.4583333333vw;
              /* 175% */
              text-transform: capitalize;
              margin: 0 0 0.5208333333vw; }
            .home .section4 .content .swiper2 .swiper-slide .item .text .time {
              color: #999;
              font-size: 0.8333333333vw;
              font-style: normal;
              font-weight: 500;
              text-transform: capitalize; }
  .home .section5 {
    padding: 6.25vw 11.3541666667vw 3.6458333333vw 12.2395833333vw;
    position: relative;
    z-index: 2; }
    .home .section5 .i1 {
      position: absolute;
      top: 3.4895833333vw;
      left: 0;
      width: 3.3854166667vw;
      pointer-events: none; }
    .home .section5 .i2 {
      position: absolute;
      width: 2.03125vw;
      top: 9.375vw;
      left: 7.34375vw;
      pointer-events: none; }
    .home .section5 .i3 {
      position: absolute;
      right: 0;
      top: 0;
      pointer-events: none;
      width: 7.7083333333vw; }
    .home .section5 .title {
      text-align: center;
      margin: 0 0 4.1666666667vw; }
      .home .section5 .title h1 {
        color: #203D3B;
        font-size: 4.1666666667vw;
        font-style: normal;
        font-weight: 500;
        text-transform: capitalize;
        margin: 0 0 1.5625vw; }
      .home .section5 .title p {
        color: #666;
        font-size: 1.25vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
    .home .section5 .content {
      position: relative; }
      .home .section5 .content:after {
        background-image: -webkit-linear-gradient(right, #E0ECE3 20%, rgba(235, 237, 240, 0));
        content: "";
        height: 120%;
        position: absolute;
        right: -15px;
        top: -10px;
        width: 7.8125vw;
        z-index: 2; }
      .home .section5 .content:before {
        background-image: -webkit-linear-gradient(right, #E0ECE3 20%, rgba(235, 237, 240, 0));
        content: "";
        height: 120%;
        position: absolute;
        left: -15px;
        top: -10px;
        width: 7.8125vw;
        z-index: 2;
        transform: rotate(180deg); }
      .home .section5 .content .swiper3 {
        width: 100%; }
        .home .section5 .content .swiper3 .swiper-wrapper {
          transition-timing-function: linear !important; }
        .home .section5 .content .swiper3 img {
          width: 100%;
          border-radius: 1.2358854167vw; }
  .home .section_bg {
    padding: 4.1666666667vw 10.4166666667vw 5.5208333333vw 10.4166666667vw;
    background: url(../images/contact_bg.png) no-repeat;
    background-size: cover;
    color: white; }
    .home .section_bg .p1 {
      font-size: 4.1666666667vw;
      line-height: 1.5; }
    .home .section_bg .des {
      font-size: 1.25vw;
      line-height: 1.5;
      font-family: 'PINGFANG-MEDIUM';
      margin: 1.0416666667vw 0 2.6041666667vw 0; }
    .home .section_bg .button {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      width: auto;
      border: 0;
      box-shadow: none;
      height: 2.9166666667vw;
      line-height: 2.9166666667vw;
      padding: 0 2vw 0 3.9583333333vw;
      cursor: pointer;
      position: relative; }
      .home .section_bg .button:before {
        content: "";
        display: block;
        width: 2.9166666667vw;
        height: 2.9166666667vw;
        border-radius: 3.5vw;
        left: 0;
        top: 0;
        bottom: 0;
        transform: scale(1);
        background-color: #2A746E;
        transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
        will-change: transform; }
      .home .section_bg .button:before {
        position: absolute;
        background-color: #2A746E;
        right: 0; }
      .home .section_bg .button .dot {
        position: absolute;
        overflow: hidden;
        background-color: transparent;
        left: .28vw;
        top: 50%;
        width: 2.34375vw;
        height: 2.34375vw;
        transform: translateY(-50%) translateX(0) scale(1);
        box-shadow: 0 0 0 1px #F6EFE2;
        transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
        display: inline-block;
        border-radius: 100%;
        will-change: transform; }
        .home .section_bg .button .dot:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          opacity: 1;
          transform: translateX(0);
          background-image: url(../images/whi.svg);
          background-size: 50% auto;
          transition: all 0.7s var(--expoOut);
          will-change: transform;
          background-position: center;
          background-repeat: no-repeat; }
      .home .section_bg .button .text {
        position: relative;
        color: #fff;
        transform: translateX(0);
        transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
        will-change: transform;
        font-size: 1.0416666667vw;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase; }
      .home .section_bg .button:hover:before {
        width: 100%;
        transform: scale(0.9);
        transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1); }
      .home .section_bg .button:hover .dot {
        background-color: #F6EFE2;
        transform: translateY(-50%) translateX(0.5vw) scale(0.2);
        transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1); }
        .home .section_bg .button:hover .dot:before {
          opacity: .0001;
          transform: translateX(100%);
          transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1); }
      .home .section_bg .button:hover .text {
        color: #fff;
        transform: translateX(-1vw);
        transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1); }
  @media screen and (max-width: 1024px) {
    .home {
      padding-top: 60px; }
      .home .cbg img {
        width: 100px; }
      .home .cbg2 img {
        width: 100px;
        top: 40vw; }
      .home [aos] {
        transition-delay: unset !important; }
      .home .section1 {
        border-radius: 0px 0px 15px 15px;
        height: calc(100vh - 60px); }
        .home .section1 .text {
          font-size: 24px; }
        .home .section1 .position {
          font-size: 14px;
          line-height: 2;
          bottom: 30px;
          left: 5%; }
      .home .section2 {
        padding: 25px 5% 45px 5%;
        flex-direction: column;
        margin-top: 0; }
        .home .section2 .l {
          width: 100%; }
          .home .section2 .l .button img {
            width: 35px;
            height: 35px; }
          .home .section2 .l .swiper1 {
            width: 70%;
            height: auto; }
            .home .section2 .l .swiper1 .swiper-slide {
              border-radius: 20px; }
        .home .section2 .r {
          width: 100%;
          margin: 25px 0 0 0; }
          .home .section2 .r .text {
            font-size: 14px;
            line-height: 2; }
      .home .section3 {
        padding: 20px 5% 40px 5%; }
        .home .section3 .title {
          font-size: 24px;
          margin: 0 0 15px; }
        .home .section3 .content .flex {
          flex-direction: column; }
          .home .section3 .content .flex:not(:last-child) {
            margin: 0 0 30px; }
          .home .section3 .content .flex .item {
            width: 100%; }
            .home .section3 .content .flex .item:not(:last-child) {
              margin: 0 0 30px; }
            .home .section3 .content .flex .item .img {
              width: 100%;
              height: auto; }
            .home .section3 .content .flex .item .text {
              font-size: 14px;
              margin: 15px 0 0 0; }
      .home .section4 {
        padding: 40px 5% 50px 5%;
        border-radius: 45px 0 45px 0;
        background: #fff; }
        .home .section4 .bg {
          display: none; }
        .home .section4 .title h1 {
          font-size: 24px;
          line-height: 2; }
        .home .section4 .title p {
          font-size: 14px;
          line-height: 2; }
        .home .section4 .content .swiper2 {
          width: 100%; }
          .home .section4 .content .swiper2 .swiper-slide .item {
            flex-direction: column; }
            .home .section4 .content .swiper2 .swiper-slide .item .img {
              width: 100%;
              height: auto;
              border-radius: 10px;
              left: 0 !important;
              transform: scale(1) !important; }
            .home .section4 .content .swiper2 .swiper-slide .item .text {
              position: static;
              opacity: 0;
              transform: translateY(0);
              width: 100%;
              transition-delay: unset !important;
              margin: 25px 0 0 0; }
              .home .section4 .content .swiper2 .swiper-slide .item .text h1 {
                font-size: 24px;
                line-height: 1.7;
                margin: 0 0 20px; }
              .home .section4 .content .swiper2 .swiper-slide .item .text .pick {
                font-size: 14px;
                line-height: 2;
                margin: 0 0 10px; }
              .home .section4 .content .swiper2 .swiper-slide .item .text .time {
                font-size: 14px; }
        .home .section4 .content .button {
          width: 35%;
          margin: 30px auto 0;
          position: static;
          transform: none; }
          .home .section4 .content .button img {
            width: 35px; }
      .home .section5 {
        padding: 50px 5%; }
        .home .section5 .i1 {
          width: 25px; }
        .home .section5 .i2 {
          width: 30px; }
        .home .section5 .i3 {
          width: 50px; }
        .home .section5 .title {
          margin: 0 0 20px; }
          .home .section5 .title h1 {
            font-size: 24px;
            margin: 0 0 15px; }
          .home .section5 .title p {
            font-size: 14px;
            line-height: 1.5; }
        .home .section5 .content:after {
          width: 80px; }
        .home .section5 .content:before {
          width: 80px; }
      .home .section_bg {
        padding: 40px 5%; }
        .home .section_bg .p1 {
          font-size: 32px; }
        .home .section_bg .des {
          font-size: 18px;
          margin: 10px 0 20px 0; }
        .home .section_bg .button {
          height: 60px;
          padding: 0 35px 0 79px;scale:0.6; }
          .home .section_bg .button:before {
            width: 60px;
            height: 60px;
            border-radius: 50%; }
          .home .section_bg .button .dot {
            width: 44px;
            height: 44px;
            left: 8px; }
          .home .section_bg .button .text {
            font-size: 24px; }
          .home .section_bg .button:hover {
            padding: 0 35px 0 58px; }
            .home .section_bg .button:hover:before {
              border-radius: 35px; } }

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