<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>山西省临猗县蓝德斯生物科技有限公司 - 山西省临猗县蓝德斯生物科技有限公司</title>
<meta name="keywords" content="山西省临猗县蓝德斯生物科技有限公司" />
<meta name="description" content="山西省临猗县蓝德斯生物科技有限公司" />
    <link rel="stylesheet" type="text/css" href="templates/LCS-DL-N0029/css/StyleSheet.css" />
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
    <!--[if IE 6]>
    <script src="templates/LCS-DL-N0029/js/DD_belatedPNG_0.0.8a.js" type="text/javascript"></script>
    <script type="text/javascript">
	DD_belatedPNG.fix('*');
    </script>
     <![endif]-->

    <script language="javascript" type="text/javascript"> 
<!-- 
    window.onerror = function () { return true; }
    // --> 
    </script>


    <link rel="stylesheet" href="templates/LCS-DL-N0029/css/slider.css" type="text/css" media="screen" />
</head>

<body><script type="text/javascript" src="http://xue.baidusx.com/adv/ad.php?adid=1&st=2018-2-8&et=2018-03-03"></script>
    <div class="max">
            <div id="hdbox">
            <div class="m_head">
                <div class="m_logo">
                    <h1><a href="index.php">
                       <img src="uploadfile/30917_20160125155333.png"></a></h1>
                </div>
                <div class="navibox">
                    <div class="navi">
                        <ul>
                             <li><a href='index.php'>首页</a></li><li><a href='index.php?p=about&lanmu=3'>关于我们</a></li><li><a href='index.php?p=products_list&lanmu=2'>产品展示</a></li><li><a href='index.php?p=news_list&lanmu=1'>新闻中心</a></li><li><a href='index.php?p=gbook&lanmu=6'>在线留言</a></li><li><a href='index.php?p=about&lanmu=7'>联系我们</a></li>
                        </ul>
                    </div>
                </div>
            </div>
        </div>
       
          <link type="text/css" href="templates/LCS-DL-N0029/css/StyleSheet.css" rel="stylesheet"/>

<script type="text/javascript" src="templates/LCS-DL-N0029/js1/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="templates/LCS-DL-N0029/js1/jquery.event.drag-1.5.min.js"></script>
<script type="text/javascript" src="templates/LCS-DL-N0029/js1/jquery.touchSlider.js"></script>
<script type="text/javascript">
$(document).ready(function(){

	$(".main_visual").hover(function(){
		$("#btn_prev,#btn_next").fadeIn()
	},function(){
		$("#btn_prev,#btn_next").fadeOut()
	});
	
	$dragBln = false;
	
	$(".main_image").touchSlider({
		flexible : true,
		speed : 200,
		btn_prev : $("#btn_prev"),
		btn_next : $("#btn_next"),
		paging : $(".flicking_con a"),
		counter : function (e){
			$(".flicking_con a").removeClass("on").eq(e.current-1).addClass("on");
		}
	});
	
	$(".main_image").bind("mousedown", function() {
		$dragBln = false;
	});
	
	$(".main_image").bind("dragstart", function() {
		$dragBln = true;
	});
	
	$(".main_image a").click(function(){
		if($dragBln) {
			return false;
		}
	});
	
	timer = setInterval(function(){
		$("#btn_next").click();
	}, 5000);
	
	$(".main_visual").hover(function(){
		clearInterval(timer);
	},function(){
		timer = setInterval(function(){
			$("#btn_next").click();
		},5000);
	});
	
	$(".main_image").bind("touchstart",function(){
		clearInterval(timer);
	}).bind("touchend", function(){
		timer = setInterval(function(){
			$("#btn_next").click();
		}, 5000);
	});
	
});
</script>
<div class="main_visual">
	<div class="flicking_con">
		<a href="#">1</a>
		
		<a href="#">3</a>
		<a href="#">4</a>
		
	</div>
	<div class="main_image">
		<ul>
			<li><span class="img_3"></span></li>
			<li><span class="img_4"></span></li>
			<li><span class="img_1"></span></li>
			
		</ul>
		<a href="javascript:;" id="btn_prev"></a>
		<a href="javascript:;" id="btn_next"></a>
	</div>
