<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="canonical" href="http://www.bjjxhjkj.com/ParentList-2438914.html" />

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<TITLE>在线水质分析仪-北京京象环境科技有限公司</TITLE>
<META NAME="Description" CONTENT="北京京象环境科技有限公司专业供应销售在线水质分析仪系列产品,公司具有良好的市场信誉,专业的售后和技术服务团队,凭借多年不断技术创新,迎得了客户的认可,欢迎来电来涵洽谈合作！">
<META NAME="Keywords" CONTENT="在线水质分析仪">
<link rel="stylesheet" type="text/css" href="/Skins/572571/css/Common.css">
<link rel="stylesheet" type="text/css" href="/Skins/572571/css/lyStyle.css">
<link rel="stylesheet" type="text/css" href="/Skins/572571/css/swiper.min.css">
<script src="/Skins/572571/js/jquery-3.6.0.min.js"></script>
<script src="/Skins/572571/js/swiper.min.js"></script>

<!--此Js使手机浏览器的active为可用状态-->
<script type="text/javascript">
    document.addEventListener("touchstart", function () { }, true);
</script>
<!--导航当前状态 JS-->
<script language="javascript" type="text/javascript"> 
	var nav= '3';
</script>
<!--导航当前状态 JS END-->
<link rel="shortcut icon" href="/Skins/572571/favicon.ico" />
<script type="application/ld+json">
{
"@context": "https://ziyuan.baidu.com/contexts/cambrian.jsonld",
"@id": "http://www.bjjxhjkj.com/ParentList-2438914.html",
"title": "在线水质分析仪-北京京象环境科技有限公司",
"upDate": "2025-05-19T10:58:47"
    }</script>
<script language="javaScript" src="/js/JSChat.js"></script><script language="javaScript">function ChatBoxClickGXH() { DoChatBoxClickGXH('https://chat.chem17.com',576131) }</script><script>!window.jQuery && document.write('<script src="https://public.mtnets.com/Plugins/jQuery/2.2.4/jquery-2.2.4.min.js">'+'</scr'+'ipt>');</script><script type="text/javascript" src="https://chat.chem17.com/chat/KFCenterBox/572571"></script><script type="text/javascript" src="https://chat.chem17.com/chat/KFLeftBox/572571"></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>
<meta name="mobile-agent" content="format=html5;url=http://m.bjjxhjkj.com/parentlist-2438914.html">
</head>

<body style="background-color:#f9f9f9;">

<!--头部 开始-->
<div class="ly_top">
  <div class="w1400">
    <div class="ly_logo"> <a href="/"><img src="/Skins/572571/images/logo.jpg" alt="北京京象环境科技有限公司"></a> </div>
    <div class="ly_tel"> <span>咨询热线</span>
      <p>13439158498</p>
    </div>
    <div class="clear"></div>
  </div>
  <div class="lyTop_Main w1400">
    <div class="lyTop_Search">
      <form method="post" onsubmit="return checkFrom(this);" action="/products.html">
        <div class="scIpt">
          <input type="text" name="keyword" value="请输入您要查询的产品" onfocus="if(this.value=='请输入您要查询的产品'){this.value=''; }" maxlength="50">
        </div>
        <div class="scBtn">
          <input type="submit" value="">
        </div>
        <div class="clear"></div>
      </form>
    </div>
    <!--导航栏 开始-->
    <div class="ly_Nav"> 
      <!-- 控制menu -->
      <div class="nav_menu"> <span></span> <span></span> <span></span> </div>
      <!-- 菜单 -->
      <div class="nav_list">
        <ul>
          <li id="navId1"><a href="/"><img src="/Skins/572571/images/Home.png" />首页</a></li>
          <li id="navId2"><a href="/aboutus.html">关于我们</a><em></em></li>
          <li id="navId3"><a href="/products.html">产品中心</a><em></em> 
            <!--二级栏目--> 
            <!--<i></i>
                        <ul><li><a href="#"></a></li></ul>--> 
          </li>
          <li id="navId4"><a href="/news.html">新闻资讯</a><em></em></li>
          <li id="navId5"><a href="/article.html">技术文章</a><em></em></li>
          <li id="navId6"><a href="/order.html">在线留言</a><em></em></li>
          <li id="navId7"><a href="/contact.html">联系我们</a><em></em></li>
        </ul>
        <div class="nav_mask"></div>
      </div>
    </div>
    <!--导航栏 结束-->
    <div class="clear"></div>
  </div>
  <script type="text/javascript">
	$('.nav_mask').click(function(){
		$('.nav_list').removeClass('open')
	})
	$('.nav_menu,.nav_list').click(function(e){
		e.stopPropagation()
	})
	$('.ly_Nav').find('.nav_menu').click(function(e){
		$('.nav_list').toggleClass('open')
	})
	$(function () {
		$(".nav_list ul li i").click(function(){
			var b=false;
			if($(this).attr("class")=="cur"){
			   b=true;
			}
			$(".nav_list ul li ul").prev("i").removeClass("cur");
			$(".nav_list>ul>li").children("ul").slideUp("fast");
			if(!b){
				$(this).addClass("cur");
				$(this).siblings("ul").slideDown("fast");
			}
		})
	});
