
<!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>厦门集顺燃气 | 全市统一送气热线0592-6666517 | 厦门 送煤气 正规液化气 液化气配送 </title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="css/top.css" rel="stylesheet" type="text/css" />
<link href="css/home.css" rel="stylesheet" type="text/css" />
<link rel="Bookmark" href="images/favicon.png" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jisunlanqi.js"></script>
<script type="text/javascript" src="js/jquery.SuperSlide.2.1.source.js"></script>
</head>
<!--[if IE 6]>
<script src="images/iepng.js" type="text/javascript"></script>
<script type="text/javascript">
   EvPNG.fix('div, ul, img, li, input'); 
</script>
<![endif]-->
</head>

<body>

<div class="top">
  <div class="head">
    <div class="logo"><a href="index.php" title="厦门集顺石油液化气有限公司"><img src="images/logo.png" /></a></div>
    <div class="top_right">今日气价： <a href="#" onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://6666517.cn')">设为首页</a> | <a href="#" onclick="jscript:window.external.AddFavorite(document.location.href,document.title);" title="加入收藏">加入收藏</a> | <a href="contact.html">联系我们</a> </div>
  </div>
</div>
<div class="nav">
  <div class="nav01">
    <ul>
      <li><a class='navselectno' href="about.php" title="关于集顺">关于集顺</a>
      <div class="dropmenu">
	<span><a href='about.php' title='公司简介'>公司简介</a></span>
	<span><a href='about.php?id=2' title='组织架构'>组织架构</a></span>
	<span><a href='certificate.php' title='证照荣誉'>证照荣誉</a></span>
	<span><a href='photo.php' title='员工风采'>员工风采</a></span>

      </div>
      </li>
      <li><a href="industry.php" class='navselectno' title="工业用户">工业用户</a>
        <div class="dropmenu">
	<span><a href='industry.php' title='燃气产品'>燃气产品</a></span>
	<span><a href='industry.php?id=2' title='能源应用解决方案'>能源应用解决方案</a></span>

        </div>
      </li>
      <li><a href="business.php" class='navselectno' title="商业用户">商业用户</a>
        <div class="dropmenu">
	<span><a href='business.php' title='商业应用'>商业应用</a></span>
	<span><a href='business.php?id=2' title='今日气价'>今日气价</a></span>
	<span><a href='business.php?id=3' title='我们的服务'>我们的服务</a></span>

        </div>
      </li>
      <li><a class='navselectno' href="domestic.php" title="家庭用户">家庭用户</a>
        <div class="dropmenu">
	<span><a href='domestic.php' title='选择放心燃气'>选择放心燃气</a></span>
	<span><a href='domestic.php?id=2' title='全程贴心服务'>全程贴心服务</a></span>
	<span><a href='domestic.php?id=3' title='今日气价'>今日气价</a></span>

        </div>
      </li>
      <li><a class='navselectno' href="service.php" title="客户服务">客户服务</a>
        <div class="dropmenu">
	<span><a href='service.php' title='燃气配送'>燃气配送</a></span>
	<span><a href='service.php?id=2' title='站点分布'>站点分布</a></span>
	<span><a href='service.php?id=3' title='开户指南'>开户指南</a></span>

        </div>
      </li>
      <li><a class='navselectno' href="safe.php" title="用气安全">用气安全</a>
        <div class="dropmenu">
	<span><a href='safe.php' title='用气安全常识'>用气安全常识</a></span>
	<span><a href='safe.php?id=2' title='应急处理措施'>应急处理措施</a></span>
	<span><a href='safe.php?id=3' title='法律法规'>法律法规</a></span>

        </div>
      </li>
      <li><a href="contact.php"  class='navselectno' title="联系我们">联系我们</a>
      <div class="dropmenu">
	<span><a href='contact.php' title='联系方式'>联系方式</a></span>
	<span><a href='contact.php?id=2' title='合作加盟'>合作加盟</a></span>
	<span><a href='contact.php?id=3' title='招聘信息'>招聘信息</a></span>

      </div>
      </li>
    </ul>
  </div>