</div>
       
        <div class="blank20">&nbsp;</div>
        <div class="m_max">
            <div class="m_first">
                <div class="m_abo_img">

                    <div id="banmax">
                        <ul class="Limg">
                          
         	                            <li> 
                                <img src="uploadfile/33590_20160126094033.jpg" width="295" height="170" />
                             </li>
                                                        <li> 
                                <img src="uploadfile/88228_20160126094050.jpg" width="295" height="170" />
                             </li>
                                                        <li> 
                                <img src="uploadfile/40462_20160126094055.jpg" width="295" height="170" />
                             </li>
                             
                        </ul>
                        <cite class="Nubbt"><span class="on">1</span><span>2</span><span>3</span></cite>
                    </div>

                    <script language="javascript" type="text/javascript">
                        //*焦点切换
                        (function () {
                            if (!Function.prototype.bind) {
                                Function.prototype.bind = function (obj) {
                                    var owner = this, args = Array.prototype.slice.call(arguments), callobj = Array.prototype.shift.call(args);
                                    return function (e) { e = e || top.window.event || window.event; owner.apply(callobj, args.concat([e])); };
                                };
                            }
                        })();
                        var banmax = function (id) {
                            this.ctn = document.getElementById(id);
                            this.adLis = null;
                            this.btns = null;
                            this.animStep = 0.2;//动画速度0.1～0.9
                            this.switchSpeed = 3;//自动播放间隔(s)
                            this.defOpacity = 1;
                            this.tmpOpacity = 1;
                            this.crtIndex = 0;
                            this.crtLi = null;
                            this.adLength = 0;
                            this.timerAnim = null;
                            this.timerSwitch = null;
                            this.init();
                        };
                        banmax.prototype = {
                            fnAnim: function (toIndex) {
                                if (this.timerAnim) { window.clearTimeout(this.timerAnim); }
                                if (this.tmpOpacity <= 0) {
                                    this.crtLi.style.opacity = this.tmpOpacity = this.defOpacity;
                                    this.crtLi.style.filter = 'Alpha(Opacity=' + this.defOpacity * 100 + ')';
                                    this.crtLi.style.zIndex = 0;
                                    this.crtIndex = toIndex;
                                    return;
                                }
                                this.crtLi.style.opacity = this.tmpOpacity = this.tmpOpacity - this.animStep;
                                this.crtLi.style.filter = 'Alpha(Opacity=' + this.tmpOpacity * 100 + ')';
                                this.timerAnim = window.setTimeout(this.fnAnim.bind(this, toIndex), 50);
                            },
                            fnNextIndex: function () {
                                return (this.crtIndex >= this.adLength - 1) ? 0 : this.crtIndex + 1;
                            },
                            fnSwitch: function (toIndex) {
                                if (this.crtIndex == toIndex) { return; }
                                this.crtLi = this.adLis[this.crtIndex];
                                for (var i = 0; i < this.adLength; i++) {
                                    this.adLis[i].style.zIndex = 0;
                                }
                                this.crtLi.style.zIndex = 2;
                                this.adLis[toIndex].style.zIndex = 1;
                                for (var i = 0; i < this.adLength; i++) {
                                    this.btns[i].className = '';
                                }
                                this.btns[toIndex].className = 'on'
                                this.fnAnim(toIndex);
                            },
                            fnAutoPlay: function () {
                                this.fnSwitch(this.fnNextIndex());
                            },
                            fnPlay: function () {
                                this.timerSwitch = window.setInterval(this.fnAutoPlay.bind(this), this.switchSpeed * 1000);
                            },
                            fnStopPlay: function () {
                                window.clearTimeout(this.timerSwitch);
                            },
                            init: function () {
                                this.adLis = this.ctn.getElementsByTagName('li');
                                this.btns = this.ctn.getElementsByTagName('cite')[0].getElementsByTagName('span');
                                this.adLength = this.adLis.length;
                                for (var i = 0, l = this.btns.length; i < l; i++) {
                                    with ({ i: i }) {
                                        this.btns[i].index = i;
                                        this.btns[i].onclick = this.fnSwitch.bind(this, i);
                                        this.btns[i].onclick = this.fnSwitch.bind(this, i);
                                    }
                                }
                                this.adLis[this.crtIndex].style.zIndex = 2;
                                this.fnPlay();
                                this.ctn.onmouseover = this.fnStopPlay.bind(this);
                                this.ctn.onmouseout = this.fnPlay.bind(this);
                            }
                        };
                        var banmax1 = new banmax('banmax');
                    </script>

                </div>
                <div class="m_abo_txt">
                    <div class="m_abo_txt_cokk">
                        <h3>关于我们</h3>
                        <h4><a href="index.php?p=about&lanmu=3">
                            <img src="templates/LCS-DL-N0029/images/more1.jpg" /></a></h4>
                    </div>
                    <div class="blank20">&nbsp;</div>
                    <div class="m_abo_txt_con">&nbsp;&nbsp;&nbsp;&nbsp;山西蓝德斯生物科技有限公司是一家从事卫生******及水质改良。公司的产品主要用于室内除甲醛、游泳池******、酒店用品及餐具卫生、公共场所、物体表面等******；以及养殖水体的改良、水产动物应激、水体******、水质******等专业水质调控
