<!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.coltr1.com/products.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>
<link rel="stylesheet" type="text/css" href="/skins/430801/css/swiper.min.css">
<link rel="stylesheet" type="text/css" href="/skins/430801/css/style.css">
<script type="text/javascript" src="/skins/430801/js/jquery-3.6.0.min.js"></script>
<script type="text/javascript" src="/skins/430801/js/swiper.min.js"></script>

<script type="text/javascript" src="/skins/430801/js/jquery.smint.js"></script>
<script type="text/javascript">
	$(document).ready( function() {
		$('.subMenu').smint({
			'scrollSpeed' : 1000
		});
	});
</script>

<!--此Js使手机浏览器的active为可用状态-->
<script type="text/javascript">
    document.addEventListener("touchstart", function () { }, true);
</script>
<link rel="shortcut icon" href="/Skins/430801/favicon.ico">

<!--导航当前状态 JS-->
<script language="javascript" type="text/javascript"> 
	var nav= '3';
</script>
<!--导航当前状态 JS END-->
<script type="application/ld+json">
{
"@context": "https://ziyuan.baidu.com/contexts/cambrian.jsonld",
"@id": "http://www.coltr1.com/products.html",
"title": "产品展示-山东莫尔斯电气科技有限公司",
"upDate": "2025-09-04T10:55:48"
    }</script>
<script language="javaScript" src="/js/JSChat.js"></script><script language="javaScript">function ChatBoxClickGXH() { DoChatBoxClickGXH('https://chat.chem17.com',434044) }</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/430801"></script><script type="text/javascript" src="https://chat.chem17.com/chat/KFLeftBox/430801"></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>
</head>

<body style="background-color: #f8f8f8;">
<!--top start-->
<div class="subMenu">
<div class="ly_top">
	<div class="lytop_main">
    	<div class="ly_logo"><a href="/"><img src="/skins/430801/images/logo.png" class="logo1" alt="山东莫尔斯电气科技有限公司"/></a></div>        
        <!--nav start-->
        <div class="ly_nav">
        	<div class="menu_open">
                <i></i>
                <i></i>
                <i></i>
            </div>
            <div class="nav">                                   
                <ul class="nav_ul clearfix">
                    <li class="nav_item"><a href="/" id="navId1">首页<em></em></a></li>
                    <li class="nav_item"><a href="/aboutus.html" id="navId2">关于我们<em></em></a><i></i>
                        <ul class="nav_item_open">
                            <li class="subopen"><a href="javascript:;">关于我们</a></li>
                            <li class="nav_item2"><a href="/aboutus.html#ab1">企业简介</a></li>
                            <li class="nav_item2"><a href="/aboutus.html#ab2">企业文化</a></li>
                            <li class="nav_item2"><a href="/honor.html">荣誉资质</a></li>
                        </ul>
                    </li>
                    <li class="nav_item"><a href="/products.html" id="navId3">产品中心<em></em></a></li>
                    <li class="nav_item"><a href="/article.html" id="navId5">技术文章<em></em></a></li>
                    <li class="nav_item"><a href="/news.html" id="navId4">新闻资讯<em></em></a></li>                    
                    <li class="nav_item"><a href="/video.html" id="navId8">视频中心<em></em></a></li>
                    <li class="nav_item"><a href="/down.html" id="navId9">资料下载<em></em></a></li>
                    <li class="nav_item"><a href="/order.html" id="navId6">在线留言<em></em></a></li>
                    <li class="nav_item"><a href="/contact.html" id="navId7">联系我们<em></em></a></li>
                </ul>
                <div class="hcover"></div>
            </div>
        </div>
        
        <script language="javascript" type="text/javascript">
			try {
				document.getElementById("navId" + nav).className = "navon";
			}
			catch (e) {}
		</script>
        <!--nav end-->               
        <div class="lyTop_tel">15562377144</div>
    </div>
</div>
</div>
<!--top end-->
<script src="http://www.chem17.com/mystat.aspx?u=morsetech"></script>
<script type="text/javascript">
	$('.menu_open,.nav').click(function(e){
		e.stopPropagation();
	})
	$('.ly_nav').find('.menu_open').click(function(e){
		$('.nav').toggleClass('open')
	})
	$(".hcover").click(function () {
		    $('.nav').removeClass('open')
			$(".nav_ul").animate({ 'left': '0' }, 400);
			$('.nav_item_open').css('left', '-50%');
		});
	$(function () {
		$(".nav_item i").click(function () {
			$(".nav_ul").animate({ 'left': '-100%' }, 400);
			$(this).next('.nav_item_open').css('left', '0');
		});
		$(".subopen").click(function () {
			$(this).parent('.nav_item_open').css('left', '-50%');
			$(".nav_ul").animate({ 'left': '0' }, 400);
		});
	});
