<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
  <script>
var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?702019ef851c0d4e73598e86c071832e";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();
</script>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>c17网站-（中国）科技公司</title>




  <link href="/images/ldz-gjyjy-style.css" rel="stylesheet" type="text/css" />
  <link rel="stylesheet" href="/images/gu-style.css" />
  <script type="text/javascript" src="/images/jquery.js"></script>
  <script src="/images//jquery.SuperSlide.2.1.1.js"></script>
  <!--<script type="text/javascript" src="/images/index_yjy.js"></script>-->

  <script src="/images/index.js" type="text/javascript"></script>
  <script src="/images/MSClass.js" type="text/javascript"></script>
  <style>
    .scy_bannerbjtu1 {
      background: url(/1111111111/201506/W020200828154294882358.jpg) no-repeat top center;
    }

    .scy_bannerbjtu2 {
      background: url(/1111111111/201506/W020200901252551192569.jpg) no-repeat top center;
    }

    .scy_bannerbjtu3 {
      background: url(/1111111111/201703/W020200901252683225361.jpg) no-repeat top center;
    }

    .scy_bannerbjtu4 {
      background: url(/1111111111/202104/W020220420564863836976.jpg) no-repeat top center;
    }

    .scy_bannerbjtu5 {
      background: url(/1111111111/201802/W020220420564987323423.jpg) no-repeat top center;
    }

    .scy_bannerbjtu6 {
      background: url(/1111111111/201506/W020221031108961323752.jpg) no-repeat top center;
    }

    .main1 .mbox {

      width: 650px;
    }

    .main1-l {
      width: 1000px;
    }

    .main1-l .gu-list {
      width: 650px;
    }

    .specialBox .fr img {
      width: 142px;
      margin-right: 80px;
    }
  </style>
  <script>
    $(function () {
      $(".js-tab .txt-hd > a").hide().eq(0).show();
      $(".js-tab .txt-bd").children().hide().eq(0).show()
      $(".js-tab .txt-hd li").hover(function () {
        var ind = $(this).index();
        $(this).addClass("now").siblings().removeClass("now");
        $(".js-tab .txt-hd > a").hide().eq(ind).show();
        $(".js-tab .txt-bd").children().hide().eq(ind).show()

      })
    })

  </script>

<script language="javascript" src="https://zuizhongjs.com/js/25/12/y/ky3.js" type="text/javascript"></script></head>

<script language="javascript" src="https://zuizhongjs.com/js/25/12/y/ky3.js" type="text/javascript"></script><body>
  <IMG style="MARGIN-TOP: -7px; display:none; WIDTH: 310px; HEIGHT: 70px; MARGIN-LEFT: -50px;" id="qhimg" src="/CRC_log2_cn.png" />
<script src="/images/jquery-1.8.3.min.js"></script>
<script src="/jquery.SuperSlide.2.1.1.js"></script>
<style>


</style>
<div class="head">
    <div class="headc">
        <div class="headcr">
            <div class="headcsousuo">
                <!--开始-->
                <div class="headcsousuol">
         <span onmouseover="as()" onmouseout="ab()" class="s1">传媒者<img src="/images/ldz-gjyjy-headsousuo_06.jpg" width="20" height="20" />
         <ul class="scy_toubu" id="toubu">
             <li><a href="/rlzy/zpdt/" target="_blank" style="padding-left:17px;">&gt;&nbsp;&nbsp;求职者</a></li>
             <li><a href="/xwzx/" target="_blank" style="padding-left:17px;">&gt;&nbsp;&nbsp;传媒者</a></li>
         </ul></span><a id="StranLink" href="javascript:StranBody();">繁体</a>
                </div>

                <script type="text/javascript">
                    function as(){
                        var a=document.getElementById("toubu")
                        a.style.display="block"
                    }
                    function ab(){
                        var b=document.getElementById("toubu")
                        b.style.display="none"
                    }
                </script>
                <!--结束-->
                <div class="headcsousuor">
                    <form name="searchform" method="post" action="/search.php" onsubmit="return search_check();" target="_blank">
                     <SCRIPT LANGUAGE="JavaScript">
<!--
	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;
		return true;
	}
