<!DOCTYPE html>
<html lang="en">

<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>洛阳轴承研究所有限公司 </title>
  <meta name="Keywords" content="特种轴承，精密角接触球轴承，轴承零部件检测仪器，激光式粗糙度测量仪，轴承产品解决方案，检测试验服务，轴承生产服务商">
  <meta name="description"
    content="洛阳轴承研究所有限公司是重点为国民经济建设各领域关键主机及国防建设研制“高、精、尖、特、专”轴承产品的高新技术企业。公司批量生产内径0.6毫米至外径6.8米的各种类型的高端轴承产品和组件。咨询电话：0379-64881155">
  <link rel="stylesheet" href="./images/normalize.css">
  <link rel="stylesheet" href="./images/swiper-bundle.min.css">
  <link rel="stylesheet" href="./images/animate.css">
  <link rel="icon" href="./images/favicon.jpg" type="image/jpg">
<link href="./images/Common.css" rel="stylesheet" type="text/css">
<link href="./images/TCommon.css" rel="stylesheet" type="text/css">
<link href="./images/Inpage.css" rel="stylesheet" type="text/css">
<link href="./images/TInpage-1.0.css" rel="stylesheet" type="text/css">

<script src="./images/jquery-3.7.1.min.js"></script>
<script type="text/javascript" charset="utf-8" src="./images/jquery.SuperSlide.2.1.3.js"></script>
<script src="./images/flexible.js"></script>
<script type="text/javascript" charset="utf-8" src="./images/common.js"></script>
<script type="text/javascript" charset="utf-8" src="./images/wow.js"></script>
  <script src="./images/swiper-bundle.min.js"></script>
  <script src="./images/wow.min.js"></script>
  <style>
  svg {
    fill: #333;
  }
  * {
    font-family: '微软雅黑', 'Source Han Sans', sans-serif;
  }
  body .TRS_Editor * {
    font-family: 'Source Han Sans', sans-serif!important;
    line-height: 32px!important;
  }
  body .TRS_Editor b {
    font-size: 24px!important;
  }
  body .TRS_Editor b * {
    font-size: 24px!important;
  }
  body .TRS_Editor .TRS_Editor * {
    font-family: 'Source Han Sans', sans-serif;
    line-height: 32px;
  }
  body .TRS_Editor .TRS_Editor b {
    font-size: 24px!important;
  }
  body .TRS_Editor .TRS_Editor b * {
    font-size: 24px!important;
  }
  .flex {
    display: flex;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    display: flex;
    align-items: center;
  }
  .justify-center {
    display: flex;
    justify-content: center;
  }
  .justify-between {
    display: flex;
    justify-content: space-between;
  }
  .m_template {
    display: none;
  }
  @media (max-width: 992px) {
    * {
      box-sizing: border-box;
    }
    .pc_template {
      display: none;
    }
    .m_template {
      display: block;
    }
    .bdshare-slide-button-box {
      display: none !important;
    }
    .wrap-tit {
      margin-top: 0.6rem;
    }
    .wrap-tit h2 {
      font-size: 0.68rem;
    }
    .wrap-tit p {
      font-size: 0.37rem
    }
  }
</style>
<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 () {
    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)
  }
  // getRouter()

  // 集团IPV6兼容
  $(replaceIpV6)
  function replaceIpV6() {
    $('.neeRreplaceIpV6 a').attr('href', function () {
      let href = $(this).attr('href')
      if(href.indexOf('http://www--') !== 0 && href.indexOf('http://https--') !== 0) return
      if(href.indexOf('http://https--') === 0) {
        return replaceHttps(href)
      } else {
        return replaceHttp(href)
      }
    })
  }
  function replaceHttps(href) {
    return href.replace('http://https--', 'https://').replace('.proxy.sinomach.com.cn', '').replace(/\-\-/g, '.')
  }
  function replaceHttp(href) {
    return href.replace('.proxy.sinomach.com.cn', '').replace(/\-\-/g, '.')
  }
  var _hmt = _hmt || [];
  (function () {
      var hm = document.createElement("script");
      hm.src = "https://hm.baidu.com/hm.js?161f4c52d9807fe6ee0ce0ea4b6260a8";
      var s = document.getElementsByTagName("script")[0];
      s.parentNode.insertBefore(hm, s);
  })();