</script> 
  <script language="javascript" type="text/javascript">
	try {
		document.getElementById("navId" + nav).className = "active";
	}
	catch (e) {}
</script> 

<script src="http://www.chem17.com/mystat.aspx?u=Jxzdkz02"></script>

<!--NyBanner 开始-->
<div class="NyBanner">
	<img src="/Skins/572571/images/nyBanner.jpg" class="nyBa_Img" />
    <div class="NyBa_Con">
      <span>PRODUCTS CENTER</span><p>产品中心</p><i></i>
      <div class="Crumb"> <img src="/Skins/572571/images/ny_home.png" class="home">当前位置：<a href="/">首页</a><img src="/Skins/572571/images/jt08.png" class="jt"><a href="/products.html">产品中心</a><img src="/Skins/572571/images/jt08.png" class="jt"><a href="/ParentList-2438914.html">在线水质分析仪</a><img src="/Skins/572571/images/jt08.png" class="jt"></div>
    </div>
</div>
<!--NyBanner 结束-->
</div>

<!--NyProlist 开始-->
<div class="NyProlist">
    <div class="NyProlist_Left">
        <div class="h_left">
            <div class="cp_type">
                <div class="hd"><p><img src="/Skins/572571/images/ProIco1.png" />产品分类</p><span>PRODUCT CLASSIFICATION</span><em></em><i></i></div>
                <div class="bd">
                    <ul>
                        
                        <li>
                            <p><a href="/ParentList-2438914.html">在线水质分析仪</a><span></span></p>
                            <div>
                                
                                <a href="/SonList-2575730.html">便携式多参数水质测试仪</a>
                                
                                <a href="/SonList-2567598.html">氨氮在线水质分析仪</a>
                                
                                <a href="/SonList-2439909.html">在线BOD分析仪</a>
                                
                                <a href="/SonList-2439905.html">物理监测指标-水温</a>
                                
                                <a href="/SonList-2439903.html">物理监测指标-色度</a>
                                
                                <a href="/SonList-2439894.html">电导率</a>
                                
                                <a href="/SonList-2439892.html">氧化还原电位</a>
                                
                                <a href="/SonList-2439889.html">比色法PH值测定</a>
                                
                                <a href="/SonList-2439888.html">DO-在线溶解氧大仪器</a>
                                
                                <a href="/SonList-2439829.html">在线氯化物及余氯分析仪</a>
                                
                                <a href="/SonList-2439828.html">凯氏氮</a>
                                
                                <a href="/SonList-2439827.html">在线总氮分析仪</a>
                                
                                <a href="/SonList-2439826.html">高锰酸盐指数在线水质分析仪（锰法）</a>
                                
                                <a href="/SonList-2439825.html">总有机碳（TOC）</a>
                                
                                <a href="/SonList-2439824.html">在线石油类分析仪</a>
                                
                                <a href="/SonList-2439823.html">草甘膦在线水质分析仪（C3H8NO5P）</a>
                                
                                <a href="/SonList-2439822.html">硫酸盐在线水质分析仪（SO42）</a>
                                
                                <a href="/SonList-2439820.html">京象水质监测数据平台</a>
                                
                                <a href="/SonList-2439818.html">氨氮在线水质分析仪(水杨酸分光光度法)</a>
                                
                                <a href="/SonList-2439817.html">在线游离酸分析仪</a>
                                
                                <a href="/SonList-2439815.html">在线单参数分析仪</a>
                                
                                <a href="/SonList-2439814.html">wtf 6000L多参数水质分析仪</a>
                                
                                <a href="/SonList-2439813.html">锅炉软化水在线分析仪（硬度、氯离子、PH）三参数一体机</a>
                                
                                <a href="/SonList-2439812.html">在线镉分析仪</a>
                                
                                <a href="/SonList-2439811.html">在线锰离子分析仪</a>
                                
                                <a href="/SonList-2439809.html">在线式重金属分析仪</a>
                                
                                <a href="/SonList-2439807.html">在线总铬/在线六价铬分析仪</a>
                                
                                <a href="/SonList-2439805.html">在线汞分析仪</a>
                                
                                <a href="/SonList-2439804.html">在线六价铬分析仪</a>
                                
                                <a href="/SonList-2439803.html">在线铅离子分析仪</a>
                                
                                <a href="/SonList-2439802.html">在线铁分析仪</a>
                                
                                <a href="/SonList-2439801.html">砷离子/总砷在线水质分析仪（As）</a>
                                
                                <a href="/SonList-2439798.html">铜离子/总铜在线水质分析仪（Cu）</a>
                                
                                <a href="/SonList-2439786.html">在线分析仪</a>
                                
                                <a href="/SonList-2438936.html">在线银离子分析仪</a>
                                
                                <a href="/SonList-2438935.html">在线镍离子分析仪</a>
                                
                                <a href="/SonList-2438934.html">在线锌分析仪</a>
                                
                                <a href="/SonList-2438933.html">在线铝离子分析仪</a>
                                
                                <a href="/SonList-2438932.html">在线铵分析仪</a>
                                
                                <a href="/SonList-2438931.html">总磷在线水质分析仪（TP）</a>
                                
                                <a href="/SonList-2438930.html">硬度在线水质分析仪</a>
                                
                                <a href="/SonList-2438929.html">磷酸盐在线水质分析仪</a>
                                
                                <a href="/SonList-2438928.html">在线亚硝酸盐氮分析仪</a>
                                
                                <a href="/SonList-2438927.html">在线硝酸盐氮分析仪</a>
                                
                                <a href="/SonList-2438926.html">在线氟离子分析仪</a>
                                
                                <a href="/SonList-2438925.html">在线联氨离子分析仪</a>
                                
                                <a href="/SonList-2438924.html">在线氯离子分析仪</a>
                                
                                <a href="/SonList-2438923.html">硅在线水质分析仪</a>
                                
                                <a href="/SonList-2438922.html">在线挥发酚分析仪</a>
                                
                                <a href="/SonList-2438921.html">氨氮在线水质分析仪（纳氏试剂光度法）</a>
                                
                                <a href="/SonList-2438920.html">在线硫化物分析仪</a>
                                
                                <a href="/SonList-2438919.html">COD在线水质分析仪（铬法）</a>
                                
                                <a href="/SonList-2438918.html">wtf-2000T AE-2的水中油分析仪</a>
                                
                                <a href="/SonList-2438917.html">COD在线水质分析仪（UV紫外法）</a>
                                
                                <a href="/SonList-2438916.html">碱度在线水质分析仪</a>
                                
                                <a href="/SonList-2438915.html">常规伍参数监测仪</a>
                                 
                            </div>
                        </li>
                       
                    </ul>
                    <div class="ProAll"><a href="/products.html">查看全部产品<i></i></a></div>
                </div>
            </div>
        </div>
        
        <!--相关文章 开始-->
        <div class="NyXgwz">
        	<div class="NyXgwz_Title"><p><img src="/Skins/572571/images/ArtIco.png" />相关文章</p><span>RELATED ARTICLES</span><em></em></div>
            <div class="NyXgwz_List">
            	<dl>
                    
                	<dd><a href="/Article-3924574.html"><i></i>磷酸盐在线水质分析仪验收技术规范</a></dd>
                    
                	<dd><a href="/Article-3525230.html"><i></i>碱度在线水质分析仪的分析要求及方法</a></dd>
                    
                	<dd><a href="/Article-3478305.html"><i></i>在线亚硝酸盐氮分析仪的分析方法</a></dd>
                    
                	<dd><a href="/Article-3482031.html"><i></i>污水排放运维服务在环境保护中具有重要意义</a></dd>
                    
                </dl>
            </div>
        </div>
        <!--相关文章 结束-->
    </div>
    <script type="text/javascript" src="/Skins/572571/js/pt_js.js"></script>
    <div class="NyProlist_Right">
    	<ul>
        	
            
            <li><div class="NyProlist_Img"><a href="/Products-39146484.html"><img src="http://img53.chem17.com/gxhpic_ba0052b896/53e0d376465fc477637b75e5b5af24c3f2d9df2a4f7e62df6d1fbcc6c0150a1f453eb8c101df091b_340_240_5.jpg" alt="WTF3600-Zn锌水质在线分析仪"/></a></div>