</script>


<!--ny_banner 开始-->
<div class="ny_banner">
	<img src="/skins/430801/images/ny_banner1.jpg" />
	<div class="nyBa_text">
    	<span>Product Center</span>
        <p>产品中心</p>
    </div>
</div>
<!--ny_banner 结束-->

<!--热门关键词&搜索 开始-->
<div class="ly_hotkw_search">
	<div class="hotkw_search">
    	<div class="ny_nav2">
        	<a href="/products.html" class="ab_icon1 on"><i></i>产品中心</a>
        </div>
        <div class="search_right">
        	<form action="/products.html" method="post" onsubmit="return checkFrom(this);">
              <div class="sc_ipt"><input type="text" name="keyword" placeholder="请输入产品名称" maxlength="50" /></div>
              <div class="sc_btn"><input type="submit" value="搜索" /></div>
              <div class="clear"></div>
            </form>
        </div>
        <div class="clear"></div>
    </div>
</div>
<!--热门关键词&搜索 结束-->

<!--面包屑 开始-->
<div class="ly_crumb ly_crumb1 ">
	<div class="lyCrumb_container">
        <div class="crumb_main"><p>当前位置：<a href="/">首页</a>&nbsp;&nbsp;>&nbsp;&nbsp;<span>产品中心</span></p></div>
    </div>
</div>
<!--面包屑 结束-->

