.tech1 {
  padding: 80px 0; }
  .tech1 .wrap .title {
    text-align: center; }
    .tech1 .wrap .title .p1 {
      font-size: 36px;
      color: #1f2937;
      font-weight: 500;
      line-height: 1.2;
      font-family: 'Montserrat', sans-serif; }
    .tech1 .wrap .title .p2 {
      width: 624px;
      font-size: 16px;
      color: #334155;
      line-height: 1.4;
      margin: 24px auto 0; }
  .tech1 .wrap .content {
    width: 832px;
    height: 468px;
    border-radius: 8px;
    background: #282828;
    overflow: hidden;
    margin: 50px auto 0; }
    .tech1 .wrap .content video {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.index3 {
  padding: 80px 0 40px; }
  .index3 .wrap {
    padding: 40px 16px;
    display: flex;
    justify-content: space-between; }
    .index3 .wrap .l {
      width: 592px;
      display: flex;
      flex-direction: column;
      gap: var(--rem1-5); }
      .index3 .wrap .l .color {
        font-size: 14px;
        color: var(--color);
        font-weight: bold; }
      .index3 .wrap .l .title {
        font-size: 48px;
        line-height: 1;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        color: #0f172a; }
      .index3 .wrap .l .text {
        font-size: 16px;
        color: #475569;
        line-height: 24px; }
    .index3 .wrap .r {
      width: 590px; }
      .index3 .wrap .r .item {
        width: 100%;
        padding: var(--rem1-5);
        border-radius: 4px;
        border: 1px solid #E5E5E5;
        display: flex;
        flex-direction: column;
        gap: var(--rem1-5);
        transition: .3s; }
        .index3 .wrap .r .item:hover {
          box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
          transform: translateY(-4px); }
        .index3 .wrap .r .item:not(:last-child) {
          margin: 0 0 var(--rem2); }
        .index3 .wrap .r .item .p1 {
          font-size: 20px;
          color: #0f172a;
          font-weight: bold;
          line-height: 28px; }
        .index3 .wrap .r .item .p2 {
          font-size: 16px;
          color: #475569;
          line-height: 24px; }
      .index3 .wrap .r .more {
        display: flex;
        gap: 6px;
        align-items: center;
        width: fit-content; }
        .index3 .wrap .r .more:hover p {
          color: var(--color2); }
        .index3 .wrap .r .more:hover span {
          transform: translateX(4px); }
        .index3 .wrap .r .more p {
          font-size: 16px;
          font-weight: bold;
          color: var(--color);
          transition: .3s ease; }
        .index3 .wrap .r .more span {
          font-size: 16px;
          color: var(--color);
          transition: .3s ease; }

.tech2 {
  background: #E8F7FF;
  padding: 80px 0; }
  .tech2 .wrap {
    width: 768px;
    margin: auto; }
    .tech2 .wrap .title {
      text-align: center; }
      .tech2 .wrap .title .p1 {
        font-size: 36px;
        color: #1f2937;
        font-weight: 500;
        line-height: 1.2;
        font-family: 'Montserrat', sans-serif; }
      .tech2 .wrap .title .p2 {
        width: 512px;
        font-size: 16px;
        color: #334155;
        line-height: 1.4;
        margin: 24px auto 0; }
    .tech2 .wrap .content {
      margin: 60px auto 0;
      width: 448px; }
      .tech2 .wrap .content .item {
        display: flex;
        gap: 24px;
        position: relative;
        z-index: 2; }
        .tech2 .wrap .content .item:not(:last-child) {
          margin: 0 0 48px; }
          .tech2 .wrap .content .item:not(:last-child):after {
            content: '';
            position: absolute;
            top: 56px;
            left: 32px;
            margin-top: 2px;
            height: 116px;
            border-left: 3px dashed rgba(0, 0, 0, 0.07);
            z-index: -1; }
        .tech2 .wrap .content .item .circle {
          width: 64px;
          height: 64px;
          border-radius: 50%;
          background: #fff;
          display: flex;
          align-items: center;
          justify-content: center;
          border: 1px solid #E5E5E5; }
          .tech2 .wrap .content .item .circle svg {
            width: 22px;
            height: fit-content; }
            .tech2 .wrap .content .item .circle svg path {
              fill: #007aff; }
        .tech2 .wrap .content .item .text {
          width: 360px; }
          .tech2 .wrap .content .item .text .p1 {
            font-size: 18px;
            color: #1f2937;
            font-weight: bold;
            margin: 0 0 16px; }
          .tech2 .wrap .content .item .text .p2 {
            font-size: 16px;
            color: #334155;
            line-height: 1.4;
            margin: 24px auto 0; }

.tech3 {
  padding: 64px 0; }
  .tech3 .wrap {
    width: 768px;
    margin: auto; }
    .tech3 .wrap .color {
      font-size: 16px;
      color: var(--color);
      font-weight: bold;
      margin: 0 0 15px; }
    .tech3 .wrap .title {
      font-size: 36px;
      line-height: 1;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      color: #0f172a; }
    .tech3 .wrap .text {
      margin: 25px 0 35px 0; }
      .tech3 .wrap .text p {
        font-size: 20px;
        color: #475569;
        line-height: 32px; }
        .tech3 .wrap .text p:not(:last-child) {
          margin: 0 0 24px; }
    .tech3 .wrap .flex .list {
      display: flex;
      gap: 12px; }
      .tech3 .wrap .flex .list:not(:last-child) {
        margin: 0 0 32px; }
      .tech3 .wrap .flex .list svg {
        width: 18px;
        height: 18px;
        margin: 5px 0 0 0; }
        .tech3 .wrap .flex .list svg path {
          fill: #007BFF; }
      .tech3 .wrap .flex .list .pick .p1 {
        font-size: 16px;
        color: #1f2937;
        font-weight: bold;
        line-height: 28px; }
      .tech3 .wrap .flex .list .pick .p2 {
        font-size: 16px;
        color: #475569;
        line-height: 28px; }
    .tech3 .wrap .pick2 p {
      margin: 32px 0 0 0;
      font-size: 16px;
      color: #475569; }
    .tech3 .wrap .message {
      margin: 40px 0 0 0;
      padding: 0 0 0 36px;
      border-left: 1px solid rgba(0, 0, 0, 0.1); }
      .tech3 .wrap .message .headline {
        font-size: 16px;
        color: #111111;
        font-weight: bold; }
      .tech3 .wrap .message .dis {
        margin: 24px 0 0 0;
        display: flex;
        gap: 16px; }
        .tech3 .wrap .message .dis .pic {
          width: 24px;
          height: 24px;
          border-radius: 50%;
          overflow: hidden; }
          .tech3 .wrap .message .dis .pic img {
            width: 100%;
            height: 100%; }
        .tech3 .wrap .message .dis .you .p1 {
          font-size: 14px;
          color: #0f172a;
          line-height: 24px;
          font-weight: bold; }
        .tech3 .wrap .message .dis .you .p2 {
          color: #374151;
          font-size: 14px;
          line-height: 24px; }
    .tech3 .wrap .last_jump .img {
      width: 524px;
      height: 349px;
      border-radius: 12px;
      overflow: hidden;
      margin: 64px 0 0 0; }
      .tech3 .wrap .last_jump .img img {
        width: 100%;
        height: 100%; }
    .tech3 .wrap .last_jump .dis {
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 22px 0 0 0; }
      .tech3 .wrap .last_jump .dis svg {
        width: 18px;
        height: 18px; }
        .tech3 .wrap .last_jump .dis svg path {
          fill: #D1D5DB; }
      .tech3 .wrap .last_jump .dis p {
        font-size: 14px;
        color: #64748B; }

.tech4 {
  background: #E8F7FF;
  padding: 80px 24px; }
  .tech4 .wrap .swiper {
    width: 768px;
    margin: auto; }
    .tech4 .wrap .swiper .swiper-slide {
      opacity: 0 !important;
      transition: .4s; }
      .tech4 .wrap .swiper .swiper-slide.swiper-slide-active {
        opacity: 1 !important;
        transition-delay: .1s; }
      .tech4 .wrap .swiper .swiper-slide .pic {
        width: 65px;
        height: 64px;
        border-radius: 50%;
        margin: 0 auto 62px;
        overflow: hidden; }
        .tech4 .wrap .swiper .swiper-slide .pic img {
          width: 100%;
          height: 100%; }
      .tech4 .wrap .swiper .swiper-slide .text {
        font-size: 24px;
        font-weight: bold;
        color: #000;
        text-align: center;
        line-height: 1.6; }
  .tech4 .wrap .cut {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 35px 0 0 0; }
    .tech4 .wrap .cut .list {
      width: fit-content;
      padding: 0 15px;
      height: 40px;
      background: #fff;
      border-radius: 999px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      color: #0f172a;
      box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
      transition: .6s ease;
      cursor: pointer; }
      .tech4 .wrap .cut .list:hover {
        background: #BAE4FF; }
      .tech4 .wrap .cut .list.on {
        background: #007BFF;
        color: #fff; }

.tech5 {
  padding: 48px 0; }
  .tech5 .wrap {
    width: 1216px;
    margin: auto; }
    .tech5 .wrap .matter {
      display: flex;
      justify-content: space-between;
      padding: 0 0 64px; }
      .tech5 .wrap .matter:not(:last-child) {
        border-bottom: 1px solid #8BCFFF;
        margin: 0 0 80px; }
      .tech5 .wrap .matter .l {
        width: 592px; }
        .tech5 .wrap .matter .l .p1 {
          font-size: 30px;
          line-height: 1;
          font-family: 'Montserrat', sans-serif;
          font-weight: 600;
          color: #0f172a;
          margin: 0 0 30px; }
        .tech5 .wrap .matter .l .p2 {
          font-size: 14px;
          color: #475569;
          line-height: 24px; }
      .tech5 .wrap .matter .r {
        width: 592px;
        padding: 0 80px; }
        .tech5 .wrap .matter .r .list:not(:last-child) {
          margin: 0 0 48px; }
        .tech5 .wrap .matter .r .list .p1 {
          font-family: 'Montserrat', sans-serif;
          font-weight: 600;
          color: #0f172a;
          margin: 0 0 20px;
          font-size: 20px; }
        .tech5 .wrap .matter .r .list .other .other_list {
          display: flex;
          align-items: center;
          gap: 7px; }
          .tech5 .wrap .matter .r .list .other .other_list:not(:last-child) {
            margin: 0 0 15px; }
          .tech5 .wrap .matter .r .list .other .other_list .icon {
            width: 15px;
            height: 15px;
            display: flex;
            align-items: center;
            justify-content: center; }
            .tech5 .wrap .matter .r .list .other .other_list .icon svg {
              max-width: 100%;
              max-height: 100%; }
              .tech5 .wrap .matter .r .list .other .other_list .icon svg path {
                color: #6B7280; }
          .tech5 .wrap .matter .r .list .other .other_list p {
            font-size: 14px;
            color: #475569; }

@media screen and (max-width: 1919px) {
  .tech1 {
    padding: 4.1666666667vw 0px; }

  .tech1 .wrap .title .p1 {
    font-size: 1.875vw; }

  .tech1 .wrap .title .p2 {
    width: 32.5vw;
    font-size: 0.8333333333vw;
    margin: 1.25vw auto 0px; }

  .tech1 .wrap .content {
    width: 43.3333333333vw;
    height: 24.375vw;
    border-radius: 0.4166666667vw;
    margin: 2.6041666667vw auto 0px; }

  .index3 {
    padding: 4.1666666667vw 0px 2.0833333333vw; }

  .index3 .wrap {
    padding: 2.0833333333vw 0.8333333333vw; }

  .index3 .wrap .l {
    width: 30.8333333333vw; }

  .index3 .wrap .l .color {
    font-size: 0.7291666667vw; }

  .index3 .wrap .l .title {
    font-size: 2.5vw; }

  .index3 .wrap .l .text {
    font-size: 0.8333333333vw;
    line-height: 1.25vw; }

  .index3 .wrap .r {
    width: 30.7291666667vw; }

  .index3 .wrap .r .item {
    border-radius: 0.2083333333vw; }

  .index3 .wrap .r .item:hover {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px, rgba(0, 0, 0, 0) 0px 0px, rgba(0, 0, 0, 0.05) 0px 1.0416666667vw 1.3020833333vw -0.2604166667vw, rgba(0, 0, 0, 0.05) 0px 0.4166666667vw 0.5208333333vw -0.3125vw;
    transform: translateY(-0.2083333333vw); }

  .index3 .wrap .r .item .p1 {
    font-size: 1.0416666667vw;
    line-height: 1.4583333333vw; }

  .index3 .wrap .r .item .p2 {
    font-size: 0.8333333333vw;
    line-height: 1.25vw; }

  .index3 .wrap .r .more {
    gap: 0.3125vw; }

  .index3 .wrap .r .more:hover span {
    transform: translateX(0.2083333333vw); }

  .index3 .wrap .r .more p {
    font-size: 0.8333333333vw; }

  .index3 .wrap .r .more span {
    font-size: 0.8333333333vw; }

  .tech2 {
    padding: 4.1666666667vw 0px; }

  .tech2 .wrap {
    width: 40vw; }

  .tech2 .wrap .title .p1 {
    font-size: 1.875vw; }

  .tech2 .wrap .title .p2 {
    width: 26.6666666667vw;
    font-size: 0.8333333333vw;
    margin: 1.25vw auto 0px; }

  .tech2 .wrap .content {
    margin: 3.125vw auto 0px;
    width: 23.3333333333vw; }

  .tech2 .wrap .content .item {
    gap: 1.25vw; }

  .tech2 .wrap .content .item:not(:last-child) {
    margin: 0px 0px 2.5vw; }

  .tech2 .wrap .content .item:not(:last-child)::after {
    top: 2.9166666667vw;
    left: 1.6666666667vw;
    margin-top: 0.1041666667vw;
    height: 6.0416666667vw;
    border-left: 0.15625vw dashed rgba(0, 0, 0, 0.07); }

  .tech2 .wrap .content .item .circle {
    width: 3.3333333333vw;
    height: 3.3333333333vw; }

  .tech2 .wrap .content .item .circle svg {
    width: 1.1458333333vw; }

  .tech2 .wrap .content .item .text {
    width: 18.75vw; }

  .tech2 .wrap .content .item .text .p1 {
    font-size: 0.9375vw;
    margin: 0px 0px 0.8333333333vw; }

  .tech2 .wrap .content .item .text .p2 {
    font-size: 0.8333333333vw;
    margin: 1.25vw auto 0px; }

  .tech3 {
    padding: 3.3333333333vw 0px; }

  .tech3 .wrap {
    width: 40vw; }

  .tech3 .wrap .color {
    font-size: 0.8333333333vw;
    margin: 0px 0px 0.78125vw; }

  .tech3 .wrap .title {
    font-size: 1.875vw; }

  .tech3 .wrap .text {
    margin: 1.3020833333vw 0px 1.8229166667vw; }

  .tech3 .wrap .text p {
    font-size: 1.0416666667vw;
    line-height: 1.6666666667vw; }

  .tech3 .wrap .text p:not(:last-child) {
    margin: 0px 0px 1.25vw; }

  .tech3 .wrap .flex .list {
    gap: 0.625vw; }

  .tech3 .wrap .flex .list:not(:last-child) {
    margin: 0px 0px 1.6666666667vw; }

  .tech3 .wrap .flex .list svg {
    width: 0.9375vw;
    height: 0.9375vw;
    margin: 0.2604166667vw 0px 0px; }

  .tech3 .wrap .flex .list .pick .p1 {
    font-size: 0.8333333333vw;
    line-height: 1.4583333333vw; }

  .tech3 .wrap .flex .list .pick .p2 {
    font-size: 0.8333333333vw;
    line-height: 1.4583333333vw; }

  .tech3 .wrap .pick2 p {
    margin: 1.6666666667vw 0px 0px;
    font-size: 0.8333333333vw; }

  .tech3 .wrap .message {
    margin: 2.0833333333vw 0px 0px;
    padding: 0px 0px 0px 1.875vw; }

  .tech3 .wrap .message .headline {
    font-size: 0.8333333333vw; }

  .tech3 .wrap .message .dis {
    margin: 1.25vw 0px 0px;
    gap: 0.8333333333vw; }

  .tech3 .wrap .message .dis .pic {
    width: 1.25vw;
    height: 1.25vw; }

  .tech3 .wrap .message .dis .you .p1 {
    font-size: 0.7291666667vw;
    line-height: 1.25vw; }

  .tech3 .wrap .message .dis .you .p2 {
    font-size: 0.7291666667vw;
    line-height: 1.25vw; }

  .tech3 .wrap .last_jump .img {
    width: 27.2916666667vw;
    height: 18.1770833333vw;
    border-radius: 0.625vw;
    margin: 3.3333333333vw 0px 0px; }

  .tech3 .wrap .last_jump .dis {
    gap: 0.5208333333vw;
    margin: 1.1458333333vw 0px 0px; }

  .tech3 .wrap .last_jump .dis svg {
    width: 0.9375vw;
    height: 0.9375vw; }

  .tech3 .wrap .last_jump .dis p {
    font-size: 0.7291666667vw; }

  .tech4 {
    padding: 4.1666666667vw 1.25vw; }

  .tech4 .wrap .swiper {
    width: 40vw; }

  .tech4 .wrap .swiper .swiper-slide .pic {
    width: 3.3854166667vw;
    height: 3.3333333333vw;
    margin: 0px auto 3.2291666667vw; }

  .tech4 .wrap .swiper .swiper-slide .text {
    font-size: 1.25vw; }

  .tech4 .wrap .cut {
    gap: 0.5208333333vw;
    margin: 1.8229166667vw 0px 0px; }

  .tech4 .wrap .cut .list {
    padding: 0px 0.78125vw;
    height: 2.0833333333vw;
    border-radius: 52.03125vw;
    font-size: 0.625vw;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px, rgba(0, 0, 0, 0) 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 0.1041666667vw 0px; }

  .tech5 {
    padding: 2.5vw 0px; }

  .tech5 .wrap {
    width: 63.3333333333vw; }

  .tech5 .wrap .matter {
    padding: 0px 0px 3.3333333333vw; }

  .tech5 .wrap .matter:not(:last-child) {
    margin: 0px 0px 4.1666666667vw; }

  .tech5 .wrap .matter .l {
    width: 30.8333333333vw; }

  .tech5 .wrap .matter .l .p1 {
    font-size: 1.5625vw;
    margin: 0px 0px 1.5625vw; }

  .tech5 .wrap .matter .l .p2 {
    font-size: 0.7291666667vw;
    line-height: 1.25vw; }

  .tech5 .wrap .matter .r {
    width: 30.8333333333vw;
    padding: 0px 4.1666666667vw; }

  .tech5 .wrap .matter .r .list:not(:last-child) {
    margin: 0px 0px 2.5vw; }

  .tech5 .wrap .matter .r .list .p1 {
    margin: 0px 0px 1.0416666667vw;
    font-size: 1.0416666667vw; }

  .tech5 .wrap .matter .r .list .other .other_list {
    gap: 0.3645833333vw; }

  .tech5 .wrap .matter .r .list .other .other_list:not(:last-child) {
    margin: 0px 0px 0.78125vw; }

  .tech5 .wrap .matter .r .list .other .other_list .icon {
    width: 0.78125vw;
    height: 0.78125vw; }

  .tech5 .wrap .matter .r .list .other .other_list p {
    font-size: 0.7291666667vw; } }
@media (max-width: 1024px) {
  .tech1 {
    padding: 100px 5% 40px 5%; }
    .tech1 .wrap .title .p1 {
      font-size: 24px; }
    .tech1 .wrap .title .p2 {
      width: 90%;
      font-size: 14px;
      margin: 25px auto; }
    .tech1 .wrap .content {
      width: 100%;
      height: auto;
      aspect-ratio: 16/9; }

  .index3 {
    padding: 40px 5% 20px 5%; }
    .index3 .wrap {
      flex-direction: column; }
      .index3 .wrap .l {
        width: 100%; }
        .index3 .wrap .l .color {
          font-size: 14px; }
        .index3 .wrap .l .title {
          font-size: 36px; }
      .index3 .wrap .r {
        width: 100%;
        margin-top: 24px; }
        .index3 .wrap .r .item {
          height: auto;
          border-radius: 7px; }
          .index3 .wrap .r .item .p1 {
            font-size: 20px;
            line-height: 1.6; }
          .index3 .wrap .r .item .p2 {
            font-size: 16px;
            line-height: 1.6; }
        .index3 .wrap .r .more {
          gap: 8px; }
          .index3 .wrap .r .more p {
            font-size: 16px; }
          .index3 .wrap .r .more span {
            font-size: 16px;
            height: fit-content; }

  .tech2 {
    padding: 40px 0; }
    .tech2 .wrap {
      width: 90%; }
      .tech2 .wrap .title .p1 {
        font-size: 24px; }
      .tech2 .wrap .title .p2 {
        width: 90%;
        font-size: 14px;
        margin: 20px auto 0; }
      .tech2 .wrap .content {
        width: 100%;
        margin: 25px 0 0 0; }
        .tech2 .wrap .content .item {
          flex-direction: column;
          align-items: center; }
          .tech2 .wrap .content .item:not(:last-child) {
            margin: 0 0 30px; }
          .tech2 .wrap .content .item .circle {
            width: 40px;
            height: 40px;
            margin: 0 auto 15px; }
            .tech2 .wrap .content .item .circle svg {
              width: 16px; }
          .tech2 .wrap .content .item .text {
            width: 100%;
            text-align: center; }
            .tech2 .wrap .content .item .text .p1 {
              margin: 0 0 15px;
              font-size: 18px; }
            .tech2 .wrap .content .item .text .p2 {
              font-size: 13px;
              line-height: 22px; }
          .tech2 .wrap .content .item:not(:last-child):after {
            left: 50%;
            transform: translateX(-50%); }

  .tech3 {
    padding: 32px 0; }
    .tech3 .wrap {
      width: 90%; }
      .tech3 .wrap .color {
        font-size: 14px;
        margin: 0 0 14px; }
      .tech3 .wrap .title {
        font-size: 24px; }
      .tech3 .wrap .text {
        margin: 30px 0; }
        .tech3 .wrap .text p {
          font-size: 14px;
          line-height: 1.5; }
          .tech3 .wrap .text p:not(:last-child) {
            margin: 0 0 20px; }
      .tech3 .wrap .flex .list {
        flex-direction: column; }
        .tech3 .wrap .flex .list:not(:last-child) {
          margin: 0 0 30px; }
        .tech3 .wrap .flex .list svg {
          width: 25px;
          height: 25px;
          margin: 0 0 15px; }
        .tech3 .wrap .flex .list .pick .p1 {
          font-size: 16px;
          margin: 0 0 7px;
          line-height: 1.4; }
        .tech3 .wrap .flex .list .pick .p2 {
          font-size: 14px;
          line-height: 1.6; }
      .tech3 .wrap .pick2 p {
        font-size: 13px;
        line-height: 1.6;
        margin: 15px 0 0 0; }
      .tech3 .wrap .message {
        margin: 30px 0;
        padding: 0 0 0 30px; }
        .tech3 .wrap .message .headline {
          font-size: 16px;
          line-height: 1.5; }
        .tech3 .wrap .message .dis {
          margin: 22px 0 0 0;
          gap: 22px; }
          .tech3 .wrap .message .dis .pic {
            width: 35px;
            height: 35px; }
          .tech3 .wrap .message .dis .you .p1 {
            font-size: 16px;
            margin: 0 0 7px;
            line-height: 1.4; }
          .tech3 .wrap .message .dis .you .p2 {
            font-size: 14px;
            line-height: 1.6; }
      .tech3 .wrap .last_jump .img {
        width: 100%;
        height: 200px;
        border-radius: 15px; }
      .tech3 .wrap .last_jump .dis {
        margin: 20px 0 0;
        gap: 10px;
        align-items: unset; }
        .tech3 .wrap .last_jump .dis svg {
          width: 20px;
          height: 20px; }
        .tech3 .wrap .last_jump .dis p {
          font-size: 14px;
          flex: 1; }

  .tech4 {
    padding: 40px 5%; }
    .tech4 .wrap .swiper {
      width: 100%; }
      .tech4 .wrap .swiper .swiper-slide .pic {
        width: 50px;
        height: 50px; }
      .tech4 .wrap .swiper .swiper-slide .text {
        font-size: 14px;
        line-height: 1.5; }
    .tech4 .wrap .cut {
      margin: 30px 0 0 0;
      flex-wrap: wrap;
      gap: 10px; }
      .tech4 .wrap .cut .list {
        height: 40px;
        padding: 0 20px;
        font-size: 13px; }

  .tech5 {
    padding: 40px 0; }
    .tech5 .wrap {
      width: 90%; }
      .tech5 .wrap .matter {
        flex-direction: column;
        padding: 0 0 30px; }
        .tech5 .wrap .matter:not(:last-child) {
          margin: 0 0 30px; }
        .tech5 .wrap .matter .l, .tech5 .wrap .matter .r {
          width: 100%;
          padding: 0; }
        .tech5 .wrap .matter .l .p1 {
          font-size: 24px;
          margin: 0 0 10px; }
        .tech5 .wrap .matter .l .p2 {
          font-size: 14px;
          line-height: 1.7; }
        .tech5 .wrap .matter .r {
          margin: 25px 0 0 0; }
          .tech5 .wrap .matter .r .list:not(:last-child) {
            margin: 0 0 30px; }
          .tech5 .wrap .matter .r .list .p1 {
            font-size: 16px;
            margin: 0 0 15px; }
          .tech5 .wrap .matter .r .list .other .other_list {
            gap: 10px; }
            .tech5 .wrap .matter .r .list .other .other_list:not(:last-child) {
              margin: 0 0 15px; }
            .tech5 .wrap .matter .r .list .other .other_list .icon {
              width: 15px;
              height: 15px; }
            .tech5 .wrap .matter .r .list .other .other_list p {
              font-size: 14px; } }

/*# sourceMappingURL=tech.css.map */