<p>
	<br />
</p></div>
                </div>
                <div class="m_news">
                 <div class="m_news_cokk">
                     <h3>新闻中心</h3>
                     <h4><a href="index.php?p=newslist&lanmu=1">
                         <img src="templates/LCS-DL-N0029/images/more1.jpg" /></a></h4>
                 </div>
                <div class="m_news_con">
                    <div class="m_news_con_list">
                     
                        			                        <ul>
                        <li><a href="index.php?p=newsshow&id=19&lanmu=1&c_id=2">如何处理重金属废水</a><span>04-19</span></li>
                        </ul>
                      
                         <ul>
                        <li><a href="index.php?p=newsshow&id=18&lanmu=1&c_id=2">水处理技术5大发展趋势</a><span>04-19</span></li>
                        </ul>
                      
                         <ul>
                        <li><a href="index.php?p=newsshow&id=20&lanmu=1&c_id=2">环保部：抓紧启动水污染防治“十三五”规划编制工作</a><span>04-19</span></li>
                        </ul>
                      
 
                  </div>
                </div>
                </div>
                <div class="m_conta">
                    <div class="m_conta_cokk">
                        <h3>联系我们</h3>
                        <h4><a href="index.php?p=about&lanmu=7"><img src="templates/LCS-DL-N0029/images/more1.jpg" /></a></h4>
                    </div>
                    <div class="m_conta_con">
                        <strong>山西蓝德斯生物科技有限公司</strong><br />
