<!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="襄阳展达生物科技有限公司是一家以生产精细化工品、医药中间体、食品添加剂为主的高新技术企业，优势品种有2-氨基-5-氯二苯甲酮,对硝基苯乙酸,1,4-二乙酰氧基-2-氧杂丁烷（阿昔洛韦侧链）,1,3-二氧五环,2,4-二苯砜基苯酚,鸟嘌呤,正丙基二氧七环等">
<meta name="keywords" content="襄阳展达生物科技有限公司,襄阳展达,展达生物,展达生物科技">
<META NAME="Author" CONTENT="sales@extendabio.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" href="/Html/index_css1/animate.css" />
<link rel="stylesheet" type="text/css" href="/Html/index_css1/font.css">

<link rel="stylesheet" type="text/css" href="/Html/css/aos.css">

<link rel="stylesheet" type="text/css" href="/Html/index_css1/css.css">
<link rel="stylesheet" href="/Html/index_css1/css_style.css" />

<!--产品-->
<link href="css_index/css/style.css" rel="stylesheet">
<!--xiamian-->

<!--flash s-->
<link rel="stylesheet" href="/Html/css_ba/animate.css">
<link rel="stylesheet" href="/Html/css_ba/common.css">

<link rel="stylesheet" href="/Html/css_ba/style.css">
<script type="text/javascript" src="/Html/css_ba/jquery.js"></script>

<link rel="stylesheet" type="text/css" href="/Html/css/neiye.css">


<!--放大镜-->


  <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>
<script src="/Html/js/wap_TouchSlide.1.1.js"></script>
<script src="/Html/js/wap_jquery.js"></script>

<script type="text/javascript">
$(document).ready(function() {
    jQuery.jqtab = function(tabtit,tabcon) {
        $(tabcon).hide();
        $(tabtit+" li:first").addClass("thistab").show();
        $(tabcon+":first").show();
    
        $(tabtit+" li").click(function() {
            $(tabtit+" li").removeClass("thistab");
            $(this).addClass("thistab");
            $(tabcon).hide();
            var activeTab = $(this).attr("tab");
            $("#"+activeTab).fadeIn();
            return false;
        });
        
    };
    /*调用方法如下：*/
    $.jqtab("#tabs2",".tab_con2");
    
});
</script>


  <script type="text/javascript" src="/Html/js/jquery.min.js"></script>
  
  <script type="text/javascript" src="/Html/js/swiper.min.js" ></script>
</head>
 

<body>

<header>

<div class="con1">
<div class="logo fl"> <a href="http://www.extendabio.com"><img src="/Html/images/logo.jpg"  class="fl" alt="襄阳展达生物科技有限公司"><h2>襄阳展达生物科技有限公司<br><span>Xiangyang Extenda Biotech Co.,Ltd. </span></h2>

      </a></div>
<div class="banben">

<a href="/index_en.html"><p>EN</p></a>


</div>

<nav>
<ul>
<li class="dropdown"><a href="/" >网站首页 </a></li>

<li class="dropdown"><a href="/about_zh/id/1.html" >关于展达</a>
<ul class="dropdown_menu">

   
   <li><a href="/about_zh/id/1.html">企业简介</a></li>
   <li><a href="/about_zh/id/9.html">企业文化</a></li>
   <li><a href="/honor_zh/typeid/1.html">资质荣誉</a></li>
   <li><a href="/honor_zh/typeid/2.html">工厂概况</a></li>
   <li><a href="/about_zh/id/5.html">组织结构</a></li>
   <li><a href="/ln_zh.html">企业理念</a></li>
   </ul>
</li>


<li class="dropdown"><a href="/products.html">产品中心	</a></li>



<li class="dropdown"><a href="/news/typeid/1.html">新闻资讯</a>
<ul class="dropdown_menu">
<li><a href="/news/typeid/1.html">公司新闻</a></li><li><a href="/news/typeid/2.html">行业动态</a></li>
   </ul>
