CINXE.COM
中国能力验证资源平台
<!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> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>中国能力验证资源平台</title> <link href="/images/css.css" rel="stylesheet" type="text/css" /> <style> .page{color:#707477;font-size:12px;font-weight:normal;background:url(/images/bg_list2x.jpg) repeat-x;border:1px solid #EBEDE2;height:32px;line-height:32px;padding-left:10px;} .page a{color:#707477;font-weight:normal;} </style> <style> /* 弹窗 (background) */ .modal { display: block; /* 默认隐藏 */ position: fixed; /* 固定定位 */ z-index: 1; /* 设置在顶层 */ left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4); } /* 弹窗内容 */ .modal-content { background-color: #fefefe; margin: 1% auto; padding: 20px; border: 1px solid #888; width: 40%; text-align: center; font-size:20px; } /* 关闭按钮 */ .close { color: #aaa; float: right; font-size: 28px; font-weight: bold; } .close:hover, .close:focus { color: black; text-decoration: none; cursor: pointer; } img{ -webkit-user-drag: none; } </style> </head> <body> <div class="top"> <script src="/js/jquery-3.5.1.min.js" type="text/javascript"></script> <script src="/js/jquery-qh.js" type="text/javascript"></script> <div class="blank2"></div> <script src="/js/jquery-3.5.1.min.js" type="text/javascript"></script> <script src="/js/jquery-qh.js" type="text/javascript"></script> <style> .nav li{ padding:4px 0 0; } </style> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="logo" > <!--tr> <td width="872"></td> <td width="130" valign="top" style="line-height:40px;"><a href="http://mail.cnas.org.cn" target="_blank">邮件系统</a> <a href="/english/index.shtml">ENGLISH</a></td> </tr--> </table> <div class="blank2"></div> <div class="nav"> <ul> <li class="current" ><a href="/index.shtml"><span>首 页</span></a></li> <!--li><a href="/jgjs/index.shtml"><span>机构介绍</span></a></li--> <li><a href="/wyh/index.shtml"><span>委员会概况</span></a></li> <li><a href="/gjhr/index.shtml"><span>国际互认</span></a></li> <li><a href="/flfg/index.shtml"><span>法律法规</span></a></li> <li><a href="/rkgf/index.shtml"><span>认可规范</span></a></li> <li><a href="/rzjgrk/index.shtml"><span>认证机构认可</span></a></li> <li><a href="/sdyhcjgrk/index.shtml"><span>审定与核查机构认可</span></a></li> <li><a href="/sysrk/index.shtml"><span>实验室认可</span></a></li> <li class="no_bg"><a href="/jcjgrk/index.shtml"><span>检验机构认可</span></a></li> </ul> </div> <div class="search"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <form name="fm" method="post" action="https://www.cnas.org.cn/cnassearch/search.jsp" target="_blank"> <td height="36" width="35"><img src="/images/tu01.jpg" width="35" height="36" /></td> <td width="230"><input type="text" name="query" id="textfield" class="inp01" /></td> <td width="105"> <select id="select" class="inp02" name="catalog"> <option value="cnas_search" selected = "selected">站内检索</option> </select> </td> <td width="70"><input type="image" src="/images/search_button.jpg" style="width:51px;height:19px;border:0px;" /></td> </form> <td width="30"><font color="#F60100"></font></td> <td style="text-align: right;padding-right: 32px;font-size: 12px;"><a href="http://mail.cnas.org.cn" target="_blank" style=" margin-right: 26px; ">邮件系统</a> <a href="/english/index.shtml">ENGLISH</a></td> <td> <DIV class=fleft style="OVERFLOW: hidden; WIDTH: 490px; display:none;"> <DIV id=demo style="OVERFLOW: hidden; WIDTH: 490px"> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD id=marquePic1 vAlign=top> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0 style="display:none;"> <TBODY> <TR> <TD> <TABLE class=picList2 cellSpacing=0 cellPadding=0 width=1022 border=0> <TBODY> <TR> <TD><span style="padding-right:20px;color:#ff0000;">夯实基础 创新发展</span></TD> <TD><span style="padding-right:20px;color:#ff0000;">传递信任 服务发展</span></TD> <TD><span style="padding-right:20px;color:#ff0000;">抓质量、保安全、促发展、强质检</span></TD> <TD><span style="padding-right:20px;color:#ff0000;">抓党建、强质检</span></TD> </TR> </TBODY> </TABLE> </TD> </TR> </TBODY> </TABLE> </TD> <TD id=marquePic2 vAlign=top></TD> </TR> </TBODY> </TABLE> </DIV> <SCRIPT type=text/javascript> var istop1=1; var LorR1=0; var speed1=30; var demo1 = document.getElementById("demo"); var marquePic1 = document.getElementById("marquePic1"); var marquePic2 = document.getElementById("marquePic2"); marquePic2.innerHTML=marquePic1.innerHTML; demo1.scrollLeft=marquePic1.scrollWidth/2; function left1(){ LorR1=0; } function right1(){ LorR1=1; } function spd1(n){ speed1=n; clearInterval(MyMar2); MyMar=setInterval(Marquee1,speed1); } function Marquee1(){ if(LorR1) MarqueeRight1(); else MarqueeLeft1(); } function MarqueeLeft1(){ with (demo1) { if(scrollLeft>=marquePic1.scrollWidth){ scrollLeft=0 }else{ scrollLeft++ } } } function MarqueeRight1(){ with (demo1) { if(scrollLeft<=0){ scrollLeft=marquePic1.scrollWidth }else{ scrollLeft-- } } } var MyMar2=setInterval(Marquee1,speed1) demo.onmouseover=function() {clearInterval(MyMar2)} demo.onmouseout=function() {MyMar2=setInterval(Marquee1,speed1)} </SCRIPT> </DIV> </td> </tr> </table> </div> </div> <div class="blank8"></div> <div class="main"> <div class="page">当前位置: <a href="/index.shtml">首页</a> <a class=lan href="https://www.cnas.org.cn/fwzl/nlyzzl/index.shtml">能力验证</a> -> 中国能力验证资源平台 </div> <div class="blank8"></div> <div class="list01" style='width:751px;'> <!-- 弹窗 --> <div id="myModal" class="modal"> <!-- 弹窗内容 --> <div class="modal-content" style='position: relative;'> <p><img style="display: block;width: 100%;" src="/images/fwzl/nlyzzl/zgnlyzzypt/2022/01/18/1642497121055074098.png" alt=""> <span class="close" onclick="$('#myModal').remove()" style=" position: absolute; bottom: 45px; margin-left:-30px; width:60px; height:30px; background: url(/images/fwzl/nlyzzl/zgnlyzzypt/2022/01/19/1642556132121027642.png); "></span><a target="_blank" href="https://www.cnas.org.cn/cxzq/697737.shtml" style=" display: block; position: absolute; width: 500px; height: 123px; bottom: 216px; left: 50%; margin-left: -40%; "></a> </div> </div> <div class="bj_list"></div> <table width="700" border="0" cellpadding="0" cellspacing="0" align="center" class="bg_content"> <tr> <td height="54"><h1>中国能力验证资源平台</h1></td> </tr> <tr> <td height="60" align="center" style="color:#A9A7A8">作者:中国合格评定国家认可委员会 时间:2021-01-18 </td> </tr> <tr> <td valign="top" style="line-height:30px;color:#474747;"> <P align=center style='position: relative;'> <span style=" position: absolute; right: 57px; top: 5px; font-size: 20px; font-weight: 700; "><a href="/images/fwzl/nlyzzl/zgnlyzzypt/2022/01/18/1642497160180089878.pdf" style=" color: red; ">免责声明</a></span><IMG border=0 src="/images/nlyz2021.jpg" width=630 height=422 useMap=#Map2> <MAP id=Map2 name=Map2> <AREA href="https://las.cnas.org.cn/LAS_FQ/publish/po/ptPlanApplyPublish.jsp" shape=rect alt=能力验证计划信息查询 coords=119,90,511,140> <AREA href="/zxfw/sys_jcjgrkywxt/index.shtml" shape=rect alt=能力验证提供者数据报送 coords=119,145,511,194> <AREA href="/fwzl/nlyzzl/zgnlyzzypt/zypt/index.shtml" shape=rect alt=操作指南 coords=119,198,512,253> </MAP> </P> </td> </tr> </table> </div> <div class="right" style='width:223px;'> <div class="ggl"><img src="/images/ggl_20211206.jpg" border="0" usemap="#Map" /> <map name="Map" id="Map"> <area shape="rect" coords="22,37,113,66" href="/ggl/index.shtml"/> <area shape="rect" coords="20,69,157,95"href="/ggl/ztzxcxgg/index.shtml" /> <area shape="rect" coords="20,99,117,120" href="/sfgs/index.shtml"/> </map> </div> <div class="fw"> <div class="rdzt"> <h3><span class="fd"><strong>热点专题</strong></span><span class="fdr more"><a href="/rdzt/index.shtml">更多</a></span></h3> <div class="zt_title"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="8" colspan="2" align="center"></td> </tr> </tr> <tr> <td width="54" height="30" align="center"><img src="/rdzt/rkr2024/images/rkr2024s.jpg" width="20" height="19" /></td> <td><a href="/rdzt/rkr2024/index.shtml" target="_blank" style="color:#ff0000!important">2024年世界认可日 NEW!</a></td> </tr> <!--tr> <td width="54" height="30" align="center"><img src="/images/20171106.jpg" width="20" height="19" /></td> <td><a href="/rdzt/911761.shtml" target="_blank" style="color:#ff0000!important">中国合格评定国家认可中心关于公开征集认可行风问题及意见建议的通告 NEW!</a></td> </tr--> <tr> <td width="54" height="30" align="center"><img src="/images/20211213.png" width="20" height="19" /></td> <td><a href="/rdzt/qgh2022hh/index.shtml" target="_blank" style="color:#ff0000!important">第十一届全国合格评定机构认可工作专题会议 NEW!</a></td> </tr> <tr> <td width="54" height="30" align="center"><img src="/images/tb01.jpg" width="20" height="19" /></td> <td><a href="/rdzt/906890.shtml" target="_blank">对澳大利亚出口产品石棉检测常见问题</a></td> </tr> <!--tr> <td height="30" align="center"><img src="/images/20171106.jpg" width="20" height="19" /></td> <td><a href="/rdzt/sjd/index.shtml" target="_blank" style="color:#ff0000!important">不忘初心 牢记使命—深入学习贯彻党的十九大精神</a></td> </tr--> <!--tr> <td height="40" align="center"><img src="/images/tb02.jpg" width="20" height="19" /></td> <td><a href="/rdzt/lxyz/index.shtml" target="_blank">深入开展“两学一做”推动全面从严治党专题</a></td> </tr--> <tr> <td height="30" align="center"><img src="/images/xl.jpg" width="20" height="19" /></td> <td><a href="/rdzt/xlzt/index.shtml" target="_blank">CNAS认可检验检测机构巡礼</a></td> </tr> <!--tr> <td width="54" height="30" align="center"><img src="/images/20171106.jpg" width="20" height="19" /></td> <td><a href="/rdzt/sysszt/index.shtml" target="_blank">深入开展“三严三实”专题教育</a></td> </tr--> <tr> <td width="54" height="30" align="center"><img src="/images/mfpxs.jpg" width="20" height="19" /></td> <td><a href="/rdzt/mfpx/index.shtml" target="_blank">全国质检系统第一届道德模范</a></td> </tr> <td height="8" colspan="2" align="center"></td> </tr> </table> </div> </div> <div class="blank8"></div> <div class="fwzl"> <h3><span class="fd"><strong>服务专栏</strong></span><span class="fdr more"><a href="/fwzl/index.shtml">更多</a></span></h3> <div class="zt_title"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" colspan="2" align="center"></td> </tr> <tr> <td height="30" align="center"><img src="/images/tb04.jpg" width="20" height="19" /></td> <td><a href="/fwzl/nlyzzl/index.shtml"><strong>能力验证专栏</strong></a></td> </tr> <tr> <td height="30" align="center"><img src="/images/tb05.jpg" width="20" height="19" /></td> <td><a href="/fwzl/psyypxzl/index.shtml"><strong>评审人员专栏</strong></a></td> </tr> <tr> <td height="30" align="center"><img src="/images/tb06.jpg" width="20" height="19" /></td> <td><a href="/fwzl/zzrdzl/index.shtml"><strong>资质认定专栏</strong></a></td> </tr> <tr> <td height="30" align="center"><img src="/images/tb12.jpg" width="20" height="19" /></td> <td><a href="/fwzl/glpzl/index.shtml"><strong>良好实验室规范(GLP)专栏</strong></a></td> </tr> <!--tr> <td height="30" align="center"><img src="/images/tb07.jpg" width="20" height="19" /></td> <td><a href="/fwzl/jsyjzl/index.shtml"><strong>技术研究专栏</strong></a></td> </tr--> <tr> <td height="30" align="center"><img src="/images/tb08.jpg" width="20" height="19" /></td> <td><a href="/fwzl/pdgzzl/index.shtml"><strong>评定工作专栏</strong></a></td> </tr> <!--tr> <td height="30" align="center"><img src="/images/tb10.jpg" width="20" height="19" /></td> <td><a href="/fwzl/lwpfzl/index.shtml"><strong>七五普法专栏</strong></a></td> </tr--> <tr> <td height="30" align="center"><img src="/images/tb11.jpg" width="20" height="19" /></td> <td><a href="/fwzl/djzl/index.shtml"><strong>党建专栏</strong></a></td> </tr> <tr> <td height="30" align="center"><img src="/images/tb13.jpg" width="20" height="19" /></td> <td><a href="/fwzl/sm/index.shtml"><strong>声明</strong></a></td> </tr> <!-- <tr> <td height="30" align="center"><img src="/images/tb03.jpg" width="20" height="19" /></td> <td><a href="/fwzl/cnaspxhzfzl/2013/12/751121.shtml"><strong>CNAS培训合作方专栏</strong></a></td> </tr>--> <tr> <td height="30" align="center"><img src="/images/tb09.jpg" width="20" height="19" /></td> <td><a href="/fwzl/yzkhzl/index.shtml"><strong>认可客户服务专栏</strong></a></td> </tr> <tr> <td width="54" height="30" align="center"><img src="/images/tb01.jpg" width="20" height="19" /></td> <td><a href="/fwzl/tc261sc1sysrkfjswyh/index.shtml"><strong>TC261/SC1实验室认可分技术委员会</strong></a></td> </tr> <!--tr> <td width="54" height="30" align="center"><img src="/images/gjx.jpg" width="20" height="19" /></td> <td><a href="http://gjx.cnas.org.cn/index.aspx"><strong>质量管理体系标准及支持文件应用工具箱</strong></a></td> </tr--> <tr> <td height="10" colspan="2" align="center"></td> </tr> </table></div> </div> </div> <a href="/nbryzq/704983.shtml" target="_blank"><img src="/images/tu04.jpg" /></a> <div class="blank8"></div> <a href="/zxns/index.shtml" target="_blank"><img src="/images/zxns.jpg" /></a> </div> </div> <div class="blank10"></div> <script type="text/javascript"> var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://"); document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F246ada1c40fb2e0ca63ab8add5908325' type='text/javascript'%3E%3C/script%3E")); </script> <div class="footer"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr bgcolor="#F0F0F0"> <td height="42" width="111"><img src="/images/tu06.jpg" /></td> <td width="289"> <SELECT name=Country class="select01"> <OPTION value=# selected >-------------政府机构相关链接-------------</OPTION> <OPTION value=http://www.aqsiq.gov.cn/>国家质量监督检验检疫总局</OPTION> <OPTION value=http://www.cnca.gov.cn/>中国国家认证认可监督管理委员会</OPTION> <OPTION value=http://www.sac.gov.cn/>国家标准化管理委员会</OPTION> <OPTION value=http://www.most.gov.cn/>科学技术部</OPTION> <OPTION value=http://www.sdpc.gov.cn/>国家发展与改革委员会</OPTION> <OPTION value=http://www.customs.gov.cn/>海关总署</OPTION> <OPTION value=http://www.zhb.gov.cn/>国家环境保护总局</OPTION> <OPTION value=http://www.sda.gov.cn/>国家食品药品监督管理局</OPTION> <OPTION value=http://www.mofcom.gov.cn/>商务部</OPTION> <OPTION value=http://www.moc.gov.cn/>交通运输部</OPTION><OPTION value=http://www.moh.gov.cn/>卫生部</OPTION> <OPTION value=http://www.moa.gov.cn/>农业部</OPTION> <OPTION value=http://www.bjtsb.gov.cn/>北京质量技术监督局</OPTION> <OPTION value=http://www.bjciq.gov.cn/>北京出入境检验检疫局</OPTION> <OPTION value=http://www.gdqts.gov.cn/>广东质量技术监督局</OPTION> <OPTION value=http://www.gdciq.gov.cn/>广东出入境检验检疫局</OPTION> <OPTION value=http://www.shzj.gov.cn/>上海质量技术监督局</OPTION> <OPTION value=http://www.shciq.gov.cn/>上海出入境检验检疫局</OPTION> <OPTION value=http://www.jsqts.gov.cn/>江苏质量技术监督局</OPTION> <OPTION value=http://www.jsciq.gov.cn/>江苏出入境检验检疫局</OPTION> <OPTION value=http://www.tjjj.gov.cn/>天津质量技术监督局</OPTION> <OPTION value=http://www.tjciq.gov.cn/>天津出入境检验检验局</OPTION> <OPTION value=http://www.zjbts.gov.cn/>浙江质量技术监督局</OPTION> <OPTION value=http://www.ziq.gov.cn/>浙江出入境检验检疫局</OPTION> <OPTION value=http://www.sdqts.gov.cn/>山东质量技术监督局</OPTION> <OPTION value=http://www.sdciq.gov.cn/>山东出入境检验检疫局</OPTION> <OPTION value=http://www.12365.org.cn/>辽宁质量技术监督局</OPTION> <OPTION value=http://www.lnciq.gov.cn/>辽宁出入境检验检疫局</OPTION> <OPTION value=http://www.oa.haqi.gov.cn/>河南质量技术监督局</OPTION> <OPTION value=http://www.haciq.gov.cn/>河南出入境检验检疫局</OPTION> <OPTION value=http://www.hbqsb.gov.cn/>河北质量技术监督局</OPTION> <OPTION value=http://wwww.heciq.gov.cn/>河北出入境检验检疫局</OPTION> <OPTION value=http://www.sczj.gov.cn/>四川质量技术监督局</OPTION> <OPTION value=http://www.scciq.gov.cn/>四川出入境检验检疫局</OPTION> <OPTION value=http://www.fjqi.gov.cn/>福建质量技术监督局</OPTION> <OPTION value=http://www.fjciq.gov.cn/>福建出入境检验检疫局</OPTION> <OPTION value=http://www.hbzljd.gov.cn/>湖北质量技术监督局</OPTION> <OPTION value=http://www.hbciq.gov.cn/>湖北出入境检验检疫局</OPTION> <OPTION value=http://www.snqi.gov.cn/>陕西质量技术监督局</OPTION> <OPTION value=http://www.snciq.gov.cn/>陕西出入境检验检疫局</OPTION> <OPTION value=http://www.hljqi.gov.cn/>黑龙江质量技术监督局</OPTION> <OPTION value=http://www.hljciq.gov.cn/>黑龙江出入境检验检疫局</OPTION> </SELECT> <SCRIPT language=vbs> sub Country_onchange() if Country.value<>"#" then window.open Country.value,"" end if end sub </SCRIPT> </td> <td width="298"> <SELECT name=state class="select01"> <OPTION value=# selected >-------------国内机构相关链接-------------</OPTION> <OPTION value=http://www.ccaa.org.cn/>中国认证认可协会</OPTION> <OPTION value=http://www.ccai.cc/>国家认监委认证认可技术研究所</OPTION> <OPTION value=http://www.nim.ac.cn/>中国计量科学研究院</OPTION> <OPTION value=http://www.cnis.gov.cn/>中国标准化研究院</OPTION> <OPTION value=http://www.cast.org.cn/>中国科学技术协会</OPTION> <OPTION value=http://www.cait.cn/>中国认证认可信息网</OPTION> <OPTION value=http://jls.aqsiq.gov.cn/jlywyzscx/>计量技术机构</OPTION> </SELECT> <SCRIPT language=vbs> sub state_onchange() if state.value<>"#" then window.open state.value,"" end if end sub </SCRIPT> </td> <td width="304"> <SELECT name=rrr class="select01"> <OPTION value=# selected >-------------国际机构相关链接-------------</OPTION><OPTION value=http://www.wto.org/>世界贸易组织</OPTION> <OPTION value=http://www.iso.org/>国际标准化组织</OPTION> <OPTION value=http://www.oiml.org/>国际法制计量组织</OPTION> <OPTION value=http://www.bipm.fr/>国际计量局</OPTION> <OPTION value=http://www.iec.ch/>国际电工委员会</OPTION> <OPTION value=http://www.apecsec.org.sg/apec.html/>亚太经济合作组织</OPTION> <OPTION value=http://www.iaf.nu/>国际认可论坛</OPTION> <OPTION value=http://www.ilac.org/>国际实验室认可合作组织</OPTION> <OPTION value=http://www.aplac.org/>亚太实验室认可合作组织</OPTION> <OPTION value=http://www.apec-pac.org/>太平洋认可合作组织</OPTION> <OPTION value=http://www.european-accreditation.org/>欧洲认可合作组织</OPTION> <OPTION value=http://www.iaac.org.mx/>泛美认可合作组织</OPTION> <OPTION value=http://www.nata.asn.au/>澳大利亚检测协会</OPTION> <OPTION value=http://www.ianz.govt.nz/>新西兰国际认可</OPTION> </SELECT> <SCRIPT language=vbs> sub rrr_onchange() if rrr.value<>"#" then window.open rrr.value,"" end if end sub </SCRIPT> </td> </tr> <tr> <td height="82" colspan="4" align="center" style="line-height:20px;color:#494949;">版权所有:中国合格评定国家认可委员会 地址:北京市东城区南花市大街8号 邮编:100062 <br /> 技术支持:北京中认网信息技术有限公司</td> </tr> </table> </div> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-1534273-1"; urchinTracker(); </script> <script type="text/javascript" src="http://js.tongji.linezing.com/880580/tongji.js"></script><noscript><a href="http://www.linezing.com"><img src="http://img.tongji.linezing.com/880580/tongji.gif"/></a></noscript> <script type="text/javascript"> var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://"); document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F246ada1c40fb2e0ca63ab8add5908325' type='text/javascript'%3E%3C/script%3E")); </script> <script> // 获取弹窗 var modal = document.getElementById("myModal"); // 打开弹窗的按钮对象 var btn = document.getElementById("myBtn"); // 获取 <span> 元素,用于关闭弹窗 var span = document.querySelector(".close"); // 点击按钮打开弹窗 btn.onclick = function() { modal.style.display = "block"; } // 点击 <span> (x), 关闭弹窗 span.onclick = function() { modal.style.display = "none"; } </script> </body> </html>