<!--内页-产品中心 开始-->
<div class="ly_NyProducts">
	<div class="lyNyPro_main">
        <div class="lyNyPro_left">
    <div class="h_left">
        <div class="cp_type">
            <div class="hd"><p>产品分类</p><em></em></div>
            <div class="bd">
                <ul>
                
                <li>
                <p><a href="/ParentList-2019596.html">空气充填泵</a><span></span></p>
                        <div>
                        
                            <a href="/SonList-2539757.html">过滤空气系统</a>
                        
                            <a href="/SonList-2443866.html">宝华充气泵厂家</a>
                        
                            <a href="/SonList-2443632.html">科尔奇总代理</a>
                        
                            <a href="/SonList-2443469.html">科尔奇维修</a>
                        
                            <a href="/SonList-2443468.html">科尔奇消防充气泵</a>
                        
                            <a href="/SonList-2443335.html">售后</a>
                        
                            <a href="/SonList-2235852.html">充填泵</a>
                        
                            <a href="/SonList-2233933.html">充气机</a>
                        
                            <a href="/SonList-2233668.html">充装泵</a>
                        
                            <a href="/SonList-2233039.html">填充泵</a>
                        
                            <a href="/SonList-2121121.html">呼吸器填充泵</a>
                        
                            <a href="/SonList-2118520.html">充气箱</a>
                        
                            <a href="/SonList-2113357.html">合成润滑油</a>
                        
                            <a href="/SonList-2113356.html">空气压缩机</a>
                        
                            <a href="/SonList-2111324.html">防爆箱</a>
                        
                            <a href="/SonList-2110755.html">打气泵</a>
                        
                            <a href="/SonList-2024622.html">压缩机</a>
                        
                        </div>
                </li>
                
                <li>
                <p><a href="/ParentList-2019598.html">消防器材</a><span></span></p>
                        <div>
                        
                            <a href="/SonList-2191500.html">高压气瓶组</a>
                        
                            <a href="/SonList-2121211.html">tank-box4防爆充气箱</a>
                        
                            <a href="/SonList-2121210.html">tank-box2防爆充气箱</a>
                        
                            <a href="/SonList-2118519.html">气瓶</a>
                        
                            <a href="/SonList-2111315.html">防爆充气箱</a>
                        
                            <a href="/SonList-2110748.html">消防装备</a>
                        
                        </div>
                </li>
                
                <li>
                <p><a href="/ParentList-2019599.html">仪器仪表</a><span></span></p>
                        <div>
                        
                            <a href="/SonList-2350217.html">测温仪</a>
                        
                            <a href="/SonList-2212750.html">测定器</a>
                        
                            <a href="/SonList-2203553.html">传感器</a>
                        
                            <a href="/SonList-2110750.html">检测仪表</a>
                        
                            <a href="/SonList-2110749.html">检测仪器</a>
                        
                        </div>
                </li>
                
                <li>
                <p><a href="/ParentList-2019600.html">机电设备</a><span></span></p>
                        <div>
                        
                            <a href="/SonList-2346311.html">新分离器</a>
                        
                            <a href="/SonList-2346307.html">冷干机</a>
                        
                            <a href="/SonList-2219871.html">消防设备</a>
                        
                            <a href="/SonList-2113360.html">专用设备</a>
                        
                            <a href="/SonList-2110751.html">专用机电</a>
                        
                        </div>
                </li>
                
                <li>
                <p><a href="/ParentList-2019601.html">安防设备</a><span></span></p>
                        <div>
                        
                            <a href="/SonList-2214493.html">过滤器</a>
                        
                            <a href="/SonList-2113361.html">安全设备</a>
                        
                            <a href="/SonList-2110753.html">安全防护</a>
                        
                        </div>
                </li>
                
                <li>
                <p><a href="/ParentList-2110754.html">空气打气泵</a><span></span></p>
                        <div>
                        
                            <a href="/SonList-2443853.html">宝华压缩机总代理</a>
                        
                            <a href="/SonList-2443623.html">科尔奇售后</a>
                        
                            <a href="/SonList-2443471.html">呼吸空气充填泵</a>
                        
                            <a href="/SonList-2349268.html">高压空气压缩机</a>
                        
                            <a href="/SonList-2293285.html">空压机</a>
                        
                            <a href="/SonList-2213658.html">配件</a>
                        
                            <a href="/SonList-2121120.html">juniorII充气泵</a>
                        
                            <a href="/SonList-2113363.html">高压打气泵</a>
                        
                            <a href="/SonList-2111314.html">充气接头</a>
                        
                            <a href="/SonList-2111313.html">滤芯</a>
                        
                            <a href="/SonList-2111311.html">润滑油</a>
                        
                            <a href="/SonList-2111309.html">呼吸器充气泵</a>
                        
                            <a href="/SonList-2111308.html">充气泵</a>
                        
                        </div>
                </li>
                
                <li>
                <p><a href="/ParentList-2113364.html">售后服务</a><span></span></p>
                        <div>
                        
                            <a href="/SonList-2346303.html">科尔奇厂家</a>
                        
                            <a href="/SonList-2121124.html">充气泵保养</a>
                        
                            <a href="/SonList-2121123.html">充填泵厂家</a>
                        
                            <a href="/SonList-2121122.html">充气泵维修</a>
                        
                            <a href="/SonList-2117912.html">科尔奇中国办事处</a>
                        
                            <a href="/SonList-2117842.html">压缩机维修</a>
                        
                            <a href="/SonList-2117839.html">热卖产品</a>
                        
                            <a href="/SonList-2113375.html">充气泵总代理</a>
                        
                            <a href="/SonList-2113374.html">充气泵售后</a>
                        
                            <a href="/SonList-2113372.html">充气泵</a>
                        
                            <a href="/SonList-2113368.html">填充泵保养</a>
                        
                            <a href="/SonList-2113366.html">打气泵维修</a>
                        
                        </div>
                </li>
                
                <li>
                <p><a href="/ParentList-2195349.html">进口仪器仪表</a><span></span></p>
                        <div>
                        
                            <a href="/SonList-2203552.html">电磁阀</a>
                        
                            <a href="/SonList-2203550.html">温度传感器</a>
                        
                        </div>
                </li>
                
                <li>
                <p><a href="/ParentList-2202853.html">消防车</a><span></span></p>
                        <div>
                        
                            <a href="/SonList-2202855.html">消防充气车</a>
                        
                            <a href="/SonList-2202854.html">电动消防车</a>
                        
                        </div>
                </li>
                
                <li>
                <p><a href="/ParentList-2345471.html">空气呼吸器</a><span></span></p>
                        <div>
                        
                            <a href="/SonList-2345480.html">空呼</a>
                        
                            <a href="/SonList-2345476.html">移动供气源</a>
                        
                            <a href="/SonList-2345474.html">空气呼吸器维保</a>
                        
                            <a href="/SonList-2345473.html">空气呼吸器维修</a>
                        
                            <a href="/SonList-2345472.html">长管呼吸器</a>
                        
                        </div>
                </li>
                  
                </ul>
            </div>
        </div>
    </div>
   