</li>
<li class="dropdown"><a href="/job_zh.html" >人力资源</a>
<ul class="dropdown_menu">   
   <li><a href="/job1_zh/id/7.html">人才理念</a></li>
   <li><a href="/job_zh.html">招聘信息</a></li>
   </ul>
</li>


<li class="dropdown"><a href="/contact_zh/id/2.html"  >联系我们</a></li>
</ul>


</nav>




</div>
</header>




<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.extendabio.com"  class="cd-logo" ><img src="/Html/images/logo.jpg"  class="fl" alt="襄阳展达生物科技有限公司">
展达生物</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  class="onemenub menuico_down">关于我们</a>

<ul class="twoul">
   <li><a href="/about_zh/id/1.html">企业简介</a></li>
   <li><a href="/about_zh/id/9.html">企业文化</a></li>
   <li><a href="/honor_zh/typeid/1.html">资质荣誉</a></li>
   <li><a href="/honor_zh/typeid/2.html">工厂概况</a></li>
   <li><a href="/about_zh/id/5.html">组织结构</a></li>
   <li><a href="/ln_zh.html">企业理念</a></li>
</ul>
</div>
<div class="menu-li"><a  href="/products.html" class="onemenub menuico_down">产品中心</a></div>
<div class="menu-li"><a  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></ul>

</div>
<div class="menu-li" ><a class="onemenu menuico_right">人力资源</a>
<ul class="twoul">
  <li><a href="/job1_zh/id/7.html">人才理念</a></li>
   <li><a href="/job_zh.html">招聘信息</a></li>
      </netsun:dblist>
	  </ul>
</div>     
<div class="menu-li" ><a href="/contact_zh/id/2.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="lp1">
    <div class="index-banner" style="height:300px; overflow:hidden; background:url(/Html/images/f2.jpg) no-repeat center top; width:100%; float:left ;background-size:cover; ">
        
    </div>     
    </div>
	
<div class="lp2">
<div class="index-banner" style=" height:70px!important; overflow:hidden; background:url(/Html/images/f2.jpg) no-repeat center top; background-size:cover;width:100%; "  > </div>
</div>
  </div>

<!--首页公司简介-->
<div class="wd1300">
<div class="index_wz">
<h2 aos="fade-up" ><line3></line3> 产品中心 <line3></line3></h2>
<h4>Products</h4>

<div class="index_line" aos="fade-down">



</div>



