<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="Keywords" content='机械五金,金刚石,超硬材料,复合片,砂轮,金刚石磨料,金刚石制品,培育钻石,首页'>
    <meta name="description" content='首页 国机金刚石（河南）有限公司——建成科技驱动的世界一流金刚石产业集团'>
    <meta content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1" name="viewport">
    <title>国机金刚石(河南)有限公司--建成科技驱动的世界一流金刚石产业集团</title>
    <link rel="icon" type="image/png" href="../images/favicon.png">
<link href="../images/normalize.css" rel="stylesheet" media="all">
<link rel="stylesheet" href="../images/animate.css">
<script src="../images/jquery-3.7.1.min.js"></script>
<script src="../images/tailwind3.4.16.js"></script>
<script src="../images/icon.js"></script>
<script src="../images/wow.min.js"></script>
<link rel="icon" href="../images/favicon.png" type="image/png">
<style>
  .h-full {
    height: 100%;
  }
  .w-full {
    width: 100%;
  }
  .web_position {
    width: 94%;
    max-width: 1400px;
    padding: 24px 0;
    border-bottom: 1px solid rgb(221, 221, 221);
    margin-left: auto;
    margin-right: auto;
  }

  .text_ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .text_ellipsis_2 {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
    white-space: normal;
  }


  html::-webkit-scrollbar,
  body::-webkit-scrollbar {
    width: 4px;
    /* background: transparent; */
    background-color: rgba(244, 244, 244, 1);
  }
  html::-webkit-scrollbar-thumb,
  body::-webkit-scrollbar-thumb {
    background-color: #0276C1;
  }

  /* 自定义滚动条轨道样式 */
  /* body::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
} */



</style>
    <link href="../images/swiper.min.css" rel="stylesheet"></link>
    <script src="../images/swiper.min.js"></script>
    <script type="text/javascript" src="jquery.bxslider.js"></script>
    <script type="text/javascript" src="index.js"></script>
    <style>
      @media screen and (min-width: 769px) {
        .mySwiper {
          height: 100%;
          width: 100%;
          overflow: hidden;
          position: relative;
        }
        .sy_about {
          width: 100%;
          position: relative;
          padding: 100px 0;
        }
        .sy_layout_content {
          width: 100%;
          padding-top: 80px;
        }
        .layout_screen {
          display: flex;
          margin-top: 40px;
        }
        .news_screen {
          display: flex;
          margin-top: 40px;
          flex-wrap: wrap;
          justify-content: space-between;
        }
        .sy_about_text {
          width: 700px;
          padding: 80px;
        }
        .sy_about_text_title {
          line-height: 24px;
        }
        .layout_img {
            width: 100%;
            height: 480px;
            background-repeat: no-repeat !important;
            background-size: cover !important;
            background-position: center !important;
        }
        .sy_loayout_item {
          width: 100%;
          flex: 1;
          position: relative;
        }
        .sy_loayout_item_content {
          width: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateY(-50%) translateX(-50%);
          padding-left: 8%;
          padding-right: 8%;
          z-index: 2;
          font-size: 14px;
        }
        .sy_loayout_item_content_img {
          width: 77px;
          height: 77px;
          margin-left: auto;
          margin-right: auto;
        }
        .sy_loayout_item_content_title {
          font-size: clamp(1rem, 1.3vw, 3rem);
          color: #fff;
          text-align: center;
          z-index: 2;
          margin: 20px 0;
        }
        .sy_loayout_item_content_des {
          color: #fff;
          display: none;
          z-index: 2;
        }
        .sy_news_content {
          width: 94%;
          max-width: 1400px;
          margin-left: auto;
          margin-right: auto;
          padding-top: 80px;
          padding-bottom: 80px;
        }
        .sy_news_item {
          flex: 0 0 calc(33.3% - 60px);
          transition: all .5s ease;
          position: relative;
          -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
          padding-top: 30px;
          margin: 0px 30px;
          padding-bottom: 30px;
          border-top: 1px solid #ddd;
          break-inside: avoid;
          box-sizing: border-box;
        }
        .sy_news_item:hover {
          border-top: 1px solid rgb(0, 117, 194);

        }
        .sy_news_item:hover .sy_news_item_content_title{
          color: rgb(0, 117, 194);
        }
        .sy_news_item:hover img {
            transform: translate(-50%, -50%) scale(1.1);
        }

        .sy_news_item_content_pic {
          overflow: hidden;
          padding-bottom: 52%;
          width: 100%;
          position: relative;
          /* display-radio: 1; */
          transition-property: all;
          transition-duration: 0.6s;
          /* transition-timing-function:  */
        }
        .sy_news_item_content_pic img {
          object-fit: cover !important;
          position: absolute;
          width: 100%;
          min-height: 100%;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          transition: all 0.5s;
        }


        .sy_news_item_content_title {
          font-size: 18px;
          font-weight: bold;
          color: #333;
          margin-top: 25px;
          min-height: 48px;
        }
        .sy_news_item_content_des {
          font-size: 14px;
          margin-top: 15px;
          margin-bottom: 15px;
          color: rgba(102, 102, 102, 1);
          line-height: 1.5;
        }
        .sy_news_item_content_detail {
          color: rgba(102, 102, 102, 1);
          font-size: 14px;
          display: flex;
          justify-content: space-between;
        }
        .sy_loayout_item_more{
          width: 160px;
          margin-left: auto;
          margin-right: auto;
          margin-top: 20px;
          padding: 12px 8px;
          border-radius: 46px;
          border: 1px solid #fff;
          color: #fff;
          text-align: center;
          display: block;
          position: relative;
          display: none;
        }
        .sy_loayout_item_more:hover {
          background-color: #0276c1;
          /* background: linear-gradient(to left, #22273e 0%,#06956c 50%, #22273e 100%); */
          /* transition: all .3s; */
          border: 1px solid #0276c1;
        }
        .sy_loayout_item_more::before{

          content: '';
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          width: 0px;
          height: 100%;
          background: rgba(64, 158, 255, 0);

          transition: width ease .35s;
          scale: 0;
          border-radius: 46px;
          margin-left: auto;
          margin-right: auto;


        }
        .sy_loayout_item_more:hover::before{
          width: 100%;
          scale: 1;
          background: rgba(52, 90, 127, 0.2);

        }
        .sy_statistic {
          width: 18%;
        }
        .sy_about_data {
          background-repeat: no-repeat;
          background-position: center center;
          padding: 58px 0;
        }
        .sy_statistic_num {
          font-size: 54px;
          margin-bottom: 6px;
          /* font-family: "poppins-bold"; */
          font-weight: 700;

        }
        .sy_statistic_symbol {
          top: 16px;
        }
        .sy_title {
          font-size: clamp(1rem, 2.5vw, 3rem);
          color: rgba(51,51,51,1);
          font-weight: bold;
        }
        .sy_news_content_outer {
          width: 100%;
        }
        .p_btitle {
          font-size: 4vw;
          transform: translate(0px, 100px);
          opacity: 0;
          line-height: 1.2;
          text-align: center;
          font-weight: bold;
          transition: all 0.5s ease 0.5s;
        }
        .p_subtitle {
          line-height: 1.2;
          padding: 0px;
          margin-bottom: 0px;
          font-size: 4vw;
          text-align: center;
          font-weight: bold;
          transform: translate(150px, 0);
          transition: all 0.5s ease 0.5s;
          opacity: 0;

        }
        .p_summary {
          font-size: 2vw;
          text-align: center;
          margin: 15px;
          transform: translate(0px, 100px);
          text-transform: uppercase;
          line-height: 1;
          opacity: 0;
          font-family: Arial;
          transition: all 0.5s ease 0.7s;
        }
        .sy_about_text_content {
          line-height: 32px;
          color: #666;
          font-size: 16px;
          margin-top: 43px;
        }
        .sy_loayout_item_mobile {
          display: none;
        }
      }
      @media screen and (max-width: 769px) {
        .sy_loayout_item_web {
          display: none;
        }
        .mySwiper {
          height: 248px;
          width: 100%;
          overflow: hidden;
          position: relative;
          padding-top: 60px;
        }
        .swiper-button-next {
          display: none;
        }
        .swiper-button-prev {
          display: none;
        }
        .min_display_none {
          display: none;
        }
        .sy_about {
          width: 100%;
          position: relative;
          padding: 60px 0;
        }
        .sy_about_text {
          width: 100%;
          padding: 30px;
        }
        .sy_about_text_title {
          font-size: 16px !important;
        }
        .sy_layout_content {
          width: 100%;
          padding: 40px 0;
        }
        .layout_img {
          width: 100%;
          height: 100%;
          padding: 20px;
          background-repeat: no-repeat !important;
          background-size: cover !important;
          background-position: center !important;
        }
        .layout_screen {
          padding: 20px 15px 0 15px;
        }
        .sy_loayout_item {
          width: 100%;
          margin-bottom: 10px;
        }
        .sy_statistic {
          width: 48%;
          font-size: 14px;
        }
        .sy_about_data {
          flex-wrap: wrap;
          padding: 30px 0;
        }
        .sy_statistic_num {
          font-size: 30px;
          /* font-family: "poppins-bold"; */
          font-weight: 700;
        }
        .sy_statistic_symbol {
          top: 6px;
        }
        .sy_title {
          font-size: 22px;
          color: rgba(51,51,51,1);
          font-weight: bold;
        }
        .sy_title_news {
          margin-bottom: 20px;
        }
        .sy_loayout_item {
          width: 100%;
          flex: 1;
          position: relative;
          aspect-ratio: 345 / 276;
        }
        .sy_loayout_item_content {
          width: 100%;
          /* position: absolute;
          top: 50%;
          left: 50%;
          transform: translateY(-50%) translateX(-50%); */
          z-index: 2;
          font-size: 14px;
        }
        .sy_loayout_item_content_img {
          width: 77px;
          height: 77px;
          margin-left: auto;
          margin-right: auto;
        }
        .sy_loayout_item_content_title {
          font-size: clamp(1rem, 1.3vw, 3rem);
          color: #fff;
          text-align: center;
          z-index: 2;
          margin-top: 20px;
          margin-bottom: 5px;
          font-weight: 700;
        }
        .sy_loayout_item_content_des {
          color: #fff;
          display: block;
          z-index: 2;
        }
        .sy_news_content_outer {
          width: 100%;
          background-color: rgba(242, 248, 252, 1);
        }
        .sy_news_content {
          width: 94%;
          max-width: 1400px;
          margin-left: auto;
          margin-right: auto;
          padding-top: 30px;
          padding-bottom: 30px;
        }
        .sy_news_item {
          flex: 0 0 calc(33.3% - 60px);
          transition: all .5s ease;
          position: relative;
          -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
          padding-top: 30px;
          /* margin: 0px 30px; */
          padding-bottom: 30px;
          border-top: 1px solid #ddd;
          break-inside: avoid;
          box-sizing: border-box;
        }

        .sy_news_item_content_pic {
          overflow: hidden;
          padding-bottom: 52%;
          width: 100%;
          position: relative;
          /* display-radio: 1; */
          transition-property: all;
          transition-duration: 0.6s;
          /* transition-timing-function:  */
        }
        .sy_news_item_content_pic img {
          object-fit: cover !important;
          position: absolute;
          width: 100%;
          min-height: 100%;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          transition: all 0.5s;
        }


        .sy_news_item_content_title {
          font-size: 18px;
          font-weight: bold;
          color: #333;
          margin-top: 25px;
          min-height: 48px;
        }
        .sy_news_item_content_des {
          font-size: 14px;
          margin-top: 15px;
          margin-bottom: 15px;
          color: rgba(102, 102, 102, 1);
          line-height: 1.5;
        }
        .sy_news_item_content_detail {
          color: rgba(102, 102, 102, 1);
          font-size: 14px;
          display: flex;
          justify-content: space-between;
        }
        .p_btitle {
          font-size: 22px;
          transform: translate(0px, 100px);
          opacity: 0;
          line-height: 1.2;
          text-align: center;
          font-weight: bold;
          transition: all 0.5s ease 0.5s;
        }
        .p_subtitle {
          line-height: 1.2;
          padding: 0px;
          margin-bottom: 0px;
          font-size: 26px;
          text-align: center;
          font-weight: bold;
          transform: translate(150px, 0);
          transition: all 0.5s ease 0.5s;
          opacity: 0;
          white-space: nowrap;
        }
        .p_summary {
          font-size: 14px;
          text-align: center;
          margin: 15px;
          transform: translate(0px, 100px);
          text-transform: uppercase;
          line-height: 1;
          opacity: 0;
          font-family: Arial;
          transition: all 0.5s ease 0.7s;
        }
        .sy_about_text_content {
          line-height: 1.8;
          color: #666;
          font-size: 14px;
          margin-top: 15px;
        }
        .sy_layout {
          padding: 0 3%;
          background-position-x:100% !important;
          background-position-y:50% !important;
        }
      }
      .expand_flex {
        transition: all 0.3s linear;
        flex: 2 !important;
        position: relative;
      }
      .expand_flex::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(30, 35, 128, 0.9);
        z-index: 1; /* 关键：使背景层在img上方 */
      }


      .shrink_flex {
        transition: all 0.3s linear;

        flex: 1;

      }
      .raw_paylout {
        animation-duration: 0.8s;
        animation-timing-function: ease;
        animation-delay: 0s;
        animation-iteration-count: 1;
        animation-direction:normal ;
        animation-fill-mode: both;
        animation-play-state: running;
      }



      .swiper-button-next, .swiper-button-prev {
        color: #fff;
      }
      .swiper-pagination-bullet {
        opacity: 1;
        background: #fff;
        height: 4px;
        margin: 0px 8px;
        width: 60px;
        border-radius: 0px;
        transition: all 0.5s;
      }
      .swiper-pagination-bullet-active {
        width: 120px;
        background-color: #0276c1;
      }
      .p_info {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        /* transition: all .5s ease; */
      }

    .swiper-slide-active .p_info>div>*{
      opacity: 1;
      transform: translate(0px,0px);

    }
    .show_data {
      display: block;
    }
    .main_width {
      width: 94%;
      max-width: 1400px;
      margin-left: auto;
      margin-right: auto;
    }


    </style>


  </head>
  <body class="index">
    <style>
  @media screen and (min-width: 769px) {
    .bottom_box_control_overall {
      display: none;
    }
    .right_box_control_overall {
      position: fixed;
      right: 10px;
      bottom: 10%;
      text-align: right;
      z-index: 9999;
    }
    .right_box_control {
      width: 50px;
      height: 50px;
      border-radius: 10px;
      background: #fff;
      margin-top: 4px;
      position: relative;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
    }
    .right_box_control svg{
      fill: #797979;
      width: 22.5px;
      height: 22.5px;
    }
    .right_box_control_top svg {
      fill: #007bff;
      width: 22.5px;
      height: 22.5px;
    }
    .right_box_control:hover svg {
      fill: #007bff;
    }
    .right_box_control:hover p {
      visibility: visible;
      opacity: 1;
    }

    .right_box_control p::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: 5px transparent solid;
      border-left-color: #0276c1;
      position: absolute;
      left: 100%;
      top: 50%;
      transform: translate(0, -50%);
    }
    
    .right_box_control p{
      position: absolute;
      right: 55px;
      top: 50%;
      transform: translate(0, -50%);
      background: #0276c1;
      padding: 10px 15px !important;
      border-radius: 5px;
      color: #fff;
      width: max-content;
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
      font-family: "poppins-regular";
      font-size: 14px !important;
      text-indent: 0 !important;
  }
  }
  @media screen and (max-width: 769px) {
    .right_box_control_overall {
      display: none;
    }
    .border_medium {
      box-sizing: border-box;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
    }
    .bottom_box_control_overall {
      width: 100%;
      display: flex;
      position: fixed;
      bottom: 0;
      z-index: 9999;
      height: 50px;
      background: #fff;
    }
    .bottom_box_control {
      width: calc(50% - 25px);
      height: 50px;
      background: #fff;
      margin-top: 4px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
    }
    .bottom_box_control p {
      font-size: 14px !important;
      text-indent: 0 !important;
      padding: 10px 15px !important;
    }
    .bottom_box_control svg{
      fill: #797979;
      width: 22.5px;
      height: 22.5px;
    }
    .bottom_box_control_top {
      width: 50px;
      height: 50px;
      background: #fff;
      margin-top: 4px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
    }
    .bottom_box_control_top svg {
      fill: #007bff;
      width: 22.5px;
      height: 22.5px;
    }
    .bottom_box_control:hover svg {
      fill: #007bff;
    }
    .bottom_box_control:hover p {
      visibility: visible;
      opacity: 1;
    }

    .bottom_box_control1 p::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: 5px transparent solid;
      border-left-color: #007bff;
      position: absolute;
      top: calc(100%);
      left: 15px;
      transform: translate(0, 0) rotate(90deg);
    }


    
    .bottom_box_control1 p{
      position: absolute;
      background: #0276c1;
      padding: 10px 15px;
      color: #fff;
      width: max-content;
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
      font-family: "poppins-regular";
      bottom: calc(100% + 5px);
      /* bottom: 100%; */
      right: auto;
      left: 0;
      transform: translate(0, -5px);
      border-radius: 10px;

    }

    .bottom_box_control2 p::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: 5px transparent solid;
      border-left-color: #007bff;
      position: absolute;
      top: 100%;
      left: auto;
      right: 25px;
      transform: translate(0, 0) rotate(90deg);
    }


    
    .bottom_box_control2 p{
      position: absolute;
      background: #0276c1;
      padding: 10px 15px;
      color: #fff;
      width: max-content;
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
      font-family: "poppins-regular";
      bottom: calc(100% + 5px);
      left: -150px;
      transform: translate(0, -5px);
      border-radius: 10px;

    }
  }
  .right_box_control p::before {
    content: "";
    width: 0;
    height: 0;
    z-index: 9;
    background-size: cover;
    position: absolute;
    top: 12px;
    left: 15px;
  }
  .bottom_box_control p::before {
    content: "";
    width: 0;
    height: 0;
    z-index: 9;
    background-size: cover;
    position: absolute;
    top: 12px;
    left: 15px;
  }
  .TRS_UEDITOR img {
    display: inline-block;
  }

</style>