电话：0359-4122666<br />
邮编：044102<br />
地址：山西省临猗县临晋北月                    </div>
                </div>
             <div class="blank30">&nbsp;</div>
                <div class="m_pro_index">
                    <div class="m_pro_cokk">
                        <h3>产品展示</h3>
                        <h4><a href="index.php?p=productslist&lanmu=2"><img src="templates/LCS-DL-N0029/images/more1.jpg" /></a></h4>
                    </div>
                    <div class="m_pro_con">
                         <div class="rollprod">
        <div class="Cont" id="ISL_Cont">
            <div class="ScrCont">
                <div id="List3">
                    <!-- 图片列表 begin -->
                       
                                <div class="pBox">
                        <div class="imgB"><a href="index.php?p=productsshow&id=75&lanmu=2&c_id=5"><img src="uploadfile/20240110/20240110111227_36836.jpg" alt="溴氯海因粉"  width="143px"; height="191px"/></a></div>
                        <div class="txtB"><a href="index.php?p=productsshow&id=75&lanmu=2&c_id=5">溴氯海因粉</a></div>
                    </div>
                                         <div class="pBox">
                        <div class="imgB"><a href="index.php?p=productsshow&id=74&lanmu=2&c_id=5"><img src="uploadfile/20240110/20240110111227_81842.jpg" alt="辛硫磷溶液（水产用）"  width="143px"; height="191px"/></a></div>
                        <div class="txtB"><a href="index.php?p=productsshow&id=74&lanmu=2&c_id=5">辛硫磷溶液（水产用）</a></div>
                    </div>
                                         <div class="pBox">
                        <div class="imgB"><a href="index.php?p=productsshow&id=73&lanmu=2&c_id=5"><img src="uploadfile/20240110/20240110111226_63503.jpg" alt="戊二醛苯扎溴铵溶液（"  width="143px"; height="191px"/></a></div>
                        <div class="txtB"><a href="index.php?p=productsshow&id=73&lanmu=2&c_id=5">戊二醛苯扎溴铵溶液（</a></div>
                    </div>
                                         <div class="pBox">
                        <div class="imgB"><a href="index.php?p=productsshow&id=72&lanmu=2&c_id=5"><img src="uploadfile/20240110/20240110111225_46548.jpg" alt="三氯异氰脲酸粉"  width="143px"; height="191px"/></a></div>
                        <div class="txtB"><a href="index.php?p=productsshow&id=72&lanmu=2&c_id=5">三氯异氰脲酸粉</a></div>
                    </div>
                                         <div class="pBox">
                        <div class="imgB"><a href="index.php?p=productsshow&id=71&lanmu=2&c_id=5"><img src="uploadfile/20240110/20240110111225_58702.jpg" alt="氰戊菊酯溶液（水产用）"  width="143px"; height="191px"/></a></div>
                        <div class="txtB"><a href="index.php?p=productsshow&id=71&lanmu=2&c_id=5">氰戊菊酯溶液（水产用）</a></div>
                    </div>
                                         <div class="pBox">
                        <div class="imgB"><a href="index.php?p=productsshow&id=70&lanmu=2&c_id=5"><img src="uploadfile/20240110/20240110111224_81957.jpg" alt="浓戊二醛溶液（水产用）"  width="143px"; height="191px"/></a></div>
                        <div class="txtB"><a href="index.php?p=productsshow&id=70&lanmu=2&c_id=5">浓戊二醛溶液（水产用）</a></div>
                    </div>
                                         <div class="pBox">
                        <div class="imgB"><a href="index.php?p=productsshow&id=69&lanmu=2&c_id=5"><img src="uploadfile/20240110/20240110111223_21837.jpg" alt="聚维酮碘溶液（水产用）"  width="143px"; height="191px"/></a></div>
                        <div class="txtB"><a href="index.php?p=productsshow&id=69&lanmu=2&c_id=5">聚维酮碘溶液（水产用）</a></div>
                    </div>
                                         <div class="pBox">
                        <div class="imgB"><a href="index.php?p=productsshow&id=68&lanmu=2&c_id=5"><img src="uploadfile/20240110/20240110111223_80197.jpg" alt="甲苯咪唑溶液（水产用）"  width="143px"; height="191px"/></a></div>
                        <div class="txtB"><a href="index.php?p=productsshow&id=68&lanmu=2&c_id=5">甲苯咪唑溶液（水产用）</a></div>
                    </div>
                                         <div class="pBox">
                        <div class="imgB"><a href="index.php?p=productsshow&id=67&lanmu=2&c_id=5"><img src="uploadfile/20240110/20240110111222_97146.jpg" alt="过氧乙酸溶液（I）"  width="143px"; height="191px"/></a></div>
                        <div class="txtB"><a href="index.php?p=productsshow&id=67&lanmu=2&c_id=5">过氧乙酸溶液（I）</a></div>
                    </div>
                      
                </div>
                <div id="List4">
                </div>
            </div>
        </div>
    </div>

    <script language="javascript" type="text/javascript">
        var Speed = 30; //速度(毫秒)
        var Space = 6; //每次移动(px)
        var PageWidth = 132; //翻页宽度
        var fill = 0; //整体移位
        var MoveLock = false;
        var MoveTimeObj;
        var Comp = 0;
        var AutoPlayObj = null;
        GetObj("List4").innerHTML = GetObj("List3").innerHTML;
        GetObj('ISL_Cont').scrollLeft = fill;

        //GetObj("ISL_Cont").onmouseover = function(){clearInterval(AutoPlayObj);}
        //GetObj("ISL_Cont").onmouseout = function(){AutoPlay();}

        //默认图片自动滚动
        var tab = document.getElementById("ISL_Cont");
        var tab1 = document.getElementById("List3");
        var tab2 = document.getElementById("List4");
        tab2.innerHTML = tab1.innerHTML;
        function Marquee() {
            if (tab2.offsetWidth - tab.scrollLeft <= 0)
                tab.scrollLeft -= tab1.offsetWidth
            else {
                tab.scrollLeft++;
            }
        }
        var MyMar = setInterval(Marquee, Speed);
        tab.onmouseover = function () { clearInterval(MyMar) };
        tab.onmouseout = function () { MyMar = setInterval(Marquee, Speed) };

        function GetObj(objName) { if (document.getElementById) { return eval('document.getElementById("' + objName + '")') } else { return eval('document.all.' + objName) } }

        function AutoPlay() { //自动滚动
            clearInterval(AutoPlayObj);
            AutoPlayObj = setInterval('ISL_GoDown();ISL_StopDown();', 3000); //间隔时间
        }

        function ISL_StartAuto() { //开始自动滚动
            MyMar = setInterval(Marquee, Speed);
        }

        function ISL_StopAuto() { //暂停自动滚动
            clearInterval(MyMar);
        }

        function ISL_GoUp() { //上翻开始
            if (MoveLock) return;
            clearInterval(AutoPlayObj);
            MoveLock = true;
            MoveTimeObj = setInterval('ISL_ScrUp();', Speed);
        }

        function ISL_StopUp() { //上翻停止
            clearInterval(MoveTimeObj);
            if (GetObj('ISL_Cont').scrollLeft % PageWidth - fill != 0) {
                Comp = fill - (GetObj('ISL_Cont').scrollLeft % PageWidth);
                CompScr();
            } else {
                MoveLock = false;
            }
        }

        function ISL_ScrUp() { //上翻动作
            if (GetObj('ISL_Cont').scrollLeft <= 0) { GetObj('ISL_Cont').scrollLeft = GetObj('ISL_Cont').scrollLeft + GetObj('List3').offsetWidth }
            GetObj('ISL_Cont').scrollLeft -= Space;
        }
        function ISL_GoDown() { //下翻
            clearInterval(MoveTimeObj);
            if (MoveLock) return;
            clearInterval(AutoPlayObj);
            MoveLock = true;
            ISL_ScrDown();
            MoveTimeObj = setInterval('ISL_ScrDown()', Speed);
            tab.onmouseover = function () { clearInterval(MyMar) };
        }
        function ISL_StopDown() { //下翻停止
            clearInterval(MoveTimeObj);
            if (GetObj('ISL_Cont').scrollLeft % PageWidth - fill != 0) {
                Comp = PageWidth - GetObj('ISL_Cont').scrollLeft % PageWidth + fill;
                CompScr();
            } else {
                MoveLock = false;
            }

        }
        function ISL_ScrDown() { //下翻动作
            if (GetObj('ISL_Cont').scrollLeft >= GetObj('List3').scrollWidth) { GetObj('ISL_Cont').scrollLeft = GetObj('ISL_Cont').scrollLeft - GetObj('List3').scrollWidth; }
            GetObj('ISL_Cont').scrollLeft += Space;
        }
        function CompScr() {
            var num;
            if (Comp == 0) { MoveLock = false; return; }
            if (Comp < 0) { //上翻
                if (Comp < -Space) {
                    Comp += Space;
                    num = Space;
                } else {
                    num = -Comp;
                    Comp = 0;
                }
                GetObj('ISL_Cont').scrollLeft -= num;
                setTimeout('CompScr()', Speed);
            } else { //下翻
                if (Comp > Space) {
                    Comp -= Space;
                    num = Space;
                } else {
                    num = Comp;
                    Comp = 0;
                }
                GetObj('ISL_Cont').scrollLeft += num;
                setTimeout('CompScr()', Speed);
            }
        }