</div>
<div class="neirong_biankang xxx" aos="fade-up">
<table width="100%" align="center" border="0" cellpadding="0" cellspacing="1"  class="FindAreaTable1" ID="DataGrid1" >
  <tr class="font3">
    <td width="10%" height="60" align="center"  bgcolor="#1360ae"><strong>序号</strong></td>
    <td width="30%" height="60" align="center" bgcolor="#1360ae"><strong>产品名称</strong></td>
      <td height="60" align="center" bgcolor="#1360ae"><strong>英文名称</strong></td>
		     <td width="15%" height="60" align="center" bgcolor="#1360ae"><strong>Cas No.</strong></td>
    </tr>
      <tr>
    <td height="55" align="center"  >-9</td>
    <td height="55" align="center" ><a href="/pro_detail/id/31.html">2-氟-3-硝基苯甲酸</a></td>
	    <td height="55" align="center" ><a href="/pro_detail/id/31.html">2-fluoro-3-nitrobenzoic acid</a></td>
		   <td height="55" align="center" ><a href="/pro_detail/id/31.html">317-46-4</a></td>
    </tr><tr>
    <td height="55" align="center"  >-8</td>
    <td height="55" align="center" ><a href="/pro_detail/id/32.html">2-氟-3-氨基苯甲酸甲酯</a></td>
	    <td height="55" align="center" ><a href="/pro_detail/id/32.html">methyl 3-amino-2-fluorobenzoate</a></td>
		   <td height="55" align="center" ><a href="/pro_detail/id/32.html">1195768-18-3</a></td>
    </tr><tr>
    <td height="55" align="center"  >-7</td>
    <td height="55" align="center" ><a href="/pro_detail/id/33.html">2-氨基-3-硝基苯甲酸甲酯</a></td>
	    <td height="55" align="center" ><a href="/pro_detail/id/33.html">Methyl 2-amino-3-nitrobenzoate</a></td>
		   <td height="55" align="center" ><a href="/pro_detail/id/33.html">57113-91-4</a></td>
    </tr><tr>
    <td height="55" align="center"  >-6</td>
    <td height="55" align="center" ><a href="/pro_detail/id/34.html">2-氨基-3-硝基苯甲酸乙酯</a></td>
	    <td height="55" align="center" ><a href="/pro_detail/id/34.html">ethyl 2-amino-3-nitro-benzoate</a></td>
		   <td height="55" align="center" ><a href="/pro_detail/id/34.html">61063-11-4</a></td>
    </tr><tr>
    <td height="55" align="center"  >-5</td>
    <td height="55" align="center" ><a href="/pro_detail/id/35.html">2-氯-3-硝基苯甲酸</a></td>
	    <td height="55" align="center" ><a href="/pro_detail/id/35.html">2-Chloro-3-nitrobenzoic acid</a></td>
		   <td height="55" align="center" ><a href="/pro_detail/id/35.html">3970-35-2</a></td>
    </tr><tr>
    <td height="55" align="center"  >-4</td>
    <td height="55" align="center" ><a href="/pro_detail/id/36.html">依托立林 （紫外线吸收剂UV-3035）</a></td>
	    <td height="55" align="center" ><a href="/pro_detail/id/36.html">Etocrilene</a></td>
		   <td height="55" align="center" ><a href="/pro_detail/id/36.html">5232-99-5</a></td>
    </tr><tr>
    <td height="55" align="center"  >-3</td>
    <td height="55" align="center" ><a href="/pro_detail/id/37.html">紫外线吸收剂UV-3030</a></td>
	    <td height="55" align="center" ><a href="/pro_detail/id/37.html">UV-3030</a></td>
		   <td height="55" align="center" ><a href="/pro_detail/id/37.html">178671-58-4</a></td>
    </tr><tr>
    <td height="55" align="center"  >-2</td>
    <td height="55" align="center" ><a href="/pro_detail/id/38.html">天来施S/双-乙基己氧苯酚甲氧苯基三嗪（紫外线吸收剂UV-627）</a></td>
	    <td height="55" align="center" ><a href="/pro_detail/id/38.html">Bemotrizinol (Tinosorb S) </a></td>
		   <td height="55" align="center" ><a href="/pro_detail/id/38.html">187393-00-6</a></td>
    </tr><tr>
    <td height="55" align="center"  >-1</td>
    <td height="55" align="center" ><a href="/pro_detail/id/39.html">紫外线吸收剂UV-400</a></td>
	    <td height="55" align="center" ><a href="/pro_detail/id/39.html">UV-400</a></td>
		   <td height="55" align="center" ><a href="/pro_detail/id/39.html">153519-44-9</a></td>
    </tr><tr>
    <td height="55" align="center"  >0</td>
    <td height="55" align="center" ><a href="/pro_detail/id/40.html">奥克立林（紫外线吸收剂UV-3039）</a></td>
	    <td height="55" align="center" ><a href="/pro_detail/id/40.html">Octocrylene</a></td>
		   <td height="55" align="center" ><a href="/pro_detail/id/40.html">6197-30-4</a></td>
    </tr><tr>
    <td height="55" align="center"  >1</td>
    <td height="55" align="center" ><a href="/pro_detail/id/41.html">紫外线吸收剂UV-1164</a></td>
	    <td height="55" align="center" ><a href="/pro_detail/id/41.html">UV-1164</a></td>
		   <td height="55" align="center" ><a href="/pro_detail/id/41.html">2725-22-6</a></td>
    </tr><tr>
    <td height="55" align="center"  >2</td>
    <td height="55" align="center" ><a href="/pro_detail/id/3.html">二乙基己基丁酰胺基三嗪酮/紫外线吸收剂HEB</a></td>
	    <td height="55" align="center" ><a href="/pro_detail/id/3.html">Diethylhexyl butamido triazone</a></td>
		   <td height="55" align="center" ><a href="/pro_detail/id/3.html">154702-15-5</a></td>
    </tr><tr>
    <td height="55" align="center"  >3</td>
    <td height="55" align="center" ><a href="/pro_detail/id/4.html">2-氨基-5-氯二苯甲酮</a></td>
	    <td height="55" align="center" ><a href="/pro_detail/id/4.html">2-Amino-5-chlorobenzophenone</a></td>
		   <td height="55" align="center" ><a href="/pro_detail/id/4.html">719-59-5</a></td>
    </tr><tr>
    <td height="55" align="center"  >4</td>
    <td height="55" align="center" ><a href="/pro_detail/id/5.html">2-甲氨基-5-氯二苯甲酮</a></td>
	    <td height="55" align="center" ><a href="/pro_detail/id/5.html">5-chloro-2-methylaminobenzophenone</a></td>
		   <td height="55" align="center" ><a href="/pro_detail/id/5.html">1022-13-5</a></td>
    </tr><tr>
    <td height="55" align="center"  >5</td>
    <td height="55" align="center" ><a href="/pro_detail/id/6.html">对硝基苯乙酸</a></td>
	    <td height="55" align="center" ><a href="/pro_detail/id/6.html">4-Nitrophenyl acetic acid</a></td>
		   <td height="55" align="center" ><a href="/pro_detail/id/6.html">104-03-0</a></td>
    </tr><tr>
    <td height="55" align="center"  >6</td>
    <td height="55" align="center" ><a href="/pro_detail/id/7.html">1,3-二氧五环</a></td>
	    <td height="55" align="center" ><a href="/pro_detail/id/7.html">1,3-Dioxolane</a></td>
		   <td height="55" align="center" ><a href="/pro_detail/id/7.html">646-06-0</a></td>
    </tr><tr>
    <td height="55" align="center"  >7</td>
    <td height="55" align="center" ><a href="/pro_detail/id/8.html">阿昔洛韦侧链（1,4-二乙酰氧基-2-氧杂丁烷）</a></td>
	    <td height="55" align="center" ><a href="/pro_detail/id/8.html">1,4-diacetoxy-2-oxabutane</a></td>
		   <td height="55" align="center" ><a href="/pro_detail/id/8.html">59278-00-1</a></td>
    </tr><tr>
    <td height="55" align="center"  >8</td>
    <td height="55" align="center" ><a href="/pro_detail/id/9.html">鸟嘌呤</a></td>
	    <td height="55" align="center" ><a href="/pro_detail/id/9.html">Guanine</a></td>
		   <td height="55" align="center" ><a href="/pro_detail/id/9.html">73-40-5</a></td>
    </tr><tr>
    <td height="55" align="center"  >9</td>
    <td height="55" align="center" ><a href="/pro_detail/id/10.html">黄嘌呤</a></td>
	    <td height="55" align="center" ><a href="/pro_detail/id/10.html">Xanthine</a></td>
		   <td height="55" align="center" ><a href="/pro_detail/id/10.html">69-89-6</a></td>
    </tr><tr>
    <td height="55" align="center"  >10</td>
    <td height="55" align="center" ><a href="/pro_detail/id/11.html">盐酸氨基脲</a></td>
	    <td height="55" align="center" ><a href="/pro_detail/id/11.html">Semicarbazide Hydrochloride</a></td>
		   <td height="55" align="center" ><a href="/pro_detail/id/11.html">563-41-7</a></td>
    </tr><tr>
    <td height="55" align="center"  >11</td>
    <td height="55" align="center" ><a href="/pro_detail/id/42.html">双乙酰鸟嘌呤</a></td>
	    <td height="55" align="center" ><a href="/pro_detail/id/42.html">N(2),9-Diacetylguanine</a></td>
		   <td height="55" align="center" ><a href="/pro_detail/id/42.html">3056-33-5</a></td>
    </tr><tr>
    <td height="55" align="center"  >12</td>
    <td height="55" align="center" ><a href="/pro_detail/id/12.html">2-氨基-2′,5-二氯二苯甲酮</a></td>
	    <td height="55" align="center" ><a href="/pro_detail/id/12.html">2-Amino-2′,5-dichlorobenzophenone</a></td>
		   <td height="55" align="center" ><a href="/pro_detail/id/12.html">2958-36-3</a></td>
    </tr><tr>
    <td height="55" align="center"  >13</td>
    <td height="55" align="center" ><a href="/pro_detail/id/13.html">5-氯-3-苯基苯并-2,1-异噁唑</a></td>
	    <td height="55" align="center" ><a href="/pro_detail/id/13.html">5-Chloro-3-penylbenzisoxazole</a></td>
		   <td height="55" align="center" ><a href="/pro_detail/id/13.html">719-64-2</a></td>
    </tr><tr>
    <td height="55" align="center"  >14</td>
    <td height="55" align="center" ><a href="/pro_detail/id/14.html">2,4-二苯砜基苯酚（DBSP)</a></td>
	    <td height="55" align="center" ><a href="/pro_detail/id/14.html">2,4-Bis(phenylsulfonyl)phenol</a></td>
		   <td height="55" align="center" ><a href="/pro_detail/id/14.html">177325-75-6</a></td>
    </tr><tr>
    <td height="55" align="center"  >15</td>
    <td height="55" align="center" ><a href="/pro_detail/id/15.html">正丙基二氧七环</a></td>
	    <td height="55" align="center" ><a href="/pro_detail/id/15.html">2-propyl-4,7-dihydro-1,3-dioxepine</a></td>
		   <td height="55" align="center" ><a href="/pro_detail/id/15.html">4469-34-5</a></td>
    </tr><tr>
    <td height="55" align="center"  >16</td>
    <td height="55" align="center" ><a href="/pro_detail/id/16.html">1,3-二甲基金刚烷</a></td>
	    <td height="55" align="center" ><a href="/pro_detail/id/16.html">1,3-Dimethyladamantane</a></td>
		   <td height="55" align="center" ><a href="/pro_detail/id/16.html">702-79-4</a></td>
    </tr><tr>
    <td height="55" align="center"  >17</td>
    <td height="55" align="center" ><a href="/pro_detail/id/17.html">1-溴-3,5-二甲基金刚烷</a></td>
	    <td height="55" align="center" ><a href="/pro_detail/id/17.html">1-bromo-3,5-dimethyladamantane</a></td>
		   <td height="55" align="center" ><a href="/pro_detail/id/17.html">941-37-7</a></td>
    </tr><tr>
    <td height="55" align="center"  >18</td>
    <td height="55" align="center" ><a href="/pro_detail/id/18.html">2-氨基-4,6-二甲基嘧啶</a></td>
	    <td height="55" align="center" ><a href="/pro_detail/id/18.html">2-Amino-4,6-dimethylpyrimidine</a></td>
		   <td height="55" align="center" ><a href="/pro_detail/id/18.html">767-15-7</a></td>
    </tr><tr>
    <td height="55" align="center"  >19</td>
    <td height="55" align="center" ><a href="/pro_detail/id/19.html">2,6-二氯-4-氨基苯酚</a></td>
	    <td height="55" align="center" ><a href="/pro_detail/id/19.html">4-Amino-2,6-dichlorophenol</a></td>
		   <td height="55" align="center" ><a href="/pro_detail/id/19.html">5930-28-9</a></td>
    </tr><tr>
    <td height="55" align="center"  >20</td>
    <td height="55" align="center" ><a href="/pro_detail/id/20.html">浸螺杀</a></td>
	    <td height="55" align="center" ><a href="/pro_detail/id/20.html">N-Phenyl-3-Phridinecarbcexamide Sulphate</a></td>
		   <td height="55" align="center" ><a href="/pro_detail/id/20.html">1752-96-1</a></td>
    </tr></table>