<div class="right_box_control_overall">
  <div class="right_box_control">
    <a href="tel:0371-55983628" rel="nofollow">
      <span><svg t="1660889958708" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4845" width="200" height="200"><path d="M362.14417387 854.74958293l0 1.2901056c-6.9880736 0-12.11266027 0.53754453-15.12290774 0.53754454l-3.54779093 0c-74.46777493 0-134.457696-59.55988587-136.53620053-133.92015254-1.14676053-36.51716267 12.04098773-71.85172693 37.05470613-98.40640533 25.0137184-26.5546784 58.84316053-42.10762133 95.36032213-43.14687253 0.35836267 0 4.01366293-0.2150176 4.3361888-0.2150176 28.59734613 0 56.01209493 8.95906773 79.59236267 26.1246432 33.07688 11.68262507 66.51212267-4.65871573 99.15896747-48.45064107 32.50349973-43.46939947 39.34822827-77.94389333 20.31916693-102.42006827-6.773056-4.87373333-13.2952576-10.6792096-19.74578667-17.55977386-1.14676053-1.1109248-2.1860128-2.29352107-3.18942826-3.54779094-21.3584192-24.11781227-33.61442453-54.6503168-34.5820032-86.11456426-2.07850347-75.47119147 57.40970987-138.54303147 132.5583744-140.65737174 0.35836267 0 3.87031787-0.07167253 4.19284373-0.07167253 63.21518613 0 119.11977173 44.7953408 132.88090027 106.57707627 11.1092448 34.29531307 39.49157333 170.150624-97.00879147 352.62892693C531.57807253 836.50891947 409.0180192 854.74958293 362.14417387 854.74958293L362.14417387 854.74958293zM357.73631253 785.83642987c20.39083947 0.465872 127.541296-2.4010304 244.8334176-159.65059627 119.80066027-160.1881408 92.52925653-272.53485653 85.82787414-293.46323947-7.6331264-33.5069152-35.2628928-55.689568-66.54795947-55.689568-39.49157333 1.1109248-68.9489888 32.4318272-67.94557333 69.91656854 0.60921707 19.88913173 10.0341568 34.4028224 17.8106272 43.00352746 0.2508544 0.28669013 0.50170773 0.57338027 0.71672533 0.8600704 4.3361888 4.69455147 8.38568747 8.20650667 12.4351872 10.82255467 2.54437547 1.68430507 4.90956907 3.691136 6.91640107 5.98465707 21.1075648 23.79528533 61.96091627 90.16406293-14.29867307 192.1182592-49.23903893 65.9029056-99.73234773 79.69987093-133.382608 79.73570773-17.30891947 0-34.51033067-3.54779093-51.10252587-10.464192-2.86690133-1.18259733-5.59045867-2.7952288-8.0273248-4.73038827-8.56486933-6.7372192-22.68436053-14.8003808-41.3192224-14.8003808-20.4266752 0.57338027-37.16221547 8.09899733-49.52572906 21.21507414-12.3993504 13.18774827-18.921552 30.42499627-18.38400854 48.5223136 1.03925227 36.9830336 30.81919467 65.86706987 67.73055574 65.86706986 0.17918187 0 0.2150176 0.0358368 0.07167253 0.07167254 1.2901056-0.2150176 2.68772053-0.39419947 3.5119552-0.465872C350.6765664 784.72550507 354.29602987 785.0121952 357.73631253 785.83642987L357.73631253 785.83642987zM515.95345813 997.8438208c-64.75614507 0-127.57713173-12.6502048-186.7428192-37.52057813-17.52393707-7.4181088-25.73044373-27.55809387-18.34817173-45.082032 7.382272-17.55977387 27.55809387-25.694608 45.082032-18.38400854 50.63665387 21.28674667 104.462736 32.14513707 160.00895893 32.14513707 227.77535147 0 413.0488832-185.27353173 413.0488832-413.0488832 0-227.73951467-185.27353173-413.0488832-413.0488832-413.0488832S102.90457493 288.2139424 102.90457493 515.98929387c0 77.8722208 21.7884544 153.70177493 63.00016747 219.3179904 10.06999253 16.1263232 5.232096 37.34139627-10.8583904 47.4472256-16.0904864 10.10582933-37.34139627 5.26793173-47.4472256-10.8583904-48.16395093-76.65378773-73.5718688-165.1335456-73.5718688-255.9068256 0-265.690128 216.16439893-481.89036373 481.89036373-481.89036374s481.89036373 216.16439893 481.89036374 481.89036374C997.80798507 781.67942187 781.64358613 997.8438208 515.95345813 997.8438208L515.95345813 997.8438208z" p-id="4846"></path></svg></span>
    <p>电话：0371-55983628</p>
    </a>
  </div>
  <div class="right_box_control">
    <a href="mailto:sinomach-dia@diamondgroup.cn" rel="nofollow">
      <span><svg t="1631600011853" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5803" width="128" height="128"><path d="M983.899806 785.385782V224.886223h0.180631l-0.180631-4.696419c-0.180632-5.238314-0.722526-10.476627-1.806315-15.714941-2.890104-25.469042-21.675781-44.977245-45.519139-47.686717H122.287529c-11.741048 0-23.482096 1.625684-34.861881 5.238314-30.346093 10.295996-50.757453 40.100194-50.576821 74.058917v534.849885c-0.361263 21.314518 5.780208 42.087141 17.701887 59.789028l0.361263 0.722526 5.418946 3.973893c18.243782 21.856412 44.977245 34.319986 73.517022 34.500618H904.421944c37.751984 0 70.265655-27.094726 79.477862-66.291763l0.180631-0.541894c0.361263-5.96084 0.361263-11.741048-0.180631-17.701888zM390.16405 547.494091l55.453872 49.854295 43.893456 40.100194c5.418945 5.96084 13.005468 9.57347 21.133886 9.57347 7.947786 0 15.534309-3.431999 21.133886-9.57347l101.153642-91.941436 272.753572 263.721997H126.622685L390.16405 547.494091z m120.119951 30.346092L111.449638 216.03528H115.604163c214.409596-0.903158 703.559711-2.890104 793.875463-0.361263l-399.195625 362.166166z m165.458458-69.72376l251.619686-227.956959v474.518963L675.742459 508.116423z m-328.568707 0.180631L93.205856 760.278003V278.895043l253.967896 229.402011z" p-id="5804"></path></svg></span>
    <p>邮箱：sinomach-dia@diamondgroup.cn</p>
    </a>
  </div>
  <div class="right_box_control right_box_control_top">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="33.341" viewBox="0 0 50 33.341">
      <path id="top" data-name="top" d="M52.922,354.993a6.1,6.1,0,0,1,10.174.121l17.93,23.847c2.769,3.686,1.272,6.672-3.336,6.672l-40.634.025c-4.587,0-6.025-2.919-3.173-6.546Z" transform="translate(-32.416 -352.316)"></path>
    </svg>
  </div>
</div>

<div class="bottom_box_control_overall">
  <div class="bottom_box_control bottom_box_control1">
    <a href="tel:0371-55983628" rel="nofollow">
      <span><svg t="1660889958708" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4845" width="200" height="200"><path d="M362.14417387 854.74958293l0 1.2901056c-6.9880736 0-12.11266027 0.53754453-15.12290774 0.53754454l-3.54779093 0c-74.46777493 0-134.457696-59.55988587-136.53620053-133.92015254-1.14676053-36.51716267 12.04098773-71.85172693 37.05470613-98.40640533 25.0137184-26.5546784 58.84316053-42.10762133 95.36032213-43.14687253 0.35836267 0 4.01366293-0.2150176 4.3361888-0.2150176 28.59734613 0 56.01209493 8.95906773 79.59236267 26.1246432 33.07688 11.68262507 66.51212267-4.65871573 99.15896747-48.45064107 32.50349973-43.46939947 39.34822827-77.94389333 20.31916693-102.42006827-6.773056-4.87373333-13.2952576-10.6792096-19.74578667-17.55977386-1.14676053-1.1109248-2.1860128-2.29352107-3.18942826-3.54779094-21.3584192-24.11781227-33.61442453-54.6503168-34.5820032-86.11456426-2.07850347-75.47119147 57.40970987-138.54303147 132.5583744-140.65737174 0.35836267 0 3.87031787-0.07167253 4.19284373-0.07167253 63.21518613 0 119.11977173 44.7953408 132.88090027 106.57707627 11.1092448 34.29531307 39.49157333 170.150624-97.00879147 352.62892693C531.57807253 836.50891947 409.0180192 854.74958293 362.14417387 854.74958293L362.14417387 854.74958293zM357.73631253 785.83642987c20.39083947 0.465872 127.541296-2.4010304 244.8334176-159.65059627 119.80066027-160.1881408 92.52925653-272.53485653 85.82787414-293.46323947-7.6331264-33.5069152-35.2628928-55.689568-66.54795947-55.689568-39.49157333 1.1109248-68.9489888 32.4318272-67.94557333 69.91656854 0.60921707 19.88913173 10.0341568 34.4028224 17.8106272 43.00352746 0.2508544 0.28669013 0.50170773 0.57338027 0.71672533 0.8600704 4.3361888 4.69455147 8.38568747 8.20650667 12.4351872 10.82255467 2.54437547 1.68430507 4.90956907 3.691136 6.91640107 5.98465707 21.1075648 23.79528533 61.96091627 90.16406293-14.29867307 192.1182592-49.23903893 65.9029056-99.73234773 79.69987093-133.382608 79.73570773-17.30891947 0-34.51033067-3.54779093-51.10252587-10.464192-2.86690133-1.18259733-5.59045867-2.7952288-8.0273248-4.73038827-8.56486933-6.7372192-22.68436053-14.8003808-41.3192224-14.8003808-20.4266752 0.57338027-37.16221547 8.09899733-49.52572906 21.21507414-12.3993504 13.18774827-18.921552 30.42499627-18.38400854 48.5223136 1.03925227 36.9830336 30.81919467 65.86706987 67.73055574 65.86706986 0.17918187 0 0.2150176 0.0358368 0.07167253 0.07167254 1.2901056-0.2150176 2.68772053-0.39419947 3.5119552-0.465872C350.6765664 784.72550507 354.29602987 785.0121952 357.73631253 785.83642987L357.73631253 785.83642987zM515.95345813 997.8438208c-64.75614507 0-127.57713173-12.6502048-186.7428192-37.52057813-17.52393707-7.4181088-25.73044373-27.55809387-18.34817173-45.082032 7.382272-17.55977387 27.55809387-25.694608 45.082032-18.38400854 50.63665387 21.28674667 104.462736 32.14513707 160.00895893 32.14513707 227.77535147 0 413.0488832-185.27353173 413.0488832-413.0488832 0-227.73951467-185.27353173-413.0488832-413.0488832-413.0488832S102.90457493 288.2139424 102.90457493 515.98929387c0 77.8722208 21.7884544 153.70177493 63.00016747 219.3179904 10.06999253 16.1263232 5.232096 37.34139627-10.8583904 47.4472256-16.0904864 10.10582933-37.34139627 5.26793173-47.4472256-10.8583904-48.16395093-76.65378773-73.5718688-165.1335456-73.5718688-255.9068256 0-265.690128 216.16439893-481.89036373 481.89036373-481.89036374s481.89036373 216.16439893 481.89036374 481.89036374C997.80798507 781.67942187 781.64358613 997.8438208 515.95345813 997.8438208L515.95345813 997.8438208z" p-id="4846"></path></svg></span>
    <p>电话：0371-55983628</p>
    </a>
  </div>
  <div class="bottom_box_control bottom_box_control2 border_medium">
    <a href="mailto:sinomach-dia@diamondgroup.cn" rel="nofollow">
      <span><svg t="1631600011853" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5803" width="128" height="128"><path d="M983.899806 785.385782V224.886223h0.180631l-0.180631-4.696419c-0.180632-5.238314-0.722526-10.476627-1.806315-15.714941-2.890104-25.469042-21.675781-44.977245-45.519139-47.686717H122.287529c-11.741048 0-23.482096 1.625684-34.861881 5.238314-30.346093 10.295996-50.757453 40.100194-50.576821 74.058917v534.849885c-0.361263 21.314518 5.780208 42.087141 17.701887 59.789028l0.361263 0.722526 5.418946 3.973893c18.243782 21.856412 44.977245 34.319986 73.517022 34.500618H904.421944c37.751984 0 70.265655-27.094726 79.477862-66.291763l0.180631-0.541894c0.361263-5.96084 0.361263-11.741048-0.180631-17.701888zM390.16405 547.494091l55.453872 49.854295 43.893456 40.100194c5.418945 5.96084 13.005468 9.57347 21.133886 9.57347 7.947786 0 15.534309-3.431999 21.133886-9.57347l101.153642-91.941436 272.753572 263.721997H126.622685L390.16405 547.494091z m120.119951 30.346092L111.449638 216.03528H115.604163c214.409596-0.903158 703.559711-2.890104 793.875463-0.361263l-399.195625 362.166166z m165.458458-69.72376l251.619686-227.956959v474.518963L675.742459 508.116423z m-328.568707 0.180631L93.205856 760.278003V278.895043l253.967896 229.402011z" p-id="5804"></path></svg></span>
    <p>邮箱：sinomach-dia@diamondgroup.cn</p>
    </a>
  </div>
  <div class="bottom_box_control_top">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="33.341" viewBox="0 0 50 33.341">
      <path id="top" data-name="top" d="M52.922,354.993a6.1,6.1,0,0,1,10.174.121l17.93,23.847c2.769,3.686,1.272,6.672-3.336,6.672l-40.634.025c-4.587,0-6.025-2.919-3.173-6.546Z" transform="translate(-32.416 -352.316)"></path>
    </svg>
  </div>
</div>

<script>
  function isMobile() {
    var userAgent = navigator.userAgent || navigator.vendor || window.opera;
    return /android|avantgo|blackberry|iemobile|ipad|iphone|ipod|opera mini|opera mobi|palm|pocket|psp|series(4|6)0|symbian|windows ce|windows phone|xda|xiino/i.test(userAgent)
  }
  function getRouter () {
    console.log('isMobile()',isMobile());
    if(isMobile()){
      console.log('mobile');
      // if(window.jumpH5 === false) return
      // if (location.pathname.includes('preview')) {
      //   if(!location.pathname.includes('/h5/')) {
      //     console.log('dev');
      //     var arr = location.pathname.split('/')
      //     arr.splice(3, 0, 'h5')
      //     console.log(arr, 'arr');
      //     location.href = location.origin + arr.join('/')
      //   }
      // } else {
      //   console.log('prod');
      //   if (!location.pathname.includes('h5')) {
      //     location.href = location.origin + "/h5" + location.pathname
      //   }
      // }
    } else {
      console.log('pc');
      // if (location.pathname.includes('h5')) {
      //   var arr1 = location.pathname.split('/').filter(item => item != 'h5')
      //   console.log('arr1', arr1);
      //   location.href = location.origin + arr1.join('/')
      // }
      $(window).resize(function() {
        setZoom()

      })
      $(document).ready(function(){
        setZoom()
      })
    }
  }
  function setZoom() {
    // var zoom = $(window).width() / 1920
    // $('body').css({'zoom':zoom})
    // console.log('p1111',zoom);

  }
  getRouter()
  $('.right_box_control_top').click(
    function(index, el) {
      window.scrollTo({
      top: 0,
      behavior: 'smooth' // 可选：'auto'（直接跳转）或 'smooth'（平滑滚动）
    });
    }
  )
  $('.bottom_box_control_top').click(
    function(index, el) {
      window.scrollTo({
      top: 0,
      behavior: 'smooth' // 可选：'auto'（直接跳转）或 'smooth'（平滑滚动）
    });
    }
  )
  var _hmt = _hmt || [];
  (function() {
    var hm = document.createElement("script");
    hm.src = "https://hm.baidu.com/hm.js?2238b6a8f424679cecefa4f19f9260a6";
    var s = document.getElementsByTagName("script")[0]; 
    s.parentNode.insertBefore(hm, s);
  })();
</script>
<style>
  @media screen and (min-width: 769px) {
    .syheader {
      padding: 0 3%;
      justify-content: space-between;
    }
    .min_syheader {
      display: none;
    }
    .min_column_list_content {
      display: none;
    }
    .left_logo {
      width: 238px;
      height: 50px;
      margin: 20px 0 20px 2%;
      /* filter: grayscale(1) brightness(10); */
    }
    .right_logo {
      width: 122px;
      height: 34px;
      margin: 33px 2% 28px 0;
      /* filter: grayscale(1) brightness(10); */
    }
    .header_tab {
      width: calc(96% - 500px);
      font-size: clamp(0.6rem, 1.2vw, 2rem);
      /* font-size: 24.5px; */

    }
    .white_img {
      filter: grayscale(1) brightness(10);
    }
    .subnav {
      width: 200px;
      position: absolute;
      top: 90px;
      left: 0px;
      background: transparent;
      text-align: left;
      padding: 6px 0;
      display: none;
      box-shadow: 0px 4px 6px rgb(0 0 0 / 10%);
    }
    .top_nav:hover .subnav{
      display: block;
      
    }
    .subnav span a {
      width: 100%;
      display: block;
      line-height: 35px;
      height: 35px;
      font-size: 16px;
      font-weight: normal;
      color: rgb(33, 42, 54);;
      background-color: #ffffff;
      padding: 0 15px;
    }

    .subnav span a:hover {
      color: rgb(2, 118, 193);
      background-color: rgb(235,235,235);
    }
    .top_nav:hover .threeLevelNav{
      display: block;
    }
    .threeLevelNav {
      position: absolute;
      top: 90px;
      left: 50%;
      width: 94vw;
      max-width: 1440px;
      border-top: 1px solid #f1f1f1;
      transform: translateX(-50%);
      box-shadow: 0px 4px 6px rgb(0 0 0 / 10%);
      display: none;
    }
    .threeLevelNav span a {
      width: 100%;
      display: block;
      line-height: 35px;
      height: 35px;
      font-size: 16px;
      font-weight: normal;
      color: rgb(33, 42, 54);;
      background-color: #ffffff;
      padding: 0 15px;
    }
    .dynamic_channel_21427 {
      position: static;
    }
    .dynamic_channel_21428 {
      position: static;
    }
    .three_nav_item {
      padding: 20px;
      font-size: 16px;
      display: block;
      width: 100%;
      font-weight: bold;
      line-height: 1;
      color: #333333;
      border-bottom: 1px solid #e6e6e6;
    }
    .three_nav_item:hover {
      background-color: rgb(2, 118, 193);
      color: rgb(255,255,255);
    }
    .three_nav_item_active {
      background-color: rgb(2, 118, 193);
      color: rgb(255,255,255);
    }
    .four_nav_show {
      display: block;
    }
    .three_nav_title {
      color: rgb(102, 102, 102);
      font-size: 15px;
      font-weight: bold;
      line-height: 1;
      margin-bottom: 20px;
    }
    .three_nav_title a{
      color: rgb(102, 102, 102);
      font-size: 15px;
      font-weight: bold;
      line-height: 1;
      position: relative;
    }
    .three_nav_title a:hover {
      color: rgb(2, 118, 193);
    }
    .three_nav_title a:hover::before {
      width: 100%;
    }
    .three_nav_title a::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 0;
      height: 1px;
      background: rgb(2, 118, 193);
      transition: all ease .3s;
    }



    /* 新加 */
    .documents_list {
      display: flex;
      flex-wrap: wrap;
      margin-top: 20px;
      font-size: 14px;
      margin-bottom: 30px;
    }
    .documents_list_item {
      width: 25%;
      color: rgb(102, 102, 102);
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      margin-bottom: 20px;

    }
    .documents_list_item a{
      color: rgb(102, 102, 102);
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      position: relative;
    }
    .documents_list_item a:hover {
      color: rgb(2, 118, 193);
    }
    .documents_list_item a:hover::before {
      width: 100%;
    }
    .documents_list_item a::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 0;
      height: 1px;
      background: rgb(2, 118, 193);
      transition: all ease .3s;
    }
    .search_icon {
      margin-top: 33px;
      padding-right: 20px;
      height: 24px;
      border-right: 1px solid rgba(255, 255, 255, 0.5);
      cursor: pointer;
    }
    .border_204 {
      border-right: 1px solid rgb(204, 204, 204);
    }
    .search_icon_svg {
      width: 24px;
      height: 24px;
      fill: #fff;
    }
    .lang_div {
      padding: 15px;
      margin-top: 15px;
      display: flex;
      cursor: pointer;
      position: relative;
    }
    .show_display_data {
      overflow-y: auto !important;
      max-height: 100% !important;
    }

    .other_lang_div {
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
      width: 156px;
      max-height: 0px;
      background-color: #fff;
      overflow-y: hidden;
      transition: all 0.3s linear;
      position: absolute;
      top: 56px;
      left: -3px;
    }
    .other_lang_div::-webkit-scrollbar{    
      display: none;
    }
    .other_lang {
      padding: 15px 15px 20px 15px;;
      background: #fff;
      color: rgb(51, 51, 51);
    }

    .other_lang_item {
      padding-bottom: 6px;;
      border-bottom: 1px solid rgba(0, 0, 0, 0.133);
      display: flex;
    }
    .other_lang_item:hover {
      border-bottom: 1px solid rgb(2, 118, 193);
    }
    .other_lang_item:hover svg{
      transform: rotateX(360deg);
      transition: 1s;
    }
    
    .other_lang_item:hover div{
      color: rgb(2, 118, 193);
    }

    .other_lang svg{
      width: 26px;
      height: 26px;
    }
    .bottom_arrow {
      margin-top: 4px;
      margin-left: 6px;
      margin-right: 6px;

      fill: #fff;
      width: 14px;
      height: 14px;
    }
    .zh_fuoqi_icon {
      width: 46px;
      height: 46px;
      position: relative;
      top: -8px;
      fill: #fff;
    }
    .fill_333 {
      fill: #333;
    }
    .fill_fff {
      fill: #fff;
    }
    .list_icon {
      width: 20px;
      height: 20px;
      margin-right: 3px;
      margin-top: -3px;
    }
    .p_jtIcon {
      width: 19px;
      height: 19px;
      margin-top: 35px;
      fill: transparent;
      transform: translateY(10px) rotate(90deg);
      transition: all ease .5s;
      position: absolute;
      right: -20px;
    }
    .top_nav_bottom_arrow {
      position: relative;
    }
    .top_nav_bottom_arrow:hover .p_jtIcon{
      fill: #0276C1 !important;
      margin-top: 26px;
    }
    
    .search_input {
      display: none;
    }
  }
  @media screen and (max-width: 769px) {
    .syheader {
      display: none;
    }
    .min_syheader {
      padding: 10px 12px;
      background: #fff;
    }
    .column_list {
      width: 45px;
      height: 45px;
    }
    .column_list svg {
      width: 45px;
      height: 36px;
      margin-top: 4.5px;;
      fill: #212529;
    }
    .min_column_list_content {
      width: 100%;
      height: calc(100% - 65px);
      display: none;
      padding: 10px 10px 54px 10px;
      background: #fff;
      z-index: 999;
      overflow-y: scroll;
    }
    .display_block {
      display: block;
    }
    .min_column_list_item {
      width: 100%;
      height: 64px;
      line-height: 64px;
      color: #333;
      border-bottom: 1px solid rgb(221, 221, 221);
    }
    .m_top_right {
      display: flex;
      align-items: center;
    }
    .lang_box {
      position: relative;
      display: flex;
      align-items: center;
      margin-right: 4px;
      font-size: 14px;
    }
    .lang_box img {
      width: 20px;
      height: 20px;
      margin-right: 5px;
    }
    .lang_box .arrow {
      width: 16px;
      height: 16px;
    }
    .lang_box .lang_selected {
      margin-right: 5px;
    }
    .lang_list {
      position: absolute;
      top: 100%;
      left: 0;
      background: #fff;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      z-index: 9999;
      display: none;
    }
    .lang_box.active .lang_list {
      display: block;
    }
    .lang_item {
      display: block;
      padding: 8px 12px;
      cursor: pointer;
    }
    .lang_item:hover {
      background: #f0f0f0;
    }
  }
  * {
    font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  }


