CINXE.COM
电力行业仪器-电力行业仪器批发价格|型号|生产厂家-智能制造网
<!DOCTYPE html> <html lang="en"> <head> <meta name="applicable-device" content="pc"/> <meta http-equiv="Expires" content="0" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Cache-control" content="no-cache" /> <meta http-equiv="Cache" content="no-cache" /> <meta name="referrer" content="always" /> <script type="text/javascript" src="/ajax/common.ashx"></script> <script type="text/javascript" src="/ajax/Industry.Vivian,Industry.ashx"></script> <script type="text/javascript"> if(navigator.userAgent.match(/(iPhone|iPod|Android|ios)/i)&&window.location.host.indexOf('www')>=0){ window.location = window.location.href.replace("www", "m"); } </script> <script type="text/javascript"> if (document.location.host.indexOf("gkzhan.com")==-1 && document.location.host.indexOf("192.168.")==-1 && document.location.host.indexOf("10.115.")==-1) { location.href = location.href.replace(document.location.host, 'www.gkzhan.com'); } </script> <link rel="canonical" href="https://www.gkzhan.com/chanpin/22212/" /> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="renderer" content="webkit/ie-comp/ie-stand"> <title>电力行业仪器-电力行业仪器批发价格|型号|生产厂家-智能制造网</title> <META NAME="Description" CONTENT="智能制造网为您推荐电力行业仪器相关产品1809条,其中包括电力行业仪器批发价格报价、品牌厂家供应商、产品介绍图片视频材质参数、技术资料工作原理以及全国各地电力行业仪器产品行情信息等内容,如果您想了解更多更详细的电力行业仪器信息,您可以点击产品详情或在线给企业发送留言咨询。" /> <META NAME="Keywords" CONTENT="电力行业仪器价格,电力行业仪器批发,电力行业仪器报价" /> <link rel="stylesheet" href="https://public.mtnets.com/css/base.css"> <link rel="stylesheet" href="https://public.mtnets.com/css/advs.css"> <link rel="stylesheet" href="https://www.gkzhan.com/css/products/proarticlecommonnew.css?v=20200930"> <link rel="stylesheet" href="https://www.gkzhan.com/css/products/proliststyle.css?v=20220930"/> <link rel="stylesheet" href="https://www.gkzhan.com/css/products/products_prolist.css?v=2024"> <script src="https://public.mtnets.com/plugins/jquery/2.2.4/jquery-2.2.4.min.js" charset="utf-8"></script> <meta name="mobile-agent" content="format=html5; url=https://m.gkzhan.com/chanpin-22212.html" /> <meta name="mobile-agent" content="format=xhtml; url=https://m.gkzhan.com/chanpin-22212.html"> <meta name="mobile-agent" content="format=wml;url=https://m.gkzhan.com/chanpin-22212.html"> <link rel="alternate" media="only screen and(max-width: 640px)" href="https://m.gkzhan.com/chanpin-22212.html" > <!-- 库 --> <script src="https://public.mtnets.com/Plugins/jQuery/1.11.3/jquery.min.js"></script> <!-- 引入定义的方法 --> <script src="https://public.mtnets.com/Js/Utils/common.js"></script> <script type="text/javascript" src="https://www.gkzhan.com/Js/Version/2023/search_all.js?v=2024" ></script> <script type="application/ld+json"> { "@context": "https://ziyuan.baidu.com/contexts/cambrian.jsonld", "@id":"https://www.gkzhan.com/chanpin-22212.html", "upDate": "2024-12-11T15:12:49" } </script> <script type="text/javascript"> var sAdClassIDs="gkzhan;22212"; function WriteCookies(c_name,value,expiredays) { var exdate = new Date(); exdate.setDate(exdate.getDate() + expiredays); // 使设置的有效时间正确。增加toGMTString() document.cookie = c_name + "=" +escape(value) + ((expiredays == null) ? "" : ";expires=" + exdate.toGMTString()) + ";path=/"; }</script> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "//hm.baidu.com/hm.js?a42709843eab10847462653598b51c65"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <script src="https://public.mtnets.com/js/advs.js?v=6"></script> <script type="text/javascript"> (function () { var adma12 = document.createElement("script"); adma12.type = "text/javascript"; adma12.async = true; adma12.src = "https://yxb.xwboo.com/Advert/GetInfoByJS?ID=Advs12&AdClassIDs=" + sAdClassIDs; var ss12 = document.getElementsByTagName("script")[0]; ss12.parentNode.insertBefore(adma12, ss12); })(); </script> <script> function reurl(url){ location.href=url; } </script> </head> <body> <SCRIPT language=vbscript> Function str2asc(strstr) str2asc = hex(asc(strstr)) End Function Function asc2str(ascasc) asc2str = chr(ascasc) End Function </SCRIPT> <script type="text/javascript"> function UrlEncode(str){ var ret=""; var strSpecial="!\"#$%&'()*+,/:;<=>?[]^`{|}~%"; for(var i=0;i<str.length;i++){ var chr = str.charAt(i); var c=str2asc(chr); if(parseInt("0x"+c) > 0x7f){ ret+="%"+c.slice(0,2)+"%"+c.slice(-2); }else{ if(chr==" ") ret+="+"; else if(strSpecial.indexOf(chr)!=-1) ret+="%"+c.toString(16); else ret+=chr; } } return ret; } function UrlDecode(str){ var ret=""; for(var i=0;i<str.length;i++){ var chr = str.charAt(i); if(chr == "+"){ ret+=" "; }else if(chr=="%"){ var asc = str.substring(i+1,i+3); if(parseInt("0x"+asc)>0x7f){ ret+=asc2str(parseInt("0x"+asc+str.substring(i+4,i+6))); i+=5; }else{ ret+=asc2str(parseInt("0x"+asc)); i+=2; } }else{ ret+= chr; } } return ret; } var url_k= ""; function pageX(elem){ return elem.offsetParent?(elem.offsetLeft+pageX(elem.offsetParent)):elem.offsetLeft; } //获取当前的Y坐标值 function pageY(elem){ return elem.offsetParent?(elem.offsetTop+pageY(elem.offsetParent)):elem.offsetTop; } //得到IE版本 var IEbate="7"; if (window.ActiveXObject) { var ua = navigator.userAgent.toLowerCase(); IEbate=ua.match(/msie ([\d.]+)/)[1]; url_k=UrlDecode(""); }else{ url_k=""; } </script> <script> function nmfocus() { var obtn1 = document.getElementById("PriceStart"); var obtn2 = document.getElementById("PriceEnd"); var btnurl = document.getElementById("btnurl"); var prcdown = document.getElementById("prcdown"); var prcup = document.getElementById("prcup"); var otest = document.getElementById("test"); var btn1value = null; var btn2value = null; obtn1.onkeydown = function(ev) { var oEvent = ev || event; //alert(oEvent.keyCode); if (oEvent.keyCode < 46 || oEvent.keyCode > 58 && oEvent.keyCode < 96 || oEvent.keyCode > 105 && oEvent.keyCode != 8) { return false; } } obtn1.onfocus = function() { obtn1.value = ""; } obtn2.onfocus = function() { obtn2.value = ""; } obtn1.onblur = function() { if (obtn1.value == "") { obtn1.value = "¥最低价"; } } obtn2.onblur = function() { if (obtn2.value == "") { obtn2.value = "¥最高价"; } } btnurl.onclick = function() { if (obtn1.value == "¥最低价") { btn1value = "0"; } else { btn1value = obtn1.value } if (obtn2.value == "¥最高价") { btn2value = 0; } else { btn2value = obtn2.value } SetFormValue('parm_pricestart', btn1value); SetFormValue('parm_priceend', btn2value); formProListSubmit(); } } </script> <!-- 头部 --> <div class="iframe"><iframe src="https://www.gkzhan.com/default.aspx?Include/products/products2020/prolist_header" allowtransparency="true" width="100%" height="41" scrolling="no" frameborder="0" ></iframe></div> <!-- 头部 --> <!-- 搜索框 --> <div class="Tophead w"><p> <a class="moblie">下载APP<img class="hbapp" src="https://www.gkzhan.com/images/znapp.png" alt=""></a><a class="moweixin">微信<img class="hbweixin" src="https://www.gkzhan.com/images/subweb2016/weixinPic.jpg" alt=""></a></p> </div> <div class="w"> <div class="banner-adv"> <ul class="one"> <li><div id="Advs12"></div></li> </ul> </div> </div> <div class="top w"> <div class="logo"> <a href="https://www.gkzhan.com" target="_blank"><img src="https://www.gkzhan.com/images/index/logo2013.gif"></a> </div> <div class="searchBox"> <form id="searchForm"> <div class="search"> <div class="searchSelect" style="z-index: 100;"> <div class="selectTop"> <p>产品</p> <i></i> </div> <ul class="selectBot"> <li>产品</li> <li>公司</li> <li>资讯</li> <li>技术</li> <li>视频</li> <li>展会</li> <li>样本</li> </ul> </div> <input type="text" id="keys" name="K" value="多个关键词间加空格,如:工业 除尘器" onfocus="this.value = '';" autocomplete="off" /> <button type="submit">搜索</button> </div> </form> <script> searchUrl = "https://www.gkzhan.com/chanpin/0_p0/" ; </script> </div> <div class="clear"></div> </div> <!-- 搜索框 --> <!-- 分类框 --> <div class="location w"> <p> <a href="https://www.gkzhan.com/" class="bigClass">智能制造网</a>> <a href="https://www.gkzhan.com/update/newtype.html" target="_blank" class="bigClass">全部分类</a>> <a href="https://www.gkzhan.com/chanpin/4276/" target="_blank" class="bigClass">仪器仪表</a>> <a href="https://www.gkzhan.com/chanpin/4854/" target="_blank" class="bigClass">行业专用仪器</a>> <a class="bigClass" title="电力行业仪器">电力行业仪器</a> </p> <span><a style="color: #333;">更新时间:2023-03-30</a></span> <span><a href="https://www.gkzhan.com/product/" target="_blank">返回产品中心</a></span> </div> <div class="findtop"> <div class="w"> <dl> <dt>产品分类</dt> <dd> <ul class="otherexi brand1"> <li> <a href="https://www.gkzhan.com/chanpin/4874/">农业食品行业仪器<span>(4471)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/4867/">建筑建材行业仪器<span>(2723)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/4873/">纺织服装行业仪器<span>(353)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/4875/">石油化工行业仪器<span>(3015)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/4872/">采矿冶炼行业仪器<span>(736)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/22212/">电力行业仪器<span>(1809)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/22213/">水利行业仪器<span>(24)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/4871/">包装行业仪器<span>(1342)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/4870/">印刷造纸行业仪器<span>(317)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/22214/">机床行业仪器<span>(28)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/4876/">制药行业仪器<span>(248)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/22215/">仓储物流行业仪器<span>(0)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/4868/">电子行业仪器<span>(8999)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/22216/">五金家电行业仪器<span>(1)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/22217/">家具家居行业仪器<span>(49)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/22218/">交通运输行业仪器<span>(208)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/4869/">通信数码行业仪器<span>(680)</span></a> </li> <li> <a href="https://www.gkzhan.com/chanpin/22230/">其它行业仪器<span>(86039)</span></a> </li> <br class="clear"> </ul> </dd> <a class="more">展开<i></i></a> </dl> <dl class="brandBox" id="BrandPropertyDiv" > <dt>品牌</dt> <dd> <ul class="brand brand1"> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','1791');formProListSubmit();Vivian.UpdateBrandHappiness('1791');" class="brand_Y" id="brand_1791_0" title="宇电/YUDIAN">宇电/YUDIAN</a><input type="hidden" value="1791" id="hiddenbrand_1791"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','3191');formProListSubmit();Vivian.UpdateBrandHappiness('3191');" class="brand_K" id="brand_3191_0" title="凯迪正大">凯迪正大</a><input type="hidden" value="3191" id="hiddenbrand_3191"/></li> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p',1);SetFormValue('parm_pbid','1483');formProListSubmit();Vivian.UpdateBrandHappiness('1483');" class="brand_Q" id="brand_1483_0" title="其他品牌">其他品牌</a><input type="hidden" value="1483" id="hiddenbrand_1483"/></li> <br class="clear"> </ul> </dd> <a class="more ">展开<i></i></a> </dl> </div> </div> <script type="text/javascript"> jQuery(function() { jQuery("#keys2").click(function() { if(jQuery("#keys2").val() == "可输入中、英文按回车查找品牌" || jQuery("#keys2").val() == "请输入您要查找的关键词") { jQuery(this).val(""); } }) }) </script> <script> jQuery(".brandletter").click(function () { var a = jQuery(this).html(); jQuery(".brand a").each(function (index, element) { if (jQuery(this).attr('class').indexOf("brand_" + a)>-1 ) { jQuery(this).css("display", "block"); } else { jQuery(this).css("display", "none"); } }); }); jQuery("#keys2").keydown(function (event) { var keycode = (event.keyCode ? event.keyCode : event.which); if (keycode == '13') { var text = jQuery(this).val(); jQuery(".brand a").each(function (index, element) { if (jQuery(this).html().toLowerCase().indexOf(text.toLowerCase()) > -1) { jQuery(this).css("display", "block"); } else { jQuery(this).css("display", "none"); } }); return false; } }); jQuery("#keys2").keyup(function (event) { if (jQuery(this).val() == "") { jQuery(".brand a").each(function (index, element) { jQuery(this).css("display", "block"); }); } }); </script> <script> jQuery("#brandlist li a").each(function () { var a=jQuery(this).html(); if(jQuery(".brand_"+a).length>0) { jQuery(this).show(); } else { jQuery(this).hide(); } }); var arrtitle = []; var arrid = []; var brandtitle=""; var brandid=""; var arrindex=""; jQuery(".brand a").each(function () { brandtitle= jQuery(this).attr('title').trim(); brandid= jQuery(this).attr('id').split("_")[1]; arrindex=jQuery.inArray(brandtitle, arrtitle); if(arrindex==-1)//检查数组,判断当前品牌名称是否存在 { arrtitle.push(brandtitle);//如果不存在,把该品牌title存入数组 arrid.push(brandid);//如果不存在,把该品牌ID存入数组 } else { jQuery(this).remove();//如果存在,去除掉该品牌html相关代码(直接去除掉,因为下面后面点击品牌目录筛选哪里很麻烦,又要筛选一遍) jQuery("#hiddenbrand_"+brandid).remove(); //var text= jQuery("#hiddenbrand_"+arrid[arrindex]).val();// 先获取原来品牌的值 //jQuery("#hiddenbrand_"+arrid[arrindex]).val(text+";"+brandid);//在原来品牌的值加上新的品牌id值 } }); </script> <!-- 分类框 --> <div class="w"> <div class="screening"> <div class="scrLeft"> <ul> <li id="Allmodel"> <div class="selectbox_model"><a href="javascript:;">所有模式</a></div> <div class="selectcompany" style="display: none;"> <ul> <li><a href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_tid', 0);formProListSubmit();" rel="nofollow">所有经营模式</a></li> <li> <a href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_tid', '1');formProListSubmit();" rel="nofollow" class="actived">经销商</a></li> <li> <a href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_tid', '2');formProListSubmit();" rel="nofollow" class="actived">代理商</a></li> <li> <a href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_tid', '3');formProListSubmit();" rel="nofollow" class="actived">生产厂家</a></li> <li> <a href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_tid', '5');formProListSubmit();" rel="nofollow" class="actived">其他</a></li> <li> <a href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_tid', '6');formProListSubmit();" rel="nofollow" class="actived">工程商</a></li> </ul> </div> </li> <li id="AllAreas"> <div class="selectbox_area"><a href="javascript:;">所有地区</a></div> <div class="selectarea" style="display: none;"> <ul> <li class="allareaz"> <a href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid', 0);formProListSubmit();" id="provincesall" rel="nofollow">所有地区</a></li> <b class="clear"></b> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','1');formProListSubmit();" >安徽</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','2');formProListSubmit();" >北京</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','3');formProListSubmit();" >福建</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','4');formProListSubmit();" >甘肃</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','5');formProListSubmit();" >广东</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','6');formProListSubmit();" >广西</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','7');formProListSubmit();" >贵州</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','8');formProListSubmit();" >海南</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','9');formProListSubmit();" >河北</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','10');formProListSubmit();" >河南</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','11');formProListSubmit();" >黑龙江</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','12');formProListSubmit();" >湖北</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','13');formProListSubmit();" >湖南</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','14');formProListSubmit();" >吉林</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','15');formProListSubmit();" >江苏</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','16');formProListSubmit();" >江西</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','17');formProListSubmit();" >辽宁</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','18');formProListSubmit();" >内蒙古</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','19');formProListSubmit();" >宁夏</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','20');formProListSubmit();" >青海</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','21');formProListSubmit();" >山东</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','22');formProListSubmit();" >山西</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','23');formProListSubmit();" >陕西</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','24');formProListSubmit();" >上海</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','25');formProListSubmit();" >四川</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','26');formProListSubmit();" >天津</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','27');formProListSubmit();" >新疆</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','28');formProListSubmit();" >西藏</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','29');formProListSubmit();" >云南</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','30');formProListSubmit();" >浙江</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','31');formProListSubmit();" >重庆</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','32');formProListSubmit();" >香港</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','33');formProListSubmit();" >澳门</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','34');formProListSubmit();" >中国台湾</a></li> <li><a class="actived" rel="nofollow" href="javascript:void(0);" onclick="SetFormValue('parm_p', 1);SetFormValue('parm_pid','35');formProListSubmit();" >国外</a></li> </ul> </div> </li> </ul> <script> //价格升降 function chePrice(obj) { if(obj.className=="down")//降序 { document.getElementById("prcdown").className="prcactivedown"; document.getElementById("prcup").className="up"; SetFormValue('parm_p', 1); SetFormValue('parm_sort', 1); SetFormValue('parm_fldsort', 11); formProListSubmit(); }else if(obj.className=="up")//升序 { document.getElementById("prcdown").className="down"; document.getElementById("prcup").className="prcactiveup"; SetFormValue('parm_p', 1); SetFormValue('parm_sort', 0); SetFormValue('parm_fldsort', 11); formProListSubmit(); }else if(obj.className="prcactivedown") { document.getElementById("prcdown").className="down"; document.getElementById("prcup").className="up"; SetFormValue('parm_p', 1); SetFormValue('parm_sort', 1); SetFormValue('parm_fldsort', 0); formProListSubmit(); }else if(obj.className="prcactiveup") { document.getElementById("prcdown").className="down"; document.getElementById("prcup").className = "up"; SetFormValue('parm_p', 1); SetFormValue('parm_sort', 0); SetFormValue('parm_fldsort', 0); formProListSubmit(); } } </script> <div class="type price"> 价格 <a class="down" id="prcdown" href="javascript:;" onclick="chePrice(this)"></a> <a id="prcup" href="javascript:;" onclick="chePrice(this)" class="up"></a> </div> <div class="type btnBox"> <p class="btns_filter"> <input type="text" value="¥最低价" id="PriceStart"> <span>-</span> <input type="text" value="¥最高价" id="PriceEnd"> <input type="hidden" id="test" value="0"> <button id="btnurl">确定</button> </p> </div> <script>nmfocus()</script> <script>if(0==11&&1==1) { prcdown.className="prcactivedown"; } else if(0==11&&1==0) { prcup.className="prcactiveup"; }</script> <div class="switchBox"> <a href="javascript:void(0);" onclick="WriteCookies('ProlistPageStyle','1');location.reload();" class="on"><i class="icon-menu"></i>大图</a><a href="javascript:void(0);" onclick="WriteCookies('ProlistPageStyle','0');location.reload();" class="borderL"><i class="icon-list"></i>列表</a> </div> <!--<div class="switchBox"> <a href="javascript:void(0);" class="on"><i class="icon-menu"></i>大图</a><a href="javascript:void(0);" class="borderL"><i class="icon-list"></i>列表</a></div>--> </div> <div class="scrRight"> 共找到<span id="ProCounts">1809</span>条 <h1 id="keysname">电力行业仪器</h1> 产品信息 </div> </div> </div> <div class="wrapper w"> <div class="proBoxLeft"> <div class="proBox1"> <ul id="ProDataB"> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st6312/product_12622803.html" target="_blank" title="TA1424系列电压输出型电流变换器 (TA1424系列)"><img src=https://img64.gkzhan.com/5eceadd4559dcfd2aa2f2a1668aa0a472ed345b8567ca609237a5887981c236ebab9d1cc7d65eed1_208_208_5.jpg alt="TA1424系列电压输出型电流变换器 (TA1424系列)"/></a> </td></tr></tbody></table> <b>面议<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st6312/product_12622803.html" target="_blank" title="TA1424系列电压输出型电流变换器 (TA1424系列)"> ta1424系列电压输出型电流变换器 (ta1424系列)</a></span> <p>北京创四方电子集团股份有限 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="topLevel">|</b> <span>第<font>18</font>年</span> <a id="complareBtn12622803" data-pro="12622803,TA1424系列电压输出型电流变换器 (TA1424系列),https://img64.gkzhan.com/5eceadd4559dcfd2aa2f2a1668aa0a472ed345b8567ca609237a5887981c236ebab9d1cc7d65eed1.jpg,//www.gkzhan.com/chanpin/12622803.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st6312/product_12619602.html" target="_blank" title="TA1323系列电压输出型电流变换器 (TA1323系列)"><img src=https://img69.gkzhan.com/mt0024/5/20230217/638122435189541971494_208_208_5.gif alt="TA1323系列电压输出型电流变换器 (TA1323系列)"/></a> </td></tr></tbody></table> <b>面议<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st6312/product_12619602.html" target="_blank" title="TA1323系列电压输出型电流变换器 (TA1323系列)"> ta1323系列电压输出型电流变换器 (ta1323系列)</a></span> <p>北京创四方电子集团股份有限 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="topLevel">|</b> <span>第<font>18</font>年</span> <a id="complareBtn12619602" data-pro="12619602,TA1323系列电压输出型电流变换器 (TA1323系列),https://img69.gkzhan.com/mt0024/5/20230217/638122435189541971494.gif,//www.gkzhan.com/chanpin/12619602.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st6312/product_12616609.html" target="_blank" title="TA1322系列电压输出型电流变换器 (TA1322系列)"><img src=https://img65.gkzhan.com/5eceadd4559dcfd2aa2f2a1668aa0a472ed345b8567ca609b35f2a44ce71c0ebcf158d62d067b7f7_208_208_5.jpg alt="TA1322系列电压输出型电流变换器 (TA1322系列)"/></a> </td></tr></tbody></table> <b>面议<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st6312/product_12616609.html" target="_blank" title="TA1322系列电压输出型电流变换器 (TA1322系列)"> ta1322系列电压输出型电流变换器 (ta1322系列)</a></span> <p>北京创四方电子集团股份有限 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="topLevel">|</b> <span>第<font>18</font>年</span> <a id="complareBtn12616609" data-pro="12616609,TA1322系列电压输出型电流变换器 (TA1322系列),https://img65.gkzhan.com/5eceadd4559dcfd2aa2f2a1668aa0a472ed345b8567ca609b35f2a44ce71c0ebcf158d62d067b7f7.jpg,//www.gkzhan.com/chanpin/12616609.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st54217/product_2205938.html" target="_blank" title="数显无线核相仪现货"><img src=https://img65.gkzhan.com/1697e381d5facf7893d13d7bf1ebc1e59b960dff447c7eb6223933f73f8170d02aa0d431268c8d8e_208_208_5.png alt="数显无线核相仪现货"/></a> </td></tr></tbody></table> <b>面议<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st54217/product_2205938.html" target="_blank" title="数显无线核相仪现货"> 数显无线核相仪现货</a></span> <p>东方化玻(北京)科技有限公 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="senior">|</b> <span>第<font>15</font>年</span> <a id="complareBtn2205938" data-pro="2205938,数显无线核相仪现货,https://img65.gkzhan.com/1697e381d5facf7893d13d7bf1ebc1e59b960dff447c7eb6223933f73f8170d02aa0d431268c8d8e.png,//www.gkzhan.com/chanpin/2205938.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st54217/product_2343346.html" target="_blank" title="电压调整器现货"><img src=https://img69.gkzhan.com/ded686a63f8dc5f1d036cc74cea1cb4cbac01bec593b3912fb2afc2e0f133fcd719d8f2b21644b13_208_208_5.jpg alt="电压调整器现货"/></a> </td></tr></tbody></table> <b>面议<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st54217/product_2343346.html" target="_blank" title="电压调整器现货"> 电压调整器现货</a></span> <p>东方化玻(北京)科技有限公 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="senior">|</b> <span>第<font>15</font>年</span> <a id="complareBtn2343346" data-pro="2343346,电压调整器现货,https://img69.gkzhan.com/ded686a63f8dc5f1d036cc74cea1cb4cbac01bec593b3912fb2afc2e0f133fcd719d8f2b21644b13.jpg,//www.gkzhan.com/chanpin/2343346.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13494685.html" target="_blank" title="工业电流线缆品质自动检测仪"><img src=https://img50.gkzhan.com/922d359f624715fd727f9fe1892df28cc9edd07e18e078a4d5868ae68e6cb34c0b7e8013de338015_208_208_5.png alt="工业电流线缆品质自动检测仪"/></a> </td></tr></tbody></table> <b><span>¥</span>850<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13494685.html" target="_blank" title="工业电流线缆品质自动检测仪"> 工业电流线缆品质自动检测仪</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13494685" data-pro="13494685,工业电流线缆品质自动检测仪,https://img50.gkzhan.com/922d359f624715fd727f9fe1892df28cc9edd07e18e078a4d5868ae68e6cb34c0b7e8013de338015.png,//www.gkzhan.com/chanpin/13494685.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13494673.html" target="_blank" title="变频损耗测量装置"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="变频损耗测量装置"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13494673.html" target="_blank" title="变频损耗测量装置"> 变频损耗测量装置</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13494673" data-pro="13494673,变频损耗测量装置,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13494673.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13494670.html" target="_blank" title="大型工业雷电冲击发生器"><img src=https://img52.gkzhan.com/922d359f624715fddedcd672b983f382b2a748881103e985ee303a8ad16afea54410b1ed11f8e971_208_208_5.jpg alt="大型工业雷电冲击发生器"/></a> </td></tr></tbody></table> <b><span>¥</span>120000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13494670.html" target="_blank" title="大型工业雷电冲击发生器"> 大型工业雷电冲击发生器</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13494670" data-pro="13494670,大型工业雷电冲击发生器,https://img52.gkzhan.com/922d359f624715fddedcd672b983f382b2a748881103e985ee303a8ad16afea54410b1ed11f8e971.jpg,//www.gkzhan.com/chanpin/13494670.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13494665.html" target="_blank" title="温升变频损耗测量装置"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="温升变频损耗测量装置"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13494665.html" target="_blank" title="温升变频损耗测量装置"> 温升变频损耗测量装置</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13494665" data-pro="13494665,温升变频损耗测量装置,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13494665.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13494662.html" target="_blank" title="工业大电流抗干扰损耗仪"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="工业大电流抗干扰损耗仪"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13494662.html" target="_blank" title="工业大电流抗干扰损耗仪"> 工业大电流抗干扰损耗仪</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13494662" data-pro="13494662,工业大电流抗干扰损耗仪,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13494662.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13494639.html" target="_blank" title="大型电压冲击发生器"><img src=https://img52.gkzhan.com/922d359f624715fddedcd672b983f382b2a748881103e985ee303a8ad16afea54410b1ed11f8e971_208_208_5.jpg alt="大型电压冲击发生器"/></a> </td></tr></tbody></table> <b><span>¥</span>120000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13494639.html" target="_blank" title="大型电压冲击发生器"> 大型电压冲击发生器</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13494639" data-pro="13494639,大型电压冲击发生器,https://img52.gkzhan.com/922d359f624715fddedcd672b983f382b2a748881103e985ee303a8ad16afea54410b1ed11f8e971.jpg,//www.gkzhan.com/chanpin/13494639.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13494636.html" target="_blank" title="大电流温升变频损耗测量装置"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="大电流温升变频损耗测量装置"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13494636.html" target="_blank" title="大电流温升变频损耗测量装置"> 大电流温升变频损耗测量装置</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13494636" data-pro="13494636,大电流温升变频损耗测量装置,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13494636.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13494625.html" target="_blank" title="电流线缆品质自动检测仪"><img src=https://img50.gkzhan.com/922d359f624715fd727f9fe1892df28cc9edd07e18e078a4d5868ae68e6cb34c0b7e8013de338015_208_208_5.png alt="电流线缆品质自动检测仪"/></a> </td></tr></tbody></table> <b><span>¥</span>850<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13494625.html" target="_blank" title="电流线缆品质自动检测仪"> 电流线缆品质自动检测仪</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13494625" data-pro="13494625,电流线缆品质自动检测仪,https://img50.gkzhan.com/922d359f624715fd727f9fe1892df28cc9edd07e18e078a4d5868ae68e6cb34c0b7e8013de338015.png,//www.gkzhan.com/chanpin/13494625.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13494622.html" target="_blank" title="介质损耗测量装置"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="介质损耗测量装置"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13494622.html" target="_blank" title="介质损耗测量装置"> 介质损耗测量装置</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13494622" data-pro="13494622,介质损耗测量装置,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13494622.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167758/product_12178198.html" target="_blank" title="ACCEL放大器"><img src=https://img64.gkzhan.com/0497b4e3566c142079ab9d654d1e20448d6048d88092097b896d1f5a6b6be0d351829f1fbb0fc4b1_208_208_5.jpg alt="ACCEL放大器"/></a> </td></tr></tbody></table> <b>面议<em>武汉市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167758/product_12178198.html" target="_blank" title="ACCEL放大器"> accel放大器</a></span> <p>宏浩机械·德国瑞科 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>7</font>年</span> <a id="complareBtn12178198" data-pro="12178198,ACCEL放大器,https://img64.gkzhan.com/0497b4e3566c142079ab9d654d1e20448d6048d88092097b896d1f5a6b6be0d351829f1fbb0fc4b1.jpg,//www.gkzhan.com/chanpin/12178198.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st51847/product_12685899.html" target="_blank" title="接地电阻测试仪"><img src=https://img49.gkzhan.com/418afcb93361055d930845beadb7a8c79006a4a277913a6bb68e726c9b4bc9ab7f8fada183bb8841_208_208_5.jpg alt="接地电阻测试仪"/></a> </td></tr></tbody></table> <b><span>¥</span>13000<em>北京市</em></b> <span class="title"><a href="https://www.gkzhan.com/st51847/product_12685899.html" target="_blank" title="接地电阻测试仪"> 接地电阻测试仪</a></span> <p>北京海富达科技有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>15</font>年</span> <a id="complareBtn12685899" data-pro="12685899,接地电阻测试仪,https://img49.gkzhan.com/418afcb93361055d930845beadb7a8c79006a4a277913a6bb68e726c9b4bc9ab7f8fada183bb8841.jpg,//www.gkzhan.com/chanpin/12685899.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st242632/product_13465229.html" target="_blank" title="直流大电流发生器 母线槽检测设备"><img src=https://img43.gkzhan.com/418afcb93361055d0fa62775ad1369100d16a6e0fffe72d1c905add2dbb1e3856e64982a63552170_208_208_5.jpg alt="直流大电流发生器 母线槽检测设备"/></a> </td></tr></tbody></table> <b>面议<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st242632/product_13465229.html" target="_blank" title="直流大电流发生器 母线槽检测设备"> 直流大电流发生器 母线槽检测设备</a></span> <p>江苏科硕电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>4</font>年</span> <a id="complareBtn13465229" data-pro="13465229,直流大电流发生器 母线槽检测设备,https://img43.gkzhan.com/418afcb93361055d0fa62775ad1369100d16a6e0fffe72d1c905add2dbb1e3856e64982a63552170.jpg,//www.gkzhan.com/chanpin/13465229.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st242632/product_13465291.html" target="_blank" title="400kV/10kJ冲击电压发生器成套装置"><img src=https://img58.gkzhan.com/418afcb93361055d0fa62775ad1369100364601911c27521ddbf0ebbbabb0c0deb1ae3afa1e03613_208_208_5.jpg alt="400kV/10kJ冲击电压发生器成套装置"/></a> </td></tr></tbody></table> <b>面议<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st242632/product_13465291.html" target="_blank" title="400kV/10kJ冲击电压发生器成套装置"> 400kv/10kj冲击电压发生器成套装置</a></span> <p>江苏科硕电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>4</font>年</span> <a id="complareBtn13465291" data-pro="13465291,400kV/10kJ冲击电压发生器成套装置,https://img58.gkzhan.com/418afcb93361055d0fa62775ad1369100364601911c27521ddbf0ebbbabb0c0deb1ae3afa1e03613.jpg,//www.gkzhan.com/chanpin/13465291.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st242632/product_13465292.html" target="_blank" title="冲击电压发生器成套装置"><img src=https://img58.gkzhan.com/418afcb93361055d0fa62775ad1369100364601911c27521ddbf0ebbbabb0c0deb1ae3afa1e03613_208_208_5.jpg alt="冲击电压发生器成套装置"/></a> </td></tr></tbody></table> <b>面议<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st242632/product_13465292.html" target="_blank" title="冲击电压发生器成套装置"> 冲击电压发生器成套装置</a></span> <p>江苏科硕电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>4</font>年</span> <a id="complareBtn13465292" data-pro="13465292,冲击电压发生器成套装置,https://img58.gkzhan.com/418afcb93361055d0fa62775ad1369100364601911c27521ddbf0ebbbabb0c0deb1ae3afa1e03613.jpg,//www.gkzhan.com/chanpin/13465292.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13470974.html" target="_blank" title="小型工业线缆品质自动检测仪"><img src=https://img50.gkzhan.com/922d359f624715fd727f9fe1892df28cc9edd07e18e078a4d5868ae68e6cb34c0b7e8013de338015_208_208_5.png alt="小型工业线缆品质自动检测仪"/></a> </td></tr></tbody></table> <b><span>¥</span>850<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13470974.html" target="_blank" title="小型工业线缆品质自动检测仪"> 小型工业线缆品质自动检测仪</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13470974" data-pro="13470974,小型工业线缆品质自动检测仪,https://img50.gkzhan.com/922d359f624715fd727f9fe1892df28cc9edd07e18e078a4d5868ae68e6cb34c0b7e8013de338015.png,//www.gkzhan.com/chanpin/13470974.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13470968.html" target="_blank" title="温升抗干扰损耗测量装置"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="温升抗干扰损耗测量装置"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13470968.html" target="_blank" title="温升抗干扰损耗测量装置"> 温升抗干扰损耗测量装置</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13470968" data-pro="13470968,温升抗干扰损耗测量装置,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13470968.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13470955.html" target="_blank" title="大型雷电冲击发生器"><img src=https://img59.gkzhan.com/922d359f624715fddedcd672b983f3822df07dc08c5dbc321baf1415a22382fff2140ace8e1cf131_208_208_5.jpg alt="大型雷电冲击发生器"/></a> </td></tr></tbody></table> <b><span>¥</span>120000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13470955.html" target="_blank" title="大型雷电冲击发生器"> 大型雷电冲击发生器</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13470955" data-pro="13470955,大型雷电冲击发生器,https://img59.gkzhan.com/922d359f624715fddedcd672b983f3822df07dc08c5dbc321baf1415a22382fff2140ace8e1cf131.jpg,//www.gkzhan.com/chanpin/13470955.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13470944.html" target="_blank" title="工业变频损耗测量装置"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="工业变频损耗测量装置"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13470944.html" target="_blank" title="工业变频损耗测量装置"> 工业变频损耗测量装置</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13470944" data-pro="13470944,工业变频损耗测量装置,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13470944.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13470933.html" target="_blank" title="大电流抗干扰损耗仪"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="大电流抗干扰损耗仪"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13470933.html" target="_blank" title="大电流抗干扰损耗仪"> 大电流抗干扰损耗仪</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13470933" data-pro="13470933,大电流抗干扰损耗仪,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13470933.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13470921.html" target="_blank" title="工业电压冲击发生器"><img src=https://img52.gkzhan.com/922d359f624715fddedcd672b983f382b2a748881103e985ee303a8ad16afea54410b1ed11f8e971_208_208_5.jpg alt="工业电压冲击发生器"/></a> </td></tr></tbody></table> <b><span>¥</span>120000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13470921.html" target="_blank" title="工业电压冲击发生器"> 工业电压冲击发生器</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13470921" data-pro="13470921,工业电压冲击发生器,https://img52.gkzhan.com/922d359f624715fddedcd672b983f382b2a748881103e985ee303a8ad16afea54410b1ed11f8e971.jpg,//www.gkzhan.com/chanpin/13470921.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13470918.html" target="_blank" title="温升变频抗干扰损耗测量装置"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="温升变频抗干扰损耗测量装置"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13470918.html" target="_blank" title="温升变频抗干扰损耗测量装置"> 温升变频抗干扰损耗测量装置</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13470918" data-pro="13470918,温升变频抗干扰损耗测量装置,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13470918.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13470910.html" target="_blank" title="小型线缆品质自动检测仪"><img src=https://img50.gkzhan.com/922d359f624715fd727f9fe1892df28cc9edd07e18e078a4d5868ae68e6cb34c0b7e8013de338015_208_208_5.png alt="小型线缆品质自动检测仪"/></a> </td></tr></tbody></table> <b><span>¥</span>850<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13470910.html" target="_blank" title="小型线缆品质自动检测仪"> 小型线缆品质自动检测仪</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13470910" data-pro="13470910,小型线缆品质自动检测仪,https://img50.gkzhan.com/922d359f624715fd727f9fe1892df28cc9edd07e18e078a4d5868ae68e6cb34c0b7e8013de338015.png,//www.gkzhan.com/chanpin/13470910.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13470908.html" target="_blank" title="抗干扰介质损耗测量装置"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="抗干扰介质损耗测量装置"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13470908.html" target="_blank" title="抗干扰介质损耗测量装置"> 抗干扰介质损耗测量装置</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13470908" data-pro="13470908,抗干扰介质损耗测量装置,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13470908.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st88614/product_13429492.html" target="_blank" title="断路器特性测试仪"><img src=https://img53.gkzhan.com/6e41f53139e533fd241954bea0f716101252bf0399f4441dfeb0a53aeb4c61089be0d219b34380e3_208_208_5.jpg alt="断路器特性测试仪"/></a> </td></tr></tbody></table> <b><span>¥</span>8500<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st88614/product_13429492.html" target="_blank" title="断路器特性测试仪"> 断路器特性测试仪</a></span> <p>扬州苏电电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>11</font>年</span> <a id="complareBtn13429492" data-pro="13429492,断路器特性测试仪,https://img53.gkzhan.com/6e41f53139e533fd241954bea0f716101252bf0399f4441dfeb0a53aeb4c61089be0d219b34380e3.jpg,//www.gkzhan.com/chanpin/13429492.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st88614/product_13426797.html" target="_blank" title="大地网接地电阻测试仪"><img src=https://img47.gkzhan.com/716cbbfcbc1fd293d202c970b71c564fcb4805a9879da7714cac81cb7d85895563f3c2d5d6a4ac1e_208_208_5.jpg alt="大地网接地电阻测试仪"/></a> </td></tr></tbody></table> <b><span>¥</span>24000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st88614/product_13426797.html" target="_blank" title="大地网接地电阻测试仪"> 大地网接地电阻测试仪</a></span> <p>扬州苏电电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>11</font>年</span> <a id="complareBtn13426797" data-pro="13426797,大地网接地电阻测试仪,https://img47.gkzhan.com/716cbbfcbc1fd293d202c970b71c564fcb4805a9879da7714cac81cb7d85895563f3c2d5d6a4ac1e.jpg,//www.gkzhan.com/chanpin/13426797.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13392399.html" target="_blank" title="大型雷电冲击工业发生器"><img src=https://img52.gkzhan.com/922d359f624715fddedcd672b983f382b2a748881103e985ee303a8ad16afea54410b1ed11f8e971_208_208_5.jpg alt="大型雷电冲击工业发生器"/></a> </td></tr></tbody></table> <b><span>¥</span>120000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13392399.html" target="_blank" title="大型雷电冲击工业发生器"> 大型雷电冲击工业发生器</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13392399" data-pro="13392399,大型雷电冲击工业发生器,https://img52.gkzhan.com/922d359f624715fddedcd672b983f382b2a748881103e985ee303a8ad16afea54410b1ed11f8e971.jpg,//www.gkzhan.com/chanpin/13392399.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13392398.html" target="_blank" title="多功能雷电冲击工业发生器"><img src=https://img59.gkzhan.com/922d359f624715fddedcd672b983f3822df07dc08c5dbc321baf1415a22382fff2140ace8e1cf131_208_208_5.jpg alt="多功能雷电冲击工业发生器"/></a> </td></tr></tbody></table> <b><span>¥</span>120000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13392398.html" target="_blank" title="多功能雷电冲击工业发生器"> 多功能雷电冲击工业发生器</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13392398" data-pro="13392398,多功能雷电冲击工业发生器,https://img59.gkzhan.com/922d359f624715fddedcd672b983f3822df07dc08c5dbc321baf1415a22382fff2140ace8e1cf131.jpg,//www.gkzhan.com/chanpin/13392398.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13392395.html" target="_blank" title="变频抗干扰工业损耗测量装置"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="变频抗干扰工业损耗测量装置"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13392395.html" target="_blank" title="变频抗干扰工业损耗测量装置"> 变频抗干扰工业损耗测量装置</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13392395" data-pro="13392395,变频抗干扰工业损耗测量装置,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13392395.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13392391.html" target="_blank" title="工业变频抗干扰损耗测量装置"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="工业变频抗干扰损耗测量装置"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13392391.html" target="_blank" title="工业变频抗干扰损耗测量装置"> 工业变频抗干扰损耗测量装置</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13392391" data-pro="13392391,工业变频抗干扰损耗测量装置,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13392391.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13392387.html" target="_blank" title="大电流线缆自动检测仪"><img src=https://img50.gkzhan.com/922d359f624715fd727f9fe1892df28cc9edd07e18e078a4d5868ae68e6cb34c0b7e8013de338015_208_208_5.png alt="大电流线缆自动检测仪"/></a> </td></tr></tbody></table> <b><span>¥</span>850<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13392387.html" target="_blank" title="大电流线缆自动检测仪"> 大电流线缆自动检测仪</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13392387" data-pro="13392387,大电流线缆自动检测仪,https://img50.gkzhan.com/922d359f624715fd727f9fe1892df28cc9edd07e18e078a4d5868ae68e6cb34c0b7e8013de338015.png,//www.gkzhan.com/chanpin/13392387.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13392377.html" target="_blank" title="一体式介质抗干扰损耗工业测量装置"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="一体式介质抗干扰损耗工业测量装置"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13392377.html" target="_blank" title="一体式介质抗干扰损耗工业测量装置"> 一体式介质抗干扰损耗工业测量装置</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13392377" data-pro="13392377,一体式介质抗干扰损耗工业测量装置,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13392377.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13392374.html" target="_blank" title="国华多功能电压冲击发生器"><img src=https://img52.gkzhan.com/922d359f624715fddedcd672b983f382b2a748881103e985ee303a8ad16afea54410b1ed11f8e971_208_208_5.jpg alt="国华多功能电压冲击发生器"/></a> </td></tr></tbody></table> <b><span>¥</span>120000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13392374.html" target="_blank" title="国华多功能电压冲击发生器"> 国华多功能电压冲击发生器</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13392374" data-pro="13392374,国华多功能电压冲击发生器,https://img52.gkzhan.com/922d359f624715fddedcd672b983f382b2a748881103e985ee303a8ad16afea54410b1ed11f8e971.jpg,//www.gkzhan.com/chanpin/13392374.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13392369.html" target="_blank" title="工业大电流线缆品质自动检测仪"><img src=https://img50.gkzhan.com/922d359f624715fd727f9fe1892df28cc9edd07e18e078a4d5868ae68e6cb34c0b7e8013de338015_208_208_5.png alt="工业大电流线缆品质自动检测仪"/></a> </td></tr></tbody></table> <b><span>¥</span>850<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13392369.html" target="_blank" title="工业大电流线缆品质自动检测仪"> 工业大电流线缆品质自动检测仪</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13392369" data-pro="13392369,工业大电流线缆品质自动检测仪,https://img50.gkzhan.com/922d359f624715fd727f9fe1892df28cc9edd07e18e078a4d5868ae68e6cb34c0b7e8013de338015.png,//www.gkzhan.com/chanpin/13392369.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13392334.html" target="_blank" title="多功能介质抗干扰损耗测量装置"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="多功能介质抗干扰损耗测量装置"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13392334.html" target="_blank" title="多功能介质抗干扰损耗测量装置"> 多功能介质抗干扰损耗测量装置</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13392334" data-pro="13392334,多功能介质抗干扰损耗测量装置,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13392334.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13333711.html" target="_blank" title="多功能高压抗干扰测量装置"><img src=https://img64.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dc5efe05bd6ad543f23478109ef4f6a675fe4f00cbb3a788_208_208_5.jpg alt="多功能高压抗干扰测量装置"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13333711.html" target="_blank" title="多功能高压抗干扰测量装置"> 多功能高压抗干扰测量装置</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13333711" data-pro="13333711,多功能高压抗干扰测量装置,https://img64.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dc5efe05bd6ad543f23478109ef4f6a675fe4f00cbb3a788.jpg,//www.gkzhan.com/chanpin/13333711.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13333705.html" target="_blank" title="高压线缆品质检测装置"><img src=https://img55.gkzhan.com/922d359f624715fd727f9fe1892df28caf23f88cb6020b70369fb6d887922bca7a02f7b9a4980970_208_208_5.jpg alt="高压线缆品质检测装置"/></a> </td></tr></tbody></table> <b><span>¥</span>850<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13333705.html" target="_blank" title="高压线缆品质检测装置"> 高压线缆品质检测装置</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13333705" data-pro="13333705,高压线缆品质检测装置,https://img55.gkzhan.com/922d359f624715fd727f9fe1892df28caf23f88cb6020b70369fb6d887922bca7a02f7b9a4980970.jpg,//www.gkzhan.com/chanpin/13333705.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13333702.html" target="_blank" title="雷电冲击工业发生器"><img src=https://img59.gkzhan.com/922d359f624715fddedcd672b983f3822df07dc08c5dbc321baf1415a22382fff2140ace8e1cf131_208_208_5.jpg alt="雷电冲击工业发生器"/></a> </td></tr></tbody></table> <b><span>¥</span>120000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13333702.html" target="_blank" title="雷电冲击工业发生器"> 雷电冲击工业发生器</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13333702" data-pro="13333702,雷电冲击工业发生器,https://img59.gkzhan.com/922d359f624715fddedcd672b983f3822df07dc08c5dbc321baf1415a22382fff2140ace8e1cf131.jpg,//www.gkzhan.com/chanpin/13333702.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13333692.html" target="_blank" title="变频抗干扰损耗测量装置"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="变频抗干扰损耗测量装置"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13333692.html" target="_blank" title="变频抗干扰损耗测量装置"> 变频抗干扰损耗测量装置</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13333692" data-pro="13333692,变频抗干扰损耗测量装置,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13333692.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13333680.html" target="_blank" title="三相介质变频损耗测量设备"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="三相介质变频损耗测量设备"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13333680.html" target="_blank" title="三相介质变频损耗测量设备"> 三相介质变频损耗测量设备</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13333680" data-pro="13333680,三相介质变频损耗测量设备,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13333680.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13333671.html" target="_blank" title="大电流线缆品质自动检测仪"><img src=https://img50.gkzhan.com/922d359f624715fd727f9fe1892df28cc9edd07e18e078a4d5868ae68e6cb34c0b7e8013de338015_208_208_5.png alt="大电流线缆品质自动检测仪"/></a> </td></tr></tbody></table> <b><span>¥</span>850<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13333671.html" target="_blank" title="大电流线缆品质自动检测仪"> 大电流线缆品质自动检测仪</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13333671" data-pro="13333671,大电流线缆品质自动检测仪,https://img50.gkzhan.com/922d359f624715fd727f9fe1892df28cc9edd07e18e078a4d5868ae68e6cb34c0b7e8013de338015.png,//www.gkzhan.com/chanpin/13333671.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13333667.html" target="_blank" title="介质抗干扰损耗工业测量装置"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="介质抗干扰损耗工业测量装置"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13333667.html" target="_blank" title="介质抗干扰损耗工业测量装置"> 介质抗干扰损耗工业测量装置</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13333667" data-pro="13333667,介质抗干扰损耗工业测量装置,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13333667.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13333665.html" target="_blank" title="国华电压冲击发生器"><img src=https://img52.gkzhan.com/922d359f624715fddedcd672b983f382b2a748881103e985ee303a8ad16afea54410b1ed11f8e971_208_208_5.jpg alt="国华电压冲击发生器"/></a> </td></tr></tbody></table> <b><span>¥</span>120000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13333665.html" target="_blank" title="国华电压冲击发生器"> 国华电压冲击发生器</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13333665" data-pro="13333665,国华电压冲击发生器,https://img52.gkzhan.com/922d359f624715fddedcd672b983f382b2a748881103e985ee303a8ad16afea54410b1ed11f8e971.jpg,//www.gkzhan.com/chanpin/13333665.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13295949.html" target="_blank" title="工业线缆品质自动检测仪"><img src=https://img50.gkzhan.com/922d359f624715fd727f9fe1892df28cc9edd07e18e078a4d5868ae68e6cb34c0b7e8013de338015_208_208_5.png alt="工业线缆品质自动检测仪"/></a> </td></tr></tbody></table> <b><span>¥</span>850<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13295949.html" target="_blank" title="工业线缆品质自动检测仪"> 工业线缆品质自动检测仪</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13295949" data-pro="13295949,工业线缆品质自动检测仪,https://img50.gkzhan.com/922d359f624715fd727f9fe1892df28cc9edd07e18e078a4d5868ae68e6cb34c0b7e8013de338015.png,//www.gkzhan.com/chanpin/13295949.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13295894.html" target="_blank" title="自动冲击电压成套发生器"><img src=https://img45.gkzhan.com/922d359f624715fddedcd672b983f382968c2b7d114b24c593bdd667596eb23c0701d4cfb166dbab_208_208_5.jpg alt="自动冲击电压成套发生器"/></a> </td></tr></tbody></table> <b><span>¥</span>120000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13295894.html" target="_blank" title="自动冲击电压成套发生器"> 自动冲击电压成套发生器</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13295894" data-pro="13295894,自动冲击电压成套发生器,https://img45.gkzhan.com/922d359f624715fddedcd672b983f382968c2b7d114b24c593bdd667596eb23c0701d4cfb166dbab.jpg,//www.gkzhan.com/chanpin/13295894.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13295888.html" target="_blank" title="自动高压抗干扰损耗测量装置"><img src=https://img64.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dc5efe05bd6ad543f23478109ef4f6a675fe4f00cbb3a788_208_208_5.jpg alt="自动高压抗干扰损耗测量装置"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13295888.html" target="_blank" title="自动高压抗干扰损耗测量装置"> 自动高压抗干扰损耗测量装置</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13295888" data-pro="13295888,自动高压抗干扰损耗测量装置,https://img64.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dc5efe05bd6ad543f23478109ef4f6a675fe4f00cbb3a788.jpg,//www.gkzhan.com/chanpin/13295888.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13295877.html" target="_blank" title="工业高压线缆品质检测仪"><img src=https://img50.gkzhan.com/922d359f624715fd727f9fe1892df28cc9edd07e18e078a4d5868ae68e6cb34c0b7e8013de338015_208_208_5.png alt="工业高压线缆品质检测仪"/></a> </td></tr></tbody></table> <b><span>¥</span>850<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13295877.html" target="_blank" title="工业高压线缆品质检测仪"> 工业高压线缆品质检测仪</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13295877" data-pro="13295877,工业高压线缆品质检测仪,https://img50.gkzhan.com/922d359f624715fd727f9fe1892df28cc9edd07e18e078a4d5868ae68e6cb34c0b7e8013de338015.png,//www.gkzhan.com/chanpin/13295877.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13295873.html" target="_blank" title="多功能雷电冲击发生器"><img src=https://img59.gkzhan.com/922d359f624715fddedcd672b983f3822df07dc08c5dbc321baf1415a22382fff2140ace8e1cf131_208_208_5.jpg alt="多功能雷电冲击发生器"/></a> </td></tr></tbody></table> <b><span>¥</span>120000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13295873.html" target="_blank" title="多功能雷电冲击发生器"> 多功能雷电冲击发生器</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13295873" data-pro="13295873,多功能雷电冲击发生器,https://img59.gkzhan.com/922d359f624715fddedcd672b983f3822df07dc08c5dbc321baf1415a22382fff2140ace8e1cf131.jpg,//www.gkzhan.com/chanpin/13295873.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13295869.html" target="_blank" title="三相抗干扰损耗测量装置"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="三相抗干扰损耗测量装置"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13295869.html" target="_blank" title="三相抗干扰损耗测量装置"> 三相抗干扰损耗测量装置</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13295869" data-pro="13295869,三相抗干扰损耗测量装置,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13295869.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13295863.html" target="_blank" title="工业三相介质损耗测量设备"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="工业三相介质损耗测量设备"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13295863.html" target="_blank" title="工业三相介质损耗测量设备"> 工业三相介质损耗测量设备</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13295863" data-pro="13295863,工业三相介质损耗测量设备,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13295863.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13295859.html" target="_blank" title="线缆品质自动检测仪"><img src=https://img50.gkzhan.com/922d359f624715fd727f9fe1892df28cc9edd07e18e078a4d5868ae68e6cb34c0b7e8013de338015_208_208_5.png alt="线缆品质自动检测仪"/></a> </td></tr></tbody></table> <b><span>¥</span>850<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13295859.html" target="_blank" title="线缆品质自动检测仪"> 线缆品质自动检测仪</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13295859" data-pro="13295859,线缆品质自动检测仪,https://img50.gkzhan.com/922d359f624715fd727f9fe1892df28cc9edd07e18e078a4d5868ae68e6cb34c0b7e8013de338015.png,//www.gkzhan.com/chanpin/13295859.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_12244451.html" target="_blank" title="耐流试验机耐受机 高压大电流"><img src=https://img70.gkzhan.com/aff6d13c7814f8b61f83f3c9667ac9178d9367c15c179dfb54e4fda448d0ccf5b7281d2af7045204_208_208_5.jpg alt="耐流试验机耐受机 高压大电流"/></a> </td></tr></tbody></table> <b>面议<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_12244451.html" target="_blank" title="耐流试验机耐受机 高压大电流"> 耐流试验机耐受机 高压大电流</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn12244451" data-pro="12244451,耐流试验机耐受机 高压大电流,https://img70.gkzhan.com/aff6d13c7814f8b61f83f3c9667ac9178d9367c15c179dfb54e4fda448d0ccf5b7281d2af7045204.jpg,//www.gkzhan.com/chanpin/12244451.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_12485218.html" target="_blank" title="短路电流耐流试验装置"><img src=https://img70.gkzhan.com/aff6d13c7814f8b61f83f3c9667ac9171078c362390c9964fe2c56bcd1c4c46bfa5a8b88f63031bb_208_208_5.jpg alt="短路电流耐流试验装置"/></a> </td></tr></tbody></table> <b><span>¥</span>78000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_12485218.html" target="_blank" title="短路电流耐流试验装置"> 短路电流耐流试验装置</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn12485218" data-pro="12485218,短路电流耐流试验装置,https://img70.gkzhan.com/aff6d13c7814f8b61f83f3c9667ac9171078c362390c9964fe2c56bcd1c4c46bfa5a8b88f63031bb.jpg,//www.gkzhan.com/chanpin/12485218.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_12244450.html" target="_blank" title="短路电流耐受试验装置 高压大电流"><img src=https://img70.gkzhan.com/aff6d13c7814f8b61f83f3c9667ac9174c6df328f89b9aaf44ca85c8b8b1ecca5790f2c66607abe9_208_208_5.jpg alt="短路电流耐受试验装置 高压大电流"/></a> </td></tr></tbody></table> <b>面议<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_12244450.html" target="_blank" title="短路电流耐受试验装置 高压大电流"> 短路电流耐受试验装置 高压大电流</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn12244450" data-pro="12244450,短路电流耐受试验装置 高压大电流,https://img70.gkzhan.com/aff6d13c7814f8b61f83f3c9667ac9174c6df328f89b9aaf44ca85c8b8b1ecca5790f2c66607abe9.jpg,//www.gkzhan.com/chanpin/12244450.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13244202.html" target="_blank" title="工业介质抗干扰损耗测量装置"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="工业介质抗干扰损耗测量装置"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13244202.html" target="_blank" title="工业介质抗干扰损耗测量装置"> 工业介质抗干扰损耗测量装置</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13244202" data-pro="13244202,工业介质抗干扰损耗测量装置,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13244202.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13244192.html" target="_blank" title="多功能工业电压冲击发生器"><img src=https://img59.gkzhan.com/922d359f624715fddedcd672b983f3822df07dc08c5dbc321baf1415a22382fff2140ace8e1cf131_208_208_5.jpg alt="多功能工业电压冲击发生器"/></a> </td></tr></tbody></table> <b><span>¥</span>120000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13244192.html" target="_blank" title="多功能工业电压冲击发生器"> 多功能工业电压冲击发生器</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13244192" data-pro="13244192,多功能工业电压冲击发生器,https://img59.gkzhan.com/922d359f624715fddedcd672b983f3822df07dc08c5dbc321baf1415a22382fff2140ace8e1cf131.jpg,//www.gkzhan.com/chanpin/13244192.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13244093.html" target="_blank" title="多功能工频电气综合耐压试验台"><img src=https://img53.gkzhan.com/48081211c6b97a36eddcd5ceadf965ba1b41579d1c22c54cca8beef1a1274e53300dde1e053bee79_208_208_5.jpg alt="多功能工频电气综合耐压试验台"/></a> </td></tr></tbody></table> <b><span>¥</span>25000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13244093.html" target="_blank" title="多功能工频电气综合耐压试验台"> 多功能工频电气综合耐压试验台</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13244093" data-pro="13244093,多功能工频电气综合耐压试验台,https://img53.gkzhan.com/48081211c6b97a36eddcd5ceadf965ba1b41579d1c22c54cca8beef1a1274e53300dde1e053bee79.jpg,//www.gkzhan.com/chanpin/13244093.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13244063.html" target="_blank" title="介质抗干扰电流损耗测量设备"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="介质抗干扰电流损耗测量设备"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13244063.html" target="_blank" title="介质抗干扰电流损耗测量设备"> 介质抗干扰电流损耗测量设备</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13244063" data-pro="13244063,介质抗干扰电流损耗测量设备,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13244063.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13244052.html" target="_blank" title="电流变频介质损耗测量设备"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="电流变频介质损耗测量设备"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13244052.html" target="_blank" title="电流变频介质损耗测量设备"> 电流变频介质损耗测量设备</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13244052" data-pro="13244052,电流变频介质损耗测量设备,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13244052.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13244010.html" target="_blank" title="工业高压抗干扰损耗测量装置"><img src=https://img64.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dc5efe05bd6ad543f23478109ef4f6a675fe4f00cbb3a788_208_208_5.jpg alt="工业高压抗干扰损耗测量装置"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13244010.html" target="_blank" title="工业高压抗干扰损耗测量装置"> 工业高压抗干扰损耗测量装置</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13244010" data-pro="13244010,工业高压抗干扰损耗测量装置,https://img64.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dc5efe05bd6ad543f23478109ef4f6a675fe4f00cbb3a788.jpg,//www.gkzhan.com/chanpin/13244010.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13243996.html" target="_blank" title="多功能冲击电压成套发生器"><img src=https://img45.gkzhan.com/922d359f624715fddedcd672b983f382968c2b7d114b24c593bdd667596eb23c0701d4cfb166dbab_208_208_5.jpg alt="多功能冲击电压成套发生器"/></a> </td></tr></tbody></table> <b><span>¥</span>120000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13243996.html" target="_blank" title="多功能冲击电压成套发生器"> 多功能冲击电压成套发生器</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13243996" data-pro="13243996,多功能冲击电压成套发生器,https://img45.gkzhan.com/922d359f624715fddedcd672b983f382968c2b7d114b24c593bdd667596eb23c0701d4cfb166dbab.jpg,//www.gkzhan.com/chanpin/13243996.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13243976.html" target="_blank" title="大电流线缆品质检测仪"><img src=https://img55.gkzhan.com/922d359f624715fd727f9fe1892df28caf23f88cb6020b70369fb6d887922bca7a02f7b9a4980970_208_208_5.jpg alt="大电流线缆品质检测仪"/></a> </td></tr></tbody></table> <b><span>¥</span>850<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13243976.html" target="_blank" title="大电流线缆品质检测仪"> 大电流线缆品质检测仪</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13243976" data-pro="13243976,大电流线缆品质检测仪,https://img55.gkzhan.com/922d359f624715fd727f9fe1892df28caf23f88cb6020b70369fb6d887922bca7a02f7b9a4980970.jpg,//www.gkzhan.com/chanpin/13243976.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13243968.html" target="_blank" title="高压线缆品质检测仪"><img src=https://img50.gkzhan.com/922d359f624715fd727f9fe1892df28cc9edd07e18e078a4d5868ae68e6cb34c0b7e8013de338015_208_208_5.png alt="高压线缆品质检测仪"/></a> </td></tr></tbody></table> <b><span>¥</span>850<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13243968.html" target="_blank" title="高压线缆品质检测仪"> 高压线缆品质检测仪</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13243968" data-pro="13243968,高压线缆品质检测仪,https://img50.gkzhan.com/922d359f624715fd727f9fe1892df28cc9edd07e18e078a4d5868ae68e6cb34c0b7e8013de338015.png,//www.gkzhan.com/chanpin/13243968.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13243953.html" target="_blank" title="工业雷电冲击发生器"><img src=https://img59.gkzhan.com/922d359f624715fddedcd672b983f3822df07dc08c5dbc321baf1415a22382fff2140ace8e1cf131_208_208_5.jpg alt="工业雷电冲击发生器"/></a> </td></tr></tbody></table> <b><span>¥</span>120000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13243953.html" target="_blank" title="工业雷电冲击发生器"> 工业雷电冲击发生器</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13243953" data-pro="13243953,工业雷电冲击发生器,https://img59.gkzhan.com/922d359f624715fddedcd672b983f3822df07dc08c5dbc321baf1415a22382fff2140ace8e1cf131.jpg,//www.gkzhan.com/chanpin/13243953.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13243913.html" target="_blank" title="大电流抗干扰损耗测量装置"><img src=https://img45.gkzhan.com/ccccb3f2e5e1e7c664ff3c205ece21c1d5c5c1dd40ffcce7f2509fa98a2c32df927c7c9d5563acf3_208_208_5.jpg alt="大电流抗干扰损耗测量装置"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13243913.html" target="_blank" title="大电流抗干扰损耗测量装置"> 大电流抗干扰损耗测量装置</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13243913" data-pro="13243913,大电流抗干扰损耗测量装置,https://img45.gkzhan.com/ccccb3f2e5e1e7c664ff3c205ece21c1d5c5c1dd40ffcce7f2509fa98a2c32df927c7c9d5563acf3.jpg,//www.gkzhan.com/chanpin/13243913.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13203771.html" target="_blank" title="三相介质损耗测量设备"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="三相介质损耗测量设备"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13203771.html" target="_blank" title="三相介质损耗测量设备"> 三相介质损耗测量设备</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13203771" data-pro="13203771,三相介质损耗测量设备,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13203771.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13203759.html" target="_blank" title="工业线缆品质检测仪"><img src=https://img50.gkzhan.com/922d359f624715fd727f9fe1892df28cc9edd07e18e078a4d5868ae68e6cb34c0b7e8013de338015_208_208_5.png alt="工业线缆品质检测仪"/></a> </td></tr></tbody></table> <b><span>¥</span>850<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13203759.html" target="_blank" title="工业线缆品质检测仪"> 工业线缆品质检测仪</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13203759" data-pro="13203759,工业线缆品质检测仪,https://img50.gkzhan.com/922d359f624715fd727f9fe1892df28cc9edd07e18e078a4d5868ae68e6cb34c0b7e8013de338015.png,//www.gkzhan.com/chanpin/13203759.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13203747.html" target="_blank" title="介质抗干扰损耗测量装置"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="介质抗干扰损耗测量装置"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13203747.html" target="_blank" title="介质抗干扰损耗测量装置"> 介质抗干扰损耗测量装置</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13203747" data-pro="13203747,介质抗干扰损耗测量装置,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13203747.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13203743.html" target="_blank" title="多功能电压冲击发生器"><img src=https://img59.gkzhan.com/922d359f624715fddedcd672b983f3822df07dc08c5dbc321baf1415a22382fff2140ace8e1cf131_208_208_5.jpg alt="多功能电压冲击发生器"/></a> </td></tr></tbody></table> <b><span>¥</span>120000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13203743.html" target="_blank" title="多功能电压冲击发生器"> 多功能电压冲击发生器</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13203743" data-pro="13203743,多功能电压冲击发生器,https://img59.gkzhan.com/922d359f624715fddedcd672b983f3822df07dc08c5dbc321baf1415a22382fff2140ace8e1cf131.jpg,//www.gkzhan.com/chanpin/13203743.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13203709.html" target="_blank" title="工频电气综合耐压试验台"><img src=https://img53.gkzhan.com/48081211c6b97a36eddcd5ceadf965ba1b41579d1c22c54cca8beef1a1274e53300dde1e053bee79_208_208_5.jpg alt="工频电气综合耐压试验台"/></a> </td></tr></tbody></table> <b><span>¥</span>25000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13203709.html" target="_blank" title="工频电气综合耐压试验台"> 工频电气综合耐压试验台</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13203709" data-pro="13203709,工频电气综合耐压试验台,https://img53.gkzhan.com/48081211c6b97a36eddcd5ceadf965ba1b41579d1c22c54cca8beef1a1274e53300dde1e053bee79.jpg,//www.gkzhan.com/chanpin/13203709.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13203657.html" target="_blank" title="工业抗干扰电流损耗测量设备"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="工业抗干扰电流损耗测量设备"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13203657.html" target="_blank" title="工业抗干扰电流损耗测量设备"> 工业抗干扰电流损耗测量设备</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13203657" data-pro="13203657,工业抗干扰电流损耗测量设备,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13203657.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13203655.html" target="_blank" title="变频介质损耗测量设备"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="变频介质损耗测量设备"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13203655.html" target="_blank" title="变频介质损耗测量设备"> 变频介质损耗测量设备</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13203655" data-pro="13203655,变频介质损耗测量设备,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13203655.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13203650.html" target="_blank" title="多功能高压抗干扰损耗测量装置"><img src=https://img64.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dc5efe05bd6ad543f23478109ef4f6a675fe4f00cbb3a788_208_208_5.jpg alt="多功能高压抗干扰损耗测量装置"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13203650.html" target="_blank" title="多功能高压抗干扰损耗测量装置"> 多功能高压抗干扰损耗测量装置</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13203650" data-pro="13203650,多功能高压抗干扰损耗测量装置,https://img64.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dc5efe05bd6ad543f23478109ef4f6a675fe4f00cbb3a788.jpg,//www.gkzhan.com/chanpin/13203650.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13203647.html" target="_blank" title="冲击电压成套发生器"><img src=https://img45.gkzhan.com/922d359f624715fddedcd672b983f382968c2b7d114b24c593bdd667596eb23c0701d4cfb166dbab_208_208_5.jpg alt="冲击电压成套发生器"/></a> </td></tr></tbody></table> <b><span>¥</span>120000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13203647.html" target="_blank" title="冲击电压成套发生器"> 冲击电压成套发生器</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13203647" data-pro="13203647,冲击电压成套发生器,https://img45.gkzhan.com/922d359f624715fddedcd672b983f382968c2b7d114b24c593bdd667596eb23c0701d4cfb166dbab.jpg,//www.gkzhan.com/chanpin/13203647.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13187107.html" target="_blank" title="线缆品质检测仪"><img src=https://img55.gkzhan.com/922d359f624715fd727f9fe1892df28caf23f88cb6020b70369fb6d887922bca7a02f7b9a4980970_208_208_5.jpg alt="线缆品质检测仪"/></a> </td></tr></tbody></table> <b><span>¥</span>850<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13187107.html" target="_blank" title="线缆品质检测仪"> 线缆品质检测仪</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13187107" data-pro="13187107,线缆品质检测仪,https://img55.gkzhan.com/922d359f624715fd727f9fe1892df28caf23f88cb6020b70369fb6d887922bca7a02f7b9a4980970.jpg,//www.gkzhan.com/chanpin/13187107.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13187099.html" target="_blank" title="300A线缆品质检测仪"><img src=https://img55.gkzhan.com/922d359f624715fd727f9fe1892df28caf23f88cb6020b70369fb6d887922bca7a02f7b9a4980970_208_208_5.jpg alt="300A线缆品质检测仪"/></a> </td></tr></tbody></table> <b><span>¥</span>850<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13187099.html" target="_blank" title="300A线缆品质检测仪"> 300a线缆品质检测仪</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13187099" data-pro="13187099,300A线缆品质检测仪,https://img55.gkzhan.com/922d359f624715fd727f9fe1892df28caf23f88cb6020b70369fb6d887922bca7a02f7b9a4980970.jpg,//www.gkzhan.com/chanpin/13187099.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13171366.html" target="_blank" title="雷电冲击发生器"><img src=https://img45.gkzhan.com/922d359f624715fddedcd672b983f382968c2b7d114b24c593bdd667596eb23c0701d4cfb166dbab_208_208_5.jpg alt="雷电冲击发生器"/></a> </td></tr></tbody></table> <b><span>¥</span>120000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13171366.html" target="_blank" title="雷电冲击发生器"> 雷电冲击发生器</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13171366" data-pro="13171366,雷电冲击发生器,https://img45.gkzhan.com/922d359f624715fddedcd672b983f382968c2b7d114b24c593bdd667596eb23c0701d4cfb166dbab.jpg,//www.gkzhan.com/chanpin/13171366.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13171354.html" target="_blank" title="抗干扰损耗测量装置"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="抗干扰损耗测量装置"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13171354.html" target="_blank" title="抗干扰损耗测量装置"> 抗干扰损耗测量装置</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13171354" data-pro="13171354,抗干扰损耗测量装置,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13171354.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13171257.html" target="_blank" title="电压冲击发生器"><img src=https://img59.gkzhan.com/922d359f624715fddedcd672b983f3822df07dc08c5dbc321baf1415a22382fff2140ace8e1cf131_208_208_5.jpg alt="电压冲击发生器"/></a> </td></tr></tbody></table> <b><span>¥</span>120000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13171257.html" target="_blank" title="电压冲击发生器"> 电压冲击发生器</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13171257" data-pro="13171257,电压冲击发生器,https://img59.gkzhan.com/922d359f624715fddedcd672b983f3822df07dc08c5dbc321baf1415a22382fff2140ace8e1cf131.jpg,//www.gkzhan.com/chanpin/13171257.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13171210.html" target="_blank" title="抗干扰损耗自动测量设备"><img src=https://img48.gkzhan.com/baf745d1f3ba588b891c50a78e4a099e9570f54d1a3ea1f75ae3290ae62cffb77595dc694bd90bb4_208_208_5.jpg alt="抗干扰损耗自动测量设备"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13171210.html" target="_blank" title="抗干扰损耗自动测量设备"> 抗干扰损耗自动测量设备</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13171210" data-pro="13171210,抗干扰损耗自动测量设备,https://img48.gkzhan.com/baf745d1f3ba588b891c50a78e4a099e9570f54d1a3ea1f75ae3290ae62cffb77595dc694bd90bb4.jpg,//www.gkzhan.com/chanpin/13171210.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13171023.html" target="_blank" title="多功能琴式耐压试验台"><img src=https://img53.gkzhan.com/48081211c6b97a36eddcd5ceadf965bacfcde956abee594d8682505db3a2940234f0ac32ab71bf1e_208_208_5.jpg alt="多功能琴式耐压试验台"/></a> </td></tr></tbody></table> <b><span>¥</span>25000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13171023.html" target="_blank" title="多功能琴式耐压试验台"> 多功能琴式耐压试验台</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13171023" data-pro="13171023,多功能琴式耐压试验台,https://img53.gkzhan.com/48081211c6b97a36eddcd5ceadf965bacfcde956abee594d8682505db3a2940234f0ac32ab71bf1e.jpg,//www.gkzhan.com/chanpin/13171023.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13170926.html" target="_blank" title="电气综合耐压试验台"><img src=https://img53.gkzhan.com/48081211c6b97a36eddcd5ceadf965ba1b41579d1c22c54cca8beef1a1274e53300dde1e053bee79_208_208_5.jpg alt="电气综合耐压试验台"/></a> </td></tr></tbody></table> <b><span>¥</span>25000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13170926.html" target="_blank" title="电气综合耐压试验台"> 电气综合耐压试验台</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13170926" data-pro="13170926,电气综合耐压试验台,https://img53.gkzhan.com/48081211c6b97a36eddcd5ceadf965ba1b41579d1c22c54cca8beef1a1274e53300dde1e053bee79.jpg,//www.gkzhan.com/chanpin/13170926.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13170901.html" target="_blank" title="抗干扰电流损耗测量设备"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="抗干扰电流损耗测量设备"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13170901.html" target="_blank" title="抗干扰电流损耗测量设备"> 抗干扰电流损耗测量设备</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13170901" data-pro="13170901,抗干扰电流损耗测量设备,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13170901.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13170893.html" target="_blank" title="大电流变频介质损耗测量设备"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="大电流变频介质损耗测量设备"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13170893.html" target="_blank" title="大电流变频介质损耗测量设备"> 大电流变频介质损耗测量设备</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13170893" data-pro="13170893,大电流变频介质损耗测量设备,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13170893.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13170866.html" target="_blank" title="高压抗干扰损耗测量装置"><img src=https://img64.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dc5efe05bd6ad543f23478109ef4f6a675fe4f00cbb3a788_208_208_5.jpg alt="高压抗干扰损耗测量装置"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13170866.html" target="_blank" title="高压抗干扰损耗测量装置"> 高压抗干扰损耗测量装置</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13170866" data-pro="13170866,高压抗干扰损耗测量装置,https://img64.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dc5efe05bd6ad543f23478109ef4f6a675fe4f00cbb3a788.jpg,//www.gkzhan.com/chanpin/13170866.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13151993.html" target="_blank" title="KSCJ-300kV冲击电压发生器成套装置"><img src=https://img59.gkzhan.com/922d359f624715fddedcd672b983f3822df07dc08c5dbc321baf1415a22382fff2140ace8e1cf131_208_208_5.jpg alt="KSCJ-300kV冲击电压发生器成套装置"/></a> </td></tr></tbody></table> <b><span>¥</span>120000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13151993.html" target="_blank" title="KSCJ-300kV冲击电压发生器成套装置"> kscj-300kv冲击电压发生器成套装置</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13151993" data-pro="13151993,KSCJ-300kV冲击电压发生器成套装置,https://img59.gkzhan.com/922d359f624715fddedcd672b983f3822df07dc08c5dbc321baf1415a22382fff2140ace8e1cf131.jpg,//www.gkzhan.com/chanpin/13151993.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13123720.html" target="_blank" title="工业变频高压介质损耗测量设备"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="工业变频高压介质损耗测量设备"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13123720.html" target="_blank" title="工业变频高压介质损耗测量设备"> 工业变频高压介质损耗测量设备</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13123720" data-pro="13123720,工业变频高压介质损耗测量设备,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13123720.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13123712.html" target="_blank" title="自动抗干扰损耗测量设备"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="自动抗干扰损耗测量设备"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13123712.html" target="_blank" title="自动抗干扰损耗测量设备"> 自动抗干扰损耗测量设备</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13123712" data-pro="13123712,自动抗干扰损耗测量设备,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13123712.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13123704.html" target="_blank" title="工业多功能耐压试验台"><img src=https://img53.gkzhan.com/48081211c6b97a36eddcd5ceadf965bacfcde956abee594d8682505db3a2940234f0ac32ab71bf1e_208_208_5.jpg alt="工业多功能耐压试验台"/></a> </td></tr></tbody></table> <b><span>¥</span>25000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13123704.html" target="_blank" title="工业多功能耐压试验台"> 工业多功能耐压试验台</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13123704" data-pro="13123704,工业多功能耐压试验台,https://img53.gkzhan.com/48081211c6b97a36eddcd5ceadf965bacfcde956abee594d8682505db3a2940234f0ac32ab71bf1e.jpg,//www.gkzhan.com/chanpin/13123704.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13123700.html" target="_blank" title="综合自动综合耐压试验台"><img src=https://img44.gkzhan.com/48081211c6b97a36eddcd5ceadf965ba3658b2e952a7344f1bdcf47d8a520b89b1bedc138355d2e3_208_208_5.jpg alt="综合自动综合耐压试验台"/></a> </td></tr></tbody></table> <b><span>¥</span>25000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13123700.html" target="_blank" title="综合自动综合耐压试验台"> 综合自动综合耐压试验台</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13123700" data-pro="13123700,综合自动综合耐压试验台,https://img44.gkzhan.com/48081211c6b97a36eddcd5ceadf965ba3658b2e952a7344f1bdcf47d8a520b89b1bedc138355d2e3.jpg,//www.gkzhan.com/chanpin/13123700.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13123682.html" target="_blank" title="工业高压抗干扰损耗测量设备"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="工业高压抗干扰损耗测量设备"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13123682.html" target="_blank" title="工业高压抗干扰损耗测量设备"> 工业高压抗干扰损耗测量设备</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13123682" data-pro="13123682,工业高压抗干扰损耗测量设备,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13123682.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13123660.html" target="_blank" title="变频高压介质损耗测量设备"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="变频高压介质损耗测量设备"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13123660.html" target="_blank" title="变频高压介质损耗测量设备"> 变频高压介质损耗测量设备</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13123660" data-pro="13123660,变频高压介质损耗测量设备,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13123660.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13097047.html" target="_blank" title="多功能高压抗干扰损耗测量设备"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="多功能高压抗干扰损耗测量设备"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13097047.html" target="_blank" title="多功能高压抗干扰损耗测量设备"> 多功能高压抗干扰损耗测量设备</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13097047" data-pro="13097047,多功能高压抗干扰损耗测量设备,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13097047.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13097025.html" target="_blank" title="自动高压抗干扰损耗测量设备"><img src=https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_208_208_5.jpg alt="自动高压抗干扰损耗测量设备"/></a> </td></tr></tbody></table> <b><span>¥</span>15000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13097025.html" target="_blank" title="自动高压抗干扰损耗测量设备"> 自动高压抗干扰损耗测量设备</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13097025" data-pro="13097025,自动高压抗干扰损耗测量设备,https://img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14.jpg,//www.gkzhan.com/chanpin/13097025.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13097012.html" target="_blank" title="全自动工业耐压试验台"><img src=https://img53.gkzhan.com/48081211c6b97a36eddcd5ceadf965bacfcde956abee594d8682505db3a2940234f0ac32ab71bf1e_208_208_5.jpg alt="全自动工业耐压试验台"/></a> </td></tr></tbody></table> <b><span>¥</span>25000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13097012.html" target="_blank" title="全自动工业耐压试验台"> 全自动工业耐压试验台</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13097012" data-pro="13097012,全自动工业耐压试验台,https://img53.gkzhan.com/48081211c6b97a36eddcd5ceadf965bacfcde956abee594d8682505db3a2940234f0ac32ab71bf1e.jpg,//www.gkzhan.com/chanpin/13097012.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> <li> <table><tbody><tr><td> <a href="https://www.gkzhan.com/st167329/product_13096991.html" target="_blank" title="工业自动综合耐压试验台"><img src=https://img44.gkzhan.com/48081211c6b97a36eddcd5ceadf965ba3658b2e952a7344f1bdcf47d8a520b89b1bedc138355d2e3_208_208_5.jpg alt="工业自动综合耐压试验台"/></a> </td></tr></tbody></table> <b><span>¥</span>25000<em>扬州市</em></b> <span class="title"><a href="https://www.gkzhan.com/st167329/product_13096991.html" target="_blank" title="工业自动综合耐压试验台"> 工业自动综合耐压试验台</a></span> <p>扬州国华电气有限公司 <i title="企业实名认证" class="companyAuth" style="display: inline-block;"></i> </p> <div class="year"> <b class="intermediate">|</b> <span>第<font>9</font>年</span> <a id="complareBtn13096991" data-pro="13096991,工业自动综合耐压试验台,https://img44.gkzhan.com/48081211c6b97a36eddcd5ceadf965ba3658b2e952a7344f1bdcf47d8a520b89b1bedc138355d2e3.jpg,//www.gkzhan.com/chanpin/13096991.html,22212" class="" href="javascript:void(0);">对比</a> </div> </li> </ul> <div class="clear"></div> </div> <div class="newspages"> <span id="fLink" style="display:none">/chanpin/22212/</span><a class="ft" title="第一页" href="/chanpin/22212/"></a><a class="prev" href="#" ></a><a class="on" href="/chanpin/22212/">1</a><a href="/chanpin/22212_p2/">2</a><a href="/chanpin/22212_p3/">3</a><a href="/chanpin/22212_p4/">4</a><a href="/chanpin/22212_p5/">5</a><a class="lt" title="下一页" href="/chanpin/22212_p2/"></a><a class="next" title="最后一页" href="/chanpin/22212_p19/"></a><span class="jump">共19页1809条记录<input id="selPage" name="selPage" onkeydown="if(event.keyCode>=96&&event.keyCode<=105 ||event.keyCode>=48&&event.keyCode<=57||event.keyCode==8||event.keyCode==46)return true;else if(event.keyCode==13){var pVal=this.value;if(pVal=='')pVal=1;var f=document.getElementById('pagenum');var act=document.getElementById('fLink').innerHTML.toLowerCase();if(!(/_p(\d+)/).test(act)){if(act.indexOf('.html')==-1)act=act.substring(0,act.length-1)+'_p'+pVal+'/';else if(act.indexOf('/list_pid')>-1)act=act.replace('/list_pid','/list_p'+pVal+'_pid');else act=act.replace('.html','_p'+pVal+'.html')}else{act=act.replace(/_p(\d+)/,'_p'+pVal);}location.href=act;}else return false;"><button onclick="var pVal=document.getElementById('selPage').value;if(pVal=='')pVal=1;var f=document.getElementById('pagenum');var act=document.getElementById('fLink').innerHTML.toLowerCase();if(!(/_p(\d+)/).test(act)){if(act.indexOf('.html')==-1)act=act.substring(0,act.length-1)+'_p'+pVal+'/';else if(act.indexOf('/list_pid')>-1)act=act.replace('/list_pid','/list_p'+pVal+'_pid');else act=act.replace('.html','_p'+pVal+'.html')}else{act=act.replace(/_p(\d+)/,'_p'+pVal);}location.href=act;" id="btnGopage">确定</button></span> </div> <div class="pages-tip">智能制造网为您找到1809条 <a href="https://www.gkzhan.com/chanpin/22212/">电力行业仪器</a>产品的价格/报价信息、 <a href="https://www.gkzhan.com/chanpin/22212/">电力行业仪器</a>厂家供应商、高清图片视频、产品型号参数等信息。您还可以查看 <ul class="pages-otherexi"> <li><a href="https://www.gkzhan.com/chanpin/4874/">农业食品行业仪器</a></li> <li><a href="https://www.gkzhan.com/chanpin/4867/">建筑建材行业仪器</a></li> <li><a href="https://www.gkzhan.com/chanpin/4873/">纺织服装行业仪器</a></li> <br class="clear"> </ul> 等产品信息。 </div> </div> <!-- 右边的框 --> <div class="proBoxRight"> <div class="titleList"> <h3><a href="https://expo.gkzhan.com/" target="_blank">产品视频</a></h3> <a href="https://expo.gkzhan.com/" target="_blank" class="more">更多+</a> </div> <ul class="video"> </ul> <div class="proBoxRight proBoxRight1"> <div class="titleList"> <h3><a>最新产品</a></h3> <a href="https://www.gkzhan.com/product/" class="more">更多+</a> </div> <ul class="video"> <li> <h2><a href="https://www.gkzhan.com/st6312/product_12622803.html" title="TA1424系列电压输出型电流变换器 (TA1424系列)" target="_blank">TA1424系列电压输出型电流变换器 (TA1424系列)</a></h2> <div class="videoImg"> <a href="https://www.gkzhan.com/st6312/product_12622803.html" target="_blank" title="TA1424系列电压输出型电流变换器 (TA1424系列)"> <img class="lazy" src=//img64.gkzhan.com/5eceadd4559dcfd2aa2f2a1668aa0a472ed345b8567ca609237a5887981c236ebab9d1cc7d65eed1_241_149_5.jpg /> </a> </div> <div class="text"> <!-- <h3 class="comp">北京创四方电子集团股份有限</h3> --> <h3 class="comp">地址:北京市</h3> <div class="protype">型号:</div> <b><em>参考价:</em>面议</b> <!--<div class="date">更新 2023-03-30</div>--> <div class="year"> <b class="topLevel"></b> <span>第<font>18</font>年</span> </div> </div> <br class="clear" /> </li> <li> <h2><a href="https://www.gkzhan.com/st6312/product_12619602.html" title="TA1323系列电压输出型电流变换器 (TA1323系列)" target="_blank">TA1323系列电压输出型电流变换器 (TA1323系列)</a></h2> <div class="videoImg"> <a href="https://www.gkzhan.com/st6312/product_12619602.html" target="_blank" title="TA1323系列电压输出型电流变换器 (TA1323系列)"> <img class="lazy" src=//img69.gkzhan.com/mt0024/5/20230217/638122435189541971494_241_149_5.gif /> </a> </div> <div class="text"> <!-- <h3 class="comp">北京创四方电子集团股份有限</h3> --> <h3 class="comp">地址:北京市</h3> <div class="protype">型号:</div> <b><em>参考价:</em>面议</b> <!--<div class="date">更新 2023-03-27</div>--> <div class="year"> <b class="topLevel"></b> <span>第<font>18</font>年</span> </div> </div> <br class="clear" /> </li> <li> <h2><a href="https://www.gkzhan.com/st6312/product_12616609.html" title="TA1322系列电压输出型电流变换器 (TA1322系列)" target="_blank">TA1322系列电压输出型电流变换器 (TA1322系列)</a></h2> <div class="videoImg"> <a href="https://www.gkzhan.com/st6312/product_12616609.html" target="_blank" title="TA1322系列电压输出型电流变换器 (TA1322系列)"> <img class="lazy" src=//img65.gkzhan.com/5eceadd4559dcfd2aa2f2a1668aa0a472ed345b8567ca609b35f2a44ce71c0ebcf158d62d067b7f7_241_149_5.jpg /> </a> </div> <div class="text"> <!-- <h3 class="comp">北京创四方电子集团股份有限</h3> --> <h3 class="comp">地址:北京市</h3> <div class="protype">型号:</div> <b><em>参考价:</em>面议</b> <!--<div class="date">更新 2023-03-25</div>--> <div class="year"> <b class="topLevel"></b> <span>第<font>18</font>年</span> </div> </div> <br class="clear" /> </li> <li> <h2><a href="https://www.gkzhan.com/st54217/product_2205938.html" title="数显无线核相仪现货" target="_blank">数显无线核相仪现货</a></h2> <div class="videoImg"> <a href="https://www.gkzhan.com/st54217/product_2205938.html" target="_blank" title="数显无线核相仪现货"> <img class="lazy" src=//img65.gkzhan.com/1697e381d5facf7893d13d7bf1ebc1e59b960dff447c7eb6223933f73f8170d02aa0d431268c8d8e_241_149_5.png /> </a> </div> <div class="text"> <!-- <h3 class="comp">东方化玻(北京)科技有限公</h3> --> <h3 class="comp">地址:北京市</h3> <div class="protype">型号:型号:HJG23-DPS8</div> <b><em>参考价:</em>面议</b> <!--<div class="date">更新 2020-05-19</div>--> <div class="year"> <b class="senior"></b> <span>第<font>15</font>年</span> </div> </div> <br class="clear" /> </li> <li> <h2><a href="https://www.gkzhan.com/st54217/product_2343346.html" title="电压调整器现货" target="_blank">电压调整器现货</a></h2> <div class="videoImg"> <a href="https://www.gkzhan.com/st54217/product_2343346.html" target="_blank" title="电压调整器现货"> <img class="lazy" src=//img69.gkzhan.com/ded686a63f8dc5f1d036cc74cea1cb4cbac01bec593b3912fb2afc2e0f133fcd719d8f2b21644b13_241_149_5.jpg /> </a> </div> <div class="text"> <!-- <h3 class="comp">东方化玻(北京)科技有限公</h3> --> <h3 class="comp">地址:北京市</h3> <div class="protype">型号:型号:DLHB-ZK-3</div> <b><em>参考价:</em>面议</b> <!--<div class="date">更新 2019-08-05</div>--> <div class="year"> <b class="senior"></b> <span>第<font>15</font>年</span> </div> </div> <br class="clear" /> </li> <li> <h2><a href="https://www.gkzhan.com/st167329/product_13494685.html" title="工业电流线缆品质自动检测仪" target="_blank">工业电流线缆品质自动检测仪</a></h2> <div class="videoImg"> <a href="https://www.gkzhan.com/st167329/product_13494685.html" target="_blank" title="工业电流线缆品质自动检测仪"> <img class="lazy" src=//img50.gkzhan.com/922d359f624715fd727f9fe1892df28cc9edd07e18e078a4d5868ae68e6cb34c0b7e8013de338015_241_149_5.png /> </a> </div> <div class="text"> <!-- <h3 class="comp">扬州国华电气有限公司</h3> --> <h3 class="comp">地址:扬州市</h3> <div class="protype">型号:</div> <b><em>参考价:</em><span>¥</span>850</b> <!--<div class="date">更新 2024-12-11</div>--> <div class="year"> <b class="intermediate"></b> <span>第<font>9</font>年</span> </div> </div> <br class="clear" /> </li> <li> <h2><a href="https://www.gkzhan.com/st167329/product_13494673.html" title="变频损耗测量装置" target="_blank">变频损耗测量装置</a></h2> <div class="videoImg"> <a href="https://www.gkzhan.com/st167329/product_13494673.html" target="_blank" title="变频损耗测量装置"> <img class="lazy" src=//img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_241_149_5.jpg /> </a> </div> <div class="text"> <!-- <h3 class="comp">扬州国华电气有限公司</h3> --> <h3 class="comp">地址:扬州市</h3> <div class="protype">型号:GHJS-E</div> <b><em>参考价:</em><span>¥</span>15000</b> <!--<div class="date">更新 2024-12-11</div>--> <div class="year"> <b class="intermediate"></b> <span>第<font>9</font>年</span> </div> </div> <br class="clear" /> </li> <li> <h2><a href="https://www.gkzhan.com/st167329/product_13494670.html" title="大型工业雷电冲击发生器" target="_blank">大型工业雷电冲击发生器</a></h2> <div class="videoImg"> <a href="https://www.gkzhan.com/st167329/product_13494670.html" target="_blank" title="大型工业雷电冲击发生器"> <img class="lazy" src=//img52.gkzhan.com/922d359f624715fddedcd672b983f382b2a748881103e985ee303a8ad16afea54410b1ed11f8e971_241_149_5.jpg /> </a> </div> <div class="text"> <!-- <h3 class="comp">扬州国华电气有限公司</h3> --> <h3 class="comp">地址:扬州市</h3> <div class="protype">型号:KSCJ-300kV冲</div> <b><em>参考价:</em><span>¥</span>120000</b> <!--<div class="date">更新 2024-12-11</div>--> <div class="year"> <b class="intermediate"></b> <span>第<font>9</font>年</span> </div> </div> <br class="clear" /> </li> <li> <h2><a href="https://www.gkzhan.com/st167329/product_13494665.html" title="温升变频损耗测量装置" target="_blank">温升变频损耗测量装置</a></h2> <div class="videoImg"> <a href="https://www.gkzhan.com/st167329/product_13494665.html" target="_blank" title="温升变频损耗测量装置"> <img class="lazy" src=//img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_241_149_5.jpg /> </a> </div> <div class="text"> <!-- <h3 class="comp">扬州国华电气有限公司</h3> --> <h3 class="comp">地址:扬州市</h3> <div class="protype">型号:GHJS-E</div> <b><em>参考价:</em><span>¥</span>15000</b> <!--<div class="date">更新 2024-12-11</div>--> <div class="year"> <b class="intermediate"></b> <span>第<font>9</font>年</span> </div> </div> <br class="clear" /> </li> <li> <h2><a href="https://www.gkzhan.com/st167329/product_13494662.html" title="工业大电流抗干扰损耗仪" target="_blank">工业大电流抗干扰损耗仪</a></h2> <div class="videoImg"> <a href="https://www.gkzhan.com/st167329/product_13494662.html" target="_blank" title="工业大电流抗干扰损耗仪"> <img class="lazy" src=//img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_241_149_5.jpg /> </a> </div> <div class="text"> <!-- <h3 class="comp">扬州国华电气有限公司</h3> --> <h3 class="comp">地址:扬州市</h3> <div class="protype">型号:GHJS-E</div> <b><em>参考价:</em><span>¥</span>15000</b> <!--<div class="date">更新 2024-12-11</div>--> <div class="year"> <b class="intermediate"></b> <span>第<font>9</font>年</span> </div> </div> <br class="clear" /> </li> <li> <h2><a href="https://www.gkzhan.com/st167329/product_13494639.html" title="大型电压冲击发生器" target="_blank">大型电压冲击发生器</a></h2> <div class="videoImg"> <a href="https://www.gkzhan.com/st167329/product_13494639.html" target="_blank" title="大型电压冲击发生器"> <img class="lazy" src=//img52.gkzhan.com/922d359f624715fddedcd672b983f382b2a748881103e985ee303a8ad16afea54410b1ed11f8e971_241_149_5.jpg /> </a> </div> <div class="text"> <!-- <h3 class="comp">扬州国华电气有限公司</h3> --> <h3 class="comp">地址:扬州市</h3> <div class="protype">型号:KSCJ-300kV冲</div> <b><em>参考价:</em><span>¥</span>120000</b> <!--<div class="date">更新 2024-12-11</div>--> <div class="year"> <b class="intermediate"></b> <span>第<font>9</font>年</span> </div> </div> <br class="clear" /> </li> <li> <h2><a href="https://www.gkzhan.com/st167329/product_13494636.html" title="大电流温升变频损耗测量装置" target="_blank">大电流温升变频损耗测量装置</a></h2> <div class="videoImg"> <a href="https://www.gkzhan.com/st167329/product_13494636.html" target="_blank" title="大电流温升变频损耗测量装置"> <img class="lazy" src=//img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_241_149_5.jpg /> </a> </div> <div class="text"> <!-- <h3 class="comp">扬州国华电气有限公司</h3> --> <h3 class="comp">地址:扬州市</h3> <div class="protype">型号:GHJS-E</div> <b><em>参考价:</em><span>¥</span>15000</b> <!--<div class="date">更新 2024-12-11</div>--> <div class="year"> <b class="intermediate"></b> <span>第<font>9</font>年</span> </div> </div> <br class="clear" /> </li> <li> <h2><a href="https://www.gkzhan.com/st167329/product_13494625.html" title="电流线缆品质自动检测仪" target="_blank">电流线缆品质自动检测仪</a></h2> <div class="videoImg"> <a href="https://www.gkzhan.com/st167329/product_13494625.html" target="_blank" title="电流线缆品质自动检测仪"> <img class="lazy" src=//img50.gkzhan.com/922d359f624715fd727f9fe1892df28cc9edd07e18e078a4d5868ae68e6cb34c0b7e8013de338015_241_149_5.png /> </a> </div> <div class="text"> <!-- <h3 class="comp">扬州国华电气有限公司</h3> --> <h3 class="comp">地址:扬州市</h3> <div class="protype">型号:</div> <b><em>参考价:</em><span>¥</span>850</b> <!--<div class="date">更新 2024-12-11</div>--> <div class="year"> <b class="intermediate"></b> <span>第<font>9</font>年</span> </div> </div> <br class="clear" /> </li> <li> <h2><a href="https://www.gkzhan.com/st167329/product_13494622.html" title="介质损耗测量装置" target="_blank">介质损耗测量装置</a></h2> <div class="videoImg"> <a href="https://www.gkzhan.com/st167329/product_13494622.html" target="_blank" title="介质损耗测量装置"> <img class="lazy" src=//img68.gkzhan.com/25ed077d020470149dbdfd7b9ee37be0dfb97ed3407fdb7f820461ad3e6692490230eca20a489c14_241_149_5.jpg /> </a> </div> <div class="text"> <!-- <h3 class="comp">扬州国华电气有限公司</h3> --> <h3 class="comp">地址:扬州市</h3> <div class="protype">型号:GHJS-E</div> <b><em>参考价:</em><span>¥</span>15000</b> <!--<div class="date">更新 2024-12-11</div>--> <div class="year"> <b class="intermediate"></b> <span>第<font>9</font>年</span> </div> </div> <br class="clear" /> </li> <li> <h2><a href="https://www.gkzhan.com/st167758/product_12178198.html" title="ACCEL放大器" target="_blank">ACCEL放大器</a></h2> <div class="videoImg"> <a href="https://www.gkzhan.com/st167758/product_12178198.html" target="_blank" title="ACCEL放大器"> <img class="lazy" src=//img64.gkzhan.com/0497b4e3566c142079ab9d654d1e20448d6048d88092097b896d1f5a6b6be0d351829f1fbb0fc4b1_241_149_5.jpg /> </a> </div> <div class="text"> <!-- <h3 class="comp">宏浩机械·德国瑞科</h3> --> <h3 class="comp">地址:武汉市</h3> <div class="protype">型号:TS200</div> <b><em>参考价:</em>面议</b> <!--<div class="date">更新 2024-12-03</div>--> <div class="year"> <b class="intermediate"></b> <span>第<font>7</font>年</span> </div> </div> <br class="clear" /> </li> <li> <h2><a href="https://www.gkzhan.com/st51847/product_12685899.html" title="接地电阻测试仪" target="_blank">接地电阻测试仪</a></h2> <div class="videoImg"> <a href="https://www.gkzhan.com/st51847/product_12685899.html" target="_blank" title="接地电阻测试仪"> <img class="lazy" src=//img49.gkzhan.com/418afcb93361055d930845beadb7a8c79006a4a277913a6bb68e726c9b4bc9ab7f8fada183bb8841_241_149_5.jpg /> </a> </div> <div class="text"> <!-- <h3 class="comp">北京海富达科技有限公司</h3> --> <h3 class="comp">地址:北京市</h3> <div class="protype">型号:QDLT28-MI2124</div> <b><em>参考价:</em><span>¥</span>13000</b> <!--<div class="date">更新 2024-11-18</div>--> <div class="year"> <b class="intermediate"></b> <span>第<font>15</font>年</span> </div> </div> <br class="clear" /> </li> <li> <h2><a href="https://www.gkzhan.com/st242632/product_13465229.html" title="直流大电流发生器 母线槽检测设备" target="_blank">直流大电流发生器 母线槽检测设备</a></h2> <div class="videoImg"> <a href="https://www.gkzhan.com/st242632/product_13465229.html" target="_blank" title="直流大电流发生器 母线槽检测设备"> <img class="lazy" src=//img43.gkzhan.com/418afcb93361055d0fa62775ad1369100d16a6e0fffe72d1c905add2dbb1e3856e64982a63552170_241_149_5.jpg /> </a> </div> <div class="text"> <!-- <h3 class="comp">江苏科硕电气有限公司</h3> --> <h3 class="comp">地址:扬州市</h3> <div class="protype">型号:</div> <b><em>参考价:</em>面议</b> <!--<div class="date">更新 2024-11-14</div>--> <div class="year"> <b class="intermediate"></b> <span>第<font>4</font>年</span> </div> </div> <br class="clear" /> </li> <li> <h2><a href="https://www.gkzhan.com/st242632/product_13465291.html" title="400kV/10kJ冲击电压发生器成套装置" target="_blank">400kV/10kJ冲击电压发生器成套装置</a></h2> <div class="videoImg"> <a href="https://www.gkzhan.com/st242632/product_13465291.html" target="_blank" title="400kV/10kJ冲击电压发生器成套装置"> <img class="lazy" src=//img58.gkzhan.com/418afcb93361055d0fa62775ad1369100364601911c27521ddbf0ebbbabb0c0deb1ae3afa1e03613_241_149_5.jpg /> </a> </div> <div class="text"> <!-- <h3 class="comp">江苏科硕电气有限公司</h3> --> <h3 class="comp">地址:扬州市</h3> <div class="protype">型号:</div> <b><em>参考价:</em>面议</b> <!--<div class="date">更新 2024-11-14</div>--> <div class="year"> <b class="intermediate"></b> <span>第<font>4</font>年</span> </div> </div> <br class="clear" /> </li> <li> <h2><a href="https://www.gkzhan.com/st242632/product_13465292.html" title="冲击电压发生器成套装置" target="_blank">冲击电压发生器成套装置</a></h2> <div class="videoImg"> <a href="https://www.gkzhan.com/st242632/product_13465292.html" target="_blank" title="冲击电压发生器成套装置"> <img class="lazy" src=//img58.gkzhan.com/418afcb93361055d0fa62775ad1369100364601911c27521ddbf0ebbbabb0c0deb1ae3afa1e03613_241_149_5.jpg /> </a> </div> <div class="text"> <!-- <h3 class="comp">江苏科硕电气有限公司</h3> --> <h3 class="comp">地址:扬州市</h3> <div class="protype">型号:</div> <b><em>参考价:</em>面议</b> <!--<div class="date">更新 2024-11-14</div>--> <div class="year"> <b class="intermediate"></b> <span>第<font>4</font>年</span> </div> </div> <br class="clear" /> </li> <li> <h2><a href="https://www.gkzhan.com/st167329/product_13470974.html" title="小型工业线缆品质自动检测仪" target="_blank">小型工业线缆品质自动检测仪</a></h2> <div class="videoImg"> <a href="https://www.gkzhan.com/st167329/product_13470974.html" target="_blank" title="小型工业线缆品质自动检测仪"> <img class="lazy" src=//img50.gkzhan.com/922d359f624715fd727f9fe1892df28cc9edd07e18e078a4d5868ae68e6cb34c0b7e8013de338015_241_149_5.png /> </a> </div> <div class="text"> <!-- <h3 class="comp">扬州国华电气有限公司</h3> --> <h3 class="comp">地址:扬州市</h3> <div class="protype">型号:</div> <b><em>参考价:</em><span>¥</span>850</b> <!--<div class="date">更新 2024-11-11</div>--> <div class="year"> <b class="intermediate"></b> <span>第<font>9</font>年</span> </div> </div> <br class="clear" /> </li> </ul> </div> <div class="titleList"> <h3><a href="https://www.gkzhan.com/service/Service3.html" target="_blank">优质供应商</a></h3> <a href="https://www.gkzhan.com/service/Service3.html" target="_blank" class="more">更多+</a> </div> <ul class="bannerRight"> <li><a href="https://www.gkzhan.com/AdvertisInfo_PageView.aspx?ID=4346" title="上海乾拓贸易有限公司" rel="nofollow" class="advs" style="position: relative; display: block;"> <img src=' https://img63.gkzhan.com/6/20141117/635518329242255438336.gif ' alt="上海乾拓贸易有限公司" style="display: block;" /> <i style="position:absolute;left:0;bottom:0;z-index:9;width:24px;height:12px;background:url(https://public.mtnets.com/Images/public/adv.png) no-repeat;"></i> </a> <p> <a href="https://www.gkzhan.com/AdvertisInfo_PageView.aspx?ID=4346">上海乾拓贸易有限公司</a> </p> </li><li><a href="https://www.gkzhan.com/AdvertisInfo_PageView.aspx?ID=2110" title="唐山领航自动化设备有限公司" rel="nofollow" class="advs" style="position: relative; display: block;"> <img src=' https://img52.gkzhan.com/6/20160629/636028072419915794441.gif ' alt="唐山领航自动化设备有限公司" style="display: block;" /> <i style="position:absolute;left:0;bottom:0;z-index:9;width:24px;height:12px;background:url(https://public.mtnets.com/Images/public/adv.png) no-repeat;"></i> </a> <p> <a href="https://www.gkzhan.com/AdvertisInfo_PageView.aspx?ID=2110">唐山领航自动化设备有限公司</a> </p> </li><li><a href="https://www.gkzhan.com/AdvertisInfo_PageView.aspx?ID=4413" title="上海锐呈电气有限公司" rel="nofollow" class="advs" style="position: relative; display: block;"> <img src=' https://img58.gkzhan.com/6/20141219/635545869187655968997.gif ' alt="上海锐呈电气有限公司" style="display: block;" /> <i style="position:absolute;left:0;bottom:0;z-index:9;width:24px;height:12px;background:url(https://public.mtnets.com/Images/public/adv.png) no-repeat;"></i> </a> <p> <a href="https://www.gkzhan.com/AdvertisInfo_PageView.aspx?ID=4413">上海锐呈电气有限公司</a> </p> </li><li><a href="https://www.gkzhan.com/AdvertisInfo_PageView.aspx?ID=1991" title="深圳倍拓" rel="nofollow" class="advs" style="position: relative; display: block;"> <img src=' https://img45.gkzhan.com/6/20101207/634273142142933750.gif ' alt="深圳倍拓" style="display: block;" /> <i style="position:absolute;left:0;bottom:0;z-index:9;width:24px;height:12px;background:url(https://public.mtnets.com/Images/public/adv.png) no-repeat;"></i> </a> <p> <a href="https://www.gkzhan.com/AdvertisInfo_PageView.aspx?ID=1991">深圳倍拓</a> </p> </li><li><a href="https://www.gkzhan.com/AdvertisInfo_PageView.aspx?ID=3743" title="苏州锦诺克机械设备有限公司" rel="nofollow" class="advs" style="position: relative; display: block;"> <img src=' https://img50.gkzhan.com/6/20180920/636730568015623094508.gif ' alt="苏州锦诺克机械设备有限公司" style="display: block;" /> <i style="position:absolute;left:0;bottom:0;z-index:9;width:24px;height:12px;background:url(https://public.mtnets.com/Images/public/adv.png) no-repeat;"></i> </a> <p> <a href="https://www.gkzhan.com/AdvertisInfo_PageView.aspx?ID=3743">苏州锦诺克机械设备有限公司</a> </p> </li><li><a href="https://www.gkzhan.com/AdvertisInfo_PageView.aspx?ID=6375" title="昆山巨天仪器设备有限公司" rel="nofollow" class="advs" style="position: relative; display: block;"> <img src=' https://img65.gkzhan.com/6/20170425/636287389119302583764.gif ' alt="昆山巨天仪器设备有限公司" style="display: block;" /> <i style="position:absolute;left:0;bottom:0;z-index:9;width:24px;height:12px;background:url(https://public.mtnets.com/Images/public/adv.png) no-repeat;"></i> </a> <p> <a href="https://www.gkzhan.com/AdvertisInfo_PageView.aspx?ID=6375">昆山巨天仪器设备有限公司</a> </p> </li><li><a href="https://www.gkzhan.com/AdvertisInfo_PageView.aspx?ID=6133" title="北京欣与思创科技有限公司" rel="nofollow" class="advs" style="position: relative; display: block;"> <img src=' https://img60.gkzhan.com/6/20161025/636130023994234089783.gif ' alt="北京欣与思创科技有限公司" style="display: block;" /> <i style="position:absolute;left:0;bottom:0;z-index:9;width:24px;height:12px;background:url(https://public.mtnets.com/Images/public/adv.png) no-repeat;"></i> </a> <p> <a href="https://www.gkzhan.com/AdvertisInfo_PageView.aspx?ID=6133">北京欣与思创科技有限公司</a> </p> </li> </ul> </div> <!-- 右边的框 --> <br class="clear"> </div> <div class="newsBox"> <div class="newsBoxLeft"> <div class="newsBoxTitle"><h2><a>电力行业仪器新闻</a></h2></div> <dl> <dd> <h3><i>HOT</i><a href="https://www.gkzhan.com/tech_news/detail/405527.html" title="聊聊谐波对电力系统会产生哪些危害?" target="_blank">聊聊谐波对电力系统会产生哪些危害?</a></h3> <p>电力谐波测试仪从使用设备的角度来讲,当仪器设备运转不正常时要考虑到谐波的影响,才能避免故障诊断的盲目性;从产品开发的角度,要尽可能避免或降低自己产品产生的谐波、才能顺利进入市场。这<a href="https://www.gkzhan.com/tech_news/detail/405527.html" target="_blank">【详情】</a></p> </dd> </dl> <ul> <li><a href="https://www.gkzhan.com/tech_news/detail/408083.html" title="接触网线夹接触电阻测试仪_拓普品牌_TPJZC_技术资料" target="_blank">接触网线夹接触电阻测试仪_拓普品牌_TPJZC_技术资料</a></a><span>12-10</span></li> <li><a href="https://www.gkzhan.com/tech_news/detail/408082.html" title="智能移动式耐压试验台_拓普品牌_TPZNY_功能指标" target="_blank">智能移动式耐压试验台_拓普品牌_TPZNY_功能指标</a></a><span>12-10</span></li> <li><a href="https://www.gkzhan.com/tech_news/detail/408081.html" title="拓普品牌_TPZLY-1500/2.5_地铁整流三相升压试验电源_技术资料" target="_blank">拓普品牌_TPZLY-1500/2.5_地铁整流三相升压试验电源_技术资料</a></a><span>12-10</span></li> <li><a href="https://www.gkzhan.com/tech_news/detail/408079.html" title="拓普品牌_TPTNY_移动式地铁耐压试验装置_技术指标" target="_blank">拓普品牌_TPTNY_移动式地铁耐压试验装置_技术指标</a></a><span>12-10</span></li> <li><a href="https://www.gkzhan.com/tech_news/detail/408078.html" title="拓普品牌_TPYBC_低压氧化锌避雷器直流参数测试仪_技术特点" target="_blank">拓普品牌_TPYBC_低压氧化锌避雷器直流参数测试仪_技术特点</a></a><span>12-10</span></li> <li><a href="https://www.gkzhan.com/tech_news/detail/407967.html" title="变压器油自动酸值测试仪_TP_HB9622_技术资料" target="_blank">变压器油自动酸值测试仪_TP_HB9622_技术资料</a></a><span>12-09</span></li> <li><a href="https://www.gkzhan.com/tech_news/detail/407966.html" title="绝缘油介电强度测试仪_TP_HB9601-3_技术资料" target="_blank">绝缘油介电强度测试仪_TP_HB9601-3_技术资料</a></a><span>12-09</span></li> <li><a href="https://www.gkzhan.com/tech_news/detail/407965.html" title="绝缘油介电强度测试仪_TP_HB9601-1_技术资料" target="_blank">绝缘油介电强度测试仪_TP_HB9601-1_技术资料</a></a><span>12-09</span></li> <li><a href="https://www.gkzhan.com/tech_news/detail/407963.html" title="SF6定性检漏仪_手持式_TP_HBLX_技术指标" target="_blank">SF6定性检漏仪_手持式_TP_HBLX_技术指标</a></a><span>12-09</span></li> <li><a href="https://www.gkzhan.com/tech_news/detail/407962.html" title="SF6定量检漏仪_TP_HBLL_技术参数" target="_blank">SF6定量检漏仪_TP_HBLL_技术参数</a></a><span>12-09</span></li> </ul> </div> <div class="newsBoxRight"> <div class="newsBoxTitle"><h2><a>技术热点</a></h2></div> <ul> </ul> </div> <br class="clear"> </div> <div id="footer"> <div class="footMenu"><a href="https://www.gkzhan.com/service/service21.html" rel="nofollow" target="blank">关于我们</a>|<a href="https://www.gkzhan.com/service/service1.html" target="blank" rel="nofollow">本站服务</a>|<a href="https://www.gkzhan.com/service/service3.html" target="blank" rel="nofollow">会员服务</a>|<a href="https://www.gkzhan.com/service/service17.html" target="blank" rel="nofollow">企业建站</a>|<a href="http://www.mtnets.com/website.html" target="blank" rel="nofollow">旗下网站</a>|<a href="https://www.gkzhan.com/link/" target="blank" rel="nofollow">友情链接</a>|<a href="https://www.gkzhan.com/product/newtype.html" target="blank">产品分类浏览</a>|<a href="https://www.gkzhan.com/productsitemap.html" target="blank">产品sitemap</a></div> <div class="copyright">Copyright <script>var Dates = new Date();document.write(Dates.getFullYear());</script> gkzhan.com All Rights Reserved 法律顾问:浙江天册律师事务所 贾熙明律师 </div> <p>客服热线:0571-87756395 加盟热线:0571-56204581 媒体合作:0571-89719789</p> </div> <div class="comBox"> <p class="title">对比栏<a href="javascript:void(0);"></a></p> <ul> <li class="add"> <a href="javascript:addPro();">添加产品</a> </li> <li class="btn"> <a class="compare" href="javascript:void(0);">对比</a> <a class="empty" href="javascript:void(0);">清空对比栏</a> </li> </ul> </div> <script type="text/javascript" src="https://www.gkzhan.com/js/showCompare.js"></script> <script type="text/javascript" src="https://www.gkzhan.com/js/rightBarProlist.js"></script> <script src="https://public.mtnets.com/Plugins/require/require.js" data-main="/javascript/config.js" id="current-page" current-page="products2020" target-module="products2020"></script> <link rel="stylesheet" type="text/css" href="/js/jquery.autocomplete.css?v=12"> <script>!window.jQuery && document.write('<script type=\'text/javascript\' src=\'/js/jquery-1.9.1.min.js\'>'+'</scr'+'ipt>');</script> <script type="text/javascript" src="/js/jquery-migrate-1.2.1.js"></script> <script type="text/javascript" src="/js/jquery.autocomplete.js?v=20220507"></script> <script type="text/javascript" src="/js/autocomplete_MTnets.js?v=16"></script> <script type="text/javascript"> jQuery(document).ready(function () { ClassKeyWordAutocomplete("keys"); }); </script> <div style="display:none;"> <form method="post" id="formProList" name="formProList" target="_self" action="https://www.gkzhan.com/chanpin/0_p0/"> T<input type="text" id="parm_t" name="T" value="22212"> P<input type="text" id="parm_p" name="P" value="1"> PID<input type="text" id="parm_pid" name="PID" value="0"> CID<input type="text" id="parm_cid" name="CID" value="0"> TID<input type="text" id="parm_tid" name="TID" value="0"> SORT<input type="text" id="parm_sort" name="Sort" value="1"> FldSort<input type="text" id="parm_fldsort" name="FldSort" value="0"> PriceStart<input type="text" id="parm_pricestart" name="PriceStart" value="0"> PriceEnd<input type="text" id="parm_priceend" name="PriceEnd" value="0"> PBID<input type="text" id="parm_pbid" name="PBID" value="0"> K<input type="text" id="parm_k" name="K" value=""> JustPC<input type="text" id="parm_justpc" name="JustPC" value="1"> PP<input type="text" id="parm_pp" name="PP" value="0"> <a href="javascript:void(0);" onclick="formProListSubmit();return false;" rel="nofollow" target="_self">提交</a> </form> </div> <script type="text/javascript" > function formProListSubmit() { var urlT = document.getElementById("parm_t").value; var urlP = document.getElementById("parm_p").value; if (urlP == "" || urlP == "0") urlP = "1"; if (urlT == "") urlT = "0"; var searchUrl = "https://www.gkzhan.com/chanpin/" + urlT + "_p" + urlP + "/"; document.getElementById("formProList").action = searchUrl; document.getElementById("formProList").submit(); return false; } function SetFormValue(CotrlID, CotrlValue) { var oldValue = document.getElementById(CotrlID).value; if (CotrlID == "parm_pp") { if (oldValue == "") oldValue = "0"; document.getElementById(CotrlID).value = oldValue + "," + CotrlValue; } else document.getElementById(CotrlID).value = CotrlValue; } </script> <link rel='stylesheet' type='text/css' href='/css/xwt-notice.css?v=1111' /> <link rel='stylesheet' type='text/css' href='/Font/font_2941626/iconfont.css' /> <script type='text/javascript' src='/JavaScript/soundmanager2-nodebug-jsmin.js'></script> <script>!window.jQuery && document.write('<script src=\'https://public.mtnets.com/Plugins/jQuery/2.2.4/jquery-2.2.4.min.js\'>'+'</scr'+'ipt>');</script> <script type='text/javascript' src='/js/XwtEnclosure.js?v=202412120628'></script> <script type='text/javascript' src='/js/AdvertiseTotle.js?v=202412120628'></script> </body> </html>