</script>
</head>
<style>
  body {
    font-size: 16px;
    color: #333;
  }

  .mySwiper {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 640px;
  }

  .swiper-pagination {
    bottom: 60px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .swiper-pagination-bullet {
    display: block;
    margin: 0 20px !important;
    width: 21px;
    height: 21px;
    cursor: pointer;
    background: url('./images/banner-cir.png') no-repeat center center;
    position: relative;
  }

  .swiper-pagination-bullet-active {
    background: url('./images/banner-cur.png') no-repeat center center;
  }

  .swiper-pagination-bullet:nth-child(n + 2)::after {
    content: "";
    width: 15px;
    height: 2px;
    display: block;
    position: absolute;
    left: -30px;
    top: 50%;
    background-color: #333333;
    margin-top: -0.5px;
  }

  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s linear;
  }

  .mySwiper:hover .swiper-button-next,
  .mySwiper:hover .swiper-button-prev {
    opacity: 1;
    background: #1e2380;
    color: #fff;
  }

  /* tech */
  .tech {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }

  .notice {
    width: 1200px;
    position: absolute;
    padding: 20px 0;
    top: -35px;
    height: 70px;
    line-height: 30px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    top: -35px;
    z-index: 1;
    border-radius: 2px;
    padding-right: 20px;
  }

  .notice_left {
    padding-left: 40px;
    font-size: 16px;
    height: 100%;
    overflow: hidden;
  }
  .notice_left > div:first-child a {
    font-weight: bold;
    color: #333;
  }

  .notice_left img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 15px;
  }
  .notice_center {
    padding-left: 10px;
  }
  .notice_swiper {
    height: 100%;
  }

  .notice_item {
    color: #666;
  }
  .notice_item:hover, .notice_item:hover a {
    color: #1e2380;
  }

  .search_container {
    display: block;
    width: 300px;
    border: 1px solid #e4e4e4;
    border-radius: 18px;
  }

  .search_container form {
    width: 100%;
  }

  .search_container input {
    height: 35px;
    line-height: 35px;
    border: none;
    background: transparent;
    font-size: 14px;
    width: 210px;
    outline: none;
    padding-left: 20px;
  }

  .search_container button {
    background: url('./images/search.png') no-repeat center;
    width: 47px;
    height: 37px;
    border: none;
    margin-top: -1px;
    cursor: pointer;
  }

  .tech_container {
    padding-top: 80px;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 40px;
  }

  .tech_item {
    vertical-align: bottom;
    border-right: 1px solid #e6e6e6;
    padding: 0 70px;
  }

  .tech_item:first-child {
    padding-left: 0;
  }

  .tech_item:last-child {
    padding-right: 0;
    border-right: none;
  }

  .tech_top {
    font-size: 20px;
    font-family: Helvetica-Bold;
    color: #1e2380;
    font-weight: bold;
  }

  em {
    font-style: italic;
  }

  .tech_top em {
    font-size: 40px;
    line-height: 49px;
  }

  .tech_desc {
    padding: 5px 0 20px 0;
    line-height: 20px;
    font-size: 16px;
  }

  .tech_desc em {
    display: block;
  }

  .common_header {
    padding: 71px 0 41px 0;
    text-align: center;
    background: url('./images/wrap-bg.png') no-repeat center;
    background-position-y: 68%;
  }

  .common_header h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
  }

  .common_header h2 a {
    color: #333;
  }

  .common_header h2:hover a {
    color: #1e2380;
  }

  .common_header p {
    color: #999;
    font-size: 14px;
    padding-top: 14px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
  }

  /* 产品 */
  .prod_container {
    height: 621px;
    position: relative;
  }
  .prod_container .classify {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 2;
  }

  .classify_item {
    flex: 1;
    line-height: 59px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    display: block;
  }

  .classify_item.active {
    background: #1e2380;
  }

  .classify_desc {
    color: #fff;
    text-align: center;
  }

  .classify_desc p {
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .classify_desc .button {
    margin: 25px auto 64px;
    display: block;
    width: 90px;
    height: 40px;
    background: #fff;
    border-radius: 20px;
    background: url('./images/product-next.png') no-repeat center #fff;
  }

  .tab-swiper {
    height: 100%;
  }

  .prod_list {
    display: flex;
    align-items: center;
  }
  .prod_item {
    width: 294px;
    margin-right: 10px;
  }
  .prod_item > a {
    display: block;
  }
  .prod_item  img {
    width: 294px;
    height: 208px;
    object-fit: cover;
  }
  .prod_item p {
    font-size: 16px;
    display: block;
    width: 100%;
    height: 48px;
    color: #333;
    background: #f2f2f2;
    text-align: center;
    line-height: 48px;
  }
  .items_container {
    position: relative;
    height: 621px;
  }
  .items_container .bg_img {
    height: 621px;
    width: 100%;
    object-fit: contain;
  }
  .items_content {
    height: 621px;
    width: 1200px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 5;
    padding-top: 100px;
  }
  .service {
    padding-bottom: 70px;
  }

  .service_list {
    display: flex;
    align-items: center;
    width: 1200px;
    height: 238px;
    background: url('./images/service-bg.jpg') no-repeat center;
    margin: 0 auto;
  }

  .service_item {
    flex: 1;
    display: flex;
    position: relative;
    height: 100%;
    align-items: flex-end;
    font-size: 16px;
  }

  .service_item a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .service_item p {
    width: 100%;
    color: #fff;
    line-height: 45px;
    text-align: center;
  }

  .partner {
    background: url('./images/partner-bg.jpg') no-repeat center;
    margin: 0 auto;
    padding-bottom: 70px;
  }

  .partner .common_header p {
    font-size: 18px;
    color: #333;
    font-family: MicrosoftYaHei;
    font-weight: normal;
  }

  .partner_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    width: 1200px;
    margin: 0 auto;
  }

  .partner_item {
    width: 199px;
    height: 100px;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    background: #fff;
    box-sizing: border-box;
  }

  .partner_item * {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .partner_item.partner_more a {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .partner_item.partner_more a:hover {
    background: #1e2380;
    color: #fff;
  }

  .case {
    padding-bottom: 70px;
  }

  .case_container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .case_container .case_bottom {
    position: absolute;
    right: 0;
    bottom: 0px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    width: 100%;
    line-height: 36px;
    padding: 22px 30px 22px 430px;
    background: url(./images/case_shadow.png) no-repeat center;
  }
  .case_container .case_bottom a {
    color: #fff;
  }
  .case_container .case_bottom .case_more {
    width: 80px;
    height: 36px;
    text-align: center;
    border: 1px solid #fff;
  }

  .case_list {
    width: 402px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .case_item {
    display: block;
    width: 200px;
    height: 100px;
    margin: 0 1px 1px 0;
    background: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    text-align: center;
    color: #fff;
    cursor: pointer;
  }
  .case_item:last-child {
    width: 100%;
  }

  .case_item.active {
    background: #1E2380;
  }

  .case_item img {
    width: 60px;
    height: 50px;
    display: block;
    margin: 10px auto 0;
  }

  .his {
    position: relative;
    width: 100%;
    height: 354px;
    background: url('./images/honor-bg.jpg') no-repeat center;
  }
  .his_header {
    background: url(./images/wrap-bg02.png) no-repeat center;
    background-position-y: 68%;
  }

  .his .common_header h2 a,
  .his .common_header p {
    color: #fff;
  }

  .his_container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }

  .his_container::after {
    display: block;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    height: 1px;
    content: "";
    background: #8f91c0;
  }

  .his-swiper {
    width: 1200px;
  }

  .his .swiper-button-next,
  .his .swiper-button-prev {
    color: #fff;
  }

  .his-swiper-button-next {
    right: -70px;
  }

  .his-swiper-button-prev {
    left: -70px;
  }

  .his_item {
    position: relative;
    z-index: 3;
    width: 150px;
    text-align: center;
  }

  .his_item span {
    position: relative;
    display: block;
    padding-bottom: 38px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    box-sizing: content-box;
  }

  .his_item span::before {
    content: '';
    left: 50%;
    bottom: 7px;
    width: 1px;
    height: 16px;
    background: #fff;
    position: absolute;
    box-sizing: content-box;
  }

  .his_item span::after {
    content: '';
    left: 50%;
    bottom: 0;
    /* margin-left: -7px; */
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    display: block;
    position: absolute;
    box-sizing: border-box;
    background-clip: content-box;
    transform: translateX(-50%);
  }

  .his_item p {
    margin-top: 10px;
    height: 56px;
    line-height: 28px;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
  }

  .achievements {
    padding-top: 70px;
    padding-bottom: 90px;
    background: url('./images/fruit-bg.jpg') no-repeat center;
  }

  .achievements_container {
    display: flex;
    width: 1200px;
    margin: 0 auto;
  }

  .achieve_left {
    min-width: 402px;
    height: 410px;
    background: #fff;
    border-top: 3px solid #1e2380;
    box-sizing: border-box;
    margin-right: 6px;
    padding: 0 15px;
  }

  .achieve_title * {
    font-family: MicrosoftYaHei-Bold;
    text-align: center;
    font-weight: bold;
  }

  .achieve_title h3 {
    padding-top: 40px;
    font-size: 30px;
    color: #1e2380;
  }

  .achieve_title p {
    padding-top: 5px;
    padding-bottom: 29px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 22px;
  }

  .left_container {
    line-height: 27px;
    margin-top: 15px;
    display: block;
    cursor: pointer;
  }

  .left_item {
    font-size: 16px;
    margin-top: 15px;
  }

  .achieve_list {
    background-color: #fff;
    justify-content: space-between
  }

  .achieve_item {
    display: block;
    padding: 0 4px 8px 0;
    width: 260px;
    overflow: hidden
  }

  .achieve_item img {
    width: 240px;
    height: 141px;
    background: #fff;
    object-fit: cover;
    padding: 10px 10px 0 10px;
    box-sizing: content-box;
  }

  .achieve_item p {
    height: 46px;
    background: #fff;
    line-height: 46px;
    text-align: center;
    overflow: hidden;
    width: 240px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 10px;
    font-size: 16px;
  }

  .achieve_item:hover p {
    background: #1e2380;
    color: #fff;
  }

  /* news */
  .news {
    padding: 60px 0;
    overflow: hidden;
    background: #fff;
  }

  .news .content {
    width: 1200px;
    margin: 0 auto;
  }

  .news .news-title {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
  }

  .news .news-title strong {
    display: inline-block;
    font-size: 32px;
    color: #333;
  }

  .news .news-title strong:after {
    display: inline-block;
    margin: 0 10px;
    content: "";
    width: 1px;
    height: 20px;
    background: #999;
    transform: rotate(-15deg);
  }

  .news .news-title em {
    font-family: "Helvetica";
    font-weight: bold;
    font-size: 14px;
    color: #999;
  }

  .news .news-title a:hover strong {
    color: #1e2380;
  }

  .news-tab {
    margin-top: -50px;
    overflow: hidden;
  }

  .news-menu {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
  }

  .news-menu ul {
    float: right;
    overflow: hidden;
  }

  .news-menu li {
    position: relative;
    display: inline-block;
    font-size: 18px;
  }

  .news-menu li:after {
    display: inline-block;
    margin: 0 20px;
    content: "";
    width: 1px;
    height: 16px;
    background: #ddd;
    vertical-align: middle;
  }

  .news-menu li:last-child:after {
    display: none;
  }

  .news-menu li a {
    display: inline-block;
    color: #333;
  }

  .news-menu li.cur a {
    color: #1e2380;
    font-weight: bold;
  }

  .news-menu li.cur:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 4em;
    height: 2px;
    background: #1e2380;
  }

  .hot-list {
    float: left;
    width: 600px;
    overflow: hidden;
  }

  .hot-list .item {
    padding: 30px 0;
    height: 222px;
    overflow: hidden;
    border-bottom: #e6e6e6 solid 1px;
  }

  .hot-list .item:last-child {
    border-bottom: none;
  }

  .hot-list .pic {
    float: left;
    width: 260px;
    height: 162px;
    overflow: hidden;
  }

  .hot-list .pic img {
    display: block;
    width: 260px;
    height: 162px;
    transition: all 0.5s;
  }

  .hot-list .pic a:hover img {
    transform: scale(1.1);
  }

  .hot-list .text {
    padding-left: 20px;
    height: 162px;
    overflow: hidden;
  }

  .hot-list .text h3 {
    height: 25px;
    line-height: 25px;
    font-weight: normal;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hot-list .text h3 a {
    color: #333;
  }

  .hot-list .text h3 a:hover {
    color: #1e2380;
  }

  .hot-list .text p {
    margin-top: 8px;
    height: 84px;
    line-height: 28px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
  }

  .hot-list .text em {
    display: block;
    margin-top: 28px;
    font-size: 14px;
    font-family: Helvetica;
    color: #666;
    background: url(../images/Index/news-next.png) no-repeat right center;
  }

  .news-list {
    float: right;
    width: 524px;
    overflow: hidden;
  }

  .news-list .item {
    width: 100%;
    padding: 32px 0;
    overflow: hidden;
    border-bottom: #e6e6e6 solid 1px;
  }

  .news-list .item:last-child {
    border-bottom: none;
  }

  .news-list .date {
    float: left;
    width: 92px;
    height: 82px;
    line-height: 1.3;
    text-align: center;
    color: #666;
    font-family: Helvetica;
    overflow: hidden;
    background: #e6e6e6;
  }

  .news-list .item:hover .date {
    background: #1e2380;
    color: #fff;
  }

  .news-list .date span {
    display: block;
    margin-top: 8px;
    font-size: 30px;
  }

  .news-list .date em {
    display: block;
    font-size: 16px;
  }

  .news-list .text {
    padding-left: 20px;
    height: 82px;
    overflow: hidden;
  }

  .news-list .text h3 {
    height: 25px;
    line-height: 25px;
    font-weight: normal;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
  }

  .news-list .text h3 a {
    color: #333;
  }

  .news-list .text h3 a:hover {
    color: #1e2380;
  }

  .news-list .text p {
    margin-top: 8px;
    height: 50px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
  }
  @media (max-width: 992px) {
    .home_coantainer {
      padding-top: 1.5rem;
    }
    .common_header {
      padding: 0.83rem 0 0.63rem 0;
    }
    .mySwiper {
      width: 100%;
      height: 5rem;
    }
    .mySwiper .swiper-pagination {
      bottom: 0.5rem !important;
    }
    .mySwiper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .banner .swiper-button-next, .banner .swiper-button-prev {
      display: none;
    }
    .tech {
      width: 100%;
    }
    .notice {
      display: none;
      width: 100%;
      position: static;
    }
    .tech_container {
      padding: 0.83rem 0.43rem 0;
      flex-wrap: wrap;
    }
    .tech_item {
      padding: 0 0.63rem;
      border-right: none;
    }
    .tech_item:first-child {
      padding-left: 0.63rem;
    }
    .tech_desc {
      font-size: 0.37rem;
    }
    /* 产品 */
    .prod_container .classify {
      width: 100%;
      flex-wrap: wrap;
    }
    .prod_item img {
      width: 100%;
      height: auto;
    }
    .classify_item {
      white-space: nowrap;
    }
    .items_container .bg_img {
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
    .items_content {
      width: 100%;
      height: auto;
      top: 1rem;
    }
    .classify_desc p {
      height: auto;
      line-height: 1.5;
      font-size: 0.37rem;
      padding: 0 0.43rem;
    }
    .classify_desc .button {
      margin: 0.43rem auto 0.63rem;
      display: block;
      width: 2rem;
      height: 0.8rem;
    }
    .prod_list .prod_item {
      width: 4.2rem;
    }
    /* service */
    .service {
      padding-bottom: 1rem;
    }
    .service_item p {
      font-size: 0.43rem;
    }
    .service_container {
      width: 100%;
      overflow: auto;
    }
    .partner {
      height: auto;
      padding-bottom: 1rem;
    }
    .partner_list {
      width: 100%;
      padding: 0 0.43rem;
    }
    .partner_item {
      width: 4.5rem;
      height: 2.2rem;
    }
    /* case */
    .case {
      padding-bottom: 1rem;
    }
    .case_container {
      width: 100%;
    }
    .case-tab-swiper img {
      width: 100%;
      height: 5rem;
      object-fit: cover;
    }
    .case_list {
      width: 100%;
      height: auto;
      position: static;
    }
    .case_item {
      width: 1.96rem;
      height: auto;
      font-size: 0.37rem;
      padding-bottom: 0.1rem;
    }
    .case_item:last-child {
      width: 3.96rem;
    }
    .his_container {
      width: 100%;
      overflow: hidden;
    }
    /* .achieve */
    .achievements_container {
      width: 100%;
      display: block;
    }
    .achieven_left {
      width: 100%;
      height: auto;
      margin-right: 0;
    }
    .achieve_left .left_item {
      font-size: 0.37rem;
    }
    .achieve_list {
      padding: 0 0.43rem;
      justify-content: center;
    }
    .achieve_item {
      width: 4.5rem;
      font-size: 0.37rem;
    }
    .achieve_item p {
      width: 100%;
    }
    /* news */
    .news {
      padding: 1rem 0;
    }
    .news .content {
      width: 100%;
      padding: 0 0.43rem;
    }
    .news-tab {
      margin-top: 0;
    }
    .news-menu {
      overflow-x: auto;
    }
    .news-menu ul {
      white-space: nowrap;
      float: none;
      overflow: visible;
    }
    .news-menu li {
      font-size: 0.37rem;
    }
    .news-menu li:after {
      margin: 0 0.2rem;
    }
    .hot-list .item {
      height: auto;
      padding: 0.8rem 0;
    }
    .hot-list .pic {
      width: 3rem;
      height: auto;
    }
    .hot-list .pic img {
      width: 3rem;
      height: auto;
    }
    .hot-list .text {
      width: 6rem;
    }
    .news-list {
      width: 100%;
    }
  } 
</style>

<body>
  <style>
  .header {
    overflow: visible;
  }
  .pc_header {

  }
  .header_top {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .left_logo {
    overflow: hidden;
  }
  .left_logo a {
    display: block;
  }
  .left_logo img {
    height: 47px;
    width: 47px;
    object-fit: contain;
  }
  .right_logo {
    padding: 30px 0;
    position: relative;
  }
  .gj_logo a {
    display: block;
  }
  .gj_logo img {
    width: 150px;
    height: 40px;
    object-fit: contain;
  }
  .toggle_lan {
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 14px;
    height: 18px;
    overflow: hidden;
    color: #ccc;
    background: #f4f4f4;
    padding: 2px;
  }
  .toggle_lan a {
    margin-right: 5px;
    padding-left: 5px;
  }
  .channel_container {
    width: 100%;
    margin: 0 auto;
    background: #1e2380;
  }
  .channel_content {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    background: #1e2380;
  }
  .top_channel {
    position: relative;
    display: block;
    text-align: center;
    float: left;
    width: 10%;
    transition: all 0.1s linear;
  }
  .top_channel:hover .subnav {
    max-height: 400px;
  }
  .top_channel:after {
    content: "";
    position: absolute;
    right: 0;
    top: 25px;
    width: 1px;
    height: 12px;
    background: #35398d;
}
  .top_channel.active {
    background: #0075c1;
  }
  .top_channel>a {
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    display: block;
  }
  .subnav {
    min-width: 170px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 20;
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s linear;
  }
  .subnav a {
    display: block;
    text-align: left;
    color: #999;
    font-size: 14px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    padding-right: 20px;
    background-color: #fff;
  }
  .subnav a:before {
    content: '';
    display: block;
    width: 11px;
    height: 1px;
    background-color: #999;
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .subnav a:hover {
    background: #1e2380;
    color: #fff;
  }
</style>
<div class="header pc_template">
  <div class="pc_header">
    <div class="header_top">
      <div class="left_logo">
        <a href="/">
          <img src="./images/zys_logo.jpg" alt="" />
        </a>
      </div>
      <div class="right_logo">
        <div class="toggle_lan">
          <a href="http://www.zys.com.cn" class="cur">中文</a> |
          <a href="http://www.zys-bearing.com/" target="_blank">EN</a>
        </div>
        <div class="gj_logo">
          <a href="https://www.sinomach.com.cn">
            <img src="./images/sinomach_logo.jpg" />
          </a>
        </div>
      </div>
    </div>
    <div class="channel_container">
      <div class="channel_content">
        <ul>
          
            <li class="top_channel">
              <a href="./home/">首页</a>
              <div class="subnav">
                
              </div>
            </li>
          
            <li class="top_channel">
              <a href="./zyscp/">ZYS产品</a>
              <div class="subnav">
                
                  <a href="./zyscp/tzzc/">特种轴承</a>
                
                  <a href="./zyscp/jmzc/">精密轴承</a>
                
                  <a href="./zyscp/zdxzc/">中大型轴承</a>
                
                  <a href="./zyscp/zclbj/">轴承零部件</a>
                
                  <a href="./zyscp/hdzc/">滑动轴承</a>
                
                  <a href="./zyscp/dzzjzzdy/">电主轴及主轴单元</a>
                
                  <a href="./zyscp/jcyq/">检测仪器</a>
                
                  <a href="./zyscp/jgsb/">加工设备</a>
                
                  <a href="./zyscp/sysb/">试验设备</a>
                
              </div>
            </li>
          
            <li class="top_channel">
              <a href="./zysfw/">ZYS服务</a>
              <div class="subnav">
                
                  <a href="./zysfw/zcjysyyfx/">轴承检验、实验与分析</a>
                
                  <a href="./zysfw/hybzzxdfw/">行业标准制修订服务</a>
                
                  <a href="./zysfw/zchypx/">轴承行业培训</a>
                
                  <a href="./zysfw/zcmyfw/">轴承贸易服务</a>
                
              </div>
            </li>
          
            <li class="top_channel">
              <a href="./yfpt/">研发平台</a>
              <div class="subnav">
                
                  <a href="./yfpt/kycggs/">科研成果公示</a>
                
                  <a href="./yfpt/kysl/">科研实力</a>
                
                  <a href="./yfpt/jszlxz/">技术资料下载</a>
                
              </div>
            </li>
          
            <li class="top_channel">
              <a href="./yxwl/">营销网络</a>
              <div class="subnav">
                
                  <a href="./yxwl/gnsqjxs/">国内授权经销商</a>
                
              </div>
            </li>
          
            <li class="top_channel">
              <a href="./yyal/">应用案例</a>
              <div class="subnav">
                
                  <a href="./yyal/hkht/">航空航天</a>
                
                  <a href="./yyal/jcbq/">舰船兵器</a>
                
                  <a href="./yyal/jcgj/">机床工具</a>
                
                  <a href="./yyal/flfd/">风力发电</a>
                
                  <a href="./yyal/ksyj/">矿山冶金</a>
                
                  <a href="./yyal/gdjt/">轨道交通</a>
                
                  <a href="./yyal/ylqx/">医疗器械</a>
                
                  <a href="./yyal/gcjx/">工程机械</a>
                
                  <a href="./yyal/zcjysyfenx/">轴承检验、试验与分析</a>
                
              </div>
            </li>
          
            <li class="top_channel">
              <a href="./zxzx/">资讯中心</a>
              <div class="subnav">
                
                  <a href="./zxzx/rsdzt/">二十大专题</a>
                
                  <a href="./zxzx/djhd/">党建活动</a>
                
                  <a href="./zxzx/gsxw/">公司新闻</a>
                
                  <a href="./zxzx/jcdt/">基层动态</a>
                
                  <a href="./zxzx/zszx/">知识中心</a>
                
                  <a href="./zxzx/jtxw/">集团新闻</a>
                
                  <a href="./zxzx/hyxw/">行业新闻</a>
                
                  <a href="./zxzx/gabmjt/">国安保密讲堂</a>
                
              </div>
            </li>
          
            <li class="top_channel">
              <a href="./xxgk/">信息公开</a>
              <div class="subnav">
                
                  <a href="./xxgk/qyjbxx/">企业基本信息</a>
                
                  <a href="./xxgk/rsxcsx/">人事薪酬事项</a>
                
                  <a href="./xxgk/zycwxx/">重要财务信息</a>
                
                  <a href="./xxgk/qyzdsx/">企业重大事项</a>
                
                  <a href="./xxgk/lxshzr/">履行社会责任</a>
                
                  <a href="./xxgk/ygcpxx/">员工招聘信息</a>
                
                  <a href="./xxgk/zbcgxx/">招标采购信息</a>
                
                  <a href="./xxgk/qtgkxx/">其他公开信息</a>
                
              </div>
            </li>
          
            <li class="top_channel">
              <a href="./gyzys/">关于ZYS</a>
              <div class="subnav">
                
                  <a href="./gyzys/qyjs/">企业介绍</a>
                
                  <a href="./gyzys/zyzl/">载誉之路</a>
                
                  <a href="./gyzys/yjkf/">研究开发</a>
                
                  <a href="./gyzys/sczz/">生产制造</a>
                
                  <a href="./gyzys/zlbz/">质量保证</a>
                
                  <a href="./gyzys/ryzs/">荣誉证书</a>
                
                  <a href="./gyzys/hzhb/">合作伙伴</a>
                
                  <a href="./gyzys/lxwm1/">联系我们</a>
                
              </div>
            </li>
          
            <li class="top_channel">
              <a href="http://www.zys.com.cn/gyzys/lxwm1/">联系我们</a>
              <div class="subnav">
                
              </div>
            </li>
          
        </ul>
      </div>
    </div>
  </div>
</div>
<script>
  function initChecked() {
    $('.channel_content ul li').each(function() {
      if ($(this).find('> a').text() == '') {
        $(this).css('background', '#0075c1')
      }
    })
  }
  initChecked()
  $('.channel_content ul li').on({
    mouseenter: function() {
      $(this).css('background', '#0075c1').siblings().css('background', 'transparent')
    },
    mouseleave: function() {
      $(this).css('background', 'transparent')
      initChecked()
    }
  })
</script>
  <style>
  .m_header {
    width: 10rem;
    height: 1.49rem;
    border-bottom: 0.05rem solid #35398d;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    backdrop-filter: blur(5px);
    transition: all 0.3s linear;
    z-index: 1999;
  }
  .white_bg {
    background-color: #fff;
  }
  .m_header .m_header_main {
    width: 10rem;
    height: 100%;
    padding: 0 0.32rem 0 0.43rem;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .m_header .logo, .m_header .logo a {
    display: flex;
    align-items: center;
  }
  .m_header .logo img {
    width: 3rem;
  }
  .m_header .logo_link {
    display: inline-block;
  }
  .m_header .more_channel {
    width: 0.43rem;
    height: 0.43rem;
    fill: #333;
  }
  .m_header .more_channel.fill_white {
    fill: #fff;
  }
  .m_header .hide_channel {
    display: none;
  }
  .m_channel_container {
    position: absolute;
    top: 1.5rem;
    right: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    background-color: #fff;
    overflow: auto;
    transition: all 0.2s linear;
    z-index: 1999;
  }
  .m_channel_container .m_channel_list {
    padding: 0 0.43rem;
    font-size: 0.43rem;
  }
  .m_channel_container .channel_item a {
    color: #333;
  }
  .m_channel_container .channel_item {
    line-height: 1.39rem;
    position: relative;
    border-bottom: 0.02rem solid rgba(230, 230, 230, 1);
  }
  .m_channel_container .active_m_channel a {
    color: #0074C1;
  }
  .m_top_nav {
    display: flex;
    align-items: center;
  }
  .m_top_nav > a {
    flex: 1;
  }
  .m_top_nav img {
    width: 0.43rem;
    height: 0.43rem;
  }
  .m_sub_nav {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s linear;
    background: #F5F7FA;
    font-size: 0.37rem;
    line-height: 0.43rem;
  }
  .sub_channel_item {
    padding: 0.37rem 0.43rem;
  }
  .show_m_sub_nav {
    max-height: 20rem;
  }
  .sub_trigger {
    /* transform: rotate(0deg); */
    transition: all 0.2s linear;
  }
  .sub_trigger_down {
    transform: rotate(90deg);
  }
</style>
<div class="m_header m_template">
  <div class="m_header_main">
    <div class="logo_home logo">
      <a href="./" class="logo_link">
        <img src="./images/m_logo.png" alt="" />
      </a>
    </div>
    <div class="logo_inner logo">
      <a href="./" class="logo_link">
        <img src="./images/m_logo.png" alt="" />
      </a>
    </div>
    <img src="./images/m_list.png" alt="" class="more_channel show_channel" />
    <img src="./images/m_close.png" alt="" class="more_channel hide_channel" />
  </div>
  <div class="m_channel_container">
    <ul class="m_channel_list">
      <li id="m_channel_home" class="channel_item"><a href="./" target="_top">首页</a></li>
      
        <li id='m_top_channel_21567' class="channel_item">
          <div class="m_top_nav">
            <a href="./zyscp/" target="_top">
              ZYS产品
            </a>
            <img src="./images/arrow_right.png" class="sub_trigger" alt="" />
          </div>
          <div class="m_sub_nav">
            
              <div id='m_top_channel_21577' class="sub_channel_item">
                <a href="./zyscp/tzzc/" target="_top">
                  特种轴承
                </a>
              </div>
            
              <div id='m_top_channel_21578' class="sub_channel_item">
                <a href="./zyscp/jmzc/" target="_top">
                  精密轴承
                </a>
              </div>
            
              <div id='m_top_channel_21579' class="sub_channel_item">
                <a href="./zyscp/zdxzc/" target="_top">
                  中大型轴承
                </a>
              </div>
            
              <div id='m_top_channel_21580' class="sub_channel_item">
                <a href="./zyscp/zclbj/" target="_top">
                  轴承零部件
                </a>
              </div>
            
              <div id='m_top_channel_21581' class="sub_channel_item">
                <a href="./zyscp/hdzc/" target="_top">
                  滑动轴承
                </a>
              </div>
            
              <div id='m_top_channel_21582' class="sub_channel_item">
                <a href="./zyscp/dzzjzzdy/" target="_top">
                  电主轴及主轴单元
                </a>
              </div>
            
              <div id='m_top_channel_21583' class="sub_channel_item">
                <a href="./zyscp/jcyq/" target="_top">
                  检测仪器
                </a>
              </div>
            
              <div id='m_top_channel_21584' class="sub_channel_item">
                <a href="./zyscp/jgsb/" target="_top">
                  加工设备
                </a>
              </div>
            
              <div id='m_top_channel_22532' class="sub_channel_item">
                <a href="./zyscp/sysb/" target="_top">
                  试验设备
                </a>
              </div>
            
          </div>
        </li>
      
        <li id='m_top_channel_21568' class="channel_item">
          <div class="m_top_nav">
            <a href="./zysfw/" target="_top">
              ZYS服务
            </a>
            <img src="./images/arrow_right.png" class="sub_trigger" alt="" />
          </div>
          <div class="m_sub_nav">
            
              <div id='m_top_channel_21585' class="sub_channel_item">
                <a href="./zysfw/zcjysyyfx/" target="_top">
                  轴承检验、实验与分析
                </a>
              </div>
            
              <div id='m_top_channel_21586' class="sub_channel_item">
                <a href="./zysfw/hybzzxdfw/" target="_top">
                  行业标准制修订服务
                </a>
              </div>
            
              <div id='m_top_channel_21587' class="sub_channel_item">
                <a href="./zysfw/zchypx/" target="_top">
                  轴承行业培训
                </a>
              </div>
            
              <div id='m_top_channel_21588' class="sub_channel_item">
                <a href="./zysfw/zcmyfw/" target="_top">
                  轴承贸易服务
                </a>
              </div>
            
          </div>
        </li>
      
        <li id='m_top_channel_21570' class="channel_item">
          <div class="m_top_nav">
            <a href="./yfpt/" target="_top">
              研发平台
            </a>
            <img src="./images/arrow_right.png" class="sub_trigger" alt="" />
          </div>
          <div class="m_sub_nav">
            
              <div id='m_top_channel_21589' class="sub_channel_item">
                <a href="./yfpt/kycggs/" target="_top">
                  科研成果公示
                </a>
              </div>
            
              <div id='m_top_channel_21590' class="sub_channel_item">
                <a href="./yfpt/kysl/" target="_top">
                  科研实力
                </a>
              </div>
            
              <div id='m_top_channel_21591' class="sub_channel_item">
                <a href="./yfpt/jszlxz/" target="_top">
                  技术资料下载
                </a>
              </div>
            
          </div>
        </li>
      
        <li id='m_top_channel_21571' class="channel_item">
          <div class="m_top_nav">
            <a href="./yxwl/" target="_top">
              营销网络
            </a>
            <img src="./images/arrow_right.png" class="sub_trigger" alt="" />
          </div>
          <div class="m_sub_nav">
            
              <div id='m_top_channel_21592' class="sub_channel_item">
                <a href="./yxwl/gnsqjxs/" target="_top">
                  国内授权经销商
                </a>
              </div>
            
          </div>
        </li>
      
        <li id='m_top_channel_21572' class="channel_item">
          <div class="m_top_nav">
            <a href="./yyal/" target="_top">
              应用案例
            </a>
            <img src="./images/arrow_right.png" class="sub_trigger" alt="" />
          </div>
          <div class="m_sub_nav">
            
              <div id='m_top_channel_21593' class="sub_channel_item">
                <a href="./yyal/hkht/" target="_top">
                  航空航天
                </a>
              </div>
            
              <div id='m_top_channel_21594' class="sub_channel_item">
                <a href="./yyal/jcbq/" target="_top">
                  舰船兵器
                </a>
              </div>
            
              <div id='m_top_channel_21595' class="sub_channel_item">
                <a href="./yyal/jcgj/" target="_top">
                  机床工具
                </a>
              </div>
            
              <div id='m_top_channel_21596' class="sub_channel_item">
                <a href="./yyal/flfd/" target="_top">
                  风力发电
                </a>
              </div>
            
              <div id='m_top_channel_21597' class="sub_channel_item">
                <a href="./yyal/ksyj/" target="_top">
                  矿山冶金
                </a>
              </div>
            
              <div id='m_top_channel_21598' class="sub_channel_item">
                <a href="./yyal/gdjt/" target="_top">
                  轨道交通
                </a>
              </div>
            
              <div id='m_top_channel_21600' class="sub_channel_item">
                <a href="./yyal/ylqx/" target="_top">
                  医疗器械
                </a>
              </div>
            
              <div id='m_top_channel_21602' class="sub_channel_item">
                <a href="./yyal/gcjx/" target="_top">
                  工程机械
                </a>
              </div>
            
              <div id='m_top_channel_22152' class="sub_channel_item">
                <a href="./yyal/zcjysyfenx/" target="_top">
                  轴承检验、试验与分析
                </a>
              </div>
            
          </div>
        </li>
      
        <li id='m_top_channel_21573' class="channel_item">
          <div class="m_top_nav">
            <a href="./zxzx/" target="_top">
              资讯中心
            </a>
            <img src="./images/arrow_right.png" class="sub_trigger" alt="" />
          </div>
          <div class="m_sub_nav">
            
              <div id='m_top_channel_21607' class="sub_channel_item">
                <a href="./zxzx/rsdzt/" target="_top">
                  二十大专题
                </a>
              </div>
            
              <div id='m_top_channel_21609' class="sub_channel_item">
                <a href="./zxzx/djhd/" target="_top">
                  党建活动
                </a>
              </div>
            
              <div id='m_top_channel_21610' class="sub_channel_item">
                <a href="./zxzx/gsxw/" target="_top">
                  公司新闻
                </a>
              </div>
            
              <div id='m_top_channel_21612' class="sub_channel_item">
                <a href="./zxzx/jcdt/" target="_top">
                  基层动态
                </a>
              </div>
            
              <div id='m_top_channel_21614' class="sub_channel_item">
                <a href="./zxzx/zszx/" target="_top">
                  知识中心
                </a>
              </div>
            
              <div id='m_top_channel_21616' class="sub_channel_item">
                <a href="./zxzx/jtxw/" target="_top">
                  集团新闻
                </a>
              </div>
            
              <div id='m_top_channel_21617' class="sub_channel_item">
                <a href="./zxzx/hyxw/" target="_top">
                  行业新闻
                </a>
              </div>
            
              <div id='m_top_channel_21619' class="sub_channel_item">
                <a href="./zxzx/gabmjt/" target="_top">
                  国安保密讲堂
                </a>
              </div>
            
          </div>
        </li>
      
        <li id='m_top_channel_21574' class="channel_item">
          <div class="m_top_nav">
            <a href="./xxgk/" target="_top">
              信息公开
            </a>
            <img src="./images/arrow_right.png" class="sub_trigger" alt="" />
          </div>
          <div class="m_sub_nav">
            
              <div id='m_top_channel_21623' class="sub_channel_item">
                <a href="./xxgk/qyjbxx/" target="_top">
                  企业基本信息
                </a>
              </div>
            
              <div id='m_top_channel_21625' class="sub_channel_item">
                <a href="./xxgk/rsxcsx/" target="_top">
                  人事薪酬事项
                </a>
              </div>
            
              <div id='m_top_channel_21628' class="sub_channel_item">
                <a href="./xxgk/zycwxx/" target="_top">
                  重要财务信息
                </a>
              </div>
            
              <div id='m_top_channel_21630' class="sub_channel_item">
                <a href="./xxgk/qyzdsx/" target="_top">
                  企业重大事项
                </a>
              </div>
            
              <div id='m_top_channel_21634' class="sub_channel_item">
                <a href="./xxgk/lxshzr/" target="_top">
                  履行社会责任
                </a>
              </div>
            
              <div id='m_top_channel_21636' class="sub_channel_item">
                <a href="./xxgk/ygcpxx/" target="_top">
                  员工招聘信息
                </a>
              </div>
            
              <div id='m_top_channel_21637' class="sub_channel_item">
                <a href="./xxgk/zbcgxx/" target="_top">
                  招标采购信息
                </a>
              </div>
            
              <div id='m_top_channel_21639' class="sub_channel_item">
                <a href="./xxgk/qtgkxx/" target="_top">
                  其他公开信息
                </a>
              </div>
            
          </div>
        </li>
      
        <li id='m_top_channel_21575' class="channel_item">
          <div class="m_top_nav">
            <a href="./gyzys/" target="_top">
              关于ZYS
            </a>
            <img src="./images/arrow_right.png" class="sub_trigger" alt="" />
          </div>
          <div class="m_sub_nav">
            
              <div id='m_top_channel_21642' class="sub_channel_item">
                <a href="./gyzys/qyjs/" target="_top">
                  企业介绍
                </a>
              </div>
            
              <div id='m_top_channel_21643' class="sub_channel_item">
                <a href="./gyzys/zyzl/" target="_top">
                  载誉之路
                </a>
              </div>
            
              <div id='m_top_channel_21644' class="sub_channel_item">
                <a href="./gyzys/yjkf/" target="_top">
                  研究开发
                </a>
              </div>
            
              <div id='m_top_channel_21645' class="sub_channel_item">
                <a href="./gyzys/sczz/" target="_top">
                  生产制造
                </a>
              </div>
            
              <div id='m_top_channel_21646' class="sub_channel_item">
                <a href="./gyzys/zlbz/" target="_top">
                  质量保证
                </a>
              </div>
            
              <div id='m_top_channel_21647' class="sub_channel_item">
                <a href="./gyzys/ryzs/" target="_top">
                  荣誉证书
                </a>
              </div>
            
              <div id='m_top_channel_21648' class="sub_channel_item">
                <a href="./gyzys/hzhb/" target="_top">
                  合作伙伴
                </a>
              </div>
            
              <div id='m_top_channel_21652' class="sub_channel_item">
                <a href="./gyzys/lxwm1/" target="_top">
                  联系我们
                </a>
              </div>
            
          </div>
        </li>
      
        <li id='m_top_channel_22531' class="channel_item">
          <div class="m_top_nav">
            <a href="http://www.zys.com.cn/gyzys/lxwm1/" target="_top">
              联系我们
            </a>
            <img src="./images/arrow_right.png" class="sub_trigger" alt="" />
          </div>
          <div class="m_sub_nav">
            
          </div>
        </li>
      
    </ul>
  </div>
</div>
<script>
  // 处理展开整个导航事件
  let showCss = {
    width: "10rem",
    height: "calc(100vh - 1.5rem)"
  }
  let hideCss = {
    width: "0",
    height: "0"
  }
  let bodyScroll = {
    height: 'auto',
    overflow: 'visible'
  }
  let bodyScrollForbidden = {
    height: '100vh',
    overflow: 'hidden'
  }
  $('.show_channel').on('click', function() {
    $(this).hide()
    // $('.home').css(bodyScrollForbidden)
    $('.hide_channel').show()
    $('.m_channel_container').css(showCss)
    $('.m_header').toggleClass('white_bg')
  })
  $('.hide_channel').on('click', function() {
    $(this).hide()
    $('.home').css(bodyScroll)
    $('.show_channel').show()
    $('.m_channel_container').css(hideCss)
    $('.m_header').toggleClass('white_bg')
  })

  // 处理默认选中事件
  let topChannelidHome = "";
  let currentTopNavHome = ''
  let channelName = ''
  if(!topChannelidHome || channelName === '移动端') currentTopNavHome = document.getElementById('m_channel_home')
  else currentTopNavHome = document.getElementById('m_top_channel_' + topChannelidHome)
  currentTopNavHome&&currentTopNavHome.classList.add('active_m_channel')

  // 处理logo

  $(toogleLogo)

  function toogleLogo() {
    if(!topChannelidHome || channelName === '移动端') {
      $('.logo_inner').hide()
      $('.logo_home').show()
      $('.show_channel').toggleClass('fill_white')
    } else {
      $('.logo_inner').show()
      $('.logo_home').hide()
    }
  }

  // 点击展开子栏目
  $('.sub_trigger').click(toogleShowSub)

  function toogleShowSub() {
    $(this).toggleClass('sub_trigger_down')
    $(this).parent().siblings('.m_sub_nav').toggleClass('show_m_sub_nav')
  }

  // 处理无子栏目时，移除icon
  $(removeIcon)

  function removeIcon() {
    let subNav = $('.m_sub_nav')
    for (let index = 0; index < subNav.length; index++) {
      const element = subNav[index];
      let length = $(element).children('.sub_channel_item').length
      if(!length) {
        window.ele = $(element)
        $(element).siblings('.m_top_nav').find('.sub_trigger').remove()
      }
    }
  }
</script>
  <div class="home_coantainer">
    <div class="banner">
      <div class="mySwiper swiper">
        <div class="swiper-wrapper">
          
            <div class='swiper-slide'>
              <img src="./synr/banner/202504/W020250428493045253624.jpg"/>
            </div>
          
            <div class='swiper-slide'>
              <img src="./synr/banner/202504/W020250428493233008669.jpg"/>
            </div>
          
            <div class='swiper-slide'>
              <img src="./synr/banner/202507/W020250714591046377342_ORIGIN.jpg"/>
            </div>
          
            <div class='swiper-slide'>
              <img src="./synr/banner/202507/W020250714590592167772_ORIGIN.jpg"/>
            </div>
          
            <div class='swiper-slide'>
              <img src="./synr/banner/202507/W020250714589755362382_ORIGIN.png"/>
            </div>
          
        </div>
        <div class="swiper-pagination"></div>
        <div class="swiper-button-next banner-swiper-button-next"></div>
        <div class="swiper-button-prev banner-swiper-button-prev"></div>
      </div>
    </div>
    <div class="tech">
      <div class="notice items-center justify-between">
        <div class="notice_left flex">
          <div class="items-center">
            <img src="./images/banner-trends.png" alt="" />
            <a href="./zxzx/">最新动态:</a>
          </div>
          <div class="notice_center">
            <div class="notice_swiper swiper">
              <div class="swiper-wrapper">
                
                  <div class="notice_item items-center swiper-slide">
                    <span>2026-01-26</span>
                    <span style="margin-left: 10px;">——</span>
                    <p style="padding-left: 25px;"><a href="./zxzx/gsxw/202601/t20260126_613491.html">轴研所召开2026年工作会议暨职工代表大会</a></p>
                  </div>
                
                  <div class="notice_item items-center swiper-slide">
                    <span>2026-01-21</span>
                    <span style="margin-left: 10px;">——</span>
                    <p style="padding-left: 25px;"><a href="./zxzx/gsxw/202601/t20260121_613227.html">厨宝上线  让温度“触手可及”</a></p>
                  </div>
                
                  <div class="notice_item items-center swiper-slide">
                    <span>2026-01-21</span>
                    <span style="margin-left: 10px;">——</span>
                    <p style="padding-left: 25px;"><a href="./zxzx/gsxw/202601/t20260121_613225.html">全国滚动轴承标准化技术委员会九届一次会议召开</a></p>
                  </div>
                
                  <div class="notice_item items-center swiper-slide">
                    <span>2026-01-15</span>
                    <span style="margin-left: 10px;">——</span>
                    <p style="padding-left: 25px;"><a href="./zxzx/gsxw/202601/t20260115_612307.html">聚力“十五五”开局 | 轴研所召开重大新产品开发项目管理办法宣贯会</a></p>
                  </div>
                
                  <div class="notice_item items-center swiper-slide">
                    <span>2026-01-14</span>
                    <span style="margin-left: 10px;">——</span>
                    <p style="padding-left: 25px;"><a href="./zxzx/gsxw/202601/t20260114_611862.html">警钟长鸣守底线 清风护航新征程——轴研所纪委组织召开新提拔干部集体廉政提醒谈话会</a></p>
                  </div>
                
                  <div class="notice_item items-center swiper-slide">
                    <span>2026-01-14</span>
                    <span style="margin-left: 10px;">——</span>
                    <p style="padding-left: 25px;"><a href="./zxzx/gsxw/202601/t20260114_611850.html">中航工业供销中南有限公司董事长陈晨一行莅临轴研所开展业务交流</a></p>
                  </div>
                
              </div>
            </div>
          </div>
        </div>
        <div class="search_container">
          <!-- <form class="items-center justify-between" action="/search/index.html">
            <input type="text" name="word" placeholder="请输入关键字搜索……" />
            <button type="submit"></button>
          </form> -->
          <form class="items-center justify-between search-form" id="search-form" name="searchform" method="post" style="position: relative;" action="/was5/web/search" target="_blank">
            <input type="hidden" name="channelid" value="270102" />
            <input type="hidden" name="orderby" value="-docreltime" />
            <input type="hidden" name="perpage" value="15" />
            <input type="hidden" name="searchword" value="" />
            <input type="hidden" name="preKeyword" value="" />
            <input type="text" class="wbk inputSet search_input" name="iptSword" id="iptSword" placeholder="请输入关键字搜索……" />
            <button type="submit" id="search_button"></button>
          </form>
        </div>
      </div>
      <div class="tech_container items-center">
        <div class="tech_item">
          <div class="tech_top">
            <em>792</em>
            <span>项</span>
          </div>
          <div class="tech_desc">
            <span>专利技术</span>
            <em>见证创新之路</em>
          </div>
        </div>
        <div class="tech_item">
          <div class="tech_top">
            <em>908</em>
            <span>项</span>
          </div>
          <div class="tech_desc">
            <span>重大科研成果</span>
            <em>让世界看见中国制造</em>
          </div>
        </div>
        <div class="tech_item">
          <div class="tech_top">
            <em>670</em>
            <span>项</span>
          </div>
          <div class="tech_desc">
            <span>国家/行业标准</span>
            <em>制修订</em>
          </div>
        </div>
        <div class="tech_item">
          <div class="tech_top">
            <em>质量认证</em>
          </div>
          <div class="tech_desc">
            <span>ISO9001</span>
            <em>IATF16949</em>
          </div>
        </div>
        <div class="tech_item">
          <div class="tech_top">
            <em>700</em>
            <span>亩</span>
          </div>
          <div class="tech_desc">
            <span>一个研发中心</span>
            <em>三大产业基地</em>
          </div>
        </div>
      </div>
    </div>
    <div class="prod">
      <div class="common_header wow animate__animated animate__fadeInDown">
        <h2>
          <a href="http://www.zys.com.cn/product/" target="_blank">ZYS产品</a>
        </h2>
        <p>PRODUCT</p>
      </div>
      <div class="prod_container">
        <div class="classify items-center">
          
            <a href="./zyscp/tzzc/" class="classify_item">特种轴承</a>
          
            <a href="./zyscp/jmzc/" class="classify_item">精密轴承</a>
          
            <a href="./zyscp/zdxzc/" class="classify_item">中大型轴承</a>
          
            <a href="./zyscp/zclbj/" class="classify_item">轴承零部件</a>
          
            <a href="./zyscp/hdzc/" class="classify_item">滑动轴承</a>
          
            <a href="./zyscp/dzzjzzdy/" class="classify_item">电主轴及主轴单元</a>
          
            <a href="./zyscp/jcyq/" class="classify_item">检测仪器</a>
          
            <a href="./zyscp/jgsb/" class="classify_item">加工设备</a>
          
        </div>
        <div class="tab-swiper swiper">
          <div class="swiper-wrapper">
            
              <div class="items_container swiper-slide">
                
                  <img src="./zyscp/tzzc/202505/W020250715589680976471_ORIGIN.jpg" class='bg_img'/>
                
                <div class="items_content">
                  <div class="classify_desc">
                    
                      <p>
                        从事航空、航天、航海、核工业等重要领域专用轴承的设计、开发、制造、检测、试验和应用，特别在开发高温、低温、高速、重载、真空、防辐射、防磁、灵敏、高精度等特殊工况专用轴承方面，具有丰富的经验和优势，其成熟的技术广泛用于民用高科技领域。
                      </p>
                    
                    <a class="button" href='./zyscp/tzzc/'></a>
                  </div>
                  <div class="prod_list">
                    
                  </div>
                </div>
              </div>
            
              <div class="items_container swiper-slide">
                
                  <img src="./zyscp/jmzc/202505/W020250509497546989489.jpg" class='bg_img'/>
                
                <div class="items_content">
                  <div class="classify_desc">
                    
                      <p>
                        精密轴承广泛应用于航空、航天、机床、纺织、汽车、铁路、冶金、化工、电子等领域。
                      </p>
                    
                    <a class="button" href='./zyscp/jmzc/'></a>
                  </div>
                  <div class="prod_list">
                    
                      <div class="prod_item">
                        <a href="./zyscp/jmzc/cgsjjcqzc/202505/t20250509_546346.html">
                          <img src="./zyscp/jmzc/cgsjjcqzc/202505/W020250509412995799830.jpg" class='top_img'/>
                          <p><a href="./zyscp/jmzc/cgsjjcqzc/202505/t20250509_546346.html">超高速角接触球轴承</a></p>
                        </a>
                      </div>
                    
                      <div class="prod_item">
                        <a href="./zyscp/jmzc/gsgqzcdy/202505/t20250509_546345.html">
                          <img src="./zyscp/jmzc/gsgqzcdy/202505/W020250509412231287334.jpg" class='top_img'/>
                          <p><a href="./zyscp/jmzc/gsgqzcdy/202505/t20250509_546345.html">滚丝杠球轴承单元</a></p>
                        </a>
                      </div>
                    
                      <div class="prod_item">
                        <a href="./zyscp/jmzc/yzgzzc/202505/t20250509_546342.html">
                          <img src="./zyscp/jmzc/yzgzzc/202505/W020250509411079397339.jpg" class='top_img'/>
                          <p><a href="./zyscp/jmzc/yzgzzc/202505/t20250509_546342.html">圆锥滚子轴承</a></p>
                        </a>
                      </div>
                    
                      <div class="prod_item">
                        <a href="./zyscp/jmzc/gzgzzc/202505/t20250509_546338.html">
                          <img src="./zyscp/jmzc/gzgzzc/202505/W020250509410229984738.jpg" class='top_img'/>
                          <p><a href="./zyscp/jmzc/gzgzzc/202505/t20250509_546338.html">圆柱滚子轴承</a></p>
                        </a>
                      </div>
                    
                  </div>
                </div>
              </div>
            
              <div class="items_container swiper-slide">
                
                  <img src="./zyscp/zdxzc/202505/W020250509497752847538.jpg" class='bg_img'/>
                
                <div class="items_content">
                  <div class="classify_desc">
                    
                      <p>
                        2001年承担国家科技部风电轴承、掘进机械轴承等系列技术攻关，已逐步掌握重型机械等大型轴承技术，形成了具有自主知识产权的产品设计、生产工艺、检测及试验技术。
                      </p>
                    
                    <a class="button" href='./zyscp/zdxzc/'></a>
                  </div>
                  <div class="prod_list">
                    
                      <div class="prod_item">
                        <a href="./zyscp/zdxzc/gcjxqcqzjcp/202507/t20250715_560831.html">
                          <img src="./zyscp/zdxzc/gcjxqcqzjcp/202507/W020250715624415900649_ORIGIN.jpg" class='top_img'/>
                          <p><a href="./zyscp/zdxzc/gcjxqcqzjcp/202507/t20250715_560831.html">工程机械、汽车起重机用轴承</a></p>
                        </a>
                      </div>
                    
                      <div class="prod_item">
                        <a href="./zyscp/zdxzc/dgjjjxzc/202507/t20250715_560830.html">
                          <img src="./zyscp/zdxzc/dgjjjxzc/202507/W020250715623045416091_ORIGIN.jpg" class='top_img'/>
                          <p><a href="./zyscp/zdxzc/dgjjjxzc/202507/t20250715_560830.html">盾构、掘进机械轴承</a></p>
                        </a>
                      </div>
                    
                      <div class="prod_item">
                        <a href="./zyscp/zdxzc/dmcljflfdjzzzc/202507/t20250715_560829.html">
                          <img src="./zyscp/zdxzc/dmcljflfdjzzzc/202507/W020250715612306682181_ORIGIN.jpg" class='top_img'/>
                          <p><a href="./zyscp/zdxzc/dmcljflfdjzzzc/202507/t20250715_560829.html">风力发电机主轴轴承</a></p>
                        </a>
                      </div>
                    
                      <div class="prod_item">
                        <a href="./zyscp/zdxzc/cydjzc/202507/t20250715_560827.html">
                          <img src="./zyscp/zdxzc/cydjzc/202507/W020250715603762746635_ORIGIN.jpg" class='top_img'/>
                          <p><a href="./zyscp/zdxzc/cydjzc/202507/t20250715_560827.html">船用吊机轴承</a></p>
                        </a>
                      </div>
                    
                  </div>
                </div>
              </div>
            
              <div class="items_container swiper-slide">
                
                  <img src="./zyscp/zclbj/202505/W020250509498083268220.jpg" class='bg_img'/>
                
                <div class="items_content">
                  <div class="classify_desc">
                    
                      <p>
                        针对轴承生产加工各工序，研制了各种辅助材料等，主要产品包括：防锈油、金属加工液、保持架、钢球、陶瓷球、硬质合金基片。
                      </p>
                    
                    <a class="button" href='./zyscp/zclbj/'></a>
                  </div>
                  <div class="prod_list">
                    
                      <div class="prod_item">
                        <a href="./zyscp/zclbj/gdt/202507/t20250722_561579.html">
                          <img src="./zyscp/zclbj/gdt/202507/W020250722350752054270_ORIGIN.jpg" class='top_img'/>
                          <p><a href="./zyscp/zclbj/gdt/202507/t20250722_561579.html">陶瓷球</a></p>
                        </a>
                      </div>
                    
                      <div class="prod_item">
                        <a href="./zyscp/zclbj/gdt/202507/t20250722_561578.html">
                          <img src="./zyscp/zclbj/gdt/202507/W020250722349389755183_ORIGIN.png" class='top_img'/>
                          <p><a href="./zyscp/zclbj/gdt/202507/t20250722_561578.html">全陶瓷轴承</a></p>
                        </a>
                      </div>
                    
                      <div class="prod_item">
                        <a href="./zyscp/zclbj/fxrh/202507/t20250721_561551.html">
                          <img src="./zyscp/zclbj/fxrh/202507/W020250721682060611118_ORIGIN.jpg" class='top_img'/>
                          <p><a href="./zyscp/zclbj/fxrh/202507/t20250721_561551.html">低噪音轴承润滑脂</a></p>
                        </a>
                      </div>
                    
                      <div class="prod_item">
                        <a href="./zyscp/zclbj/fxrh/202507/t20250721_561550.html">
                          <img src="./zyscp/zclbj/fxrh/202507/W020250721681396736291_ORIGIN.png" class='top_img'/>
                          <p><a href="./zyscp/zclbj/fxrh/202507/t20250721_561550.html">防锈油</a></p>
                        </a>
                      </div>
                    
                  </div>
                </div>
              </div>
            
              <div class="items_container swiper-slide">
                
                  <img src="./zyscp/hdzc/202505/W020250509498640716109.jpg" class='bg_img'/>
                
                <div class="items_content">
                  <div class="classify_desc">
                    
                      <p>
                        和滚动轴承相比，滑动轴承具有承载力高、抗振性好、工作平稳可靠、噪音小、寿命长等特点。
                      </p>
                    
                    <a class="button" href='./zyscp/hdzc/'></a>
                  </div>
                  <div class="prod_list">
                    
                      <div class="prod_item">
                        <a href="./zyscp/hdzc/gdwtlzc/202507/t20250722_561581.html">
                          <img src="./zyscp/hdzc/gdwtlzc/202507/W020250722353711394075_ORIGIN.jpg" class='top_img'/>
                          <p><a href="./zyscp/hdzc/gdwtlzc/202507/t20250722_561581.html">固定瓦推力轴承</a></p>
                        </a>
                      </div>
                    
                      <div class="prod_item">
                        <a href="./zyscp/hdzc/kqwtlzc/202507/t20250722_561580.html">
                          <img src="./zyscp/hdzc/kqwtlzc/202507/W020250722352928441065_ORIGIN.jpg" class='top_img'/>
                          <p><a href="./zyscp/hdzc/kqwtlzc/202507/t20250722_561580.html">可倾瓦推力轴承</a></p>
                        </a>
                      </div>
                    
                  </div>
                </div>
              </div>
            
              <div class="items_container swiper-slide">
                
                  <img src="./zyscp/dzzjzzdy/202505/W020250509498843545456.jpg" class='bg_img'/>
                
                <div class="items_content">
                  <div class="classify_desc">
                    
                      <p>
                        自主开发了“轴系结构分析计算CAD”软件，形成了一套完整的电主轴设计制造体系。
                      </p>
                    
                    <a class="button" href='./zyscp/dzzjzzdy/'></a>
                  </div>
                  <div class="prod_list">
                    
                      <div class="prod_item">
                        <a href="./zyscp/dzzjzzdy/dglggxmydzz/202507/t20250722_561588.html">
                          <img src="./zyscp/dzzjzzdy/dglggxmydzz/202507/W020250722367035997429_ORIGIN.jpg" class='top_img'/>
                          <p><a href="./zyscp/dzzjzzdy/dglggxmydzz/202507/t20250722_561588.html">大功率高刚性磨用电主轴</a></p>
                        </a>
                      </div>
                    
                      <div class="prod_item">
                        <a href="./zyscp/dzzjzzdy/yctbdzz/202507/t20250722_561587.html">
                          <img src="./zyscp/dzzjzzdy/yctbdzz/202507/W020250722366378389122_ORIGIN.jpg" class='top_img'/>
                          <p><a href="./zyscp/dzzjzzdy/yctbdzz/202507/t20250722_561587.html">永磁同步电主轴</a></p>
                        </a>
                      </div>
                    
                      <div class="prod_item">
                        <a href="./zyscp/dzzjzzdy/djmdzz/202507/t20250722_561586.html">
                          <img src="./zyscp/dzzjzzdy/djmdzz/202507/W020250722363897946224_ORIGIN.jpg" class='top_img'/>
                          <p><a href="./zyscp/dzzjzzdy/djmdzz/202507/t20250722_561586.html">刀具磨削电主轴</a></p>
                        </a>
                      </div>
                    
                      <div class="prod_item">
                        <a href="./zyscp/dzzjzzdy/jgzxzz/202507/t20250722_561585.html">
                          <img src="./zyscp/dzzjzzdy/jgzxzz/202507/W020250722363209916991_ORIGIN.jpg" class='top_img'/>
                          <p><a href="./zyscp/dzzjzzdy/jgzxzz/202507/t20250722_561585.html">加工中心主轴</a></p>
                        </a>
                      </div>
                    
                  </div>
                </div>
              </div>
            
              <div class="items_container swiper-slide">
                
                  <img src="./zyscp/jcyq/202505/W020250509499145950310.jpg" class='bg_img'/>
                
                <div class="items_content">
                  <div class="classify_desc">
                    
                      <p>
                        ZYS在滚动轴承试验技术和可靠性理论方面有深入的研究，从事各种轴承试验装备的开发与制造，承接各类轴承的仿真试验、寿命试验和性能试验，研发了各类主机（航空、航天、铁路、汽车、摩托车、机床、电机等）用轴承全自动程控模拟试验机。
                      </p>
                    
                    <a class="button" href='./zyscp/jcyq/'></a>
                  </div>
                  <div class="prod_list">
                    
                      <div class="prod_item">
                        <a href="./zyscp/jcyq/zclbjjcyq/202507/t20250722_561692.html">
                          <img src="./zyscp/jcyq/zclbjjcyq/202507/W020250722529590780312_ORIGIN.jpg" class='top_img'/>
                          <p><a href="./zyscp/jcyq/zclbjjcyq/202507/t20250722_561692.html">圆柱度测量仪</a></p>
                        </a>
                      </div>
                    
                      <div class="prod_item">
                        <a href="./zyscp/jcyq/zclbjjcyq/202507/t20250722_561691.html">
                          <img src="./zyscp/jcyq/zclbjjcyq/202507/W020250722528813624212_ORIGIN.jpg" class='top_img'/>
                          <p><a href="./zyscp/jcyq/zclbjjcyq/202507/t20250722_561691.html">高速圆度波纹度测量仪Y90系列</a></p>
                        </a>
                      </div>
                    
                      <div class="prod_item">
                        <a href="./zyscp/jcyq/zclbjjcyq/202507/t20250722_561689.html">
                          <img src="./zyscp/jcyq/zclbjjcyq/202507/W020250722527507297024_ORIGIN.jpg" class='top_img'/>
                          <p><a href="./zyscp/jcyq/zclbjjcyq/202507/t20250722_561689.html">低速圆度测量仪</a></p>
                        </a>
                      </div>
                    
                      <div class="prod_item">
                        <a href="./zyscp/jcyq/zclbjjcyq/202507/t20250722_561688.html">
                          <img src="./zyscp/jcyq/zclbjjcyq/202507/W020250722526770646527_ORIGIN.jpg" class='top_img'/>
                          <p><a href="./zyscp/jcyq/zclbjjcyq/202507/t20250722_561688.html">表面形貌测量仪XM200</a></p>
                        </a>
                      </div>
                    
                  </div>
                </div>
              </div>
            
              <div class="items_container swiper-slide">
                
                  <img src="./zyscp/jgsb/202505/W020250509499339187166.jpg" class='bg_img'/>
                
                <div class="items_content">
                  <div class="classify_desc">
                    
                      <p>
                        可批量生产数控轴承套圈车削设备及自动线、全自动磨床、超精研机、轴承套圈精密冷辗机、半自动微小型球轴承套圈多用磨床等轴承专用加工设备，以及球轴承磨超自动生产线。
                      </p>
                    
                    <a class="button" href='./zyscp/jgsb/'></a>
                  </div>
                  <div class="prod_list">
                    
                      <div class="prod_item">
                        <a href="./zyscp/jgsb/wxswjymj/202507/t20250722_561651.html">
                          <img src="./zyscp/jgsb/wxswjymj/202507/W020250722496229616470_ORIGIN.jpg" class='top_img'/>
                          <p><a href="./zyscp/jgsb/wxswjymj/202507/t20250722_561651.html">无心式外径研磨机</a></p>
                        </a>
                      </div>
                    
                      <div class="prod_item">
                        <a href="./zyscp/jgsb/hxjlnj/202507/t20250722_561650.html">
                          <img src="./zyscp/jgsb/hxjlnj/202507/W020250722493419553087_ORIGIN.jpg" class='top_img'/>
                          <p><a href="./zyscp/jgsb/hxjlnj/202507/t20250722_561650.html">环形件冷辗机</a></p>
                        </a>
                      </div>
                    
                      <div class="prod_item">
                        <a href="./zyscp/jgsb/frjxsjzymc/202507/t20250722_561649.html">
                          <img src="./zyscp/jgsb/frjxsjzymc/202507/W020250722491363996841_ORIGIN.jpg" class='top_img'/>
                          <p><a href="./zyscp/jgsb/frjxsjzymc/202507/t20250722_561649.html">缝纫机旋梭件专用磨床</a></p>
                        </a>
                      </div>
                    
                      <div class="prod_item">
                        <a href="./zyscp/jgsb/bzdwxxdymc/202507/t20250722_561646.html">
                          <img src="./zyscp/jgsb/bzdwxxdymc/202507/W020250722489022992743_ORIGIN.jpg" class='top_img'/>
                          <p><a href="./zyscp/jgsb/bzdwxxdymc/202507/t20250722_561646.html">半自动微小型多用磨床</a></p>
                        </a>
                      </div>
                    
                  </div>
                </div>
              </div>
            
              <div class="items_container swiper-slide">
                
                  <img src="./zyscp/sysb/202507/W020250722652110148995.jpg" class='bg_img'/>
                
                <div class="items_content">
                  <div class="classify_desc">
                    
                      <p>
                        涵盖航空、航天、核工业、风力发电、轨道交通、汽车行业、轴承行业、材料等领域。
                      </p>
                    
                    <a class="button" href='./zyscp/sysb/'></a>
                  </div>
                  <div class="prod_list">
                    
                      <div class="prod_item">
                        <a href="./zyscp/sysb/clly/202507/t20250722_561643.html">
                          <img src="./zyscp/sysb/clly/202507/W020250722486234493967_ORIGIN.jpg" class='top_img'/>
                          <p><a href="./zyscp/sysb/clly/202507/t20250722_561643.html">润滑油高温沉积试验机</a></p>
                        </a>
                      </div>
                    
                      <div class="prod_item">
                        <a href="./zyscp/sysb/clly/202507/t20250722_561642.html">
                          <img src="./zyscp/sysb/clly/202507/W020250722485101499875_ORIGIN.jpg" class='top_img'/>
                          <p><a href="./zyscp/sysb/clly/202507/t20250722_561642.html">FE8轴承磨损试验机</a></p>
                        </a>
                      </div>
                    
                      <div class="prod_item">
                        <a href="./zyscp/sysb/clly/202507/t20250722_561641.html">
                          <img src="./zyscp/sysb/clly/202507/W020250722482947393810_ORIGIN.jpg" class='top_img'/>
                          <p><a href="./zyscp/sysb/clly/202507/t20250722_561641.html">材料滚动接触疲劳试验机</a></p>
                        </a>
                      </div>
                    
                      <div class="prod_item">
                        <a href="./zyscp/sysb/qchy/202507/t20250722_561638.html">
                          <img src="./zyscp/sysb/qchy/202507/W020250722414987424673_ORIGIN.jpg" class='top_img'/>
                          <p><a href="./zyscp/sysb/qchy/202507/t20250722_561638.html">汽车发动机摇臂轴承试验机</a></p>
                        </a>
                      </div>
                    
                  </div>
                </div>
              </div>
            
          </div>
        </div>
      </div>
    </div>
    <div class="service">
      <div class="common_header wow animate__animated animate__fadeInDown">
        <h2>
          <a href="http://www.zys.com.cn/product/" target="_blank">ZYS服务</a>
        </h2>
        <p>SERVICE</p>
      </div>
      <div class="service_container">
        <div class="service_list">
          
            <div class="service_item">
              <a href="./zysfw/zcjysyyfx/"></a>
              <p>
                轴承检验、实验与分析
              </p>
            </div>
          
            <div class="service_item">
              <a href="./zysfw/hybzzxdfw/"></a>
              <p>
                行业标准制修订服务
              </p>
            </div>
          
            <div class="service_item">
              <a href="./zysfw/zchypx/"></a>
              <p>
                轴承行业培训
              </p>
            </div>
          
            <div class="service_item">
              <a href="./zysfw/zcmyfw/"></a>
              <p>
                轴承贸易服务
              </p>
            </div>
          
        </div>
      </div>
    </div>
    <div class="partner">
      <div class="common_header wow animate__animated animate__fadeInDown">
        <h2>
          <a href="http://www.zys.com.cn/product/" target="_blank">合作伙伴</a>
        </h2>
        <p>ZYS 是中国航空、航天、舰船等领域的主要配套单位</p>
      </div>
      <div class="partner_list">
        
          <div class="partner_item">
            <a href="./gyzys/hzhb/202506/t20250627_554254.html"><img src="./gyzys/hzhb/202506/W020250627351520525545.jpg"/></a>
          </div>
        
          <div class="partner_item">
            <a href="./gyzys/hzhb/202506/t20250627_554253.html"><img src="./gyzys/hzhb/202506/W020250627351408975975.jpg"/></a>
          </div>
        
          <div class="partner_item">
            <a href="./gyzys/hzhb/202506/t20250627_554252.html"><img src="./gyzys/hzhb/202506/W020250627351331045711.jpg"/></a>
          </div>
        
          <div class="partner_item">
            <a href="./gyzys/hzhb/202506/t20250627_554251.html"><img src="./gyzys/hzhb/202506/W020250627351176844400.jpg"/></a>
          </div>
        
          <div class="partner_item">
            <a href="./gyzys/hzhb/202506/t20250627_554250.html"><img src="./gyzys/hzhb/202506/W020250627351065832404.jpg"/></a>
          </div>
        
          <div class="partner_item">
            <a href="./gyzys/hzhb/202506/t20250627_554249.html"><img src="./gyzys/hzhb/202506/W020250627350949396037.jpg"/></a>
          </div>
        
          <div class="partner_item">
            <a href="./gyzys/hzhb/202506/t20250627_554248.html"><img src="./gyzys/hzhb/202506/W020250627350777545774.jpg"/></a>
          </div>
        
          <div class="partner_item">
            <a href="./gyzys/hzhb/202506/t20250627_554247.html"><img src="./gyzys/hzhb/202506/W020250627350689296489.jpg"/></a>
          </div>
        
          <div class="partner_item">
            <a href="./gyzys/hzhb/202506/t20250627_554246.html"><img src="./gyzys/hzhb/202506/W020250627350556084215.jpg"/></a>
          </div>
        
          <div class="partner_item">
            <a href="./gyzys/hzhb/202506/t20250627_554245.html"><img src="./gyzys/hzhb/202506/W020250627350467308988.jpg"/></a>
          </div>
        
          <div class="partner_item">
            <a href="./gyzys/hzhb/202506/t20250627_554244.html"><img src="./gyzys/hzhb/202506/W020250627350336988111.jpg"/></a>
          </div>
        
          <div class="partner_item">
            <a href="./gyzys/hzhb/202506/t20250627_554243.html"><img src="./gyzys/hzhb/202506/W020250627350239608648.jpg"/></a>
          </div>
        
          <div class="partner_item">
            <a href="./gyzys/hzhb/202506/t20250627_554242.html"><img src="./gyzys/hzhb/202506/W020250627350153872090.jpg"/></a>
          </div>
        
          <div class="partner_item">
            <a href="./gyzys/hzhb/202506/t20250627_554240.html"><img src="./gyzys/hzhb/202506/W020250627349939477397.jpg"/></a>
          </div>
        
          <div class="partner_item">
            <a href="./gyzys/hzhb/202506/t20250627_554238.html"><img src="./gyzys/hzhb/202506/W020250627349850830667.jpg"/></a>
          </div>
        
          <div class="partner_item">
            <a href="./gyzys/hzhb/202506/t20250627_554236.html"><img src="./gyzys/hzhb/202506/W020250627349666945433.jpg"/></a>
          </div>
        
          <div class="partner_item">
            <a href="./gyzys/hzhb/202506/t20250627_554235.html"><img src="./gyzys/hzhb/202506/W020250627349574574388.jpg"/></a>
          </div>
        
        <div class="partner_item partner_more">
          <a href='./gyzys/hzhb/' target="_blank">更多伙伴+</a>
        </div>
      </div>
    </div>
    <div class="case">
      <div class="common_header wow animate__animated animate__fadeInDown">
        <h2>
          <a href="http://www.zys.com.cn/product/" target="_blank">应用案例</a>
        </h2>
        <p>CASE</p>
      </div>
      <div class="case_container">
        <div class="case_list flex flex-wrap">
          <a href="./yyal/hkht/" class="case_item active">
            <img src="./images/case3.png" alt="" />
            <p>航空航天</p>
          </a>
          <a href="./yyal/jcbq/" class="case_item">
            <img src="./images/case1.png" alt="" />
            <p>舰船兵器</p>
          </a>
          <a href="./yyal/jcgj/" class="case_item">
            <img src="./images/case5.png" alt="" />
            <p>机床工具</p>
          </a>
          <a href="./yyal/flfd/" class="case_item">
            <img src="./images/case8.png" alt="" />
            <p>风力发电</p>
          </a>
          <a href="./yyal/ksyj/" class="case_item">
            <img src="./images/case2.png" alt="" />
            <p>矿山冶金</p>
          </a>
          <a href="./yyal/gdjt/" class="case_item">
            <img src="./images/case4.png" alt="" />
            <p>轨道交通</p>
          </a>
          <a href="./yyal/ylqx/" class="case_item">
            <img src="./images/case9.png" alt="" />
            <p>医疗器械</p>
          </a>
          <a href="./yyal/gcjx/" class="case_item">
            <img src="./images/case6.png" alt="" />
            <p>工程机械</p>
          </a>
          <a href="./yyal/zcjysyfenx/" class="case_item">
            <img src="./images/case7.png" alt="" />
            <p>轴承检验、试验与分析</p>
          </a>
        </div>
        <div class="case-tab-swiper swiper">
          <div class="swiper-wrapper">
            
              <div class="case_container swiper-slide">
                <img src="./synr/yyaltp/202505/W020250507393480000768.jpg" class=''/>
                
              </div>
            
              <div class="case_container swiper-slide">
                <img src="./synr/yyaltp/202505/W020250507393973390175.jpg" class=''/>
                
              </div>
            
              <div class="case_container swiper-slide">
                <img src="./synr/yyaltp/202505/W020250507394190822027.jpg" class=''/>
                
                  <div class="case_bottom">
                    <a href="./yyal/jcgj/202506/t20250627_554191.html" target="_blank">高速精密轴承用陶瓷球</a>
                    <a href='./yyal/jcgj/202506/t20250627_554191.html' target="_blank" class="case_more">更多+</a>
                  </div>
                
              </div>
            
              <div class="case_container swiper-slide">
                <img src="./synr/yyaltp/202505/W020250507394366829949.jpg" class=''/>
                
              </div>
            
              <div class="case_container swiper-slide">
                <img src="./synr/yyaltp/202507/W020250715649678034020_ORIGIN.jpg" class=''/>
                
              </div>
            
              <div class="case_container swiper-slide">
                <img src="./synr/yyaltp/202507/W020250715650073214641_ORIGIN.jpg" class=''/>
                
              </div>
            
              <div class="case_container swiper-slide">
                <img src="./synr/yyaltp/202507/W020250715650984221068_ORIGIN.jpg" class=''/>
                
              </div>
            
              <div class="case_container swiper-slide">
                <img src="./synr/yyaltp/202507/W020250715651244289947_ORIGIN.jpg" class=''/>
                
              </div>
            
              <div class="case_container swiper-slide">
                <img src="./synr/yyaltp/202507/W020250715651486687300_ORIGIN.jpg" class=''/>
                
                  <div class="case_bottom">
                    <a href="./yyal/zcjysyfenx/202506/t20250625_552066.html" target="_blank">洛阳轴承研究所有限公司与陕西汉德车桥开展战略合作</a>
                    <a href='./yyal/zcjysyfenx/202506/t20250625_552066.html' target="_blank" class="case_more">更多+</a>
                  </div>
                
              </div>
            
          </div>
        </div>
      </div>
    </div>
    <div class="his">
      <div class="common_header his_header wow animate__animated animate__fadeInDown">
        <h2>
          <a href="http://www.zys.com.cn/product/" target="_blank">ZYS载誉之路</a>
        </h2>
        <p>DEVELOPMENT PATH</p>
      </div>
      <div class="his_container">
        <div class="his-swiper swiper">
          <div class="swiper-wrapper">
            
              <div class="his_item swiper-slide">
                <span>
                  1958年
                </span>
                <p>
                  研制成功空气轴承、电主轴（6万转/分）
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  1960年
                </span>
                <p>
                  研制成功A23精密仪表轴承、四种高温高速精密轴承
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  1963年
                </span>
                <p>
                  研制成功陀螺仪球轴承
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  1966年
                </span>
                <p>
                  研制成功导弹专用轴承
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  1969年
                </span>
                <p>
                  研制成功“东方红一号”人造地球卫星专用轴承
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  1972年
                </span>
                <p>
                  开发出DZ系列磨削电主轴
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  1975年
                </span>
                <p>
                  研制成功高速涡轮牙钻轴承(40万 r/min)、精密机床主轴轴承
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  1978年
                </span>
                <p>
                  研制成功高速圆度测量仪、微型轴承摩擦力矩测量仪，开发出GDZ系列磨削电主轴
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  1983年
                </span>
                <p>
                  研制成功低温轴承
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  1984年
                </span>
                <p>
                  研制成功对数曲线凸度滚子超精机
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  1985年
                </span>
                <p>
                  研制成功瞬时超高速轴承
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  1986年
                </span>
                <p>
                  质量监督检验中心成立，研制成功单向旋转离合器轴承
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  1987年
                </span>
                <p>
                  研制成功激光粗糙度测量仪
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  1988年
                </span>
                <p>
                  开发出具有自主版权的通用轴承CAD软件
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  1990年
                </span>
                <p>
                  研制成功专用薄壁轴承
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  1992年
                </span>
                <p>
                  研制成功陶瓷球轴承
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  1993年
                </span>
                <p>
                  研制成功磁悬浮轴承电主轴
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  1994年
                </span>
                <p>
                  开发出2GDZ系列磨削电主轴
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  1998年
                </span>
                <p>
                  研制成功加工中心用电主轴
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  1999年
                </span>
                <p>
                  研制成功脂润滑高速主轴轴承（dm.n值达1.89×10^6 mm&quot;r/min）
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  2000年
                </span>
                <p>
                  研制成功加工中心高速增速电主轴
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  2001年
                </span>
                <p>
                  研制成功轿车轴承试验机
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  2002年
                </span>
                <p>
                  研制成功精品球轴承磨削超精自动生产线
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  2003年
                </span>
                <p>
                  研制成功神舟五号专用轴承
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  2004年
                </span>
                <p>
                  研制成功新型环保汽车空调器轴承
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  2005年
                </span>
                <p>
                  研制成功神舟六号专用轴承
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  2019年
                </span>
                <p>
                  研制成功“嫦娥五号” 月球钻壤取样机构组件
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  2007年
                </span>
                <p>
                  研制成功“嫦娥”一号卫星专用轴承
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  2009年
                </span>
                <p>
                  研制成功大推力发动机轴承
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  2010年
                </span>
                <p>
                  研制成功“天宫一号”专用轴承
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  2011年
                </span>
                <p>
                  研制成功神舟九号专用轴承
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  2012年
                </span>
                <p>
                  研制成功神舟十号专用轴承
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  2013年
                </span>
                <p>
                  开发出“高性能滚动轴承数字化设计分析系统”
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  2015年
                </span>
                <p>
                  研制成功机器人系列专用轴承
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  2016年
                </span>
                <p>
                  研制成功“长征5号”火箭涡轮泵专用轴承
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  2017年
                </span>
                <p>
                  研制成功高速微量润滑角接触球轴承（dm.n=4.25X10^6 mm.r/min）
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  2018年
                </span>
                <p>
                  研制成功“中国空间站”环境控制与生命保障系统轴承
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  2020年
                </span>
                <p>
                  研制成功“中国空间站” 对日向心机构轴承组件
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  2021年
                </span>
                <p>
                  研制成功“天问一号”探火工程多型号轴承
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  2022年
                </span>
                <p>
                  研制成功“中国空间站”二氧化碳处理系统传动轴承组件、研制成功航空发动机传动轴承、研制成功神州十五号涡轮泵专用轴承
                </p>
              </div>
            
              <div class="his_item swiper-slide">
                <span>
                  2023年
                </span>
                <p>
                  研制成功航空直升机主减速器混合陶瓷轴承
                </p>
              </div>
            
          </div>
        </div>
        <div class="his-swiper-button-next swiper-button-next"></div>
        <div class="his-swiper-button-prev swiper-button-prev"></div>
      </div>
    </div>
    <div class="achievements">
      <div class="achievements_container">
        <div class="achieve_left">
          <div class="achieve_title">
            <h3>科研成果</h3>
            <p>洛阳轴承研究所</p>
          </div>
          <a href="./gyzys/zyzl/" class="left_container">
            
              <div class="left_item">
                ·1958年
                &nbsp;研制成功空气轴承、电主轴（6万转/分）
              </div>
            
              <div class="left_item">
                ·1960年
                &nbsp;研制成功A23精密仪表轴承、四种高温高速精密轴承
              </div>
            
              <div class="left_item">
                ·1963年
                &nbsp;研制成功陀螺仪球轴承
              </div>
            
              <div class="left_item">
                ·1966年
                &nbsp;研制成功导弹专用轴承
              </div>
            
              <div class="left_item">
                ·1969年
                &nbsp;研制成功“东方红一号”人造地球卫星专用轴承
              </div>
            
          </a>
        </div>
        <div class="achieve_list flex-wrap flex">
          
            <a href="./yfpt/kysl/" class="achieve_item">
              <img src="./yfpt/kysl/202506/W020250716394576050333_ORIGIN.jpg" class=''/>
              <p>
                河南省高性能轴承技术重点实验室
              </p>
            </a>
          
            <a href="./yfpt/kysl/" class="achieve_item">
              <img src="./yfpt/kysl/202506/W020250716394838746722_ORIGIN.jpg" class=''/>
              <p>
                全国滚动轴承产业技术创新战略联盟理事长单位
              </p>
            </a>
          
            <a href="./yfpt/kysl/" class="achieve_item">
              <img src="./yfpt/kysl/202506/W020250627324791518028.jpg" class=''/>
              <p>
                工业产品质量控制和技术评价实验室
              </p>
            </a>
          
            <a href="./yfpt/kysl/" class="achieve_item">
              <img src="./yfpt/kysl/202506/W020250627324542685616.jpg" class=''/>
              <p>
                滚动轴承创新中心
              </p>
            </a>
          
            <a href="./yfpt/kysl/" class="achieve_item">
              <img src="./yfpt/kysl/202506/W020250627324654502877.jpg" class=''/>
              <p>
                滚动轴承创新中心试验中心
              </p>
            </a>
          
            <a href="./yfpt/kysl/" class="achieve_item">
              <img src="./yfpt/kysl/202506/W020250627324227544773.jpg" class=''/>
              <p>
                河南省工业公共技术研发设计中心
              </p>
            </a>
          
        </div>
      </div>
    </div>
    <div class="news">
      <div class="content">
        <div class="news-title">
          <a href="http://www.zys.com.cn/news/" target="_blank">
            <strong>资讯中心</strong>
            <em>NEWS</em>
          </a>
        </div>
        <div class="news-tab">
          <div class="news-menu">
            <ul>
              <li class="tab_item cur"><a href="http://www.zys.com.cn/news/esdzt.html" target="_blank">二十大专题</a></li>
              <li class="tab_item"><a href="http://www.zys.com.cn/news/djhd.html" target="_blank">党建活动</a></li>
              <li class="tab_item"><a href="http://www.zys.com.cn/news/zysdt.html" target="_blank">公司新闻</a></li>
              <li class="tab_item"><a href="http://www.zys.com.cn/news/jcdt.html" target="_blank">基层动态</a></li>
              <li class="tab_item"><a href="http://www.zys.com.cn/news/zszx.html" target="_blank">知识中心</a></li>
            </ul>
          </div>
          <div class="tempWrap swiper news-swiper">
            <div class="news-main swiper-wrapper">
              <!-- 二十大专题 -->
              <div class="news-group swiper-slide active">
                <div class="hot-list">
                  
                    <div class="item">
                      <div class="pic"><img src="./zxzx/rsdzt/202507/W020250704631298719905.jpg"/></div>
                      <div class="text">
                        <h3><a href="./zxzx/rsdzt/202507/t20250704_556130.html">榜样在身边（三）：2021年度国机精工先进基层党组织</a></h3>
                        <p>特种轴承事业部一支部特种轴承事业部一支部紧紧抓住“党建推动发展、促进经营”工作主线，认真落实公司党委工作计划和党建责任清单所规...</p>
                        <em>2023-04-13</em>
                      </div>
                    </div>
                  
                    <div class="item">
                      <div class="pic"><img src="./zxzx/rsdzt/202507/W020250704630893908466.png"/></div>
                      <div class="text">
                        <h3><a href="./zxzx/rsdzt/202507/t20250704_556122.html">公司多名共青团员、共青团干部及团支部获国机精工团委表彰</a></h3>
                        <p>在喜迎二十大和中国共青团成立100周年之际，为树立典型、表彰先进，激励广大团组织和团员青年立足岗位积极建功。经国机精工团委研究，公...</p>
                        <em>2023-04-13</em>
                      </div>
                    </div>
                  
                </div>

                <div class="news-list">
                  
                    <div class="item">
                      <div class="date">
                        <span>13</span>
                        <em>2023-04</em>
                      </div>
                      <div class="text">
                        <h3><a href="./zxzx/rsdzt/202507/t20250704_556138.html">民盟洛阳市委到公司开展谈心学习活动</a></h3>
                        <p>5月29日，民盟洛阳市委以【走基层、转作风、聚盟心】为主题，在公司与民盟轴承产业支部开展谈心学习座谈会。民盟洛阳市委会秘书长刘浩、...</p>
                      </div>
                    </div>
                  
                    <div class="item">
                      <div class="date">
                        <span>13</span>
                        <em>2023-04</em>
                      </div>
                      <div class="text">
                        <h3><a href="./zxzx/rsdzt/202507/t20250704_556137.html">我为群众办实事 | 精密部件事业部党工团开展空调滤网清洗活动</a></h3>
                        <p>四时天气促相催，一夜薰风带暑来。入夏之后，气温骤升，烈日炎炎，然而在精密部件事业部，却有一群人不顾热浪，忙碌穿梭，他们就是精密...</p>
                      </div>
                    </div>
                  
                    <div class="item">
                      <div class="date">
                        <span>13</span>
                        <em>2023-04</em>
                      </div>
                      <div class="text">
                        <h3><a href="./zxzx/rsdzt/202507/t20250704_556136.html">支部共建聚合力 携手奋进促发展</a></h3>
                        <p>近日，为响应贯彻国机集团及国机精工“‘链’上党建品牌创建活动”，推进党建与业务工作深度融合，公司党委副书记、总经理高飞带队赴中...</p>
                      </div>
                    </div>
                  
                </div>
              </div>
              <!-- 党建活动 -->
              <div class="news-group swiper-slide">
                <div class="hot-list">
                  
                    <div class="item">
                      <div class="pic"><img src="./zxzx/djhd/202507/W020250704633651384027.png"/></div>
                      <div class="text">
                        <h3><a href="./zxzx/djhd/202507/t20250704_556162.html">公司多名共青团员、共青团干部及团支部获国机精工团委表彰</a></h3>
                        <p>在喜迎二十大和中国共青团成立100周年之际，为树立典型、表彰先进，激励广大团组织和团员青年立足岗位积极建功。经国机精工团委研究，公...</p>
                        <em>2022-05-03</em>
                      </div>
                    </div>
                  
                    <div class="item">
                      <div class="pic"><img src="./zxzx/djhd/202507/W020250704634449454662.png"/></div>
                      <div class="text">
                        <h3><a href="./zxzx/djhd/202507/t20250704_556170.html">轴研所推动“双创”活动持续升温</a></h3>
                        <p>5月中旬，公司发放2022年度第一批“双创”项目备案立项奖励，持续营造浓厚氛围，推动“双创”活动走深走实。年初以来，公司党委认真贯彻...</p>
                        <em>2022-05-18</em>
                      </div>
                    </div>
                  
                </div>

                <div class="news-list">
                  
                    <div class="item">
                      <div class="date">
                        <span>30</span>
                        <em>2025-12</em>
                      </div>
                      <div class="text">
                        <h3><a href="./zxzx/djhd/202512/t20251230_608834.html">轴研所开展党委书记讲团课活动</a></h3>
                        <p>为深入学习贯彻党的二十大、二十届四中全会、团的十九大精神，落实深化党建带团建要求，12月26日，轴研所党委书记、董事长陈恩厚以《奋...</p>
                      </div>
                    </div>
                  
                    <div class="item">
                      <div class="date">
                        <span>29</span>
                        <em>2025-12</em>
                      </div>
                      <div class="text">
                        <h3><a href="./zxzx/djhd/202512/t20251229_608720.html">“三原色”班组 | 淬火锻真金，联动承未来</a></h3>
                        <p>近日，金属材料开发部轴承质量评价与失效分析班组、检测中心计量检测班组、热锻中心烈火热处理班组携手开展了一系列结对共建活动。三方...</p>
                      </div>
                    </div>
                  
                    <div class="item">
                      <div class="date">
                        <span>10</span>
                        <em>2025-12</em>
                      </div>
                      <div class="text">
                        <h3><a href="./zxzx/djhd/202512/t20251210_604699.html">轴研所认真学习贯彻党的二十届四中全会精神（四）</a></h3>
                        <p>编者按：党的二十届四中全会对未来五年发展作出顶层设计和战略擘画，为做好“十五五”时期各项工作指明了前进方向。轴研所各党支部（总...</p>
                      </div>
                    </div>
                  
                </div>
              </div>
              <!-- 公司新闻 -->
              <div class="news-group swiper-slide">
                <div class="hot-list">
                  
                    <div class="item">
                      <div class="pic"><img src="./zxzx/gsxw/202507/W020250704679111073143.png"/></div>
                      <div class="text">
                        <h3><a href="./zxzx/gsxw/202507/t20250704_556784.html">关于进一步加强商标及字号管理的通知</a></h3>
                        <p></p>
                        <em>2025-06-06</em>
                      </div>
                    </div>
                  
                    <div class="item">
                      <div class="pic"><img src="./zxzx/gsxw/202507/W020250704657616530655.jpg"/></div>
                      <div class="text">
                        <h3><a href="./zxzx/gsxw/202507/t20250704_556480.html">轴研所助力神舟十三号航天员平安回家</a></h3>
                        <p>北京时间2022年4月16日09时56分，神舟十三号载人飞船返回舱在东风着陆场成功着陆，中国航天员翟志刚、王亚平、叶光富在太空工作生活长达...</p>
                        <em>2022-04-21</em>
                      </div>
                    </div>
                  
                </div>

                <div class="news-list">
                  
                    <div class="item">
                      <div class="date">
                        <span>26</span>
                        <em>2026-01</em>
                      </div>
                      <div class="text">
                        <h3><a href="./zxzx/gsxw/202601/t20260126_613491.html">轴研所召开2026年工作会议暨职工代表大会</a></h3>
                        <p>1月23日，洛阳轴承研究所有限公司召开2026年工作会议暨职工代表大会。会议以习近平新时代中国特色社会主义思想为指导，全面贯彻党的二十...</p>
                      </div>
                    </div>
                  
                    <div class="item">
                      <div class="date">
                        <span>21</span>
                        <em>2026-01</em>
                      </div>
                      <div class="text">
                        <h3><a href="./zxzx/gsxw/202601/t20260121_613227.html">厨宝上线  让温度“触手可及”</a></h3>
                        <p>进入冬季，气温持续走低，给一线生产带来不小考验。部分岗位职工需频繁接触油污、粉尘，洗手清洁成为工作高频环节。冰冷的自来水不仅带...</p>
                      </div>
                    </div>
                  
                    <div class="item">
                      <div class="date">
                        <span>21</span>
                        <em>2026-01</em>
                      </div>
                      <div class="text">
                        <h3><a href="./zxzx/gsxw/202601/t20260121_613225.html">全国滚动轴承标准化技术委员会九届一次会议召开</a></h3>
                        <p>全国滚动轴承标准化技术委员会（以下简称滚动轴承标委会）九届一次会议暨换届会于2026年1月12日—16日在河南省郑州市召开。中国机械工业...</p>
                      </div>
                    </div>
                  
                </div>
              </div>

              <div class="news-group swiper-slide">
                <div class="hot-list">

                </div>

                <div class="news-list">
                  
                    <div class="item">
                      <div class="date">
                        <span>25</span>
                        <em>2025-12</em>
                      </div>
                      <div class="text">
                        <h3><a href="./zxzx/jcdt/202512/t20251225_608046.html">仪器开发部分会开展5S提升竞赛活动</a></h3>
                        <p>近日，仪器开发部分会组织开展的“推进精益管理、激发创新活力”5S提升竞赛活动圆满落幕。本次活动以全员参与的竞赛形式为抓手，通过红...</p>
                      </div>
                    </div>
                  
                    <div class="item">
                      <div class="date">
                        <span>28</span>
                        <em>2025-08</em>
                      </div>
                      <div class="text">
                        <h3><a href="./zxzx/jcdt/202508/t20250828_569339.html">非金属材料开发部开展安全隐患自查竞赛活动</a></h3>
                        <p>近日，非金属材料开发部组织开展了首次安全隐患自查竞赛活动，旨在通过创新形式提升部门安全管理实效，强化全体员工安全意识。竞赛活动...</p>
                      </div>
                    </div>
                  
                    <div class="item">
                      <div class="date">
                        <span>28</span>
                        <em>2025-08</em>
                      </div>
                      <div class="text">
                        <h3><a href="./zxzx/jcdt/202508/t20250828_569306.html">烈日下的“质量卫士”</a></h3>
                        <p>连续多日40℃+的高温预警下，有这样一名“质量卫士”，她无惧烈日“烤”验，与高温抗衡、与时间赛跑，以专业和汗水确保产品质量“零缺陷...</p>
                      </div>
                    </div>
                  
                </div>
              </div>

              <div class="news-group swiper-slide">
                <div class="hot-list">

                </div>

                <div class="news-list">
                  
                    <div class="item">
                      <div class="date">
                        <span>16</span>
                        <em>2022-05</em>
                      </div>
                      <div class="text">
                        <h3><a href="./zxzx/zszx/202507/t20250704_557000.html">滚动轴承疲劳失效形式和抗疲劳方法</a></h3>
                        <p>大量的应用实践和寿命试验都表明，轴承失效多为接触表面疲劳。GB/T 24611—2020/ISO15243:2017将疲劳列在轴承六种常见失效模式之首，被...</p>
                      </div>
                    </div>
                  
                    <div class="item">
                      <div class="date">
                        <span>25</span>
                        <em>2022-04</em>
                      </div>
                      <div class="text">
                        <h3><a href="./zxzx/zszx/202507/t20250704_556999.html">不同滚动轴承钢的微剥落及磨损的表征：硬度及热处理的影响</a></h3>
                        <p>微剥落或表面损伤是一种表面失效机制，常见于重载、非共形、滚–滑润滑接触的现代机械部件(如轴承和齿轮)。这种损伤由粗糙峰级别的滚动...</p>
                      </div>
                    </div>
                  
                    <div class="item">
                      <div class="date">
                        <span>07</span>
                        <em>2022-04</em>
                      </div>
                      <div class="text">
                        <h3><a href="./zxzx/zszx/202507/t20250704_556998.html">低油耗汽车轴承发展史</a></h3>
                        <p>由于汽车轴承结构简单，外观差异往往并不明显。然而，纵观20世纪80年代至今的轴承技术特征历程可发现：在市场需求预期下，轴承的基本性...</p>
                      </div>
                    </div>
                  
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <style>
  /* footer */
  .footer {
    position: relative;
    overflow: hidden;
    background: #262626;
  }
  .footer .content {
    width: 1200px;
    margin: 0 auto;
  }
  .footer .content dl {
    float: left;
    padding-top: 81px;
    margin-right: 160px;
  }

  .ft-Con {
    display: inline-block;
    width: 1200px;
  }

  .footer dt a {
    display: block;
    color: #fff;
    font-size: 16px;
    position: relative;
  }

  .footer dt a:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 15px;
    background: #fff;
    left: -10px;
    top: 4px;
  }

  .footer dd {
    padding-top: 31px;
    padding-bottom: 54px;
  }

  .footer dd a {
    display: block;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 20px;
  }

  .footer .content dl:last-of-type {
    margin-right: 0;
  }

  .ft-code {
    float: right;
  }

  .code {
    position: relative;
    margin-top: 60px;
    width: 112px;
    height: 112px;
    background: url("../images/Common/code-bg.png") no-repeat center;
  }

  .code img {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 100px;
    height: 100px;
  }

  .ft-code p {
    font-size: 14px;
    color: #fff;
    margin-top: 11px;
    text-align: center;
  }

  .ft-code a:hover {
    background: #1e2380;
    border: 1px solid #1e2380;
  }

  .ft-phone {
    margin-top: 41px;
    display: block;
    width: 113px;
    height: 46px;
    border: 1px solid #515151;
    box-sizing: border-box;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 14px;
  }

  .ft-search {
    position: absolute;
    display: block;
    width: 113px;
    height: 46px;
    border: 1px solid #515151;
    box-sizing: border-box;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 14px;
  }

  .ft-search:after {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    left: 10px;
    background: url("./images/seach-icon.png") no-repeat center;
    width: 13px;
    height: 13px;
  }

  .ft-link {
    width: 100%;
    height: 54px;
    background: #fff;
  }

  .ft-link p {
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 54px;
  }

  /*.ft-link p >a { padding-left: 20px;}*/
  .ft-links {
    position: relative;
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 54px;
  }

  .ft-links a {
    padding: 0 20px;
    border-right: 1px solid #e5e5e5;
  }

  .ft-link>a:hover {
    color: #1e2380;
  }

  .link-hover {
    float: right;
    width: 97px;
    text-align: center;
  }

  .link-hover a {
    color: #666;
  }

  .link-hover:hover .link-con {
    display: block;
  }

  .link-con {
    display: none;
    position: absolute;
    bottom: 54px;
    right: 0;
    width: 120px;
    background: #fff;
  }

  .link-con>a {
    display: block;
    text-align: center;
    padding: 10px 0;
    line-height: 1.75;
    border-bottom: solid 1px #ddd;
    box-sizing: border-box;
  }

  .link-con>a:hover {
    color: #1e2380;
  }

  .sitelink li {
    position: relative;
    cursor: pointer;
  }

  .sitelink li .pop {
    display: none;
    position: absolute;
    right: 0;
    bottom: 100%;
    padding: 10px;
    width: 170px;
    background: #fff;
    border-left: #1e2380 solid 3px;
  }

  .sitelink li .pop span {
    display: block;
    font-size: 14px;
    color: #333;
    text-align: left;
  }

  .sitelink li .pop p {
    font-size: 16px;
    color: #1e2380;
    text-align: left;
    font-weight: bold;
  }

  .sitelink li:hover .pop {
    display: block;
  }

  /* footer end */
</style>
<div class="footer pc_template">
  <div class="content">
    <div class="ft-Con">
      <dl>
        <dt><a href="./zyscp/" target="_blank">ZYS产品</a></dt>
        <dd>

           
                  <a href="./zyscp/tzzc/">特种轴承</a>
                
                  <a href="./zyscp/jmzc/">精密轴承</a>
                
                  <a href="./zyscp/zdxzc/">中大型轴承</a>
                
                  <a href="./zyscp/zclbj/">轴承零部件</a>
                
                  <a href="./zyscp/hdzc/">滑动轴承</a>
                
                  <a href="./zyscp/dzzjzzdy/">电主轴及主轴单元</a>
                
                  <a href="./zyscp/jcyq/">检测仪器</a>
                
                  <a href="./zyscp/jgsb/">加工设备</a>
                
                  <a href="./zyscp/sysb/">试验设备</a>
                


        </dd>
      </dl>
      <dl>
        <dt><a href="./zysfw/" target="_blank">ZYS服务</a></dt>
        <dd>

            
                  <a href="./zysfw/zcjysyyfx/">轴承检验、实验与分析</a>
                
                  <a href="./zysfw/hybzzxdfw/">行业标准制修订服务</a>
                
                  <a href="./zysfw/zchypx/">轴承行业培训</a>
                
                  <a href="./zysfw/zcmyfw/">轴承贸易服务</a>
                

        </dd>
      </dl>
      <dl>
        <dt><a href="./yyal/" target="_blank">应用领域</a></dt>
        <dd>

          
                  <a href="./yyal/hkht/">航空航天</a>
                
                  <a href="./yyal/jcbq/">舰船兵器</a>
                
                  <a href="./yyal/jcgj/">机床工具</a>
                
                  <a href="./yyal/flfd/">风力发电</a>
                
                  <a href="./yyal/ksyj/">矿山冶金</a>
                
                  <a href="./yyal/gdjt/">轨道交通</a>
                
                  <a href="./yyal/ylqx/">医疗器械</a>
                
                  <a href="./yyal/gcjx/">工程机械</a>
                
                  <a href="./yyal/zcjysyfenx/">轴承检验、试验与分析</a>
                

        </dd>
      </dl>
      <dl>
        <dt><a href="./gyzys/" target="_blank">关于ZYS</a></dt>
        <dd>
              
                  <a href="./gyzys/qyjs/">企业介绍</a>
                
                  <a href="./gyzys/zyzl/">载誉之路</a>
                
                  <a href="./gyzys/yjkf/">研究开发</a>
                
                  <a href="./gyzys/sczz/">生产制造</a>
                
                  <a href="./gyzys/zlbz/">质量保证</a>
                
                  <a href="./gyzys/ryzs/">荣誉证书</a>
                
                  <a href="./gyzys/hzhb/">合作伙伴</a>
                
                  <a href="./gyzys/lxwm1/">联系我们</a>
                
        </dd>
      </dl>
      <div class="ft-code">
        <div class="code">
          <img src="./images/94f612882bdcf86e.jpg" alt="公众号二维码" />
        </div>
        <p>关注公众号</p>
        <div class="sitelink">
          <ul>
            <li>
              <a href='./gyzys/lxwm1/' target="_blank" class="ft-phone">ZYS服务电话</a>
              <div class="pop">
                <span>ZYS服务电话</span>
                <p>0379-64880281、0379-64883071</p>
              </div>
            </li>
            <li><a href="http://fw.zys.com.cn/antifake/securityCheck" class="ft-search" target="_blank"
                rel="nofollow">防伪查询</a></li>
          </ul>
        </div>
      </div>
    </div>
  </div>
  <div class="ft-link">
    <div class="content">
      <p>Copyright © 2019 洛阳轴承研究所有限公司, All Rights Reserved &nbsp; &nbsp; &nbsp; &nbsp; 备案号：<a
          href="https://beian.miit.gov.cn/" target="_blank" rel="nofollow">豫ICP备18028303号-3</a>
        <a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=41030502000528"
          style="display:inline-block;text-decoration:none;height:20px;line-height:20px;"><img src="./images/gaba.png" style="float:left;width: auto;" /></a></p>
      <p style="float:left;height:20px;line-height:54px;margin: 0px 0px 0px 5px; color:#939393;"><a target="_blank"
          href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=41030502000528"
          style="display:inline-block;text-decoration:none;height:20px;line-height:20px;">豫公网安备 41030502000528号</a></p>
      <p></p>
      <div class="ft-links">
        <div class="link-hover">
          <a href="javascript::" target="_blank" rel="nofollow">友情链接</a>
          <div class="link-con">

            <a href="http://cucw.cbpt.cnki.net/" target="_blank">《轴承》采编平台</a>

            <a href="http://www.shenduwang.com" target="_blank">深度网</a>

          </div>
        </div>
      </div>
    </div>
  </div>
</div>
<div class="y-kefu-box y-kefu-box01 pc_template">
  <div class="show-status">
    <div class="kf-mobile hver">
      <i class="icon"></i>
      <p>营销热线</p>
    </div>
    <div class="mobile-infos">
        <b class="right">
          <i class="right-arrow1"></i>
          <i class="right-arrow2"></i>
        </b>
        <!--<div class="online-logo">
          <img src="../images/TCommon/online-logo.png" alt="" />
        </div>-->
        <!-- <div class="online1">
          <span>特种轴承事业部</span>
          <p>0379-64881321</p>
        </div> -->
        <div class="online1">
          <span>销售公司</span>
          <p>0379-64367521</p>
        </div>
        <div class="online1">
          <span>制造服务事业部</span>
          <p>0379-64880626</p>
        </div>
        <div class="online1">
          <span>装备试验事业部</span>
          <p>13693806700</p>
        </div>
        <div class="online1">
          <span>技术中心</span>
          <p>0379-64886322</p>
        </div>
          <div class="online1">
          <span>国家轴承质检中心</span>
          <p>0379-64881181</p>
        </div>
        <div class="online-close"></div>
      </div>
      <script type="text/javascript">
        $('.kf-mobile').on(' click',function(){
          $(this).hide();
          $(this).next('.mobile-infos').stop().animate({right:'0',opacity:1}, 400,function(){$(this).show()});
        })      
            
        $('.y-kefu-box01 .kf-close-btn').on('click',function(){
            $(this).parent().animate({left:'55px'}, 400,function(){
                $(this).hide().next().show().animate({left:'0'}, 400);
            });
        })
          
        $('.online-close').on(' click',function(event){
            $(this).parent('.mobile-infos').fadeOut();
            $(this).parent('.mobile-infos').prev('.kf-mobile').show();
            event.stopPropagation();
            
        })
          
        //返回顶部
        var yWin = $(window).scrollTop();
        var isShow = true;
        $(window).scroll(function(){
          yWin = $(window).scrollTop();
          if(yWin > 500){
            if(isShow){
              isShow = false;
              $('#yBackTop').show().animate({left:'0'}, 400);
            } 
          }
          if(yWin < 500){
            if(!isShow){
              isShow = true;
              $('#yBackTop').animate({left:'55px'}, 400,function(){$(this).hide();});
            }
            
          }
        })
          $('#yBackTop').on('click',function(){
          $('html,body').animate({'scrollTop':0}, 800);
        })
      </script>
      <!--是否设置分站-->
      <input type="hidden" id="fenzhan" value="否" />
  </div>
</div>
<div 
  class="bdshare-slide-button-box bdshare-slide-style-l0"
  style="top: 100px; width: 0px; z-index: 99999; left: 0px;"
  data-bd-bind="1752567331671">
  <a href="#" onclick="return false;" class="bdshare-slide-button" style="right: -24px;"></a>
  <div class="bdshare-slide-list-box" style="width: 0px; display: none;">
    <div class="bdshare-slide-top">分享到</div>
    <div class="bdshare-slide-list">
      <ul class="bdshare-slide-list-ul" style="width: 226px;">
        <li><a href="#" onclick="return false;" class="slide-mshare" data-cmd="mshare">一键分享</a></li>
        <li><a href="#" onclick="return false;" class="slide-qzone" data-cmd="qzone">QQ空间</a></li>
        <li><a href="#" onclick="return false;" class="slide-tsina" data-cmd="tsina">新浪微博</a></li>
        <li><a href="#" onclick="return false;" class="slide-bdysc" data-cmd="bdysc">百度云收藏</a></li>
        <li><a href="#" onclick="return false;" class="slide-weixin" data-cmd="weixin">微信</a></li>
        <li><a href="#" onclick="return false;" class="slide-renren" data-cmd="renren">人人网</a></li>
        <li><a href="#" onclick="return false;" class="slide-tqq" data-cmd="tqq">腾讯微博</a></li>
        <li><a href="#" onclick="return false;" class="slide-bdxc" data-cmd="bdxc">百度相册</a></li>
        <li><a href="#" onclick="return false;" class="slide-kaixin001" data-cmd="kaixin001">开心网</a></li>
        <li><a href="#" onclick="return false;" class="slide-tqf" data-cmd="tqf">腾讯朋友</a></li>
        <li><a href="#" onclick="return false;" class="slide-tieba" data-cmd="tieba">百度贴吧</a></li>
        <li><a href="#" onclick="return false;" class="slide-douban" data-cmd="douban">豆瓣网</a></li>
        <li><a href="#" onclick="return false;" class="slide-tsohu" data-cmd="tsohu">搜狐微博</a></li>
        <li><a href="#" onclick="return false;" class="slide-bdhome" data-cmd="bdhome">百度新首页</a></li>
        <li><a href="#" onclick="return false;" class="slide-sqq" data-cmd="sqq">QQ好友</a></li>
        <li><a href="#" onclick="return false;" class="slide-thx" data-cmd="thx">和讯微博</a></li>
      </ul>
    </div>
    <div class="bdshare-slide-bottom" style="width: 226px;">
      <a href="#" onclick="return false;" class="slide-more" data-cmd="more">更多...</a>
    </div>
  </div>
</div>
<script>
  window._bd_share_config = {
    "common": {"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"16"},
    "slide": {"type":"slide","bdImg":"0","bdPos":"left","bdTop":"100"}
  }
  with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement ('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];
</script>
    <style>
  .m_footer_center {
    padding-top: 0.5rem;
    background: #262626;
    color: rgba(255,255,255,0.8);
    font-size: 0.32rem;
    line-height: 0.36rem;
  }
  .m_footer_center a {
    display: block;
    color: rgba(255,255,255,0.8);
    font-size: 0.32rem;
    line-height: 0.36rem;
  }
  .m_footer_content {
    width: 10rem;
    padding: 0 0.43rem;
    margin: 0 auto;
  }
  .m_footer_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.47rem;
    border-bottom: 1px solid #262626;
  }
  .m_footer_top .logo {
    width: 3rem;
  }
  .m_footer_qrcode {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_footer_qrcode img {
    width: 2rem;
    height: 2rem;
    margin-bottom: 0.21rem;
    text-align: center;
  }
  .m_footer_qrcode .code_title {
    font-size: 0.27rem;
    width: 1.7rem;
    text-align: center;
    line-height: 1.2;
  }
  .m_footer_middle {
    padding: 0.43rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .m_footer_middle > div {
    margin-bottom: 0.27rem;
  }
  .m_footer_bottom {
    font-size: 0.27rem;
    color: #666;
    line-height: 0.32rem;
    text-align: center;
    background: #fff;
    padding: 0.31rem 0;
  }
  .m_footer_bottom span {
    margin-right: 0.21rem;
  }
  </style>
  <div class="m_footer_center m_template">
    <div class="m_footer_content">
      <div class="m_footer_top">
        <a href="./">
          <img src="./images/m_logo.png" class="logo" alt="" />
        </a>
        <div class="m_footer_qrcode">
          <img src="./images/94f612882bdcf86e.jpg" />
          <div class="code_title">关注公众号</div>
        </div>
      </div>
      <div class="m_footer_middle">
        <div>友情链接：</div>
        <div>
          <a href="http://www.sinomach.com.cn/" title="中国机械工业集团有限公司" target="_blank">中国机械工业集团有限公司</a>
        </div>
        <div>
          <a href="https://www.sinomach-pi.cn/" class="link_item">国机精工集团股份有限公司</a>
        </div>
        <div>
          <a href="http://www.zykj.cn/" class="link_item">洛阳轴研科技有限公司</a>
        </div>
      </div>
    </div>
  </div>
  <div class="m_footer_bottom m_template">
    <div>
      <span>Copyright©2019 </span>
      <span>洛阳轴承研究所有限公司</span>
      <a href="http://beian.miit.gov.cn" target="_blank">豫ICP备18028303号-3</a>
    </div>
    <div style="display: flex;justify-content:center;margin-top: 0.1rem;">
      <img src="./images/gaba.png" alt="" style="margin-right: 5px;" />
      <a href="https://beian.mps.gov.cn/" target="_blank">豫公网安备 41030502000528号</a>
    </div>
  </div>
  </div>
  <script>
    $(initSwiper)

    function initSwiper(params) {
      var swiper = new Swiper(".mySwiper", {
        autoplay: true,
        loop: true,
        pagination: {
          el: ".swiper-pagination",
          clickable: true
        },
        navigation: {
          nextEl: ".banner-swiper-button-next",
          prevEl: ".banner-swiper-button-prev",
        },
      });
      var hisSwiper = new Swiper(".his-swiper", {
        loop: true,
        autoPlay: true,
        slidesPerView: 5,
        spaceBetween: 105,
        navigation: {
          nextEl: ".his-swiper-button-next",
          prevEl: ".his-swiper-button-prev",
        },
      });
      var noticeSwiper = new Swiper(".notice_swiper", {
        autoplay: {
          delay: 3000,
          disableOnInteraction: false,
        },
        loop: true,
        direction: "vertical",
      })
    }

    $(initTabSwiper)
    var tabSwiper
    var caseTabSwiper
    var newsTabSwiper
    function initTabSwiper() {
      tabSwiper = new Swiper('.tab-swiper', {
        autoplay: {
          delay: 3000,
          pauseOnMouseEnter: true,
          disableOnInteraction: false,
        },
        keyboard: false, // 禁止键盘操作
        mousewheel: false, // 禁止鼠标滚轮
        allowTouchMove: false,
        simulateTouch: false, //禁止鼠标模拟
        effect: 'fade',
        on: {
          slideChange: function (e) {
            let that = $('.classify_item').eq(e.activeIndex)
            that.addClass('active').siblings().removeClass('active')
          }
        }
      })
      caseTabSwiper = new Swiper('.case-tab-swiper', {
        autoplay: true,
        keyboard: false, // 禁止键盘操作
        mousewheel: false, // 禁止鼠标滚轮
        allowTouchMove: false,
        simulateTouch: false, //禁止鼠标模拟
        effect: 'fade',
        on: {
          slideChange: function (e) {
            console.log(e);
            
            let that = $('.case_item').eq(e.activeIndex)
            that.addClass('active').siblings().removeClass('active')
            console.log(`当前播放到第  张幻灯片`);
          }
        }
      })
      newsTabSwiper = new Swiper('.news-swiper', {
        autoplay: true, //可选选项，自动滑动
        keyboard: false, // 禁止键盘操作
        mousewheel: false, // 禁止鼠标滚轮
        allowTouchMove: false,
        simulateTouch: false, //禁止鼠标模拟
        on: {
          slideChange: function (e) {
            let that = $('.tab_item').eq(e.activeIndex)
            that.addClass('cur').siblings().removeClass('cur')
          }
        }
      })
    }
    $('.classify_item').mouseenter(function () {
      let index = $(this).index()
      $(this).addClass('active').siblings().removeClass('active')
      tabSwiper.slideTo(index)
    })
    $('.case_item').mouseenter(function () {
      let index = $(this).index()
      $(this).addClass('active').siblings().removeClass('active')
      caseTabSwiper.slideTo(index)
    })
    $('.tab_item').mouseenter(function () {
      let index = $(this).index()
      $(this).addClass('cur').siblings().removeClass('cur')
      newsTabSwiper.slideTo(index)
    })
    $(() => {
      new WOW().init()
    })
    // 全站检索配置
    $(registSearch)
    $(function () {
      $('#search_button').on('submit', search_check)
    })
    function registSearch() {
      $('#search_button').on('click', search_check)
    }
    function escapeTrs(str) { //转义trs关键字
      var arr = new Array("\\\\", "!", "@", "#", "\\$", "\%", "\\^", "\&", "\\*", "\\(", "\\)", "\\_",
        "\\+", "\-", "\=", "\\{", "\\}", "\\|", "\\[", "\\]", ";", "'", ":", "\"", "\<", "\>", "\\?",
        "\,", "\\.", "\/");
      for (var i = 0; i < arr.length; i++) {
        var re = new RegExp(arr[i], "img");
        str = str.replace(re, '\\' + arr[i]);
      }
      return str;
    }

    function dealKeywords(sword, relation) {
      var sTemp = "";
      var swordtemp = "";
      var sArray;

      if (sword.indexOf("*") < 0 && sword.indexOf("+") < 0 && sword.indexOf(")") < 0 && sword.indexOf(
        "(") < 0 && sword.indexOf("\\") < 0) {
        sword = escapeTrs(sword);
        //不含trs关键字
        sArray = sword.split(" "); //输入框空格处理,空格表示 relation 关系
        for (var i = 0; i < sArray.length; i++) {
          sTemp = sArray[i].replace(/^\s+|\s+$/g, ""); //去掉sword前后空格
          if (sTemp != "") {
            swordtemp += "'" + sTemp + "' " + relation + " "; /*加上''符号,处理trs带运算符的检索词报错的问题*/
          }
        }
        if (swordtemp.lastIndexOf(" " + relation + " ") != -1) {
          swordtemp = swordtemp.substring(0, swordtemp.length - relation.length - 2);
        }
      } else {
        if (sword.indexOf("\\") != -1) {
          var re = new RegExp("\\\\", "img");
          sword = sword.replace(re, '\\\\');
        }
        swordtemp = sword;
      }
      return swordtemp;
    }
    function search_check() {
      var sword = document.getElementById("iptSword").value.replace(/^\s+|\s+$/g, "");
      document.searchform.searchword.value = dealKeywords(sword, "and");
      document.searchform.preKeyword.value = document.getElementById("iptSword").value;
      document.searchform.submit();
      return false
    }
  </script>
</body>

</html>