</style>
<div class="min_syheader flex justify-between w-full fixed top-[0px] z-[9999]">
  <div class="pt-[8px]">
    <a href="../">
      
        <img src="./202503/W020250326577521562364.png" class="w-[140px] h-[29.3px]" alt="logo"/>
      
    </a>
  </div>
  <div class="m_top_right">
    <!-- // 语言切换 -->
    <div class="lang_box">
      <img src="../images/lang.png" alt="" />
      <div class="lang_selected">中文</div>
      <img class="arrow" src="../images/arrow_down_1.png" alt="" />
      <div class="lang_list">
        <a href="https://www.diamondgroup.cn" class="lang_item">中文</a>
        <a href="https://en.diamondgroup.cn" class="lang_item">English</a>
      </div>
    </div>
    <div class="column_list">
      <svg t="1625644785779" class="icon p_openIcon" viewBox="0 0 1024 1024" version="1.1" xmlns="https://www.w3.org/2000/svg" p-id="5036" width="200" height="200"><path d="M793.93115234 342.36010742H230.21716308c-18.58886719 0-33.65112305-14.75738526-33.65112304-32.95898437s15.0704956-32.95898438 33.65112305-32.95898438h563.71398925c18.58886719 0 33.65112305 14.75738526 33.65112305 32.95898438 0 18.20983887-15.0704956 32.95898438-33.65112305 32.95898437zM793.93115234 732.80047607H230.21716308c-18.58886719 0-33.65112305-14.75738526-33.65112304-32.95898437s15.0704956-32.95898438 33.65112305-32.95898438h563.71398925c18.58886719 0 33.65112305 14.75738526 33.65112305 32.95898438s-15.0704956 32.95898438-33.65112305 32.95898437zM793.93115234 537.99639893H230.21716308c-18.58886719 0-33.65112305-14.75738526-33.65112304-32.95898438s15.0704956-32.95898438 33.65112305-32.95898437h563.71398925c18.58886719 0 33.65112305 14.75738526 33.65112305 32.95898437s-15.0704956 32.95898438-33.65112305 32.95898438z" p-id="5037"></path></svg>
    </div>
  </div>
  
</div>
<div class="min_column_list_content fixed top-[65px]">
  
    <div class="min_column_list_item">
      <a href="./">首页</a>
    </div>
  
    <div class="min_column_list_item">
      <a href="../gywm/">关于我们</a>
    </div>
  
    <div class="min_column_list_item">
      <a href="../ywbj/">业务布局</a>
    </div>
  
    <div class="min_column_list_item">
      <a href="../yyly/">应用领域</a>
    </div>
  
    <div class="min_column_list_item">
      <a href="../kjcx/">科技创新</a>
    </div>
  
    <div class="min_column_list_item">
      <a href="../rczp/">人才招聘</a>
    </div>
  
    <div class="min_column_list_item">
      <a href="../xwzx/">新闻中心</a>
    </div>
  
    <div class="min_column_list_item">
      <a href="../zbcg/">招标采购</a>
    </div>
  
    <div class="min_column_list_item">
      <a href="../lxwm/">联系我们</a>
    </div>
  