<div class="NyProlist_Text">
    <div class="NyProlist_Name"><a href="/Products-39146484.html">锌水质在线分析仪</a></div>
    <div class="NyProlist_Ms"><p>WTF3600-Zn型锌水质在线分析仪是用于地表水及污水锌指标的在线监测仪器。仪器具有操作简单，自动化程度高、便于维护、耗材成本低等特点，仪器标配有RS485/RS232接口，支持MODBUS协议，可以通过远程通讯对其运行状况和数据进行全面掌握，亦能对其进行远程控制，实现远程分析等优良功能。</p></div>
    <div class="NyProlist_Tags">
        <dl>
            <dd><img src="/Skins/572571/images/ProIco2.png" />更新时间：2025-05-19</dd>
            <dd><img src="/Skins/572571/images/ProIco3.png" />产品型号：WTF3600-Zn</dd>
            <dd><img src="/Skins/572571/images/ProIco4.png" />浏览量：472</dd>
            <div class="clear"></div>
        </dl>
    </div>
</div>
<div class="clear"></div>
<a href="/Products-39146484.html" class="NyProlist_More"><img src="/Skins/572571/images/more01.png" /></a></li>
            
            <li><div class="NyProlist_Img"><a href="/Products-39146455.html"><img src="http://img58.chem17.com/gxhpic_ba0052b896/53e0d376465fc477637b75e5b5af24c3d7b0bc796a755edef3e45dd7b7165f0d78c24cdda6d12471_340_240_5.jpg" alt="WTF3600-Cu铜水质在线分析仪"/></a></div>