<br />

<div class="newspage" style=" clear:both"> <a><span class="zi">总共有 39 篇记录 这是第 1 页 </span>   <a class="next" href="/index.php/Home/Index/products/p/2/css/style.css.html">下一页</a>   <span class="current">1</span><a class="num" href="/index.php/Home/Index/products/p/2/css/style.css.html">2</a>   </a></div>


<script type="text/javascript">
(function(){
var rows = document.getElementById("DataGrid1").getElementsByTagName('tr');
for(var i=0,j=rows.length;i<j;i++){
rows[i].backgroundColor = rows[i].style.backgroundColor = (i&1)?"#FFFfff":"#f2f2f2";
rows[i].onmouseover = function(){this.style.backgroundColor = "#b9d3e5";}
rows[i].onmouseout = function(){ this.style.backgroundColor = this.backgroundColor;}
}
})();
</script>

</div>



</div>


<div class="clear"></div>
<div class="inContact clearfix">
	<div class="container">
		<div class="Top">诚信立足&nbsp;&nbsp;&nbsp;创新致远<span>一家以生产精细化工品、医药中间体、食品添加剂为主的高新技术企业</span></div>
		
	</div>
</div>

<footer class="footer">
    <div class="container">
        <div class="foot_nav clearfix">
                        <dl>
                <dt>关于展达</dt>
                                <dd>