<script language="javascript">
<!--
$('.nav01 li').hover(function(){
	$(this).find('div.dropmenu').slideDown(100).siblings('a').addClass('navselect1');
},function(){
	$(this).find('div.dropmenu').slideUp(100).siblings('a').removeClass('navselect1');
})
$(function(){
	var _len = $(".bg > li").length;
	//var _num = Math.floor(Math.random()*_len); 
	var _num = 0;
	var _kvclass = $(".bg li");
	var _ktclass = $(".circle > li");
	//var _kttxt   = $(".kv img")
	_kvclass.css("opacity","0");
	function kv(){
		if(_num==_len){_num=0};
		_kvclass.eq(_num).stop().animate({"opacity":"1"},1000).show().siblings().stop().animate({"opacity":"0"},100).hide();
		_ktclass.eq(_num).addClass('selected').siblings('li').removeClass('selected');
		_num++;
	}
	kv();
	var setkv = setInterval(kv,5000);
	_ktclass.click(function(){
		_num=$(this).index();
		kv();
	})
})
-->
</script>
</div><div class="banner">
  <div id="focus">
    <ul id="picList">
      <li><a href='#' target='' title='选择集顺燃气，选择安全放心'><img src='Upload/image/20141216/old-index1.jpg' alt='选择集顺燃气，选择安全放心' /></a></li>
      <li><a href='#' target='' title='正规燃气，绿色、安全、耐烧'><img src='Upload/image/20141216/old-index2.jpg' alt='正规燃气，绿色、安全、耐烧' /></a></li>
      <li><a href='#' target='' title='优质能源，节约成本，助您事业腾飞'><img src='Upload/image/20141216/old-index3.jpg' alt='优质能源，节约成本，助您事业腾飞' /></a></li>

    </ul>
    <!--
	  <a class="prev" href="javascript:void(0)"></a>
	  <a class="next" href="javascript:void(0)"></a>
    -->
    <ul id="ggBtns">
	  <li><a href='#'>1</a></li>
	  <li><a href='#'>2</a></li>
	  <li><a href='#'>3</a></li>

    </ul>
<script type="text/javascript">
  jQuery("#focus").slide({mainCell:"ul#picList",effect:"fold",autoPlay:true,delayTime:1000,mouseOverStop:false});
</script>
  </div>
  <ul class="bg">
      <li style='background:url(Upload/image/20141216/index1.jpg) no-repeat top;'></li>
      <li style='background:url(Upload/image/20141216/index2.jpg) no-repeat top;'></li>
      <li style='background:url(Upload/image/20141216/index3.jpg) no-repeat top;'></li>

  </ul>
</div>
<div class="main_bord">
  <div class="main_about">
    <div class="main_about_top">
<h2><a href='about.php' title='集顺燃气/Jishun LPG'>集顺燃气<em> / Jishun LPG</em></a></h2><p>
	<span style="font-family: Microsoft YaHei; font-size: 16px;" yahei";font-size:16px;"="" microsoft="">厦门集顺石油液化气有限公司(Xiamen Jishun LPG Co., Ltd.)主要从事液化石油气和丙烷的存储、充装和销售等业务，是福建省储量最大的液化气储配站之一；省燃气行业3A级标准化良好行为企业；省燃气协会会员。公司特有的豆绿色气瓶已成为放心优质燃气的标志。</span> <span style="font-size:14px;"><span style="font-family:Microsoft YaHei;"></span></span> 
</p>
      </div>
  </div>
</div>
<div class="main">
  <div class="main_mid">
    <div class='main01'>
	<h3><a href='service.php' title='配送中心/Distribution Center'>配送中心<em>Distribution Center</em></a></h3><p>
	<a href="service.php"><img alt="" src="Upload/image/20141215/old-peisong.jpg" /></a> 
</p>
<p>
	<a href="service.php"><span style="font-size:14px;">一个电话，轻松订气！</span></a>&nbsp;
</p>
    </div>
    <div class='main02'>
	<h3><a href='service.php?id=2' title='站点分布/Gas Stations'>站点分布<em>Gas Stations</em></a></h3><p>
	<a href="service.php?id=2"><img alt="" src="Upload/image/20140225/20140225101762896289.jpg" /></a> 
</p>
<p>
	<a href="service.php?id=2"><span style="font-size:14px;">找到离您最近的供应站点</span> </a>
</p>
    </div>
    <div class='main02'>
	<h3><a href='contact.php?id=2' title='合作加盟/Cooperation'>合作加盟<em>Cooperation</em></a></h3><p>
	<a href="contact.php?id=2" target="_blank"><a href="contact.php?id=2"><img alt="" src="Upload/image/20140402/20140402154923622362.jpg" /></a></a> 
