@charset "UTF-8";
.home {
  position: relative;
  width: 100%; }
  .home .banner {
    position: relative;
    height: calc(100vh + 600px); }
    .home .banner .fix {
      width: 100%;
      height: 100vh;
      position: sticky;
      top: 0; }
    .home .banner .bg {
      position: relative;
      top: 0;
      right: 0;
      width: 100%;
      height: 100vh;
      display: flex;
      justify-content: flex-end; }
      .home .banner .bg .animate {
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0; }
      .home .banner .bg img {
        width: 100%;
        display: block;
        object-fit: cover;
        height: 100%;
        position: absolute;
        right: 0; }
    .home .banner .text {
      position: absolute;
      left: 10.4166666667vw;
      top: 16.875vw;
      color: #fff; }
      .home .banner .text.on .p1 {
        color: #000; }
      .home .banner .text.on .p2 {
        color: #000; }
      .home .banner .text .p1 {
        font-size: 8.3333333333vw;
        line-height: 1;
        margin-bottom: 2.0833333333vw;
        transition: .3s ease; }
      .home .banner .text .p2 {
        font-size: 2.5vw;
        transition: .3s ease; }
    .home .banner .product-label {
      align-items: flex-end;
      background: linear-gradient(180deg, transparent, #000 95%);
      bottom: 0;
      color: #fff;
      display: flex;
      font-size: 12.5vw;
      height: 12.989vw;
      left: 0;
      letter-spacing: -.5208vw;
      line-height: .68;
      mix-blend-mode: darken;
      padding-left: 10.4166666667vw;
      position: absolute;
      width: 100%;
      z-index: 2; }
      .home .banner .product-label .en_num_light {
        font: inherit;
        margin: 0;
        font-family: 'PINGFANGSC'; }
  .home .section1 {
    position: relative;
    padding: 6.25vw 10.4166666667vw;
    background: linear-gradient(180deg, #FFF 0%, #E5EBF8 100%); }
    .home .section1 .recommend {
      border-bottom: 1px solid rgba(102, 102, 102, 0.4);
      padding-bottom: 4.1666666667vw;
      position: relative; }
      .home .section1 .recommend .swiper-container .item {
        display: flex;
        justify-content: space-between;
        position: relative;
        overflow: hidden;
        background: #FAFAFA;
        margin: 0 0.78125vw 2.0833333333vw 0.78125vw;
        /* AUX投影 */
        box-shadow: -2px 0.9375vw 1.2239583333vw 0px rgba(192, 192, 192, 0.25); }
        .home .section1 .recommend .swiper-container .item .pic {
          width: 55%;
          overflow: hidden;
          position: relative; }
          .home .section1 .recommend .swiper-container .item .pic img {
            width: 100%;
            transition: all 600ms;
            height: 26.0416666667vw;
            object-fit: cover; }
          .home .section1 .recommend .swiper-container .item .pic .slogo {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            display: none; }
            .home .section1 .recommend .swiper-container .item .pic .slogo img {
              width: 15.46875vw;
              display: block; }
        .home .section1 .recommend .swiper-container .item .text {
          width: 45%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          padding: 0 2.5vw; }
          .home .section1 .recommend .swiper-container .item .text .p1 {
            color: #000;
            font-size: 1.6666666667vw;
            font-family: 'PingFang-Bold';
            line-height: 1.5;
            transition: all 600ms; }
          .home .section1 .recommend .swiper-container .item .text .des {
            margin-top: 1.0416666667vw;
            color: #999;
            font-size: 0.9375vw;
            line-height: 2;
            font-family: 'PINGFANGSC'; }
        .home .section1 .recommend .swiper-container .item .shadw {
          position: absolute;
          right: 0;
          top: 0;
          pointer-events: none;
          transition: all 600ms;
          transform: translateX(100%);
          height: 100%;
          max-width: 45%; }
          .home .section1 .recommend .swiper-container .item .shadw img {
            height: 100%;
            display: block;
            max-width: 100%; }
        .home .section1 .recommend .swiper-container .item:hover .pic img {
          transform: scale(1.05); }
        .home .section1 .recommend .swiper-container .item:hover .text .p1 {
          color: #003B83; }
        .home .section1 .recommend .swiper-container .item:hover .shadw {
          transform: translateX(0); }
      .home .section1 .recommend .swiper-pagination {
        position: absolute;
        left: 0;
        width: 55%;
        display: flex;
        justify-content: center;
        bottom: 7.8125vw; }
        .home .section1 .recommend .swiper-pagination .swiper-pagination-bullet {
          width: 0.8333333333vw;
          height: 0.8333333333vw;
          background-color: #fff;
          opacity: .4;
          transition: all 600ms;
          margin: 0 0.4166666667vw; }
        .home .section1 .recommend .swiper-pagination .swiper-pagination-bullet-active {
          opacity: 1; }
    .home .section1 .list {
      margin: 6.1458333333vw 0 4.1666666667vw 0;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 4.1666666667vw 1.3020833333vw; }
      .home .section1 .list .item {
        width: 100%;
        overflow: hidden; }
        .home .section1 .list .item .pic img {
          width: 100%;
          display: block;
          object-fit: cover;
          transition: all 600ms; }
        .home .section1 .list .item .text {
          background: #FAFAFA;
          box-shadow: -2px 0.9375vw 1.2239583333vw 0px rgba(192, 192, 192, 0.25);
          padding: 3.3333333333vw 0;
          text-align: center;
          color: #333;
          font-size: 1.25vw;
          position: relative; }
          .home .section1 .list .item .text img {
            position: absolute;
            right: 0;
            top: 0;
            pointer-events: none;
            transition: all 600ms;
            transform: translateX(100%);
            height: 100%;
            max-width: 100%;
            object-fit: cover;
            display: block; }
        .home .section1 .list .item:hover .pic img {
          transform: scale(1.05); }
        .home .section1 .list .item:hover .text p {
          color: #003B83; }
        .home .section1 .list .item:hover .text img {
          transform: translateX(0); }
    .home .section1 .more {
      width: 7.7083333333vw;
      height: 2.1875vw;
      background: url(/images/icon_border.png) no-repeat;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      background-size: 100% 100%;
      transition: all 600ms;
      margin: 3.125vw auto;
      overflow: hidden;
      cursor: pointer; }
      .home .section1 .more::before {
        background: url(/images/icon_bg.png) no-repeat;
        background-size: cover;
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        transition: all 600ms; }
      .home .section1 .more p {
        background: linear-gradient(134deg, #0579FF -2.75%, #36DBFF 108.94%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 1.0416666667vw;
        font-family: 'PINGFANGSC';
        transition: all 600ms;
        position: relative;
        z-index: 2; }
      .home .section1 .more svg {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 2.7604166667vw;
        display: block;
        transform: translateX(100%);
        transition: all 600ms;
        z-index: 2; }
      .home .section1 .more:hover::before {
        opacity: 1; }
      .home .section1 .more:hover p {
        color: white;
        background: transparent;
        -webkit-text-fill-color: white; }
      .home .section1 .more:hover svg {
        transform: translateX(0); }
  @media screen and (max-width: 1024px) {
    .home {
      padding-top: 60px; }
      .home .section1 {
        padding: 30px 5%; }
        .home .section1 .recommend .swiper-container .swiper-slide .item {
          flex-direction: column; }
          .home .section1 .recommend .swiper-container .swiper-slide .item .pic {
            width: 100%; }
            .home .section1 .recommend .swiper-container .swiper-slide .item .pic img {
              height: 200px; }
          .home .section1 .recommend .swiper-container .swiper-slide .item .text {
            width: 100%;
            padding: 20px; }
            .home .section1 .recommend .swiper-container .swiper-slide .item .text .p1 {
              font-size: 18px; }
            .home .section1 .recommend .swiper-container .swiper-slide .item .text .des {
              font-size: 16px;
              line-height: 1.5; }
            .home .section1 .recommend .swiper-container .swiper-slide .item .text .time {
              font-size: 16px; }
        .home .section1 .list {
          margin: 30px 0;
          grid-template-columns: repeat(1, 1fr);
          gap: 20px; }
          .home .section1 .list .item .text {
            font-size: 18px;
            padding: 15px 0; }
        .home .section1 .more {
          width: 120px;
          height: 35px; }
          .home .section1 .more svg {
            width: 55px; }
          .home .section1 .more p {
            font-size: 16px; } }

/*# sourceMappingURL=staff.css.map */