</div>
<script type="text/javascript" src="/skins/430801/js/pt_js.js"></script> 
		<div class="lyNyPro_right">
        <div class="lyNyPro_list">
            <ul>
              
			  
                <li><div>
    <div class="lyIdxPro_img"><a href="/Products-34632793.html" target="_blank"><img src="http://img76.chem17.com/gxhpic_94a31df755/d18d22ba8792e2aa7c2aa6ebcd64a0d66a7aa51c931100eb6d979300b55f68286bd53f422ad6dc92_270_270_5.jpg" class="idxPro_img" alt="mch科尔奇空气充填泵厂家"/></a></div>
    <div class="lyIdxPro_name"><a href="/Products-34632793.html" target="_blank">mch科尔奇空气充填泵厂家</a></div>
    <a href="/Products-34632793.html" class="more">查看详情<em></em></a>
</div></li>
              
                <li><div>
    <div class="lyIdxPro_img"><a href="/Products-34632665.html" target="_blank"><img src="http://img78.chem17.com/gxhpic_94a31df755/53be32d69316d699d6ce67424d9f49f97fbb243c2869b3cff023072633c8bfa5f2f654e95e3a184e_270_270_5.jpg" class="idxPro_img" alt="mch13/6/16/18/30/36/42科尔奇呼吸器填充泵"/></a></div>
    <div class="lyIdxPro_name"><a href="/Products-34632665.html" target="_blank">mch13/6/16/18/30/36/42科尔奇呼吸器填充泵</a></div>
    <a href="/Products-34632665.html" class="more">查看详情<em></em></a>
</div></li>
              
                <li><div>
    <div class="lyIdxPro_img"><a href="/Products-34595533.html" target="_blank"><img src="http://img70.chem17.com/gxhpic_94a31df755/91acbec15a63dbc90766950e9b08f70284f38a04b86cb56a553659dbfae392fd91c91f9bdfa94283_270_270_5.jpg" class="idxPro_img" alt="mch科尔奇呼吸空气压缩机"/></a></div>
    <div class="lyIdxPro_name"><a href="/Products-34595533.html" target="_blank">mch科尔奇呼吸空气压缩机</a></div>
    <a href="/Products-34595533.html" class="more">查看详情<em></em></a>
</div></li>
              
                <li><div>
    <div class="lyIdxPro_img"><a href="/Products-39147252.html" target="_blank"><img src="http://img46.chem17.com/gxhpic_94a31df755/406477867b1b7e01f49fb69fa7b8ba5501a794b0e19677f62db4f2d8ba7a8af0b53c13ebc6807347_270_270_5.jpg" class="idxPro_img" alt="MCH16/ETS MINI SILENT EVO呼吸空气压缩机"/></a></div>
    <div class="lyIdxPro_name"><a href="/Products-39147252.html" target="_blank">MCH16/ETS MINI SILENT EVO呼吸空气压缩机</a></div>
    <a href="/Products-39147252.html" class="more">查看详情<em></em></a>
</div></li>
              
              
			  
                <li><div>
    <div class="lyIdxPro_img"><a href="/Products-39075701.html" target="_blank"><img src="http://img78.chem17.com/gxhpic_94a31df755/53be32d69316d699d6ce67424d9f49f944c91c02742fb0939551a7fcf4cdf2b0901812b7dda54110_270_270_5.jpg" class="idxPro_img" alt="ce750CE750 意大利科尔奇CE750合成润滑油 coltri"/></a></div>
    <div class="lyIdxPro_name"><a href="/Products-39075701.html" target="_blank">ce750CE750 意大利科尔奇CE750合成润滑油 coltri</a></div>
    <a href="/Products-39075701.html" class="more">查看详情<em></em></a>
</div></li>
              
                <li><div>
    <div class="lyIdxPro_img"><a href="/Products-39075669.html" target="_blank"><img src="http://img78.chem17.com/gxhpic_94a31df755/53be32d69316d699d6ce67424d9f49f944c91c02742fb0939551a7fcf4cdf2b0901812b7dda54110_270_270_5.jpg" class="idxPro_img" alt="MCH6科尔奇高压mch6正压式空气充气泵"/></a></div>
    <div class="lyIdxPro_name"><a href="/Products-39075669.html" target="_blank">MCH6科尔奇高压mch6正压式空气充气泵</a></div>
    <a href="/Products-39075669.html" class="more">查看详情<em></em></a>
