<!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">
<meta name="viewport" content="width=device-width,height=device-height,inital-scale=1.0,maximum-scale=1.0,user-scalable=no;"> 
<title>木质粉状活性炭|煤质颗粒活性炭|果壳颗粒活性炭|民用活性炭,特殊品种活性炭定制--福建省芝星炭业股份有限公司</title>
<meta name="description" content="福建省芝星炭业股份有限公司系福建省建瓯市芝星活性炭有限公司是一家集活性炭研发、生产、销售一体化的国内木质活性炭主要骨干企业。">
<meta name="keywords" content="福建省芝星炭业股份有限公司,木质粉状活性炭,煤质颗粒活性炭,果壳颗粒活性炭,民用活性炭,特殊品种活性炭定制">
<meta name="author" content="zxi@cnfjzx.com">
<meta name="robots" content="index,follow">
<meta name="revisit-after" content="14 days">
<meta name="rating" content="general">
<meta name="distribution" content="global">
<meta name="classification" content="business">
<link rel="stylesheet" type="text/css" href="/Html/css/neiye.css">


<link href="/Html/css/css.css" rel="stylesheet" type="text/css" />

<script type="text/javascript" src="/Html/js/menu.js"></script>

<link rel="stylesheet" type="text/css" href="/Html/css/index.css"/>
<script type="text/javascript" src="/Html/js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="/Html/js/jquery.SuperSlide.2.1.3.js"></script>
<script type="text/javascript" src="/Html/js/index.js"></script>


  <script type="text/javascript" src="/Html/js/jquery.min.js"></script>


</head> 

<body>
<div id="head">
<h1> <a href="http://www.acticarbon.com"><img src="/Html/images/logo.jpg" border="0" alt="福建省芝星炭业股份有限公司 "/></a></h1>
<div class="logo"><a href="http://www.acticarbon.com">福建省芝星炭业股份有限公司 <br /><b>Fujian Zhixing activated carbon Co., Ltd.</b></a></div>
<div class="en_cn1">公司简称“芝星炭业”<span>股票代码：832740</span><br />活性炭研制、开发、生产、销售为一体的综合性企业
</div>

</div>
 <div id="menu1">
  <div id="menu2">
<ul class="menu" id="menu">
        <li><a href="/"    class="menulink" >网站首页</a></li>
        <li><a href="/about_zh/id/1.html"   class="menulink" > 关于芝星</a>
		 <ul>
<li> <a href="/about_zh/id/3.html">董事长致辞</a></li>  
<li> <a href="/about_zh/id/1.html">企业简介</a></li>  
<li> <a href="/factory_zh/typeid/1.html">企业展示</a></li>  
<li>  <a href="/factory_zh/typeid/2.html">资质荣誉</a></li>  
<li> <a href="/about_zh/id/4.html">组织结构</a></li>  



	  </ul>
		</li>
		 <li><a href="/products.html"  class="menulink"  > 产品中心</a>
			 <ul>
<li> <a href="/products_fl/typeid/1.html" >木质粉状活性炭</a></li><li> <a href="/products_fl/typeid/13.html" >煤质颗粒活性炭</a></li><li> <a href="/products_fl/typeid/14.html" >果壳颗粒活性炭</a></li><li> <a href="/products_fl/typeid/15.html" >民用活性炭</a></li><li> <a href="/products_fl/typeid/16.html" >特殊品种活性炭定制</a></li>  

	  </ul>
</li>
<li><a href="/news/typeid/1.html"  class="menulink"  >新闻中心</a>
 <ul>
<li><a href="/news/typeid/1.html">
公司新闻</a></li><li><a href="/news/typeid/2.html">
行业动态</a></li><li><a href="/news/typeid/6.html">
领导关怀</a></li><li><a href="/news/typeid/7.html">
公司研报</a></li> 
</ul>

</li>		
<li><a href="/job_list_zh.html"   class="menulink" > 招聘中心 </a></li>
 <li><a href="/contact_zh/id/2.html"   class="menulink" >联系我们</a></li>
     
	 <li><a href="/index_en.html"   class="menulink" >English</a></li> 
	  


 <script type="text/javascript">
	var menu=new menu.dd();
	menu.init("menu","menuhover");
</script>


   </ul>
   <div id="search">
<form name="search" action="/product_search_zh" method="GET">
          <input name="title" type="text" class="searchinput" value="产品搜索" onFocus="this.value=''">
          <input name="button" type="image" id="search_logo" value="search" src="/Html/images/go.jpg">
</form>  </div>

 </div>  </div> 
 
 
 