<div class="NyProlist_Text">
    <div class="NyProlist_Name"><a href="/Products-39146455.html">铜水质在线分析仪</a></div>
    <div class="NyProlist_Ms"><p>WTF3600-Cu型铜水质在线分析仪是用于地表水及污水铜指标的在线监测仪器。仪器具有操作简单，自动化程度高、便于维护、耗材成本低等特点，仪器标配有RS485/RS232接口，支持MODBUS协议，可以通过远程通讯对其运行状况和数据进行全面掌握，亦能对其进行远程控制，实现远程分析等优良功能。</p></div>
    <div class="NyProlist_Tags">
        <dl>
            <dd><img src="/Skins/572571/images/ProIco2.png" />更新时间：2025-05-19</dd>
            <dd><img src="/Skins/572571/images/ProIco3.png" />产品型号：WTF3600-Cu</dd>
            <dd><img src="/Skins/572571/images/ProIco4.png" />浏览量：433</dd>
            <div class="clear"></div>
        </dl>
    </div>
</div>
<div class="clear"></div>
<a href="/Products-39146455.html" class="NyProlist_More"><img src="/Skins/572571/images/more01.png" /></a></li>
            
            <li><div class="NyProlist_Img"><a href="/Products-39146426.html"><img src="http://img54.chem17.com/gxhpic_ba0052b896/406477867b1b7e01f49fb69fa7b8ba557abe3b3f4a145762e431e427f1f7a47a976fbda21317b660_340_240_5.jpg" alt="WTF3600-Pb铅水质在线分析仪"/></a></div>
