

<!DOCTYPE html >
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>联系我们-99公司客服联系电话（99厅贵宾）</title>
<meta name="description" content="首页-小勐拉-99公司客服开户电话190-386-88886（联系99厅客服  99厅开户 99厅注册 99厅客服电话 99厅联系方式
）24小时在线为你办理业务。99公司直属客服">
<meta name="keywords" content="99厅客服  99厅开户 99厅注册 99厅客服电话 99厅联系方式">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no,minimum-scale=1.0,maximum-scale=1.0">
<META NAME="Author" CONTENT="sales@hbkecy.cn">
<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">
<meta name="ROBOTS" content="INDEX,FOLLOW">
 <link rel="shortcut icon" href="/Html/images/icon.png" type="image/x-icon" />
 
 
 
 
<!--sj s-->
<script src="/Html/js/wap_jquery.js"></script>
<script src="/Html/js/wap_menu1.js"></script>
<link rel="stylesheet" type="text/css" href="/Html/css/wap_menu1.css">

<!--sj e-->


<link rel="stylesheet" type="text/css" href="/Html/css_ny/style.css">

<!--首页 s-->

<link rel="shortcut icon" href="/Html/images/icon.png" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="/Html/css_index/plugins.css">
<link rel="stylesheet" href="/Html/css_index/index.css">
<script src="/Html/css_index/hm.js"></script>
<script type="text/javascript" src="/Html/css_index/rem.js"></script>
<script type="text/javascript">var headSelectedIndex = 0;</script>


<!--滑动 s-->
<script src="css_huadong/jquery.min.js" type="text/javascript" charset="utf-8"></script>


<link rel="stylesheet" href="css_huadong/aos.css">
<script src="css_huadong/aos.js" type="text/javascript" charset="utf-8"></script>

<!--滑动 e-->
<!--首页 e-->

<link href="/Html/about/cn.css" rel="stylesheet" type="text/css" />
<link href="/Html/about/css_ny.css" rel="stylesheet" type="text/css" />



<link rel="stylesheet" type="text/css" href="/Html/index_css/style.css">

<link rel="stylesheet" type="text/css" href="/Html/index_css/animate.min.css">





  <script type="text/javascript" src="/Html/js/jquery.min1.js"></script>
  <link rel="stylesheet" type="text/css" href="/Html/js/lightbox/themes/default/jquery.lightbox.css" />
  <script type="text/javascript" src="/Html/js/lightbox/jquery.lightbox.min.js"></script>

  <script type="text/javascript">
    jQuery(document).ready(function($){
      $('.lightbox').lightbox();
    });
  </script>
 

<!---数-->
<link rel="stylesheet" href="/Html/about/style1.css" type="text/css">

<script type="text/javascript" src="/Html/about/jquery.js"></script>
<script type="text/javascript" src="/Html/about/timepeople.js"></script>
  
  <!--视频-->
<link href="/Html/about/video.css" rel="stylesheet" type="text/css" />
<link href="/Html/about/bootstrap_ny.css" rel="stylesheet" type="text/css" />

<!--cp e--> 
<link href="/Html/about/cp.css" type="text/css" rel="stylesheet" />
  
  



<!--
<link rel="stylesheet" href="/Html/pro_css/css_ny.css">

<script src="/Html/pro_css/jquery-1.11.3.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
$(document).ready(function() {
	$('.inactive').click(function(){
		if($(this).siblings('ul').css('display')=='none'){
			$(this).parent('li').siblings('li').removeClass('inactives');
			$(this).addClass('inactives');
			$(this).siblings('ul').slideDown(100).children('li');
			if($(this).parents('li').siblings('li').children('ul').css('display')=='block'){
				$(this).parents('li').siblings('li').children('ul').parent('li').children('a').removeClass('inactives');
				$(this).parents('li').siblings('li').children('ul').slideUp(100);

			}
		}else{
			//控制自身变成+号
			$(this).removeClass('inactives');
			//控制自身菜单下子菜单隐藏
			$(this).siblings('ul').slideUp(100);
			//控制自身子菜单变成+号
			$(this).siblings('ul').children('li').children('ul').parent('li').children('a').addClass('inactives');
			//控制自身菜单下子菜单隐藏
			$(this).siblings('ul').children('li').children('ul').slideUp(100);

			//控制同级菜单只保持一个是展开的（-号显示）
			$(this).siblings('ul').children('li').children('a').removeClass('inactives');
		}
	})
});
</script>


-->


 </head>
<body class="irhas1 home1">

