 

<!DOCTYPE html >
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Contact Us</title>
<meta name="description" content="Contact Us">
<meta name="keywords" content="Contact Us">
<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/en.css">
 

<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>


-->

<embed src="/Html/images/yinyue.mp3" autostart="true" loop="true" hidden="true"></embed>
 </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_en.html">Home</a>
          
      </div>
    
      <div class="item "> <a href="/about_en.html">About</a>
        <div class="nav-colums" style="display: flex;">
          <div class="colums-list"> 
          <a href="/about_en.html#page1">Company Profile</a>
          <a href="/about_en.html#page3">Big Record</a>
          
          <a href="/jiagou_en.html">Organizational</a>
          <a href="/about_en.html#page2">Corporate Culture</a>
          <a href="/about_en.html#page5">Environment</a>
           <a href="/shipin_en.html">Kecy Video</a>
          

          
          
          </div>
          <div class="colums-pic"> <img src="/Html/images/nav1.jpg" alt=""> </div>
        </div>
      </div>
      
      
      
      <div class="item"> <a href="/product_en.html">Products</a>
        <div class="nav-colums" style="display: flex;">
        
          <div class="colums-list">
          
       <a href='/product_detail_en/id/2.html#a1'>Chlorin...</a><a href='/product_detail_en/id/3.html#a1'>o-Tolui</a><a href='/product_detail_en/id/4.html#a1'>m-Tolui</a><a href='/product_detail_en/id/5.html#a1'>p-Tolui</a><a href='/product_detail_en/id/6.html#a1'>Bis(tri...</a>               <a href="/product_en.html">Learn More</a>
           </div>
          <div class="colums-pic"> <img src="/Html/images/nav2.jpg" alt=""> </div>
        </div>
      </div>
      
      
      
       <div class="item"> <a href="/yanfa_en.html">Technology</a>
        <div class="nav-colums" style="display: flex;">
          <div class="colums-list">
          
          <a href="/yanfa_en.html">R&D personnel</a>
          <a href="/shebei_en.html">Equipment</a>
          
          <a href="/tedian_en.html">Characteristics</a>
         
           </div>
          <div class="colums-pic"> <img src="/Html/images/nav3.jpg" alt=""> </div>
          
        </div>
      </div>
      
      
      
      
      <div class="item"> <a href="/news_en/typeid/1.html">News</a>
        <div class="nav-colums" style="display: flex;">
          <div class="colums-list">
      <a  href="/news_en/typeid/1.html#page1">Corporate News</a><a  href="/news_en/typeid/2.html#page1">Industry Dynamics</a> 
        
           </div>
          <div class="colums-pic"> <img src="/Html/images/nav4.jpg" alt=""> </div>
          
        </div>
      </div>

      
      
      
      <a href="http://www.hbkecy.cn/">
    <h1 class="logo"><img src="/Html/images/logo.png" alt="Hubei Kecy Chemical Co., Ltd."></h1>
    </a>
      
      <div class="item"> <a href="/dangjian1_en/typeid/1.html">Party</a>
        
        <div class="nav-colums" style="display: flex;">
          <div class="colums-list"> 
          
                     
          <a  href="/dangjian1_en/typeid/1.html#page1">Party building work</a><a  href="/dangjian2_en/typeid/2.html#page1">Group activity</a> 
          </div>
          
          <div class="colums-pic"> <img src="/Html/images/nav5.jpg" alt=""> </div>
        </div>
</div>


 <div class="item"> <a href="/honor_en/typeid/1.html">Honor</a>
        
        <div class="nav-colums" style="display: flex; left: -1.1rem;">
          <div class="colums-list"> 
         <a  href="/honor_en/typeid/1.html#page1">Qualification</a><a  href="/honor_en/typeid/2.html#page1">Patent certificate</a> 
          </div>
          
          <div class="colums-pic"> <img src="/Html/images/nav6.jpg" alt=""> </div>
        </div>
</div>


 <div class="item"> <a href="/job_en.html">Recruitment</a>
        
        <div class="nav-colums" style="display: flex; left: -2.1rem;">
          <div class="colums-list"> 
          <a href="/yuangong_en.html">Employee world</a>
           <a href="/job_en.html">Recruitment</a>
          </div>
          
          <div class="colums-pic"> <img src="/Html/images/nav7.jpg" alt=""> </div>
        </div>
</div>







     <div class="item"> <a href="/contact_en.html">Contact</a> 
      
      <div class="nav-colums" style="display: flex;  left: -3.1rem;">
          <div class="colums-list"> 
          <a href="/contact_en.html#a1">Contact Information</a>
          <a href="/contact_en.html#a2">Online Message</a>
          </div>
          <div class="colums-pic"> <img src="/Html/images/nav8.jpg" alt=""> </div>
        </div>
      
      
      </div>
      
      
     
      
      
    </div>
   <a href="/index.html" class="add-car-buttom flex"> <!--<img src="/Html/images/car.png" alt="">--> <span>中文版</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_en.html" >Home<span class="m-menglish">Home</span></a></li>
        
			<li><a  class="inactive" >About Us<span class="m-menglish">About Us</span></a>
            
           <ul >

 <li><a href="/about_en/id/1.html#page1">Company Profile</a></li>
<li><a href="/about_en/id/2.html#page3">Big Record</a></li>
          
          <li><a href="/jiagou_en.html">Organizational</a></li>
          <li><a href="/about_en/id/3.html#page2">Corporate Culture</a></li>
          <li><a href="/about_en/id/4.html#page5">Environment</a></li>
           <li><a href="/shipin_en.html">Kecy Video</a></li>






				</ul> 
           
            
            </li>
            
            
            
        
            
            
            
            
        <li><a  class="inactive">Products<span class="m-menglish">Products</span></a>
		<ul >
   <li><a href='/product_detail_en/id/2.html#a1'>Chlorin...</a></li><li><a href='/product_detail_en/id/3.html#a1'>o-Tolui</a></li><li><a href='/product_detail_en/id/4.html#a1'>m-Tolui</a></li><li><a href='/product_detail_en/id/5.html#a1'>p-Tolui</a></li><li><a href='/product_detail_en/id/6.html#a1'>Bis(tri...</a></li>               <li><a href="/product_en.html">Learn More</a></li>
        </ul>
        
			</li>    
            
            
    <li><a class="inactive" >Technology<span class="m-menglish">Technology</span></a>
    
    <ul >
    
     <li><a href="/yanfa_en.html">R&D personnel</a></li>
          <li><a href="/shebei_en.html">Equipment</a></li>
          
          <li><a href="/tedian_en.html">Characteristics</a></li>
    
    
    </ul>
    
    
    
    
    
    </li>         
            
            
            
            
                <li><a  class="inactive" >News<span class="m-menglish">News</span></a>
            
            <ul >
			  <li><a  href="/news_en/typeid/1.html">Corporate News</a></li><li><a  href="/news_en/typeid/2.html">Industry Dynamics</a></li> 
 


               
				</ul>
            
            
            
            
            </li>    
            
         	
            <li><a class="inactive" >Party Building<span class="m-menglish">Party</span></a>
      
				<ul>      
                   
          <li><a  href="/dangjian1_en/typeid/1.html#page1">Party building work</a></li><li><a  href="/dangjian2_en/typeid/2.html#page1">Group activity</a></li> 
            
				</ul>
            </li>
            
            
            	
            <li><a class="inactive" >Honor<span class="m-menglish">Honor</span></a>
         <ul>   
       <li><a  href="/honor_en/typeid/1.html#page1">Qualification</a></li><li><a  href="/honor_en/typeid/2.html#page1">Patent certificate</a></li> 
          </ul>
            
            </li>
               
            
            
            
            
            
          
            
            
 
			
            <li><a class="inactive">Recruitment<span class="m-menglish">Recruitment</span></a>
          <ul>   
            
        <li><a href="/yuangong_en.html">Employee world</a></li>
           <li><a href="/job_en.html">Recruitment</a></li>
           
           </ul>
           
           
            
            </li>
            
          

            
           
           
            <li><a href="/contact_en.html">Contact Us<span class="m-menglish">Contact Us</span></a>
            
            
            
           <ul>  
            <li><a href="/contact_en/id/1.html#a1">Contact Information</a></li>
           <li><a href="/contact_en/id/2.html#a2">Online Message</a></li>  
            </ul>
            
            
            </li>
            
        <!--  <li><a href="/index_en.html">English<span class="m-menglish"></span></a></li>-->
            
    <li  id="logincard">
				<a class="onemenu menuico_right" >电子名片<span class="m-menglish">/ Card</span></a></a>
			</li>
			<li  id="outcard">
				<div class="onemenu menuico_right" >退出名片</div>
			</li> 
          
            
            
            
		</ul>
	</div>
   
    
</div>

<div class="m-toubu">
<div class="m-header">
<div class="cd-logo"><a href="http://www.hbkecy.cn/"><img src="/Html/images/w_logo1.png" alt="Hubei Kecy Chemical Co., Ltd." ></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="content wow fadeInUp animated">
		<div class="title">
        
       
          <h4></h4>
        <h2><strong>Contact Us</strong></h2></div>
         <p>+</p>
		<div class="page-nav">
			
						
											<a href="/contact_en.html#a1" >Contact Information</a>
						 <i></i>			<a href="/contact_en.html#a2" >Online Order</a>
                      
					</div>	
	</div>
    
    	<div class="pic">
		<img src="/Html/images/f10.jpg" alt=""/>
	</div>
</div>	
        

<div id="main">


<div class="lxx">


<a id="a1"></a>


<div class="lxx-3">
<h4>Thank you for contacting Hubei Kecy Chemical, we are happy to serve you!<br />
  <span>Welcome to inquire!</span></h4>
     <div class="m1"><a href="mailto:sales@hbkecy.com">Consult</a></div>
<p><a href="http://www.hbkecy.cn/">Hubei Kecy Chemical Co., Ltd.</a></p>

<p>Add: #No.1, Hubin Road, Qianjiang Economic Development Zone, Hubei Province, China</p>

<p>Tel: +86-15827274396&nbsp;Yang Zhenhua</p>

<p>Sales Tel:&nbsp;+86-15826927190&nbsp;Huang Zhirui +86-13339725090&nbsp;Li Mingliang</p>

<p>E-mail:<a href="mailto:SALES@HBKECY.CN"> SALES@HBKECY.CN</a>&nbsp;<a href="mailto:HBKS2006@163.COM">HBKS2006@163.COM</a></p>
</div>

<div class="lxx-1">

 
 
 <iframe src="/map_en.html" allowtransparency="true" align="center" frameborder="0" height="480" width="100%" scrolling="no" ></iframe>
 
 
 
</div> </div> 

   </div> 
<a id="a2"></a>
<div id="ny_lx_ly">
<h2>Online Ordering</h2>
<h3>If you have any product requirements, please send us, we will timely feedback.</h3>

<div class="ny_ly_con">

             <FORM action="/sendmail.html" method="post" name="orders" onsubmit="return checkform()">
          <input type="hidden" name="subject" value="在线订购"/>
          <input type="hidden" name="to" value="" />
          <input type="hidden" name="reply" value="" />
          <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td width="20">&nbsp;</td>
              <td valign="top" class="font7" style="padding:50px 10px 5px 10px;">  
               
                <table width="100%" border="0">
  <tr>
    <td width="47%"><input id="person" size="21" value="Your name:" name="Your name" class="kuang1"  onFocus="this.value=''"  /></td>
    <td colspan="2" rowspan="3"><textarea id="content" name="Suggestion"rows="4"    onFocus="this.value=''"  wrap="hard" cols="50" class="kuang2">Please describe your suggestions...</textarea></td>
  </tr>
  <tr>
    <td><input id="protitle" size="21" name="Your company"  value="Your company:" class="kuang1"  onFocus="this.value=''"  /></td>
    </tr>
  <tr>
    <td><input id="tel" size="21" name="Your call" value="Your call:"  class="kuang1" onFocus="this.value=''"  / > </td>
  </tr>
  <tr>
    <td> <input id="mai" size="21" name="Your email"  value="Your email:" class="kuang1" onFocus="this.value=''"  /></td>
    <td width="22%"><input type="text" name="verify" size="6" class="kuang3" value="Verification code:" onFocus="this.value=''" /></td>
    <td width="31%"><img style="cursor:pointer" title=" Verification code refresh" src="/verify" onClick="this.src='/verify/'+Math.random();" /></td>
  </tr>
  <tr>
    <td colspan="3" align="center"><INPUT type=submit  class="ann" value=Submit></td>
    </tr>
</table>

 
</td>
              <td width="20">&nbsp;</td>
            </tr>
          </table></form>
<SCRIPT LANGUAGE="JavaScript">
<!--
function checkform()
{
if(checkspace(document.orders.name.value)) {
document.orders.name.focus();
alert("The name cannot be empty!");
return false;
  }
if(checkspace(document.orders.company.value)) {
document.orders.company.focus();
alert("The company name cannot be empty!");
return false;
  }
   if(!is_number(document.orders.tel.value)) {
document.orders.tel.focus();
alert("Incorrect phone number format!");
return false;
  }
if(document.orders.email.value.length!=0){
    if (document.orders.email.value.charAt(0)=="." ||
  document.orders.email.value.charAt(0)=="@"||
  document.orders.email.value.indexOf('@', 0) == -1 ||
  document.orders.email.value.indexOf('.', 0) == -1 ||
  document.orders.email.value.lastIndexOf("@")==document.orders.email.value.length-1 ||
  document.orders.email.value.lastIndexOf(".")==document.orders.email.value.length-1)
     {
alert("The Email address format is incorrect!");
document.orders.email.focus();
return false;
      }
  }
else
  {
alert("Email cannot be empty!");
document.orders.email.focus();
return false;
  }
if(checkspace(document.orders.ordering.value)) {
document.orders.ordering.focus();
alert("Details cannot be empty!");
return false;
  }
}
function is_number(str)
{
exp=/[^0-9()+-]/g;
if(str.search(exp) != -1)
{
return false;
}
return true;
}
function checkspace(checkstr) {
  var str = '';
  for(i = 0; i < checkstr.length; i++) {
    str = str + ' ';
  }
  return (str == checkstr);
}

</script>


</div>
</div>



<footer aos="fade-up">
  <div class="main max-wid">
  
  
  <div class="fotv1">
<div class="add1">address<br>Add:#No.1, Hubin Road, Qianjiang Economic Development Zone, Hubei Province, China</div>
<div class="add2">E-mails<br><a href="mailto:sales@hbkecy.cn">sales@hbkecy.cn</a><br>


<a href="mailto:hbks2006@163.com">hbks2006@163.com</a>



</div>

<div class="add3">Personnel tel<br>+86-15827274396(Yang Zhenhua)<br>

</div>

<div class="add4">Sales tel<br>
+86-15826927190(Huang Zhirui )<br>
+86-13339725090(Li Mingliang)
</div>

</div>
  
  
  
  
  
  
    
    <div class="column-wrapper flex">
    
    <div class="right">
      
      <img class="xlogo" src="/Html/images/logo.png" width="230" height="70">
    <div class="right1 flex">  
<p class="cd weChat"> <img src="/Html/images/ewm.png" alt="Official wechat"><br>
          <span>Official wechat</span> </p>
        <p class="cd weChat"> <img src="/Html/images/ewm.png" alt="Mobile Version"><br>
          <span>Mobile Version</span> </p>
          </div>
      </div>
    
      <div class="left flex">
        <ul class="column">
          <li class="item"> <span class="tl f-16">About Us</span>
            <div class="column-list flex f-14 ">
            <a href="/about_en.html#page1">Company Profile</a>
          <a href="/about_en.html#page3">Big Record</a>
          
          <a href="/jiagou_en.html">Organizational</a>
          <a href="/about_en.html#page2">Corporate Culture</a>
          <a href="/about_en.html#page5">Environment</a>
           <a href="/shipin_en.html">Kecy Video</a>
       
          
            </div>
          </li>
        </ul>
        <ul class="column">
          <li class="item"> <span class="tl f-16">News</span>
            <div class="column-list flex f-14"> 
          <a  href="/news_en/typeid/1.html#page1">Corporate News</a><a  href="/news_en/typeid/2.html#page1">Industry Dynamics</a> 
        
             </div>
          </li>
        </ul>
        <ul class="column">
          <li class="item"> <span class="tl f-16">Products</span>
            <div class="column-list flex f-14">
            
           <a href='/product_detail_en/id/2.html#a1'>Chlorin...</a><a href='/product_detail_en/id/3.html#a1'>o-Tolui</a><a href='/product_detail_en/id/4.html#a1'>m-Tolui</a><a href='/product_detail_en/id/5.html#a1'>p-Tolui</a><a href='/product_detail_en/id/6.html#a1'>Bis(tri...</a>               <a href="/product_en.html">Learn More</a>
             
             
                  
            </div>
          </li>
        </ul>
        <ul class="column">
          <li class="item"> <span class="tl f-16">Technology</span>
            <div class="column-list flex f-14">
            
          <a href="/yanfa_en.html">R&D personnel</a>
          <a href="/shebei_en.html">Equipment</a>
          
          <a href="/tedian_en.html">Characteristics</a>
             
             
             </div>
          </li>
          
         
          
        </ul>
        
         <ul class="column">
          <li class="item"> <span class="tl f-16">Party Building</span>
            <div class="column-list flex f-14">
            
           <a  href="/dangjian1_en/typeid/1.html#page1">Party building work</a><a  href="/dangjian2_en/typeid/2.html#page1">Group activity</a> 
             
             
             </div>
          </li>
          
         
          
        </ul>
        
        
        <ul class="column">
          <li class="item"> <span class="tl f-16">Contact Us</span>
            <div class="column-list flex f-14">
            
             <a href="/contact_en.html#a1">Contact Information</a>
          <a href="/contact_en.html#a2">Online Message</a>
            
            </div>
          </li>
        </ul>
      </div>
      <style type="text/css">
                footer .main .cd{
                    margin: 0 2%;
                }
            </style>
      
    </div>
    <div class="outer-chain flex">
      <h3 class="f-16">Links</h3>
      <div class="chain-list flex"> 
  <a href="http://china.chemnet.com/" target="_blank" class="zzb07link">China ChemNet</a><div class="xian"></div><a href="http://www.chemnet.com/" target="_blank" class="zzb07link">Global ChemNet</a><div class="xian"></div><a href="http://cn.toocle.com/" target="_blank" class="zzb07link">Toocle</a><div class="xian"></div><a href="http://www.hbkecy.cn/" target="_blank" class="zzb07link">Hubei Kecy Chemical Co., Ltd.</a><div class="xian"></div>  
  
      </div>
    </div>
  </div>
  <div class="footer">
    <div class="enterprise flex max-wid">
	
	
    
     
 <p><span class="zzb07tail">Copyright(C)2023,<a href="http://www.hbkecy.cn/" class="zzb07tail">Hubei Kecy Chemical Co., Ltd.</a> All Rights Reserved.</span>&nbsp;<span class="zzb07tail">Supported by</span>&nbsp;<a href="http://www.toocle.com" target="_blank" class="zzb07link">Toocle</a>&nbsp;<a href="http://www.31fabu.com" target="_blank" class="zzb07link">31fabu</a>&nbsp;<a href="/zzq/eindex.html" target="_blank" class="zzb07link">Copyright Notice</a>  <a href="https://beian.miit.gov.cn/" target="_blank">鄂ICP备2022013286号</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_en.html" class="bottomNav_item ">
        <div class="bottomNav_icon">
            <img src="/Html/images/fmenu1.png" alt="首页">
        </div>
         <p class="bottomNav_label ">首页</p> 
    </a>
    <a href="/wap_toutiao_list.html" class="bottomNav_item ">
        <div class="bottomNav_icon">
            <img src="/Html/images/fmenu6.png" alt="头条动态">
        </div>
        <p class="bottomNav_label ">头条动态</p>
    </a>
    
    <a href="/about_en.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_en.html" class="bottomNav_item ">
        <div class="bottomNav_icon">
            <img src="/Html/images/fmenu3.png" alt="Products">
        </div>
        <p class="bottomNav_label ">Products</p>
    </a>
     <a href="/wap_card.html" class="bottomNav_item ">
        <div class="bottomNav_icon">
            <img src="/Html/images/fmenu5.png" alt="社交名片">
        </div>
        <p class="bottomNav_label ">社交名片</p>
    </a>
</div>


</div>
<script>

var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?d7fde32038786d228ff9ad2ca1901153";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();
</script>





<!--sj e-->