</div>
<div class="syheader text-[#fff] flex h-[90px] w-full fixed top-[0px] z-[9999] hover:bg-[#fff] hover:text-[#333]">
  <div class="">
    <a href="../">
      
        <img src="./202503/W020250326577521562364.png" class="left_logo white_img" alt="logo"/>
      
    </a>
  </div>
  <div class="header_tab flex justify-center">
    
      <div class="top_nav relative leading-[90px] px-[0.8vw] hover:text-[rgb(2,118,193)] dynamic_channel_21425">
        
        
          <a href="./">首页</a>
        
        
        
        
        
      </div>
    
      <div class="top_nav relative leading-[90px] px-[0.8vw] hover:text-[rgb(2,118,193)] dynamic_channel_21426">
        
        
        
          <div class="flex top_nav_bottom_arrow">
            <a href="../gywm/">关于我们</a>
            <svg t="1625735163067" class="icon p_jtIcon" viewBox="0 0 1024 1024" version="1.1" xmlns="https://www.w3.org/2000/svg" p-id="1486" width="200" height="200"><path d="M661.16183428 486.94732961L415.99871022 219.24359155c-13.37500289-14.59708438-35.98351032-15.54759219-50.51270128-2.24048272-14.59708438 13.37500289-15.54759219 35.98351032-2.24048272 50.51270127l223.09776396 243.60157549-222.89408371 244.28050967c-13.30710947 14.59708438-12.28870823 37.20559179 2.30837613 50.51270125 14.59708438 13.30710947 37.20559179 12.28870823 50.51270128-2.30837613l244.75576356-268.11109855c0.47525392-0.54314733 1.01840124-1.15418807 1.42576173-1.6973354 11.13452018-13.51078973 10.93083994-33.53934734-1.2899749-46.84645682z" p-id="1487"></path></svg>
          </div>
        
        
          <div class="subnav">
            <div class="py-[5px] bg-[#fff]">
              <span class="block w-full">
                
                  <a href="../gywm/qyjj/">企业简介</a>
                
                  <a href="../gywm/gsjg/">公司架构</a>
                
                  <a href="../gywm/ppjs/">品牌介绍</a>
                
                  <a href="../gywm/qywh/">企业文化</a>
                
                  <a href="../gywm/txbz/">体系保证</a>
                
                  <a href="../gywm/hgsm/">合规声明</a>
                
              </span>
            </div>
          </div>
        
        
        
      </div>
    
      <div class="top_nav relative leading-[90px] px-[0.8vw] hover:text-[rgb(2,118,193)] dynamic_channel_21427">
        
        
          <a href="../ywbj/">业务布局</a>
        
        
        
        
        
          <div class="threeLevelNav">
            <div class="bg-[#fff]">
              <div class="block w-full flex">
                <div class="w-[25%] border-r border-r-[#e6e6e6]">
                  
                    <div class="three_nav_item three_nav_item_6">
                      <a href="../ywbj/yfcl/">原辅材料</a>
                    </div>
                  
                    <div class="three_nav_item three_nav_item_5">
                      <a href="../ywbj/gjzb/">关键装备</a>
                    </div>
                  
                    <div class="three_nav_item three_nav_item_4">
                      <a href="../ywbj/jghyy/">结构化应用</a>
                    </div>
                  
                    <div class="three_nav_item three_nav_item_3">
                      <a href="../ywbj/gnhyy/">功能化应用</a>
                    </div>
                  
                    <div class="three_nav_item three_nav_item_2">
                      <a href="../ywbj/pyzsxxf/">培育钻石新消费</a>
                    </div>
                  
                    <div class="three_nav_item three_nav_item_1">
                      <a href="../ywbj/bzjcfw/">标准检测服务</a>
                    </div>
                  
                </div>
                <div class="block w-full py-[20px] px-[30px]">
                  
                    <div class="hidden four_nav">
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../ywbj/yfcl/cycldjwj/">超硬材料单晶/微晶</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/yfcl/cycldjwj/202504/t20250421_544103.html" >
                                    SMR金刚石
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/yfcl/cycldjwj/202504/t20250421_544102.html" >
                                    SMD金刚石
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/yfcl/cycldjwj/202504/t20250421_544101.html" >
                                    SMS金刚石破碎料
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/yfcl/cycldjwj/202504/t20250421_544100.html" >
                                    SMW金刚石微粉
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../ywbj/yfcl/fhcycl/">复合超硬材料</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/yfcl/fhcycl/202504/t20250421_544107.html" >
                                    钻探用复合片
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/yfcl/fhcycl/202504/t20250421_544106.html" >
                                    拉丝模坯料
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/yfcl/fhcycl/202504/t20250421_544105.html" >
                                    切削刀具用PCD复合片
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/yfcl/fhcycl/202504/t20250421_544104.html" >
                                    切削刀具用PCBN复合片
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../ywbj/yfcl/dccdjdjjgs/">大尺寸单晶/多晶金刚石</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/yfcl/dccdjdjjgs/202504/t20250421_544108.html" >
                                    钻石毛坯/裸钻
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../ywbj/yfcl/rzjgssmz/">人造金刚石石墨柱</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/yfcl/rzjgssmz/202504/t20250421_544110.html" >
                                    人造金刚石石墨柱
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                    </div>
                  
                    <div class="hidden four_nav">
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../ywbj/gjzb/gwgyzb/">高温高压装备</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/gjzb/gwgyzb/202504/t20250421_544112.html" >
                                    六面顶压机
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/gjzb/gwgyzb/202504/t20250421_544111.html" >
                                    两面顶压机
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../ywbj/gjzb/qxcjzb/">气相沉积装备</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/gjzb/qxcjzb/202504/t20250421_544113.html" >
                                    微波等离子体化学气相沉积系统（MPCVD）
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../ywbj/gjzb/fcyjzb/">粉尘冶金装备</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/gjzb/fcyjzb/202504/t20250421_544116.html" >
                                    混合装备--声学共振混合仪
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/gjzb/fcyjzb/202504/t20250421_544115.html" >
                                    成型装备--SPS烧结压机
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/gjzb/fcyjzb/202504/t20250421_544114.html" >
                                    成型装备--磨具成型装备
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../ywbj/gjzb/jgsjgzyzb/">金刚石加工专业设备</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/gjzb/jgsjgzyzb/202504/t20250421_544117.html" >
                                    激光切割机
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../ywbj/gjzb/zdhzb/">自动化装备</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/gjzb/zdhzb/202504/t20250421_544118.html" >
                                    智能自动化产线
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../ywbj/gjzb/jyjczb/">检验检测装备</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/gjzb/jyjczb/202504/t20250421_544119.html" >
                                    检验检测装备
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                    </div>
                  
                    <div class="hidden four_nav">
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../ywbj/jghyy/cymj/">超硬磨具</a>
                          </div>
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/jghyy/cymj/dzhyyxlcp/" >
                                    电子行业用系列产品
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/jghyy/cymj/hkhtyxlcp/" >
                                    航空航天用系列产品
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/jghyy/cymj/qcjnrjyxlcp/" >
                                    汽车及内燃机用系列产品
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/jghyy/cymj/gfhyyxlcp/" >
                                    光伏行业用系列产品
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/jghyy/cymj/gmjhyyxlcp/" >
                                    工模具行业用系列产品
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/jghyy/cymj/gjhxlbjyxlcp/" >
                                    关键核心零部件用系列产品
                                  </a>
                                </div>
                              
                            </div>
                          
                          
                        </div>
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../ywbj/jghyy/cydj/">超硬刀具</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/jghyy/cydj/202504/t20250421_544174.html" >
                                    PCD/PCBN标准刀片
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/jghyy/cydj/202504/t20250421_544173.html" >
                                    PCD/PCBN非标刀具
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/jghyy/cydj/202504/t20250421_544172.html" >
                                    单晶金刚石刀具
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../ywbj/jghyy/gxncvdjgsdjpl/">高性能CVD金刚石刀具坯料</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/jghyy/gxncvdjgsdjpl/202504/t20250421_544176.html" >
                                    金刚石刀具坯料
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/jghyy/gxncvdjgsdjpl/202504/t20250421_544175.html" >
                                    金刚石拉丝模芯
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../ywbj/jghyy/ptjmtc/">配套精密特材</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/jghyy/ptjmtc/202504/t20250421_544187.html" >
                                    真空卡盘
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/jghyy/ptjmtc/202504/t20250421_544186.html" >
                                    静电卡盘
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/jghyy/ptjmtc/202504/t20250421_544185.html" >
                                    陶瓷吸盘
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/jghyy/ptjmtc/202504/t20250421_544184.html" >
                                    微孔陶瓷吸盘
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/jghyy/ptjmtc/202504/t20250421_544183.html" >
                                    陶瓷载盘
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/jghyy/ptjmtc/202504/t20250421_544182.html" >
                                    刀架/法兰
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/jghyy/ptjmtc/202504/t20250421_544181.html" >
                                    UV减粘膜
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/jghyy/ptjmtc/202504/t20250421_544180.html" >
                                    刻蚀用托盘
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/jghyy/ptjmtc/202504/t20250421_544179.html" >
                                    陶瓷手臂
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/jghyy/ptjmtc/202504/t20250421_544178.html" >
                                    陶瓷修整环
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/jghyy/ptjmtc/202504/t20250421_544177.html" >
                                    刻蚀用陶瓷环
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                    </div>
                  
                    <div class="hidden four_nav">
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../ywbj/gnhyy/jgssrp/">金刚石散热片</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/gnhyy/jgssrp/202504/t20250421_544188.html" >
                                    超高导热CVD金刚石散热片
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../ywbj/gnhyy/jgsgxp/">金刚石光学片</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/gnhyy/jgsgxp/202504/t20250421_544189.html" >
                                    高透光CVD金刚石光学窗口片
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../ywbj/gnhyy/jgstfhcl/">金刚石铜复合材料</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../ywbj/gnhyy/jgstfhcl/202504/t20250421_544190.html" >
                                    铜/铝金刚石
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                    </div>
                  
                    <div class="hidden four_nav">
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../ywbj/pyzsxxf/pyzsxxfi/">培育钻石新消费</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                            </div>
                          
                        </div>
                      
                    </div>
                  
                    <div class="hidden four_nav">
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../ywbj/bzjcfw/bzjcfwi/">标准检测服务</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                            </div>
                          
                        </div>
                      
                    </div>
                  
                </div>
              </div>
            </div>
          </div>
        
      </div>
    
      <div class="top_nav relative leading-[90px] px-[0.8vw] hover:text-[rgb(2,118,193)] dynamic_channel_21428">
        
        
          <a href="../yyly/">应用领域</a>
        
        
        
        
        
          <div class="threeLevelNav">
            <div class="bg-[#fff]">
              <div class="block w-full flex">
                <div class="w-[25%] border-r border-r-[#e6e6e6]">
                  
                    <div class="three_nav_item three_nav_item_7">
                      <a href="../yyly/dzhy/">电子行业</a>
                    </div>
                  
                    <div class="three_nav_item three_nav_item_6">
                      <a href="../yyly/hkht/">航空航天</a>
                    </div>
                  
                    <div class="three_nav_item three_nav_item_5">
                      <a href="../yyly/hljt/">海陆交通</a>
                    </div>
                  
                    <div class="three_nav_item three_nav_item_4">
                      <a href="../yyly/nyhy/">能源行业</a>
                    </div>
                  
                    <div class="three_nav_item three_nav_item_3">
                      <a href="../yyly/gmj/">工模具</a>
                    </div>
                  
                    <div class="three_nav_item three_nav_item_2">
                      <a href="../yyly/cycl/">超硬材料</a>
                    </div>
                  
                    <div class="three_nav_item three_nav_item_1">
                      <a href="../yyly/jchxlbj/">机床核心零部件</a>
                    </div>
                  
                </div>
                <div class="block w-full py-[20px] px-[30px]">
                  
                    <div class="hidden four_nav">
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../yyly/dzhy/qmpxlcp/">切磨抛系列产品</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/dzhy/qmpxlcp/202509/t20250902_575139.html" >
                                    晶圆背减薄用干式抛光磨轮-GP0001
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/dzhy/qmpxlcp/202509/t20250902_575138.html" >
                                    钻石研磨垫系列
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/dzhy/qmpxlcp/202504/t20250418_543983.html" >
                                    半导体晶圆切割用划片刀
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/dzhy/qmpxlcp/202504/t20250418_543982.html" >
                                    半导体封装刀
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/dzhy/qmpxlcp/202504/t20250418_543981.html" >
                                    半导体减薄砂轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/dzhy/qmpxlcp/202504/t20250418_543980.html" >
                                    半导体倒边砂轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/dzhy/qmpxlcp/202504/t20250418_543979.html" >
                                    晶圆倒边磨头（Notch砂轮）
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/dzhy/qmpxlcp/202504/t20250418_543978.html" >
                                    晶锭滚圆砂轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/dzhy/qmpxlcp/202504/t20250418_543977.html" >
                                    光电行业硬脆材料加工用超薄切割砂轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/dzhy/qmpxlcp/202504/t20250418_543976.html" >
                                    陶瓷焊针磨削用砂轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/dzhy/qmpxlcp/202504/t20250418_543975.html" >
                                    光学晶体铣磨砂轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/dzhy/qmpxlcp/202504/t20250418_543974.html" >
                                    化学机械抛光（CMP）液
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/dzhy/qmpxlcp/202504/t20250418_543973.html" >
                                    金刚石研磨液
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/dzhy/qmpxlcp/202504/t20250418_543972.html" >
                                    单晶金刚石刀具
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../yyly/dzhy/qmpptycp/">切磨抛配套用产品</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/dzhy/qmpptycp/202504/t20250418_543995.html" >
                                    磨刀板
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/dzhy/qmpptycp/202504/t20250418_543994.html" >
                                    真空卡盘
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/dzhy/qmpptycp/202504/t20250418_543993.html" >
                                    静电卡盘
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/dzhy/qmpptycp/202504/t20250418_543992.html" >
                                    陶瓷吸盘
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/dzhy/qmpptycp/202504/t20250418_543991.html" >
                                    微孔陶瓷吸盘
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/dzhy/qmpptycp/202504/t20250418_543990.html" >
                                    陶瓷载盘
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/dzhy/qmpptycp/202504/t20250418_543989.html" >
                                    刀架/法兰
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/dzhy/qmpptycp/202504/t20250418_543988.html" >
                                    UV减粘膜
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/dzhy/qmpptycp/202504/t20250418_543987.html" >
                                    刻蚀用托盘
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/dzhy/qmpptycp/202504/t20250418_543986.html" >
                                    陶瓷手臂
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/dzhy/qmpptycp/202504/t20250418_543985.html" >
                                    陶瓷修整环
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/dzhy/qmpptycp/202504/t20250418_543984.html" >
                                    刻蚀用陶瓷环
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../yyly/dzhy/zblcp/">装备类产品</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/dzhy/zblcp/202504/t20250418_543996.html" >
                                    混合装备--声学共振混合仪
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../yyly/dzhy/cllcp/">材料类产品</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/dzhy/cllcp/202504/t20250418_543998.html" >
                                    超高导热CVD金刚石散热片
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/dzhy/cllcp/202504/t20250418_543997.html" >
                                    金刚石铜复合材料
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                    </div>
                  
                    <div class="hidden four_nav">
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../yyly/hkht/mjlcp/">磨具类产品</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/hkht/mjlcp/202504/t20250418_544001.html" >
                                    航空发动机/减速器齿轮加工用CBN砂轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/hkht/mjlcp/202504/t20250418_544000.html" >
                                    航空叶片滚轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/hkht/mjlcp/202504/t20250418_543999.html" >
                                    挤压磨料流
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../yyly/hkht/djlcp/">刀具类产品</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/hkht/djlcp/202504/t20250418_544003.html" >
                                    PCD/PCBN标准刀片
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/hkht/djlcp/202504/t20250418_544002.html" >
                                    PCD/PCBN非标刀具
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../yyly/hkht/hkhtcllcp/">材料类产品</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/hkht/hkhtcllcp/202504/t20250418_544006.html" >
                                    高透光CVD金刚石光学窗口片
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/hkht/hkhtcllcp/202504/t20250418_544005.html" >
                                    超高导热CVD金刚石散热片
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                    </div>
                  
                    <div class="hidden four_nav">
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../yyly/hljt/hljtmjlcp/">磨具类产品</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/hljt/hljtmjlcp/202509/t20250902_575140.html" >
                                    强力珩齿用齿形金刚石滚轮（DDG）
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/hljt/hljtmjlcp/202504/t20250421_544203.html" >
                                    新能源汽车电机轴磨削用陶瓷CBN砂轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/hljt/hljtmjlcp/202504/t20250421_544202.html" >
                                    内燃机曲轴磨削用砂轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/hljt/hljtmjlcp/202504/t20250421_544201.html" >
                                    内燃机凸轮轴磨削用砂轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/hljt/hljtmjlcp/202504/t20250421_544200.html" >
                                    汽车转向系统加工用产品
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/hljt/hljtmjlcp/202504/t20250421_544199.html" >
                                    气门磨削用砂轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/hljt/hljtmjlcp/202504/t20250421_544198.html" >
                                    燃油喷射系统加工用产品
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/hljt/hljtmjlcp/202504/t20250421_544197.html" >
                                    内圆磨削用超硬材料砂轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/hljt/hljtmjlcp/202504/t20250421_544196.html" >
                                    变速箱齿轮轴磨削用CBN砂轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/hljt/hljtmjlcp/202504/t20250421_544195.html" >
                                    汽车零部件磨削用磨盘
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/hljt/hljtmjlcp/202504/t20250421_544194.html" >
                                    大功率型曲轴加工用砂轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/hljt/hljtmjlcp/202504/t20250421_544193.html" >
                                    内燃机缸体缸盖铸件打磨用电镀去毛刺砂轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/hljt/hljtmjlcp/202504/t20250421_544192.html" >
                                    修整滚轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/hljt/hljtmjlcp/202504/t20250421_544191.html" >
                                    珩磨油石
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../yyly/hljt/hljtdjlcp/">刀具类产品</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/hljt/hljtdjlcp/202504/t20250421_544205.html" >
                                    PCD/PCBN标准刀片
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/hljt/hljtdjlcp/202504/t20250421_544204.html" >
                                    PCD/PCBN非标刀具
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                    </div>
                  
                    <div class="hidden four_nav">
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../yyly/nyhy/ztyfhp/">钻探用复合片</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/nyhy/ztyfhp/202504/t20250418_544022.html" >
                                    钻探用复合片
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../yyly/nyhy/tyngfhyycl/">太阳能光伏行业用砂轮</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/nyhy/tyngfhyycl/202504/t20250418_544023.html" >
                                    太阳能光伏行业用砂轮
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                    </div>
                  
                    <div class="hidden four_nav">
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../yyly/gmj/gmjmjlcp/">磨具类产品</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/gmj/gmjmjlcp/202504/t20250418_544033.html" >
                                    工模具材料加工用切割砂轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/gmj/gmjmjlcp/202504/t20250418_544032.html" >
                                    工模具材料加工用无心磨砂轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/gmj/gmjmjlcp/202504/t20250418_544031.html" >
                                    工模具材料加工用外圆磨及开槽砂轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/gmj/gmjmjlcp/202504/t20250418_544030.html" >
                                    CNC工具磨床配套用超硬材料砂轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/gmj/gmjmjlcp/202504/t20250418_544029.html" >
                                    可转位刀片加工用周边磨砂轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/gmj/gmjmjlcp/202504/t20250418_544028.html" >
                                    PCB刀具加工用砂轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/gmj/gmjmjlcp/202504/t20250418_544027.html" >
                                    段差机配套用超硬材料砂轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/gmj/gmjmjlcp/202504/t20250418_544026.html" >
                                    工模具零部件端面加工用磨盘
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/gmj/gmjmjlcp/202504/t20250418_544025.html" >
                                    绗磨盘（M-D）
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/gmj/gmjmjlcp/202504/t20250418_544024.html" >
                                    模具加工用研磨膏
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../yyly/gmj/gmjcllcp/">材料类产品</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/gmj/gmjcllcp/202504/t20250418_544036.html" >
                                    金刚石刀具坯料
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/gmj/gmjcllcp/202504/t20250418_544035.html" >
                                    金刚石拉丝模芯
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/gmj/gmjcllcp/202504/t20250418_544034.html" >
                                    拉丝模坯料
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                    </div>
                  
                    <div class="hidden four_nav">
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../yyly/cycl/cyclcllcp/">材料类产品</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/cycl/cyclcllcp/202504/t20250418_544044.html" >
                                    SMR金刚石
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/cycl/cyclcllcp/202504/t20250418_544043.html" >
                                    SMD金刚石
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/cycl/cyclcllcp/202504/t20250418_544042.html" >
                                    SMS金刚石破碎料
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/cycl/cyclcllcp/202504/t20250418_544041.html" >
                                    SMW金刚石微粉
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/cycl/cyclcllcp/202504/t20250418_544040.html" >
                                    切削刀具用PCD复合片
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/cycl/cyclcllcp/202504/t20250418_544039.html" >
                                    切削刀具用PCBN复合片
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/cycl/cyclcllcp/202504/t20250418_544038.html" >
                                    钻石毛坯/裸钻
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/cycl/cyclcllcp/202504/t20250418_544037.html" >
                                    人造金刚石石墨柱
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../yyly/cycl/cyclzblcp/">装备类产品</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/cycl/cyclzblcp/202504/t20250418_544052.html" >
                                    六面顶压机
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/cycl/cyclzblcp/202504/t20250418_544051.html" >
                                    两面顶压机
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/cycl/cyclzblcp/202504/t20250418_544050.html" >
                                    微波等离子体化学气相沉积系统（MPCVD）
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/cycl/cyclzblcp/202504/t20250418_544049.html" >
                                    混合装备--声学共振混合仪
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/cycl/cyclzblcp/202504/t20250418_544048.html" >
                                    成型装备--磨具成型装备
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/cycl/cyclzblcp/202504/t20250418_544047.html" >
                                    激光切割机
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/cycl/cyclzblcp/202504/t20250418_544046.html" >
                                    智能自动化产线
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/cycl/cyclzblcp/202504/t20250418_544045.html" >
                                    检验检测装备
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                    </div>
                  
                    <div class="hidden four_nav">
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../yyly/jchxlbj/cljclzjgyxlcp/">齿轮及齿轮轴加工用系列产品</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/jchxlbj/cljclzjgyxlcp/202504/t20250418_544058.html" >
                                    CBN成型磨齿砂轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/jchxlbj/cljclzjgyxlcp/202504/t20250418_544057.html" >
                                    齿轮及齿轮轴内孔加工用陶瓷CBN砂轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/jchxlbj/cljclzjgyxlcp/202504/t20250418_544056.html" >
                                    陶瓷CBN蜗杆磨砂轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/jchxlbj/cljclzjgyxlcp/202504/t20250418_544055.html" >
                                    蜗杆磨砂轮修整滚轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/jchxlbj/cljclzjgyxlcp/202504/t20250418_544053.html" >
                                    齿轮加工用研磨液
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../yyly/jchxlbj/zcjgyxlcp/">轴承加工用系列产品</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/jchxlbj/zcjgyxlcp/202504/t20250418_544063.html" >
                                    轴承内孔和沟道加工用陶瓷CBN砂轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/jchxlbj/zcjgyxlcp/202504/t20250418_544062.html" >
                                    轴承内孔和沟道加工用砂轮修整轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/jchxlbj/zcjgyxlcp/202504/t20250418_544061.html" >
                                    超精油石
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/jchxlbj/zcjgyxlcp/202504/t20250418_544060.html" >
                                    轴承部件端面加工用磨盘
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/jchxlbj/zcjgyxlcp/202504/t20250418_544059.html" >
                                    轴承球类部件加工用研磨膏
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../yyly/jchxlbj/gzsgdljjgyxlcp/">滚珠丝杠等零件加工用系列产品</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/jchxlbj/gzsgdljjgyxlcp/202504/t20250418_544065.html" >
                                    滚珠丝杠加工用砂轮
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/jchxlbj/gzsgdljjgyxlcp/202504/t20250418_544064.html" >
                                    滚动体和套圈加工用陶瓷CBN无心磨砂轮
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                        <div class="three_nav_title">
                          <div class="flex">
                            <svg t="1729046068847"  class="list_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10100" width="200" height="200"><path d="M335.580988 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 330.511529z" fill="#0276C1" p-id="10101"></path><path d="M851.301729 330.511529c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 349.954347c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 330.511529 851.301729 330.511529z" fill="#0276C1" p-id="10102"></path><path d="M335.580988 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 518.139837z" fill="#0276C1" p-id="10103"></path><path d="M851.301729 518.139837c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 537.582655c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 518.139837 851.301729 518.139837z" fill="#0276C1" p-id="10104"></path><path d="M335.580988 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818l-99.253538 0c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l99.253538 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L335.580988 700.288341z" fill="#0276C1" p-id="10105"></path><path d="M851.301729 700.288341c0 10.737552-8.705266 19.442818-19.442818 19.442818L421.023986 719.731158c-10.737552 0-19.442818-8.705266-19.442818-19.442818l0-45.579081c0-10.737552 8.705266-19.442818 19.442818-19.442818l410.834926 0c10.737552 0 19.442818 8.705266 19.442818 19.442818L851.301729 700.288341 851.301729 700.288341z" fill="#0276C1" p-id="10106"></path></svg>
                            <a href="../yyly/jchxlbj/jchxlbjdjlcp/">刀具类产品</a>
                          </div>
                          
                          
                            <div class="documents_list">
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/jchxlbj/jchxlbjdjlcp/202504/t20250418_544067.html" >
                                    PCD/PCBN标准刀片
                                  </a>
                                </div>
                              
                                <div class="documents_list_item">
                                  <a href="../yyly/jchxlbj/jchxlbjdjlcp/202504/t20250418_544066.html" >
                                    PCD/PCBN非标刀具
                                  </a>
                                </div>
                              
                            </div>
                          
                        </div>
                      
                    </div>
                  
                </div>
              </div>
            </div>
          </div>
        
      </div>
    
      <div class="top_nav relative leading-[90px] px-[0.8vw] hover:text-[rgb(2,118,193)] dynamic_channel_21429">
        
        
        
          <div class="flex top_nav_bottom_arrow">
            <a href="../kjcx/">科技创新</a>
            <svg t="1625735163067" class="icon p_jtIcon" viewBox="0 0 1024 1024" version="1.1" xmlns="https://www.w3.org/2000/svg" p-id="1486" width="200" height="200"><path d="M661.16183428 486.94732961L415.99871022 219.24359155c-13.37500289-14.59708438-35.98351032-15.54759219-50.51270128-2.24048272-14.59708438 13.37500289-15.54759219 35.98351032-2.24048272 50.51270127l223.09776396 243.60157549-222.89408371 244.28050967c-13.30710947 14.59708438-12.28870823 37.20559179 2.30837613 50.51270125 14.59708438 13.30710947 37.20559179 12.28870823 50.51270128-2.30837613l244.75576356-268.11109855c0.47525392-0.54314733 1.01840124-1.15418807 1.42576173-1.6973354 11.13452018-13.51078973 10.93083994-33.53934734-1.2899749-46.84645682z" p-id="1487"></path></svg>
          </div>
        
        
          <div class="subnav">
            <div class="py-[5px] bg-[#fff]">
              <span class="block w-full">
                
                  <a href="../kjcx/kypt/">科研平台</a>
                
                  <a href="../kjcx/kytd/">科研团队</a>
                
              </span>
            </div>
          </div>
        
        
        
      </div>
    
      <div class="top_nav relative leading-[90px] px-[0.8vw] hover:text-[rgb(2,118,193)] dynamic_channel_21430">
        
        
        
          <div class="flex top_nav_bottom_arrow">
            <a href="../rczp/">人才招聘</a>
            <svg t="1625735163067" class="icon p_jtIcon" viewBox="0 0 1024 1024" version="1.1" xmlns="https://www.w3.org/2000/svg" p-id="1486" width="200" height="200"><path d="M661.16183428 486.94732961L415.99871022 219.24359155c-13.37500289-14.59708438-35.98351032-15.54759219-50.51270128-2.24048272-14.59708438 13.37500289-15.54759219 35.98351032-2.24048272 50.51270127l223.09776396 243.60157549-222.89408371 244.28050967c-13.30710947 14.59708438-12.28870823 37.20559179 2.30837613 50.51270125 14.59708438 13.30710947 37.20559179 12.28870823 50.51270128-2.30837613l244.75576356-268.11109855c0.47525392-0.54314733 1.01840124-1.15418807 1.42576173-1.6973354 11.13452018-13.51078973 10.93083994-33.53934734-1.2899749-46.84645682z" p-id="1487"></path></svg>
          </div>
        
        
          <div class="subnav">
            <div class="py-[5px] bg-[#fff]">
              <span class="block w-full">
                
                  <a href="../rczp/yrln/">用人理念</a>
                
                  <a href="../rczp/shzp/">社会招聘</a>
                
                  <a href="../rczp/xyzp/">校园招聘</a>
                
              </span>
            </div>
          </div>
        
        
        
      </div>
    
      <div class="top_nav relative leading-[90px] px-[0.8vw] hover:text-[rgb(2,118,193)] dynamic_channel_21431">
        
        
        
          <div class="flex top_nav_bottom_arrow">
            <a href="../xwzx/">新闻中心</a>
            <svg t="1625735163067" class="icon p_jtIcon" viewBox="0 0 1024 1024" version="1.1" xmlns="https://www.w3.org/2000/svg" p-id="1486" width="200" height="200"><path d="M661.16183428 486.94732961L415.99871022 219.24359155c-13.37500289-14.59708438-35.98351032-15.54759219-50.51270128-2.24048272-14.59708438 13.37500289-15.54759219 35.98351032-2.24048272 50.51270127l223.09776396 243.60157549-222.89408371 244.28050967c-13.30710947 14.59708438-12.28870823 37.20559179 2.30837613 50.51270125 14.59708438 13.30710947 37.20559179 12.28870823 50.51270128-2.30837613l244.75576356-268.11109855c0.47525392-0.54314733 1.01840124-1.15418807 1.42576173-1.6973354 11.13452018-13.51078973 10.93083994-33.53934734-1.2899749-46.84645682z" p-id="1487"></path></svg>
          </div>
        
        
          <div class="subnav">
            <div class="py-[5px] bg-[#fff]">
              <span class="block w-full">
                
                  <a href="../xwzx/djhd/">党建活动</a>
                
                  <a href="../xwzx/qyxw/">企业新闻</a>
                
              </span>
            </div>
          </div>
        
        
        
      </div>
    
      <div class="top_nav relative leading-[90px] px-[0.8vw] hover:text-[rgb(2,118,193)] dynamic_channel_21432">
        
        
          <a href="../zbcg/">招标采购</a>
        
        
        
        
        
      </div>
    
      <div class="top_nav relative leading-[90px] px-[0.8vw] hover:text-[rgb(2,118,193)] dynamic_channel_21433">
        
        
          <a href="../lxwm/">联系我们</a>
        
        
        
        
        
      </div>
    
  </div>
  <div class="flex">
    <div class="search_icon">
      <svg t="1675325140239" class="search_icon_svg" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4260" width="200" height="200"><path d="M1004.79998 1004.799969c-25.599999 25.599999-63.999998 25.599999-89.599997 0l-198.399994-198.399994c-172.799995 127.999996-409.599987 121.599996-569.599982-25.599999-179.199994-166.399995-191.999994-460.799986-19.199999-639.99998 172.799995-179.199994 460.799986-185.599994 639.99998-6.4 159.999995 159.999995 172.799995 409.599987 38.399999 582.399982l198.399994 198.399994C1030.399979 940.799971 1030.399979 979.199969 1004.79998 1004.799969zM703.999989 262.399992c-127.999996-179.199994-390.399988-179.199994-518.399984 0-83.199997 108.799997-83.199997 268.799992 0 377.599988 127.999996 179.199994 390.399988 179.199994 518.399984 0C787.199987 524.799984 787.199987 371.199988 703.999989 262.399992z" p-id="4261"></path></svg>
    </div>
    <div class="lang_div">
      <div class="other_lang_div">
        <div class="other_lang">
          <div class="other_lang_item">
            <a href="https://en.diamondgroup.cn/">English</a>
          </div>
        </div>
      </div>
      <div>中文简体</div>
      <svg class="bottom_arrow" t="1724372231772" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4386" width="200" height="200" icon="" class=""><path d="M904 332c0-8.189-3.124-16.379-9.372-22.628-12.497-12.496-32.759-12.496-45.256 0L512 646.745 174.628 309.372c-12.497-12.496-32.758-12.496-45.255 0-12.497 12.498-12.497 32.758 0 45.256l360 360c12.497 12.496 32.758 12.496 45.255 0l360-360C900.876 348.379 904 340.189 904 332z" p-id="4387"></path></svg>
    </div>
    <a href="https://www.sinomach.com.cn/" target="_blank">
      
        <img src="./202503/W020250326577521760220.png" class="right_logo white_img" alt="logo"/>
      
    </a>
  </div>
