CINXE.COM

HBFX型小型不锈钢耐腐蚀自吸泵-上海鄂泉泵业有限公司

<!doctype html> <html> <head> <meta name="applicable-device" content="pc"/> <meta name="mobile-agent" content="format=html5; url=https://m.hbzhan.com/st67274/product_11413999.html "/> <link rel="alternate" media="only screen and (max-width: 640px)" href="https://m.hbzhan.com/st67274/product_11413999.html" /> <meta name="referrer" content="always" /> <meta name="mobile-agent" content="format=xhtml;url=https://m.hbzhan.com/st67274/product_11413999.html" /> <script type="text/javascript"> if(navigator.userAgent.match(/(iPhone|iPod|Android|ios)/i)){ window.location = window.location.href.replace("www", "m"); } </script> <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(bp, s); })(); </script> <title>HBFX型小型不锈钢耐腐蚀自吸泵-上海鄂泉泵业有限公司</title> <META NAME="Description" CONTENT="HBFX型小型不锈钢耐腐蚀自吸泵具有体积小、节能环保、无堵塞、卫生、耐腐蚀等特点,广泛应用于食品、医药、化妆品、污水处理..."> <META NAME="Keywords" CONTENT="HBFX型小型不锈钢耐腐蚀自吸泵供应信息,HBFX型小型不锈钢耐腐蚀自吸泵批发价格"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" href="/NewShowStand/Templates/107/bootstrap/css/bootstrap.css?v=202411240328"/> <link rel="stylesheet" type="text/css" href="/NewShowStand/Templates/107/bootstrap/css/bootstrap-theme.css?v=202411240328"/> <link type="text/css" rel="stylesheet" href="https://public.mtnets.com/Plugins/swiper/swiper.min.css?v=202411240328"> <link rel="stylesheet" type="text/css" href="/NewShowStand/Templates/107/Css/themes/Blue/main.css?v=202411240328"/> <link rel="stylesheet" href="/NewShowStand/css/showPhone/Blue/showPhone.css?v=202411240328"> <!--<link rel="stylesheet" type="text/css" href="/NewShowStand/Templates/107/Css/themes/green/main.css?v=202411240328"/>--> <link href="/NewShowStand/css/pop.css?v=202411240328" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="//at.alicdn.com/t/c/font_2901389_the5ha9h0z.css"> <script src="/NewShowStand/ajax/common.ashx" type="text/javascript"></script> <script src="/NewShowStand/ajax/NewShowStand.Class.AjaxClass,NewShowStand.ashx" type="text/javascript"></script> <script src="/NewShowStand/Templates/107/Js/jquery-3.4.1.js" type="text/javascript" charset="utf-8"></script> <script type="text/javascript" src="https://public.mtnets.com/Plugins/carousel/carousel.js"></script> <script type="text/javascript" src="https://public.mtnets.com/Plugins/carousel/single.carousel.min.js"></script> <script src="/NewShowStand/Templates/107/Js/favorite.js?v=202411240328" type="text/javascript"></script> <script src="/NewShowStand/Templates/107/Js/valid.js" type="text/javascript"></script> <script src="/NewShowStand/Js/BaseFun.js?v=202411240328" type="text/javascript"></script> <script src="/NewShowStand/Templates/107/Js/StartTemp.js?v=202411240328" type="text/javascript"></script> <link rel="stylesheet" href="/NewShowStand/css/shh/shhcommon.css?v=202411240328"> <script language="javascript" type="text/javascript"> var intSkinID = "107"; </script> <script src="/NewShowStand/js/BaseFun.js?v=202411240328" type="text/javascript"></script> <script type="text/javascript"> jQuery(document).ready(function () { ProductDetailToCommentList("1", "3"); }); var CountIndex = 0; function ProductDetailToCommentList(pageindex, pagesize) { var PID = "11413999"; var strObj = AjaxClass.ReProductDetailToCommentList(PID, pageindex, pagesize).value; var jsonObj = eval("d=" + strObj); var html = ""; if (jsonObj.Detail.length > 0) { for (var i = 0; i < jsonObj.Detail.length; i++) { var Tclass = ""; var Tname = ""; if (jsonObj.Detail[i].Type == "1") { Tclass = "good"; Tname = "好评"; } else if (jsonObj.Detail[i].Type == "2") { Tclass = "middle"; Tname = "中评"; } else if (jsonObj.Detail[i].Type == "3") { Tclass = "bad"; Tname = "差评"; } html += "<tr><td width=\"20%\"><span>" + jsonObj.Detail[i].CreateTime + "</span></td>\ <td width=\"10%\"><span class=\"" + Tclass + "\" > " + Tname + "</span></td>\ <td><span>" + jsonObj.Detail[i].CommentDetail + "</span></td>\ <td width=\"16%\"><span>" + jsonObj.Detail[i].CommentName + "</span></td>\ <td width=\"16%\"><span>" + jsonObj.Detail[i].IP + "</span></td></tr>" } CountIndex = jsonObj.PageCount; jQuery("#CurrentSize").html(pageindex); //当前页面页数 jQuery("#Counts").html(jsonObj.Counts); //总条数 jQuery("#CurrentCount").html(jsonObj.Detail.length); //当前页数据条数 jQuery("#ProductComment").html(html); //填充数据 } else { jQuery(".tcontent").hide(); //隐藏数据表格 jQuery(".pages").hide(); //隐藏分页列表 jQuery(".null").show(); //显示暂无评论 } } function AddProductDetailToComment() { var PID = "11413999"; var Type = jQuery(':radio[name="InvoiceType"]:checked').val(); var CommentDetail = jQuery("#CommentDetail").val(); var anonymous = "0"; var AclassName = document.getElementById("anonymous").className; var CommentName = ""; if (AclassName == "checked") { CommentName = "1"; } if (Type == "0" || Type == "" || Type == null) { alertBoxShow("", "2", "请选择评价类型"); return; } if (CommentDetail == "") { alertBoxShow("", "2", "请输入评价内容"); return false; } if (CommentDetail.length > 100) { alertBoxShow("", "2", "评价内容不能超过100字!"); return false; } var strObj = AjaxClass.AddProductDetailToComment(PID, Type, CommentDetail, CommentName).value; var jsonObj = eval("d=" + strObj); if (jsonObj.Detail) { if (jsonObj.Detail[0].Success > 0) { alertBoxShow("", "1", "评价成功!", function () { location.reload(); }); } } } var currpage = 1; //上一页 function prevPage() { if (currpage != 1) { currpage = currpage - 1; ProductDetailToCommentList(currpage, "3"); } } function NextPage() { if (currpage < CountIndex) { currpage = currpage + 1; ProductDetailToCommentList(currpage, "3"); } } </script> <link rel='stylesheet' type='text/css' href='/NewShowStand/css/xwt-notice.css' /> <link rel='stylesheet' type='text/css' href='/NewShowStand/css/Font/font_2941626/iconfont.css' /> <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='/NewShowStand/js/soundmanager2-nodebug-jsmin.js'></script> <script type='text/javascript' src='/NewShowStand/js/XwtEnclosure.js?v=202411240328'></script><script type='text/javascript' src='/NewShowStand/js/leftbar.js?=002'></script> <script> function reurl(url){ location.href=url; } </script> <script src="https://www.hbzhan.com/mystat.aspx?u=CID67274"></script> <script type="application/ld+json"> { "@context": "https://ziyuan.baidu.com/contexts/cambrian.jsonld", "@id": "https://www.hbzhan.com/st67274/product_11413999.html", "title": "HBFX型小型不锈钢耐腐蚀自吸泵", "images": ["https://img73.hbzhan.com/8975028d8e14767fd2e4afa5e647b5f8e13d3f26ec2012f5b6a0e0634a570c24aa47c5459406d48c.jpg"], "description": "HBFX型小型不锈钢耐腐蚀自吸泵具有体积小、节能环保、无堵塞、卫生、耐腐蚀等特点,广泛应用于食品、医", "pubDate": "2015-07-29T20:23:44", "upDate": "2024-11-11T13:59:59" } </script> <script type="text/javascript"> var viewNames = ""; var cookieArr = document.cookie.match(new RegExp("ViewNames" + "=[_0-9]*", "gi")); if (cookieArr != null && cookieArr.length > 0) { var cookieVal = cookieArr[0].split("="); if (cookieVal[0] == "ViewNames") { viewNames = unescape(cookieVal[1]); } } if (viewNames == "") { var exp = new Date(); exp.setTime(exp.getTime() + 7 * 24 * 60 * 60 * 1000); viewNames = new Date().valueOf() + "_" + Math.round(Math.random() * 1000 + 1000); document.cookie = "ViewNames" + "=" + escape(viewNames) + "; expires" + "=" + exp.toGMTString(); } AjaxClass.ToSaveViewLog("11413999", "ProductsInfo",viewNames, function() {}); </script> </head> <body > <div id="header" class="container-fluid hidden-xs"> <div class="container"> <div class="row"> <div class="headerLeft"> <a href="https://www.hbzhan.com" class="miniLogo"><img src="/NewShowStand/Templates/102/images/Public/webLogo.png" ></a> <p id="notLogin"> <span>您好, 欢迎来到<a href="https://www.hbzhan.com" target="_blank">环保在线</a>!</span> <a href="https://www.hbzhan.com/UserManage/Login.aspx" target="_blank" rel="nofollow">登录</a>| <a href="https://www.hbzhan.com/UserManage/login.aspx?RegIndex" rel="nofollow" class="regist">免费注册</a>| <a href=" https://www.hbzhan.com/product/ " target="_blank" class="prohall" >产品展厅</a>| <a href="javascript:void(0)" onclick="favoriteManage.Add2(67274, 'zt')" class="collection" >收藏商铺</a>| <!--<a href="#" class="mobile">移动版</a>--> </p> <p id="loginYet" style="text-align:left; display:none;"> 欢迎:<font color="red" id="topUserName" title=""></font> | 您已成功登录: <a href="https://www.hbzhan.com/UserManage/Default.aspx" style="color:Red;" target="_blank">进入管理</a><a href="javascript:outLogin();">退出登录</a><a href="javascript:void(0)" onclick="favoriteManage.Add2(67274, 'zt')">收藏该商铺</a> </p> </div> <div class="headerRight"> <form id="searchForm"> <div class="searchForm"> <div class="search"> <div class="searchSelect"> <div class="searchSelectTop"> <p>行业产品</p> </div> </div> <input type="text" id="keys" name="K" value="请输入产品名称"> <button type="submit" onclick="SearchAbout(2)" >搜本商铺</button> </div> </div> <a class="searchAll" href="javascript:void(0);" onclick="SearchAbout(1)">搜全站</a> </form> </div> </div> </div> </div> <div class="ph_header visible-xs"> <a href="javascript:void(0);" ></a> </div> <div class="heard_nav visible-xs clearfix"> <div class="phone_logo clearfix"> <a href="javascript:void(0);"><img src="https://img46.hbzhan.com/1/20111103/634559308642631250.jpg" alt="上海鄂泉泵业有限公司"></a> </div> <h1>上海鄂泉泵业有限公司</h1> <div class="nav_btn"><a href="javascript:void(0);"></a></div> <div class="phone_nav"> <ul> <li class="nav_on" ><a class="WaitHighlight" href="/st67274/" >首页</a></li> <li id="HeadNavigation_2"><a href="/st67274/intro.html" >公司档案</a></li> <li ><a class="WaitHighlight" href="/st67274/news.html">公司动态</a></li> <li ><a class="WaitHighlight" href="/st67274/product.html">产品展示</a></li> <li ><a class="WaitHighlight" href="/st67274/article.html">技术文章</a></li> <li ><a class="WaitHighlight" href="/st67274/inquiry.html" rel="nofollow">在线留言</a></li> <li ><a class="WaitHighlight" href="/st67274/contactus.html" rel="nofollow">联系我们</a></li> </ul> <div class="nav_btn1"><img src="/NewShowStand/Images/menu-open.png" /></div> </div> </div> <div class="top hidden-xs"> <div class="container"> <div class="row"> <div class="col-sm-8 col-md-9 col-lg-9"> <div class="logo"> <a><img id="zhantai_logo" src="https://img46.hbzhan.com/1/20111103/634559308642631250.jpg" alt="上海鄂泉泵业有限公司"><i></i></a></div> <h1>上海鄂泉泵业有限公司</h1> <div class="companyItem "><span> <img src="/NewShowStand/Templates/107/Images/Public/高级会员.png" onerror="this.style.display='none';" /> <i>14</i></span></div> </div> <div class="col-sm-4 col-md-3 col-lg-3"> <div class="contactWay clearfix"> <span></span><div><b>&nbsp;&nbsp;&nbsp;联系电话</b><p>&nbsp;&nbsp;&nbsp;18019322608</p></div> </div> </div> </div> </div> </div> <div class="nav container-fluid hidden-xs"> <div class="container"> <div class="row"> <ul class="navmenu clearfix lilength7"> <li class="nav_on" ><a class="WaitHighlight" href="/st67274/" >首页</a></li> <li id="HeadNavigation_2"><a href="/st67274/intro.html" >公司档案</a></li> <li ><a class="WaitHighlight" href="/st67274/news.html">公司动态</a></li> <li ><a class="WaitHighlight" href="/st67274/product.html">产品展示</a></li> <li ><a class="WaitHighlight" href="/st67274/article.html">技术文章</a></li> <li ><a class="WaitHighlight" href="/st67274/inquiry.html" rel="nofollow">在线留言</a></li> <li ><a class="WaitHighlight" href="/st67274/contactus.html" rel="nofollow">联系我们</a></li> </ul> </div> </div> </div> <div class="subpageBanner container-fluid"> <div class="hidden-xs ny_banner"> <img src="/NewShowStand/Templates/107/images/subBanner.png" alt=""> <div class="text"> <b>PRODUCT DISPLAY</b> <p><i></i>当前位置:<a id="CurrLocation" href="/st67274" class="wwt">上海鄂泉泵业有限公司</a>&gt;&gt;<a id="CurrLocation" href="/st67274/list_337886.html" class="wwt">不锈钢泵-卫生泵</a>&gt;&gt;<a id="CurrLocation" href="/st67274/erlist_337891.html" class="wwt">卫生自吸泵</a>&gt;&gt;&nbsp;HBFX型小型不锈钢耐腐蚀自吸泵</p> </div> </div > <div class="visible-xs nyph_banner"> <img src="/NewShowStand/Templates/107/images/phone/subBanner2.png" alt=""> <div class="text"> <b>PRODUCT DISPLAY</b> <p><i></i>当前位置:<a id="CurrLocation" href="/st67274" class="wwt">上海鄂泉泵业有限公司</a>&gt;&gt;<a id="CurrLocation" href="/st67274/list_337886.html" class="wwt">不锈钢泵-卫生泵</a>&gt;&gt;<a id="CurrLocation" href="/st67274/erlist_337891.html" class="wwt">卫生自吸泵</a>&gt;&gt;&nbsp;HBFX型小型不锈钢耐腐蚀自吸泵</p> </div> </div> </div> <div class="main_pro main_pro2" > <div class="container"> <div class="row"> <h1>HBFX型小型不锈钢耐腐蚀自吸泵 <a href="/st67274/product.html" class="hidden-xs">返回列表页</a></h1> <div class="pro_left"> <div class="swiper-container gallery-top"> <div class="swiper-wrapper"> <div class="swiper-slide"><a href="https://img73.hbzhan.com/8975028d8e14767fd2e4afa5e647b5f8e13d3f26ec2012f5b6a0e0634a570c24aa47c5459406d48c.jpg" target="_blank"><img src="https://img73.hbzhan.com/8975028d8e14767fd2e4afa5e647b5f8e13d3f26ec2012f5b6a0e0634a570c24aa47c5459406d48c_574_473_5.jpg" alt="HBFX型小型不锈钢耐腐蚀自吸泵" onload="DrawImage(this,420,420)" data-zoom-image="https://img73.hbzhan.com/8975028d8e14767fd2e4afa5e647b5f8e13d3f26ec2012f5b6a0e0634a570c24aa47c5459406d48c.jpg" ></a></div> <div class="swiper-slide"><a href="https://img66.hbzhan.com/99bca94971ef22fcd9c87b10db0cf36b3753299093fba472ee58bb6c3be765ef7ed094f7970b3ce0.jpg" target="_blank"><img src="https://img66.hbzhan.com/99bca94971ef22fcd9c87b10db0cf36b3753299093fba472ee58bb6c3be765ef7ed094f7970b3ce0_574_473_5.jpg" alt="HBFX型小型不锈钢耐腐蚀自吸泵" onload="DrawImage(this,420,420)" data-zoom-image="https://img66.hbzhan.com/99bca94971ef22fcd9c87b10db0cf36b3753299093fba472ee58bb6c3be765ef7ed094f7970b3ce0.jpg" ></a></div> <div class="swiper-slide"><a href="https://img66.hbzhan.com/99bca94971ef22fcd9c87b10db0cf36b449bbc12cbb6fc00518d743ac3d6034b8c5571ac4bc5b71b.jpg" target="_blank"><img src="https://img66.hbzhan.com/99bca94971ef22fcd9c87b10db0cf36b449bbc12cbb6fc00518d743ac3d6034b8c5571ac4bc5b71b_574_473_5.jpg" alt="HBFX型小型不锈钢耐腐蚀自吸泵" onload="DrawImage(this,420,420)" data-zoom-image="https://img66.hbzhan.com/99bca94971ef22fcd9c87b10db0cf36b449bbc12cbb6fc00518d743ac3d6034b8c5571ac4bc5b71b.jpg" ></a></div> <div class="swiper-slide"><a href="https://img65.hbzhan.com/99bca94971ef22fcd9c87b10db0cf36b24bf255e33f1c96381bef2fa87c0db2bbcdb5fc0e6004487.jpg" target="_blank"><img src="https://img65.hbzhan.com/99bca94971ef22fcd9c87b10db0cf36b24bf255e33f1c96381bef2fa87c0db2bbcdb5fc0e6004487_574_473_5.jpg" alt="HBFX型小型不锈钢耐腐蚀自吸泵" onload="DrawImage(this,420,420)" data-zoom-image="https://img65.hbzhan.com/99bca94971ef22fcd9c87b10db0cf36b24bf255e33f1c96381bef2fa87c0db2bbcdb5fc0e6004487.jpg" ></a></div> <div class="swiper-slide"><a href="https://img66.hbzhan.com/3b195b18311f7733a11866b8aa767f951afc39c37bdf14d06cd97a93a7b3a55049d514dc561dd2ba.jpg" target="_blank"><img src="https://img66.hbzhan.com/3b195b18311f7733a11866b8aa767f951afc39c37bdf14d06cd97a93a7b3a55049d514dc561dd2ba_574_473_5.jpg" alt="HBFX型小型不锈钢耐腐蚀自吸泵" onload="DrawImage(this,420,420)" data-zoom-image="https://img66.hbzhan.com/3b195b18311f7733a11866b8aa767f951afc39c37bdf14d06cd97a93a7b3a55049d514dc561dd2ba.jpg" ></a></div> </div> <!-- Add Arrows --> <div class="swiper-button-next"></div> <div class="swiper-button-prev"></div> <div class="bigImg"> </div> </div> <div class="swiper-container gallery-thumbs"> <div class="swiper-wrapper"> <div class="swiper-slide"><img src="https://img73.hbzhan.com/8975028d8e14767fd2e4afa5e647b5f8e13d3f26ec2012f5b6a0e0634a570c24aa47c5459406d48c_82_82_5.jpg" onload="DrawImage(this,82,82)" alt="" ></div> <div class="swiper-slide"><img src="https://img66.hbzhan.com/99bca94971ef22fcd9c87b10db0cf36b3753299093fba472ee58bb6c3be765ef7ed094f7970b3ce0_82_82_5.jpg" onload="DrawImage(this,82,82)" alt="" ></div> <div class="swiper-slide"><img src="https://img66.hbzhan.com/99bca94971ef22fcd9c87b10db0cf36b449bbc12cbb6fc00518d743ac3d6034b8c5571ac4bc5b71b_82_82_5.jpg" onload="DrawImage(this,82,82)" alt="" ></div> <div class="swiper-slide"><img src="https://img65.hbzhan.com/99bca94971ef22fcd9c87b10db0cf36b24bf255e33f1c96381bef2fa87c0db2bbcdb5fc0e6004487_82_82_5.jpg" onload="DrawImage(this,82,82)" alt="" ></div> <div class="swiper-slide"><img src="https://img66.hbzhan.com/3b195b18311f7733a11866b8aa767f951afc39c37bdf14d06cd97a93a7b3a55049d514dc561dd2ba_82_82_5.jpg" onload="DrawImage(this,82,82)" alt="" ></div> </div> </div> </div> <!--在线询价begin--> <!-- 数量 在线询价 --> <div class="pro_right"> <div class="price-box"> <div class="price2"> <!-- --> <p><i>参&nbsp;&nbsp;考&nbsp;&nbsp;价:</i> <b><strong>¥</strong> 1360</b> </p> <p><i>订&nbsp;&nbsp;货&nbsp;&nbsp;量:</i> <a href="javascript:void(0);">≥1&nbsp;</a> </p> <div class="tip">具体成交价以合同协议为准</div> </div> <!-- 在线询价 --> <div class="inquiry-box"> <div class="model"> <p><span>产品型号:</span></p> <p title="EQUAN"><span>品&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;牌:</span>EQUAN</p> <p><span>厂商性质:</span>生产商</p> <p><span>所&nbsp;&nbsp;在&nbsp;&nbsp;地:</span>上海</p> </div> <div class="pro_btn"> <a href="javascript:void(0)" onclick="showInquiry2022();" class="inquiry">在线询价</a> <a href="javascript:void(0)" id="isShow11413999" target="_self" onClick="addCompareForDetail(this)" data-id='11413999' data-classid='6338' data-name='HBFX型小型不锈钢耐腐蚀自吸泵' class="coll">加入对比</a> <a href="javascript:void(0);" class="tel" onClick="ShowCompanyContact(67274)" >查看联系电话</a> </div> <div class="pro_items clearfix"> <a href="javascript:void(0);" onClick="favoriteManage.Add2(11413999, 'cp')" class="collection">收藏</a> <div class="baidu" > <link rel="stylesheet" type="text/css" href="/NewShowStand/css/ShareButton.css"> <span class="fenxiang share" id="fenxiang">分享 <div class="fenxiangDiv bdsharebuttonbox" id="fenxiangDiv" style="display:none;"> <a href="#" class="weixin" onclick="javascript:share('weixin');return false;" title="分享到微信"> </a><a href="#" class="qqim" onclick="javascript:share('qqim');return false;" title="分享到QQ好友"> </a><a href="#" class="qq" onclick="javascript:share('qzone');return false;" title="分享到QQ空间"> </a><a href="#" class="weibo" onclick="javascript:share('weibo');return false;" title="分享到新浪微博"> </a> </div> </span> <script> window.onload = function () { $("#fenxiang").mouseover(function () { if ($("#fenxiangDiv").css("display") == "none") { $("#fenxiangDiv").show(100); } }); $(document).mouseover(function (e) { var target = $(e.target); if (target.closest("#fenxiang").length != 0) return; $("#fenxiangDiv").hide(); }) } </script> <script type="text/javascript" charset="utf-8"> function share(types) { var title, imageUrl, url, description, keywords; //获取文章标题 title = document.title; //获取隐藏域中的图片地址 try { imageUrl = document.getElementById("shareimg").innerHTML; } catch (e) { imageUrl = ""; } //假如图片为空获取网页中的第一张图片地址作为分享图 if (imageUrl == "") { try { imageUrl = document.images[0].src; } catch (e) { imageUrl = ""; } } //获取当前网页url url = document.location.href; url = url.replace("html#", "html"); try { //获取网页描述 description = document.querySelector('meta[name="description"]').getAttribute('content'); } catch (e) { description = ""; } try { //获取网页关键字 keywords = document.querySelector('meta[name="keywords"]').getAttribute('content'); } catch (e) { keywords = ""; } //qq空间接口的传参 if (types == 'qzone') { window.open('https://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=' + url + '&title=' + title + '&pics=' + imageUrl + '&summary=' + description); } //新浪微博接口的传参 if (types == 'weibo') { window.open('http://service.weibo.com/share/share.php?appkey=583395093&url=' + url + '&title=' + title + '&pic=' + imageUrl); } //qq好友接口的传参 if (types == 'qqim') { window.open('http://connect.qq.com/widget/shareqq/index.html?url=' + url + '&title=' + title + '&pics=' + imageUrl + '&summary=' + description + '&desc=' + keywords); } //生成二维码给微信扫描分享 if (types == 'weixin') { //在线二维码(服务器性能限制,仅测试使用,屏蔽非大陆ip访问) window.open('https://www.a-bm.cn/share.aspx?url=' + url); } } </script> </div> <a href="https://www.hbzhan.com/guest.html?url=https://www.hbzhan.com/st67274/product_11413999.html" class="Report">举报</a> <a class="evaluate" href="javascript:" target="_self" onClick="document.getElementById('popup').style.display ='block';">评价</a> </div> <div class="update"> <p><span>更新时间:<b>2024-11-11 13:59:59</b></span><span>浏览次数:<b>4949次</b></span></p> <span>联系我时,请告知来自 <a href="https://www.hbzhan.com">环保在线</a></span> </div> </div> <!-- 在线询价 --> </div> </div> <!-- 数量 在线询价 --> <!--在线询价end--> <div class="v-business-card"> <div class="card-item"> <div class="image"> <img src="https://img58.mtnets.com/1/20240830/638606115403129813888_200_200_5.jpg"/> </div> <div class="text"> <p>销售部</p> <div class="label"> <span>销售</span> </div> <div class="tip"> 扫一扫,微信联系 </div> </div> </div> </div> </div> </div> </div> <div class="pro_content"> <div class="container"> <div class="row"> <div class="mainLeft hidden-xs"> <div class="categories"> <div class="cat_nav"> <a href="javascript:void(0);" class="focus one">产品分类</a><a href="javascript:void(0);" class="two">品牌</a> </div> <div class="cat_list cat_list1"> <dl> <dt id="" > <a href=" /st67274/list_337886.html " >不锈钢泵-卫生泵</a><i></i> </dt> <dd class="collapse clearfix" aria-expanded="false"> <a href="/st67274/erlist_337896.html" >不锈钢插桶泵</a> <a href="/st67274/erlist_337891.html" >卫生自吸泵</a> <a href="/st67274/erlist_463393.html" >不锈钢离心泵-卫生离心泵</a> <a href="/st67274/erlist_463396.html" >不锈钢潜水泵-卫生潜水泵</a> </dd> </dl> <div class="productListBtn" id="leftallclass" ><a href="/st67274/product.html" title="全部产品列表" >全部产品列表<span><i class="main icontop"></i><i class="main icontop"></i></span></a> </div> </div> <div class="cat_list cat_list2" style="display: none;"> <dl> <dt id=""> <a href="/st67274/pbplist_651.html" title="EQUAN">EQUAN</a> </dt> </dl> <dl> <dt id=""> <a href="/st67274/pbplist_1444.html" title="鄂泉">鄂泉</a> </dt> </dl> <dl> <dt id=""> <a href="/st67274/pbplist_541.html" title="其他品牌">其他品牌</a> </dt> </dl> </div> </div> <!--<a href="#" class="more"><i></i>点击展开更多</a>--> </div> <div class="pro_details"> <div class="pro_title"> <a href="javascript:void(0);">产品简介</a> </div> <div class="product-content"> <div class="productParameter"> <table> </table> </div> <div class="parameterMore"><a><i></i></a></div> HBFX型小型不锈钢耐腐蚀自吸泵具有体积小、节能环保、无堵塞、卫生、耐腐蚀等特点,广泛应用于食品、医药、化妆品、污水处理、精细化工、电镀、环保等行业使用。</div> <div class="pro_title product-tab"> <p><a href="javascript:void(0);">详情介绍</a> </p> </div> <div class="product-bot" style="display:block;"> <div class="content"> <P><STRONG>HBFX型小型不锈钢耐腐蚀自吸泵</STRONG>产品特点:<BR>BHF和HBFX系列是我公司白行研制的不锈钢耐腐蚀离心泵两系列泵的叶轮有的采用半开式结构形式,有的则采用闭式结构形成,另外,泵与电机的联接方式又有直联式和带轴承托架式两种,所有泵的轴封均采用目前西德较先逆豹悬臂式技术的机械密封,由于我公司产品集优良结构、性能、造形于-身,兼过流零部件及连接架采用优质不锈钢材料制造。所以,不锈钢耐腐蚀泵系列产品具有耐腐蚀性能可靠,使用、维护方便、结构紧凑、能耗低、密封性能好等-系数列优点。<BR>&nbsp;<BR><STRONG>HBFX型小型不锈钢耐腐蚀自吸泵</STRONG>产品用途:<BR>BHF和HBFX系列泵可输送温度不高于120℃(直联式)或不高于l50℃(带轴承托架式),含(或不含)有细小软颗粒或纤维质,带腐蚀性或有卫生要求的液体,HYLZ系列泵还具有自吸性能,两系列泵广泛适用于食品、饮料、医药、污水处理、化工、电镀、漂染、精细化工等行业使用。<BR>&nbsp;<BR><STRONG>小型不锈钢耐腐蚀自吸泵</STRONG>选用材料:<BR>1、过流零件及接架:lCrl8Ni9Ti不锈钢。<BR>2、机械密封:静环:陶瓷(sic)。动环:石墨浸渍呋喃树脂。<BR>3、橡胶结构件:氟橡胶。1Crl8Ni9Ti不锈钢。<BR>4、如输送介质或使用条件与水泵配置材质不相配时,可另议配置其它材质。如过流零件配304,轴封可配聚四氟乙烯或其它种类的动静环等。<BR>&nbsp;<BR><STRONG></STRONG>使用条件:<BR>1、直联式泵的过流液体温度不得超过l20℃,轴承托架式泵的过流液体温度不得超过150℃。<BR>2、由于到目前为止都没有-种适应任何介质、浓度、温度使用的材料,故用户所输送介质的腐蚀性、使用条件不应超出本泵材质的适用范围。 3、本产品提出的技术数据均以常温清水作介质测定,如输送介质不是常温清水时,水泵性能将会发生变化,敬请用户做出适当调整。<BR>&nbsp;<BR><STRONG></STRONG>选型:</P><P>小型耐腐蚀离心泵性能参数</P><P><IMG style="WIDTH: 500px; HEIGHT: 622px" alt="" src="https://img80.hbzhan.com/bb33f2c9b6dc3b8547e9e0aa9004070dfb34ee1be131a48e059403ca8170978302c004a3eacda5d0.jpg" data-cke-saved-src="https://img80.hbzhan.com/bb33f2c9b6dc3b8547e9e0aa9004070dfb34ee1be131a48e059403ca8170978302c004a3eacda5d0.jpg"></P><TABLE border=1 cellSpacing=1 cellPadding=0><TBODY><TR><TD rowSpan=2><P style="TEXT-ALIGN: center">型号<BR>三厢/380伏/50赫</P></TD><TD rowSpan=2><P style="TEXT-ALIGN: center">型号<BR>单相/220伏/50赫</P></TD><TD rowSpan=2><P style="TEXT-ALIGN: center">功率<BR>(kW)</P></TD><TD colSpan=2><P style="TEXT-ALIGN: center">口径(mm)</P></TD><TD rowSpan=2><P style="TEXT-ALIGN: center">效率<BR>(%)</P></TD><TD rowSpan=2 colSpan=10><P style="TEXT-ALIGN: center">扬程H(m)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;流量Q(m3/h)</P></TD><TD rowSpan=2><P style="TEXT-ALIGN: center">汽蚀余量<BR>(NPSH)(m)</P></TD></TR><TR><TD><P style="TEXT-ALIGN: center">进口</P></TD><TD><P style="TEXT-ALIGN: center">出口</P></TD></TR><TR><TD><P style="TEXT-ALIGN: center">25HBF-8</P></TD><TD><P style="TEXT-ALIGN: center">25HBF-80</P></TD><TD><P style="TEXT-ALIGN: center">0.25</P></TD><TD><P style="TEXT-ALIGN: center">25</P></TD><TD><P style="TEXT-ALIGN: center">20</P></TD><TD><P style="TEXT-ALIGN: center">43</P></TD><TD><P style="TEXT-ALIGN: center">H<BR>Q</P></TD><TD><P style="TEXT-ALIGN: center">11<BR>0.8</P></TD><TD><P style="TEXT-ALIGN: center">10<BR>2.5</P></TD><TD><P style="TEXT-ALIGN: center">8<BR>4</P></TD><TD><P style="TEXT-ALIGN: center">6<BR>5.2</P></TD><TD><P style="TEXT-ALIGN: center">4<BR>6.8</P></TD><TD><P style="TEXT-ALIGN: center">7<BR>3.5</P></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD><P style="TEXT-ALIGN: center">4.5</P></TD></TR><TR><TD><P style="TEXT-ALIGN: center">40HBF-13</P></TD><TD><P style="TEXT-ALIGN: center">40HBF-13D</P></TD><TD><P style="TEXT-ALIGN: center">0.55</P></TD><TD><P style="TEXT-ALIGN: center">40</P></TD><TD><P style="TEXT-ALIGN: center">25</P></TD><TD><P style="TEXT-ALIGN: center">45</P></TD><TD><P style="TEXT-ALIGN: center">H<BR>Q</P></TD><TD><P style="TEXT-ALIGN: center">15<BR>3.5</P></TD><TD><P style="TEXT-ALIGN: center">14<BR>5</P></TD><TD><P style="TEXT-ALIGN: center">13<BR>6</P></TD><TD><P style="TEXT-ALIGN: center">12<BR>7.5</P></TD><TD><P style="TEXT-ALIGN: center">10<BR>9.5</P></TD><TD><P style="TEXT-ALIGN: center">8<BR>11</P></TD><TD><P style="TEXT-ALIGN: center">6<BR>12.5</P></TD><TD><P style="TEXT-ALIGN: center">5<BR>13</P></TD><TD style="TEXT-ALIGN: center"></TD><TD><P style="TEXT-ALIGN: center">3.5</P></TD></TR><TR><TD><P style="TEXT-ALIGN: center">40HBF-13A</P></TD><TD><P style="TEXT-ALIGN: center">40HBF-13AD</P></TD><TD><P style="TEXT-ALIGN: center">0.75</P></TD><TD><P style="TEXT-ALIGN: center">40</P></TD><TD><P style="TEXT-ALIGN: center">25</P></TD><TD><P style="TEXT-ALIGN: center">45</P></TD><TD><P style="TEXT-ALIGN: center">H<BR>Q</P></TD><TD><P style="TEXT-ALIGN: center">15<BR>3.5</P></TD><TD><P style="TEXT-ALIGN: center">14<BR>5</P></TD><TD><P style="TEXT-ALIGN: center">13<BR>6</P></TD><TD><P style="TEXT-ALIGN: center">12<BR>7.5</P></TD><TD><P style="TEXT-ALIGN: center">10<BR>9.5</P></TD><TD><P style="TEXT-ALIGN: center">8<BR>11</P></TD><TD><P style="TEXT-ALIGN: center">6<BR>12.5</P></TD><TD><P style="TEXT-ALIGN: center">5<BR>13</P></TD><TD style="TEXT-ALIGN: center"></TD><TD><P style="TEXT-ALIGN: center">3.5</P></TD></TR><TR><TD><P style="TEXT-ALIGN: center">50HBF-18</P></TD><TD><P style="TEXT-ALIGN: center">50HBF-18D</P></TD><TD><P style="TEXT-ALIGN: center">1.5</P></TD><TD><P style="TEXT-ALIGN: center">50</P></TD><TD><P style="TEXT-ALIGN: center">40</P></TD><TD><P style="TEXT-ALIGN: center">52</P></TD><TD><P style="TEXT-ALIGN: center">H<BR>Q</P></TD><TD><P style="TEXT-ALIGN: center">22<BR>3</P></TD><TD><P style="TEXT-ALIGN: center">21<BR>5.5</P></TD><TD><P style="TEXT-ALIGN: center">20<BR>9</P></TD><TD><P style="TEXT-ALIGN: center">18<BR>13</P></TD><TD><P style="TEXT-ALIGN: center">16<BR>16</P></TD><TD><P style="TEXT-ALIGN: center">14<BR>18</P></TD><TD><P style="TEXT-ALIGN: center">12<BR>20</P></TD><TD><P style="TEXT-ALIGN: center">10<BR>21</P></TD><TD style="TEXT-ALIGN: center"></TD><TD><P style="TEXT-ALIGN: center">3.5</P></TD></TR><TR><TD><P style="TEXT-ALIGN: center">50HBF-22</P></TD><TD style="TEXT-ALIGN: center"></TD><TD><P style="TEXT-ALIGN: center">2.2</P></TD><TD><P style="TEXT-ALIGN: center">50</P></TD><TD><P style="TEXT-ALIGN: center">40</P></TD><TD><P style="TEXT-ALIGN: center">55</P></TD><TD><P style="TEXT-ALIGN: center">H<BR>Q</P></TD><TD><P style="TEXT-ALIGN: center">27<BR>7</P></TD><TD><P style="TEXT-ALIGN: center">26<BR>10.5</P></TD><TD><P style="TEXT-ALIGN: center">24<BR>16</P></TD><TD><P style="TEXT-ALIGN: center">22<BR>19</P></TD><TD><P style="TEXT-ALIGN: center">20<BR>22</P></TD><TD><P style="TEXT-ALIGN: center">18<BR>23.8</P></TD><TD><P style="TEXT-ALIGN: center">16<BR>26</P></TD><TD><P style="TEXT-ALIGN: center">14<BR>27</P></TD><TD><P style="TEXT-ALIGN: center">12<BR>28.5</P></TD><TD><P style="TEXT-ALIGN: center">3.5</P></TD></TR><TR><TD><P style="TEXT-ALIGN: center">50HBF-25</P></TD><TD style="TEXT-ALIGN: center"></TD><TD><P style="TEXT-ALIGN: center">3</P></TD><TD><P style="TEXT-ALIGN: center">50</P></TD><TD><P style="TEXT-ALIGN: center">40</P></TD><TD><P style="TEXT-ALIGN: center">56</P></TD><TD><P style="TEXT-ALIGN: center">H<BR>Q</P></TD><TD><P style="TEXT-ALIGN: center">30<BR>12.5</P></TD><TD><P style="TEXT-ALIGN: center">28<BR>18.5</P></TD><TD><P style="TEXT-ALIGN: center">26<BR>22</P></TD><TD><P style="TEXT-ALIGN: center">25<BR>23</P></TD><TD><P style="TEXT-ALIGN: center">24<BR>24.5</P></TD><TD><P style="TEXT-ALIGN: center">22<BR>26</P></TD><TD><P style="TEXT-ALIGN: center">20<BR>27.5</P></TD><TD><P style="TEXT-ALIGN: center">18<BR>29.5</P></TD><TD><P style="TEXT-ALIGN: center">16<BR>31</P></TD><TD><P style="TEXT-ALIGN: center">3.5</P></TD></TR></TBODY></TABLE><P>小型耐腐蚀自吸泵参数</P><P><IMG style="WIDTH: 600px; HEIGHT: 625px" alt="" src="https://img80.hbzhan.com/bb33f2c9b6dc3b8547e9e0aa9004070d029d2101bb8b88af6da6532b49aa03b314adc8d63d0385f2.jpg" data-cke-saved-src="https://img80.hbzhan.com/bb33f2c9b6dc3b8547e9e0aa9004070d029d2101bb8b88af6da6532b49aa03b314adc8d63d0385f2.jpg"></P><TABLE border=1 cellSpacing=1 cellPadding=0><TBODY><TR><TD rowSpan=2><P style="TEXT-ALIGN: center">型号<BR>三厢/380伏/50赫</P></TD><TD rowSpan=2><P style="TEXT-ALIGN: center">型号<BR>单相/220伏/50赫</P></TD><TD rowSpan=2><P style="TEXT-ALIGN: center">功率<BR>(kW)</P></TD><TD colSpan=2><P style="TEXT-ALIGN: center">口径(mm)</P></TD><TD rowSpan=2><P style="TEXT-ALIGN: center">效率<BR>(%)</P></TD><TD rowSpan=2 colSpan=10><P style="TEXT-ALIGN: center">扬程H(m)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;流量Q(m3/h)</P></TD><TD rowSpan=2><P style="TEXT-ALIGN: center">汽蚀余量<BR>(NPSH)(m)</P></TD></TR><TR><TD><P style="TEXT-ALIGN: center">进口</P></TD><TD><P style="TEXT-ALIGN: center">出口</P></TD></TR><TR><TD><P style="TEXT-ALIGN: center">25HBFX-8</P></TD><TD><P style="TEXT-ALIGN: center">25HBFX-80</P></TD><TD><P style="TEXT-ALIGN: center">0.25</P></TD><TD><P style="TEXT-ALIGN: center">25</P></TD><TD><P style="TEXT-ALIGN: center">20</P></TD><TD><P style="TEXT-ALIGN: center">40</P></TD><TD><P style="TEXT-ALIGN: center">H<BR>Q</P></TD><TD><P style="TEXT-ALIGN: center">9<BR>2.3</P></TD><TD><P style="TEXT-ALIGN: center">8<BR>3</P></TD><TD><P style="TEXT-ALIGN: center">7<BR>3.5</P></TD><TD><P style="TEXT-ALIGN: center">6<BR>4.3</P></TD><TD><P style="TEXT-ALIGN: center">5<BR>4.8</P></TD><TD><P style="TEXT-ALIGN: center">4<BR>5.2</P></TD><TD><P style="TEXT-ALIGN: center">3<BR>5.5</P></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD><P style="TEXT-ALIGN: center">5.5</P></TD></TR><TR><TD><P style="TEXT-ALIGN: center">25HBFX-13</P></TD><TD><P style="TEXT-ALIGN: center">25HBFX-13D</P></TD><TD><P style="TEXT-ALIGN: center">0.55</P></TD><TD><P style="TEXT-ALIGN: center">40</P></TD><TD><P style="TEXT-ALIGN: center">25</P></TD><TD><P style="TEXT-ALIGN: center">40</P></TD><TD><P style="TEXT-ALIGN: center">H<BR>Q</P></TD><TD><P style="TEXT-ALIGN: center">16<BR>3</P></TD><TD><P style="TEXT-ALIGN: center">15<BR>4</P></TD><TD><P style="TEXT-ALIGN: center">14<BR>4.8</P></TD><TD><P style="TEXT-ALIGN: center">13<BR>6</P></TD><TD><P style="TEXT-ALIGN: center">12<BR>6.5</P></TD><TD><P style="TEXT-ALIGN: center">10<BR>7.5</P></TD><TD><P style="TEXT-ALIGN: center">8<BR>8.5</P></TD><TD><P style="TEXT-ALIGN: center">6<BR>9.5</P></TD><TD><P style="TEXT-ALIGN: center">4<BR>10</P></TD><TD><P style="TEXT-ALIGN: center">4</P></TD></TR><TR><TD><P style="TEXT-ALIGN: center">25HBFX-13A</P></TD><TD><P style="TEXT-ALIGN: center">25HBFX-13AD</P></TD><TD><P style="TEXT-ALIGN: center">0.75</P></TD><TD><P style="TEXT-ALIGN: center">40</P></TD><TD><P style="TEXT-ALIGN: center">25</P></TD><TD><P style="TEXT-ALIGN: center">40</P></TD><TD><P style="TEXT-ALIGN: center">H<BR>Q</P></TD><TD><P style="TEXT-ALIGN: center">16<BR>3</P></TD><TD><P style="TEXT-ALIGN: center">15<BR>4</P></TD><TD><P style="TEXT-ALIGN: center">14<BR>4.8</P></TD><TD><P style="TEXT-ALIGN: center">13<BR>6</P></TD><TD><P style="TEXT-ALIGN: center">12<BR>6.5</P></TD><TD><P style="TEXT-ALIGN: center">10<BR>7.5</P></TD><TD><P style="TEXT-ALIGN: center">8<BR>8.5</P></TD><TD><P style="TEXT-ALIGN: center">6<BR>9.5</P></TD><TD><P style="TEXT-ALIGN: center">4<BR>10</P></TD><TD><P style="TEXT-ALIGN: center">4</P></TD></TR><TR><TD><P style="TEXT-ALIGN: center">40HBFX-18</P></TD><TD style="TEXT-ALIGN: center"><P style="TEXT-ALIGN: center">40HBFX-18D</P></TD><TD><P style="TEXT-ALIGN: center">1.5</P></TD><TD><P style="TEXT-ALIGN: center">50</P></TD><TD><P style="TEXT-ALIGN: center">40</P></TD><TD><P style="TEXT-ALIGN: center">49</P></TD><TD><P style="TEXT-ALIGN: center">H<BR>Q</P></TD><TD><P style="TEXT-ALIGN: center">21<BR>6</P></TD><TD><P style="TEXT-ALIGN: center">20<BR>7</P></TD><TD><P style="TEXT-ALIGN: center">19<BR>8.5</P></TD><TD><P style="TEXT-ALIGN: center">18<BR>10</P></TD><TD><P style="TEXT-ALIGN: center">16<BR>12</P></TD><TD><P style="TEXT-ALIGN: center">14<BR>14</P></TD><TD><P style="TEXT-ALIGN: center">12<BR>15.5</P></TD><TD><P style="TEXT-ALIGN: center">10<BR>17.3</P></TD><TD><P style="TEXT-ALIGN: center">8<BR>18.5</P></TD><TD><P style="TEXT-ALIGN: center">4</P></TD></TR><TR><TD><P style="TEXT-ALIGN: center">50HBFX-20</P></TD><TD style="TEXT-ALIGN: center"></TD><TD><P style="TEXT-ALIGN: center">2.2</P></TD><TD><P style="TEXT-ALIGN: center">50</P></TD><TD><P style="TEXT-ALIGN: center">40</P></TD><TD><P style="TEXT-ALIGN: center">50</P></TD><TD><P style="TEXT-ALIGN: center">H<BR>Q</P></TD><TD><P style="TEXT-ALIGN: center">28<BR>8.5</P></TD><TD><P style="TEXT-ALIGN: center">26<BR>11.5</P></TD><TD><P style="TEXT-ALIGN: center">25<BR>13.5</P></TD><TD><P style="TEXT-ALIGN: center">24<BR>14.5</P></TD><TD><P style="TEXT-ALIGN: center">22<BR>16.5</P></TD><TD><P style="TEXT-ALIGN: center">20<BR>19</P></TD><TD><P style="TEXT-ALIGN: center">18<BR>20.5</P></TD><TD><P style="TEXT-ALIGN: center">16<BR>22</P></TD><TD><P style="TEXT-ALIGN: center">14<BR>23.8</P></TD><TD><P style="TEXT-ALIGN: center">4</P></TD></TR><TR><TD><P style="TEXT-ALIGN: center">50HBFX-22</P></TD><TD style="TEXT-ALIGN: center"></TD><TD><P style="TEXT-ALIGN: center">3</P></TD><TD><P style="TEXT-ALIGN: center">50</P></TD><TD><P style="TEXT-ALIGN: center">40</P></TD><TD><P style="TEXT-ALIGN: center">5A0</P></TD><TD><P style="TEXT-ALIGN: center">H<BR>Q</P></TD><TD><P style="TEXT-ALIGN: center">28<BR>8.5</P></TD><TD><P style="TEXT-ALIGN: center">26<BR>11.5</P></TD><TD><P style="TEXT-ALIGN: center">25<BR>13.5</P></TD><TD><P style="TEXT-ALIGN: center">24<BR>14.5</P></TD><TD><P style="TEXT-ALIGN: center">22<BR>16.5</P></TD><TD><P style="TEXT-ALIGN: center">20<BR>19</P></TD><TD><P style="TEXT-ALIGN: center">18<BR>20.5</P></TD><TD><P style="TEXT-ALIGN: center">16<BR>22</P></TD><TD><P style="TEXT-ALIGN: center">14<BR>23.8</P></TD><TD><P style="TEXT-ALIGN: center">4</P></TD></TR><TR><TD><P style="TEXT-ALIGN: center">50HBFX-25</P></TD><TD style="TEXT-ALIGN: center"></TD><TD><P style="TEXT-ALIGN: center">3</P></TD><TD><P style="TEXT-ALIGN: center">50</P></TD><TD><P style="TEXT-ALIGN: center">50</P></TD><TD><P style="TEXT-ALIGN: center">50</P></TD><TD style="TEXT-ALIGN: center"></TD><TD><P style="TEXT-ALIGN: center">28<BR>8.5</P></TD><TD><P style="TEXT-ALIGN: center">26<BR>11.5</P></TD><TD><P style="TEXT-ALIGN: center">25<BR>13.5</P></TD><TD><P style="TEXT-ALIGN: center">24<BR>14.5</P></TD><TD><P style="TEXT-ALIGN: center">22<BR>16.5</P></TD><TD><P style="TEXT-ALIGN: center">20<BR>19</P></TD><TD><P style="TEXT-ALIGN: center">18<BR>20.5</P></TD><TD><P style="TEXT-ALIGN: center">16<BR>22</P></TD><TD><P style="TEXT-ALIGN: center">14<BR>23.8</P></TD><TD><P style="TEXT-ALIGN: center">4</P></TD></TR></TBODY></TABLE><P>小型卫生级耐腐蚀泵结构及安装尺寸图:</P><P><IMG style="WIDTH: 609px; HEIGHT: 459px" alt="" src="https://img80.hbzhan.com/bb33f2c9b6dc3b8547e9e0aa9004070de32e3c40ba220c45bb258c807b4de93bd0f1c7b238a138fa.png" data-cke-saved-src="https://img80.hbzhan.com/bb33f2c9b6dc3b8547e9e0aa9004070de32e3c40ba220c45bb258c807b4de93bd0f1c7b238a138fa.png"></P><TABLE style="WIDTH: 650px" border=1 cellSpacing=1 cellPadding=0><TBODY><TR><TD><P style="TEXT-ALIGN: center">序号</P></TD><TD><P style="TEXT-ALIGN: center">名称</P></TD><TD><P style="TEXT-ALIGN: center">序号</P></TD><TD><P style="TEXT-ALIGN: center">名称</P></TD></TR><TR><TD><P style="TEXT-ALIGN: center">1</P></TD><TD><P style="TEXT-ALIGN: center">电机</P></TD><TD><P style="TEXT-ALIGN: center">9</P></TD><TD><P style="TEXT-ALIGN: center">叶轮螺母</P></TD></TR><TR><TD><P style="TEXT-ALIGN: center">2</P></TD><TD><P style="TEXT-ALIGN: center">键</P></TD><TD><P style="TEXT-ALIGN: center">10</P></TD><TD><P style="TEXT-ALIGN: center">塑料密封垫圈</P></TD></TR><TR><TD><P style="TEXT-ALIGN: center">3</P></TD><TD><P style="TEXT-ALIGN: center">连接架</P></TD><TD><P style="TEXT-ALIGN: center">11</P></TD><TD><P style="TEXT-ALIGN: center">出口橡胶垫圈</P></TD></TR><TR><TD><P style="TEXT-ALIGN: center">4</P></TD><TD><P style="TEXT-ALIGN: center">泵盖</P></TD><TD><P style="TEXT-ALIGN: center">12</P></TD><TD><P style="TEXT-ALIGN: center">出水咀</P></TD></TR><TR><TD><P style="TEXT-ALIGN: center">5</P></TD><TD><P style="TEXT-ALIGN: center">机械密封</P></TD><TD><P style="TEXT-ALIGN: center">13</P></TD><TD><P style="TEXT-ALIGN: center">橡胶止回阀</P></TD></TR><TR><TD><P style="TEXT-ALIGN: center">6</P></TD><TD><P style="TEXT-ALIGN: center">O型橡胶圈</P></TD><TD><P style="TEXT-ALIGN: center">14</P></TD><TD><P style="TEXT-ALIGN: center">入水咀</P></TD></TR><TR><TD><P style="TEXT-ALIGN: center">7</P></TD><TD><P style="TEXT-ALIGN: center">叶轮</P></TD><TD><P style="TEXT-ALIGN: center">15</P></TD><TD><P style="TEXT-ALIGN: center">螺塞橡胶密封垫圈</P></TD></TR><TR><TD><P style="TEXT-ALIGN: center">8</P></TD><TD><P style="TEXT-ALIGN: center">泵体</P></TD><TD><P style="TEXT-ALIGN: center">16</P></TD><TD><P style="TEXT-ALIGN: center">螺塞</P></TD></TR></TBODY></TABLE><TABLE style="WIDTH: 680px" border=1 cellSpacing=1 cellPadding=1><TBODY><TR><TD rowSpan=2><P style="TEXT-ALIGN: center">型号尺寸</P></TD><TD colSpan=20><P style="TEXT-ALIGN: center">外型及安装尺寸</P></TD></TR><TR><TD><P style="TEXT-ALIGN: center">L1</P></TD><TD><P style="TEXT-ALIGN: center">L2</P></TD><TD><P style="TEXT-ALIGN: center">L3</P></TD><TD><P style="TEXT-ALIGN: center">L4</P></TD><TD><P style="TEXT-ALIGN: center">L5</P></TD><TD><P style="TEXT-ALIGN: center">H1</P></TD><TD><P style="TEXT-ALIGN: center">H2</P></TD><TD><P style="TEXT-ALIGN: center">G1</P></TD><TD><P style="TEXT-ALIGN: center">G2</P></TD><TD><P style="TEXT-ALIGN: center">d</P></TD><TD><P style="TEXT-ALIGN: center">d1</P></TD><TD><P style="TEXT-ALIGN: center">D1a</P></TD><TD><P style="TEXT-ALIGN: center">D1b</P></TD><TD><P style="TEXT-ALIGN: center">D1c</P></TD><TD><P style="TEXT-ALIGN: center">D1d</P></TD><TD><P style="TEXT-ALIGN: center">d2</P></TD><TD><P style="TEXT-ALIGN: center">D2a</P></TD><TD><P style="TEXT-ALIGN: center">D2b</P></TD><TD><P style="TEXT-ALIGN: center">D2c</P></TD><TD><P style="TEXT-ALIGN: center">D2d</P></TD></TR><TR><TD><P style="TEXT-ALIGN: center">25HBF-8</P></TD><TD><P style="TEXT-ALIGN: center">34</P></TD><TD><P style="TEXT-ALIGN: center">128</P></TD><TD><P style="TEXT-ALIGN: center">80</P></TD><TD><P style="TEXT-ALIGN: center">308</P></TD><TD><P style="TEXT-ALIGN: center">100</P></TD><TD><P style="TEXT-ALIGN: center">63</P></TD><TD><P style="TEXT-ALIGN: center">88</P></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD><P style="TEXT-ALIGN: center">8</P></TD><TD><P style="TEXT-ALIGN: center">14</P></TD><TD><P style="TEXT-ALIGN: center">100</P></TD><TD><P style="TEXT-ALIGN: center">75</P></TD><TD><P style="TEXT-ALIGN: center">60</P></TD><TD><P style="TEXT-ALIGN: center">25</P></TD><TD><P style="TEXT-ALIGN: center">11</P></TD><TD><P style="TEXT-ALIGN: center">90</P></TD><TD><P style="TEXT-ALIGN: center">65</P></TD><TD><P style="TEXT-ALIGN: center">50</P></TD><TD><P style="TEXT-ALIGN: center">20</P></TD></TR><TR><TD><P style="TEXT-ALIGN: center">40HBF-13</P></TD><TD><P style="TEXT-ALIGN: center">41</P></TD><TD><P style="TEXT-ALIGN: center">151</P></TD><TD><P style="TEXT-ALIGN: center">90</P></TD><TD><P style="TEXT-ALIGN: center">330</P></TD><TD><P style="TEXT-ALIGN: center">112</P></TD><TD><P style="TEXT-ALIGN: center">71</P></TD><TD><P style="TEXT-ALIGN: center">110</P></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD><P style="TEXT-ALIGN: center">7</P></TD><TD><P style="TEXT-ALIGN: center">14</P></TD><TD><P style="TEXT-ALIGN: center">130</P></TD><TD><P style="TEXT-ALIGN: center">100</P></TD><TD><P style="TEXT-ALIGN: center">80</P></TD><TD><P style="TEXT-ALIGN: center">40</P></TD><TD><P style="TEXT-ALIGN: center">11</P></TD><TD><P style="TEXT-ALIGN: center">100</P></TD><TD><P style="TEXT-ALIGN: center">75</P></TD><TD><P style="TEXT-ALIGN: center">60</P></TD><TD><P style="TEXT-ALIGN: center">25</P></TD></TR><TR><TD><P style="TEXT-ALIGN: center">50HBF-18</P></TD><TD><P style="TEXT-ALIGN: center">60</P></TD><TD><P style="TEXT-ALIGN: center">195</P></TD><TD><P style="TEXT-ALIGN: center">100</P></TD><TD><P style="TEXT-ALIGN: center">399</P></TD><TD><P style="TEXT-ALIGN: center">140</P></TD><TD><P style="TEXT-ALIGN: center">90</P></TD><TD><P style="TEXT-ALIGN: center">123</P></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD><P style="TEXT-ALIGN: center">10</P></TD><TD><P style="TEXT-ALIGN: center">14</P></TD><TD><P style="TEXT-ALIGN: center">140</P></TD><TD><P style="TEXT-ALIGN: center">110</P></TD><TD><P style="TEXT-ALIGN: center">90</P></TD><TD><P style="TEXT-ALIGN: center">50</P></TD><TD><P style="TEXT-ALIGN: center">14</P></TD><TD><P style="TEXT-ALIGN: center">130</P></TD><TD><P style="TEXT-ALIGN: center">100</P></TD><TD><P style="TEXT-ALIGN: center">80</P></TD><TD><P style="TEXT-ALIGN: center">40</P></TD></TR><TR><TD><P style="TEXT-ALIGN: center">50HBH-22</P></TD><TD><P style="TEXT-ALIGN: center">72</P></TD><TD><P style="TEXT-ALIGN: center">216</P></TD><TD><P style="TEXT-ALIGN: center">125</P></TD><TD><P style="TEXT-ALIGN: center">445</P></TD><TD><P style="TEXT-ALIGN: center">140</P></TD><TD><P style="TEXT-ALIGN: center">90</P></TD><TD><P style="TEXT-ALIGN: center">130</P></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD><P style="TEXT-ALIGN: center">10</P></TD><TD><P style="TEXT-ALIGN: center">14</P></TD><TD><P style="TEXT-ALIGN: center">140</P></TD><TD><P style="TEXT-ALIGN: center">110</P></TD><TD><P style="TEXT-ALIGN: center">90</P></TD><TD><P style="TEXT-ALIGN: center">50</P></TD><TD><P style="TEXT-ALIGN: center">14</P></TD><TD><P style="TEXT-ALIGN: center">130</P></TD><TD><P style="TEXT-ALIGN: center">100</P></TD><TD><P style="TEXT-ALIGN: center">80</P></TD><TD><P style="TEXT-ALIGN: center">40</P></TD></TR><TR><TD><P style="TEXT-ALIGN: center">50HBF-25</P></TD><TD><P style="TEXT-ALIGN: center">72</P></TD><TD><P style="TEXT-ALIGN: center">216</P></TD><TD><P style="TEXT-ALIGN: center">140</P></TD><TD><P style="TEXT-ALIGN: center">473</P></TD><TD><P style="TEXT-ALIGN: center">160</P></TD><TD><P style="TEXT-ALIGN: center">100</P></TD><TD><P style="TEXT-ALIGN: center">130</P></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD><P style="TEXT-ALIGN: center">12</P></TD><TD><P style="TEXT-ALIGN: center">14</P></TD><TD><P style="TEXT-ALIGN: center">140</P></TD><TD><P style="TEXT-ALIGN: center">110</P></TD><TD><P style="TEXT-ALIGN: center">90</P></TD><TD><P style="TEXT-ALIGN: center">50</P></TD><TD><P style="TEXT-ALIGN: center">14</P></TD><TD><P style="TEXT-ALIGN: center">130</P></TD><TD><P style="TEXT-ALIGN: center">100</P></TD><TD><P style="TEXT-ALIGN: center">80</P></TD><TD><P style="TEXT-ALIGN: center">40</P></TD></TR><TR><TD><P style="TEXT-ALIGN: center">25HBFX-8</P></TD><TD><P style="TEXT-ALIGN: center">95</P></TD><TD><P style="TEXT-ALIGN: center">204</P></TD><TD><P style="TEXT-ALIGN: center">80</P></TD><TD><P style="TEXT-ALIGN: center">384</P></TD><TD><P style="TEXT-ALIGN: center">100</P></TD><TD><P style="TEXT-ALIGN: center">133</P></TD><TD><P style="TEXT-ALIGN: center">109</P></TD><TD><P style="TEXT-ALIGN: center">27</P></TD><TD><P style="TEXT-ALIGN: center">27</P></TD><TD><P style="TEXT-ALIGN: center">8</P></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD></TR><TR><TD><P style="TEXT-ALIGN: center">25HBFX-13</P></TD><TD><P style="TEXT-ALIGN: center">99</P></TD><TD><P style="TEXT-ALIGN: center">227</P></TD><TD><P style="TEXT-ALIGN: center">90</P></TD><TD><P style="TEXT-ALIGN: center">407</P></TD><TD><P style="TEXT-ALIGN: center">112</P></TD><TD><P style="TEXT-ALIGN: center">161</P></TD><TD><P style="TEXT-ALIGN: center">108</P></TD><TD><P style="TEXT-ALIGN: center">27</P></TD><TD><P style="TEXT-ALIGN: center">27</P></TD><TD><P style="TEXT-ALIGN: center">7</P></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD></TR><TR><TD><P style="TEXT-ALIGN: center">40HBFX-18</P></TD><TD><P style="TEXT-ALIGN: center">107</P></TD><TD><P style="TEXT-ALIGN: center">260</P></TD><TD><P style="TEXT-ALIGN: center">100</P></TD><TD><P style="TEXT-ALIGN: center">464</P></TD><TD><P style="TEXT-ALIGN: center">140</P></TD><TD><P style="TEXT-ALIGN: center">193</P></TD><TD><P style="TEXT-ALIGN: center">122</P></TD><TD><P style="TEXT-ALIGN: center">38</P></TD><TD><P style="TEXT-ALIGN: center">38</P></TD><TD><P style="TEXT-ALIGN: center">10</P></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD></TR><TR><TD><P style="TEXT-ALIGN: center">50HBFX-22</P></TD><TD><P style="TEXT-ALIGN: center">118</P></TD><TD><P style="TEXT-ALIGN: center">283</P></TD><TD><P style="TEXT-ALIGN: center">140</P></TD><TD><P style="TEXT-ALIGN: center">540</P></TD><TD><P style="TEXT-ALIGN: center">160</P></TD><TD><P style="TEXT-ALIGN: center">220</P></TD><TD><P style="TEXT-ALIGN: center">133</P></TD><TD><P style="TEXT-ALIGN: center">50</P></TD><TD><P style="TEXT-ALIGN: center">50</P></TD><TD><P style="TEXT-ALIGN: center">10</P></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD></TD></TR></TBODY></TABLE><P>HBFX不锈钢自吸泵安装说明:<BR>1、泵装置的输送管道联接处,特别是输入管道的联接处必须联接可靠,密封良好。<BR>2、如安装高于抽吸液面时,吸入管进水口应安装底阀,自吸泵在自吸范围内吸入管不必安装底阀。<BR>3、所输送液体如混有竹、木、石、金属等体积过大或过长的硬物时,吸入管进水口处必须装上滤网,以免上述之物体被吸入泵内造成卡死叶轮损坏电机或水泵零件。<BR>4、水泵装置-般应有过载与短路保护装置,如保险丝及过流继电器,并应根据电机铭牌的电流高速保护 装置的设定位。<BR>&nbsp;<BR>&nbsp;HBFX不锈钢自吸泵的使用:<BR>1、在启动前,应先对泵腔灌满液体,严禁泵腔内液体不足而启动。<BR>2、使用前,应确认电机转向无误才可使用,半开式叶轮结构泵的正确转向为:面向电机尾部观看,电机风叶应顺时针方向旋转,闭式叶轮结构泵的正确转向为:面向电机尾部观看,电机风叶应逆时针方向旋转。试验起动以点动为宜。<BR>3、带轴承托架式水泵在使用前应给轴承托架入 30 号润滑油,油位应保持在油镜中线以下,仅可见油以上,严禁缺油、导致损坏轴承。<BR>4、应注意检查轴封情况,如发现泄漏严重,应停机修复,避免液体渗入电机内腔损坏电机。</P> </div> <div class="related clearfix"> <div class="previous"> 上一篇:<a href="/st67274/product_11399486.html " > 防爆型圆弧齿轮油泵</a> </div> <div class="next"> 下一篇:<a href="/st67274/product_11428341.html " > 食品卫生级螺杆泵</a> </div> </div> </div> </div> </div> </div> </div> <div class="new_pro1 container-fluid"> <div class="container"> <div class="row"> <div class="indexTitle"><h2><b></b>同类优质产品</h2></div> </div> </div> <div class="container indexBox hidden-xs"> <div class="row"> <div class="swiper-container swiper-container2 "> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="rec_products"> <table> <tr><td><a href=" /st67274/product_11413999.html "><img src="https://img73.hbzhan.com/8975028d8e14767fd2e4afa5e647b5f8e13d3f26ec2012f5b6a0e0634a570c24aa47c5459406d48c_160_160_5.jpg"/></a></td></tr> </table> <p><a href=" /st67274/product_11413999.html " title="HBFX型小型不锈钢耐腐蚀自吸泵">HBFX型小型不锈钢耐腐蚀自吸泵</a></p> <span>型号:<i></i></span> <b>参考价: ¥1360 </b> <div class="sign">热门推荐</div> </div> </div> <div class="swiper-slide"> <div class="rec_products"> <table> <tr><td><a href=" /st67274/product_4863938.html "><img src="https://img72.hbzhan.com/8975028d8e14767f2eaca9bacaffdc2ce20c7def097b1c963bfcfe657bac1637189bd86522b2a990_160_160_5.png"/></a></td></tr> </table> <p><a href=" /st67274/product_4863938.html " title="小型卫生桶料泵">小型卫生桶料泵</a></p> <span>型号:<i>SB/JK/YBYB</i></span> <b>参考价: ¥1100 </b> <div class="sign">热门推荐</div> </div> </div> <div class="swiper-slide"> <div class="rec_products"> <table> <tr><td><a href=" /st67274/product_4212135.html "><img src="https://img41.hbzhan.com/7c736006e4749841387366a747596dd848981dde86c08e2501902e49d437a4cc_160_160_5.jpg"/></a></td></tr> </table> <p><a href=" /st67274/product_4212135.html " title="不锈钢卫生转子泵">不锈钢卫生转子泵</a></p> <span>型号:<i>LQ3A</i></span> <b>参考价: ¥3600 </b> <div class="sign">热门推荐</div> </div> </div> <div class="swiper-slide"> <div class="rec_products"> <table> <tr><td><a href=" /st67274/product_4094017.html "><img src="https://img44.hbzhan.com/a719adcd7080ee4e1a8a1bfb483787be2a9fdb215c93cd81768e6086686d5252_160_160_5.jpg"/></a></td></tr> </table> <p><a href=" /st67274/product_4094017.html " title="小型卫生自吸泵">小型卫生自吸泵</a></p> <span>型号:<i>SFBX</i></span> <b>参考价: ¥1200 </b> <div class="sign">热门推荐</div> </div> </div> </div> <!-- Add Pagination --> <div class="swiper-pagination swiper-pagination2"></div> </div> </div> </div> <div class="container indexBox visible-xs"> <div class="row"> <div class="swiper-container swiper-container3" "> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="rec_products"> <table> <tr><td><a href=" /st67274/product_11413999.html "><img src="https://img73.hbzhan.com/8975028d8e14767fd2e4afa5e647b5f8e13d3f26ec2012f5b6a0e0634a570c24aa47c5459406d48c_160_160_5.jpg"/></a></td></tr> </table> <p><a href=" /st67274/product_11413999.html " >HBFX型小型不锈钢耐腐蚀自吸</a></p> <span>型号:<i></i></span> <b>参考价: ¥1360 </b> <div class="sign">热门推荐</div> </div> </div> <div class="swiper-slide"> <div class="rec_products"> <table> <tr><td><a href=" /st67274/product_4863938.html "><img src="https://img72.hbzhan.com/8975028d8e14767f2eaca9bacaffdc2ce20c7def097b1c963bfcfe657bac1637189bd86522b2a990_160_160_5.png"/></a></td></tr> </table> <p><a href=" /st67274/product_4863938.html " >小型卫生桶料泵</a></p> <span>型号:<i>SB/JK/YBYB</i></span> <b>参考价: ¥1100 </b> <div class="sign">热门推荐</div> </div> </div> <div class="swiper-slide"> <div class="rec_products"> <table> <tr><td><a href=" /st67274/product_4212135.html "><img src="https://img41.hbzhan.com/7c736006e4749841387366a747596dd848981dde86c08e2501902e49d437a4cc_160_160_5.jpg"/></a></td></tr> </table> <p><a href=" /st67274/product_4212135.html " >不锈钢卫生转子泵</a></p> <span>型号:<i>LQ3A</i></span> <b>参考价: ¥3600 </b> <div class="sign">热门推荐</div> </div> </div> <div class="swiper-slide"> <div class="rec_products"> <table> <tr><td><a href=" /st67274/product_4094017.html "><img src="https://img44.hbzhan.com/a719adcd7080ee4e1a8a1bfb483787be2a9fdb215c93cd81768e6086686d5252_160_160_5.jpg"/></a></td></tr> </table> <p><a href=" /st67274/product_4094017.html " >小型卫生自吸泵</a></p> <span>型号:<i>SFBX</i></span> <b>参考价: ¥1200 </b> <div class="sign">热门推荐</div> </div> </div> </div> <!-- Add Pagination --> <div class="swiper-pagination swiper-pagination3"></div> </div> </div> </div> </div> <div class="tips-box" id="tips-box" style="display:none;"> <div class="correct"><!-- 成功 --> <div class="tips"><i></i>成功加入购物车</div> <div class="btn"><a href="/st67274/product.html">继续采购其他商品</a><a href="https://www.hbzhan.com/PurchasManage/Default.aspx?ShopCar_Manage">去购物车结算</a></div> </div> <a class="close" style="cursor:pointer" onClick="jQuery('#tips-box').hide()"></a> </div> <div class="tips-box" id="tips-box1" style="display:none;"> <div class="err"><!-- 警告 --> <div class="tips" id="tips"><i></i>您好,当前您使用的是供应商账号</br>购买产品请注册采购商账号</div> <div class="btn"><a href="https://www.hbzhan.com/login/login.aspx?RegIndex">立即注册</a><a href="javascript:void(0)" onClick="jQuery('.outside').show();jQuery('#tips-box1').hide()">立即登录</a></div> </div> <a class="close" style="cursor:pointer" onClick="jQuery('#tips-box1').hide()"></a> </div> <div class="authBg" style="display:none"></div> <!--<div> <div class="authBox weblogin" style="display:none;"> <div class="authMain"> <a class="close" href="javascript:void(0);"></a> <h3>会员登录</h3> <div class="loginBox" onkeydown="if(event.keyCode==13)checkLogin2()"> <div class="loginItem"> <label for="username">账号:</label> <input type="text" name="username" id="username" maxlength="18" class="text"> <div class="Wrong" style="display:none"></div> </div> <div class="loginItem"> <label for="password">密码:</label> <input type="password" name="password" id="password" maxlength="18" class="text"> <div class="Wrong" style="display:none"></div> </div> <div class="loginItem"> <label for="validcode">验证码:</label> <input type="text" name="validcode" id="validcode" maxlength="4" class="text codes" value=""> <p><img id="newimgcode" src="/NewShowStand/Image.aspx" onclick="this.src='/NewShowStand/Image.aspx?'+Math.random()" title="点击刷新验证码" style="cursor:pointer;" alt=""> =</p><div class="Wrong" style="display:none">请输入数字结果</div> </div> <div class="loginBtn"><button onclick="checkLogin2();">登录</button><button onclick="window.open('/login/login.aspx?FindPwd');" class="backpassword">找回密码</button></div> </div> </div> </div> </div>--> <!--<div class="authBox" style="display:none"> <div class="authMain"> <a class="close" href="javascript:void(0);" onclick="jQuery('.authBg').hide();jQuery('.authBox').hide();"></a> <h3>收藏该商铺</h3> <div class="loginPrompt">请 <a href="">登录</a> 后再收藏</div> </div> </div>--> <!--<div class="authBox" id="alertBox" style="display:none" > <div class="authMain"> <a class="close" href="javascript:void(0);" onclick=""></a> <h3>提示</h3> <div class="alertTxt" id="alertTxtDiv"><strong class="sendSuccess sendWrong"></strong>您的留言已提交成功!我们将在第一时间回复您~</div> </div> </div>--> <!--<div id="favoritebox" class="authBox" style="display:none;"> <div class="authMain"> <a class="close" href="javascript:void(0);" onclick=""></a> <h3>收藏该商铺</h3> <div id="favoriteSuccess" class="favoriteSign" style="display:block;">信息收藏成功!</div> <div id="favoriteAlready" class="favoriteSign already" style="display:none;">该信息已收藏!</div> <div class="favoriteBtn"><a href="#" target="_blank" class="view">查看我的收藏夹</a><a href="javascript:void(0)" onclick="favoriteManage.setTags()">设置标签</a></div> <div id="divFavorite" class="labels"> <dl> <dt>标签:</dt> <dd><input id="txtTag" type="text"/><button onclick="favoriteManage.setTags()">添加</button><div style="" class="save"></div><p>(空格分隔,最多3个,单个标签最多10个字符)</p></dd> </dl> <dl> <dt>常用:</dt> <dd id="lbTags"></dd> </dl> </div> </div> </div>--> <link rel="stylesheet" href="https://public.mtnets.com/css/base.css"> <link rel="stylesheet" href="https://public.mtnets.com/font/font_2901389/iconfont.css"> <link rel="stylesheet" href="/NewShowStand/css/inquiry/Blue/inquiry.css?v=005"> <div class="view-inquiry" id="view-inquiry" style="display:none"> <div class="view-inquiry-box" style="box-shadow:none;"> <a href="javascript:" class="close" onclick="jQuery('#view-inquiry').html(InQuiryHtmlNew);jQuery('#view-inquiry').hide();"><i class="Public">&#xea57;</i></a> <div class="view-top"> <b style="font-size: 30px;">立即询价</b> <span>您留言后,厂商将第一时间为您服务!</span> </div> <div class="view-content"> <div class="view-box"> <div class="view-item"> <span><b>*</b>留言</span> <div class="view-item-right"> <div class="textarea"> <dl class="hidtitle"> <dt>标题:</dt> <dd> <input type="text" name="title_8282" id="title_8282" value="HBFX型小型不锈钢耐腐蚀自吸泵" onfocus="if(this.value=='请输入你感兴趣的产品')this.value=''" /> <p id="p1" class="Wrong" style="display: none">请输入你感兴趣的产品</p> <input type="hidden" id="Productid_8282" name="Productid_8282" value="11413999" /> </dd> </dl> <dl> <dt class="hidtitle">需求:</dt> <dd> <textarea id="detail_8282" onfocus="ClearFristInfo('detail_8282','请简单描述您的需求',1);" onblur="ClearFristInfo('detail_8282','请简单描述您的需求',0);" name="detail_8282" class="detail" cols="" rows="">请简单描述您的需求</textarea> <font color="#FF0000" class="xian">限200字</font> <br style="clear: both;" /> <p id="ptxtdetail" class="Wrong" style="display: none">请简单描述您的需求</p> </dd> </dl> </div> </div> </div> </div> <div class="view-box two"> <div class="view-item"> <span><b>*</b>联系人</span> <div class="view-item-right"> <div class="view-input"> <input id="linkMan_8282" name="linkMan_8282" value="您的姓名" type="text" onfocus="if(this.value=='您的姓名')this.value=''" onblur="if(this.value=='')this.value='您的姓名';"> <p id="pUserName" class="Wrong" style="display: none"></p> </div> </div> </div> <div class="view-item"> <span><b>*</b>电话</span> <div class="view-item-right"> <div class="view-input"> <input id="tel_8282" name="tel_8282" type="text" value="固定电话或手机" onfocus="if(this.value=='固定电话或手机')this.value=''" onblur="if(this.value=='')this.value='固定电话或手机';" class="inputtext" /> <p id="pTel" class="Wrong" style="display: none"></p> </div> </div> </div> </div> <div class="view-box two"> <div class="view-item"> <span><b></b>单位</span> <div class="view-item-right"> <div class="view-input"> <input id="companyName_8282" name="companyName_8282" type="text" value="请输入您的单位名称" onfocus="if(this.value=='请输入您的单位名称')this.value=''" onblur="if(this.value=='')this.value='请输入您的单位名称'" /> <p id="ptxtCname" class="Wrong" style="display: none"></p> </div> </div> </div> <div class="view-item"> <span>微信</span> <div class="view-item-right"> <div class="view-input wechat-input"> <input type="text" id="WX_8282" name="WX_8282" value="微信号" onfocus="if(this.value=='微信号')this.value=''" onblur="if(this.value=='')this.value='微信号'"> <a href="javascript:" onclick="WXPublicCopyMobile()" class="focus">同手机号</a> </div> </div> </div> </div> <div class="view-box two"> <div class="view-item"> <span>邮箱</span> <div class="view-item-right"> <div class="view-input"> <input id="email_8282" name="email_8282" type="text" value="便于客户给您发邮件" onfocus="if(this.value=='便于客户给您发邮件')this.value=''" onblur="if(this.value=='')this.value='便于客户给您发邮件'" /> <p id="ptxtEmail" class="Wrong" style="display: none"></p> <div id="divEmail" style="width: 500px; display: none; position: relative; margin-bottom: 7px;"> <ul id="divEmail1" style="width: 200px; position: absolute; left: 0; top: 0px; border: 1px solid #CCC; background-color: #FFF; padding-bottom: 7px;"> <li style="height: 22px; line-height: 22px; text-align: left; padding-left: 7px;" id="divEmailLi1"><a href="javascript:void(0)" onclick="GetEmailData('@163.com')">@163.com</a></li> <li style="height: 22px; line-height: 22px; text-align: left; padding-left: 7px;" id="divEmailLi2"><a href="javascript:void(0)" onclick="GetEmailData('@qq.com')">@qq.com</a></li> <li style="height: 22px; line-height: 22px; text-align: left; padding-left: 7px;" id="divEmailLi3"><a href="javascript:void(0)" onclick="GetEmailData('@126.com')">@126.com</a></li> <li style="height: 22px; line-height: 22px; text-align: left; padding-left: 7px;" id="divEmailLi4"><a href="javascript:void(0)" onclick="GetEmailData('@sohu.com')">@sohu.com</a></li> <li style="height: 22px; line-height: 22px; text-align: left; padding-left: 7px;" id="divEmailLi5"><a href="javascript:void(0)" onclick="GetEmailData('@sina.com')">@sina.com</a></li> <li style="height: 22px; line-height: 22px; text-align: left; padding-left: 7px;" id="divEmailLi6"><a href="javascript:void(0)" onclick="GetEmailData('@yahoo.com')">@yahoo.com</a></li> <li style="height: 22px; line-height: 22px; text-align: left; padding-left: 7px;" id="divEmailLi7"><a href="javascript:void(0)" onclick="GetEmailData('@hotmail.com')"> @hotmail.com</a></li> </ul> </div> </div> </div> </div> <div class="view-item"> <span>省份</span> <div class="view-item-right visible"> <div class="view-select" id="selPvc"> <div class="view-select-top"> <p>请选择省份</p><i></i> </div> <ul class="view-select-bot" id="provinceList" > <li value="0">请选择省份</li> <li value="1">安徽</li> <li value="2">北京</li> <li value="3">福建</li> <li value="4">甘肃</li> <li value="5">广东</li> <li value="6">广西</li> <li value="7">贵州</li> <li value="8">海南</li> <li value="9">河北</li> <li value="10">河南</li> <li value="11">黑龙江</li> <li value="12">湖北</li> <li value="13">湖南</li> <li value="14">吉林</li> <li value="15">江苏</li> <li value="16">江西</li> <li value="17">辽宁</li> <li value="18">内蒙古</li> <li value="19">宁夏</li> <li value="20">青海</li> <li value="21">山东</li> <li value="22">山西</li> <li value="23">陕西</li> <li value="24">上海</li> <li value="25">四川</li> <li value="26">天津</li> <li value="27">新疆</li> <li value="28">西藏</li> <li value="29">云南</li> <li value="30">浙江</li> <li value="31">重庆</li> <li value="32">香港</li> <li value="33">澳门</li> <li value="34">台湾</li> <li value="35">国外</li> </ul> </div> </div> </div> </div> <div class="view-box view-code "> <div class="view-item"> <span><b>*</b>验证码</span> <div class="view-item-right"> <div class="view-input"> <input type="text" id="valCode" style="width:100px;" maxlength="4" value="请输入结果" onfocus="if(this.value=='请输入结果')this.value=''" onblur="if(this.value=='')this.value='请输入结果'"> <img id="imgValCode" src="/NewShowStand/Image.aspx?type=VnumNew" onclick="this.src='/NewShowStand/Image.aspx?type=VnumNew&'+Math.random()" title="点击刷新验证码" style="cursor:pointer;"> 请输入计算结果(填写阿拉伯数字),如:三加四=7 <p id="pselvalCode" class="Wrong" style="display: none"></p> </div> </div> </div> </div> <div class="view-btn"> <button onclick="submitMessageVnumNew2022(1,'VnumNew');return false;" >立即提交</button> <div class="view-tip">提交后,默认您同意<a href="/UserManage/login.aspx?agreement3" target="_blank">《服务条款》</a>和<a href="/UserManage/login.aspx?agreement4" target="_blank" >《隐私协议》</a></div> </div> </div> </div> </div> <div class="view-inquiry" id="view-inquiry-success" style="display:none;"> <div class="view-inquiry-success"> <a href="javascript:" class="close" onclick="jQuery('#view-inquiry-success').hide();jQuery('#view-inquiry').hide();jQuery('#view-inquiry').html(InQuiryHtmlNew);if(location.href.indexOf('inquiry')>-1){window.location.href = location.href}"><i class="Public">&#xea57;</i></a> <div class="view-icon"><i></i></div> <div class="view-content"> <b>已提交成功!</b> <p>我们将在第一时间联系您</p> <div class="view-btn"><a href="/PurchasManage/Default.aspx" target="_top">查看我的留言<i class="Public">&#xe725;</i></a><p>手机+验证码登录采购后台</p></div> </div> </div> </div> <div class="view-inquiry" id="view-inquiry-fail" style="display:none;"> <div class="view-inquiry-success"> <a href="javascript:" class="close" onclick="jQuery('#view-inquiry-fail').hide();jQuery('#view-inquiry').hide();jQuery('#view-inquiry').html(InQuiryHtmlNew);if(location.href.indexOf('inquiry')>-1){window.location.href = location.href}"><i class="Public">&#xea57;</i></a> <div class="view-icon"><i class="fail"></i></div> <div class="view-content"> <b>提交失败!</b> <p>请勿重复留言!</p> <div class="view-btn"><a href="/PurchasManage/Default.aspx" target="_top">查看我的留言<i class="Public">&#xe725;</i></a></div> </div> </div> </div> <input type="hidden" style="color: rgb(187, 187, 187);width:220px;" value="" size="50" name="addr_8282" id="addr_8282" placeholder="便于客户给您寄资料..." > <input type="hidden" id="ranNum" value="8282" /> <input type="hidden" id="proID_8282" name="proID_8282" value="11413999"/> <input type="hidden" id="cid" value="67274" /> <style> .view-content p.Wrong { padding-left:24px; line-height:22px; height:22px; background:url("https://public.mtnets.com/Images/public/prompt.png") no-repeat 0 -128px; }</style> <input type="hidden" id="web_site" value="hbzhan"/> <!--Dialog start--> <div class="Dialog loginDialog" id="login"> <div class="dialogBox"> <div class="dialogTitle"> <h2>会员登录</h2> <a href="javascript:" class="close" onclick="document.getElementById('login').style.display='none';" >×</a> </div> <div class="dialogMain"> <div class="dialogItem"> <div class="input"> <i class="userIcon"></i><input id="username" type="text" class="inputCss" placeholder="账号名/手机号"> <p class="Wrong">请输入账号</p> </div> </div> <div class="dialogItem"> <div class="input"> <i class="passIcon"></i><input id="password" type="password" class="inputCss" placeholder="请输入登录密码"> <p class="Wrong">请输入密码</p> </div> </div> <div class="dialogItem"> <div class="code"><img src="/NewShowStand/Image.aspx?type=login" onclick="this.src='/NewShowStand/Image.aspx?type=login&v='+Math.random()" title="点击刷新验证码" /><b>=</b><input name="valCode" id="validcode" type="text" maxlength="4" placeholder="验证码:请填写阿拉伯数字" /> <p class="Wrong" style="color:red">请输验证码</p> </div> </div> <div class="dialogBtn"><button class="submit" onclick="checkLogin2();">立即登录</button><button onclick="location.href='/usermanage/login.aspx?regindex&gopur=1'">新用户注册</button></div> </div> </div> </div> <!--hbzhan加-不要用js调用--> <div class="Dialog" id="favorite"> <div class="dialogBox"> <div class="dialogTitle"> <h2>收藏该商铺</h2> <a href="javascript:" class="close" onclick="document.getElementById('favorite').style.display='none';" >X</a> </div> <div class="dialogMain"> <div id="favoriteSuccess" class="favoriteSign" style="display:none;"><i class="main iconsuccess"></i>信息收藏成功!</div> <div id="favoriteAlready" class="favoriteSign already" style="display:block;"><i class="main iconwarning"></i>该信息已收藏!</div> <div class="favoriteBtn"><a href="/UserManage/default.aspx?Fav_ProManage" target="_blank" class="view">查看我的收藏夹</a><a href="javascript:void(0)" onclick="favoriteManage.setTags()">设置标签</a></div> <div id="divFavorite" class="labels"> <dl> <dt>标签:</dt> <dd><input id="txtTag" type="text"><button onclick="favoriteManage.setTags()">添加</button><div style="display: block;" class="save">保存成功</div><p>(空格分隔,最多3个,单个标签最多10个字符)</p></dd> </dl> <dl> <dt>常用:</dt> <dd id="lbTags"></dd> </dl> </div> </div> </div> </div> <div class="Dialog" id="guestSuccess"> <div class="dialogBox"> <div class="dialogTitle"> <h2>提示</h2> <a href="javascript:" class="close" onclick="document.getElementById('guestSuccess').style.display='none';" >X</a> </div> <div class="dialogMain"> <div id="alertTxtDiv" class="favoriteSign" style="display:block;width: 290px;"><i class="main iconsuccess"></i>您的留言已提交成功!我们将在第一时间回复您~</div> </div> </div> </div> <!--Dialog end--> <div class="footer container-fluid"> <div class="compareBtn"> <a href="javascript:cpdb();">产品对比</a> </div> <div class="comBox" style=""> <p class="title">对比框 <a href="javascript:void(0);"><i class="main">&#xe604;</i></a></p> <ul><!-- <li class="pro"> <div class="comPro"> <div class="image"> <a target="_blank" href="http://www.jc35.com/chanpin/95918.html"> <img src="http://img70.jc35.com/2/20190416/636910226740383144458.jpg" alt=""> </a> </div> <p> <a target="_blank" href="http://www.jc35.com/chanpin/95918.html" data-classid="4203">卧式加工中心</a> </p> </div> <a href="javascript:void(0);" class="close"><i class="main">&#xe604;</i></a> </li>--> <li class="add"> <a href="javascript:addPro();"><i class="main">&#xe651;</i>添加产品</a> </li> <li class="btn"> <a class="compare" href="javascript:void(0);">对比</a> <a class="empty" href="javascript:void(0);">清空对比栏</a> </li> </ul> </div> <div class="container nopad"> <div class=""> <div class="col-xs-12 col-sm-4 col-md-4 col-lg-4 nopad"> <div class="footerLeft"> <b> 021-59260980 </b> <!--<b>021-59260980</b>--> <p>联系人:销售部 (销售)</p> <p>手机: 18019322608 </p> <!--<p>手机:18019322608 </p>--> <a href="javascript:" onclick="ChatBoxClick()" class="onlineService">在线客服</a> <p class="prompt">联系我时,告知来自<a href="https://www.hbzhan.com">环保在线</a></p> <p><a href="http://.hbzhan.com/" target='_blank'></a></p> </div> </div> <div class="col-xs-12 col-sm-4 col-md-4 col-lg-4 nopad"> <div class="footerCenter"> <p>个 性 化: <a href="http://www.equanpump.com/" rel="nofollow" target="_blank"> www.equanpump.com</a></p> <p>商铺网址:<a href="https://www.hbzhan.com/st67274/" target="_blank" >https://www.hbzhan.com/st67274/</a> </p> <p>公司网站: <a href="http://www.equanpump.com" rel="nofollow" target="_blank"> www.equanpump.com</a> </p> </div> </div> <div class="col-xs-12 col-sm-4 col-md-4 col-lg-4 nopad"> <div class="footerRight"> <ul> <li><img class="qr" src=""/><p>扫一扫访问手机商铺</p></li> <li><img src="https://img58.mtnets.com/1/20240830/638606115403129813888_200_200_5.jpg"/><p>微信扫码进入微名片</p></li> </ul> <div class="follow"><b></b>关注我们</div> </div> </div> </div> </div> </div> <div class="copyright container-fluid"> <p>以上信息由企业自行提供,信息内容的真实性、准确性和合法性由相关企业负责,环保在线对此不承担任何保证责任。</p> <p>温馨提示:为规避购买风险,建议您在购买产品前务必确认供应商资质及产品质量。</p> </div> <div class="flotage visible-xs"> <a href="tel://021-59260980" class="makingCall">拨打电话</a> <a href="/st67274/product.html" class="productCategory">产品分类</a> </div> <script> !window.jQuery && document.write('<script src=\'/NewShowStand/Templates/107/Js/jquery-3.4.1.js?v=202411240328\'>' + '</scr' + 'ipt>');</script> <script src="/NewShowStand/Templates/107/Js/main.js?v=202411240328" type="text/javascript"></script> <script src="/NewShowStand/Templates/107/bootstrap/js/bootstrap.js" type="text/javascript" charset="utf-8"></script> <script type="text/javascript" src="https://public.mtnets.com/Plugins/swiper/swiper.min.js"></script> <script src="https://public.mtnets.com/Js/common.js?v=202411240328" charset="utf-8"></script> <script src="/NewShowStand/Templates/107/Js/common.js?v=202411240328" type="text/javascript" charset="utf-8"></script> <script src="/NewShowStand/Templates/107/js/dialog.js?v=20240514001?v=202411240328" charset="utf-8"></script> <script src="/NewShowStand/Templates/107/Js/index.js?v=202411240328" type="text/javascript" charset="utf-8"></script> <script type="text/javascript" src="/NewShowStand/Templates/107/Js/showCompare.js"></script> <div class="pop" id="popCol" style="display:none;" > <input type="hidden" value="" /> <input type="hidden" value="$LoginUser.Email" /> <input type="hidden" value="3" /> <div class="popTop"> 在线留言 <a href="javascript:void(0);" class="close" id="box_close" onclick="CloseNewBox();" ></a> <a href="javascript:void(0);" class="hide" id="box_open" onclick="OpenNewBox()" ></a> </div> <div id="popBody" class="popBot"> <p>询价产品</p> <div class="item"> <b style="color:Red">*</b><textarea id="new_detail" onfocus="if(this.value=='如对采购产品和采购时间(如1年内)有详细要求,请在此输入..')this.value=''" onblur="if(this.value==''){this.value='如对采购产品和采购时间(如1年内)有详细要求,请在此输入..';}" >如对采购产品和采购时间(如1年内)有详细要求,请在此输入..</textarea> </div> <div class="item"> <b style="color:Red">*</b><input class="inp" id="new_linkname" value="联系人" placeholder="联系人" onfocus="if(this.value=='联系人')this.value=''" type="text"> </div> <div class="item"> <b style="color:Red">*</b><input class="inp" id="new_telphone" value="手机" placeholder="手机" onfocus="if(this.value=='手机')this.value=''" type="text"> </div> <div class="item"> <input class="inp" id="new_wxtel" value="" placeholder="微信" onfocus="if(this.value=='微信')this.value=''" type="text"> </div> <div class="item"> <input class="inp" id="new_email" value="邮箱" placeholder="邮箱" onfocus="if(this.value=='邮箱')this.value=''" type="text"> </div> <div class="item"> <b style="color:Red">*</b><input class="inp" id="new_companyname" value="公司" placeholder="公司" onfocus="if(this.value=='公司')this.value=''" type="text"> </div> <div class="item"> <input class="inp" id="new_companyname" value="地址" placeholder="地址" onfocus="if(this.value=='地址')this.value=''" type="text"> </div> <div class="btn"> <button type="button" id="btnsubmit" onclick="NewOderMessage()" name="button">提交留言</button> </div> <input type="hidden" name="title" class="textCss" id="new_title" value="HBFX型小型不锈钢耐腐蚀自吸泵" /> <input type="hidden" name="address1" class="textCss" id="new_Address" value=""> <input type="hidden" name="cid" id="cid" value="67274" /> <input type="hidden" id="Pid" name="Pid" value="11413999" /> </div> </div> <div class="smallPop" id="PopHelp" onclick="OpenNewBox()"> <a href="javascript:void(0);">在线留言</a> </div> <div class="conPop" id="TelMsgBox" style="display:none" > <a class="close" href="javascript:void(0);" onclick="CloseTelMsgBox()" ></a> <p id="TelNo"></p> <span id="TelMsgContent"></span> </div> <script type="text/javascript"> var mobileUrl = "https://www.hbzhan.com".replace('https://', 'http://'); jQuery(function () { jQuery(".qr").attr('src', "https://www.hbzhan.com/QrCode.aspx?s=" + escape(mobileUrl + "/st67274")); }); </script> <!-- bshare --> <div class="rigthFenxiang"> <script type="text/javascript" charset="utf-8" src="/js/buttonLite.js#uuid=e8840f11-7cd9-4ee3-aaff-c7f033b6cce5&style=3&fs=3&textcolor=#fff&bgcolor=#feb65b&bp=weixin,qzone,sinaminiblog,qqim&text=分享到"></script> </div> <script type="text/javascript" charset="utf-8" src="/js/buttonLite.js#style=- 1&amp;uuid=&amp;pophcol=2&amp;lang=zh"></script> <!-- bshare --> <script>utils.select(".provinceTop", ".provinceBot");</script> <script> jQuery(".row ul li a").each(function () { var thisURL = window.location.href.toLowerCase(); //当前地址 var url = jQuery(this).attr('href').toLowerCase().split("."); //导航栏的各个url地址 var url1 = url[0]; //去掉后缀为.html的URL地址 if (thisURL.indexOf(url1) > -1) { jQuery(this).addClass("on"); jQuery(this).parent().siblings().children("a").removeClass("on"); } else if (thisURL.indexOf("sale_buy") > -1 || thisURL.indexOf("sale_join") > -1 || thisURL.indexOf("Sale_supply") > -1) { if (jQuery(this).attr('href').toLowerCase().indexOf("sale") > -1) { jQuery(this).addClass("on"); jQuery(this).parent().siblings().children("a").removeClass("on"); } } else if (thisURL.indexOf("newproduct") > -1 || thisURL.indexOf("promproduct") > -1 || thisURL.indexOf("price") > -1 || thisURL.indexOf("brand") > -1) { if (jQuery(this).attr('href').toLowerCase().indexOf("product") > -1) { jQuery(this).addClass("on"); jQuery(this).parent().siblings().children("a").removeClass("on"); } } else if (thisURL.indexOf("used") > -1 || thisURL.indexOf("/slist_") > -1 || thisURL.indexOf("/serlist_") > -1) { if (jQuery(this).attr('href').toLowerCase().indexOf("used") > -1 && jQuery(this).prop("className")=="WaitHighlight") { jQuery(this).addClass("on"); jQuery(this).parent().siblings().children("a").removeClass("on"); } } else if (thisURL.indexOf("/list_") > -1 || thisURL.indexOf("/erlist_") > -1) { if (jQuery(this).attr('href').toLowerCase().indexOf("product") > -1) { jQuery(this).addClass("on"); jQuery(this).parent().siblings().children("a").removeClass("on"); } } }); </script> <script> //var _hmt = _hmt || []; //(function() { // var hm = document.createElement("script"); // hm.src = "//hm.baidu.com/hm.js?7cfa071240e6d924fea0be6853d51a9c"; // var s = document.getElementsByTagName("script")[0]; // s.parentNode.insertBefore(hm, s); //})(); jQuery(document).ready(function(){ var hm = document.createElement("script"); hm.src = "//hm.baidu.com/hm.js?7cfa071240e6d924fea0be6853d51a9c" document.head.appendChild(hm); }) </script> <script> jQuery(document).ready(function () { var hm = document.createElement("script"); hm.src = "https://chat.hbzhan.com/chat/KFCenterBox/67274"; document.head.appendChild(hm); var hm2 = document.createElement("script"); hm2.src = "https://chat.hbzhan.com/chat/KFRightBox/67274"; document.head.appendChild(hm2); }) </script> <div class="mask" id="popup"> <div class="popup"> <div class="popup-title"> 评价<a href="javascript:" target="_self" onClick="document.getElementById('popup').style.display ='none';"><img src="https://public.mtnets.com/Images/public/whiteclose.png"></a> </div> <div class="popup-box"> <div class="evaluate-box"> <ul class="choice"> <li> <div class="input__radio"><input name="InvoiceType" value="1" type="radio" id="rdInvoiceType1" checked="checked"><label for="rdInvoiceType1"></label></div>好评 </li> <li> <div class="input__radio"><input name="InvoiceType" value="2" type="radio" id="rdInvoiceType2"><label for="rdInvoiceType2"></label></div>中评 </li> <li> <div class="input__radio"><input name="InvoiceType" value="3" type="radio" id="rdInvoiceType3"><label for="rdInvoiceType3"></label></div>差评 </li> </ul> <textarea id="CommentDetail" placeholder="请输入您的评价"></textarea> <div class="anonymous"> <span><a id="anonymous" class="checked" href="javascript:" target="_self"></a>匿名</span> </div> <div class="btn-box"> <a href="javascript:" onClick="AddProductDetailToComment()" class="submit" target="_self">提交</a> </div> </div> <div class="evaluate-list"> <h2><span>客户评价列表</span></h2> <table class="thead"> <thead> <tr> <td width="20%">评价时间</td> <td width="10%">类别</td> <td>详细内容</td> <td width="16%">评价者</td> <td width="16%">IP地址</td> </tr> </thead> </table> <table class="tcontent"> <tbody id="ProductComment"> </tbody> </table> <div class="pages" ><a class="prev" href="javascript:" onClick="prevPage()" target="_self"></a><a id="CurrentSize" class="on" href="javascript:" target="_self"></a><a class="lt" onClick="NextPage()" href="javascript:" target="_self"></a>总共<b id="Counts"></b>条&nbsp;&nbsp;本页<b id="CurrentCount"></b>条</div> <!-- 无评论 --> <div class="null" style="display: none;"> 暂无评论呀~ </div> </div> </div> </div> </div> <script> jQuery(".anonymous span a").click(function() { jQuery(this).toggleClass("checked"); }); var galleryThumbs = new Swiper('.gallery-thumbs', { spaceBetween: 18, slidesPerView : 5, freeMode: true, loopedSlides: 5, //looped slides should be the same watchSlidesVisibility: true, watchSlidesProgress: true, }); var galleryTop = new Swiper('.gallery-top', { spaceBetween: 0, loop:true, loopedSlides: 5, //looped slides should be the same navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, thumbs: { swiper: galleryThumbs, }, }); </script> <script type="text/javascript" src="https://public.mtnets.com/Plugins/downCount/jquery.downCount.js"></script> <script src="/NewShowStand/Templates/102/Js/jquery-1.8.3.min.js" type="text/javascript"></script> <script src="/NewShowStand/Templates/107/Js/jquery.107elevateZoom-3.0.8.min.js?v=202411240328" type="text/javascript"></script> <script type="text/javascript"> if (jQuery(".PromEndTime").length > 0) { var date = jQuery(".PromEndTime").val(); jQuery('.PromProMessage').downCount({ date: date, offset: 8 }, function () { alert('倒计时结束!'); }); } var w = jQuery(".pro_left").width(); jQuery(".pro_left .swiper-slide").find("a").each(function () { jQuery(this).width(w); var u = navigator.userAgent; if (!!u.match(/AppleWebKit.*Mobile.*/)) {//判断是否为手机端 } else { jQuery(this).find("img").elevateZoom({ zoomWindowFadeIn: 500, zoomWindowFadeOut: 500 }); } }) </script> <script type="text/javascript"> //不同显示 var time_range = function (beginTime, endTime, nowTime) { var strb = beginTime.split (":"); if (strb.length != 2) { return false; } var stre = endTime.split (":"); if (stre.length != 2) { return false; } var strn = nowTime.split (":"); if (stre.length != 2) { return false; } var b = new Date (); var e = new Date (); var n = new Date (); b.setHours (strb[0]); b.setMinutes (strb[1]); e.setHours (stre[0]); e.setMinutes (stre[1]); n.setHours (strn[0]); n.setMinutes (strn[1]); if (n.getTime () - b.getTime () > 0 && n.getTime () - e.getTime () < 0) { return true; } else { //alert ("当前时间是:" + n.getHours () + ":" + n.getMinutes () + ",不在该时间范围内!"); return false; } } var _checkfreecontactus=false; </script> <link rel="stylesheet" href="https://public.mtnets.com/css/base.css"> <link rel="stylesheet" href="https://public.mtnets.com/font/font_2901389/iconfont.css"> <link rel="stylesheet" href="https://public.mtnets.com/css/base.css"> <link rel="stylesheet" href="https://public.mtnets.com/Font/din/DINWebW07.css"> <link rel="stylesheet" href="//at.alicdn.com/t/c/font_2901389_the5ha9h0z.css"> <link rel="stylesheet" href="/NewShowStand/css/contact/Blue/contact.css?v=007"> <link rel="stylesheet" href="https://public.mtnets.com/css/guestDialog/themes/Blue/style.css"> <div class="view-contact" style="display:none" id="view-contact"> <div class="view-contact-box"> <a href="javascript:" class="close" onclick="jQuery('#view-contact').hide();"><i class="Public">&#xea57;</i></a> <div class="view-top"> <p>联系方式</p> </div> <div class="view-message"> <p>上海鄂泉泵业有限公司</p> <div class="data"> <div class="phone"><i></i> 18019322608 </div> <div class="people"><span>联系人</span>销售部</div> </div> </div> <div class="view-content"> <div class="view-title"><i></i>让卖家联系我</div> <div class="view-radio-box"> <span>咨询类型:</span> <div class="view-item"> <div class="view__input__radio"><input name="consultType" value="1" type="radio" id="consultType1" checked="checked"><label for="consultType1"></label></div>询价产品 </div> <div class="view-item"> <div class="view__input__radio"><input name="consultType" value="2" type="radio" id="consultType2" ><label for="consultType2"></label></div>售后服务 </div> </div> <div class="view-textarea-box" style=""> <span>详细描述</span> <div class="textarea"> <textarea id="view-txtDetail" onfocus="ClearFristInfo('view-txtDetail','请简单描述您的需求,限200字',1);" onblur="ClearFristInfo('view-txtDetail','请简单描述您的需求,限200字',0);" name="view-txtDetail" class="detail" cols="" rows="">请简单描述您的需求,限200字</textarea> <p class="Wrong" style="display: none;"></p> </div> </div> <div class="view-input-box"> <span>单<b></b>位</span> <div class="input-box"><input type="text" name="" value="" id="viewcompanyname" maxlength="50"><p class="Wrong" style="display: none;"></p></div> </div> <div class="view-input-box"> <span>联系人</span> <div class="input-box"><input type="text" name="" value="" id="viewlinkname" maxlength="10"><p class="Wrong" style="display: none;"></p></div> </div> <div class="view-input-box"> <span>电<b></b>话</span> <div class="input-box"><input type="text" name="" value="" id="viewtel" maxlength="20">><p class="Wrong" style="display: none;"></p></div> </div> <div class="view-input-box view-code"> <span>验证码</span> <div class="input-box"> <input type="text" name="viewcontactcode" id="viewcontactcode" value="" maxlength="8"><img id="viewcodeimg" src="/NewShowStand/Image.aspx?type=viewcontact&v=1" onclick="this.src='/NewShowStand/Image.aspx?type=viewcontact&v='+Math.random()" title="点击刷新验证码" style="cursor:pointer;"> <p class="Wrong" style="display: none;"></p></div> </div> <div class="view-btn"> <button onclick="SendCompanyContactMessage(67274)">提交信息</button> <div class="view-tip">提交后,默认您同意<a href="/UserManage/login.aspx?agreement3" target="_blank">《服务条款》</a>和<a href="/UserManage/login.aspx?agreement4" target="_blank" >《隐私协议》</a></div> </div> </div> </div> </div> <input type="hidden" id="viewtitle" value="HBFX型小型不锈钢耐腐蚀自吸泵" /> <input type="hidden" id="viewpid" value="11413999" /> <div class="view-contact" id="view-contact-success" style="display:none" > <div class="view-guest-success"> <a href="javascript:" class="close" onclick="document.getElementById('view-contact-success').style.display='none';"><i class="Public icon-P-cancel-fill"></i></a> <div class="view-icon"><i class="success-icon"></i></div> <div class="view-content"> <div class="tip">您的留言已提交成功~</div> <p>采购或询价产品,请直接拨打电话联系</p> <p>联系人:销售部</p> <div class="contact-us"> <mark> <i class="use-icon"></i> <span> 联系方式:<b id="viewcontentmobile">18019322608</b> </span> </mark> </div> <div class="view-btn"><a href="javascript:" onclick="jQuery('#view-contact-success').hide();">我知道了</a></div> </div> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10