<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>康明斯发电机组_柴油发电机组厂家-康明斯服务商</title>
<meta name="description" content="康明斯发电机组中国区服务商作为全球领先的动力解决方案提供者,康明斯产品线包括柴油和代理燃料发动机,发动机关键零部件(燃油系统,控制系统,进气处理.滤清系统和尾气处理系统)以及发电系统,专业生产:20KW-2500KW移动式,静音式,防雨式,集装箱式康明斯柴油发电机组." />
<meta name="keywords" content="康明斯发电机,康明斯发电机组,康明斯,康明斯发电机组厂家,东风康明斯,重庆康明斯,康明斯官网" />
<LINK href="/static/default/pc/css/master.css" rel=stylesheet>
<LINK href="/static/default/pc/css/jbox.css" rel=stylesheet>
 <link href="/static/default/pc/css/lanrenzhijia.css" type="text/css" rel="stylesheet" />
<script language="JavaScript" type="text/javascript" src="/static/default/pc/js/jquery.js"></script>
<script language="JavaScript" type="text/javascript" src="/static/default/pc/js/functions.js"></script>
<script language="JavaScript" type="text/javascript" src="/static/default/pc/js/formvalid.js"></script>
<script language="JavaScript" type="text/javascript" src="/static/default/pc/js/jquery.jbox-2.3.min.js"></script>
<script language="JavaScript" type="text/javascript" src="/static/default/pc/js/search.js"></script>
<script language="JavaScript" type="text/javascript" src="/static/default/pc/js/nav.js"></script>
<script language="JavaScript" type="text/javascript" src="/static/default/pc/js/jqselect.js"></script>
<script language="JavaScript" type="text/javascript" src="/static/default/pc/js/banner.js"></script>
<script language="JavaScript" type="text/javascript" src="/static/default/pc/js/png.js"></script>

<script type="text/javascript">var is_mobile_cms = '';</script>
<script src="/api/language/zh-cn/lang.js" type="text/javascript"></script>
<script src="/static/assets/global/plugins/jquery.min.js" type="text/javascript"></script>
<script src="/static/assets/js/cms.js" type="text/javascript"></script>
<!--[if IE 6]>
<script type="text/javascript" src="/js/png.js"></script>
<script>DD_belatedPNG.fix('div,img,span,li,a,a:hover,dd,p,input,select')</script>
<![endif]--> 
</head>
<body>
<script>
    function isMobile() {
    return /iPhone|iPad|iPod|Android/i.test(navigator.userAgent);
}
 
if (isMobile()) {
    window.location.href = "/mobile"; // 移动设备访问时，重定向到移动版网站
}
</script>

<div class="fixed"> <!-- 需要手动转换迅睿标签 <a href="[sort:link]" title="[sort:name]" class="book"></a>{/pboot:sort} 
 <a href="http://wpa.qq.com/msgrd?v=3&uin=3598421637&site=qq&menu=yes" title="QQ" class="codepic"></a> <a href="javascript:;" title="返回顶部" class="backup"></a>
 <div style="display:none;"> <img src="/skin/images/qrcode.png" class="code" /> </div> -->
 <style>
