|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
|
|
<title>真空专用电磁阀/流量计/玻璃转子流量计/金属转子流量计/电磁流量计/涡街流量计/涡轮流量计/椭圆齿轮流量计/旋转活塞流量计/明渠流量计</title>
|
|
<link href="css.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
|
|
<body>
|
|
<style type="text/css">
|
|
.qqbox a:link {
|
|
color: #000;
|
|
text-decoration: none;
|
|
}
|
|
.qqbox a:visited {
|
|
color: #000;
|
|
text-decoration: none;
|
|
}
|
|
.qqbox a:hover {
|
|
color: #f80000;
|
|
text-decoration: underline;
|
|
}
|
|
.qqbox a:active {
|
|
color: #f80000;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.qqbox{
|
|
width:132px;
|
|
height:auto;
|
|
overflow:hidden;
|
|
position:absolute;
|
|
right:0;
|
|
top:100px;
|
|
color:#000000;
|
|
font-size:12px;
|
|
letter-spacing:0px;
|
|
}
|
|
.qqlv{
|
|
width:25px;
|
|
height:256px;
|
|
overflow:hidden;
|
|
position:relative;
|
|
float:right;
|
|
z-index:50px;
|
|
}
|
|
.qqkf{
|
|
width:120px;
|
|
height:auto;
|
|
overflow:hidden;
|
|
right:0;
|
|
top:0;
|
|
z-index:99px;
|
|
border:6px solid #138AC4;
|
|
background:#fff;
|
|
}
|
|
.qqkfbt{
|
|
width:118px;
|
|
height:20px;
|
|
overflow:hidden;
|
|
background:#138AC4;
|
|
line-height:20px;
|
|
font-weight:bold;
|
|
color:#fff;
|
|
position:relative;
|
|
border:1px solid #138AC4;
|
|
cursor:pointer;
|
|
text-align:center;
|
|
}
|
|
.qqkfhm{
|
|
width:112px;
|
|
height:22px;
|
|
overflow:hidden;
|
|
line-height:22px;
|
|
padding-right:8px;
|
|
position:relative;
|
|
margin:3px 0;
|
|
}
|
|
.bgdh{
|
|
width:102px;
|
|
padding-left:10px;
|
|
}
|
|
</style>
|
|
|
|
|
|
<div class="qqbox" id="divQQbox">
|
|
|
|
<div class="qqkf" style="display:block;" id="contentid" >
|
|
<div class="qqkfbt" id="qq-1" onfocus="this.blur();">在线联系</div>
|
|
<div id="K1">
|
|
<div class="qqkfhm bgdh">
|
|
<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=3329295&site=qq&menu=yes"><img src="http://wpa.qq.com/pa?p=2:3329295:45" alt="点击这里给我发消息" border="0" align="absmiddle" title="点击这里给我发消息">技术交流</a>
|
|
</div>
|
|
<div class="qqkfhm bgdh">
|
|
<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=82718194&site=qq&menu=yes"><img src="http://wpa.qq.com/pa?p=2:3329295:45" alt="点击这里给我发消息" border="0" align="absmiddle" title="点击这里给我发消息">商务1</a>
|
|
</div>
|
|
<div class="qqkfhm bgdh">
|
|
<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=2448518773&site=qq&menu=yes"><img src="http://wpa.qq.com/pa?p=2:3329295:45" alt="点击这里给我发消息" border="0" align="absmiddle" title="点击这里给我发消息">商务2</a>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
<div class="qqkfbt" id="qq-2" onfocus="this.blur();">售后服务</div>
|
|
<div id="K2" style="">
|
|
<div class="qqkfhm bgdh"><a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=281999049&site=qq&menu=yes"><img src="http://wpa.qq.com/pa?p=2:3329295:45" alt="点击这里给我发消息" border="0" align="absmiddle" title="点击这里给我发消息">售后</a>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<scrtpt language="javascrtpt">
|
|
function showandhide(h_id,hon_class,hout_class,c_id,totalnumber,activeno) {
|
|
var h_id,hon_id,hout_id,c_id,totalnumber,activeno;
|
|
for (var i=1;i<=totalnumber;i++) {
|
|
document.getElementById(c_id+i).style.display='none';
|
|
document.getElementById(h_id+i).className=hout_class;
|
|
}
|
|
document.getElementById(c_id+activeno).style.display='block';
|
|
document.getElementById(h_id+activeno).className=hon_class;
|
|
}
|
|
var tips;
|
|
var theTop = 100;
|
|
var old = theTop;
|
|
function initFloatTips()
|
|
{
|
|
tips = document.getElementById('divQQbox');
|
|
moveTips();
|
|
}
|
|
function moveTips()
|
|
{
|
|
var tt=50;
|
|
if (window.innerHeight)
|
|
{
|
|
pos = window.pageYOffset
|
|
}else if (document.documentElement && document.documentElement.scrollTop) {
|
|
pos = document.documentElement.scrollTop
|
|
}else if (document.body) {
|
|
pos = document.body.scrollTop;
|
|
}
|
|
|
|
pos=pos-tips.offsetTop+theTop;
|
|
pos=tips.offsetTop+pos/10;
|
|
if (pos < theTop){
|
|
pos = theTop;
|
|
}
|
|
if (pos != old) {
|
|
tips.style.top = pos+"px";
|
|
tt=10;//alert(tips.style.top);
|
|
}
|
|
old = pos;
|
|
setTimeout(moveTips,tt);
|
|
}
|
|
initFloatTips();
|
|
if(typeof(HTMLElement)!="undefined")//给firefox定义contains()方法,ie下不起作用
|
|
{
|
|
HTMLElement.prototype.contains=function (obj)
|
|
{
|
|
while(obj!=null&&typeof(obj.tagName)!="undefind"){//通过循环对比来判断是不是obj的父元素
|
|
if(obj==this) return true;
|
|
obj=obj.parentNode;
|
|
}
|
|
return false;
|
|
}
|
|
}
|
|
function show()
|
|
{
|
|
document.getElementById("meumid").style.display="none"
|
|
document.getElementById("contentid").style.display="block"
|
|
}
|
|
function hideMsgBox(theEvent){
|
|
if (theEvent){
|
|
var browser=navigator.userAgent;
|
|
if (browser.indexOf("Firefox")>0){//如果是Firefox
|
|
if (document.getElementById("contentid").contains(theEvent.relatedTarget)) {//如果是子元素
|
|
return
|
|
}
|
|
}
|
|
if (browser.indexOf("MSIE")>0 || browser.indexOf("Presto")>=0){//如果是IE
|
|
if (document.getElementById('contentid').contains(event.toElement)) {//如果是子元素
|
|
return;//结束函式
|
|
}
|
|
}
|
|
}
|
|
document.getElementById("meumid").style.display = "block";
|
|
document.getElementById("contentid").style.display = "none";
|
|
}
|
|
</scrtpt>
|
|
<link href="css.css" rel="stylesheet" type="text/css" />
|
|
<table width="780" border="0" align="center" cellpadding="0" cellspacing="0" class="LR">
|
|
<tr>
|
|
<td height="115" background="images/senpu2_01.jpg"><div class="addFav">加入收藏</div></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="780" border="0" align="center" cellpadding="0" cellspacing="0" class="LR">
|
|
<tr>
|
|
<td valign="top" bgcolor="#F3F3F3"><table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td height="38" background="images/senpu_02.jpg"><link href="css.css" rel="stylesheet" type="text/css" />
|
|
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="bt2">
|
|
<tr>
|
|
<td height="38" background="images/senpu_02.jpg"><table width="90%" height="38" border="0" align="center" cellpadding="1" cellspacing="0" id="tab1">
|
|
<tr>
|
|
<td align="center" class="nav1"><a href="default.asp" >返回首页</a></td>
|
|
<td width="2"><img src="images/senpu_04.jpg" width="2" height="38" /></td>
|
|
<td align="center" class="nav1" ><a href="about.asp" >公司介绍</a></td>
|
|
<td width="2" class="nav1"><img src="images/senpu_04.jpg" width="2" height="38" /></td>
|
|
<td align="center" class="nav1" ><a href="prodList.asp" >产品展示</a></td>
|
|
<td width="2" class="nav1"><img src="images/senpu_04.jpg" width="2" height="38" /></td>
|
|
<td align="center" class="nav1" id="na2"><a href="DownList.asp" >资料下载</a></td>
|
|
<td width="2" class="nav1"><img src="images/senpu_04.jpg" width="2" height="38" /></td>
|
|
<td align="center" class="nav1" id="na3"><a href="Service.asp" >技术服务</a></td>
|
|
<td width="2" class="nav1"><img src="images/senpu_04.jpg" width="2" height="38" /></td>
|
|
<td align="center" class="nav1" ><a href="Jobs.asp" >人才招聘</a></td>
|
|
<td width="2" class="nav1"><img src="images/senpu_04.jpg" width="2" height="38" /></td>
|
|
<td align="center" class=nav1 ><a href="Guest.asp" >客户留言</a></td>
|
|
<td width="2" class="nav1"><img src="images/senpu_04.jpg" width="2" height="38" /></td>
|
|
<td align="center" class="nav1" ><a href="Contact.asp" >联系我们</a></td>
|
|
<td width="2"><img src="images/senpu_04.jpg" width="2" height="38" /></td>
|
|
</tr>
|
|
</table></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td bgcolor="#c6c3c6" height="2"></td>
|
|
</tr>
|
|
</table>
|
|
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td class="css222"><a href="default.asp">首页</a>>><a href="prodlist.asp">产品展示</a>>><a href="prodlist.asp?classid=56">专用电磁阀</a>>>真空专用电磁阀</td>
|
|
</tr>
|
|
</table>
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td class="content"><TABLE border=1 cellSpacing=0 cellPadding=0 width=555 align=left>
|
|
<TBODY>
|
|
<TR>
|
|
<TD width=73>
|
|
<DIV>参数</DIV></TD>
|
|
<TD width=482>
|
|
<DIV>ZKDF-PK排空型真空电磁阀 ZKDF保压型真空电磁阀</DIV></TD></TR>
|
|
<TR>
|
|
<TD width=73>
|
|
<DIV>公称通径</DIV></TD>
|
|
<TD width=482>
|
|
<DIV>DN15~DN150</DIV></TD></TR>
|
|
<TR>
|
|
<TD width=73>
|
|
<DIV>工作压力</DIV></TD>
|
|
<TD width=482>
|
|
<DIV>ZKDF-PK:-0.1~0Mpa ZKDF-BY:-0.1~0.6Mpa</DIV></TD></TR>
|
|
<TR>
|
|
<TD width=73>
|
|
<DIV>适用温度</DIV></TD>
|
|
<TD width=482>
|
|
<DIV>≤80℃</DIV></TD></TR>
|
|
<TR>
|
|
<TD width=73>
|
|
<DIV>连接方式</DIV></TD>
|
|
<TD width=482>
|
|
<DIV>英制管螺纹 标准法兰</DIV></TD></TR>
|
|
<TR>
|
|
<TD width=73>
|
|
<DIV>电源电压</DIV></TD>
|
|
<TD width=482>
|
|
<DIV>交直流各种电压</DIV></TD></TR>
|
|
<TR>
|
|
<TD width=73>
|
|
<DIV>适用介质</DIV></TD>
|
|
<TD width=482>
|
|
<DIV>气体及纯净的液体</DIV></TD></TR>
|
|
<TR>
|
|
<TD width=73>
|
|
<DIV>控制方式</DIV></TD>
|
|
<TD width=482>
|
|
<DIV>常闭型、常开型、防爆型(ExdIICT4)</DIV></TD></TR>
|
|
<TR>
|
|
<TD width=73>
|
|
<DIV>阀体材质</DIV></TD>
|
|
<TD width=482>
|
|
<DIV>铜体、铁铁体、不锈钢</DIV></TD></TR></TBODY></TABLE>
|
|
<DIV></DIV>
|
|
<DIV></DIV>
|
|
<DIV></DIV>
|
|
<DIV></DIV>
|
|
<DIV></DIV>
|
|
<DIV></DIV>
|
|
<DIV></DIV>
|
|
<DIV></DIV>
|
|
<DIV></DIV>
|
|
<DIV></DIV>
|
|
<DIV></DIV>
|
|
<DIV></DIV>
|
|
<DIV></DIV>
|
|
<DIV> </DIV>
|
|
<DIV> </DIV>
|
|
<DIV> </DIV>
|
|
<DIV> </DIV></td>
|
|
</tr>
|
|
</table></td>
|
|
</tr>
|
|
</table>
|
|
<link href="css.css" rel="stylesheet" type="text/css">
|
|
<table width="780" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#f3f3f3" class="LRTop">
|
|
<tr>
|
|
<td height="30" align="center" class="zi3"><a href="default.asp">网站首页</a> | <a href="about.asp">关于佰思通</a> | <a href="prodlist.asp">产品展示</a> | <a href="downlist.asp">资料下载</a> | <a href="guest.asp">客户留言</a> | <a href="contact.asp">联系我们</a> | <a href="myadmin/admin_login.asp" target="_blank">后台管理</a> </td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center" class="zi4"><table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td width="20%" align="center"> </td>
|
|
<td align="center">2005-2006版权所有——淄博佰思通自控仪表有限公司 <br />
|
|
地址:淄博市张店区杏园东路洪沟五金机电城</td>
|
|
<td width="40%"><a target=blank href=tencent://message/?uin=76000122&Site=淄博佰思通自控仪表有限公司&Menu=yes><img border="0" SRC=http://wpa.qq.com/pa?p=1:76000122:7 alt="点击这里给我发消息"></a><a target=_blank href=http://amos1.sh1.china.alibaba.com/msg.atc?v=1&uid=zbsp533><img border=0 src=http://amos1.sh1.china.alibaba.com/online.atc?v=1&uid=zbsp533&s=101></a></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|
|