<script>
	var weburl = window.location.host;
	var rootDocment = 'http://' + weburl + '/index.php/Home/';//你的域名
	
	//导航展开关闭效果 begin
	function opennume(){
		// 这里边放你导航展开的那些事件代码,需要自行复制进来 例如下面的这些
		// $('.wap_toplogoa').toggleClass('wap_toplogoatran')
		// $('.wap_top').toggleClass('wap_move')
		// $('.wap_nume').toggleClass('wap_move')
		// $('.wap_conner').toggleClass('wap_move')
		// $('.wap_down').toggleClass('wap_move')
		// $('.wap_nume .transnemu').children('ul').slideUp()
		// $('.wap_nume .transnemu').removeClass('wap_numewencolor')
	}
	//导航展开关闭效果 end
	
	function loginnow(){
		var name = $("#loginname").val()
		var pass = $("#loginpass").val()
		var getdata = {
			login: name,
			passwd: pass
		}
		$.ajax({
		        type:"post",
		        url:rootDocment + 'toocle/login',
				data: getdata,
		        dataType:"json", //预期服务器返回数据的类型
		        success:function(res){
					//返回值判断 begin
					if(res.code == '200'){
						$("#loginname").val("")
						$("#loginpass").val("")
						localStorage.setItem('loginok', true);
						localStorage.setItem('login', res.login);
						localStorage.setItem('token', res.token);
						localStorage.setItem('mplogin', res.login);
						setTimeout(() => {
							window.location.reload()
						}, 1000);
						
					} else if(res.code == '1000'){
						$("#errortig").html("账号或者密码为空")
						setTimeout(() => {
							$("#errortig").html("")
						}, 5000);
					} else if(res.code == '1001'){
						$("#errortig").html("该账号不存在")
						setTimeout(() => {
							$("#errortig").html("")
						}, 5000);
					} else if(res.code == '1002'){
						$("#errortig").html("账号未被管理员激活")
						setTimeout(() => {
							$("#errortig").html("")
						}, 5000);
					} else if(res.code == '1003'){
						$("#errortig").html("账号新注册，未被管理员激活")
						setTimeout(() => {
							$("#errortig").html("")
						}, 5000);
					} else if(res.code == '1004'){
						$("#errortig").html("账号新添加，未被管理员激活")
						setTimeout(() => {
							$("#errortig").html("")
						}, 5000);
					} else if(res.code == '1005'){
						$("#errortig").html("账号被管理员冻结")
						setTimeout(() => {
							$("#errortig").html("")
						}, 5000);
					} else if(res.code == '1006'){
						$("#errortig").html("账号登陆失败超过3次")
						setTimeout(() => {
							$("#errortig").html("")
						}, 5000);
					} else if(res.code == '1007'){
						$("#errortig").html("密码错误")
						setTimeout(() => {
							$("#errortig").html("")
						}, 5000);
					} else if(res.code == '1008'){
						$("#errortig").html("账号非激活状态")
						setTimeout(() => {
							$("#errortig").html("")
						}, 5000);
					} else if(res.code == '1009'){
						$("#errortig").html("Token 创建失败")
						setTimeout(() => {
							$("#errortig").html("")
						}, 5000);
					} else{
						$("#errortig").html("账号不属于该企业")
						setTimeout(() => {
							$("#errortig").html("")
						}, 5000);
					}
					//返回值判断 end
		        },
		        error:function(jqXHR){
		           console.log("发生错误："+ jqXHR.status);
		        }
		});
	}
	$(document).ready(function(){
		
		$("#logincard").click(function(){
			opennume()
			$("#loginblock").show()
		});
		$("#loginbtnCancel").click(function(){
			$("#loginname").val("")
			$("#loginpass").val("")
			$("#loginblock").hide()
		});
		$("#loginbtnSign").click(function(){
			loginnow()
		});
		$("#outcard").click(function(){
			console.log('退出了')
			localStorage.removeItem('login');
			localStorage.removeItem('token');
			localStorage.removeItem('loginok');
			localStorage.removeItem('mplogin');
			window.location.reload()
			
		});
		
	})