#cs_box {width:120px; height:220px; color:#FFF; background:#54a7ff; position:fixed; right:10px; bottom:37%; border-radius:10px; z-index:1000}
#cs_box span {height:20px; line-height:20px;display:block;}
.cs_close {color:#FFF; position:absolute; right:10px; top:8px; cursor:pointer; font-size:20px;font-family:Verdana, Geneva, sans-serif}
.cs_title {font-size:14px; margin:10px; font-weight:bold;}
.cs_img {width:100px; height:100px; background:#FFF; margin:10px;background-image:url(/static/default/pc/images/qqimg.png) }
.cs_info {font-size:12px; margin:0px 10px; overflow:hidden; text-align:center;}
.cs_btn {width:100px; height:25px; background:#333; margin:5px 10px; border-radius:5px; font-size:12px; line-height:25px; color:#FFF; text-align:center; cursor:pointer;}
</style>

<div id='cs_box'>
 <span class='cs_title'>在线咨询</span>
 <span class='cs_close'>x</span>
 <div class='cs_img'></div>
 <span class='cs_info'>有什么可以帮到你</span>
 <div class='cs_btn'>点击咨询</div>
</div>
<!-- <script src="http://www.lanrenzhijia.com/ajaxjs/lanrenzhijia.js"></script> -->
<script>/*******************
开发制作,Jason.Leung
QQ,147430218
该插件仅供学习参考使用
*******************/

function myEvent(obj,ev,fn){
	if (obj.attachEvent){
		obj.attachEvent('on'+ev,fn);
	}else{
		obj.addEventListener(ev,fn,false);
	};
};

function getByClass(obj,sClass){
	var array = [];
	var elements = obj.getElementsByTagName('*');
	for (var i=0; i<elements.length; i++){
		if (elements[i].className == sClass){
			array.push (elements[i]);
		};
	};
	return array;
};

var cs_box = {
	set : function(json){
		this.box = document.getElementById('cs_box');
		//this.setimg(json);
		this.qqfn(json);
		this.cs_close();
	},
	qqfn : function(json){
		this.btn = getByClass(this.box,'cs_btn')[0];
		var link = 'http://wpa.qq.com/msgrd?v=3&uin='+json.qq+'&site=qq&menu=yes';
		this.btn.onclick = function(){
			window.open(link,'_blank');
		};
	},
	cs_close : function(){
		this.btn = getByClass(this.box,'cs_close')[0];
		var _this = this;
		var speed = 0;
		var timer = null;
		var sh = document.documentElement.clientHeight || document.body.clientHeight;
		this.btn.onclick = function(){
			clearInterval(timer);
			timer = setInterval(function(){
				speed += 4;
				var t = _this.box.offsetTop + speed;
				if (t >= sh-_this.box.offsetHeight){
					speed *= -0.8;
					t = sh-_this.box.offsetHeight;
				};
				if (Math.abs(speed)<2)speed = 0;
				if (speed == 0 && sh-_this.box.offsetHeight == t){
					clearInterval(timer);
					_this.fn();
				};
				_this.box.style.top = t + 'px';
			}, 30);
		};
	},
	fn : function(){
		var _this = this;
		var timer = setTimeout(function(){
			_this.box.style.display = 'none';
		}, 1000);
	},
};</script> 
<script>
 myEvent(window,'load',function(){
 cs_box.set({
 img_path : '/static/default/pc/images/qqimg.png', //设置图片路径
 qq : '3598421637', //设置QQ号码
 });
 });
</script>
</div>
<div class="top_bg">
 <div class="top"> 
 <div class="top_tel"> <span>全国统一热线：</span> 
 <p>13773440921</p>
 </div>
 </div>
</div>
<div class="nav_bg"> 
 <ul class="nav">
 <li><a href="/" title="首页">首页</a></li>
 
  <li>
     <a href='/about/'>关于康明斯</a>
      </li>
  <li>
     <a href='/product/'>产品展示</a>
          <dl>
                  <dd><a href="/dfkms/">东风康明斯</a></dd>
                  <dd><a href="/cqkms/">重庆康明斯</a></dd>
                  <dd><a href="/jyfdj/">静音发电机</a></dd>
                  <dd><a href="/ydfdj/">移动发电机</a></dd>
                  <dd><a href="/jzxfdj/">集装箱发电机</a></dd>
                  <dd><a href="/stfdj/">斯坦福发电机</a></dd>
              </dl>
      </li>
  <li>
     <a href='/case/'>工程案例</a>
      </li>
  <li>
     <a href='/news/'>新闻动态</a>
          <dl>
                  <dd><a href="/qiyedongtai/">企业动态</a></dd>
                  <dd><a href="/xingyezixun/">行业资讯</a></dd>
              </dl>
      </li>
  <li>
     <a href='/support/'>技术支持</a>
      </li>
  <li>
     <a href='/service/'>服务网络</a>
      </li>
  <li>
     <a href='/contact/'>联系我们</a>
      </li>
  
  
  
 </ul>
</div>
<!-- <div class="banner">
 <ul class="banner_pic">
 需要手动转换迅睿标签
 <li><img src="[list:ico]" /></li>
 {/pboot:list}
 </ul>
 <div class="btns">
 <div> <a class="prev" href="javascript:void(0)"></a> <a class="next" href="javascript:void(0)"></a> </div>
 </div>
</div> -->
<link rel="stylesheet" href="/static/default/pc/css/swiper.min.css">
<style>

 .swiper-container {
 width: 100%;
 height: 100%;
 }
 .swiper-slide {
 overflow: hidden;
 }
 </style>

<div class="swiper-container">
 <div class="swiper-wrapper">
  
 <div class="swiper-slide">
 <div class="swiper-zoom-container">
  <img src="/uploads/190105/1-1Z1051A03A61.jpg">
 </div>
 </div>
  
 <div class="swiper-slide">
 <div class="swiper-zoom-container">
  <img src="/uploads/190105/1-1Z1051A010962.jpg">
 </div>
 </div>
  
 </div>
 <!-- Add Pagination -->
 <div class="swiper-pagination swiper-pagination-white"></div>
 <!-- Add Navigation -->
 </div>
 <!-- Swiper JS -->
<script src="/static/default/pc/js/swiper.min.js"></script>

 <!-- Initialize Swiper -->
 <script>
 var swiper = new Swiper('.swiper-container', {
 zoom: true,
 loop: true,
 autoplay: {
 delay: 2500,
 disableOnInteraction: false,
 },
 pagination: {
 el: '.swiper-pagination',
 },
 navigation: {
 nextEl: '.swiper-button-next',
 prevEl: '.swiper-button-prev',
 },
 });
 </script>
<p class="banner_bar"></p>
<div class="bg">
  
 <style type="text/css">
 #product{ width:100%;overflow:hidden}
.product{ width:1210px; margin:0 auto; overflow:hidden}
.protit{ text-align:center; font-size:40px; color:black; margin-top:30px; overflow:hidden;padding: 10px; }
.protit a{ color:black;font-weight:bold}
.protit a span{ font-weight:normal; font-size:26px;}
.scrollcon2{height:170px;padding:25px 0 0; width:1210px;overflow:hidden}
.LeftBotton2{height:75px;width:39px;background:url(/images/prev.png) no-repeat;overflow:hidden;float:left;display:inline;margin-top:50px; margin-right:32px;cursor:pointer;}
.LeftBotton2:hover{background:url(/images/prevh.png) no-repeat;}
.RightBotton2{height:75px;width:39px;background:url(/images/next.png) no-repeat;overflow:hidden;float:right; display:inline;margin-top:50px;cursor:pointer;}
.RightBotton2:hover{background:url(/images/nexth.png) no-repeat;}
.Cont2{width:1080px;overflow:hidden;float:left;height:181px;_display:inline;overflow:hidden;position:relative;}
.ScrCont2{width:10000000px;}
.Cont2 .prosl{width:150px; height:150px;border-radius:85px; padding:10px;background:#d5eae5;margin:0 22px;background:url(/images/yuanbg1.png) repeat; _display:inline; float:left;}
.Cont2 .showbox{width:150px; height:150px;border-radius:75px; position:relative; overflow:hidden}
.Cont2 .showbox img{width:150px; height:150px;border-radius:75px;}
.showbox .subtitle{position:absolute;left:0;bottom:-180px;height:150px;border-radius:75px; line-height:150px;width:150px; color:#fff;background:url(/images/yuanbg3.png) repeat; text-align:center; color:#fff; font-size:14px;}
.showbox .subtitle a{color:#fff;}
.showbox .subtitle a:hover{color:#4ccad6}
#wx{width:160px; height:220px; position:fixed; left:10px; bottom:37%; border-radius:10px; z-index:1000}
#wx img{width:160px;}
 </style> 
 <div id="wx"><img src="/uploadfile/thumb/cc/12/c81e728d9d4c2f636f067f89cc14862c/160x189_auto.jpg"></div>
  
 <div id="product" > 
 <div class="product"> 
 <div class="protit">
 <a href="/">Cummins products<br /><br /><span>康明斯发电机产品</span></a>
 </div> 
 <div class="hp-tab-newprd">
 
 <style>.j-sw-c ul li h2{font-size:18px;}</style>
 <div class="newprd-clip">
 <div class="tempWrap" style="overflow:hidden; position:relative; width:1100px;margin:auto;">
 <div class="j-sw-c" style="position: relative; overflow: hidden; padding: 0px; margin: 0px; left: 0px;">
 <ul style="float: left; width: 100%;">

    <li>
	  <a href="/dfkms/" target="_blank">
		  <img src="/uploadfile/thumb/e3/cf/eccbc87e4b5ce2fe28308fd9f2a7baf3/172x172_auto.jpg"><h2>东风康明斯</h2>
	  </a>
  </li>
    <li>
	  <a href="/cqkms/" target="_blank">
		  <img src="http://www.kmsfdj88.com/static/default/pc/images/cp2.jpg"><h2>重庆康明斯</h2>
	  </a>
  </li>
    <li>
	  <a href="/jyfdj/" target="_blank">
		  <img src="http://www.kmsfdj88.com/static/default/pc/images/cp3.jpg"><h2>静音发电机</h2>
	  </a>
  </li>
    <li>
	  <a href="/ydfdj/" target="_blank">
		  <img src="http://www.kmsfdj88.com/static/default/pc/images/cp4.jpg"><h2>移动发电机</h2>
	  </a>
  </li>
    <li>
	  <a href="/jzxfdj/" target="_blank">
		  <img src="http://www.kmsfdj88.com/static/default/pc/images/cp5.jpg"><h2>集装箱发电机</h2>
	  </a>
  </li>
    <li>
	  <a href="/stfdj/" target="_blank">
		  <img src="http://www.kmsfdj88.com/static/default/pc/images/cp6.jpg"><h2>斯坦福发电机</h2>
	  </a>
  </li>
    
 
 </ul>
  
 </div>
 </div>
 </div>
</div>
<script type="text/javascript">
jQuery(".hp-tab-newprd").slide({ titCell:".j-sw-nav li",mainCell:".j-sw-c",effect:"left",easing:"easeInOutSine",delayTime:800 });
</script>
<style type="text/css">
 .case,.partners{ width:1043px; margin:50px auto 0; overflow:hidden}
 .partners{ width:1060px;}
 .partners{ margin-top:30px;}
 .casetit{ height:32px;text-align:center; overflow:hidden}
 .casetit a{ display:block; height:32px; position:relative; overflow:hidden}
 .casetit span{ display:inline;padding-left:18px; font-size:26px; color:#939393; position:absolute; top:2px;}
 .casetit img{display:inline;}
 .flexslider2{position:relative;width:1043px; margin:28px auto 0;overflow:hidden;}
 .flexslider2 .slides{zoom:1;}
 .flexslider2 .slides li{position:relative;}
 .flexslider2 .flex-direction-nav{ display:none}
 .flexslider2 .flex-control-nav{ display:none;}
 .flexslider2 .slides .casetop{overflow:hidden}
 .flexslider2 .slides .casetop li {list-style:none;float:left;position:relative;height:155px;margin:3px 3px 0 0; width:257px;overflow:hidden;}
 .flexslider2 .slides .casetop li.snone{margin-right:0}
 .flexslider2 .slides .casetop li img{width:250px;height:155px;}
 .flexslider2 .slides .inews_hover {font-size:12px;line-height:18px;color:#1F1F1F;width:250px;height:155px;display:none;padding-bottom:3px;display:inline;position:absolute;top:155px;background:url(/images/casebg.png) repeat;margin-left: -250px;}
 .flexslider2 .slides .inews_hover span{ display:block;color:#fff; font-size:14px; margin-top:23px; padding:0 27px;}
 .flexslider2 .slides .inews_hover p{ color:#fff; line-height:20px; margin-top:6px; height:100px; position:relative; padding:0 27px;overflow:hidden}
 .flexslider2 .slides .inews_hover p span{ position:absolute; right:0; margin:0; top:70px; font-size:12px;}
 .flexslider2 .slides .inews_hover p span:hover{color:#4ccad6}
 .caseline{ margin-top:50px; height:5px; line-height:5px; background:url(xuxian.jpg) repeat-x; overflow:hidden}
</style>

<div class="case">
     <div class="casetit"> <a href="/case/"><img src="http://www.11fdj.com/skin/fdj/casetit.jpg" alt="工程案例"><span>工程案例</span></a></div>
 <div class="flexslider2">
 <ul class="slides">
 <li>
 <ul class="casetop">
    <li class="">
  <a href="/case/333.html"><img src="/uploads/allimg/180721/1-1PH11509150-L.jpg"></a>
  <a href="/case/333.html" class="inews_hover"><span>矿山</span><p>...<span>>>Read More</span></p></a>
  </li>
    <li class="">
  <a href="/case/332.html"><img src="/uploads/allimg/180721/1-1PH1150P50-L.jpg"></a>
  <a href="/case/332.html" class="inews_hover"><span>施工工地</span><p>...<span>>>Read More</span></p></a>
  </li>
    <li class="">
  <a href="/case/331.html"><img src="/uploads/allimg/180721/1-1PH11506420-L.jpg"></a>
  <a href="/case/331.html" class="inews_hover"><span>公路</span><p>...<span>>>Read More</span></p></a>
  </li>
    <li class="">
  <a href="/case/330.html"><img src="/uploads/allimg/180721/1-1PH11505140-L.jpg"></a>
  <a href="/case/330.html" class="inews_hover"><span>工厂</span><p>...<span>>>Read More</span></p></a>
  </li>
    <li class="">
  <a href="/case/329.html"><img src="/uploads/allimg/180721/1-1PH11504280-L.jpg"></a>
  <a href="/case/329.html" class="inews_hover"><span>大楼</span><p>...<span>>>Read More</span></p></a>
  </li>
    <li class="">
  <a href="/case/328.html"><img src="/uploads/allimg/180721/1-1PH11503430-L.jpg"></a>
  <a href="/case/328.html" class="inews_hover"><span>铁路</span><p>...<span>>>Read More</span></p></a>
  </li>
    <li class="">
  <a href="/case/327.html"><img src="/uploads/allimg/180721/1-1PH11503040-L.jpg"></a>
  <a href="/case/327.html" class="inews_hover"><span>医院</span><p>...<span>>>Read More</span></p></a>
  </li>
    <li class="">
  <a href="/case/326.html"><img src="/uploads/allimg/180721/1-1PH11502340-L.jpg"></a>
  <a href="/case/326.html" class="inews_hover"><span>企业</span><p>...<span>>>Read More</span></p></a>
  </li>
   
 </ul>
 </li>
 </ul>
 </div>
 <div class="caseline"></div>
 </div>


 </div> 
 </div>

<script type="text/javascript" src="/static/default/pc/js/leftscroll.js"></script>
<script type="text/javascript" src="/static/default/pc/js/leftright2.js"></script>
<script type="text/javascript" src="/static/default/pc/js/scrollpic.js"></script>
<script type="text/javascript">
$(".showbox").each(function(){
 var self = $(this), delay;
 self.mouseover(function(){
 delay = setTimeout(function(){ delay = null; self.find(".subtitle").stop().animate({"bottom":0}, 300);},300);
 }).mouseout(function(){
 if(delay){
 clearTimeout(delay);
 }else{
 setTimeout(function(){self.find(".subtitle").stop().animate({"bottom":-180}, 300);},300);
 }
 });
});
</script>
<script type="text/javascript">
 $(function(){
  $(".casetop li").hover(function(){
  $(".inews_hover", this).stop().animate({
   top:0
   },300)
  
  },
  function() {
  $(".inews_hover", this).stop().animate({
   top:155
   },300)

  });
 })
</script>
<div class="con2">
 <div class="hangye">
 <div class="hangye_1"><a href="/xingyezixun/">行业资讯</a></div>
 <hr>
 <div class="hangye_2">
 <div class='divdgweb2_tag'>
 <ul>
    <li style='line-height:26px; width:100%;'>
  <span style='float:left;color:#555'>
  <a href="/xingyezixun/65002.html" title="170千瓦柴油发电机组180千瓦柴油发电机组的性能对比_柴油发电机组选型注意事项" style="color:#555">170千瓦柴油发电机组180千瓦柴油发电机组的性能...</a>
  </span><span style='float:left;'><img src='http://114my.cn.114.114my.net/Kfdaima/images/new_im.gif' boder=0 style='margin-top:2px;'/></span><span style='float:right;color:#555;'>2025-02-10</span>
  </li>
    <li style='line-height:26px; width:100%;'>
  <span style='float:left;color:#555'>
  <a href="/xingyezixun/65001.html" title="浙江170KW柴油发电机_柴油发电机选型维修比较" style="color:#555">浙江170KW柴油发电机_柴油发电机选型维修比较</a>
  </span><span style='float:left;'><img src='http://114my.cn.114.114my.net/Kfdaima/images/new_im.gif' boder=0 style='margin-top:2px;'/></span><span style='float:right;color:#555;'>2025-02-07</span>
  </li>
    <li style='line-height:26px; width:100%;'>
  <span style='float:left;color:#555'>
  <a href="/xingyezixun/65000.html" title="青海70KW柴油发电机同类产品对比_柴油发电机选择方法范围" style="color:#555">青海70KW柴油发电机同类产品对比_柴油发电机选择...</a>
  </span><span style='float:left;'><img src='http://114my.cn.114.114my.net/Kfdaima/images/new_im.gif' boder=0 style='margin-top:2px;'/></span><span style='float:right;color:#555;'>2025-02-07</span>
  </li>
    <li style='line-height:26px; width:100%;'>
  <span style='float:left;color:#555'>
  <a href="/xingyezixun/64999.html" title="湖南50KW柴油发电机组技术常见问题解答_柴油发电机组技术" style="color:#555">湖南50KW柴油发电机组技术常见问题解答_柴油发电...</a>
  </span><span style='float:left;'><img src='http://114my.cn.114.114my.net/Kfdaima/images/new_im.gif' boder=0 style='margin-top:2px;'/></span><span style='float:right;color:#555;'>2025-02-07</span>
  </li>
    <li style='line-height:26px; width:100%;'>
  <span style='float:left;color:#555'>
  <a href="/xingyezixun/64998.html" title="黑龙江50KW发电机_柴油发电机组范围" style="color:#555">黑龙江50KW发电机_柴油发电机组范围</a>
  </span><span style='float:left;'><img src='http://114my.cn.114.114my.net/Kfdaima/images/new_im.gif' boder=0 style='margin-top:2px;'/></span><span style='float:right;color:#555;'>2025-02-07</span>
  </li>
     
   
 </ul>
 </div>
 <div class="clear"></div>
 </div>
 <div class="hangye_3"><img alt="" src="/images/2013062814540207207.jpg" /></div>
 </div>
 <div class="new">
 <div class="tu"><img alt="" src="/images/20130628144233323332.jpg" /></div>
 <div class="news_tu">
 <div class="news_1"><a href="/qiyedongtai/">企业动态</a></div>
 <hr>
 <div class="news_2">
 <div class='divnews_tag'>
  <ul>
   
    </ul>
 </div>
 <div class="clear"></div>
 </div>
 <div class="news_3"><img alt="" src="/images/20130628144070417041.jpg" /></div>
 </div>
 </div> 
</div>


 <style>
 .link-box {
	width:960px;margin:auto;border-top:1px solid #cccccc;padding:3px 0px;
}
.link {
	width:960px;
	margin: 0 auto;
}
.link h1 {
	height: 18px;width:90px;float:left;margin-left:5px;color:#333;font-weight:normal;}
.link ul {
	float:left;
}
.link ul a {
	font-size: 13px;
	color: #363636;
	
	margin: 0 1px
}
 </style>
 <div class="link-box">
 <div class="link">
 <h1>友情链接/LINKS</h1>
 <ul>
  </ul>
 
 </div>
</div>
<style type="text/css">
 #copyright{
 width:960px;
 float:left;
 border:1px #CCCCCC solid;
 border-left:none;
 border-right:none;
 margin-bottom:10px;
 }
.copyright_1{ float:left; width:800px; padding-left:5px; height:28PX; line-height:28px;}
.copyright_2{ float:left; width:280px; padding-left:120px; height:28PX; line-height:28px;display:none;}
#link{
 width:960px;
 float:left;
 height:auto;
 margin-bottom:10px;
 }
</style>
<div style="width:960px;margin:auto;">
 <div id="copyright">
 <div class="copyright_1">
 <strong><a href="/">康明斯售后服务</a></strong> | 
  <a href="/about/">关于康明斯</a> | 
  <a href="/contact/">联系我们</a> | 
 
 <a href="/sitemap.xml" target="_blank">网站地图</a> | 
 <script type="text/javascript" src="https://s4.cnzz.com/z_stat.php?id=1280065325&web_id=1280065325"></script>
备案号:<a href="https://beian.miit.gov.cn/">苏ICP备17034643号</a>
 </div>
 <div class="copyright_2">
 扬州澳湳动力设备有限公司 版权所有 © 2018

 </div>
 <div class="clear">
 </div>
	
 </div>
</div>
<!-- 商桥 -->
<script>
var _hmt = _hmt || [];
(function() {
 var hm = document.createElement("script");
 hm.src = "https://hm.baidu.com/hm.js?622ab1fbbcdd47e781d859c7aaba263eddd";
 var s = document.getElementsByTagName("script")[0]; 
 s.parentNode.insertBefore(hm, s);
})();
</script>
</body>
</html>