</div>
<script>
  const minColumnListContent = document.querySelectorAll('.min_column_list_content');

  $(".column_list").click(function() {
    if(minColumnListContent[0].classList.contains('display_block')) {
      minColumnListContent[0].classList.remove('display_block')
    } else {
      minColumnListContent[0].classList.add('display_block')
    }
  })
  //三级导航栏目切换效果
    const threeNavItem = document.querySelectorAll('.three_nav_item');
    const fourNav = document.querySelectorAll('.four_nav');
    var threeLevelNavElm = document.querySelectorAll('.threeLevelNav');
    var threeLevelNavInitIndex = 0;
    var threeNavItemIndex = 0
    var lastThreeNaveIndex = 0;
    $(".dynamic_channel_21427").hover(function() {
        threeLevelNavInitIndex = 0
        lastThreeNaveIndex = 0
        fourNav[threeLevelNavInitIndex].classList.add('four_nav_show')
        threeNavItem[threeLevelNavInitIndex].classList.add('three_nav_item_active')
      }
    )
    $(".dynamic_channel_21428").hover(function() {
        threeLevelNavInitIndex = 6
        lastThreeNaveIndex = 6
        fourNav[6].classList.add('four_nav_show')
        threeNavItem[6].classList.add('three_nav_item_active')
      }
    )
    $(".threeLevelNav").hover(function() {
      },function() {
        fourNav[threeNavItemIndex+threeLevelNavInitIndex].classList.remove('four_nav_show')
        threeNavItem[threeNavItemIndex+threeLevelNavInitIndex].classList.remove('three_nav_item_active')
      }
    )
    $(".three_nav_item").hover(
      function() {
        var index = $(this).index()
        console.log('index+threeLevelNavInitIndex',index+threeLevelNavInitIndex);
        console.log('lastThreeNaveIndex',lastThreeNaveIndex);
        if(lastThreeNaveIndex != index+threeLevelNavInitIndex) {
          fourNav[index+threeLevelNavInitIndex].classList.add('four_nav_show')
          threeNavItem[index+threeLevelNavInitIndex].classList.add('three_nav_item_active')
          fourNav[lastThreeNaveIndex].classList.remove('four_nav_show')
          threeNavItem[lastThreeNaveIndex].classList.remove('three_nav_item_active')
          threeNavItemIndex = index
          lastThreeNaveIndex = index + threeLevelNavInitIndex
        }
      }
    );
  // 滚动时改变导航栏样式
  const langDiv = document.querySelector('.lang_div');

  const header = document.querySelector('.syheader');
  const leftLogo = document.querySelector('.left_logo');
  const rightLogo = document.querySelector('.right_logo');
  const bottomArrow = document.querySelector('.bottom_arrow');
  // const zhFuoqiIcon = document.querySelector('.zh_fuoqi_icon');
  const searchIconSvg = document.querySelector('.search_icon_svg');
  const searchIcon = document.querySelector('.search_icon');
  const otherLangDiv = document.querySelector('.other_lang_div');

  

function scrollbarMove() {
  header.style.backgroundColor = '#ffffff';
  header.style.color = '#333333';
  header.style.boxShadow = 'rgba(0, 0, 0, 0.1) 0px 3px 6px';
  leftLogo.classList.remove('white_img')
  rightLogo.classList.remove('white_img')
  bottomArrow.classList.add('fill_333')
  searchIconSvg.classList.add('fill_333')
  searchIcon.classList.add('border_204')
}
function scrollbarStatistic() {
  header.style.color = '#ffffff';
  header.style.backgroundColor = 'rgba(0,0,0,0)';
  header.style.boxShadow = 'rgba(0, 0, 0, 0) 0px 3px 6px';
  leftLogo.classList.add('white_img')
  rightLogo.classList.add('white_img')
  bottomArrow.classList.remove('fill_333')
  searchIconSvg.classList.remove('fill_333')
  searchIcon.classList.remove('border_204')
}
window.addEventListener('scroll', function() {
      if (window.scrollY > 50) {
        scrollbarMove()
      } else {
        scrollbarStatistic()
      }
  });

  $(header).hover(function() {
    header.style.backgroundColor = '#ffffff';
    header.style.color = '#333333';
    leftLogo.classList.remove('white_img')
    rightLogo.classList.remove('white_img')
    bottomArrow.classList.add('fill_333')
    searchIconSvg.classList.add('fill_333')
    searchIcon.classList.add('border_204')

    
  },
   function() {
    if(window.scrollY > 0){} else {
      header.style.color = '#ffffff';
      header.style.backgroundColor = 'rgba(0,0,0,0)';
      leftLogo.classList.add('white_img')
      rightLogo.classList.add('white_img')
      bottomArrow.classList.remove('fill_333')
      searchIconSvg.classList.remove('fill_333')
      searchIcon.classList.remove('border_204')
    }

   }
  )

  $(langDiv).hover(function() {
    otherLangDiv.classList.add('show_display_data')
  },
   function() {
    otherLangDiv.classList.remove('show_display_data')

   }
  )

  $(function () {
    $('.search_icon').on('click', function() {
      window.open('../result/', '_self');
    })
  })

  $(function (params) {
    $('.lang_box').on('click', function() {
      $(this).toggleClass('active')
    })
  })
</script>
    <style>
  @media screen and (min-width: 769px) {
    .bottom_box_control_overall {
      display: none;
    }
    .right_box_control_overall {
      position: fixed;
      right: 10px;
      bottom: 10%;
      text-align: right;
      z-index: 9999;
    }
    .right_box_control {
      width: 50px;
      height: 50px;
      border-radius: 10px;
      background: #fff;
      margin-top: 4px;
      position: relative;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
    }
    .right_box_control svg{
      fill: #797979;
      width: 22.5px;
      height: 22.5px;
    }
    .right_box_control_top svg {
      fill: #007bff;
      width: 22.5px;
      height: 22.5px;
    }
    .right_box_control:hover svg {
      fill: #007bff;
    }
    .right_box_control:hover p {
      visibility: visible;
      opacity: 1;
    }

    .right_box_control p::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: 5px transparent solid;
      border-left-color: #0276c1;
      position: absolute;
      left: 100%;
      top: 50%;
      transform: translate(0, -50%);
    }
    
    .right_box_control p{
      position: absolute;
      right: 55px;
      top: 50%;
      transform: translate(0, -50%);
      background: #0276c1;
      padding: 10px 15px !important;
      border-radius: 5px;
      color: #fff;
      width: max-content;
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
      font-family: "poppins-regular";
      font-size: 14px !important;
      text-indent: 0 !important;
  }
  }
  @media screen and (max-width: 769px) {
    .right_box_control_overall {
      display: none;
    }
    .border_medium {
      box-sizing: border-box;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
    }
    .bottom_box_control_overall {
      width: 100%;
      display: flex;
      position: fixed;
      bottom: 0;
      z-index: 9999;
      height: 50px;
      background: #fff;
    }
    .bottom_box_control {
      width: calc(50% - 25px);
      height: 50px;
      background: #fff;
      margin-top: 4px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
    }
    .bottom_box_control p {
      font-size: 14px !important;
      text-indent: 0 !important;
      padding: 10px 15px !important;
    }
    .bottom_box_control svg{
      fill: #797979;
      width: 22.5px;
      height: 22.5px;
    }
    .bottom_box_control_top {
      width: 50px;
      height: 50px;
      background: #fff;
      margin-top: 4px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
    }
    .bottom_box_control_top svg {
      fill: #007bff;
      width: 22.5px;
      height: 22.5px;
    }
    .bottom_box_control:hover svg {
      fill: #007bff;
    }
    .bottom_box_control:hover p {
      visibility: visible;
      opacity: 1;
    }

    .bottom_box_control1 p::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: 5px transparent solid;
      border-left-color: #007bff;
      position: absolute;
      top: calc(100%);
      left: 15px;
      transform: translate(0, 0) rotate(90deg);
    }


    
    .bottom_box_control1 p{
      position: absolute;
      background: #0276c1;
      padding: 10px 15px;
      color: #fff;
      width: max-content;
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
      font-family: "poppins-regular";
      bottom: calc(100% + 5px);
      /* bottom: 100%; */
      right: auto;
      left: 0;
      transform: translate(0, -5px);
      border-radius: 10px;

    }

    .bottom_box_control2 p::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: 5px transparent solid;
      border-left-color: #007bff;
      position: absolute;
      top: 100%;
      left: auto;
      right: 25px;
      transform: translate(0, 0) rotate(90deg);
    }


    
    .bottom_box_control2 p{
      position: absolute;
      background: #0276c1;
      padding: 10px 15px;
      color: #fff;
      width: max-content;
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
      font-family: "poppins-regular";
      bottom: calc(100% + 5px);
      left: -150px;
      transform: translate(0, -5px);
      border-radius: 10px;

    }
  }
  .right_box_control p::before {
    content: "";
    width: 0;
    height: 0;
    z-index: 9;
    background-size: cover;
    position: absolute;
    top: 12px;
    left: 15px;
  }
  .bottom_box_control p::before {
    content: "";
    width: 0;
    height: 0;
    z-index: 9;
    background-size: cover;
    position: absolute;
    top: 12px;
    left: 15px;
  }
  .TRS_UEDITOR img {
    display: inline-block;
  }

</style>



<div class="right_box_control_overall">
  <div class="right_box_control">
    <a href="tel:0371-55983628" rel="nofollow">
      <span><svg t="1660889958708" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4845" width="200" height="200"><path d="M362.14417387 854.74958293l0 1.2901056c-6.9880736 0-12.11266027 0.53754453-15.12290774 0.53754454l-3.54779093 0c-74.46777493 0-134.457696-59.55988587-136.53620053-133.92015254-1.14676053-36.51716267 12.04098773-71.85172693 37.05470613-98.40640533 25.0137184-26.5546784 58.84316053-42.10762133 95.36032213-43.14687253 0.35836267 0 4.01366293-0.2150176 4.3361888-0.2150176 28.59734613 0 56.01209493 8.95906773 79.59236267 26.1246432 33.07688 11.68262507 66.51212267-4.65871573 99.15896747-48.45064107 32.50349973-43.46939947 39.34822827-77.94389333 20.31916693-102.42006827-6.773056-4.87373333-13.2952576-10.6792096-19.74578667-17.55977386-1.14676053-1.1109248-2.1860128-2.29352107-3.18942826-3.54779094-21.3584192-24.11781227-33.61442453-54.6503168-34.5820032-86.11456426-2.07850347-75.47119147 57.40970987-138.54303147 132.5583744-140.65737174 0.35836267 0 3.87031787-0.07167253 4.19284373-0.07167253 63.21518613 0 119.11977173 44.7953408 132.88090027 106.57707627 11.1092448 34.29531307 39.49157333 170.150624-97.00879147 352.62892693C531.57807253 836.50891947 409.0180192 854.74958293 362.14417387 854.74958293L362.14417387 854.74958293zM357.73631253 785.83642987c20.39083947 0.465872 127.541296-2.4010304 244.8334176-159.65059627 119.80066027-160.1881408 92.52925653-272.53485653 85.82787414-293.46323947-7.6331264-33.5069152-35.2628928-55.689568-66.54795947-55.689568-39.49157333 1.1109248-68.9489888 32.4318272-67.94557333 69.91656854 0.60921707 19.88913173 10.0341568 34.4028224 17.8106272 43.00352746 0.2508544 0.28669013 0.50170773 0.57338027 0.71672533 0.8600704 4.3361888 4.69455147 8.38568747 8.20650667 12.4351872 10.82255467 2.54437547 1.68430507 4.90956907 3.691136 6.91640107 5.98465707 21.1075648 23.79528533 61.96091627 90.16406293-14.29867307 192.1182592-49.23903893 65.9029056-99.73234773 79.69987093-133.382608 79.73570773-17.30891947 0-34.51033067-3.54779093-51.10252587-10.464192-2.86690133-1.18259733-5.59045867-2.7952288-8.0273248-4.73038827-8.56486933-6.7372192-22.68436053-14.8003808-41.3192224-14.8003808-20.4266752 0.57338027-37.16221547 8.09899733-49.52572906 21.21507414-12.3993504 13.18774827-18.921552 30.42499627-18.38400854 48.5223136 1.03925227 36.9830336 30.81919467 65.86706987 67.73055574 65.86706986 0.17918187 0 0.2150176 0.0358368 0.07167253 0.07167254 1.2901056-0.2150176 2.68772053-0.39419947 3.5119552-0.465872C350.6765664 784.72550507 354.29602987 785.0121952 357.73631253 785.83642987L357.73631253 785.83642987zM515.95345813 997.8438208c-64.75614507 0-127.57713173-12.6502048-186.7428192-37.52057813-17.52393707-7.4181088-25.73044373-27.55809387-18.34817173-45.082032 7.382272-17.55977387 27.55809387-25.694608 45.082032-18.38400854 50.63665387 21.28674667 104.462736 32.14513707 160.00895893 32.14513707 227.77535147 0 413.0488832-185.27353173 413.0488832-413.0488832 0-227.73951467-185.27353173-413.0488832-413.0488832-413.0488832S102.90457493 288.2139424 102.90457493 515.98929387c0 77.8722208 21.7884544 153.70177493 63.00016747 219.3179904 10.06999253 16.1263232 5.232096 37.34139627-10.8583904 47.4472256-16.0904864 10.10582933-37.34139627 5.26793173-47.4472256-10.8583904-48.16395093-76.65378773-73.5718688-165.1335456-73.5718688-255.9068256 0-265.690128 216.16439893-481.89036373 481.89036373-481.89036374s481.89036373 216.16439893 481.89036374 481.89036374C997.80798507 781.67942187 781.64358613 997.8438208 515.95345813 997.8438208L515.95345813 997.8438208z" p-id="4846"></path></svg></span>
    <p>电话：0371-55983628</p>
    </a>
  </div>
  <div class="right_box_control">
    <a href="mailto:sinomach-dia@diamondgroup.cn" rel="nofollow">
      <span><svg t="1631600011853" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5803" width="128" height="128"><path d="M983.899806 785.385782V224.886223h0.180631l-0.180631-4.696419c-0.180632-5.238314-0.722526-10.476627-1.806315-15.714941-2.890104-25.469042-21.675781-44.977245-45.519139-47.686717H122.287529c-11.741048 0-23.482096 1.625684-34.861881 5.238314-30.346093 10.295996-50.757453 40.100194-50.576821 74.058917v534.849885c-0.361263 21.314518 5.780208 42.087141 17.701887 59.789028l0.361263 0.722526 5.418946 3.973893c18.243782 21.856412 44.977245 34.319986 73.517022 34.500618H904.421944c37.751984 0 70.265655-27.094726 79.477862-66.291763l0.180631-0.541894c0.361263-5.96084 0.361263-11.741048-0.180631-17.701888zM390.16405 547.494091l55.453872 49.854295 43.893456 40.100194c5.418945 5.96084 13.005468 9.57347 21.133886 9.57347 7.947786 0 15.534309-3.431999 21.133886-9.57347l101.153642-91.941436 272.753572 263.721997H126.622685L390.16405 547.494091z m120.119951 30.346092L111.449638 216.03528H115.604163c214.409596-0.903158 703.559711-2.890104 793.875463-0.361263l-399.195625 362.166166z m165.458458-69.72376l251.619686-227.956959v474.518963L675.742459 508.116423z m-328.568707 0.180631L93.205856 760.278003V278.895043l253.967896 229.402011z" p-id="5804"></path></svg></span>
    <p>邮箱：sinomach-dia@diamondgroup.cn</p>
    </a>
  </div>
  <div class="right_box_control right_box_control_top">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="33.341" viewBox="0 0 50 33.341">
      <path id="top" data-name="top" d="M52.922,354.993a6.1,6.1,0,0,1,10.174.121l17.93,23.847c2.769,3.686,1.272,6.672-3.336,6.672l-40.634.025c-4.587,0-6.025-2.919-3.173-6.546Z" transform="translate(-32.416 -352.316)"></path>
    </svg>
  </div>
</div>

<div class="bottom_box_control_overall">
  <div class="bottom_box_control bottom_box_control1">
    <a href="tel:0371-55983628" rel="nofollow">
      <span><svg t="1660889958708" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4845" width="200" height="200"><path d="M362.14417387 854.74958293l0 1.2901056c-6.9880736 0-12.11266027 0.53754453-15.12290774 0.53754454l-3.54779093 0c-74.46777493 0-134.457696-59.55988587-136.53620053-133.92015254-1.14676053-36.51716267 12.04098773-71.85172693 37.05470613-98.40640533 25.0137184-26.5546784 58.84316053-42.10762133 95.36032213-43.14687253 0.35836267 0 4.01366293-0.2150176 4.3361888-0.2150176 28.59734613 0 56.01209493 8.95906773 79.59236267 26.1246432 33.07688 11.68262507 66.51212267-4.65871573 99.15896747-48.45064107 32.50349973-43.46939947 39.34822827-77.94389333 20.31916693-102.42006827-6.773056-4.87373333-13.2952576-10.6792096-19.74578667-17.55977386-1.14676053-1.1109248-2.1860128-2.29352107-3.18942826-3.54779094-21.3584192-24.11781227-33.61442453-54.6503168-34.5820032-86.11456426-2.07850347-75.47119147 57.40970987-138.54303147 132.5583744-140.65737174 0.35836267 0 3.87031787-0.07167253 4.19284373-0.07167253 63.21518613 0 119.11977173 44.7953408 132.88090027 106.57707627 11.1092448 34.29531307 39.49157333 170.150624-97.00879147 352.62892693C531.57807253 836.50891947 409.0180192 854.74958293 362.14417387 854.74958293L362.14417387 854.74958293zM357.73631253 785.83642987c20.39083947 0.465872 127.541296-2.4010304 244.8334176-159.65059627 119.80066027-160.1881408 92.52925653-272.53485653 85.82787414-293.46323947-7.6331264-33.5069152-35.2628928-55.689568-66.54795947-55.689568-39.49157333 1.1109248-68.9489888 32.4318272-67.94557333 69.91656854 0.60921707 19.88913173 10.0341568 34.4028224 17.8106272 43.00352746 0.2508544 0.28669013 0.50170773 0.57338027 0.71672533 0.8600704 4.3361888 4.69455147 8.38568747 8.20650667 12.4351872 10.82255467 2.54437547 1.68430507 4.90956907 3.691136 6.91640107 5.98465707 21.1075648 23.79528533 61.96091627 90.16406293-14.29867307 192.1182592-49.23903893 65.9029056-99.73234773 79.69987093-133.382608 79.73570773-17.30891947 0-34.51033067-3.54779093-51.10252587-10.464192-2.86690133-1.18259733-5.59045867-2.7952288-8.0273248-4.73038827-8.56486933-6.7372192-22.68436053-14.8003808-41.3192224-14.8003808-20.4266752 0.57338027-37.16221547 8.09899733-49.52572906 21.21507414-12.3993504 13.18774827-18.921552 30.42499627-18.38400854 48.5223136 1.03925227 36.9830336 30.81919467 65.86706987 67.73055574 65.86706986 0.17918187 0 0.2150176 0.0358368 0.07167253 0.07167254 1.2901056-0.2150176 2.68772053-0.39419947 3.5119552-0.465872C350.6765664 784.72550507 354.29602987 785.0121952 357.73631253 785.83642987L357.73631253 785.83642987zM515.95345813 997.8438208c-64.75614507 0-127.57713173-12.6502048-186.7428192-37.52057813-17.52393707-7.4181088-25.73044373-27.55809387-18.34817173-45.082032 7.382272-17.55977387 27.55809387-25.694608 45.082032-18.38400854 50.63665387 21.28674667 104.462736 32.14513707 160.00895893 32.14513707 227.77535147 0 413.0488832-185.27353173 413.0488832-413.0488832 0-227.73951467-185.27353173-413.0488832-413.0488832-413.0488832S102.90457493 288.2139424 102.90457493 515.98929387c0 77.8722208 21.7884544 153.70177493 63.00016747 219.3179904 10.06999253 16.1263232 5.232096 37.34139627-10.8583904 47.4472256-16.0904864 10.10582933-37.34139627 5.26793173-47.4472256-10.8583904-48.16395093-76.65378773-73.5718688-165.1335456-73.5718688-255.9068256 0-265.690128 216.16439893-481.89036373 481.89036373-481.89036374s481.89036373 216.16439893 481.89036374 481.89036374C997.80798507 781.67942187 781.64358613 997.8438208 515.95345813 997.8438208L515.95345813 997.8438208z" p-id="4846"></path></svg></span>
    <p>电话：0371-55983628</p>
    </a>
  </div>
  <div class="bottom_box_control bottom_box_control2 border_medium">
    <a href="mailto:sinomach-dia@diamondgroup.cn" rel="nofollow">
      <span><svg t="1631600011853" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5803" width="128" height="128"><path d="M983.899806 785.385782V224.886223h0.180631l-0.180631-4.696419c-0.180632-5.238314-0.722526-10.476627-1.806315-15.714941-2.890104-25.469042-21.675781-44.977245-45.519139-47.686717H122.287529c-11.741048 0-23.482096 1.625684-34.861881 5.238314-30.346093 10.295996-50.757453 40.100194-50.576821 74.058917v534.849885c-0.361263 21.314518 5.780208 42.087141 17.701887 59.789028l0.361263 0.722526 5.418946 3.973893c18.243782 21.856412 44.977245 34.319986 73.517022 34.500618H904.421944c37.751984 0 70.265655-27.094726 79.477862-66.291763l0.180631-0.541894c0.361263-5.96084 0.361263-11.741048-0.180631-17.701888zM390.16405 547.494091l55.453872 49.854295 43.893456 40.100194c5.418945 5.96084 13.005468 9.57347 21.133886 9.57347 7.947786 0 15.534309-3.431999 21.133886-9.57347l101.153642-91.941436 272.753572 263.721997H126.622685L390.16405 547.494091z m120.119951 30.346092L111.449638 216.03528H115.604163c214.409596-0.903158 703.559711-2.890104 793.875463-0.361263l-399.195625 362.166166z m165.458458-69.72376l251.619686-227.956959v474.518963L675.742459 508.116423z m-328.568707 0.180631L93.205856 760.278003V278.895043l253.967896 229.402011z" p-id="5804"></path></svg></span>
    <p>邮箱：sinomach-dia@diamondgroup.cn</p>
    </a>
  </div>
  <div class="bottom_box_control_top">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="33.341" viewBox="0 0 50 33.341">
      <path id="top" data-name="top" d="M52.922,354.993a6.1,6.1,0,0,1,10.174.121l17.93,23.847c2.769,3.686,1.272,6.672-3.336,6.672l-40.634.025c-4.587,0-6.025-2.919-3.173-6.546Z" transform="translate(-32.416 -352.316)"></path>
    </svg>
  </div>