<div class="NyProlist_Text">
    <div class="NyProlist_Name"><a href="/Products-39146426.html">铅水质在线分析仪</a></div>
    <div class="NyProlist_Ms"><p>WTF3600-Pb型铅水质在线分析仪是用于地表水及污水铅指标的在线监测仪器。仪器具有操作简单，自动化程度高、便于维护、耗材成本低等特点，仪器标配有RS485/RS232接口，支持MODBUS协议，可以通过远程通讯对其运行状况和数据进行全面掌握，亦能对其进行远程控制，实现远程分析等优良功能.</p></div>
    <div class="NyProlist_Tags">
        <dl>
            <dd><img src="/Skins/572571/images/ProIco2.png" />更新时间：2025-05-19</dd>
            <dd><img src="/Skins/572571/images/ProIco3.png" />产品型号：WTF3600-Pb</dd>
            <dd><img src="/Skins/572571/images/ProIco4.png" />浏览量：426</dd>
            <div class="clear"></div>
        </dl>
    </div>
</div>
<div class="clear"></div>
<a href="/Products-39146426.html" class="NyProlist_More"><img src="/Skins/572571/images/more01.png" /></a></li>
            	
            
            
            <li><div class="NyProlist_Img"><a href="/Products-39146400.html"><img src="http://img44.chem17.com/gxhpic_ba0052b896/dff4085807f5b9027e9efd4d40ad61664faae33a20f55d419bea20806570b7e00c2048f86f9c8de0_340_240_5.jpg" alt="WTF3600-Hg汞水质在线分析仪"/></a></div>
<div class="NyProlist_Text">
    <div class="NyProlist_Name"><a href="/Products-39146400.html">汞水质在线分析仪</a></div>
    <div class="NyProlist_Ms"><p>WTF3600-Hg型汞水质在线分析仪是用于地表水及污水汞指标的在线监测仪器。仪器具有操作简单，自动化程度高、便于维护、耗材成本低等特点，仪器标配有RS485/RS232接口，支持MODBUS协议，可以通过远程通讯对其运行状况和数据进行全面掌握，亦能对其进行远程控制，实现远程分析等优良功能。</p></div>
    <div class="NyProlist_Tags">
        <dl>
            <dd><img src="/Skins/572571/images/ProIco2.png" />更新时间：2025-05-19</dd>
            <dd><img src="/Skins/572571/images/ProIco3.png" />产品型号：WTF3600-Hg</dd>
            <dd><img src="/Skins/572571/images/ProIco4.png" />浏览量：485</dd>
            <div class="clear"></div>
        </dl>
    </div>
</div>
<div class="clear"></div>
<a href="/Products-39146400.html" class="NyProlist_More"><img src="/Skins/572571/images/more01.png" /></a></li>
            
            <li><div class="NyProlist_Img"><a href="/Products-39146353.html"><img src="http://img45.chem17.com/gxhpic_ba0052b896/dff4085807f5b9027e9efd4d40ad6166733e197c5292c488a98b68a8ea09dd4eef004913f3c9e8b5_340_240_5.jpg" alt="WTF3600-Cd镉水质在线分析仪"/></a></div>