</div></li>
              
                <li><div>
    <div class="lyIdxPro_img"><a href="/Products-39075645.html" target="_blank"><img src="http://img80.chem17.com/gxhpic_94a31df755/53be32d69316d699d6ce67424d9f49f99ac8b8e82da3c5c48327a646abc5c8b51410e443ec7283ed_270_270_5.jpg" class="idxPro_img" alt="CE750coltri oilce750科尔奇压缩机专用润滑油"/></a></div>
    <div class="lyIdxPro_name"><a href="/Products-39075645.html" target="_blank">CE750coltri oilce750科尔奇压缩机专用润滑油</a></div>
    <a href="/Products-39075645.html" class="more">查看详情<em></em></a>
</div></li>
              
                <li><div>
    <div class="lyIdxPro_img"><a href="/Products-39075419.html" target="_blank"><img src="http://img77.chem17.com/gxhpic_94a31df755/53be32d69316d699d6ce67424d9f49f95cd7fc25acfa7f587a5f5dc11699c2c8177718e0f502f17c_270_270_5.jpg" class="idxPro_img" alt="mch6科尔奇ICON LSE100压缩机原MCH-6充气泵"/></a></div>
    <div class="lyIdxPro_name"><a href="/Products-39075419.html" target="_blank">mch6科尔奇ICON LSE100压缩机原MCH-6充气泵</a></div>
    <a href="/Products-39075419.html" class="more">查看详情<em></em></a>
</div></li>
              
              
			  
                <li><div>
    <div class="lyIdxPro_img"><a href="/Products-39075351.html" target="_blank"><img src="http://img78.chem17.com/gxhpic_94a31df755/53be32d69316d699d6ce67424d9f49f941ab80e14aa5f1a04fba3900dec94c82148ffa82567802ec_270_270_5.jpg" class="idxPro_img" alt="icon 100粮库科尔奇ICON LSE100压缩机 COLTRI灌装泵"/></a></div>
    <div class="lyIdxPro_name"><a href="/Products-39075351.html" target="_blank">icon 100粮库科尔奇ICON LSE100压缩机 COLTRI灌装泵</a></div>
    <a href="/Products-39075351.html" class="more">查看详情<em></em></a>
</div></li>
              
                <li><div>
    <div class="lyIdxPro_img"><a href="/Products-39072668.html" target="_blank"><img src="http://img77.chem17.com/gxhpic_94a31df755/53be32d69316d699d6ce67424d9f49f965fab70db752037061240ae31f5ae7f887558e7cc7c2db53_270_270_5.jpg" class="idxPro_img" alt="MCH16AEROTECNICA COLTRI压缩机Ergo TPS"/></a></div>
    <div class="lyIdxPro_name"><a href="/Products-39072668.html" target="_blank">MCH16AEROTECNICA COLTRI压缩机Ergo TPS</a></div>
    <a href="/Products-39072668.html" class="more">查看详情<em></em></a>
</div></li>
              
                <li><div>
    <div class="lyIdxPro_img"><a href="/Products-39072644.html" target="_blank"><img src="http://img79.chem17.com/gxhpic_94a31df755/53be32d69316d699d6ce67424d9f49f97af689b9550555d40d432581ae2c81e4dbbf51ed448d36d7_270_270_5.jpg" class="idxPro_img" alt="mch36COLTRI固定式大功率空气填充泵"/></a></div>
    <div class="lyIdxPro_name"><a href="/Products-39072644.html" target="_blank">mch36COLTRI固定式大功率空气填充泵</a></div>
    <a href="/Products-39072644.html" class="more">查看详情<em></em></a>
</div></li>
              
                <li><div>
    <div class="lyIdxPro_img"><a href="/Products-39072611.html" target="_blank"><img src="http://img76.chem17.com/gxhpic_94a31df755/53be32d69316d699d6ce67424d9f49f9ad35caea669d8d1923a8b0fdc402255d99d3322938669829_270_270_5.jpg" class="idxPro_img" alt="n4823宝华配件-N4823空气滤芯"/></a></div>
    <div class="lyIdxPro_name"><a href="/Products-39072611.html" target="_blank">n4823宝华配件-N4823空气滤芯</a></div>
    <a href="/Products-39072611.html" class="more">查看详情<em></em></a>