</div>

<script>
  function isMobile() {
    var userAgent = navigator.userAgent || navigator.vendor || window.opera;
    return /android|avantgo|blackberry|iemobile|ipad|iphone|ipod|opera mini|opera mobi|palm|pocket|psp|series(4|6)0|symbian|windows ce|windows phone|xda|xiino/i.test(userAgent)
  }
  function getRouter () {
    console.log('isMobile()',isMobile());
    if(isMobile()){
      console.log('mobile');
      // if(window.jumpH5 === false) return
      // if (location.pathname.includes('preview')) {
      //   if(!location.pathname.includes('/h5/')) {
      //     console.log('dev');
      //     var arr = location.pathname.split('/')
      //     arr.splice(3, 0, 'h5')
      //     console.log(arr, 'arr');
      //     location.href = location.origin + arr.join('/')
      //   }
      // } else {
      //   console.log('prod');
      //   if (!location.pathname.includes('h5')) {
      //     location.href = location.origin + "/h5" + location.pathname
      //   }
      // }
    } else {
      console.log('pc');
      // if (location.pathname.includes('h5')) {
      //   var arr1 = location.pathname.split('/').filter(item => item != 'h5')
      //   console.log('arr1', arr1);
      //   location.href = location.origin + arr1.join('/')
      // }
      $(window).resize(function() {
        setZoom()

      })
      $(document).ready(function(){
        setZoom()
      })
    }
  }
  function setZoom() {
    // var zoom = $(window).width() / 1920
    // $('body').css({'zoom':zoom})
    // console.log('p1111',zoom);

  }
  getRouter()
  $('.right_box_control_top').click(
    function(index, el) {
      window.scrollTo({
      top: 0,
      behavior: 'smooth' // 可选：'auto'（直接跳转）或 'smooth'（平滑滚动）
    });
    }
  )
  $('.bottom_box_control_top').click(
    function(index, el) {
      window.scrollTo({
      top: 0,
      behavior: 'smooth' // 可选：'auto'（直接跳转）或 'smooth'（平滑滚动）
    });
    }
  )
  var _hmt = _hmt || [];
  (function() {
    var hm = document.createElement("script");
    hm.src = "https://hm.baidu.com/hm.js?2238b6a8f424679cecefa4f19f9260a6";
    var s = document.getElementsByTagName("script")[0]; 
    s.parentNode.insertBefore(hm, s);
  })();