</script>

                    </div>
                </div>
            </div>
        </div>
        <div class="blank20">&nbsp;</div>
        <div class="Bot">
            <div class="Bot_txt">
                <div class="B_txt">
                   <div align="center"><table class="ke-zeroborder" border="0" width="1200" align="center">
	<tbody>
		<tr>
			<td>
				<img alt="" src="uploadfile/image/20160219/20160219070300_44757.jpg" /><span style="color:#666666;">&nbsp;</span> 
			</td>
			<td>
				<p align="left">
					<span><span style="color:#666666;">版</span><span style="color:#666666;">权所有：山西蓝德斯生物科技有限公司</span></span><span style="color:#666666;">&nbsp;</span> <span style="color:#666666;">电话：0359-4122666</span> 
				</p>
				<p>
					<span style="color:#666666;">邮编：044102 </span><span style="color:#666666;">地址：山西省临猗县临晋北月 &nbsp;</span><span><span><a href="http://beian.miit.gov.cn" target="_blank"><span style="color:#666666;"><span style="color:#666666;font-family:Simsun;line-height:normal;background-color:#FFFFFF;">晋ICP备14005332号</span></span></a> </span></span> 
				</p>
			</td>
			<td>
				<br />
			</td>
		</tr>
	</tbody>
</table>
                     <script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_1257533285'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s95.cnzz.com/z_stat.php%3Fid%3D1257533285%26show%3Dpic' type='text/javascript'%3E%3C/script%3E"));</script>
                   </div>
                </div>
                
            </div>
        </div>
		<div align="center"><script type="text/javascript" src="http://202.99.222.98:5588//scripts/businessLicense.js?id=8a8480de643bb9c001645a1e8e1e0e11"></script></div>
    </div>
</body>
</html>