<div class="NyProlist_Text">
    <div class="NyProlist_Name"><a href="/Products-39146353.html">镉水质在线分析仪</a></div>
    <div class="NyProlist_Ms"><p>WTF3600-Cd型镉水质在线分析仪是用于地表水及污水镉指标的在线监测仪器。仪器具有操作简单，自动化程度高、便于维护、耗材成本低等特点，仪器标配有RS485/RS232接口，支持MODBUS协议，可以通过远程通讯对其运行状况和数据进行全面掌握，亦能对其进行远程控制，实现远程分析等优良功能。</p></div>
    <div class="NyProlist_Tags">
        <dl>
            <dd><img src="/Skins/572571/images/ProIco2.png" />更新时间：2025-05-19</dd>
            <dd><img src="/Skins/572571/images/ProIco3.png" />产品型号：WTF3600-Cd</dd>
            <dd><img src="/Skins/572571/images/ProIco4.png" />浏览量：239</dd>
            <div class="clear"></div>
        </dl>
    </div>
</div>
<div class="clear"></div>
<a href="/Products-39146353.html" class="NyProlist_More"><img src="/Skins/572571/images/more01.png" /></a></li>
            
            <li><div class="NyProlist_Img"><a href="/Products-39098223.html"><img src="http://img53.chem17.com/gxhpic_ba0052b896/2edd694ecc62c49947666341e6b901ebb532287d32a738fa6994de516322671f34ed390a4ccb479f_340_240_5.jpg" alt="纯净水厂便携式多参数水质测试仪"/></a></div>
<div class="NyProlist_Text">
    <div class="NyProlist_Name"><a href="/Products-39098223.html">纯净水厂便携式多参数水质测试仪</a></div>
    <div class="NyProlist_Ms"><p>纯净水厂便携式多参数水质测试仪配合快速显色检测试剂，可“快速、简单、准确、稳定“进行水中多参数指标的测量，拥有精美的外观造型，简单的操作界面，准确的检测系统，帮助用户获得精细的数据，可更准确、有效的分析水体状况，提前预防，及时避免损失。</p></div>
    <div class="NyProlist_Tags">
        <dl>
            <dd><img src="/Skins/572571/images/ProIco2.png" />更新时间：2025-05-19</dd>
            <dd><img src="/Skins/572571/images/ProIco3.png" />产品型号：</dd>
            <dd><img src="/Skins/572571/images/ProIco4.png" />浏览量：452</dd>
            <div class="clear"></div>
        </dl>
    </div>
</div>
<div class="clear"></div>
<a href="/Products-39098223.html" class="NyProlist_More"><img src="/Skins/572571/images/more01.png" /></a></li>
            	
            
            <div class="clear"></div>
        </ul>
        
        <!--分页 开始-->
        <div id="fengye">共&nbsp;70&nbsp;条记录，当前&nbsp;1&nbsp;/&nbsp;12&nbsp;页&nbsp;&nbsp;首页&nbsp;&nbsp;上一页&nbsp;&nbsp;<a href="/ParentList-2438914-p2.html">下一页</a>&nbsp;&nbsp;<a href="/ParentList-2438914-p12.html">末页</a>&nbsp;&nbsp;跳转到第<input style="width:20px" class="p_input" type="text" name="custompage" id="custompage" onkeypress="return event.keyCode>=48&&event.keyCode<=57" onKeyDown="if(event.keyCode==13) {window.location='/ParentList-2438914-p'+this.value+'.html'; return false;}">页&nbsp;<input type="button" value="GO" style="width:40px;height:22px" onclick="window.location='/ParentList-2438914-p'+document.getElementById('custompage').value+'.html';" /></div>
        <!--分页 结束-->
    </div>
    <div class="clear"></div>
    
</div>
<!--NyProlist 结束-->