</p>
<p>
	<a href="contact.php?id=2"><span style="font-size:14px;">加入我们，共同推广清洁能源</span> </a>
</p>
    </div>
  </div>
  <div class='main_mid01'>
    <div class='main01'>
	<h3><a href='business.php' title='商业用户/Commercial Users'>商业用户<em>Commercial Users</em></a></h3><p>
	<a href="business.php" target="_blank"><a href="business.php"><img alt="" src="Upload/image/20140402/20140402111054235423.jpg" /></a></a> 
</p>
<p>
	<a href="business.php"><span style="font-size:14px;">优质能源，纯净足量，替您省钱</span> </a>
</p>
    </div>
    <div class='main02'>
	<h3><a href='domestic.php' title='家庭用户/Household Users'>家庭用户<em>Household Users</em></a></h3><p>
	<a href="domestic.php"><img alt="" src="Upload/image/20140402/20140402095755785578.jpg" /></a> 
</p>
<p>
	<a href="domestic.php"><span style="font-size:14px;">用放心燃气，展现完美厨艺</span> </a>
</p>
    </div>
    <div class='main02'>
	<h3><a href='industry.php' title='工业用户/Industrial Users'>工业用户<em>Industrial Users</em></a></h3><p>
	<a href="industry.php"><img alt="" src="Upload/image/20140401/20140401172253615361.jpg" /></a> 
</p>
<p>
	<a href="industry.php"><span style="font-size:14px;">为工业用户提供整套能源解决方案</span> </a>
</p>
    </div>

  </div>
</div>

<div class="footer">
  <div class="footer01">
    <div class="f_logo" style="display:block;width:237px; background:url(images/btl.gif) right center no-repeat;"><img src="images/logo01.jpg"></div>
    <div class="f_copyright">版权所有:厦门集顺石油液化气有限公司 &nbsp; <a rel="nofollow" href="https://beian.miit.gov.cn/" target="_blank">闽ICP备05013522号-1</a> &nbsp; </div>
    <div class="backtop"><a href="#top">返回顶部</a></div>
  </div>
  <div class="footer02">
    <div class="foot">
      <div class="foot_add">
        <ul>
<li><b>厦门集顺石油液化气有限公司</b></li>	  <li><b>地址：</b>厦门市集美区后溪镇新岭路38号</li>
<!--	
	  <li><b>全市统一客服热线：</b>0592-6666517</li>
	  <li><b>抢修电话：</b>0592-6266518</li>
	  <li><b>电子邮箱：</b>jishun@xmjs.com.cn</li>

        </ul>
      </div>
<style type="text/css">
.foot_link01{padding:0 0 15px;}
</style>
      <div class="foot_link">
        <div class="foot_link01">
          <ul>
            <li><h2>关于集顺</h2></li>
	<li><a href='about.php' title='公司简介'>公司简介</a></li>
	<li><a href='about.php?id=2' title='组织架构'>组织架构</a></li>
	<li><a href='certificate.php' title='证照荣誉'>证照荣誉</a></li>
	<li><a href='photo.php' title='员工风采'>员工风采</a></li>

          </ul>
        </div>
        <div class="foot_link01">
          <ul>
            <li><h2>用气安全</h2></li>
	<li><a href='safe.php' title='用气安全常识'>用气安全常识</a></li>
	<li><a href='safe.php?id=2' title='应急处理措施'>应急处理措施</a></li>

          </ul>
        </div>
        <div class="foot_link01">
          <ul>
            <li><h2>客户服务</h2></li>
	<li><a href='service.php' title='燃气配送'>燃气配送</a></li>
	<li><a href='service.php?id=2' title='站点分布'>站点分布</a></li>
	<li><a href='service.php?id=3' title='开户指南'>开户指南</a></li>

          </ul>
        </div>

<style type="text/css">
#btContat ul li a{ padding-right:0.3em;}
</style>
        <div class="foot_link02" id="btContat">
          <ul>
            <li><h2>联系我们</h2></li>
	<li><a href='contact.php' title='联系方式'>联系方式</a></li>
	<li><a href='contact.php?id=2' title='合作加盟'>合作加盟</a></li>
	<li><a href='contact.php?id=3' title='招聘信息'>招聘信息</a></li>

          </ul>
        </div>
      </div>
  <div class="clear"></div>
    </div>
  <div class="clear"></div>
  </div>
  <div class="clear"></div>
</div></body>

</html>