img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover; }

.common_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.common_title {
  text-align: center; }
  .common_title .p1 {
    color: #000;
    font-style: normal;
    font-weight: bold;
    line-height: 2.0833333333vw;
    /* 100% */ }
  .common_title .line {
    width: 5.9895833333vw;
    height: 1px;
    background: #000000;
    margin: 1.4583333333vw auto 2.0833333333vw; }
  .common_title .text {
    color: #666;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 32.4px */ }

.section1 {
  padding: 4.1666666667vw;
  background: linear-gradient(180deg, #FFF 0%, #F2F2F2 99.66%);
  overflow: hidden; }
  .section1 .cut {
    display: flex;
    justify-content: center; }
    .section1 .cut a {
      width: 12.5vw;
      padding: 1.25vw 0.625vw;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #333;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      transition: .6s ease;
      background: #F7F7F7; }
      .section1 .cut a.on {
        background: #0F927B;
        color: #fff; }
  .section1 .picture {
    position: relative;
    z-index: 1;
    margin: 2.0833333333vw 0 0 0;
    height: 13.5416666667vw;
    display: flex;
    align-items: center;
    justify-content: center; }
    .section1 .picture .text {
      text-align: center;
      position: relative;
      z-index: 2; }
      .section1 .picture .text .p1 {
        color: #FFF;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin: 0 0 1.0416666667vw; }
      .section1 .picture .text .p2 {
        color: #FFF;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
  .section1 .series {
    margin: 102px 0 62px;
    display: flex;
    justify-content: center;
    gap: 0 120px; }
    .section1 .series .list {
      cursor: pointer;
      color: #999;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      position: relative;
      padding: 0 0 20px;
      transition: .6s ease; }
      .section1 .series .list.on, .section1 .series .list:hover {
        color: #000; }
        .section1 .series .list.on:after, .section1 .series .list:hover:after {
          transform: scaleX(1); }
      .section1 .series .list:after {
        content: '';
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 4px;
        background: #0F927B;
        transform: scaleX(0);
        transition: .6s ease;
        transform-origin: left; }
  .section1 .content .matter {
    display: none; }
    .section1 .content .matter.on {
      display: block;
      animation: yAnimate .6s ease forwards; }
    .section1 .content .matter .flex {
      display: grid;
      grid-template-columns: repeat(3, 1fr); }
      .section1 .content .matter .flex .item {
        background: #FFF;
        position: relative;
        z-index: 1; }
        .section1 .content .matter .flex .item .img {
          width: 100%;
          height: 100%;
          overflow: hidden; }
          .section1 .content .matter .flex .item .img img {
            width: 100%;
            height: 100%;
            transition: all 600ms; }
        .section1 .content .matter .flex .item .text {
          position: absolute;
          bottom: 40px;
          left: 40px;
          z-index: 2; }
          .section1 .content .matter .flex .item .text .p1 {
            color: #000;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin: 0 0 16px; }
          .section1 .content .matter .flex .item .text .p2 {
            color: #666;
            font-style: normal;
            font-weight: 400;
            line-height: normal; }
        .section1 .content .matter .flex .item:hover .img img {
          transform: scale(1.05); }
    .section1 .content .matter .pager {
      margin: 2.0833333333vw 0 0 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      .section1 .content .matter .pager a {
        margin: 0 0.3125vw; }
        .section1 .content .matter .pager a svg {
          width: 1.25vw;
          display: block;
          height: auto; }
      .section1 .content .matter .pager .nums {
        display: flex; }
        .section1 .content .matter .pager .nums a {
          padding: 0 0.625vw;
          position: relative; }
          .section1 .content .matter .pager .nums a::after {
            content: '';
            display: block;
            position: absolute;
            width: 0;
            height: 0.1041666667vw;
            left: 0;
            background: #0F927B; }
          .section1 .content .matter .pager .nums a.on::after {
            width: 100%; }

.section2 {
  height: 100vh; }
  .section2 .fix {
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    .section2 .fix .wrap {
      width: 91.6666666667vw;
      position: relative; }
      .section2 .fix .wrap .jingdu {
        position: absolute;
        right: 0;
        top: 1.6145833333vw;
        z-index: 5; }
        .section2 .fix .wrap .jingdu .line {
          width: 8.8541666667vw;
          height: 0.1041666667vw;
          background: #DCDCDC;
          margin: 0 0 0.3645833333vw; }
          .section2 .fix .wrap .jingdu .line div {
            width: 0;
            height: 100%;
            background: #0F927B; }
        .section2 .fix .wrap .jingdu .dis {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .section2 .fix .wrap .jingdu .dis p {
            color: #000;
            font-style: normal;
            font-weight: 400; }
      .section2 .fix .wrap .content {
        margin: 3.125vw 0 0 0; }
        .section2 .fix .wrap .content .x {
          display: flex;
          width: max-content; }
          .section2 .fix .wrap .content .x .item {
            width: 49.0625vw;
            height: 27.6041666667vw;
            position: relative;
            margin: 0 3.125vw 0 0;
            z-index: 1; }
            .section2 .fix .wrap .content .x .item.on .text {
              opacity: 1; }
            .section2 .fix .wrap .content .x .item:after {
              content: '';
              position: absolute;
              width: 100%;
              height: 100%;
              top: 0;
              left: 0;
              background: rgba(0, 0, 0, 0.4); }
            .section2 .fix .wrap .content .x .item .img {
              width: 100%;
              height: 100%; }
            .section2 .fix .wrap .content .x .item .text {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              text-align: center;
              z-index: 5;
              opacity: 0;
              transition: .6s ease; }
              .section2 .fix .wrap .content .x .item .text .p1 {
                color: #FFF;
                font-style: normal;
                font-weight: 600;
                line-height: normal;
                margin: 0 0 2.0833333333vw; }
              .section2 .fix .wrap .content .x .item .text .p2 {
                width: 29.2708333333vw;
                margin: auto;
                color: #FFF;
                font-style: normal;
                font-weight: 400;
                line-height: 150%;
                /* 27px */ }

@keyframes yAnimate {
  0% {
    transform: translateY(30px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@media screen and (max-width: 1024px) {
  .common_title .p1 {
    line-height: unset; }
  .common_title .text br {
    display: none; }
  .common_title .line {
    width: 70px;
    margin: 15px auto 25px; }

  .section1 {
    padding: 40px 5%; }
    .section1 .cut {
      flex-wrap: wrap;
      gap: 15px 20px; }
      .section1 .cut a {
        width: fit-content;
        font-size: 12px;
        padding: 10px 15px; }
    .section1 .series {
      margin: 30px 0 40px;
      gap: 0 25px; }
      .section1 .series .list {
        padding: 0 0 15px;
        font-size: 14px; }
    .section1 .picture {
      margin: 25px 0 0 0;
      height: 150px; }
    .section1 .content .matter .flex {
      grid-template-columns: repeat(1, 1fr);
      gap: 20px; }
      .section1 .content .matter .flex .item .text {
        bottom: 20px;
        left: 10px; }
        .section1 .content .matter .flex .item .text .p1 {
          margin: 0 0 10px; }
    .section1 .content .matter .pager {
      margin: 20px 0 50px 0; }
      .section1 .content .matter .pager a {
        margin: 0 6px; }
        .section1 .content .matter .pager a svg {
          width: 24px; }

  .section2 {
    height: auto !important; }
    .section2 .fix {
      height: auto; }
      .section2 .fix .wrap {
        width: 90%;
        padding: 45px 0; }
        .section2 .fix .wrap .jingdu {
          display: none; }
        .section2 .fix .wrap .content {
          margin: 25px 0 0 0; }
          .section2 .fix .wrap .content .x {
            width: 100%;
            transform: none !important;
            gap: 25px 0;
            flex-direction: column; }
            .section2 .fix .wrap .content .x .item {
              margin: 0;
              width: 100%;
              height: auto;
              padding: 60px 0; }
              .section2 .fix .wrap .content .x .item .img {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0; }
              .section2 .fix .wrap .content .x .item .text {
                position: relative;
                left: 0;
                top: 0;
                transform: none;
                opacity: 1 !important;
                width: 100%; }
                .section2 .fix .wrap .content .x .item .text .p2 {
                  margin: 25px auto 0;
                  width: 90%;
                  font-size: 13px;
                  line-height: 25px; } }

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