<!--底部 开始-->
<div class="lyFoot">
   <div class="w1400 lyFoot_Main">
      <div class="lyFoot_ewm">
         <div class="lyFoot_tit"><i></i><em></em>联系我们</div>
         <div class="clear"></div>
         <div class="lyFootewm_list">
             <div class="lyFootewm_img">
                 <div class="lyFootewm_Part on">
                     <img src="/Skins/572571/images/ewm1.jpg" /><i></i>
                 </div>
                 <div class="lyFootewm_Part lyFootewm_Part2">
                     <img src="/Skins/572571/images/ewm2.jpg" /><i></i>
                 </div>
                 <!--<div class="lyFootewm_Part lyFootewm_Part3">
                     <img src="/Skins/572571/images/ewm3.jpg" /><i></i>
                 </div>-->
              </div>
             <div class="lyFootewm_tit"> <span class="on"><i><img src="/Skins/572571/images/ewm_ico1.png" /></i>扫码加微信</span> <span class=""><i><img src="/Skins/572571/images/ewm_ico1.png" /></i>移动端浏览</span><!--<span class=""><i><img src="/Skins/572571/images/ewm_ico1.png" /></i>关注公众号</span>--></div>
         </div>
      </div>
      
      <div class="lyFoot_nav">
         <ul>
            <li>
              <div class="lyFoot_tit"><i></i><em></em>产品中心</div> 
               
                    <p><a href="/ParentList-2438914.html">在线水质分析仪</a></p>
                    
                    <p><a href="/ParentList-2439912.html">微生物分析仪</a></p>
                    
                    <p><a href="/ParentList-2439937.html">水质分析仪过程控制系统</a></p>
                    
                    <p><a href="/ParentList-2440027.html">水质监测系统集成</a></p>
                    
            </li>
            <li>
              <div class="lyFoot_tit"><i></i><em></em>新闻资讯</div> 
              <p><a href="/news.html">公司新闻</a></p>
              <p><a href="/article.html">技术文章</a></p>
              <p style="display:none;"><a href="/down.html">资料下载</a></p>
              <p><a href="/successcase.html">成功案例</a></p>
            </li>
            <li>
              <div class="lyFoot_tit"><i></i><em></em>关于我们</div> 
              <p><a href="/aboutus.html#ab01">公司简介</a></p>
              <p><a href="/aboutus.html#ab02">企业文化</a></p>
              <p><a href="/aboutus.html#ab03">荣誉资质</a></p>
              <p><a href="/order.html">留言咨询</a></p>
            </li>
         
         
         </ul>
       </div>
     <div class="clear"></div>
   </div>
   <div class="lyFoot_Copy">
      <div class="w1400">
      <div class="Copy_l">Copyright &copy; 2025北京京象环境科技有限公司 All Rights Reserved&nbsp;&nbsp;&nbsp;&nbsp;备案号：<a href="https://beian.miit.gov.cn/" target="_blank" rel="nofollow">京ICP备14005324号-4</a></div>
      <div class="Copy_r">技术支持：<a href="http://www.chem17.com" target="_blank" rel="nofollow">化工仪器网</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.chem17.com/login" target="_blank" rel="nofollow">管理登录</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="/sitemap.xml" target="_blank">sitemap.xml</a></div>
      </div>
    </div>
</div>
<!--底部 结束-->

<script src="/Skins/572571/js/customer.js"></script>

<!--在线客服-->
<div class="kfView4 hidden-sm hidden-md hidden-xs">
  <div><a class="kefu-lx" title="有什么可以帮到您的呢？"></a></div>
  <ul class="list-unstyled">
    <li><a href="javascript:scroll(0,0)" class="kefu_top" title="回网页顶部"></a></li>
    <li><a href="tel:13439158498" target="_blank" class="kefu-tel">电话咨询</a><p>服务热线：<br>13439158498</p></li>
	<li><a  target="_blank" class="kefu-wx">扫码加微信</a><p><img src="/skins/572571/images/ewm1.jpg" width="120"></p></li>
  </ul>
</div>
<!--在线客服-->





 <script type='text/javascript' src='/js/VideoIfrmeReload.js?v=001'></script>
  
</html>
</body>