<div class="mobile_daohang">


	<script>
		var loginok = localStorage.getItem("loginok");
	function iflogin(){
		console.log('loginok值：' + loginok)
		if(loginok){
			console.log('有')
			$('#logincard').hide()
			$('#outcard').show()
		} else{
			console.log('没有')
			$('#outcard').hide()
			$('#logincard').show()
		}
	}
	$(document).ready(function(){
		console.log('11')
		iflogin()
		// $("#outcard").click(function(){
		// 	localStorage.removeItem('login');
		// 	localStorage.removeItem('token');
		// 	localStorage.removeItem('loginok');
		// 	localStorage.removeItem('mplogin');
		// 	window.location.reload()
		// });
		$(".menu_open").click(function(){
			$(".menu_open").hide()
			$(".menu_close").show()
			$(".msk").show()
			$("#menua").animate({right:'0px'});
		})
		$(".menu_close").click(function(){
			$(".menu_open").show()
			$(".menu_close").hide()
			$(".msk").hide()
			$("#menua").animate({right:'-200px'});
			$(".menu-li").find(".twoul").hide();
		})
		$(".onemenu").click(function(){
			$(this).parent().siblings().find(".twoul").hide();
			$(this).siblings().toggle();
		})
		$(".onemenub").click(function(){
			$(this).parent().siblings().find(".twoul").hide();
			$(this).parent().siblings().find(".onemenub").removeClass("menuico_up");
			$(this).siblings().toggle();
			$(this).toggleClass("menuico_up");
		})
		
	})
</script>

	<link rel="stylesheet" href="css/wap_mdui.css" />
	<link rel="stylesheet" href="css/wap_app.css" />

    <div class="main">
   
    <div class="toubu">
			<header>
<a href="http://www.acticarbon.com/"  class="cd-logo" >
芝星炭业</a>
               
				<i class="search_open"></i>
				<i class="menu_open"></i>
				<i class="menu_close"></i>			</header>
	  </div>

		<div class="toubuge"></div>

<div class="msk"></div>
<div class="menu" id="menua">
<div class="menu-li">
<a href="/" class="onemenu  mshouyeico">网站首页</a>
</div>
<div class="menu-li">
<a   href="/about_zh/id/1.html"  class="onemenub menuico_down">关于芝星</a>
<ul class="twoul">
<li> <a href="/about_zh/id/3.html">董事长致辞</a></li>  
<li> <a href="/about_zh/id/1.html">企业简介</a></li>  
<li> <a href="/factory_zh/typeid/1.html">企业展示</a></li>  
<li>  <a href="/factory_zh/typeid/2.html">资质荣誉</a></li>  
<li> <a href="/about_zh/id/4.html">组织结构</a></li>  
</ul>


</div>
<div class="menu-li"><a  href="/products.html" class="onemenub menuico_down">产品中心</a>
<ul class="twoul">
<li> <a href="/products_fl/typeid/1.html" >木质粉状活性炭</a></li><li> <a href="/products_fl/typeid/13.html" >煤质颗粒活性炭</a></li><li> <a href="/products_fl/typeid/14.html" >果壳颗粒活性炭</a></li><li> <a href="/products_fl/typeid/15.html" >民用活性炭</a></li><li> <a href="/products_fl/typeid/16.html" >特殊品种活性炭定制</a></li>  
 </ul>
	  </div>
<div class="menu-li"><a  href="/news.html" class="onemenub menuico_down">新闻中心</a>
<ul class="twoul">
<li><a href="/news/typeid/1.html">
公司新闻</a></li><li><a href="/news/typeid/2.html">
行业动态</a></li><li><a href="/news/typeid/6.html">
领导关怀</a></li><li><a href="/news/typeid/7.html">
公司研报</a></li> 
</ul>
</div>
<div class="menu-li" ><a href="/job_list_zh.html" class="onemenu menuico_right">招聘中心</a></div>  
<div class="menu-li" ><a href="/contact_zh/id/8.html" class="onemenu menuico_right">联系我们</a></div>     
<div class="menu-li" ><a href="/index_en.html" class="onemenu menuico_right">English</a></div>             
</div>
</div>
</div>

 

<div class="js-container"><div class="py1">
    <div class="index-banner" style="height:300px; overflow:hidden; background:url(/Html/images/f2.jpg) no-repeat center top fixed; background-size:100%">
            </div>
    </div>
	<div class="py2">
	   <div class="index-banner" style="height:120px; overflow:hidden; background:url(/Html/images/f2.jpg) no-repeat center top fixed; background-size:100%">
        
    </div>    </div>
	
  </div>