<a href="/about_zh/id/1.html">企业简介</a>
<a href="/about_zh/id/9.html">企业文化</a>
<a href="/honor_zh/typeid/1.html">资质荣誉</a>
<a href="/honor_zh/typeid/2.html">工厂概况</a>
<a href="/about_zh/id/5.html">组织结构</a>
<a href="/ln_zh.html">企业理念</a>
   
    </dd>
          </dl>
                        
                        <dl>
                <dt>新闻资讯</dt>
                                <dd>
<a href="/news/typeid/1.html">公司新闻</a><a href="/news/typeid/2.html">行业动态</a>                     </dd>
          </dl>
                        <dl>
                <dt>人力资源</dt>
                                <dd>
 <a href="/job1_zh/id/7.html">人才理念</a>
 <a href="/job_zh.html">招聘信息</a>
             </dd>
          </dl>
                        <dl>
                <dt>联系我们</dt>
<p><a href="http://www.extendabio.com/">襄阳展达生物科技有限公司</a><br />
办公通讯地址：湖北省襄阳市襄城区恒大名都19栋<br />
工厂地址：湖北省襄阳市樊城区人民西路工业区<br />
联系人：贺先生 17786770208<br />
电话：0710-3529916&nbsp; &nbsp; &nbsp; 3211378<br />
邮箱：<a href="mailto:sales@extendabio.com">sales@extendabio.com</a></p>
          </dl>
                        <dl>
                          <a href="http://www.extendabio.com/"><img src="/Html/images/ewm.png" alt="手机版" border="0"></a>
                <p>“扫一扫”手机版</p> 
            </dl>
        </div>
        <div class="copy clearfix">	
            <div class="fl">
			
			<span class="zzb07tail"><a href="http://www.extendabio.com">襄阳展达生物科技有限公司</a> 版权所有(C)2024</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;<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  rel="nofollow" href="/zzq/index.html" target="_blank" class="zzb07link">著作权声明</a>	<a target="_blank" href="https://beian.miit.gov.cn/">鄂ICP备14015402号</a> </div>
        </div>
    </div>