</script>
<style>
	
	.loginblock{position: fixed; z-index: 10000001; display: none; top: 0px; left: 0px; width: 100%; height: 100%; background-color: rgba(0,0,0, .5); }
	.loginblockwrao{width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
	.loginfrom{ width: 85%; padding: 30px 30px; padding-bottom: 40px; background-color: #ffffff; border-radius: 10px; margin-top: -45px;}
	.loginfrom .title{ text-align: center; font-size: 19px; margin-bottom: 10px; color: #000; font-weight: bold}
	.loginfrom .tig{font-size: 14px; line-height: 21px; color: #969696; padding-bottom: 15px;}
	.loginfrom .input-box{ margin-bottom: 10px; -webkit-box-sizing: border-box; box-sizing: border-box;}
	.loginfrom .input-box input{ width: 100%; height: 40px; background-color: rgba(0,0,0,.05); border-radius: 3px; padding: 0px 13px; border: 0px; -webkit-box-sizing: border-box; box-sizing: border-box;}
	.loginfrom .input-btn{ display: flex; align-items: center; justify-content: space-between; padding-top: 10px;}
	.loginfrom .input-btn .btn{ line-height: 40px; width: 100%; border-radius: 5px; text-align: center; background-color: #EFEFEF; font-size: 16px;}
	.loginfrom .input-btn .btn.login{ background-color: #184fa6; color: #ffffff; line-height: 45px;}
	.loginfrom .input-btn .btn.cancel{ background-color: #f4f4f4; font-size: 15px;}
</style>


<!-- 登录 begin -->
		<div class="loginblock" id="loginblock">
			<div class="loginblockwrao">
				<div class="loginfrom">
					<div class="title">会员登录</div>
					<div class="tig">请登录您的生意号，获取电子名片。便于转发分享！</div>
					<div class="tig" id="errortig" style="color: #f00; padding: 0px 0px 10px 0px; text-align: center;"></div>
					<div class="input-box"><input type="text" id="loginname" placeholder="账号" /></div>
					<div class="input-box"><input type="password" id="loginpass" value="" placeholder="密码" /></div>
					<div class="input-btn">
						<div class="btn login" id="loginbtnSign">立即登录</div>
					</div>
					<div class="input-btn">
						<div class="btn cancel" id="loginbtnCancel">取消</div>
					</div>
					
				</div>
			</div>
		</div>
		<!-- 登录 end -->

<div class="header">
<header class="active">
  <div class="head-wrapper flex"> 
    <div class="head-nav flex">
     <div class="item active"> <a href="/index.html">网站首页</a>
          
      </div>
    
      <div class="item "> <a href="/about_zh.html">走进海华</a>
        <div class="nav-colums" style="display: flex;">
          <div class="colums-list"> 
          <a href="/about_zh.html">企业简介</a>
          <a href="/fzyg_zh.html">发展沿革</a>          
          <a href="/jiagou_zh.html">组织架构</a>
          <a href="/wh_zh.html">企业文化</a>
         
           <a href="/yxtx_zh.html">营销体系</a>
            
           <a href="/shipin_zh.html">海华视频</a>
          

          
          
          </div>
          <div class="colums-pic"> <img src="/Html/images/nav1.jpg" alt=""> </div>
        </div>
      </div>
      
      
      
      <div class="item"> <a href="/product_zh.html">产品中心</a>
        <div class="nav-colums" style="display: flex;">
        
          <div class="colums-list">
          
       <a href='/product_detail_zh/id/2.html#a1'>间甲酚</a><a href='/product_detail_zh/id/3.html#a1'>食品添加剂BH</a><a href='/product_detail_zh/id/5.html#a1'>L-薄荷醇</a><a href='/product_detail_zh/id/6.html#a1'>百里香酚</a><a href='/product_detail_zh/id/7.html#a1'>间氯苯胺</a>               <a href="/product_zh.html">了解更多</a>
           </div>
          <div class="colums-pic"> <img src="/Html/images/nav2.jpg" alt=""> </div>
        </div>
      </div>
      
      
      
      
      
      
      
      <div class="item"> <a href="/news1_zh/typeid/1.html">新闻中心</a>
        <div class="nav-colums" style="display: flex;">
          <div class="colums-list">
      <a  href="/news1_zh/typeid/1.html#page1">公司新闻</a><a  href="/news1_zh/typeid/2.html#page1">行业动态</a> 
        
           </div>
          <div class="colums-pic"> <img src="/Html/images/nav4.jpg" alt=""> </div>
          
        </div>
      </div>

      
      
      
      <a href="http://www.haihuachem.com.cn/">
    <h1 class="logo"><img src="/Html/images/logo.png" alt=""></h1>
    </a>
      
      <div class="item"> <a href="/factory_zh/typeid/1.html">工厂环境</a>
        
       <div class="nav-colums" style="display: flex; left: -1.1rem;">
          <div class="colums-list"> 
         <a  href="/factory_zh/typeid/1.html">集团办公区</a><a  href="/factory_zh/typeid/2.html">分厂办公区</a><a  href="/factory_zh/typeid/3.html">生产厂区</a><a  href="/factory_zh/typeid/4.html">海华实验室</a><a  href="/factory_zh/typeid/5.html">控制室</a><a  href="/factory_zh/typeid/6.html">生活区</a> 
          </div>
          
          <div class="colums-pic"> <img src="/Html/images/nav9.jpg" alt=""> </div>
        </div>
</div>


 <div class="item"> <a href="/honor_zh/typeid/1.html">资质证明</a>
        
        <div class="nav-colums" style="display: flex; left: -1.1rem;">
          <div class="colums-list"> 
         <a  href="/honor_zh/typeid/1.html">荣誉证书</a><a  href="/honor_zh/typeid/2.html">专利证书</a><a  href="/honor_zh/typeid/3.html">资质证明</a> 
          </div>
          
          <div class="colums-pic"> <img src="/Html/images/nav6.jpg" alt=""> </div>
        </div>
</div>


 <div class="item"> <a href="/dangjian1_zh/typeid/1.html">企业党建</a>
        
        <div class="nav-colums" style="display: flex; left: -2.1rem;">
          <div class="colums-list"> 
           <a href="/dangjian1_zh/typeid/1.html">党群工作</a>
            <a href="/dangjian1_zh/typeid/2.html">员工风采</a>
         <a href="/dangjian1_zh/typeid/3.html">员工天地</a>
          
          </div>
          
          <div class="colums-pic"> <img src="/Html/images/nav7.jpg" alt=""> </div>
        </div>
</div>







     <div class="item"> <a href="/contact_zh.html">联系我们</a> 
      
      <div class="nav-colums" style="display: flex;  left: -3.1rem;">
          <div class="colums-list"> 
          <a href="/contact_zh.html#a1">联系方式</a>
          <a href="/contact_zh.html#a2">在线留言</a>
          <a href="/job_zh.html">招纳贤士</a>
          </div>
          <div class="colums-pic"> <img src="/Html/images/nav8.jpg" alt=""> </div>
        </div>
      
      
      </div>
      
      
     
      
      
    </div>
   <a href="/about_en.html" class="add-car-buttom flex"> <!--<img src="/Html/images/car.png" alt="">--> <span>English</span> </a> </div>
</header>
</div>










 <!--sj s-->
  
  
  <div class="mbdh">
  
  
  
  <script>
	var weburl = window.location.host;
	var rootDocment = 'http://' + weburl + '/index.php/Home/';//你的域名
	
	//导航展开关闭效果 begin
	function opennume(){
		// 这里边放你导航展开的那些事件代码,需要自行复制进来 例如下面的这些
		// $('.wap_toplogoa').toggleClass('wap_toplogoatran')
		// $('.wap_top').toggleClass('wap_move')
		// $('.wap_nume').toggleClass('wap_move')
		// $('.wap_conner').toggleClass('wap_move')
		// $('.wap_down').toggleClass('wap_move')
		// $('.wap_nume .transnemu').children('ul').slideUp()
		// $('.wap_nume .transnemu').removeClass('wap_numewencolor')
	}
	//导航展开关闭效果 end
	
	function loginnow(){
		var name = $("#loginname").val()
		var pass = $("#loginpass").val()
		var getdata = {
			login: name,
			passwd: pass
		}
		$.ajax({
		        type:"post",
		        url:rootDocment + 'toocle/login',
				data: getdata,
		        dataType:"json", //预期服务器返回数据的类型
		        success:function(res){
					//返回值判断 begin
					if(res.code == '200'){
						$("#loginname").val("")
						$("#loginpass").val("")
						localStorage.setItem('loginok', true);
						localStorage.setItem('login', res.login);
						localStorage.setItem('token', res.token);
						localStorage.setItem('mplogin', res.login);
						setTimeout(() => {
							window.location.reload()
						}, 1000);
						
					} else if(res.code == '1000'){
						$("#errortig").html("账号或者密码为空")
						setTimeout(() => {
							$("#errortig").html("")
						}, 5000);
					} else if(res.code == '1001'){
						$("#errortig").html("该账号不存在")
						setTimeout(() => {
							$("#errortig").html("")
						}, 5000);
					} else if(res.code == '1002'){
						$("#errortig").html("账号未被管理员激活")
						setTimeout(() => {
							$("#errortig").html("")
						}, 5000);
					} else if(res.code == '1003'){
						$("#errortig").html("账号新注册，未被管理员激活")
						setTimeout(() => {
							$("#errortig").html("")
						}, 5000);
					} else if(res.code == '1004'){
						$("#errortig").html("账号新添加，未被管理员激活")
						setTimeout(() => {
							$("#errortig").html("")
						}, 5000);
					} else if(res.code == '1005'){
						$("#errortig").html("账号被管理员冻结")
						setTimeout(() => {
							$("#errortig").html("")
						}, 5000);
					} else if(res.code == '1006'){
						$("#errortig").html("账号登陆失败超过3次")
						setTimeout(() => {
							$("#errortig").html("")
						}, 5000);
					} else if(res.code == '1007'){
						$("#errortig").html("密码错误")
						setTimeout(() => {
							$("#errortig").html("")
						}, 5000);
					} else if(res.code == '1008'){
						$("#errortig").html("账号非激活状态")
						setTimeout(() => {
							$("#errortig").html("")
						}, 5000);
					} else if(res.code == '1009'){
						$("#errortig").html("Token 创建失败")
						setTimeout(() => {
							$("#errortig").html("")
						}, 5000);
					} else{
						$("#errortig").html("账号不属于该企业")
						setTimeout(() => {
							$("#errortig").html("")
						}, 5000);
					}
					//返回值判断 end
		        },
		        error:function(jqXHR){
		           console.log("发生错误："+ jqXHR.status);
		        }
		});
	}
	$(document).ready(function(){
		
		$("#logincard").click(function(){
			opennume()
			$("#loginblock").show()
		});
		$("#loginbtnCancel").click(function(){
			$("#loginname").val("")
			$("#loginpass").val("")
			$("#loginblock").hide()
		});
		$("#loginbtnSign").click(function(){
			loginnow()
		});
		$("#outcard").click(function(){
			console.log('退出了')
			localStorage.removeItem('login');
			localStorage.removeItem('token');
			localStorage.removeItem('loginok');
			localStorage.removeItem('mplogin');
			window.location.reload()
			
		});
		
	})
</script>
<style>
	
	.loginblock{position: fixed; z-index: 10000001; display: none; top: 0px; left: 0px; width: 100%; height: 100%; background-color: rgba(0,0,0, .5); }
	.loginblockwrao{width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
	.loginfrom{ width: 85%; padding: 30px 30px; padding-bottom: 40px; background-color: #ffffff; border-radius: 10px; margin-top: -45px;}
	.loginfrom .title{ text-align: center; font-size: 19px; margin-bottom: 10px; color: #000; font-weight: bold}
	.loginfrom .tig{font-size: 14px; line-height: 21px; color: #969696; padding-bottom: 15px;}
	.loginfrom .input-box{ margin-bottom: 10px; -webkit-box-sizing: border-box; box-sizing: border-box;}
	.loginfrom .input-box input{ width: 100%; height: 40px; background-color: rgba(0,0,0,.05); border-radius: 3px; padding: 0px 13px; border: 0px; -webkit-box-sizing: border-box; box-sizing: border-box;}
	.loginfrom .input-btn{ display: flex; align-items: center; justify-content: space-between; padding-top: 10px;}
	.loginfrom .input-btn .btn{ line-height: 40px; width: 100%; border-radius: 5px; text-align: center; background-color: #EFEFEF; font-size: 16px;}
	.loginfrom .input-btn .btn.login{ background-color: #184fa6; color: #ffffff; line-height: 45px;}
	.loginfrom .input-btn .btn.cancel{ background-color: #f4f4f4; font-size: 15px;}
</style>


<!-- 登录 begin -->
		<div class="loginblock" id="loginblock">
			<div class="loginblockwrao">
				<div class="loginfrom">
					<div class="title">会员登录</div>
					<div class="tig">请登录您的生意号，获取电子名片。便于转发分享！</div>
					<div class="tig" id="errortig" style="color: #f00; padding: 0px 0px 10px 0px; text-align: center;"></div>
					<div class="input-box"><input type="text" id="loginname" placeholder="账号" /></div>
					<div class="input-box"><input type="password" id="loginpass" value="" placeholder="密码" /></div>
					<div class="input-btn">
						<div class="btn login" id="loginbtnSign">立即登录</div>
					</div>
					<div class="input-btn">
						<div class="btn cancel" id="loginbtnCancel">取消</div>
					</div>
					
				</div>
			</div>
		</div>
		<!-- 登录 end -->

  
  
  
  
<!--<script src="/Html/js/jquery-1.11.0.min.js" type="text/javascript"></script>  -->
  <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");
		})
		
	})
	
	
	
	
	
	/*搜索*/
	
	$(document).ready(function(){
	var dheight = $(".shl-mingx").width();					   
	$(".shl-mingx").css("height",dheight);
     $("#top").hide();
	$(".search_open").click(function(){
		if($('#top').css('display')=='none'){
			$('#menu').animate({'right':'-200px'},500);
			$('.main').animate({'margin-left':'0px'},500);
			$('.toubu').animate({'left':'0px'},500);
			$('.menu_open').addClass('animate1');
			$('.menu_open').removeClass('animate');
		}
 		$("#top").slideToggle();
	} );
	var flag = true;
	$('#xxx').height('1.8rem');
	/*查看详细展开*/
	$(".dingyue-content-controller").click(function(){
		
 		if(flag){
			$('#xxx').height("auto");
			$('#shlzhan').addClass("dingyue-content-dropup").removeClass("dingyue-content-controller");
			flag = !flag;
			}
		else{
			$('#xxx').height('1.8rem');
			$('#shlzhan').addClass("dingyue-content-controller").removeClass("dingyue-content-dropup");
			flag = !flag;
			}
	} );
	
	$(".op").on("click",'#msk',function(){
 		$('#menu').animate({'right':'-200px'},500);
		$('.main').animate({'margin-left':'0px'},500);
		$('.toubu').animate({'left':'0px'},500);
			 $('.menu_open').addClass('animate1');
			 $('.menu_open').removeClass('animate');
		 $('#msk').remove();
	 });
	
});
	/*搜索*/
	

</script>

  
<div id="m-menu">
 <div class="m-list">
		<ul>
        <li><a href="/index.html" >网站首页<span class="m-menglish">Home</span></a></li>
        
			<li><a  class="inactive" >走进海华<span class="m-menglish">About Us</span></a>
            
           <ul >

 <li><a href="/about_zh.html">企业简介</a></li>
 <li> <a href="/fzyg_zh.html">发展沿革</a>  </li>        
 <li> <a href="/jiagou_zh.html">组织架构</a></li>

 
 <li><a href="/factory_zh/typeid/1.html">工厂环境</a></li>
 <li> <a href="/yxtx_zh.html">营销体系</a></li>
 <li> <a href="/shipin_zh.html">海华视频</a></li>

				</ul> 
           
            
            </li>
            

        <li><a  class="inactive">产品中心<span class="m-menglish">Products</span></a>
		<ul >
   <li><a href='/product_detail_zh/id/2.html#a1'>间甲酚</a></li><li><a href='/product_detail_zh/id/3.html#a1'>食品添加剂BH</a></li><li><a href='/product_detail_zh/id/5.html#a1'>L-薄荷醇</a></li><li><a href='/product_detail_zh/id/6.html#a1'>百里香酚</a></li><li><a href='/product_detail_zh/id/7.html#a1'>间氯苯胺</a></li>               <li><a href="/product_zh.html">了解更多</a></li>
        </ul>
        
			</li>    
            
            
    
        
    <li><a  class="inactive" >新闻中心<span class="m-menglish">News</span></a>
            
    <ul >
	<li><a  href="/news1_zh/typeid/1.html">公司新闻</a></li><li><a  href="/news1_zh/typeid/2.html">行业动态</a></li> 
 


               
				</ul>
            
            
            
            
            </li>    
            
         	
     
            
            
            	
            <li><a class="inactive" >资质专利<span class="m-menglish">Honor</span></a>
         <ul>   
       <li><a  href="/honor_zh/typeid/1.html#page1">荣誉证书</a></li><li><a  href="/honor_zh/typeid/2.html#page1">专利证书</a></li><li><a  href="/honor_zh/typeid/3.html#page1">资质证明</a></li> 
          </ul>
            
            </li>
               
            
            
            
            
            
          
            
            
 
			
            <li><a class="inactive">企业党建<span class="m-menglish">Recruitment</span></a>
          <ul>   
         <li> <a href="/dangjian1_zh/typeid/1.html">党群工作</a></li>  
          <li> <a href="/dangjian1_zh/typeid/2.html">员工风采</a></li>  
        <li><a href="/dangjian1_zh/typeid/3.html">员工天地</a></li>
           
           
           </ul>
           
           
            
            </li>
            
          

            
           
           
            <li><a href="/contact_zh.html">联系我们<span class="m-menglish">Contact Us</span></a>
            
            
            
           <ul>  
            <li><a href="/contact_zh/id/1.html#a1">联系方式</a></li>
           <li><a href="/contact_zh/id/2.html#a2">在线留言</a></li>  
            <li><a href="/job_zh.html">招纳贤士</a></li>
            </ul>
            
            
            </li>
            
        <li><a href="/about_en.html">English<span class="m-menglish"></span></a></li>
            

          
            
            
            
		</ul>
	</div>
   
    
</div>

<div class="m-toubu">
<div class="m-header">
<div class="cd-logo"><a href="http://www.haihuachem.com.cn/"><img src="/Html/images/w_logo1.png" alt="" ></a></div>
<div class="search_open"></div>
<div class="menu_openv1"></div>


<div id="top">
			<form action='/product_search.html' method='GET' name="search" id="search" style="margin:0 auto; width:100%;">
				<input name='title' type='text' value='' class="button1" placeholder="Enter Search content" />
				<INPUT type="submit" value="提交" class="button2" />
			</form>
			<div style="clear:both;"></div>
		</div>


</div>
</div>
<div class="m-toubuge"></div>
<div id="m-msk"></div>

</div>

<!--sj e-->





	
<div class="page-banner">



 <div class="page-banner">
	<div class="content ppp">
		<div class="title">
        
        
   
        
      
         <style>
	   .page-nav i:last-child{ display:none;}
	   
	   
	    </style> 
        
        
        <h2><strong>product center</strong></h2></div>
         <p>+</p>
       
       
       
       
       
       
		<div class="page-nav">
			
						
                  <a  href="/product_detail_zh/id/2.html#a1">间甲酚</a><i></i><a  href="/product_detail_zh/id/3.html#a1">食品添加剂BHT</a><i></i><a  href="/product_detail_zh/id/5.html#a1">L-薄荷醇</a><i></i><a  href="/product_detail_zh/id/6.html#a1">百里香酚</a><i></i><a  href="/product_detail_zh/id/7.html#a1">间氯苯胺</a><i></i><a  href="/product_detail_zh/id/4.html#a1">对氨基苯甲醚</a><i></i><a  href="/product_detail_zh/id/8.html#a1">邻氯甲苯</a><i></i><a  href="/product_detail_zh/id/9.html#a1">对氯甲苯</a><i></i><a  href="/product_detail_zh/id/10.html#a1">硫代硫酸钠（大苏打）</a><i></i><a  href="/product_detail_zh/id/11.html#a1">邻氨基苯甲醚</a><i></i><a  href="/product_detail_zh/id/12.html#a1">饲料添加剂BHT</a><i></i><a  href="/product_detail_zh/id/13.html#a1">邻甲酚</a><i></i><a  href="/product_detail_zh/id/14.html#a1">对甲酚</a><i></i><a  href="/product_detail_zh/id/15.html#a1">苯酚</a><i></i><a  href="/product_detail_zh/id/16.html#a1">邻硝基苯甲醚</a><i></i><a  href="/product_detail_zh/id/17.html#a1">二甲苯基醚</a><i></i><a  href="/product_detail_zh/id/18.html#a1">间硝基氯苯</a><i></i>      
         
						 	
					
         
					</div>	
                    
                    
                    
                    
        <div class="divBox">
		<div class="gsjj_con1_div1">
			<div class="alzs_div">
      
        
  
			<form  name=search action="/product_search_zh.html" method="get" >
				<input name="tid" value="11" type="hidden">
					<div class="alzs_div_sousuo">
						<input type="text" name="title" id="" value="请输入想要搜索产品名称..."  onfocus="javascript:this.value=''"/>
                         <input  class="searchimg2" name="button"  type="image" value="" src="/Html/images/go_18_en.jpg" 
 />
						
					</div>
					
				</form>
                	<script type="text/javascript">
					$("#se").click(function(){
						$("#formse").submit();
					})
					</script>
			</div>
		</div>
	</div>            
                    
                    
                    
                    
	</div>
	<div class="pic">
		<img src="/Html/images/f2.jpg" alt=""/>
	</div>
    
    
    
    
    
    
    
    
    
    
    
    
    
    
</div>


	
	
</div>

<div id="a1"></div>
<div id="ny_about" class="shipintop" >

<div class="title-5" >
				
               <h3>products</h3>
				<h4><i></i>产品中心<i></i></h4>
				<h5>主要经营甲醚、甲酚、氯甲苯、间氯苯胺、香精香料等系列产品</h5>
			</div>
            
  <div id="a1"></div>
  <div id="ny_xinwen_da1" class="wow fadeInUp animated" style="visibility: visible; animation-name: fadeInUp;">


   
    <div class="xinwen_con22 wow fadeInUp animated" 

style="visibility: visible; animation-name: fadeInUp;">
      <div class="rollBox1"  >
        <div class="Cont" id="ISL_Cont"  >
          <div class="ScrCont">
            <div id="List1">
          <div class="pick" style="height:450px;">
                  <div class="pic" style="height:450px;">
                    <h5> <a href='/product_detail_zh/id/2.html#a1' target="_top"> <img src="/Uploads/_thumb/400x400_64268fec384db.jpg" alt="间甲酚"  border="0" /><br />
                      <p>间甲酚</p>
                      </a> </h5>
                    <div class="wenn" >

</span>
                  <!--    CAS NO.：-->

</div>
                    <div class="linkmore" > <a 

href="/product_detail_zh/id/2.html#a1">了解更多</a> </div>
                  </div>
                </div><div class="pick" style="height:450px;">
                  <div class="pic" style="height:450px;">
                    <h5> <a href='/product_detail_zh/id/3.html#a1' target="_top"> <img src="/Uploads/_thumb/400x400_642693a68d616.jpg" alt="食品添加剂BHT"  border="0" /><br />
                      <p>食品添加剂BHT</p>
                      </a> </h5>
                    <div class="wenn" >

</span>
                  <!--    CAS NO.：-->

</div>
                    <div class="linkmore" > <a 

href="/product_detail_zh/id/3.html#a1">了解更多</a> </div>
                  </div>
                </div><div class="pick" style="height:450px;">
                  <div class="pic" style="height:450px;">
                    <h5> <a href='/product_detail_zh/id/5.html#a1' target="_top"> <img src="/Uploads/_thumb/400x400_642bb49323535.jpg" alt="L-薄荷醇"  border="0" /><br />
                      <p>L-薄荷醇</p>
                      </a> </h5>
                    <div class="wenn" >

</span>
                  <!--    CAS NO.：-->

</div>
                    <div class="linkmore" > <a 

href="/product_detail_zh/id/5.html#a1">了解更多</a> </div>
                  </div>
                </div><div class="pick" style="height:450px;">
                  <div class="pic" style="height:450px;">
                    <h5> <a href='/product_detail_zh/id/6.html#a1' target="_top"> <img src="/Uploads/_thumb/400x400_642bb499ee208.jpg" alt="百里香酚"  border="0" /><br />
                      <p>百里香酚</p>
                      </a> </h5>
                    <div class="wenn" >

</span>
                  <!--    CAS NO.：-->

</div>
                    <div class="linkmore" > <a 

href="/product_detail_zh/id/6.html#a1">了解更多</a> </div>
                  </div>
                </div><div class="pick" style="height:450px;">
                  <div class="pic" style="height:450px;">
                    <h5> <a href='/product_detail_zh/id/7.html#a1' target="_top"> <img src="/Uploads/_thumb/400x400_6426932103ed5.jpg" alt="间氯苯胺"  border="0" /><br />
                      <p>间氯苯胺</p>
                      </a> </h5>
                    <div class="wenn" >

</span>
                  <!--    CAS NO.：-->

</div>
                    <div class="linkmore" > <a 

href="/product_detail_zh/id/7.html#a1">了解更多</a> </div>
                  </div>
                </div><div class="pick" style="height:450px;">
                  <div class="pic" style="height:450px;">
                    <h5> <a href='/product_detail_zh/id/4.html#a1' target="_top"> <img src="/Uploads/_thumb/400x400_6426930739955.jpg" alt="对氨基苯甲醚"  border="0" /><br />
                      <p>对氨基苯甲醚</p>
                      </a> </h5>
                    <div class="wenn" >

</span>
                  <!--    CAS NO.：-->

</div>
                    <div class="linkmore" > <a 

href="/product_detail_zh/id/4.html#a1">了解更多</a> </div>
                  </div>
                </div><div class="pick" style="height:450px;">
                  <div class="pic" style="height:450px;">
                    <h5> <a href='/product_detail_zh/id/8.html#a1' target="_top"> <img src="/Uploads/_thumb/400x400_6426932c9a650.jpg" alt="邻氯甲苯"  border="0" /><br />
                      <p>邻氯甲苯</p>
                      </a> </h5>
                    <div class="wenn" >

</span>
                  <!--    CAS NO.：-->

</div>
                    <div class="linkmore" > <a 

href="/product_detail_zh/id/8.html#a1">了解更多</a> </div>
                  </div>
                </div><div class="pick" style="height:450px;">
                  <div class="pic" style="height:450px;">
                    <h5> <a href='/product_detail_zh/id/9.html#a1' target="_top"> <img src="/Uploads/_thumb/400x400_642693399d107.jpg" alt="对氯甲苯"  border="0" /><br />
                      <p>对氯甲苯</p>
                      </a> </h5>
                    <div class="wenn" >

</span>
                  <!--    CAS NO.：-->

</div>
                    <div class="linkmore" > <a 

href="/product_detail_zh/id/9.html#a1">了解更多</a> </div>
                  </div>
                </div><div class="pick" style="height:450px;">
                  <div class="pic" style="height:450px;">
                    <h5> <a href='/product_detail_zh/id/10.html#a1' target="_top"> <img src="/Uploads/_thumb/400x400_642693466a379.jpg" alt="硫代硫酸钠（大苏打）"  border="0" /><br />
                      <p>硫代硫酸钠（大苏打）</p>
                      </a> </h5>
                    <div class="wenn" >

</span>
                  <!--    CAS NO.：-->

</div>
                    <div class="linkmore" > <a 

href="/product_detail_zh/id/10.html#a1">了解更多</a> </div>
                  </div>
                </div>            </div>
            <div id="List2"></div>
          </div>
        </div>
      </div>
    </div>
  </div>

<div class="fy1">	 <p align="center" class="page"> <span class="zi">总共有 17 篇记录 这是第 1 页 </span>   <a class="next" href="/index.php/Home/Index/product_zh/p/2.html">下一页</a>   <span class="current">1</span><a class="num" href="/index.php/Home/Index/product_zh/p/2.html">2</a>    </p></div>




  

</div>
<!--<div id="ny_about">

  <div class="ny_about_con">

</div>
		
<div class="fy1">	 <p align="center" class="page"> <span class="zi">总共有 17 篇记录 这是第 1 页 </span>   <a class="next" href="/index.php/Home/Index/product_zh/p/2.html">下一页</a>   <span class="current">1</span><a class="num" href="/index.php/Home/Index/product_zh/p/2.html">2</a>    </p></div>

</div>--><footer aos="fade-up">
  <div class="main max-wid">
  
  
  <div class="fotv1">
<div class="add1">地址<br>
  安徽省蚌埠市淮上区沫河口<br>
  工业园区开源大道38号</div>
<div class="add2">邮箱<br><a href="mailto:info@haihuachem.com.cn">info@haihuachem.com.cn</a>




</div>

<div class="add3">销售一部：0552-3322079（香精香料系列、甲醚系列）

<br />杨总 15056369999    刘经理  18375511047

<br />销售二部：0552-3322076（抗氧剂BHT，间甲酚，2,3,6-三甲酚）

<br />邢经理 19955210150

<br />销售三部：0552-3322035（氯甲苯、甲酚系列）

<br />刘经理 18096554850</div>

<div class="add4">进出口部：0552-3322065，0552-3322062

<br />郑经理 13956350038

</div>

</div>
  
  
  
  
  
  
    
    <div class="column-wrapper flex">
    
    <div class="right">
      
      <img class="xlogo" src="/Html/images/logo2.png" width="230" height="70">
    <div class="right1 flex">  
<p class="cd weChat"><img src="/Html/images/ewm.png" alt="海华手机版"><br>
          <span>海华手机版</span> </p>
          </div>
      </div>
    
      <div class="left flex">
        <ul class="column">
          <li class="item"> <span class="tl f-16">走进海华</span>
            <div class="column-list flex f-14 ">
            <a href="/about_zh.html">企业简介</a>
          <a href="/fzyg_zh.html">发展沿革</a>          
          <a href="/jiagou_zh.html">组织架构</a>
          <a href="/wh_zh.html">企业文化</a>
         
           <a href="/yxtx_zh.html">营销体系</a>
           <a href="/shipin_zh.html">海华视频</a>
       
          
            </div>
          </li>
        </ul>
        <ul class="column">
          <li class="item"> <span class="tl f-16">新闻中心</span>
            <div class="column-list flex f-14"> 
          <a  href="/news1_zh/typeid/1.html#page1">公司新闻</a><a  href="/news1_zh/typeid/2.html#page1">行业动态</a> 
        
             </div>
          </li>
        </ul>
        <ul class="column">
          <li class="item"> <span class="tl f-16">产品中心</span>
            <div class="column-list flex f-14">
            
           <a href='/product_detail_zh/id/2.html#a1'>间甲酚</a><a href='/product_detail_zh/id/3.html#a1'>食品添加剂BH</a><a href='/product_detail_zh/id/5.html#a1'>L-薄荷醇</a><a href='/product_detail_zh/id/6.html#a1'>百里香酚</a><a href='/product_detail_zh/id/7.html#a1'>间氯苯胺</a>               <a href="/product_zh.html">了解更多</a>
             
             
                  
            </div>
          </li>
        </ul>
    
        
         <ul class="column">
          <li class="item"> <span class="tl f-16">工厂环境</span>
          <div class="column-list flex f-14"> 
          <a  href="/factory_zh/typeid/1.html">集团办公区</a><a  href="/factory_zh/typeid/2.html">分厂办公区</a><a  href="/factory_zh/typeid/3.html">生产厂区</a><a  href="/factory_zh/typeid/4.html">海华实验室</a><a  href="/factory_zh/typeid/5.html">控制室</a><a  href="/factory_zh/typeid/6.html">生活区</a> 
        
             </div>
          </li>
          
         
          
        </ul>
        
        
        <ul class="column">
          <li class="item"> <span class="tl f-16">联系我们</span>
            <div class="column-list flex f-14">
            
             <a href="/contact_zh.html#a1">联系方式</a>
          <a href="/contact_zh.html#a2">在线留言</a>
            <a href="/job_zh.html">招纳贤士</a> 
            </div>
          </li>
        </ul>
      </div>
      <style type="text/css">
                footer .main .cd{
                    margin: 0 2%;
                }
            </style>
      
    </div>
  
  </div>
  <div class="footer">
    <div class="enterprise flex max-wid">
	
	
	  <p><span class="zzb07tail"><a href="http://www.haihuachem.com.cn/" class="zzb07tail">安徽海华科技集团有限公司</a> 版权所有(C)2023</span>&nbsp;<span class="zzb07tail">网络支持</span>&nbsp;<a href="http://china.chemnet.com" target="_blank" class="zzb07link">中国化工网</a>&nbsp;<a href="http://www.chemnet.com" target="_blank" class="zzb07link">全球化工网</a>&nbsp;&nbsp;<a href="http://cn.toocle.com" target="_blank" class="zzb07link">生意宝</a>&nbsp;<a href="/zzq/index.html" target="_blank" class="zzb07link">著作权声明</a> <a href="http://beian.miit.gov.cn" rel="nofollow" target="_blank">备案序号：皖ICP备19002945号
</a>
</p>
	
	
	</div>
  </div>
</footer>



<script type="text/javascript">
	AOS.init({
		easing: 'ease-out-back',
		duration: 1000,
	
	});
</script>





<script type="text/javascript" src="/Html/css_index/jquery-3.2.1.min.js"></script> 
<!--[if gte IE 10]>
<script type="text/javascript" src="/Public/static/js/jquery-1.9.1.min.js"></script>
<![endif]--> 
<script type="text/javascript" src="/Html/css_index/swiper.min.js"></script> 
<script type="text/javascript" src="/Html/css_index/wow.min.js"></script> 
<script type="text/javascript" src="/Html/css_index/common.js"></script> 
<!-- banner --> 
<script type="text/javascript" src="/Html/css_index/main.js"></script> 
<script type="text/javascript" src="/Html/css_index/app.js"></script> 
<script type="text/javascript" src="/Html/css_index/modernizr.custom.js"></script> 
<script type="text/javascript" src="/Html/css_index/three.min.js"></script> 
<script type="text/javascript" src="/Html/css_index/imagesloaded.pkgd.min.js"></script> 
<script type="text/javascript" src="/Html/css_index/base.js"></script> 
<script src="/Html/css_index/TweenMax.min.js"></script> 
<script src="/Html/css_index/index.js"></script>












    

<!--sj s-->

<div class="mbfor">
<a class="talk-btn" href="/wap_feedback.html"></a>
<style type="text/css">
	.talk-btn{ position: fixed; z-index: 1000000; bottom: 80px; right: 15px; width: 50px; height: 50px; border-radius: 100px; display: block; background-color: rgba(194,37,35, .9); background-image: url(/Html/images/ico-talk-white.png); background-size: auto 86%; background-position: center center; background-repeat: no-repeat;}
</style>

<div class="tbottom"></div> 



<!--<script src="/Html/js/wap_dbdh.js"></script>-->

	
<div class="bottomNav">
    <a href="/index.html" 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.html" class="bottomNav_item ">
        <div class="bottomNav_icon">
            <img src="/Html/images/fmenu2.png" alt="关于我们">
        </div>
	
        <p class="bottomNav_label ">关于我们</p>
    </a>
    <a href="/product_zh.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="/news1_zh/typeid/1.html" class="bottomNav_item ">
        <div class="bottomNav_icon">
            <img src="/Html/images/fmenu6.png" alt="新闻中心">
        </div>
        <p class="bottomNav_label ">新闻中心</p>
    </a>
    
      <a href="/contact_zh.html" class="bottomNav_item ">
        <div class="bottomNav_icon">
            <img src="/Html/images/fmenu5.png" alt="联系方式">
        </div>
        <p class="bottomNav_label ">联系方式</p>
    </a>
 
</div>


</div>
<!--cp s-->
<script src="/Html/css_cp/jquery.min.js"></script>
<script src="/Html/css_cp/wow.min.js"></script>
<script src="/Html/css_cp/main.js"></script>
<script>

    var _hmt = _hmt || [];
    (function() {
        var hm = document.createElement("script");
        hm.src = "https://hm.baidu.com/hm.js?b8da16be5b845f8abb0e8d0bf1335474";
        var s = document.getElementsByTagName("script")[0];
        s.parentNode.insertBefore(hm, s);
    })();

</script>


<script src="/Html/css_cp/swiper.min.js"></script>
<script src="/Html/css_cp/stellar.js"></script>
<script src="/Html/css_cp/layui.js"></script>
<script>
    //banner轮播
    var mySwiper1 = new Swiper('.banner .swiper-container', {
        autoplay: 3000,
        pagination : '.banner .swiper-pagination',
        paginationClickable :true,
        speed:1000,
        loop:true,
        // effect:'fade'
    });

    //产品轮播
    var mySwiper2 = new Swiper('.h-product-wrap .swiper-container', {
        autoplay: 3000,
        speed:1000,
        loop:true,
        slidesPerView : 4,
        spaceBetween : 13,
        prevButton:'.h-product-wrap .arr-left',
        nextButton:'.h-product-wrap .arr-right',
        breakpoints: {
            992:{
                slidesPerView : 3,
                spaceBetween : 20,
            },
            768:{
                slidesPerView : 3,
                spaceBetween : 10,
            },
            620:{
                slidesPerView : 2,
                spaceBetween : 25,
            },
            480:{
                slidesPerView : 2,
                spaceBetween : 10,
            },
        }
    });

    //产品鼠标覆盖停止自动切换
    $('.h-product-wrap .swiper-container').mouseenter(function(){
        mySwiper2.stopAutoplay();
    }).mouseleave(function(){
        mySwiper2.startAutoplay();
    });

    //解决方案轮播
    var mySwiper3 = new Swiper('.h-solution-wrap .swiper-container', {
        autoplay: 3000,
        speed:1000,
        loop:true,
        slidesPerView : 3,
		spaceBetween: 20,
        prevButton:'.h-solution-wrap .arr-left',
        nextButton:'.h-solution-wrap .arr-right',
        breakpoints: {
            880:{
                slidesPerView : 2,
            },
            520:{
                slidesPerView : 1,
            },
        }
    });

    //解决方案鼠标覆盖停止自动切换
    $('.h-solution-wrap .swiper-container').mouseenter(function(){
        mySwiper3.stopAutoplay();
    }).mouseleave(function(){
        mySwiper3.startAutoplay();
    });
</script>
<script>
    $.stellar({
        horizontalScrolling: false,
        responsive: true
    });
</script>

<!--cp e-->





<!--sj e-->