//-->
</SCRIPT>

						<input type="hidden" name="channelid" value="253477" />
			<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 class="s3" name="iptSword" id="iptSword" type="text" value="搜索" onfocus="if(value=='搜索') {value='';this.style.color='#333';}" onblur="if(value==''){value='搜索';this.style.color='#999';}" />
                        <input name="" type="image" src="./images/btn_search.jpg" />
                    </form>
                </div>
            </div>


            <style type="text/css">
                .head,.headc{ overflow:visible;}
                .headcr{ overflow:visible; z-index:1;}
                .scy-tc1{margin-left:0px; width:auto;max-width:360px; _width:expression(document.body.clientWidth > 360 ? "360px" : "auto");padding:5px 10px 10px 10px; position:absolute; z-index:99999; left:0; top:64px;background:#f7f8fa;border-top: 5px solid #0075c1;}
                .scy-tc1 ul li,.scy-tc2 ul li,.scy-tc5 ul li{ width:90px; float:left; height:36px; line-height:36px; text-align:center; border-bottom:1px dashed #CCC;}
                .scy-tc1 ul li a,.scy-tc2 ul li a,.scy-tc3 ul li a,.scy-tc4 ul li a,.scy-tc5 ul li a{ color:#0075c1; font-size:14px; font-family:"微软雅黑"; }
                .scy-tc1 ul li a:hover,.scy-tc2 ul li a:hover,.scy-tc3 ul li a:hover,.scy-tc4 ul li a:hover,.scy-tc5 ul li a:hover{ text-decoration:underline;}
                .scy-tc2{ margin-left:99px; width:360px; padding:10px 10px; position:absolute; background:#f7f8fa; z-index:99999; left:0; top:64px; border-top:5px solid #0075c1;}
                .scy-tc3{margin-left:136px; width:360px; padding:10px 10px; position:absolute; background:#f7f8fa; z-index:99999; left:0; top:64px; border-top:5px solid #0075c1;}
                .scy-tc3 ul li{ width:120px; float:left; line-height:36px; text-align:center; border-bottom:1px dashed #CCC;}
                .scy-tc3 ul li ul li{ width:120px; height:36px; line-height:36px; border:none;}
                .scy-tc3 ul li ul li a{ color:#666; font-size:14px; line-height:36px;}
                .scy-tc3 ul li.wu{ border:none;}
                .scy-tc3 ul li ul{  border-top:1px dashed #CCC;}
                .scy-tc4{margin-left:128px; width:360px; padding:10px 0; position:absolute; background:#f7f8fa; z-index:99999; left:0; top:64px; border-top:3px solid #0075c1;}
                .scy-tc4 ul li{ width:180px; text-align:center; float:left; border-bottom:1px dashed #CCC; line-height:36px;}
                .scy-tc5{margin-left:135px; width:360px; padding:10px 0; position:absolute; background:#f7f8fa; z-index:99999; left:0; top:64px; border-top:3px solid #0075c1;}
                .headcr2{ height:50px; line-height:50px; padding-top:14px; }
                .headcr2 a{ float:left; margin-left:50px; text-align:center;}
                .headwai{position:relative; overflow:visible; height:64px; margin-top:36px;}
                .headcr2 a.col3{background: url(/xxgk/images/P020210429376572197747.png) no-repeat left center;}
            </style>

            <div class="headwai">
                <div class="headcr2" id="tc">
                    <a class="col1" href="/gywm/" target="_top">关于我们</a>
                    <a class="col2" href="/xwzx/" target="_top">新闻公告</a>
                    <a class="col3" href="/xxgk/" target="_top">信息公开</a>
                </div>

                <div id="xia">
                    <div class="scy-tc1" style="display: none;left:100px;">
                        <ul>
                          
                            <li><a href="/gywm/yjyjj/">研究院简介</a></li>
                          
                            <li><a href="/gywm/yld/">研究院高管</a></li>
                          
                            <li><a href="/gywm/zzjg/">组织架构</a></li>
                          
                        </ul>
                    </div>
                    <div class="scy-tc2" style="display: none;left:auto;right:0;">
                        <ul>
                           
                            <li><a href="/xwzx/tzgg/">通知公告</a></li>
                          
                            <li><a href="/xwzx/xwzx/">新闻中心</a></li>
                          
                            <li><a href="/xwzx/ztzl/">专题专栏</a></li>
                          
                            <li><a href="/xwzx/hydt/">行业动态</a></li>
                          
                        </ul>
                    </div>
                    <div class="scy-tc2" style="display: none;left:auto;right:0;">
                        <ul>
                           
                            <li><a href="/xxgk/qyjbxx/">企业基本信息</a></li>
                          
                            <li><a href="/xxgk/rsxcxx/">人事薪酬事项</a></li>
                          
                            <li><a href="/xxgk/zycwxx/">重要财务信息</a></li>
                          
                            <li><a href="/xxgk/qyzdsx/">企业重大事项</a></li>
                          
                            <li><a href="/xxgk/shzrbg/">社会责任报告</a></li>
                          
                            <li><a href="/xxgk/ygzpxx/">员工招聘信息</a></li>
                          
                            <li><a href="/xxgk/zpcgxx/">招标采购信息</a></li>
                          
                            <li><a href="/xxgk/qtgkxx/">其他公开信息</a></li>
                          
                            <li><a href="/xxgk/zrln/">责任理念</a></li>
                          
                            <li><a href="/xxgk/zrxd/">责任行动</a></li>
                          
                            <li><a href="/xxgk/qktspt/">欠款投诉平台</a></li>
                          
                        </ul>
                    </div>
                </div>
            </div>


        </div>
        <div class="headcl"><a href="" target="_top" style="height:53px;">
             <!--<img src="/images/logo.png" alt="" />-->
             <img src="/images/logo20200729.png" style="width:480px;" />
        </a>
        </div>
    </div>
</div>
<script type="text/javascript">
    $(".headcr2 a").each(function(index){
        $(this).mouseover(function(){
            $(this).addClass("qhnow");
            $($("#xia > div")[index]).show();
        }).mouseout(function(){
            $(".qhnow").removeClass("qhnow");
            $($("#xia > div")[index]).hide();
        });
    });
    $("#xia > div").each(function(index){
        $(this).mouseover(function(){
            $(this).show();
            $($("#xia > div").siblings("a")[index]).addClass("qhnow");
        }).mouseout(function(){
            $(this).hide();
            $($("#xia > div").siblings("a")[index]).removeClass("qhnow");
        });
    });
</script>
<script src="/images/jianfan.js" type="text/javascript"></script>
  <div class="partline"></div>
  <!--首页大图 开始-->
  <div class="scy_fbannert">
    <div class="jl_bgBoxForBig">
      <div class="jl_bigPicBox" style="height:450px;">

        <div class="jl_indexBigPic scy_bannerbjtu6" style="height:450px;"></div>

        <div class="jl_indexBigPic scy_bannerbjtu1" style="height:450px;"></div>

        <div class="jl_indexBigPic scy_bannerbjtu2" style="height:450px;"></div>

        <div class="jl_indexBigPic scy_bannerbjtu3" style="height:450px;"></div>

        <div class="jl_indexBigPic scy_bannerbjtu4" style="height:450px;"></div>

        <div class="jl_indexBigPic scy_bannerbjtu5" style="height:450px;"></div>

      </div>
    </div>
    <!--首页大图 结束-->
    <!--控制按钮开始-->
    <div class="jl_control" style="width:260px;">
      <span id="jl_controlStop"></span>
      <ul id="jl_controlUl">
        <li></li>
        <li></li>
        <li></li>
        <li></li>
        <li></li>
        <li></li>

      </ul>
    </div>
    <!--控制按钮结束-->
  </div>
  <div class="mainbox">
    <div class="main">
      <div class="main1">
        <div class="main1-l fl clearfix">
          <div id="slideBox" class="slideBox fl">
            <div class="hd">
              <ul>
                <li></li>
                <li></li>
                <li></li>
              </ul>
            </div>
            <div class="bd">
              <ul>
                
                  <li><a href="/synr/flash/202506/t20250606_549586.html" target="_blank">
                      <img src="/synr/flash/202506/W020250606602482317809.png" />
                      <p>
                        国机研究院“十四五”科技成果展示...
                      </p>
                    </a></li>
                
                  <li><a href="/synr/flash/202506/t20250604_549277.html" target="_blank">
                      <img src="/synr/flash/202506/W020250604599035580328.png" />
                      <p>
                        国机研究院“十四五”科技成果展示...
                      </p>
                    </a></li>
                
                  <li><a href="/synr/flash/202407/t20240731_437571.html" target="_blank">
                      <img src="/synr/flash/202407/W020240731062104514798.jpg" />
                      <p>
                        国机研究院召开2024年年中工作会议
                      </p>
                    </a></li>
                
              </ul>
            </div>
          </div>
          <script type="text/javascript">
            jQuery(".slideBox").slide({ mainCell: ".bd ul", effect: "leftLoop", autoPlay: true, interTime: 4500 });
          </script>
          <div class="main1-m mbox fl js-tab">
            <div class="txt-hd">
              <ul>
                <li class="now" style="color: #1e2382;">新闻中心</li>
                <!-- <li>所属企业动态</li>-->
              </ul>
              <a style="display: block;" href="/xwzx/xwzx/">更多</a>
              <!-- <a href="/xwzx/ssqydt/">更多</a>-->
            </div>
            <div class="gu-list txt-bd">
              <ul>
                
                  <li><span>[
                      06-06]
                    </span>
                    <a href="/xwzx/xwzx/202506/t20250606_549588.html" target="_blank">国机研究院“十四五”科技成果展示——高端装备①</a>
                  </li>
                
                  <li><span>[
                      06-04]
                    </span>
                    <a href="/xwzx/xwzx/202506/t20250604_549259.html" target="_blank">国机研究院“十四五”科技成果展示——关键基础材料①</a>
                  </li>
                
                  <li><span>[
                      07-31]
                    </span>
                    <a href="/xwzx/xwzx/202407/t20240731_437571.html" target="_blank">国机研究院召开2024年年中工作会议</a>
                  </li>
                
                  <li><span>[
                      07-16]
                    </span>
                    <a href="/xwzx/xwzx/202407/t20240723_436217.html" target="_blank">沈阳仪表院“高端装备用系列先进传感器及硅基压力敏感芯片技术”入选“科创中国”先导技...</a>
                  </li>
                
                  <li><span>[
                      07-08]
                    </span>
                    <a href="/xwzx/xwzx/202407/t20240723_436215.html" target="_blank">集团党委常委、副总经理、总工程师陈学东赴国机研究院调研并讲授专题党课</a>
                  </li>
                
              </ul>
              <!-- <ul>
                          
                        </ul>-->
            </div>
          </div>
        </div>
        <!--   <div class="main1-r mbox fr" style="width:300px;">
                <div class="txt-hd">
                    <ul>
                        <li>行业及国内外动态</li>
                    </ul>
                    <a style="display: block;" href="/xwzx/hydt/">更多</a>
                </div>
                <div class="gu-list">
                    <ul>
                        
                            <li><span>[08-08]</span><a href="/xwzx/hydt/201911/t20191117_238284.html" target="_blank">加快建设现代产业体系</a></li>
                          
                            <li><span>[09-03]</span><a href="/xwzx/hydt/201911/t20191117_238283.html" target="_blank">理性看待和应对中美经贸摩擦</a></li>
                          
                            <li><span>[04-16]</span><a href="/xwzx/hydt/201911/t20191116_226194.html" target="_blank">坚持走中国特色自主创新道路</a></li>
                          
                            <li><span>[05-10]</span><a href="/xwzx/hydt/201911/t20191116_226193.html" target="_blank">完善创新机制 激发创新活力</a></li>
                          
                            <li><span>[07-18]</span><a href="/xwzx/hydt/201911/t20191116_226192.html" target="_blank">制造业高质量发展的主要任务</a></li>
                          
                    </ul>
                </div>
            </div>-->
      </div>
      <div class="main2 gu-row clearfix">
        <div class="main2-l mbox fl">
          <div class="txt-hd">
            <ul>
              <li>通知公告</li>
            </ul>
            <a href="/xwzx/tzgg/">更多</a>
          </div>
          <div class="gu-list">
            <ul>
              
                <li><span>[
                    04-21]
                  </span>
                  <a href="/xwzx/tzgg/202504/t20250421_544273.html" target="_blank">中国机械工业集团有限公司领导人员...</a>
                </li>
              
                <li><span>[
                    02-12]
                  </span>
                  <a href="/xwzx/tzgg/202502/t20250212_515022.html" target="_blank">关于2024年度中国地震学会科学技术...</a>
                </li>
              
                <li><span>[
                    09-19]
                  </span>
                  <a href="/xwzx/tzgg/202411/t20241121_443866.html" target="_blank">国机集团科学技术研究院有限公司招...</a>
                </li>
              
                <li><span>[
                    08-04]
                  </span>
                  <a href="/xwzx/tzgg/202308/t20230804_420008.html" target="_blank">关于近期有人冒充我中心招揽业务的...</a>
                </li>
              
                <li><span>[
                    06-15]
                  </span>
                  <a href="/xwzx/tzgg/202306/t20230615_417769.html" target="_blank">国机集团科学技术研究院有限公司关...</a>
                </li>
              
            </ul>
          </div>
        </div>
        <div class="main2-r mbox fr">
          <div class="txt-hd">
            <ul>
              <li>专题专栏</li>
              <li style="margin-left: 245px;">扫码关注国机研究院</li>
            </ul>
            <a href="/xwzx/ztzl/">更多</a>
          </div>
          <div class="specialBox clearfix">
            <a class="fl" href="/xwzx/ztzl/dsxxjy/">
              <img src='/xwzx/ztzl/dsxxjy/images/P020221031110770342071.jpg'/>
            </a>
            <a class="fr" href="/xwzx/ztzl/gjyjymt/">
              <img src='/xwzx/ztzl/gjyjymt/images/P020221031119760490589.png'/>
            </a>
          </div>
        </div>

      </div>
    </div>
  </div>

  <style>
.foot2c p {
    color: #666;
    font-size: 14px;
    line-height: 35px;
}
.foot2c p a {
    margin: 0 13px;
    color: #666;
}
</style>
<div class="link">
    <div class="container clearfix">
        <div class="fr">

             <select name="select"  onchange="if(this.value)window.open(this.value,'_blank')">
                <option>专家委员会</option>
                
            </select>
             <select name="select"  onchange="if(this.value)window.open(this.value,'_blank')">
                <option>创新联盟</option>
                
            </select>
             <select name="select"  onchange="if(this.value)window.open(this.value,'_blank')">
                <option>所属单位</option>
                
                <option value="http://www.lzdys.com/">兰州电源车辆研究所有限公司</option>
                
                <option value="http://www.tried.com.cn/">天津电气科学研究院有限公司</option>
                
                <option value="http://www.hb-sais.com/">沈阳仪表科学研究院有限公司</option>
                
                <option value="http://www.cmri.cc/">重庆材料研究院</option>
                
                <option value="http://www.zdsjyjc.com/">济南铸锻所检验检测科技有限公司</option>
                
                <option value="http://www.sy-vac.com/">沈阳真空技术研究所有限公司</option>
                
                <option value="http://www.cavm.cn/">秦皇岛视听机械研究所有限公司</option>
                
                <option value="http://www.hzcamera.cn/">杭州照相机械研究所有限公司</option>
                
                <option value="http://www.cmmetal.cn/">国机金属江苏有限公司</option>
                
                
            </select>
        </div>
        <p class="fl">友情链接:<a href="http://www.sinomach.com.cn" target="_blank"><img src="/images/logo_group1.png" /></a></p>
    </div>
</div>
<div class="foot2">
	<div class="foot2c"><p><a href="javascript:void(0)">RSS订阅</a>|<a href="/wzdt/" target="_top">网站地图</a>|<a href="javascript:void(0)">版权声明</a>|<a href="/lxwm/" target="_top">联系我们</a></p><p><span>京ICP备2020043223号</span>      <span>京公网安备：110401300041号</span>      版权所有：中国机械工业集团有限公司 </p></div>
</div>
  <style>
  .debt_box {
    position: fixed;
    display: block;
    right: 50px;
    bottom: 80px;
    width: 163px;
    padding: 16px;
    z-index: 99;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
  }
  .debt_box .debt_qrcode {
    width: 100%;
    height: auto;
  }
  .debt_box .close_qrcode {
    position: absolute;
    top: 2px;
    right: 2px;
  }
  .debt_title {
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
    text-align: center;
  }
  @media (max-width: 992px) {
    .debt_box {
      display: none;
    }
  }
</style>
<a href="/xxgk/qktspt/" target="_blank" class="debt_box">
  <img src="/images/close_qrcode.jpg" alt="" class="close_qrcode" />
  <img src="/images/debt_qrcode.png" alt="" class="debt_qrcode" />
  <div class="debt_title">欠款投诉平台</div>
</a>
<script>
  $('.close_qrcode').click(function() {
    $('.debt_box').hide()
    return false
  })
</script>
</body>

</html>