</footer>



<div class="p1">

<div class="suspension">
	<div class="suspension-box">


		<a href="javascript:;" class="a a-service-phone "><i class="i"></i></a>
		<a href="javascript:;" class="a a-qrcode"><i class="i"></i></a>

		<div class="d d-service-phone">
			<i class="arrow"></i>
			<div class="inner-box">
				<div class="d-service-item clearfix">
					<span class="circle"><i class="i-tel"></i></span>
					<div class="text">
					
						<p class="red number">0710-3529916<br>
0710-3211378</p>
						
					</div>
				</div>
			</div>
		</div>
		<div class="d d-qrcode">
			<i class="arrow"></i>
			<div class="inner-box">
				<div class="qrcode-img"><a href="http://www.extendabio.com/"><img src="/Html/images/ewm.png" alt="手机版" height="150px;" border="0"></a></div>
			</div>
		</div>
		
		<a href="javascript:;" class="a a-top" style="display: block;"><i class="i"></i></a>
	</div>
</div>

<script type="text/javascript" src="/Html/css_index/jquery-1.7.2.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){

	/* ----- 侧边悬浮 ---- */
	$(document).on("mouseenter", ".suspension .a", function(){
		var _this = $(this);
		var s = $(".suspension");
		var isService = _this.hasClass("a-service");
		var isServicePhone = _this.hasClass("a-service-phone");
		var isQrcode = _this.hasClass("a-qrcode");
		if(isService){ s.find(".d-service").show().siblings(".d").hide();}
		if(isServicePhone){ s.find(".d-service-phone").show().siblings(".d").hide();}
		if(isQrcode){ s.find(".d-qrcode").show().siblings(".d").hide();}
	});
	$(document).on("mouseleave", ".suspension, .suspension .a-top", function(){
		$(".suspension").find(".d").hide();
	});
	$(document).on("mouseenter", ".suspension .a-top", function(){
		$(".suspension").find(".d").hide(); 
	});
	$(document).on("click", ".suspension .a-top", function(){
		$("html,body").animate({scrollTop: 0});
	});
	$(window).scroll(function(){
		var st = $(document).scrollTop();
		var $top = $(".suspension .a-top");
		if(st > 400){
			$top.css({display: 'block'});
		}else{
			if ($top.is(":visible")) {
				$top.hide();
			}
		}
	});
	
});	
</script>
</div> 