</div></li>
              
                          
            <div class="clear"></div>
        </ul>
        </div>            
        <!--分页 开始-->
        <div id="fengye">共&nbsp;643&nbsp;条记录，当前&nbsp;1&nbsp;/&nbsp;54&nbsp;页&nbsp;&nbsp;首页&nbsp;&nbsp;上一页&nbsp;&nbsp;<a href="/Products-p2.html">下一页</a>&nbsp;&nbsp;<a href="/Products-p54.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='/Products-p'+this.value+'.html'; return false;}">页&nbsp;<input type="button" value="GO" style="width:40px;height:22px" onclick="window.location='/Products-p'+document.getElementById('custompage').value+'.html';" /></div>
        <!--分页 结束-->
        
        </div>
       
        <div class="clear"></div>
    </div>
</div>
<!--内页-产品中心 结束-->

<!--ly_Foot start-->
<div class="pc_foot">
	<div class="pc_ft_main w1100">
		<div class="ft_list">
            <ul>
                <li>
                    <b>产品中心</b>
                    
                      
                      <a href="/Products-39147252.html">MCH16/ETS MINI SILENT EVO呼吸空气压缩机</a>
                      
                      <a href="/Products-39075701.html">ce750CE750 意大利科尔奇CE750合成润滑油 coltri</a>
                      
                      <a href="/Products-39075669.html">MCH6科尔奇高压mch6正压式空气充气泵</a>
                      
                      
                </li>
                <li><b>新闻中心</b><a href="/news.html">新闻资讯</a><a href="/successcase.html">应用案例</a><a href="/article.html">技术文章</a></li>
                <li><b>关于我们</b><a href="/aboutus.html">公司简介</a><a href="/video.html">视频中心</a><a href="/honor.html">荣誉资质</a></li>
                <li><b>联系方式</b><a href="/order.html">在线留言</a><a href="/contact.html">联系我们</a></li>
            </ul>
		</div>
		
        <div class="f_tel">
        	<div class="tlt">0537-8875577</div>
            <div class="desc">欢迎您的咨询<br />我们将竭尽全力为您用心服务</div>
            <a id="copy"><span>QQ</span> 593210992</a>
        </div>
        
		<div class="ft_ewm">
        	<div class="p1"><img src="/skins/430801/images/ewm2.jpg" class="ewm_img"><b>关注微信</b></div>
            <!--<div class="p2"><img src="/skins/430801/images/ewm2.jpg" class="ewm_img"><b>手机浏览</b></div>-->
        </div>
		
		<div class="clear"></div>
	</div>
	<div class="ft_copy">
     <div class="w1100">
      <div class="copy_l fl">版权所有 &copy; 2025 山东莫尔斯电气科技有限公司&nbsp;&nbsp;<a href="http://beian.miit.gov.cn/" target="_blank" rel="nofollow">备案号：鲁ICP备2022000409号-1</a></div>
      <div class="copy_r fr">技术支持：<a href="http://www.chem17.com" target="_blank" rel="nofollow" >化工仪器网</a>&nbsp;&nbsp;<a href="http://www.chem17.com/login" target="_blank" rel="nofollow" >管理登陆</a>&nbsp;&nbsp;<a href="/sitemap.xml" target="_blank">sitemap.xml</a></div>
    </div>
    </div>
</div>
<!--ly_Foot end-->

<!--网站右侧漂浮 begin-->
<div id="gxhxwtmobile" style="display:none;">15562377144</div>
<div class="f_pf1" style="display:none;">
	<!--<a href="tencent://message/?uin=593210992&Site=&Menu=yes" target="_blank" class="qqa"></a>-->
    <a onclick="ChatBoxClickGXH()" href="#" target="_self" class="qqa"></a>
    <div class="tela"><a href="tel:0537-8875577"></a><div class="wz"><p>TEL：0537-8875577<em></em></p></div></div>
    <div class="tela telb"><a href="tel:15562377144"></a><div class="wz"><p>TEL：15562377144<em></em></p></div></div>
    <div class="wxa"><span></span><div class="code"><p><img src="/skins/430801/images/ewm2.jpg" /><em></em></p></div></div>
    <a class="totop"></a>
</div>
<!--网站右侧漂浮 end-->
<script type="text/javascript" src="/skins/430801/js/common.js"></script>
<script type="text/javascript" src="/skins/430801/js/data.js"></script>

 <style> 
body {   
-moz-user-select:none;   
}   
</style>  
<script> document.body.onselectstart=document.body.oncontextmenu=function(){return false;};</script>


 <script type='text/javascript' src='/js/VideoIfrmeReload.js?v=001'></script>
  
</html></body>