.home {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .home .topbg {
    position: absolute;
    right: 0;
    top: 5.1041666667vw;
    z-index: -1; }
    .home .topbg img {
      width: 34.2708333333vw;
      display: block; }
  .home .cbg {
    position: absolute;
    left: 0;
    top: 26%;
    z-index: -1; }
    .home .cbg img {
      width: 10.8333333333vw;
      display: block; }
  .home .common_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 .common_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 .common_button:before {
      position: absolute;
      background-color: #2A746E;
      right: 0; }
    .home .common_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 .common_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 .common_button .text {
      position: relative;
      color: #2A746E;
      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 .common_button:hover:before {
      width: 100%;
      transform: scale(0.9);
      transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1); }
    .home .common_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 .common_button:hover .dot:before {
        opacity: .0001;
        transform: translateX(100%);
        transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1); }
    .home .common_button:hover .text {
      color: #fff;
      transform: translateX(-1vw);
      transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1); }
  .home .section1 {
    padding: 7.8645833333vw 10.4166666667vw 0 10.4166666667vw; }
    .home .section1 .tlink {
      display: flex; }
      .home .section1 .tlink a, .home .section1 .tlink p {
        color: #333;
        font-size: 0.8333333333vw; }
    .home .section1 .content {
      display: flex;
      margin: 1.71875vw 0 4.1666666667vw 0;
      align-items: center; }
      .home .section1 .content .l {
        display: flex;
        align-items: flex-end; }
        .home .section1 .content .l .pic img {
          width: 31.25vw;
          border-radius: 1.5625vw; }
        .home .section1 .content .l .xg {
          margin-left: 2.0833333333vw; }
          .home .section1 .content .l .xg img {
            width: 14.7395833333vw;
            border-radius: 1.5625vw; }
        .home .section1 .content .l img {
          transition: all 600ms; }
          .home .section1 .content .l img:hover {
            transform: scale(1.05); }
      .home .section1 .content .r {
        margin-left: 4.0625vw; }
        .home .section1 .content .r .p1 {
          color: #203D3B;
          font-size: 3.3333333333vw; }
        .home .section1 .content .r .p2 {
          margin: 1.5625vw 0 2.34375vw 0;
          color: #FFF;
          font-size: 1.25vw;
          width: fit-content;
          border-radius: 3.4375vw;
          padding: 0.5208333333vw 1.3020833333vw;
          background: #2A746E; }
        .home .section1 .content .r .info .i1 {
          display: flex;
          align-items: center;
          margin-top: 1.3020833333vw; }
          .home .section1 .content .r .info .i1 .pt {
            color: #000;
            font-size: 1.25vw; }
          .home .section1 .content .r .info .i1 .tags {
            display: flex;
            margin-left: 1.0416666667vw; }
            .home .section1 .content .r .info .i1 .tags p {
              padding: 0.5208333333vw 1.3020833333vw;
              border-radius: 3.4375vw;
              background: #2A746E;
              color: #FFF;
              font-size: 1.25vw;
              font-family: 'PINGFANG-MEDIUM';
              width: fit-content;
              margin-right: 0.5208333333vw; }
  .home .section2 {
    margin: 0 10.4166666667vw; }
    .home .section2 table {
      border-radius: 1.0416666667vw;
      background: #f2f2f2; }
      .home .section2 table tbody {
        text-align: center; }
        .home .section2 table tbody td {
          font-size: 1.0416666667vw;
          padding: 0.78125vw 0;
          /*text-transform: capitalize; */
            
        }
        .home .section2 table tbody tr:nth-child(1) {
          background-color: white; }
          .home .section2 table tbody tr:nth-child(1) td:nth-child(1) {
            border-top-left-radius: 1.0416666667vw; }
          .home .section2 table tbody tr:nth-child(1) td:last-child {
            border-top-right-radius: 1.0416666667vw; }
  .home .section3 {
    margin: 4.1666666667vw 10.4166666667vw 5.6770833333vw 10.4166666667vw;
    display: flex;
    justify-content: space-between;
    gap: 8.2291666667vw;
    align-items: center; }
    .home .section3 .item {
      width: 50%; }
      .home .section3 .item .pic img {
        transition: all 600ms;
        max-width: 100%;
        object-fit: contain;
        border-radius: 1.5625vw; }
      .home .section3 .item p {
        color: #000;
        font-size: 1.25vw;
        margin: 2.2395833333vw 0;
        text-align: center; }
      .home .section3 .item:hover .pic img {
        transform: scale(1.05); }
  .home .section4 {
    margin: 0 10.4166666667vw 4.1666666667vw; }
    .home .section4 .common_button {
      margin: 1.5625vw auto 0;
      display: flex;
      width: fit-content; }
    .home .section4 .t {
      color: #203D3B;
      font-size: 4.1666666667vw;
      text-transform: capitalize;
      margin-bottom: 3.2291666667vw; }
    .home .section4 .pros {
      position: relative; }
      .home .section4 .pros .swiper-container {
        width: 100%; }
        .home .section4 .pros .swiper-container .swiper-slide .pic {
          text-align: center; }
          .home .section4 .pros .swiper-container .swiper-slide .pic img {
            width: 100%;
            transition: all 600ms;
            transform-origin: center;
            border-radius: 1.5625vw; }
        .home .section4 .pros .swiper-container .swiper-slide p {
          color: #000;
          font-size: 1.25vw;
          text-align: center;
          margin-top: 1.7708333333vw;
          transition: all 600ms; }
        .home .section4 .pros .swiper-container .swiper-slide:hover .pic img {
          transform: scale(0.95); }
        .home .section4 .pros .swiper-container .swiper-slide:hover p {
          color: #2A746E; }
      .home .section4 .pros .prev {
        position: absolute;
        left: -4.1666666667vw;
        top: 40%;
        transform: translateY(-50%);
        z-index: 10;
        cursor: pointer; }
        .home .section4 .pros .prev img {
          width: 2.9166666667vw;
          display: block; }
      .home .section4 .pros .next {
        position: absolute;
        right: -4.1666666667vw;
        top: 40%;
        transform: translateY(-50%);
        z-index: 10;
        cursor: pointer; }
        .home .section4 .pros .next img {
          width: 2.9166666667vw;
          display: block; }
  .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 .common_button {
        height: 60px;
        padding: 0 35px 0 79px;
        margin: auto;scale:0.6; }
        .home .common_button:before {
          width: 60px;
          height: 60px;
          border-radius: 50%; }
        .home .common_button .dot {
          width: 44px;
          height: 44px;
          left: 8px; }
        .home .common_button .text {
          font-size: 22px; }
        .home .common_button:hover {
          padding: 0 35px 0 58px; }
          .home .common_button:hover:before {
            border-radius: 35px; }
      .home .cbg img {
        width: 100px; }
      .home .section1 {
        padding: 30px 5%; }
        .home .section1 .tlink a, .home .section1 .tlink p {
          font-size: 16px; }
        .home .section1 .content {
          margin: 20px 0 40px 0;
          flex-direction: column; }
          .home .section1 .content .l {
            width: 100%;
            flex-direction: column;
            align-items: flex-start; }
            .home .section1 .content .l .pic img {
              width: 100%;
              border-radius: 30px; }
            .home .section1 .content .l .xg {
              margin-top: 20px; }
              .home .section1 .content .l .xg img {
                width: auto;
                border-radius: 30px;
                max-width: 60%; }
          .home .section1 .content .r {
            width: 100%;
            margin-top: 20px; }
            .home .section1 .content .r .p1 {
              font-size: 32px; }
            .home .section1 .content .r .p2 {
              margin: 10px 0 20px 0;
              font-size: 18px;
              padding: 5px 10px;
              border-radius: 30px; }
            .home .section1 .content .r .info .i1 {
              margin-top: 10px; }
              .home .section1 .content .r .info .i1 .pt {
                font-size: 18px; }
              .home .section1 .content .r .info .i1 .tags {
                margin-left: 10px; }
                .home .section1 .content .r .info .i1 .tags p {
                  padding: 5px 10px;
                  border-radius: 30px;
                  font-size: 18px;
                  margin-right: 10px; }
      .home .section2 {
        margin: 0 5%;
        overflow-x: scroll; }
        .home .section2 table {
          width: 800px !important; }
          .home .section2 table tbody td {
            font-size: 16px; }
      .home .section3 {
        margin: 40px 5%; }
        .home .section3 .item p {
          font-size: 16px; }
      .home .section4 {
        margin: 0 5% 30px; }
        .home .section4 .t {
          font-size: 24px;
          margin-bottom: 30px; }
        .home .section4 .pros .prev img, .home .section4 .pros .next img {
          width: 35px; }
        .home .section4 .pros .swiper-container .swiper-slide a .name {
          font-size: 16px;
          margin-top: 15px; }
      .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=proInfo.css.map */