<div class="tbottom"></div> 

	
<div class="bottomNav">
    <a href="/" class="bottomNav_item ">
        <div class="bottomNav_icon">
            <img src="/Html/images/fmenu1_a.png" alt="首页">
        </div>
         <p class="bottomNav_label inital_color">首页</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/2.html" class="bottomNav_item ">
        <div class="bottomNav_icon">
            <img src="/Html/images/fmenu5.png" alt="联系我们">
        </div>
        <p class="bottomNav_label ">联系我们</p>
    </a>
</div>  
  
	  
<script type="text/javascript" >

	
 
	var swiper1 = new Swiper('.index-swiper', {
		noSwiping : false,
		direction: 'vertical',
		slidesPerView: 'auto',
		followFinger : false,
		speed:800,
		spaceBetween: 0,
		mousewheel: true, 
		pagination: {el: '.index-pagination',clickable :true,},
		on:{
			transitionStart: function(){
				if(this.activeIndex==1 || this.activeIndex==2 || this.activeIndex==3 || this.activeIndex==4){
					$('body').addClass("black");
 				}else{
					$('body').removeClass("black");
				}
				if(this.activeIndex==5){
					$('.index-pagination').hide();
				}else{
					$('.index-pagination').show();
				}
			},	
		},
		breakpoints: {
			1024: {
				noSwiping : true,
				noSwipingClass : 'stop-swiping',
			},
		},
		//autoHeight : true, 
		//lazy: {loadPrevNext: true,},
	});
	
	//swiper1.updateSize();

	var swiper2 = new Swiper('.index-banner-swiper', {
		//loop : true,
		noSwiping : false,
		effect: 'fade',
		slidesPerView: 1,
		spaceBetween: 0,
		autoplay: {delay: 4000,disableOnInteraction: false,},
		navigation: {nextEl: '.banner-next',prevEl: '.banner-prev',},
		pagination: {el: '.banner-pagination',clickable :true,},
    });


	var swiper3 = new Swiper('.index-news-swiper', {  
		
		autoplay: {delay: 3000,disableOnInteraction: false,},
		slidesPerView: 1,
		spaceBetween: 0, 
		grabCursor : true,
		navigation: {nextEl: '.news-next',prevEl: '.news-prev',},
		pagination: {el: '.news-pagination',type:'progressbar',},
		breakpoints: {
			1024: {
				slidesPerView: 4,
				spaceBetween: 30, 
			},
		},
    });
 

			 
</script> 


</body>
</html>