</script>

    <div class="banner swiper mySwiper">
      <div class="swiper-wrapper">
          
            <div class='swiper-slide relative'>
              <img src="./202503/W020250328369798763712.jpg" class="w-full h-full"/>
              <div class="p_info">
                <div>
                    <p class="p_btitle">建成科技驱动的</p>
                    <h6 class="p_subtitle">世界一流金刚石产业集团</h6>
                    <p class="p_summary">SINOMACH-DIA</p>
                </div>
            </div>
            </div>
          
            <div class='swiper-slide relative'>
              <img src="./202503/W020250328370213414286.jpg" class="w-full h-full"/>
              <div class="p_info">
                <div>
                    <p class="p_btitle">建成科技驱动的</p>
                    <h6 class="p_subtitle">世界一流金刚石产业集团</h6>
                    <p class="p_summary">SINOMACH-DIA</p>
                </div>
            </div>
            </div>
          
            <div class='swiper-slide relative'>
              <img src="./202503/W020250328370494130561.jpg" class="w-full h-full"/>
              <div class="p_info">
                <div>
                    <p class="p_btitle">建成科技驱动的</p>
                    <h6 class="p_subtitle">世界一流金刚石产业集团</h6>
                    <p class="p_summary">SINOMACH-DIA</p>
                </div>
            </div>
            </div>
          
      </div>
      <div class="swiper-button-next"></div>
      <div class="swiper-button-prev"></div>
      <div class="swiper-pagination"></div>
    </div>
    <!-- 第二页 -->
    <div class="sy_about_overall">
      
        <div class="sy_about" style="background-image: url('./sygy/202503/W020250328602759913158.jpg'); background-repeat: no-repeat; background-position: center;">
          <!-- <img src="./sygy/202503/W020250328602759913158.jpg" class="mx-auto"/> -->
          <div class="main_width flex">
            <div class="w-[700px] min_display_none"></div>
            <div class="sy_about_text bg-[rgba(255,255,255,0.9)]">
              
                <div>
                  <!-- <div class="sy_title h-[35px] text-[#1e237f] text-[48px] leading-[24px]"> -->
                  <div class="sy_title sy_about_text_title text-[#1e237f]">
                    关于国机金刚石
                  </div>
                  <div class="sy_about_text_content">
                    <div class="trs_editor_view TRS_UEDITOR trs_paper_default trs_web"><p style="box-sizing: border-box;margin: 0px 0px 12px;text-align: justify;color: rgb(102, 102, 102);font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, &#39;Helvetica Neue&#39;, Arial, &#39;Noto Sans&#39;, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;, &#39;Noto Color Emoji&#39;;font-size: 16px;text-wrap: wrap;background: transparent;">    国机金刚石(河南)有限公司隶属于中国机械工业集团有限公司(国机集团)，控股股东为国机精工集团股份有限公司(国机精工)。</p><p style="box-sizing: border-box;margin: 0px 0px 12px;text-align: justify;color: rgb(102, 102, 102);font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, &#39;Helvetica Neue&#39;, Arial, &#39;Noto Sans&#39;, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;, &#39;Noto Color Emoji&#39;;font-size: 16px;text-wrap: wrap;background: transparent;">    国机金刚石由国机精工与河南省新材料投资集团有限公司联合出资设立，肩负引领超硬材料行业高质量发展的使命，以巩固提升超硬材料及制品产业链国际竞争优势为主线，以原辅材料、关键装备、结构化应用、功能化应用、培育钻石新消费和标准检测服务为主攻方向，业务涵盖金刚石行业上中下游各关键环节，努力建成科技驱动的世界一流金刚石产业集团。</p><p><br/></p></div>
                  </div>
                </div>
              
            </div>
          </div>

        </div>


      
      <div class="mx-auto">
        
          <div class="sy_layout" style="background: url('./sygy/202503/W020250328602760123288.jpg' );background-repeat: no-repeat; background-size: cover;">
            <div class="sy_about_data w-full  flex justify-between">
              <div class="sy_statistic ">
                <div class="sylayout sy_statistic_num w-full text-[#fff] leading-[48px] text-center">6</div>
                <div class="w-full text-[#fff] leading-[29px] h-[29px] text-center">6大业务布局</div>
              </div>
              <div class="sy_statistic ">
                <div class="flex justify-center w-full text-[#fff] leading-[48px] text-center">
                  <div class="syproduct sy_statistic_num">300</div>
                  <div class="sy_statistic_symbol text-[16px] relative left-[10px]">万+</div>
                </div>
                <div class="w-full text-[#fff] leading-[29px] h-[29px] text-center">年产超硬材料制品</div>
              </div>
              <div class="sy_statistic ">
                <div class="flex justify-center w-full text-[#fff] leading-[48px] text-center">
                  <div class="syclient sy_statistic_num">1500</div>
                  <div class="sy_statistic_symbol text-[16px] relative left-[10px]">+</div>
                </div>
                <div class="w-full text-[#fff] leading-[29px] h-[29px] text-center">业务覆盖全球客户</div>
              </div>
              <div class="sy_statistic ">
                <div class="flex justify-center w-full text-[#fff] leading-[48px] text-center">
                  <div class="synation sy_statistic_num">80</div>
                  <div class="sy_statistic_symbol text-[16px] relative left-[10px]">+</div>
                </div>
                <div class="w-full text-[#fff] leading-[29px] h-[29px] text-center">产品出口国家</div>
              </div>
              <div class="sy_statistic ">
                <div class=" flex justify-center w-full text-[#fff] leading-[48px] text-center">
                  <div class="sypatent sy_statistic_num">300</div>
                  <div class="sy_statistic_symbol text-[16px] relative left-[10px]">+</div>
                </div>
                <div class="w-full text-[#fff] leading-[29px] h-[29px] text-center">近五年获得国家授权专利</div>
              </div>
            </div>
          </div>
        
      </div>
    </div>
    <!-- 业务布局 -->
    <div class="sy_layout_content w-full">
      <div class="sy_title w-[calc(90%)] mx-auto font-bold text-center">业务布局</div>
      <div class="w-full layout_screen">
        
          
            <div class="sy_loayout_item sy_loayout_item_web">
              <div class="layout_img" style="background: url('../ywbj/yfcl/202504/W020250401358085342061.jpg' )">
                <div class="sy_loayout_item_content">
                  <img src="../ywbj/yfcl/202504/W020250401358085550366.png" class="sy_loayout_item_content_img"/>
                  <div class="sy_loayout_item_content_title">
                    原辅材料
                  </div>
                  <div class="sy_loayout_item_content_des">
                    围绕HTHP与CVD两条合成超硬材料的技术路线，开展核心的原材料、辅助材料、超硬材料单晶/微粉、复合超硬材料以及大尺寸单晶/多晶金刚石产品及业务。 
                  </div>
                  <a class="min_display_none " href="../ywbj/yfcl/">
                    <div class="sy_loayout_item_more">
                      <span>了解更多</span>
                    </div>
                  </a>
                </div>
              </div>
            </div>
            <div class="sy_loayout_item sy_loayout_item_mobile">
              <a class="min_display_none block" href="../ywbj/yfcl/">
                <div class="layout_img" style="background: url('../ywbj/yfcl/202504/W020250401358085342061.jpg' )">
                  <div class="sy_loayout_item_content">
                    <img src="../ywbj/yfcl/202504/W020250401358085550366.png" class="sy_loayout_item_content_img"/>
                    <div class="sy_loayout_item_content_title">
                      原辅材料
                    </div>
                    <div class="sy_loayout_item_content_des">
                      围绕HTHP与CVD两条合成超硬材料的技术路线，开展核心的原材料、辅助材料、超硬材料单晶/微粉、复合超硬材料以及大尺寸单晶/多晶金刚石产品及业务。 
                    </div>
                    <a class="min_display_none " href="../ywbj/yfcl/">
                      <div class="sy_loayout_item_more">
                        <span>了解更多</span>
                      </div>
                    </a>
                  </div>
                </div>
              </a>
            </div>
          
        
          
            <div class="sy_loayout_item sy_loayout_item_web">
              <div class="layout_img" style="background: url('../ywbj/gjzb/202504/W020250401358856555509.jpg' )">
                <div class="sy_loayout_item_content">
                  <img src="../ywbj/gjzb/202504/W020250401358856763347.png" class="sy_loayout_item_content_img"/>
                  <div class="sy_loayout_item_content_title">
                    关键装备
                  </div>
                  <div class="sy_loayout_item_content_des">
                    围绕行业用关键装备，开展高温高压系列装备、气相沉积系列装备、粉末冶金系列装备、金刚石加工专用设备、自动化装备和检验检测装备六大类产品及业务。
                  </div>
                  <a class="min_display_none " href="../ywbj/gjzb/">
                    <div class="sy_loayout_item_more">
                      <span>了解更多</span>
                    </div>
                  </a>
                </div>
              </div>
            </div>
            <div class="sy_loayout_item sy_loayout_item_mobile">
              <a class="min_display_none block" href="../ywbj/gjzb/">
                <div class="layout_img" style="background: url('../ywbj/gjzb/202504/W020250401358856555509.jpg' )">
                  <div class="sy_loayout_item_content">
                    <img src="../ywbj/gjzb/202504/W020250401358856763347.png" class="sy_loayout_item_content_img"/>
                    <div class="sy_loayout_item_content_title">
                      关键装备
                    </div>
                    <div class="sy_loayout_item_content_des">
                      围绕行业用关键装备，开展高温高压系列装备、气相沉积系列装备、粉末冶金系列装备、金刚石加工专用设备、自动化装备和检验检测装备六大类产品及业务。
                    </div>
                    <a class="min_display_none " href="../ywbj/gjzb/">
                      <div class="sy_loayout_item_more">
                        <span>了解更多</span>
                      </div>
                    </a>
                  </div>
                </div>
              </a>
            </div>
          
        
          
            <div class="sy_loayout_item sy_loayout_item_web">
              <div class="layout_img" style="background: url('../ywbj/jghyy/202504/W020250401359469352397.jpg' )">
                <div class="sy_loayout_item_content">
                  <img src="../ywbj/jghyy/202504/W020250401359469561559.png" class="sy_loayout_item_content_img"/>
                  <div class="sy_loayout_item_content_title">
                    结构化应用
                  </div>
                  <div class="sy_loayout_item_content_des">
                    针对航空航天、深海深地、半导体、新能源、新能源汽车等领域，开展超硬磨具、超硬刀具、精密特材以及超硬材料非磨削应用产品及业务。
                  </div>
                  <a class="min_display_none " href="../ywbj/jghyy/">
                    <div class="sy_loayout_item_more">
                      <span>了解更多</span>
                    </div>
                  </a>
                </div>
              </div>
            </div>
            <div class="sy_loayout_item sy_loayout_item_mobile">
              <a class="min_display_none block" href="../ywbj/jghyy/">
                <div class="layout_img" style="background: url('../ywbj/jghyy/202504/W020250401359469352397.jpg' )">
                  <div class="sy_loayout_item_content">
                    <img src="../ywbj/jghyy/202504/W020250401359469561559.png" class="sy_loayout_item_content_img"/>
                    <div class="sy_loayout_item_content_title">
                      结构化应用
                    </div>
                    <div class="sy_loayout_item_content_des">
                      针对航空航天、深海深地、半导体、新能源、新能源汽车等领域，开展超硬磨具、超硬刀具、精密特材以及超硬材料非磨削应用产品及业务。
                    </div>
                    <a class="min_display_none " href="../ywbj/jghyy/">
                      <div class="sy_loayout_item_more">
                        <span>了解更多</span>
                      </div>
                    </a>
                  </div>
                </div>
              </a>
            </div>
          
        
          
            <div class="sy_loayout_item sy_loayout_item_web">
              <div class="layout_img" style="background: url('../ywbj/gnhyy/202504/W020250401361621217639.jpg' )">
                <div class="sy_loayout_item_content">
                  <img src="../ywbj/gnhyy/202504/W020250401361621421002.png" class="sy_loayout_item_content_img"/>
                  <div class="sy_loayout_item_content_title">
                    功能化应用
                  </div>
                  <div class="sy_loayout_item_content_des">
                    围绕金刚石声光电磁热等功能化应用主要性能，开展金刚石水处理电极、金刚石声学振膜、金刚石热管理、光学窗口、金刚石半导体材料等产品及业务。
                  </div>
                  <a class="min_display_none " href="../ywbj/gnhyy/">
                    <div class="sy_loayout_item_more">
                      <span>了解更多</span>
                    </div>
                  </a>
                </div>
              </div>
            </div>
            <div class="sy_loayout_item sy_loayout_item_mobile">
              <a class="min_display_none block" href="../ywbj/gnhyy/">
                <div class="layout_img" style="background: url('../ywbj/gnhyy/202504/W020250401361621217639.jpg' )">
                  <div class="sy_loayout_item_content">
                    <img src="../ywbj/gnhyy/202504/W020250401361621421002.png" class="sy_loayout_item_content_img"/>
                    <div class="sy_loayout_item_content_title">
                      功能化应用
                    </div>
                    <div class="sy_loayout_item_content_des">
                      围绕金刚石声光电磁热等功能化应用主要性能，开展金刚石水处理电极、金刚石声学振膜、金刚石热管理、光学窗口、金刚石半导体材料等产品及业务。
                    </div>
                    <a class="min_display_none " href="../ywbj/gnhyy/">
                      <div class="sy_loayout_item_more">
                        <span>了解更多</span>
                      </div>
                    </a>
                  </div>
                </div>
              </a>
            </div>
          
        
          
            <div class="sy_loayout_item sy_loayout_item_web">
              <div class="layout_img" style="background: url('../ywbj/pyzsxxf/202504/W020250401361890357080.jpg' )">
                <div class="sy_loayout_item_content">
                  <img src="../ywbj/pyzsxxf/202504/W020250401361890564428.png" class="sy_loayout_item_content_img"/>
                  <div class="sy_loayout_item_content_title">
                    培育钻石新消费
                  </div>
                  <div class="sy_loayout_item_content_des">
                    利用“黛诺”品牌发展壮大培育钻石生产、加工、鉴定、展示、零售等全产业链条，打造“国民培育钻石珠宝品牌”。同时开展传统门店、电商、加盟等销售渠道建设，拓展培育钻石的终端消费市场，打造全球知名品牌。
                  </div>
                  <a class="min_display_none " href="../ywbj/pyzsxxf/">
                    <div class="sy_loayout_item_more">
                      <span>了解更多</span>
                    </div>
                  </a>
                </div>
              </div>
            </div>
            <div class="sy_loayout_item sy_loayout_item_mobile">
              <a class="min_display_none block" href="../ywbj/pyzsxxf/">
                <div class="layout_img" style="background: url('../ywbj/pyzsxxf/202504/W020250401361890357080.jpg' )">
                  <div class="sy_loayout_item_content">
                    <img src="../ywbj/pyzsxxf/202504/W020250401361890564428.png" class="sy_loayout_item_content_img"/>
                    <div class="sy_loayout_item_content_title">
                      培育钻石新消费
                    </div>
                    <div class="sy_loayout_item_content_des">
                      利用“黛诺”品牌发展壮大培育钻石生产、加工、鉴定、展示、零售等全产业链条，打造“国民培育钻石珠宝品牌”。同时开展传统门店、电商、加盟等销售渠道建设，拓展培育钻石的终端消费市场，打造全球知名品牌。
                    </div>
                    <a class="min_display_none " href="../ywbj/pyzsxxf/">
                      <div class="sy_loayout_item_more">
                        <span>了解更多</span>
                      </div>
                    </a>
                  </div>
                </div>
              </a>
            </div>
          
        
          
            <div class="sy_loayout_item sy_loayout_item_web">
              <div class="layout_img" style="background: url('../ywbj/bzjcfw/202504/W020250401362268556692.jpg' )">
                <div class="sy_loayout_item_content">
                  <img src="../ywbj/bzjcfw/202504/W020250401362268901318.png" class="sy_loayout_item_content_img"/>
                  <div class="sy_loayout_item_content_title">
                    标准检测服务
                  </div>
                  <div class="sy_loayout_item_content_des">
                    围绕产品检测、产品鉴定、行业咨询、标准建立、技术开发等为主要业务领域，聚焦行业关键技术问题，以技术突破为基础，提供高水平、全方位的优质服务。
                  </div>
                  <a class="min_display_none " href="../ywbj/bzjcfw/">
                    <div class="sy_loayout_item_more">
                      <span>了解更多</span>
                    </div>
                  </a>
                </div>
              </div>
            </div>
            <div class="sy_loayout_item sy_loayout_item_mobile">
              <a class="min_display_none block" href="../ywbj/bzjcfw/">
                <div class="layout_img" style="background: url('../ywbj/bzjcfw/202504/W020250401362268556692.jpg' )">
                  <div class="sy_loayout_item_content">
                    <img src="../ywbj/bzjcfw/202504/W020250401362268901318.png" class="sy_loayout_item_content_img"/>
                    <div class="sy_loayout_item_content_title">
                      标准检测服务
                    </div>
                    <div class="sy_loayout_item_content_des">
                      围绕产品检测、产品鉴定、行业咨询、标准建立、技术开发等为主要业务领域，聚焦行业关键技术问题，以技术突破为基础，提供高水平、全方位的优质服务。
                    </div>
                    <a class="min_display_none " href="../ywbj/bzjcfw/">
                      <div class="sy_loayout_item_more">
                        <span>了解更多</span>
                      </div>
                    </a>
                  </div>
                </div>
              </a>
            </div>
          
        
      </div>
    </div>
    <!-- 新闻中心 -->
    <div class="sy_news_content_outer">
      <div class="sy_news_content">
        <div class="sy_title sy_title_news  w-[calc(90%)] mx-auto font-bold text-center">新闻中心</div>
        <div class="w-full news_screen">
          
            <div class="sy_news_item">
              <div class="sy_news_item_content_pic">
                <a href="../xwzx/qyxw/202510/t20251027_585281.html">
                  <img src="../xwzx/qyxw/202510/W020251027525251146330_ORIGIN.png"/>
                </a>
              </div>
              <div class="sy_news_item_content_title">
                <a href="../xwzx/qyxw/202510/t20251027_585281.html">
                  喜报！国机金刚石下属三磨超硬在中南六省（区）质量管理交流活动中荣获多项佳绩
                </a>
              </div>
              <div class="text_ellipsis_2 sy_news_item_content_des">
                    近日，第45届中南六省（区）质量管理交流成果评选圆满落幕。国机金刚石下属郑州三磨超硬材料有限公司凭借扎实稳健的质量管理实践，在众多参评项目中脱颖而出，成功斩获一等奖4项、二等奖2项，为企业在质量管理领域再添浓墨重彩的一笔！    本次交流会议由湖南省质量协会主办，以贯彻《国家质量强国建设纲要》及《关于开展质量提升行动指导意见》为核心目标，为河南、湖北、湖南、广东、广西、海南六省（区）的质量工作者搭建了高效的交流平台。活动旨在促进区域内质量管理经验的共享与创新模式的探索，助力中南六省（区）质量发展水平的整体提升。三磨超硬此次获奖项目全面覆盖QC小组成果与质量信得过班组经验两大核心类别，具体获奖情况如下：序号部门小组/班组名称课题名称获奖情况1制品三部效率先锋小组提高1A8型金属超薄切割砂轮的检测效率一等奖2制品三部研磨加工组微米精匠质量信得过班组创建经验一等奖3制品八部冲锋号小组提高精密成形磨转向丝杠电镀砂轮合格率一等奖4制品九部奋进小组提高φ202规格倒边砂轮产品成品率一等奖5制品三部精益求精小组提高极薄金属切割刀片烧结成品率二等奖6特材二部利剑小组提高A配方体系UV减粘膜的成品率二等奖 此次荣誉的获得，既是中南六省（区）质量领域对三磨超硬质量管理工作的高度认可，更是公司长期践行“管理保证品质，创新提升品质，品质取信用户”核心理念的生动体现。从QC小组聚焦关键问题的“小切口”精准攻关，到班组管理全流程的精细化建设，先进的质量管理经验已深度融入企业生产经营的每一个环节，成为推动企业高质量发展的重要引擎。未来，三磨超硬将以此次获奖为新的起点，持续深化全面质量管理，积极推广优秀实践经验，以更高标准的产品品质赋能行业高质量发展，向每一支为荣誉拼搏的获奖团队致敬！    未来，三磨超硬将以此次获奖为新的起点，持续深化全面质量管理，积极推广优秀实践经验，以更高标准的产品品质赋能行业高质量发展，向每一支为荣誉拼搏的获奖团队致敬！
              </div>
              <div class="sy_news_item_content_detail">
                <a href="../xwzx/qyxw/202510/t20251027_585281.html">查看详细 ></a>
                2025/10/27
              </div>
            </div>
  
          
            <div class="sy_news_item">
              <div class="sy_news_item_content_pic">
                <a href="../xwzx/qyxw/202510/t20251027_585269.html">
                  <img src="../xwzx/qyxw/202510/W020251027519986623886_ORIGIN.jpg"/>
                </a>
              </div>
              <div class="sy_news_item_content_title">
                <a href="../xwzx/qyxw/202510/t20251027_585269.html">
                  工业和信息化部总工程师谢少锋一行到郑州三磨所调研
                </a>
              </div>
              <div class="text_ellipsis_2 sy_news_item_content_des">
                    10月15日，工业和信息化部总工程师谢少锋一行到国机金刚石下属郑州磨料磨具磨削研究所有限公司（以下简称“三磨所”）调研，深入了解企业经营发展、科技创新以及全国重点实验室建设情况。    在三磨所展厅，谢少锋听取了关于国机金刚石及三磨所发展历程、整体经营和产业化布局等情况的汇报；参观了高性能工具全国重点实验室，了解实验室在技术开发、科研成果转化等方面的情况。    在调研中，谢少锋充分肯定了公司近年来在突破行业关键核心技术、保障国家产业链供应链安全方面作出的重要贡献，并重点关注了公司科研平台建设、行业技术标准引领等方面情况。    谢少锋指出，一是要牢牢把握超硬材料行业国家队的使命定位，持续加大关键技术攻关，服务国家高水平科技自立自强；二是要高位谋划国家级科创平台的建设与能级提升，面向全球竞争，夺取技术标准制高点，全面夯实我国超硬材料产业链的核心竞争力。    河南省工业和信息化厅厅长严琛等省市有关部门领导参加调研。三磨所副总经理李超杰、赵炯代表被考察单位陪同介绍。
              </div>
              <div class="sy_news_item_content_detail">
                <a href="../xwzx/qyxw/202510/t20251027_585269.html">查看详细 ></a>
                2025/10/27
              </div>
            </div>
  
          
            <div class="sy_news_item">
              <div class="sy_news_item_content_pic">
                <a href="../xwzx/qyxw/202510/t20251027_585265.html">
                  <img src="../xwzx/qyxw/202510/W020251027517903837117_ORIGIN.jpg"/>
                </a>
              </div>
              <div class="sy_news_item_content_title">
                <a href="../xwzx/qyxw/202510/t20251027_585265.html">
                  锚定十五五，擘画新篇章 | 国机金刚石召开2026年度业务计划启动会暨全面预算编制专项培训会
                </a>
              </div>
              <div class="text_ellipsis_2 sy_news_item_content_des">
                为保障公司“十五五”发展开好局、起好步，落实战略绩效闭环管理要求，同时实现业务计划与全面预算有效衔接、提升预算编制准确性，2025年10月13日下午，国机金刚石（河南）有限公司2026年度业务计划启动会及全面预算编制专项培训会在郑州三磨所办公楼2楼报告厅顺利举行。国机金刚石党委委员、财务总监冯楠，各职能部门（中心）相关负责人、各所属企业（事业部）相关领导及部门人员共计100余人参会。锚定“十五五”规划，保障战略目标落地会议伊始，张娟娟做会议说明，强调2026年度业务计划与全面预算编制工作，既是公司承接“十五五”战略规划的关键落地动作，也是锚定规划目标、部署2026年工作的核心抓手。要以“十五五”战略目标为牵引，系统分解2026年整体经营目标，整体统筹好各项重点工作、压实各级责任、细化落地举措，确保年度业务计划从“规划”向“落地”扎实迈进。全面做好业务计划，筑牢业务发展根基运营管理部围绕年度业务计划总体及推进计划等提出要求，一是年度经营目标要承接“十五五”战略规划要求。2026年度公司各职能部门（中心）、各所属企业（事业部）要以战略达成为目标，营收、利润及关键指标均需承接和支撑规划落地。二是认真组织、精心策划。各组织负责人作为业务计划编制第一责任人，要充分认识业务计划论证的重要性、必要性，在内部就发展方向、目标和实施路径达成共识，实现自上而下、自下而上充分论证。三是全面覆盖论证主体。结合公司整体战略部署及各业务单元定位，按照“公司、研发平台、产业化平台、职能部门及运营中心”四层论证主体，全面做好论证工作。四是明确论证重点方向。公司要承接国机精工考核要求，聚焦主责主业，加快“补短板、强弱项”步伐，强化内部经营管理水平，提升核心竞争力。研发平台要基于三大战略方向，明确研发方向、重点任务及关键突破点，推动科研成果有效转化。产业化平台要承接公司产业化任务目标，重点围绕产能提升、成本优化、质量管控等核心工作，推动生产经营效率提升。各职能部门（中心）要站位公司层面，充分发挥职能职责，从制度、流程、能力和资源等方面，着重解决影响公司战略执行过程中的难题，全力保障战略目标达成。合理编制年度预算，推动预算目标与战略紧密衔接。财务资产部围绕全面预算编制总体工作等提出要求，一是要坚持稳中求进的工作总基调。全力以赴稳增长、提效益、强创新、控风险，保持“一利”稳定增长,“五率”持续改善，为“十五五”规划开局筑牢基础。二是要确立预算编制工作要求。细化预算编制维度，做好数据检查与复核，确保达成衔接论证。三是要明确分工与进度。预算编制工作实行归口管理负责制，各职能部门对归口管理范围内的预算编制质量和结果负责，保障整体节奏有序。四是要科学合理编制预算。预算编制单位以年度分解目标为基础，科学设定预算编制基础和假设，合理确定各项关键指标，确保数据真实反映经营效益。会议最后，冯楠强调，公司各部门（中心）、所属企业（事业部）要根据公司部署与要求，深入做好年度业务计划论证与全面预算编制工作，明确各组织下一年度目标与重点工作任务。同时，职能部门要充分发挥好职能管理作用，做好资源保障与归口管理工作，有效助力公司“十四五”规划完美收官与“十五五”规划精彩开局。
              </div>
              <div class="sy_news_item_content_detail">
                <a href="../xwzx/qyxw/202510/t20251027_585265.html">查看详细 ></a>
                2025/10/27
              </div>
            </div>
  
          
            <div class="sy_news_item">
              <div class="sy_news_item_content_pic">
                <a href="../xwzx/qyxw/202510/t20251015_583399.html">
                  <img src="../xwzx/qyxw/202510/W020251015580178335854_ORIGIN.jpg"/>
                </a>
              </div>
              <div class="sy_news_item_content_title">
                <a href="../xwzx/qyxw/202510/t20251015_583399.html">
                  国机金刚石2025年“质量月”活动圆满落幕
                </a>
              </div>
              <div class="text_ellipsis_2 sy_news_item_content_des">
                     2025年9月，国机金刚石（河南）有限公司紧扣“匠心铸品质 众智筑根基”核心主题，积极响应上级单位部署要求，全面启动“质量月”系列活动。通过多元化举措深化质量管理体系建设，夯实企业高质量发展根基，在全公司范围内成功营造“人人关心质量、人人守护质量”的浓厚氛围，推动质量意识融入生产经营各环节。精心策划谋开篇，锚定方向明路径 “质量月”启动前夕，公司提前谋划、周密部署，正式印发“质量月”活动通知及配套实施方案，统筹指导下属企业结合业务实际，开展形式多样的特色活动。活动以“强化质量理念、攻克质量难题”为核心目标，一方面通过多渠道宣传贯彻质量管理重要性，引导全员树立“精益求精”的匠心精神，在产品打磨与服务优化中追求细节完美；另一方面聚焦生产经营中的质量痛点、难点问题，以“极致追求”的态度推动品质升级，助力企业实现从“合格达标”到“卓越领先”的跨越式发展。双管齐下强根基，多维赋能提素养  活动期间，公司坚持“质量意识培育”与“质量能力提升”并行，通过多维度举措筑牢全员质量防线。9 月 4 日，公司召开 “质量月” 启动会，组织各单位分享方案、明确阶段目标，下属企业同步召开启动会，通过宣贯部署、主题宣誓让 “质量是全员责任” 理念深入人心；同时以条幅、海报、视频、公众号开展立体化宣传，征集并筛选 25 篇 “我身边的质量故事” 传递榜样力量。此外，公司开展分层级质量管理培训，累计组织814人次参与全面质量管理知识竞赛，以 “以赛促学” 普及质量知识，强化全员专业素养。国机金刚石召开“质量月”启动会晶源创科宣传看板精工锐意-我身边的质量故事三磨所-质量意识培训双向发力求突破，实践创新见实效          围绕“体系优化”与“实践创新”两大核心，公司推动“质量月”活动从“理论落地”向“实践见效”深度转化。公司持续推进全级次 QHSE 管理体系内部审核，9 月重点完成特种金刚石事业部、三磨超硬 2 家单位专项审核，正式发布《管理体系成熟度评价管理办法》，构建多体系量化评价标准，实现质量管理从“定性判断”到“定量分析”的精细化升级。各下属企业围绕“九个一”主题开展特色实践，涵盖质量研讨、改进创新、成本与风险分析、标准化建设等环节，推动质量责任层层落实。特种金刚石事业部体系内审首次会议新亚公司-QC项目成果发布会超硬刀具事业部-签订质量承诺书新亚公司-质量经验分享会  此外，公司积极对外交流赋能：推选4家单位6个QC小组参与国机精工第八届QC优秀成果发表赛；三磨超硬研磨班组被评选为“2024年度质量信得过标杆班组”并应邀分享班组建设经验；三磨超硬作为“郑州市企业首席质量官典型案例”入选单位，现场领取荣誉证书并作经验分享。精工博研通过实验室开放日等展现检验检测实力。三磨超硬研磨班组分享班组建三磨超硬入选“郑州市企业首席质量官典型案例”精工博研-检验检测促进产业优化升级行动重点项目顺利通过验收精工博研-计量成果入选工信部“典型案例集”  本次“质量月”活动的圆满闭幕，标志着国机金刚石在追求高质量发展的征程上迈出了坚实一步。活动既是对过往质量管理工作的系统总结，更是对未来质量提升征程的全面动员。公司将以此次“质量月”为新起点，秉持“更坚定的决心、更务实的行动、更创新的思路”，持续深化质量管理、巩固活动成效，将质量理念转化为常态化行动，为企业高质量发展注入更强动力，共同谱写国机金刚石卓越运营的新篇章！
              </div>
              <div class="sy_news_item_content_detail">
                <a href="../xwzx/qyxw/202510/t20251015_583399.html">查看详细 ></a>
                2025/10/15
              </div>
            </div>
  
          
            <div class="sy_news_item">
              <div class="sy_news_item_content_pic">
                <a href="../xwzx/djhd/202510/t20251015_583384.html">
                  <img src="../xwzx/djhd/202510/W020251015566484247791_ORIGIN.jpg"/>
                </a>
              </div>
              <div class="sy_news_item_content_title">
                <a href="../xwzx/djhd/202510/t20251015_583384.html">
                  中国共产党国机金刚石（河南）有限公司第二次代表大会胜利召开
                </a>
              </div>
              <div class="text_ellipsis_2 sy_news_item_content_des">
                    2025年10月10日上午，中国共产党国机金刚石（河南）有限公司第二次代表大会于郑州三磨所办公楼二楼报告厅顺利召开。公司总经理、党委副书记王伟涛主持大会，总部及各下属企业94名党员代表出席会议。    大会在庄严的国歌声中开幕。大会审议通过了选举办法、监票人建议名单、补选“两委”委员候选人预备人选名单等，以差额选举、无记名投票的方式，增补（按姓氏笔画排序）孙兆达、曹剑锋同志为中国共产党国机金刚石（河南）有限公司第一届委员会委员，增补郭永平同志为中国共产党国机金刚石（河南）有限公司第一届纪律检查委员会委员。    大会在雄壮的《国际歌》中落下帷幕。下一步，国机金刚石党委将以此次委员增补为契机，优化班子专业结构、强化班子凝聚力和战斗力，完善 “党建引领经营发展、经营成效检验党建实效” 机制，推动党建工作与生产经营深度融合，为公司建成科技驱动的世界一流金刚石产业集团筑牢政治根基、强化组织保障。
              </div>
              <div class="sy_news_item_content_detail">
                <a href="../xwzx/djhd/202510/t20251015_583384.html">查看详细 ></a>
                2025/10/15
              </div>
            </div>
  
          
            <div class="sy_news_item">
              <div class="sy_news_item_content_pic">
                <a href="../xwzx/qyxw/202510/t20251014_583227.html">
                  <img src="../xwzx/qyxw/202510/W020251014434863231724_ORIGIN.jpg"/>
                </a>
              </div>
              <div class="sy_news_item_content_title">
                <a href="../xwzx/qyxw/202510/t20251014_583227.html">
                  做靠谱承办方 获乒羽好成绩 | 这场比赛里有藏不住的硬核文化
                </a>
              </div>
              <div class="text_ellipsis_2 sy_news_item_content_des">
                “国机精工强！强!强！国机精工强!强!强！”伴随着比赛场内的嘹亮呐喊声，2025年9月29日，由国机精工工会主办、国机金刚石承办的“乒精全力 美美羽工” 国机精工 “金刚石杯” 乒羽团体邀请赛在郑州奥体中心圆满落幕。作为本次赛事承办方，国机金刚石以 “高标准、严要求、暖服务” 为标准，不仅将企业文化深度融入赛事筹备全过程，更以包揽羽毛球冠亚季军、斩获乒乓球冠军的亮眼战绩，让 “合力同行、创新共赢” 的核心价值观在赛场内外落地生根、熠熠生辉。以承办担当展企业实力，让文化氛围浸润赛场自承接赛事任务以来，国机金刚石将其视为展示企业综合能力、传递企业文化的重要窗口。作为成立之后首次承办的国机精工集团系统内的大型赛事，公司工会高度重视，迅速组建 5 个工作专班，多次召开现场沟通会，从方案制定到落地执行，从后勤保障到安全防护，从场地布置到设备调试，每一个环节都反复打磨，力求为大家提供一流的赛事体验。走进奥体中心乒羽场馆，浓厚的文化氛围扑面而来。道路一侧悬挂的道旗，从视觉设计到标语内容，精心融入国机精工系统内各企业的文化核心理念，让企业核心价值理念转化为可触可感的场景符号。本次赛事，国机金刚石共接待28支乒羽队伍，250余名参赛选手，以专业筹备能力与细致服务水平保障 52 场比赛顺利有序完成，得到了国机精工领导与兄弟单位的充分认可。深度融合实践：让体育精神与企业文化同频共振本次赛事中，公司将企业文化深度嵌入赛程规划、执行落地等全流程，推动体育精神与企业文化形成时代共鸣。国机精工副总经理、工会主席王延辉在开幕致辞中表示：“本次赛事不仅是体育竞技的盛会，更是企业文化凝聚力的生动实践。”参赛选手将企业文化内化于心、外化于行，在拼搏中传递出团结协作、永不言弃的精神力量。本届乒羽赛乒乓球赛场，队员们敢打敢拼，以顽强斗志与娴熟配合突出重围，正是工作中团结协作、善打硬仗精神的真实缩影。羽毛球比赛中，老队员带领新人研究战术、调整节奏，“传帮带”的传统在竞技中自然延续。比赛中，每一记精准的扣杀、每一次顽强的救球，不仅是技术的较量，更是国机金刚石信任、开放、包容、高效行为信条的展示。硬核实力夺冠：以赛场佳绩传精神力量，为发展注入动能经过一天紧张激烈的比拼，国机金刚石参赛队伍凭借扎实的竞技水平与顽强的拼搏精神，交出了亮眼答卷：羽毛球项目中，队员们一路过关斩将，成功包揽冠、亚、季军；乒乓球项目中，团队以黑马之姿奋勇争先，最终斩获冠军奖杯。颁奖环节，国机精工党委书记、董事长蒋蔚，副总经理王延辉等领导亲自为获奖队伍颁发奖杯、奖牌和鲜花，全场响起雷鸣般掌声，稳稳定格下这一高光时刻。此次赛事的圆满落幕，既是国机金刚石大型赛事承办能力的一次成功检阅，更是企业文化传承与精神传递的重要实践。下一步，国机金刚石将持续以文体活动为纽带，深化与各兄弟单位之间的交流合作，以健康向上的企业文化氛围凝聚内部合力、增进外部协同，持续朝着 “建成科技驱动的世界一流金刚石产业集团”的愿景稳步迈进，以赛事沉淀的拼搏精神为支撑，以岗位建功的实干担当，书写国机金刚石公司在超硬材料产业高质量发展的美好明天。
              </div>
              <div class="sy_news_item_content_detail">
                <a href="../xwzx/qyxw/202510/t20251014_583227.html">查看详细 ></a>
                2025/10/14
              </div>
            </div>
  
          
        </div>
      </div>
    </div>

    <style>
  @media screen and (min-width: 769px) {
    .web_foot {
      width: 100%;
      background-color: #005e9a;
      padding-top: 60px;
      color: #fff;
    }
    .web_foot_content {
      width: 94%;
      max-width: 1400px;
      margin-left: auto;
      margin-right: auto;
    }
    .web_foot_content_1 {
      display: flex;
      padding-bottom: 40px;
    }
    .web_foot_content_1_left {
      width: 20%;
    }
    .web_foot_content_1_right {
      width: 77%;
      margin-left: 3%;
      padding-left: 3%;
      border-left: 1px solid rgba(255, 255, 255, 0.2);
    }

    .left_logo {
      width: 238px;
      height: 50px;
      margin: 20px 0 20px 2%;
      /* filter: grayscale(1) brightness(10); */
    }
    .bottom_right_arrow::before {
      content: '';
      width: 3px;
      height: 5px;
      background: url('../images/rightArrow.png');
      position: absolute;
      left: 0px;
      top: 50%;
      transform: translateY(-50%);
    }
    .bottom_right_arrow:hover {
      text-decoration: underline;
    }
    .web_group_text {
      font-size: 22px;
      font-weight: bold;
      position: relative;
    }
    .web_group_text svg {
      fill: #fff;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
    .bottom_component_line {
      width: 100%;
      height: 1px;
      background-color: #337EAE;
      margin: 30px 0 40px 0;
    }
    .web_foot_content_2 {
      display: flex;
      margin-bottom: 10px;
    }
    .min_web_foot_content {
      display: none;
    }
  }
  @media screen and (max-width: 769px) {
    .web_foot {
      width: 100%;
      background-color: #005e9a;
      padding-top: 30px;
      color: #fff;
    }
    .web_foot_content {
      display: none;
    }
    .min_web_foot_top {
      display: flex;
      flex-direction: column;
      justify-content: center;
      /* justify-items: center; */
      align-items: center;
    }
    .min_web_foot_top img {
      width: 140px;
      height: 29.3px;
    }
    .left_logo {
      margin: 0 0 10px 0;
    }
    .min_web_foot_bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      width: 94%;
      max-width: 1400px;
      padding-left: 0px;
      padding-right: 0px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 25px;
      margin-bottom: 50px;
      padding-top: 25px;
      padding-bottom: 25px;

      color: #fff;
      font-size: 14px;
      text-align: center;
    }
  }
  .white_img {
    filter: grayscale(1) brightness(10);
  }