<div class="clearfix nymenu">
<div class="div1270">
<div class="nymenu_mid nymenu_mid_s">
<p>产品中心</p>
<ul>

<li  >
<a href="/products_fl/typeid/1.html" >
木质粉状活性炭</a>
</li><li  >
<a href="/products_fl/typeid/13.html" >
煤质颗粒活性炭</a>
</li><li  >
<a href="/products_fl/typeid/14.html" >
果壳颗粒活性炭</a>
</li><li  >
<a href="/products_fl/typeid/15.html" >
民用活性炭</a>
</li><li  >
<a href="/products_fl/typeid/16.html" >
特殊品种活性炭定制</a>
</li>   
<div class="clear"></div>  
</ul>
</div>
</div>
</div>
<style>
@media screen and (max-width: 640px) {
	.nymenu_mid ul li:nth-child(1) {
    background-image: none;
    border-left: 0px solid #d1d1d1;
}
.nymenu_mid ul li:nth-child(2n){ float:right;border-bottom: 1px solid #d1d1d1; }
.nymenu_mid ul li{ width:50%!important; border:0px;border-bottom: 1px solid #d1d1d1; display:block; float:left}
	}
</style> 
<!--首页公司简介-->
<div class="wd1300">
<div class="index_wz chanpin">
<h2 aos="fade-up" >我们的产品</h2>
<h4>product center</h4>
<div class="index_line" aos="fade-down"></div>
</div>


<div class="neirong_biankang">
<div class="clear">

	  <div class="pro_in">
<div class="fnlem"><a href="/products_fl/typeid/1.html">木质粉状活性炭</a></div>


   <ul class="flex1">

 <li>	<a href="/product_detail/id/17.html">
	
	<img src="/Uploads/_thumb/400x400_6646b435f1829.jpg" alt="新型环保味精专用活性炭">
	</a>
     <h4><a href="/product_detail/id/17.html">新型环保味精专用活性炭</a>
</h4>

     <div  class="pr_more1"><a href="/product_detail/id/17.html">查看更多+</a></div></li><li>	<a href="/product_detail/id/16.html">
	
	<img src="/Uploads/_thumb/400x400_6646b44514732.jpg" alt="糖液专用活性炭">
	</a>
     <h4><a href="/product_detail/id/16.html">糖液专用活性炭</a>
</h4>

     <div  class="pr_more1"><a href="/product_detail/id/16.html">查看更多+</a></div></li><li>	<a href="/product_detail/id/15.html">
	
	<img src="/Uploads/_thumb/400x400_6646b45918836.jpg" alt="山梨酸(山梨酸钾)专用活性炭">
	</a>
     <h4><a href="/product_detail/id/15.html">山梨酸(山梨酸钾)专用活性炭</a>
</h4>

     <div  class="pr_more1"><a href="/product_detail/id/15.html">查看更多+</a></div></li><li>	<a href="/product_detail/id/14.html">
	
	<img src="/Uploads/_thumb/400x400_6646b485a116a.jpg" alt="乳酸、柠檬酸专用活性炭">
	</a>
     <h4><a href="/product_detail/id/14.html">乳酸、柠檬酸专用活性炭</a>
</h4>

     <div  class="pr_more1"><a href="/product_detail/id/14.html">查看更多+</a></div></li>

	 </ul>	 

	 

  
  	<div class="flgd"><a  href="/products_fl/typeid/1.html">更多产品 → </a></div>  </div>  <div class="pro_in">
<div class="fnlem"><a href="/products_fl/typeid/13.html">煤质颗粒活性炭</a></div>


   <ul class="flex1">

 <li>	<a href="/product_detail/id/10.html">
	
	
	</a>
     <h4><a href="/product_detail/id/10.html">空气净化专用活性炭</a>
</h4>

     <div  class="pr_more1"><a href="/product_detail/id/10.html">查看更多+</a></div></li><li>	<a href="/product_detail/id/9.html">
	
	
	</a>
     <h4><a href="/product_detail/id/9.html">净水专用活性炭</a>
</h4>

     <div  class="pr_more1"><a href="/product_detail/id/9.html">查看更多+</a></div></li><li>	<a href="/product_detail/id/8.html">
	
	
	</a>
     <h4><a href="/product_detail/id/8.html">脱硫专用活性炭</a>
</h4>

     <div  class="pr_more1"><a href="/product_detail/id/8.html">查看更多+</a></div></li><li>	<a href="/product_detail/id/7.html">
	
	
	</a>
     <h4><a href="/product_detail/id/7.html">溶剂回收专用活性炭</a>
</h4>

     <div  class="pr_more1"><a href="/product_detail/id/7.html">查看更多+</a></div></li>

	 </ul>	 

	 

  
  	<div class="flgd"><a  href="/products_fl/typeid/13.html">更多产品 → </a></div>  </div>  <div class="pro_in">
<div class="fnlem"><a href="/products_fl/typeid/14.html">果壳颗粒活性炭</a></div>


   <ul class="flex1">

 <li>	<a href="/product_detail/id/5.html">
	
	
	</a>
     <h4><a href="/product_detail/id/5.html">载体专用活性炭</a>
</h4>

     <div  class="pr_more1"><a href="/product_detail/id/5.html">查看更多+</a></div></li><li>	<a href="/product_detail/id/4.html">
	
	
	</a>
     <h4><a href="/product_detail/id/4.html">脱色专用活性炭</a>
</h4>

     <div  class="pr_more1"><a href="/product_detail/id/4.html">查看更多+</a></div></li><li>	<a href="/product_detail/id/3.html">
	
	
	</a>
     <h4><a href="/product_detail/id/3.html">脱色专用活性炭</a>
</h4>

     <div  class="pr_more1"><a href="/product_detail/id/3.html">查看更多+</a></div></li>

	 </ul>	 

	 

  
  	<div class="flgd"><a  href="/products_fl/typeid/14.html">更多产品 → </a></div>  </div>  <div class="pro_in">
<div class="fnlem"><a href="/products_fl/typeid/15.html">民用活性炭</a></div>


   <ul class="flex1">

 <li>	<a href="/product_detail/id/2.html">
	
	
	</a>
     <h4><a href="/product_detail/id/2.html">室内空气净化活性炭（诚招代理）</a>
</h4>

     <div  class="pr_more1"><a href="/product_detail/id/2.html">查看更多+</a></div></li>

	 </ul>	 

	 

  
  	<div class="flgd"><a  href="/products_fl/typeid/15.html">更多产品 → </a></div>  </div>  <div class="pro_in">
<div class="fnlem"><a href="/products_fl/typeid/16.html">特殊品种活性炭定制</a></div>


   <ul class="flex1">

 <li>	<a href="/product_detail/id/1.html">
	
	
	</a>
     <h4><a href="/product_detail/id/1.html">各类规格活性炭定制服务</a>
</h4>

     <div  class="pr_more1"><a href="/product_detail/id/1.html">查看更多+</a></div></li>

	 </ul>	 

	 

  
  	<div class="flgd"><a  href="/products_fl/typeid/16.html">更多产品 → </a></div>  </div> 
  
</div>

<!--

<div class="fnlem"><a href="/products_fl/typeid/1.html">木质粉状活性炭</a></div>
<table width="100%" align="center" border="0" cellpadding="0" cellspacing="1"  class="FindAreaTable1" ID="DataGrid1"  bgcolor="#ccc">
<tr class="font3">
 <td width="20%" height="50" align="center"  bgcolor="#f2f2f2"><strong>序号</strong></td>
    <td height="50" align="center" bgcolor="#f2f2f2"><strong>产品名称</strong></td>
    <td width="20%" height="50" align="center" bgcolor="#f2f2f2" class="yincang"><strong>更多</strong></td>
</tr>
  <tr>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" >1</td>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" ><a href="/product_detail/id/17.html" title="新型环保味精专用活性炭">新型环保味精专用活性炭</a></td>
	   <td height="50" align="center" bgcolor="#fff" class="yincang"><a href="/product_detail/id/17.html" title="新型环保味精专用活性炭" >更多</a></td>
    </tr><tr>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" >2</td>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" ><a href="/product_detail/id/16.html" title="糖液专用活性炭">糖液专用活性炭</a></td>
	   <td height="50" align="center" bgcolor="#fff" class="yincang"><a href="/product_detail/id/16.html" title="糖液专用活性炭" >更多</a></td>
    </tr><tr>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" >3</td>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" ><a href="/product_detail/id/15.html" title="山梨酸(山梨酸钾)专用活性炭">山梨酸(山梨酸钾)专用活性炭</a></td>
	   <td height="50" align="center" bgcolor="#fff" class="yincang"><a href="/product_detail/id/15.html" title="山梨酸(山梨酸钾)专用活性炭" >更多</a></td>
    </tr><tr>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" >4</td>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" ><a href="/product_detail/id/14.html" title="乳酸、柠檬酸专用活性炭">乳酸、柠檬酸专用活性炭</a></td>
	   <td height="50" align="center" bgcolor="#fff" class="yincang"><a href="/product_detail/id/14.html" title="乳酸、柠檬酸专用活性炭" >更多</a></td>
    </tr><tr>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" >5</td>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" ><a href="/product_detail/id/13.html" title="木糖醇专用活性炭">木糖醇专用活性炭</a></td>
	   <td height="50" align="center" bgcolor="#fff" class="yincang"><a href="/product_detail/id/13.html" title="木糖醇专用活性炭" >更多</a></td>
    </tr><tr>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" >6</td>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" ><a href="/product_detail/id/12.html" title="化工原料专用活性炭">化工原料专用活性炭</a></td>
	   <td height="50" align="center" bgcolor="#fff" class="yincang"><a href="/product_detail/id/12.html" title="化工原料专用活性炭" >更多</a></td>
    </tr><tr>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" >7</td>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" ><a href="/product_detail/id/11.html" title="净水专用活性炭">净水专用活性炭</a></td>
	   <td height="50" align="center" bgcolor="#fff" class="yincang"><a href="/product_detail/id/11.html" title="净水专用活性炭" >更多</a></td>
    </tr></table>
<div class="flgd"><a  href="/products_fl/typeid/1.html">更多产品 → </a></div><div class="fnlem"><a href="/products_fl/typeid/13.html">煤质颗粒活性炭</a></div>
<table width="100%" align="center" border="0" cellpadding="0" cellspacing="1"  class="FindAreaTable1" ID="DataGrid1"  bgcolor="#ccc">
<tr class="font3">
 <td width="20%" height="50" align="center"  bgcolor="#f2f2f2"><strong>序号</strong></td>
    <td height="50" align="center" bgcolor="#f2f2f2"><strong>产品名称</strong></td>
    <td width="20%" height="50" align="center" bgcolor="#f2f2f2" class="yincang"><strong>更多</strong></td>
</tr>
  <tr>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" >1</td>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" ><a href="/product_detail/id/10.html" title="空气净化专用活性炭">空气净化专用活性炭</a></td>
	   <td height="50" align="center" bgcolor="#fff" class="yincang"><a href="/product_detail/id/10.html" title="空气净化专用活性炭" >更多</a></td>
    </tr><tr>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" >2</td>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" ><a href="/product_detail/id/9.html" title="净水专用活性炭">净水专用活性炭</a></td>
	   <td height="50" align="center" bgcolor="#fff" class="yincang"><a href="/product_detail/id/9.html" title="净水专用活性炭" >更多</a></td>
    </tr><tr>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" >3</td>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" ><a href="/product_detail/id/8.html" title="脱硫专用活性炭">脱硫专用活性炭</a></td>
	   <td height="50" align="center" bgcolor="#fff" class="yincang"><a href="/product_detail/id/8.html" title="脱硫专用活性炭" >更多</a></td>
    </tr><tr>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" >4</td>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" ><a href="/product_detail/id/7.html" title="溶剂回收专用活性炭">溶剂回收专用活性炭</a></td>
	   <td height="50" align="center" bgcolor="#fff" class="yincang"><a href="/product_detail/id/7.html" title="溶剂回收专用活性炭" >更多</a></td>
    </tr><tr>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" >5</td>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" ><a href="/product_detail/id/6.html" title="触煤载体专用活性炭">触煤载体专用活性炭</a></td>
	   <td height="50" align="center" bgcolor="#fff" class="yincang"><a href="/product_detail/id/6.html" title="触煤载体专用活性炭" >更多</a></td>
    </tr></table>
<div class="flgd"><a  href="/products_fl/typeid/13.html">更多产品 → </a></div><div class="fnlem"><a href="/products_fl/typeid/14.html">果壳颗粒活性炭</a></div>
<table width="100%" align="center" border="0" cellpadding="0" cellspacing="1"  class="FindAreaTable1" ID="DataGrid1"  bgcolor="#ccc">
<tr class="font3">
 <td width="20%" height="50" align="center"  bgcolor="#f2f2f2"><strong>序号</strong></td>
    <td height="50" align="center" bgcolor="#f2f2f2"><strong>产品名称</strong></td>
    <td width="20%" height="50" align="center" bgcolor="#f2f2f2" class="yincang"><strong>更多</strong></td>
</tr>
  <tr>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" >1</td>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" ><a href="/product_detail/id/5.html" title="载体专用活性炭">载体专用活性炭</a></td>
	   <td height="50" align="center" bgcolor="#fff" class="yincang"><a href="/product_detail/id/5.html" title="载体专用活性炭" >更多</a></td>
    </tr><tr>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" >2</td>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" ><a href="/product_detail/id/4.html" title="脱色专用活性炭">脱色专用活性炭</a></td>
	   <td height="50" align="center" bgcolor="#fff" class="yincang"><a href="/product_detail/id/4.html" title="脱色专用活性炭" >更多</a></td>
    </tr><tr>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" >3</td>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" ><a href="/product_detail/id/3.html" title="脱色专用活性炭">脱色专用活性炭</a></td>
	   <td height="50" align="center" bgcolor="#fff" class="yincang"><a href="/product_detail/id/3.html" title="脱色专用活性炭" >更多</a></td>
    </tr></table>
<div class="flgd"><a  href="/products_fl/typeid/14.html">更多产品 → </a></div><div class="fnlem"><a href="/products_fl/typeid/15.html">民用活性炭</a></div>
<table width="100%" align="center" border="0" cellpadding="0" cellspacing="1"  class="FindAreaTable1" ID="DataGrid1"  bgcolor="#ccc">
<tr class="font3">
 <td width="20%" height="50" align="center"  bgcolor="#f2f2f2"><strong>序号</strong></td>
    <td height="50" align="center" bgcolor="#f2f2f2"><strong>产品名称</strong></td>
    <td width="20%" height="50" align="center" bgcolor="#f2f2f2" class="yincang"><strong>更多</strong></td>
</tr>
  <tr>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" >1</td>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" ><a href="/product_detail/id/2.html" title="室内空气净化活性炭（诚招代理）">室内空气净化活性炭（诚招代理）</a></td>
	   <td height="50" align="center" bgcolor="#fff" class="yincang"><a href="/product_detail/id/2.html" title="室内空气净化活性炭（诚招代理）" >更多</a></td>
    </tr></table>
<div class="flgd"><a  href="/products_fl/typeid/15.html">更多产品 → </a></div><div class="fnlem"><a href="/products_fl/typeid/16.html">特殊品种活性炭定制</a></div>
<table width="100%" align="center" border="0" cellpadding="0" cellspacing="1"  class="FindAreaTable1" ID="DataGrid1"  bgcolor="#ccc">
<tr class="font3">
 <td width="20%" height="50" align="center"  bgcolor="#f2f2f2"><strong>序号</strong></td>
    <td height="50" align="center" bgcolor="#f2f2f2"><strong>产品名称</strong></td>
    <td width="20%" height="50" align="center" bgcolor="#f2f2f2" class="yincang"><strong>更多</strong></td>
</tr>
  <tr>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" >1</td>
    <td height="50" align="center" bgcolor="#fff"  class="wsjl" ><a href="/product_detail/id/1.html" title="各类规格活性炭定制服务">各类规格活性炭定制服务</a></td>
	   <td height="50" align="center" bgcolor="#fff" class="yincang"><a href="/product_detail/id/1.html" title="各类规格活性炭定制服务" >更多</a></td>
    </tr></table>
<div class="flgd"><a  href="/products_fl/typeid/16.html">更多产品 → </a></div>-->
 
</div>
</div>

<style>
.fnlem{background:#b51a1e; height:65px;line-height:65px; text-align:center; margin:0 auto; width:100%;}
.fnlem a{ color:#fff; font-size:20px; font-weight:bold}
.flgd{ background:#f1ab00; height:45px; border-radius:5px; line-height:45px; text-align:center; margin:0 auto; width:140px; margin-top:30px; margin-bottom:50px;}
.flgd a{ color:#fff; text-align:center;}
</style>


<div class="clear"></div>
  </div>

</div>  <div class="index_2 ">
		<div class="wmid">	<div class="m2"><a href="/contact_zh/id/2.html">立即联系我们</a></div>
			<div class="index_2_1 wow fadeInUp animated" style="visibility: visible;">
				<b>求精 · 诚信 · 进取</b>			</div>
			<div class="index_2_2 wow fadeInUp animated" style="visibility: visible;">
				我们诚挚期待有识之士加入芝星炭业，共创明日之辉煌！<br>
		</div>
		
	
		</div>
</div>
   
  
   <div class="clearfix wow fadeInUp animated" id="footer">

	 
		<div class="clearfix footer_2">
	
			<div class="footer_2_mid">
				<div class="footer_2_mid_mid">
					<ul>
						<li>
							<div class="footer_2_mid_mid_mid">
							<div class="footer_t">
								 关于芝星							</div>
							<dl>
 		<dd><a href="/about_zh/id/3.html">董事长致辞</a></dd>
		<dd><a href="/about_zh/id/1.html">企业简介</a></dd>
 		<dd> <a href="/factory_zh/typeid/1.html">企业展示</a></dd>
  		<dd>  <a href="/factory_zh/typeid/2.html">资质荣誉</a></dd>
  		<dd>  <a href="/about_zh/id/4.html">组织结构</a></dd>
							</dl>
							</div>
						</li>
						<li>
							<div class="footer_2_mid_mid_mid">
							<div class="footer_t">
								产品与服务							</div>
							<dl>
							
<dd> <a href="/products_fl/typeid/1.html" >木质粉状活性炭</a></dd><dd> <a href="/products_fl/typeid/13.html" >煤质颗粒活性炭</a></dd><dd> <a href="/products_fl/typeid/14.html" >果壳颗粒活性炭</a></dd><dd> <a href="/products_fl/typeid/15.html" >民用活性炭</a></dd><dd> <a href="/products_fl/typeid/16.html" >特殊品种活性炭定制</a></dd>  
							</dl>
							</div>
						</li>
						
						
						<li>
							<div class="footer_2_mid_mid_mid">
							<div class="footer_t">
								新闻中心							</div>
							<dl>
				<dd><a href="/news/typeid/1.html">公司新闻</a></dd><dd><a href="/news/typeid/2.html">行业动态</a></dd><dd><a href="/news/typeid/6.html">领导关怀</a></dd><dd><a href="/news/typeid/7.html">公司研报</a></dd>  
							</dl>
							</div>
						</li>
						
						
						<li>
							<div class="footer_2_mid_mid_mid">
							<div class="footer_t">
								联系我们							</div>
							<dl>
											
<p>销售一部：0599-3868866&nbsp; &nbsp;邮箱：<a href="mailto:zxi@cnfjzx.com">zxi@cnfjzx.com</a><br />
销售二部：0599-3838388&nbsp; &nbsp;邮箱：<a href="mailto:zxj@cnfjzx.com">zxj@cnfjzx.com</a><br />
国际贸易部：0599-3821566&nbsp; &nbsp;邮箱：<a href="mailto:sales@cnfjzx.com">sales@cnfjzx.com</a><br />
民用炭事业部：0599-3822388&nbsp; &nbsp;邮箱：<a href="mailto:zxc@cnfjzx.com">zxc@cnfjzx.com</a><br />
采购部 0599-3851996&nbsp; &nbsp;邮箱：<a href="mailto:zxm@cnfjzx.com">zxm@cnfjzx.com</a></p>
	
							</dl>
							</div>
						</li>
					</ul>
				</div>
			</div>
			<div class="footer_2_right">
				<div class="footer_2_right_mid">
				
					<div class="footer_2_right_mid_1">	
<dl><img src="/Html/images/dh.jpg" />0599-3868866</dl>
<dl><img src="/Html/images/dz.jpg" style="float:left; "/>地址：福建省建瓯市木西林</dl>
					</div>
					<div class="clearfix footer_2_right_mid_2">
						<dl>
							<dd>
								<div class="footer_2_right_mid_2_1">
									<img src="/Html/images/gzh.png" border="0" alt="公众号"></div>
							</dd>
							<dd>
								<div class="footer_2_right_mid_2_1">
					<a href="http://www.acticarbon.com/"><img src="/Html/images/ewm.png" alt="手机版">	</a>						
								</div>
							</dd>
						</dl>
					</div>
				</div>
			</div>
		</div>
		<div class="footer_cp">
			<div class="footer_cp_left">
				<p>
      <span class="zzb07tail"><a href="http://www.acticarbon.com/">福建省芝星炭业股份有限公司</a> 版权所有(C)2024</span> <span class="zzb07tail">网络支持</span> &nbsp;<a href="http://china.chemnet.com" target="_blank" class="zzb07link">中国化工网</a>&nbsp;<a href="http://cn.toocle.com" target="_blank" class="zzb07link">生意宝</a>&nbsp;<a href="http://www.31fabu.com" target="_blank" class="zzb07link">网盛建站</a>&nbsp;<a href="/zzq/index.html" target="_blank" class="zzb07link">著作权声明</a> <a href="https://beian.miit.gov.cn" rel="nofollow" target="_blank">闽ICP备05002992号</a>&nbsp;&nbsp;&nbsp;<a href="https://www.beian.gov.cn/portal/registerSystemInfo?recordcode=35078302000126" target="_blank"><img src="/Html/images/1logo.png" />&nbsp;闽公网安备 35078302000126号</a>    </p>
		
			<div class="clear"></div>
		</div>
	 </div>
</div>
   
   
   
   
<script type="text/javascript" src="/Html/js/aos.js"></script>
<script type="text/javascript">
AOS.init({
easing: 'ease-out-back',
duration: 1000
});
</script>

   
<script>
if (!(/msie [6|7|8|9]/i.test(navigator.userAgent))){
	new WOW().init();
};
</script>
  
   
    
    <script src="css_index/common.js"></script>
    <script>
        $(window).ready(function () {
            $(".wgt-fade-animate").each(function () {
                var fold = $(window).height();
                if (fold > $(this).offset().top) {
                    $(this).trigger("appear");
                }
            });
            // banner
            var banner = new Swiper('.banner .swiper-container', {
                spaceBetween: 0,
                slidesPerView: 1,
                loop: true,
                speed: 2000,
                autoplay: true,
                pagination: {
                    el: '.banner  .swiper-pagination',
                    clickable: true,
                },
            });
            // ab
            if ($(window).width() > 768) {
                $(window).scroll(function () {
                    var top = $(window).scrollTop();
                    if (top > $(window).height() / 3) {
                        $(".indAb").addClass("animate")
                    } else {
                        $(".indAb").removeClass("animate")
                    }
                })
            } else {
                $(".indAb").addClass("animate")
            }
            $(window).resize(function () {
                if ($(window).width() > 768) {
                    $(window).scroll(function () {
                        var top = $(window).scrollTop();
                        if (top > $(window).height() / 3) {
                            $(".indAb").addClass("animate")
                        } else {
                            $(".indAb").removeClass("animate")
                        }
                    })
                } else {
                    $(".indAb").addClass("animate")
                }
            })

            // pro
            var js_indPro_box = new Swiper('.js_indPro_box .swiper-container', {
                spaceBetween: 108,
                loop: true,
                loopedSlides: 5,
                slidesPerView: 1.4,
                grabCursor: true,
                centeredSlides: true,
                speed: 1000,
                navigation: {
                    nextEl: ".js_indPro_box .indPro_next",
                    prevEl: ".js_indPro_box .indPro_prev",
                },
                pagination: {
                    el: '.swiper-pagination',
                },
                breakpoints: {
                    1480: {
                        slidesPerView: 1.3,
                    },
                    1368: {
                        slidesPerView: 1.3,
                        spaceBetween: 89,
                    },
                    1024: {
                        slidesPerView: 1.1,
                    },
                    768: {
                        slidesPerView: 1.3,
                        spaceBetween: 68,
                    },
                    680: {
                        spaceBetween: 48,
                        slidesPerView: 1.3,
                    },
                    480: {
                        slidesPerView: 1.1,
                        spaceBetween: 24,

                    },
                }

            });
            // app
            var js_indApp_box = new Swiper('.js_indApp_box .swiper-container', {
                spaceBetween: 89,
                loop: true,
                slidesPerView: 1.8,
                grabCursor: true,
                centeredSlides: true,
                speed: 1000,
                pagination: {
                    el: '.js_indApp_box  .swiper-pagination',
                    clickable: true,
                },
                breakpoints: {
                    1368: {
                        slidesPerView: 1.5,
                        spaceBetween: 68,
                    },
                    1024: {
                        slidesPerView: 1.2,
                        spaceBetween: 48,
                    },
                    768: {

                        slidesPerView: 1.1,
                        spaceBetween: 48,
                    }
                }

            });
        })
    </script>




<div class="tbottom"></div> 

	
<div class="bottomNav">
    <a href="/" class="bottomNav_item ">
        <div class="bottomNav_icon">
            <img src="/Html/images/fmenu1.png" alt="首页">
        </div>
         <p class="bottomNav_label ">首页</p> 
    </a>
    
    <a href="/about_zh/id/1.html" class="bottomNav_item ">
        <div class="bottomNav_icon">
            <img src="/Html/images/fmenu2.png" alt="公司简介">
        </div>
	
        <p class="bottomNav_label ">公司简介</p>
    </a>
    
    <a href="/products.html" class="bottomNav_item ">
        <div class="bottomNav_icon">
            <img src="/Html/images/fmenu3_a.png" alt="产品中心">
        </div>
        <p class="bottomNav_label inital_color">产品中心</p>
    </a>
    
     <a href="/contact_zh/id/8.html" class="bottomNav_item ">
        <div class="bottomNav_icon">
            <img src="/Html/images/fmenu5.png" alt="联系我们">
        </div>
        <p class="bottomNav_label ">联系我们</p>
    </a>
</div>  
  

</body>
</html>