/* 自定义整个滚动条 */
::-webkit-scrollbar {
  width: 3px;
  /* 设置滚动条的宽度 */
  background-color: #f9f9f9;
  /* 滚动条的背景色 */
}

/* 自定义滚动条轨道 */
::-webkit-scrollbar-track {
  background: #f9f9f9;
  /* 轨道的背景色 */
  /* 轨道的圆角 */
}

/* 自定义滚动条的滑块（thumb） */
::-webkit-scrollbar-thumb {
  background-color: #247ce4;
  /* 滑块的背景色 */
  /
}






* {
  margin: 0;
  padding: 0;
}

.title {
  .p1 {
    font-family: Lalezar_Regular;
    font-weight: 400;
    font-size: calc(2px + 1.5rem);
    color: #333333;
    letter-spacing: 1px;
    text-align: center;
    font-style: normal;
  }

  .p2 {
    width: calc(52px + 50rem);
    font-family: Inter_Medium;
    font-weight: 500;
    font-size: calc(6px + 0.5rem);
    color: #999999;
    text-align: center;
    font-style: normal;
    margin: auto;
    line-height: calc(4px + 1rem);

  }
}

.banner_swiper {
  width: 100%;
  height: calc(40px + 40rem);

  .mySwiper {
    width: 100%;
    height: 100%;

    .swiper-slide {
      width: 100%;
      height: 100%;
      position: relative;

      .ban_pic {
        width: 100%;
        height: 100%;

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

      .banner_text {
        max-width: 1500px;
        width: 85%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;

        .p1 {
          font-family: Lalezar_Regular;
          font-weight: 400;
          font-size: calc(20px + 2rem);
          color: #FFFFFF;
          letter-spacing: 3px;
          line-height: 1.3;
          text-transform: uppercase;
        }

        .p2 {
          width: calc(115px + 30rem);
          margin-top: calc(5px + 0.5rem);

          p {
            font-family: Inter_Regular;
            font-weight: 400;
            font-size: calc(10px + 0.5rem);
            color: #FFFFFF;
            line-height: calc(10px + 1rem);
            letter-spacing: 1px;
            text-shadow: calc(0px + 0.1rem) calc(2px + 0.1rem) calc(0px + 0.1rem) rgba(0, 0, 0, 0.25);
          }
        }

        .banner_btn {
          margin-top: calc(2px + 4rem);
          display: flex;
          justify-content: flex-start;
          gap: calc(9px + 1rem);

          .banner_btn_item {
            width: calc(80px + 5rem);
            height: calc(6px + 2rem);
            background: #104D8C;
            border-radius: 0px 0px 0px 0px;

            font-family: Inter_Regular;
            font-weight: 400;
            font-size: calc(6px + 0.5rem);
            color: #FFFFFF;

            a {
              width: 100%;
              height: 100%;
              display: flex;
              justify-content: center;
              align-items: center;
            }
          }

          .banner_btn_item:nth-of-type(2) {
            background-color: transparent;
            border: 1px solid #FFFFFF;
          }
        }
      }
    }
  }
}

.product_box {
  width: 100%;
  padding: calc(17px + 4rem) 0;

  .product {
    max-width: 1500px;
    width: 85%;
    margin: auto;



    .product_nav {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: calc(8px + 3rem);
      border-bottom: 2px #F2F3F5 solid;

      .product_nav_item {
        width: 20%;
        padding: 0 calc(15px + 1rem);
        text-align: center;
        font-family: Inter_Medium;
        font-weight: 500;
        font-size: calc(6px + 0.5rem);
        color: #666666;
        line-height: calc(10px + 1rem);
        font-style: normal;
        text-transform: none;
        padding-bottom: calc(8px + 1rem);
        cursor: pointer;


      }

      .product_nav_item_act {
        border-bottom: 2px #104D8C solid;
        color: #104D8C;
      }
    }
  }
}

.about_box {
  width: 100%;
  padding-top: calc(65px + 5rem);
  padding-bottom: calc(35px + 5rem);
  background-color: rgb(240, 240, 240);

  .about {
    max-width: 1500px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;

    .about_video {
      width: 53.3333%;
      height: calc(200px + 20rem);
      position: relative;

      .about_pic {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .play {
        width: calc(2px + 4rem);
        height: calc(2px + 4rem);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        cursor: pointer;
      }
    }

    .about_right {
      width: 43.2666%;

      .p1 {
        font-family: Inter_Medium;
        font-weight: 500;
        font-size: calc(6px + 1.5rem);
        color: #00A1E5;
        line-height: calc(10px + 0.5rem);
        letter-spacing: 1px;
        text-align: left;
        font-style: normal;
        text-transform: none;
      }

      .p2 {
        font-family: Inter_Semi_Bold;
        font-weight: normal;
        font-size: calc(6px + 1.5rem);
        color: #333333;
        line-height: calc(30px + 0.5rem);
        letter-spacing: 2px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        margin-top: calc(9px + 1rem);
      }

      .p3 {
        margin-top: calc(7px + 1rem);


        font-family: Inter_Regular;
        font-weight: 400;
        font-size: calc(6px + 0.5rem);
        color: #666666;
        line-height: calc(8px + 1rem);
        text-align: justified;
        font-style: normal;
        text-transform: none;


      }

      .about_icon {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: calc(4px + 1rem);
        margin-top: calc(11px + 2rem);

        .about_icon_item {
          width: 50%;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          gap: calc(6px + 0.5rem);

          img {
            width: calc(6px + 1.5rem);
          }

          p {
            font-family: Inter_Regular;
            font-weight: 400;
            font-size: calc(6px + 0.5rem);
            color: #333333;
            line-height: calc(8px + 1rem);
            text-align: justified;
            font-style: normal;
            text-transform: none;
          }
        }
      }

      .banner_btn_item {
        width: calc(80px + 5rem);
        height: calc(6px + 2rem);
        background: #104D8C;
        border-radius: 0px 0px 0px 0px;

        font-family: Inter_Regular;
        font-weight: 400;
        font-size: calc(6px + 0.5rem);
        color: #FFFFFF;
        margin-top: calc(11px + 2rem);

        a {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
        }
      }
    }
  }
}

.contact_box {
  width: 100%;
  position: relative;

  .contact_left {
    width: 53.6458%;
    position: relative;

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

    .contact_left_text {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: calc(10px + 0.5rem);

      .p1 {
        width: 49.7087%;
        font-family: Inter_Bold;
        font-weight: bold;
        font-size: calc(10px + 0.5rem);
        color: #FFFFFF;
        line-height: calc(8px + 1rem);
        letter-spacing: 1px;
        font-style: normal;
        text-transform: none;
      }

      .p2 {
        width: calc(120px + 20rem);
        height: calc(8px + 1.5rem);
        display: flex;
        justify-content: space-between;
        align-items: center;

        p:nth-of-type(1) {
          width: 34.6153%;
          height: 100%;
          background: #FFFFFF;
          border-radius: 0px 0px 0px 0px;
          font-family: Inter_Medium;
          font-weight: 500;
          font-size: calc(4px + 0.5rem);
          color: rgba(51, 51, 51, 0.8);
          text-align: center;
          font-style: normal;
          text-transform: none;
          display: flex;
          justify-content: center;
          align-items: center;
        }

        p:nth-of-type(2) {
          flex: 1;
          height: 100%;
          background: #00A1E5;
          border-radius: 0px 0px 0px 0px;
          font-family: Inter_Medium;
          font-weight: 500;
          font-size: calc(4px + 0.5rem);
          color: rgba(255, 255, 255, 0.8);
          text-align: center;
          font-style: normal;
          text-transform: none;
          display: flex;
          justify-content: center;
          align-items: center;
        }
      }
    }
  }

  .contact_right {
    width: 52.8645%;
    position: absolute;
    right: 0;
    bottom: 0;


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

    .contact_right_text {
      width: 52%;
      height: fit-content;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: 50%;
      transform: translate(-50%);
      display: flex;
      justify-content: space-between;
      align-items: center;

      .contact_right_text_left {
        .p1 {
          font-family: Inter_Semi_Bold;
          font-weight: normal;
          font-size: calc(10px + 0.5rem);
          color: #FFFFFF;
          letter-spacing: 1px;
          text-align: left;
          font-style: normal;
          text-transform: none;
        }

        .contact_right_text_left_list {
          margin-top: calc(9px + 1rem);
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          gap: calc(3px + 1.5rem);

          .contact_right_text_left_item {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: calc(6px + 0.5rem);

            img {
              width: calc(4px + 1rem);
            }

            p {
              font-family: Inter_Regular;
              font-weight: 400;
              font-size: calc(6px + 0.5rem);
              color: #FFFFFF;
              text-align: left;
              font-style: normal;
              text-transform: none;
            }
          }
        }
      }

      .contact_right_text_btn {
        width: calc(80px + 5rem);
        height: calc(6px + 2rem);
        background: transparent;
        border-radius: 0px 0px 0px 0px;
        border: 1px solid #FFFFFF;

        a {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          font-family: Inter_Regular;
          font-weight: 400;
          font-size: calc(6px + 0.5rem);
          color: #FFFFFF;

          font-style: normal;
          text-transform: none;
        }
      }
    }
  }
}

.why_box {
  width: 100%;
  padding-top: calc(3px + 4rem);
  padding-bottom: calc(7px + 5rem);

  .why {
    max-width: 1500px;
    width: 85%;
    margin: auto;

    .why_main_box {
      margin-top: calc(8px + 4rem);

      .why_main {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: calc(26px + 5rem);

        .why_text {
            width: 39.4667%;
          .p1 {
            font-family: Inter_Medium;
            font-weight: 500;
            font-size: calc(8px + 0.5rem);
            color: #333333;
            line-height: calc(10px + 0.5rem);
            text-align: left;
            font-style: normal;
            text-transform: none;
          }

          .p2 {
            width: 100% !important;
            font-family: Inter_Bold;
            font-weight: bold;
            font-size: calc(10px + 0.5rem);
            color: #104D8C;
            line-height: calc(10px + 1rem);
            text-align: left;
            font-style: normal;
            text-transform: none;
            margin-top: calc(2px + 1rem);
          }

          .p3 {
            width: 100% !important;
            font-family: Inter_Regular;
            font-weight: 400;
            font-size: calc(6px + 0.5rem);
            color: #666666;
            line-height: calc(8px + 1rem);
            text-align: left;
            font-style: normal;
            text-transform: none;
            margin-top: calc(3px + 0.5rem);
          }

          .why_list {
            margin-top: calc(10px + 1rem);
            padding-left: calc(6px + 1.5rem);
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            gap: calc(5px + 1rem);

            .why_list_item {
              display: flex;
              justify-content: flex-start;
              align-items: center;
              gap: calc(1px + 1rem);

              img {
                width: calc(8px + 0.5rem);
              }

              p {
                font-family: Inter_Medium;
                font-weight: 500;
                font-size: calc(6px + 0.5rem);
                color: #333333;
                line-height: calc(10px + 0.5rem);
                text-align: left;
                font-style: normal;
                text-transform: none;
              }
            }
          }
        }

        .why_pic {
          width: 48.9333%;
          height: calc(80px + 20rem);

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

.industry_box {
  padding-bottom: calc(10px + 3rem);
  width: 100%;

  .industry_swiper {
    margin-top: calc(13px + 2rem);
    width: 100%;

    .mySwiper1 {
      width: 100%;

      .swiper-slide {
        position: relative;
        width: 34.6666%;

        .industry_pic {
          width: 100%;
          height: calc(100px + 10rem);

        }

        .industry_mask {
          width: 100%;
          height: 100%;
          background-color: transparent;
          position: absolute;
          top: 0;
          cursor: pointer;

          .industry_title {
            position: absolute;
            bottom: calc(3px + 1rem);
            left: calc(10px + 0.5rem);
            transition: .5s;

            p {
              font-family: Inter_Regular;
              font-weight: 400;
              font-size: calc(6px + 0.5rem);
              color: #FFFFFF;
              line-height: calc(10px + 0.5rem);
              text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
              text-align: left;
              font-style: normal;
              text-transform: none;
            }

            div {
              width: calc(8px + 2rem);
              height: 2px;
              background: #00A1E5;
              border-radius: 0px 0px 0px 0px;
              margin-top: calc(6px + 0.5rem);
              display: none;
            }
          }

        }

        .industry_mask:hover {
          background-color: rgba(0, 0, 0, 0.6);

          .industry_title {
            bottom: calc(97px + 5rem);

            div {
              display: block;
            }
          }
        }
      }
    }
  }
}

.news_box {
  width: 100%;
  padding-bottom: calc(68px + 5rem);
  padding-top: calc(60px + 5rem);

  .news {
    max-width: 1500px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;

    .news_swiper {
      width: 80.6666%;


      .mySwiper2 {
        width: 100%;
        height: 100%;
        overflow: hidden;

        .swiper-slide {
          width: 100%;

          .news_main {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;

            .news_main_left {
              width: 36.3637%;

              .p1 {
                font-family: Inter_Bold;
                font-weight: bold;
                font-size: calc(20px + 2rem);
                color: #333333;
                /* line-height: calc(10px + 0.5rem); */
                letter-spacing: calc(1px + 0.25rem);
                text-align: left;
                font-style: normal;
                text-transform: none;
              }

              .p2 {
                display: flex;
                justify-content: flex-start;
                align-items: center;
                gap: calc(10px + 1rem);
                margin-top: calc(5px + 1rem);

                div {
                  width: calc(20px + 5rem);
                  height: 1px;
                  background: #333333;
                  border-radius: 0px 0px 0px 0px;
                }
              }

              .p3 {
                font-family: Inter_Medium;
                font-weight: 500;
                font-size: calc(10px + 0.5rem);
                color: #333333;
                line-height: calc(6px + 1.5rem);
                text-align: left;
                font-style: normal;
                text-transform: none;
                margin-top: calc(12px + 3rem);
              }

              .p4 {

                font-family: Inter_Regular;
                font-weight: 400;
                font-size: calc(6px + 0.5rem);
                color: #666666;
                line-height: calc(8px + 1rem);
                text-align: justified;
                font-style: normal;
                text-transform: none;
                margin-top: calc(2px + 0.5rem);
              }

              .banner_btn_item {
                width: calc(80px + 5rem);
                height: calc(6px + 2rem);
                background: #104D8C;
                border-radius: 0px 0px 0px 0px;

                font-family: Inter_Regular;
                font-weight: 400;
                font-size: calc(6px + 0.5rem);
                color: #FFFFFF;
                margin-top: calc(7px + 3rem);

                a {
                  width: 100%;
                  height: 100%;
                  display: flex;
                  justify-content: center;
                  align-items: center;
                }
              }
            }

            .news_main_right {
              width: 56.1983%;
              height: calc(20px + 20rem);

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

    .news_nav_box {
      .news_prev_next {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: calc(10px + 1rem);

        div {
          width: 2px;
          height: calc(9px + 0.5rem);
          background: #333333;
          border-radius: 0px 0px 0px 0px;
        }

        img {
          width: calc(6px + 1rem);
          cursor: pointer;
        }
      }

      .news_nav {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(12px + 4rem);
        position: relative;
        height: calc(100px + 20rem);
        margin-top: calc(11px + 3rem);

        .line {
          width: 2px;
          height: 100%;
          background-color: #EAEAEA;
          position: absolute;
          left: 50%;
          transform: translate(-50%);
          z-index: -1;
        }

        .news_nav_item {
          display: flex;
          justify-content: center;
          align-items: center;
          gap: calc(3px + 0.5rem);
          cursor: pointer;

          p {
            font-family: Inter_Medium;
            font-weight: 500;
            font-size: calc(4px + 1rem);
            color: #999999;
            line-height: calc(10px + 0.5rem);
            text-align: left;
            font-style: normal;
            text-transform: none;

            span {
              font-size: calc(6px + 0.5rem);
            }
          }

          div {
            width: calc(3px + 0.25rem);
            height: calc(3px + 0.25rem);
            background: #D9D9D9;
            border-radius: 50%;
          }
        }

        .news_nav_item_act {
          p {
            color: #333333;
          }

          div {
            background-color: #00A1E5;
          }

          p:nth-of-type(2) {
            transform: scale(1.4);
            position: relative;
            left: calc(3px + 0.25rem);
          }
        }

      }
    }
  }
}

.product_main_box {
  width: 100%;
  margin-top: calc(15px + 3rem);

  .product_main {
    width: 100%;
    .pro_type_name {
      font-family: Inter_Bold;
      font-weight: bold;
      font-size: calc(4px + 1rem);
      color: #333333;
      line-height: 1;
      letter-spacing: 1px;
      text-align: left;
      font-style: normal;
      text-transform: none;
    }

    .pro_main_item {
      width: 100%;
      margin-top: calc(8px + 1.5rem);
      display: flex;
      justify-content: space-between;
      align-items: center;

      .pro_main_item_left {
        width: 29.3667%;

        .p1 {
          font-family: Inter_Bold;
          font-weight: bold;
          font-size: calc(10px + 1.5rem);
          color: #00A1E5;
          line-height: 1;
          letter-spacing: 2px;
          text-align: left;
          font-style: normal;
          text-transform: none;
        }

        .p2 {
          font-family: Inter_Regular;
          font-weight: 400;
          font-size: calc(6px + 0.5rem);
          color: #999999;
          line-height: calc(10px + 1rem);
          text-align: left;
          font-style: normal;
          text-transform: none;
          margin-top: calc(8px + 1rem);
        }

        .banner_btn_item {
          width: calc(80px + 5rem);
          height: calc(6px + 2rem);
          background: #104D8C;
          border-radius: 0px 0px 0px 0px;

          font-family: Inter_Regular;
          font-weight: 400;
          font-size: calc(6px + 0.5rem);
          color: #FFFFFF;
          margin-top: calc(5px + 2rem);

          a {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
          }
        }

        .banner_btn_item:nth-of-type(2) {
          background-color: transparent;
          border: 1px solid #FFFFFF;
        }
      }

      .pro_main_item_pic_swiper {
        width: 68.6%;

        .pro_pagenation_box {
          display: flex;
          justify-content: center;
          gap: calc(3px + 0.5rem);
          margin-top: calc(4px + 3rem);

          .pro_pagenation {
            width: calc(5px + 0.25rem);
            height: calc(5px + 0.25rem);
            background: #FFFFFF;
            border-radius: 50%;
            border: 1px solid #999999;
            cursor: pointer;
          }

          .pro_pagenation_act {
            border: 1px solid #104D8C;
            background-color: #104D8C;
          }
        }

        .mySwiper3 {
          width: 100%;
          height: calc(91px + 10rem);
          overflow: hidden;

          .swiper-slide {
            width: 100%;
            height: 100%;

            img {
              width: 100%;
              height: 100%;
              object-fit: cover;
            }
          }
        }
        .mySwiper4 {
          width: 100%;
          height: calc(91px + 10rem);
          overflow: hidden;

          .swiper-slide {
            width: 100%;
            height: 100%;

            img {
              width: 100%;
              height: 100%;
              object-fit: cover;
            }
          }
        }
        .mySwiper5 {
          width: 100%;
          height: calc(91px + 10rem);
          overflow: hidden;

          .swiper-slide {
            width: 100%;
            height: 100%;

            img {
              width: 100%;
              height: 100%;
              object-fit: cover;
            }
          }
        }
        .mySwiper6 {
          width: 100%;
          height: calc(91px + 10rem);
          overflow: hidden;

          .swiper-slide {
            width: 100%;
            height: 100%;

            img {
              width: 100%;
              height: 100%;
              object-fit: cover;
            }
          }
        }
        .mySwiper7 {
          width: 100%;
          height: calc(91px + 10rem);
          overflow: hidden;

          .swiper-slide {
            width: 100%;
            height: 100%;

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

.product_main_content{
    display: none;
    overflow: hidden;
}
.product_main_content:nth-of-type(1){
    display: block;
}

@media (max-width: 800px) {


  .banner_swiper {
    .mySwiper {
      .swiper-slide {
        .banner_text {
          .p1 {
            font-family: Lalezar_Regular;
            font-weight: 400;
            font-size: calc(12px + 1rem);
            color: #FFFFFF;
            letter-spacing: 3px;
            line-height: 1.3;
          }

          .p2 {
            width: 100%;
          }
        }
      }
    }
  }



  .title {
    .p1 {
      font-size: calc(14px + 1rem);
    }

    .p2 {
      width: 100%;
      font-size: calc(10px + 1rem);
      line-height: 1.5;
    }
  }

  .about_box {
    .about {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      gap: calc(10px + 1rem);

      .about_video {
        width: 100%;
        height: calc(200px + 5rem);

        .play {
          width: calc(2px + 9rem);
          height: calc(2px + 9rem);

        }
      }

      .about_right {
        width: 100%;

        .p2 {
          font-size: calc(14px + 1rem);
        }

        .p3 {
          font-size: calc(10px + 1rem);
          line-height: 1.5;
        }

        .about_icon {
          .about_icon_item {
            img {
              width: calc(28px + 1.5rem);
            }

            p {
              font-size: calc(10px + 1rem);
              line-height: 1.5;
            }
          }
        }

        .banner_btn_item {
          width: calc(115px + 5rem);
          height: calc(23px + 2rem);
          font-size: calc(10px + 1rem);

        }
      }
    }
  }

  .contact_box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .why_box {
    .why {
      .why_main_box {
        .why_main {
          display: flex;
          flex-direction: column;
          justify-content: flex-start;

          .why_text {
            width: 100%;

            .p1 {
              font-size: calc(10px + 1rem);
            }

            .p2 {
              font-size: calc(12px + 1rem);
              line-height: 1.5;
            }

            .p3 {
              font-size: calc(10px + 1rem);
              line-height: 1.5;
            }

            .why_list {
              .why_list_item {
                img {
                  width: calc(14px + 0.5rem);
                }

                p {
                  font-size: calc(10px + 1rem);
                }
              }
            }
          }

          .why_pic {
            width: 100%;
          }
        }
      }
    }
  }



  .industry_box {
    .industry_swiper {
      .mySwiper1 {
        .swiper-slide {
          position: relative;
          width: 50% !important;


          .industry_mask {
            .industry_title {
              p {
                font-size: calc(12px + 1rem);
              }
            }
          }

        }
      }
    }
  }


  .news_box {
    .news {
      display: flex;
      justify-content: sp;

      .news_swiper {
        width: 65%;

        .mySwiper2 {
          .swiper-slide {
            .news_main {
              display: flex;
              flex-direction: column;
              justify-content: flex-start;
              gap: calc(10px + 1rem);

              .news_main_left {
                width: 100%;

                .p3 {
                  font-size: calc(12px + 1rem);
                  line-height: 1.5;
                }

                .p4 {
                  font-size: calc(10px + 1rem);
                  line-height: 1.5;
                }


                .banner_btn_item {
                  width: calc(80px + 14rem);
                  height: calc(23px + 2rem);
                  font-size: calc(10px + 1rem);
                }
              }

              .news_main_right {
                width: 100%;
                height: calc(20px + 26rem);
              }
            }
          }
        }
      }
    }
  }

  .news_box {
    .news {
      .news_nav_box {
        .news_prev_next {
          img {
            width: calc(6px + 5rem);
            cursor: pointer;
          }

          div {

            height: calc(20px + 0.5rem);

          }
        }

        .news_nav {
          height: calc(100px + 70rem);
          gap: calc(12px + 15rem);

          .news_nav_item {
            p {
              font-size: calc(12px + 1rem);
            }

            div {
              width: calc(8px + 0.25rem);
              height: calc(8px + 0.25rem);

            }
          }
        }
      }
    }
  }

  .contact_box {
    .contact_left {
      width: 100%;

      img {
        width: 100%;
        height: calc(50px + 23rem);

      }

      .contact_left_text {

        .p1 {
          width: 85%;
          font-size: calc(10px + 1rem);
          line-height: 1.5;
        }

        .p2 {
          width: 85%;
          height: calc(8px + 8.5rem);

          p:nth-of-type(1) {
            font-size: calc(10px + 1rem);
          }

          p:nth-of-type(2) {
            font-size: calc(10px + 1rem);
          }

        }
      }
    }

    .contact_right {
      width: 100%;
      position: static;

      .img1:nth-of-type(1) {
        width: 100%;
        height: calc(50px + 23rem);

      }

      .contact_right_text {
        width: 85%;

        .contact_right_text_left {
          .p1 {
            font-size: calc(12px + 1rem);
          }

          .contact_right_text_left_list {
            .contact_right_text_left_item {
              img {
                width: calc(12px + 1rem);
              }

              p {
                font-size: calc(10px + 1rem);
              }
            }
          }
        }

        .contact_right_text_btn {
          width: calc(86px + 5rem);
          height: calc(21px + 2rem);

          a {
            font-size: calc(10px + 1rem);
          }
        }
      }
    }
  }

  

.product_main_box {
    .product_main {
        .pro_type_name {
          font-size: calc(12px + 1rem);
          line-height: 1.5;
        }
        .pro_main_item{
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          gap: calc(10px + 1rem);
          .pro_main_item_left{
            width: 100%;
            .p2{
              font-size: calc(10px + 1rem);
              line-height: 1.5;
            }
            .banner_btn_item {
              width: calc(115px + 5rem);
              height: calc(23px + 2rem);
              font-size: calc(10px + 1rem);
          }
          }
          .pro_main_item_pic_swiper{
            width: 100%;
          }
        }
    }
}



.product_box {
     .product {
         .product_nav {
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          gap: calc(10px + 1rem);
            .product_nav_item {
               width: 100%;
               font-size: calc(10px + 1rem);
               line-height: 1.5;
            }
        }
    }
}

.mySwiper4 {
    .swiper-slide{
        width: max-content !important;
    }
}
}