</style>

<div class="web_foot">
  <div class="web_foot_content">
    <div class="web_foot_content_1">
      <div class="web_foot_content_1_left">
        
          <img src="./202503/W020250326577521562364.png" class="left_logo white_img" alt="logo"/>
        
        <div class="text-[16px] leading-[1.5]">
          <span>电话：</span>
          <span class="font-bold">0371-55983628</span>
        </div>
      </div>
      <div class="web_foot_content_1_right flex">
        
          <div class="grow text-[20px] font-bold">
            <div class="mb-[15px]">
              <a href="../gywm/">
                关于我们
              </a>
            </div>
            
              
                <div class="bottom_right_arrow grow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
                  <a href="../gywm/qyjj/">
                    企业简介
                  </a>
      
                </div>
              
                <div class="bottom_right_arrow grow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
                  <a href="../gywm/gsjg/">
                    公司架构
                  </a>
      
                </div>
              
                <div class="bottom_right_arrow grow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
                  <a href="../gywm/ppjs/">
                    品牌介绍
                  </a>
      
                </div>
              
                <div class="bottom_right_arrow grow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
                  <a href="../gywm/qywh/">
                    企业文化
                  </a>
      
                </div>
              
                <div class="bottom_right_arrow grow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
                  <a href="../gywm/txbz/">
                    体系保证
                  </a>
      
                </div>
              
                <div class="bottom_right_arrow grow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
                  <a href="../gywm/hgsm/">
                    合规声明
                  </a>
      
                </div>
              

            


          </div>
        
          <div class="grow text-[20px] font-bold">
            <div class="mb-[15px]">
              <a href="../ywbj/">
                业务布局
              </a>
            </div>
            
              
                <div class="bottom_right_arrow grow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
                  <a href="../ywbj/yfcl/">
                    原辅材料
                  </a>
      
                </div>
              
                <div class="bottom_right_arrow grow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
                  <a href="../ywbj/gjzb/">
                    关键装备
                  </a>
      
                </div>
              
                <div class="bottom_right_arrow grow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
                  <a href="../ywbj/jghyy/">
                    结构化应用
                  </a>
      
                </div>
              
                <div class="bottom_right_arrow grow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
                  <a href="../ywbj/gnhyy/">
                    功能化应用
                  </a>
      
                </div>
              
                <div class="bottom_right_arrow grow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
                  <a href="../ywbj/pyzsxxf/">
                    培育钻石新消费
                  </a>
      
                </div>
              
                <div class="bottom_right_arrow grow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
                  <a href="../ywbj/bzjcfw/">
                    标准检测服务
                  </a>
      
                </div>
              

            


          </div>
        
          <div class="grow text-[20px] font-bold">
            <div class="mb-[15px]">
              <a href="../yyly/">
                应用领域
              </a>
            </div>
            
              
                <div class="bottom_right_arrow grow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
                  <a href="../yyly/dzhy/">
                    电子行业
                  </a>
      
                </div>
              
                <div class="bottom_right_arrow grow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
                  <a href="../yyly/hkht/">
                    航空航天
                  </a>
      
                </div>
              
                <div class="bottom_right_arrow grow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
                  <a href="../yyly/hljt/">
                    海陆交通
                  </a>
      
                </div>
              
                <div class="bottom_right_arrow grow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
                  <a href="../yyly/nyhy/">
                    能源行业
                  </a>
      
                </div>
              
                <div class="bottom_right_arrow grow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
                  <a href="../yyly/gmj/">
                    工模具
                  </a>
      
                </div>
              
                <div class="bottom_right_arrow grow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
                  <a href="../yyly/cycl/">
                    超硬材料
                  </a>
      
                </div>
              
                <div class="bottom_right_arrow grow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
                  <a href="../yyly/jchxlbj/">
                    机床核心零部件
                  </a>
      
                </div>
              

            


          </div>
        
          <div class="grow text-[20px] font-bold">
            <div class="mb-[15px]">
              <a href="../kjcx/">
                科技创新
              </a>
            </div>
            
              
                <div class="bottom_right_arrow grow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
                  <a href="../kjcx/kypt/">
                    科研平台
                  </a>
      
                </div>
              
                <div class="bottom_right_arrow grow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
                  <a href="../kjcx/kytd/">
                    科研团队
                  </a>
      
                </div>
              

            


          </div>
        
          <div class="grow text-[20px] font-bold">
            <div class="mb-[15px]">
              <a href="../rczp/">
                人才招聘
              </a>
            </div>
            
              
                <div class="bottom_right_arrow grow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
                  <a href="../rczp/yrln/">
                    用人理念
                  </a>
      
                </div>
              
                <div class="bottom_right_arrow grow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
                  <a href="../rczp/shzp/">
                    社会招聘
                  </a>
      
                </div>
              
                <div class="bottom_right_arrow grow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
                  <a href="../rczp/xyzp/">
                    校园招聘
                  </a>
      
                </div>
              

            


          </div>
        
          <div class="grow text-[20px] font-bold">
            <div class="mb-[15px]">
              <a href="../xwzx/">
                新闻中心
              </a>
            </div>
            
              
                <div class="bottom_right_arrow grow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
                  <a href="../xwzx/djhd/">
                    党建活动
                  </a>
      
                </div>
              
                <div class="bottom_right_arrow grow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
                  <a href="../xwzx/qyxw/">
                    企业新闻
                  </a>
      
                </div>
              

            


          </div>
        
          <div class="grow text-[20px] font-bold">
            <div class="mb-[15px]">
              <a href="../zbcg/">
                招标采购
              </a>
            </div>
            


          </div>
        
          <div class="grow text-[20px] font-bold">
            <div class="mb-[15px]">
              <a href="../lxwm/">
                联系我们
              </a>
            </div>
            


          </div>
        
          <div class="grow text-[20px] font-bold">
            <div class="mb-[15px]">
              <a href="../result/">
                搜索结果
              </a>
            </div>
            
              

            


          </div>
        
      </div>
    </div>
    <div class="web_group_text flex">
      <div class="w-[20px] mr-[10px]">
        <svg t="1729668960902" class="icon" viewBox="0 0 1025 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6248" width="200" height="200"><path d="M512.473172 1023.995242A511.814852 511.814852 0 0 1 313.545134 40.351073a512.244696 512.244696 0 0 1 398.855715 943.658633 508.815937 508.815937 0 0 1-199.927677 39.985536z m0-943.658634C274.559237 80.336608 80.629391 274.266455 80.629391 512.18039s193.929846 431.843781 431.843781 431.843781 431.843781-193.929846 431.843781-431.843781S751.386745 80.336608 512.473172 80.336608z" fill="" p-id="6249"></path><path d="M512.473172 1023.995242c-44.983727 0-88.967816-14.994576-128.953351-44.983728s-68.975048-64.976495-96.964924-112.959137c-53.980473-94.965646-83.969624-220.920083-83.969624-353.871987s29.989151-258.906341 83.969624-353.871988c27.989875-47.982642 59.978303-85.968901 96.964924-112.959137S467.489445 0.365538 512.473172 0.365538s88.967816 14.994576 128.953351 44.983727 68.975048 64.976495 96.964923 112.959137c53.980473 94.965646 83.969624 220.920083 83.969625 353.871988s-29.989151 258.906341-83.969625 353.871987c-27.989875 47.982642-59.978303 85.968901-96.964923 112.959137s-82.969986 44.983727-128.953351 44.983728z m0-943.658634c-123.955159 0-229.916828 197.9284-229.916828 431.843782s105.961669 431.843781 229.916828 431.843781 229.916828-197.9284 229.916828-431.843781S637.42797 80.336608 512.473172 80.336608z" fill="" p-id="6250"></path><path d="M845.352753 887.044783a39.985535 39.985535 0 0 1-39.985535-39.985535c0-8.996745-14.994576-31.988428-71.973963-53.980473s-136.950458-34.987343-220.920083-34.987343-161.941418 11.995661-220.920083 34.987343-71.973964 44.983727-71.973963 53.980473a39.985535 39.985535 0 0 1-79.971071 0c0-19.992768 6.997469-49.981919 38.985897-79.971071 19.992768-18.993129 48.982281-34.987343 83.969624-48.98228 66.975772-25.990598 155.943588-40.985174 249.909596-40.985174s181.934186 13.994937 249.909596 40.985174c34.987343 13.994937 62.977218 29.989151 83.969624 48.98228 31.988428 29.989151 38.985897 59.978303 38.985897 79.971071a39.985535 39.985535 0 0 1-39.985536 39.985535zM512.473172 366.233186c-93.966008 0-182.933824-14.994576-249.909596-41.984812-34.987343-13.994937-62.977218-30.98879-83.969624-49.981919-31.988428-29.989151-38.985897-60.977941-38.985897-80.970709a39.985535 39.985535 0 0 1 79.971071 0c0 13.994937 21.992044 36.98662 71.973963 56.979387s135.95082 35.986982 219.920445 35.986982 161.941418-12.995299 219.920444-35.986982 71.973964-42.98445 71.973963-56.979387a39.985535 39.985535 0 1 1 79.971071 0c0 19.992768-6.997469 50.981558-38.985897 80.970709-19.992768 18.993129-48.982281 35.986982-83.969624 49.981919-64.976495 26.990236-153.944311 41.984812-247.910319 41.984812z" fill="" p-id="6251"></path><path d="M512.473172 1013.998858a39.985535 39.985535 0 0 1-39.985535-39.985535V50.347457a39.985535 39.985535 0 0 1 79.97107 0v923.665866a39.985535 39.985535 0 0 1-39.985535 39.985535z" fill="" p-id="6252"></path><path d="M974.306105 552.165925H50.640239a39.985535 39.985535 0 0 1 0-79.971071h923.665866a39.985535 39.985535 0 1 1 0 79.971071z" fill="" p-id="6253"></path></svg>
      </div>
      <span>国机金刚石网站群</span>
    </div>
    <div class="bottom_component_line">
    </div>
    <div class="web_foot_content_2">
      <div class="grow text-[20px] font-bold">
        <div class="mb-[15px]">研发平台</div>
        <div class="bottom_right_arrow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
          <a href="https://www.zzsm.com/" target="_blank">
            <span>郑州磨料磨具磨削研究所有限公司</span>
        </a>
        </div>
      </div>
      <div class="grow text-[20px] font-bold">
        <div class="mb-[15px]">产业化平台</div>
        <div class="bottom_right_arrow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
          <a href="https://www.na-superhard.com/" target="_blank">
            <span>郑州新亚复合超硬材料有限公司</span>
          </a>
        </div>
        <div class="bottom_right_arrow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
          <a href="https://www.pire.net.cn/" target="_blank">
            <span>精工锐意科技(河南)有限公司</span>
          </a>
        </div>

      </div>
      <div class="grow text-[20px] font-bold">
        <div class="mb-[15px]">检验检测平台</div>
        <div class="bottom_right_arrow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
          <a href="https://www.cagtic.cn/" target="_blank">
            <span>国家磨料磨具质量检验检测中心</span>
          </a>
        </div>
      </div>
      <div class="grow text-[20px] font-bold">
        <div class="mb-[15px]">行业平台</div>
        <div class="bottom_right_arrow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
          <a href="http://www.sactc139.com/" target="_blank">
            <span>全国磨料磨具标准化技术委员会</span>
          </a>
        </div>
        <div class="bottom_right_arrow text-[16px] font-normal pl-[12px] leading-[2.2] relative">
          <a href="https://www.henandiamond.org.cn/" target="_blank">
            <span>河南省超硬材料协会</span>
          </a>
        </div>
      </div>
    </div>
    <div class="bottom_component_line">
    </div>
    <div class="flex pb-[30px] justify-center text-[14px] font-normal">
      <div class="mr-[30px]">版权所有©国机金刚石（河南）有限公司</div>
      <div>豫ICP备2024064511号</div>
    </div>

  </div>
  <div class="min_web_foot_content">
    <div class="min_web_foot_top">
      
        <img src="./202503/W020250326577521562364.png" class="left_logo white_img" alt="logo"/>
      
      <div class="text-[16px] leading-[1.5]">
        <span>电话：</span>
        <span class="font-bold">0371-55983628</span>
      </div>
    </div>
    <div class="min_web_foot_bottom">
      <div>版权所有©国机金刚石（河南）有限公司</div>
      <div>豫ICP备2024064511号</div>
    </div>
  </div>
</div>
<div class="mobile_foot">

</div>

  </body>
  <script>
    var label = true

    function isElementInViewport(el) {
      var rect = $(el);
      return (
        $(window).scrollTop()  + rect.outerHeight() < rect.offset().top && rect.offset().top < $(window).scrollTop() + window.innerHeight
      );
    }
    function numScrollAll() {
      numberCount('.sylayout', 6)
      numberCount('.syproduct', 300)
      numberCount('.syclient', 1500)
      numberCount('.synation', 80)
      numberCount('.sypatent', 300)
    }
    window.addEventListener('scroll', function() {

      var aboutElement = $('.sy_about_data')[0];
      if(label && isElementInViewport(aboutElement)) {
        //元素存在时执行的代码
        numScrollAll()
        label = false

      } 
      if(!isElementInViewport(aboutElement)) {
        label = true
      }
      console.log('isElementInViewport(aboutElement)',isElementInViewport(aboutElement));
      console.log('label',label);
    });

 
    // $(document).ready(function(){

    // })
    const layoutItem = document.querySelectorAll('.sy_loayout_item');
    const layoutItemDes = document.querySelectorAll('.sy_loayout_item_content_des');
    const layoutItemMore = document.querySelectorAll('.sy_loayout_item_more');


    
    var lastLayoutIndex = 0
    // expandflex
    $(".sy_loayout_item").hover(
      function() {
        console.log('window.screen',window.screen);
        if(window.screen.width < 769) return
        var index = $(this).index()
        if(lastLayoutIndex != index) {
          
          layoutItem[lastLayoutIndex].classList.add('shrink_flex')
          layoutItem[lastLayoutIndex].classList.remove('expand_flex')
          layoutItem[index].classList.add('expand_flex')
          layoutItemDes[index].classList.add('show_data')
          layoutItemDes[lastLayoutIndex].classList.remove('show_data')

          layoutItemMore[index].classList.add('show_data')
          layoutItemMore[lastLayoutIndex].classList.remove('show_data')


          lastLayoutIndex = index


        }
        console.log('in');
      },
      function() {
        var index = $(this).index()
        // layoutItem[index].style.flex = 1
        console.log('out');

      }
    );

    $(initSwiper)
    function initSwiper(params) {
      var swiper = new Swiper(".mySwiper", {
        slidesPerView: 1,
        spaceBetween: 0,
        loop: true,
        pagination: {
          el: ".swiper-pagination",
          clickable: true,
        },
        navigation: {
          nextEl: ".swiper-button-next",
          prevEl: ".swiper-button-prev",
        },
        autoplay: {
          delay: 5000, // 切换间隔时间，单位毫秒
          disableOnInteraction: false, // 用户交互后是否停止自动播放
        },
        speed: 1000, // 切换速度，单位毫秒
      });
    }
    function numberCount(el, num) {
        $({
          countNum: 0
        }).animate({
          countNum: num
        }, {
          duration: 1000,
          easing: 'linear',
          step: function() {
            $(el).text(Math.floor(this.countNum));
          },
          complete: function() {
            $(el).text(this.countNum)
          }
        })
      }
    $('.sy_loayout_item').click(function() {
      
    })
  </script>
</html>