﻿<!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 http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="applicable-device"  content="pc,mobile" />
    <meta name="MobileOptimized"  content="width" />
    <meta name="HandheldFriendly"  content="true" />
    <title>产品展示-盐城蓝德环保科技有限公司</title>
    <meta name="keywords" content="盐城蓝德环保科技有限公司">
    <meta name="description" content="盐城蓝德环保科技有限公司，主要从事除尘、脱硫、脱硝等环保设备生产与销售及各类脱硫脱销工程的施工与维保。">
    <link href="/Public/Home/default/css/common.css" rel="stylesheet" type="text/css" />
    <link href="/Public/Home/default/css/index.css" rel="stylesheet" type="text/css" />
    <link href="/Public/Home/default/css/mycss.css" rel="stylesheet" type="text/css" />
    
</head>

<body>
<div class="toparea">
	<ul>
    	<li>盐城蓝德环保科技有限公司欢迎您！</li>
        <li style="display:block; float:right"><div id="webjx"></div>
   <script>setInterval("webjx.innerHTML=new Date().toLocaleString()+' 星期'+'日一二三四五六'.charAt(new Date().getDay());",1000);
   </script></li>
    </ul>
</div>
<div class="header_top" align="center"><img src="/Public/Home/default/images/top.png"/></div>
<div class="nav">
        <ul>
         <li><a href="/index.php/Index/index.html" class="">网站首页</a></li>
          <li><a href="/index.php/List/index/cid/141.html" class="">关于我们</a></li><li><a href="http://www.yclande.com.cn/index.php/List/index/cid/385.html" class="">脱硫系统</a></li><li><a href="http://www.yclande.com.cn/index.php/List/index/cid/386.html" class="">脱硝系统</a></li><li><a href="http://www.yclande.com.cn/index.php/List/index/cid/387.html" class="">除尘设备</a></li><li><a href="http://www.yclande.com.cn/index.php/List/index/cid/388.html" class="">配件中心</a></li><li><a href="/index.php/List/index/cid/200.html" class="">新闻资讯</a></li><li><a href="/index.php/List/index/cid/409.html" class="">常见问题</a></li><li><a href="/index.php/List/index/cid/258.html" class="">联系我们</a></li>        </ul>
    </div>
<div class="nban" style="background:url(/uploads/abc1/20210728/61011f23c75bc.jpg) no-repeat 50% #f1f1f1; background-size: cover;"></div>
<link href="css/mycss.css" rel="stylesheet" type="text/css" />
<div class="mainframe">
	﻿<div class="clear"></div>
<script type="text/javascript" src="/Public/Home/default/js/left.min.js"></script>
<div class="ny_left fl">
    <div id="firstpane" class="menu_list">
        <h2 class="list_title backcolor"><span>产品展示</span><span class="sp01">product</span></h2>
        <ul class="m_1">
            <li class="m-list">
                <a  href="/index.php/List/index/cid/385.html">脱硫系统</a>
                <span class="menu_btn"></span>
                    <ul class="m_2">
                        <li><a class="" href="/index.php/List/index/cid/401.html">- 石灰（石灰石）-石膏法脱硫</a></li><li><a class="" href="/index.php/List/index/cid/402.html">- 双碱法脱硫</a></li><li><a class="" href="/index.php/List/index/cid/403.html">- 氨法脱硫</a></li>  
                    </ul>
                </li><li class="m-list">
                <a  href="/index.php/List/index/cid/386.html">脱硝系统</a>
                <span class="menu_btn"></span>
                    <ul class="m_2">
                        <li><a class="" href="/index.php/List/index/cid/404.html">- 陶瓷行业脱硝</a></li><li><a class="" href="/index.php/List/index/cid/399.html">- SNCR脱硝</a></li><li><a class="" href="/index.php/List/index/cid/400.html">- SCR脱硝</a></li>  
                    </ul>
                </li><li class="m-list">
                <a  href="/index.php/List/index/cid/387.html">除尘设备</a>
                <span class="menu_btn"></span>
                    <ul class="m_2">
                        <li><a class="" href="/index.php/List/index/cid/390.html">- DMC脉冲袋式除尘器</a></li><li><a class="" href="/index.php/List/index/cid/391.html">- LQM气箱脉冲除尘器</a></li>  
                    </ul>
                </li><li class="m-list">
                <a  href="/index.php/List/index/cid/388.html">配件中心</a>
                <span class="menu_btn"></span>
                    <ul class="m_2">
                        <li><a class="" href="/index.php/List/index/cid/405.html">- 脱硫专用喷嘴</a></li><li><a class="" href="/index.php/List/index/cid/406.html">- 脱硝专用喷枪</a></li><li><a class="" href="/index.php/List/index/cid/407.html">- 除雾器</a></li>  
                    </ul>
                </li>        </ul>
        <script type="text/javascript">
             $(".open").closest(".m-list").children('a').addClass('active')
            $(".m_1>li").each(function(){
                var i = $(this).children("ul").children("li").length;
                if(i<=0){
                    $(this).children(".menu_btn").css('display','none')
                };
                if($(this).children("a").hasClass("active")){
                    $(this).children(".m_2").css('display','block');
                    $(this).children(".menu_btn").addClass("menu_btn_active")
                }
            })
            $(".m_1>li .menu_btn").click(function(){
                if($(this).next("ul").css('display') == "none"){
                    $(this).addClass("menu_btn_active");
                } else {
                    $(this).removeClass("menu_btn_active");
                }
                $(this).next("ul").stop().slideToggle(300); 
            })
        </script>	
    </div>    <div class="slider_contact">
    <div class="list_title backcolor">联系我们<strong>contact us</strong></div>
    <div class="contact">
        <span class="telsp">全国咨询热线<em class="color">18905106536</em></span>
        <p><p><strong>盐城蓝德环保科技有限公司</strong></p><p>联系人：曹先生 &nbsp;18905106536</p><p>技术支持：熊工 &nbsp;18905105833</p><p>邮箱：landehb@163.com</p><p>地址：亭湖区联东U谷智能产业园</p></p>
    </div>
</div>
</div>
    <div class="ny_right fr">
            <dl class="top_share">
              <dt class="fl">产品展示</dt>
              <dd class="fr">当前位置：<a href="/index.php/Index/index.html">首页</a>&gt;&gt;<a href="/index.php/List/index/cid/332.html">产品展示</a></dd>
            </dl>
          <div class="clear"></div>
           <div class="frame2b">
           	<div class="topimg"> <a href="/index.php/Show/index/cid/404/id/873.html" title="陶瓷行业脱硝" target="_blank"><img src="/uploads/img1/20210825/6125e3fc5e08d!500X375.jpg" alt="陶瓷行业脱硝" border="0" /></a></div>
            <p><a href="/index.php/Show/index/cid/404/id/873.html" title="陶瓷行业脱硝" target="_blank">陶瓷行业脱硝</a></p>
            
           </div><div class="frame2b">
           	<div class="topimg"> <a href="/index.php/Show/index/cid/401/id/904.html" title="石灰（石灰石）-石膏法脱硫" target="_blank"><img src="/uploads/img1/20210727/60ffdfbd6709c!500X375.jpg" alt="石灰（石灰石）-石膏法脱硫" border="0" /></a></div>
            <p><a href="/index.php/Show/index/cid/401/id/904.html" title="石灰（石灰石）-石膏法脱硫" target="_blank">石灰（石灰石）-石膏法脱硫</a></p>
            
           </div><div class="frame2b">
           	<div class="topimg"> <a href="/index.php/Show/index/cid/402/id/898.html" title="双碱法脱硫" target="_blank"><img src="/uploads/img1/20210727/60ffda28932d0!500X375.jpg" alt="双碱法脱硫" border="0" /></a></div>
            <p><a href="/index.php/Show/index/cid/402/id/898.html" title="双碱法脱硫" target="_blank">双碱法脱硫</a></p>
            
           </div><div class="frame2b">
           	<div class="topimg"> <a href="/index.php/Show/index/cid/403/id/891.html" title="氨法烟气脱硫" target="_blank"><img src="/uploads/img1/20210727/60ffd7a4b4d23!500X375.jpg" alt="氨法烟气脱硫" border="0" /></a></div>
            <p><a href="/index.php/Show/index/cid/403/id/891.html" title="氨法烟气脱硫" target="_blank">氨法烟气脱硫</a></p>
            
           </div><div class="frame2b">
           	<div class="topimg"> <a href="/index.php/Show/index/cid/400/id/884.html" title="SCR脱硝" target="_blank"><img src="/uploads/img1/20210727/60ffd312f2446!500X375.jpg" alt="SCR脱硝" border="0" /></a></div>
            <p><a href="/index.php/Show/index/cid/400/id/884.html" title="SCR脱硝" target="_blank">SCR脱硝</a></p>
            
           </div><div class="frame2b">
           	<div class="topimg"> <a href="/index.php/Show/index/cid/390/id/865.html" title="DMC型脉冲袋式除尘设备" target="_blank"><img src="/uploads/img1/20210727/60ffc8b37ecd3!500X375.jpg" alt="DMC型脉冲袋式除尘设备" border="0" /></a></div>
            <p><a href="/index.php/Show/index/cid/390/id/865.html" title="DMC型脉冲袋式除尘设备" target="_blank">DMC型脉冲袋式除尘设备</a></p>
            
           </div><div class="frame2b">
           	<div class="topimg"> <a href="/index.php/Show/index/cid/401/id/903.html" title="石灰（石灰石）-石膏法脱硫" target="_blank"><img src="/uploads/img1/20210727/60ffdfad3073b!500X375.jpg" alt="石灰（石灰石）-石膏法脱硫" border="0" /></a></div>
            <p><a href="/index.php/Show/index/cid/401/id/903.html" title="石灰（石灰石）-石膏法脱硫" target="_blank">石灰（石灰石）-石膏法脱硫</a></p>
            
           </div><div class="frame2b">
           	<div class="topimg"> <a href="/index.php/Show/index/cid/401/id/902.html" title="石灰（石灰石）-石膏法脱硫" target="_blank"><img src="/uploads/img1/20210727/60ffdf9b1688b!500X375.jpg" alt="石灰（石灰石）-石膏法脱硫" border="0" /></a></div>
            <p><a href="/index.php/Show/index/cid/401/id/902.html" title="石灰（石灰石）-石膏法脱硫" target="_blank">石灰（石灰石）-石膏法脱硫</a></p>
            
           </div><div class="frame2b">
           	<div class="topimg"> <a href="/index.php/Show/index/cid/401/id/901.html" title="石灰（石灰石）-石膏法脱硫" target="_blank"><img src="/uploads/img1/20210727/60ffdf29eff91!500X375.jpg" alt="石灰（石灰石）-石膏法脱硫" border="0" /></a></div>
            <p><a href="/index.php/Show/index/cid/401/id/901.html" title="石灰（石灰石）-石膏法脱硫" target="_blank">石灰（石灰石）-石膏法脱硫</a></p>
            
           </div> 
   		<div class="clear"></div>
		<div class="page"> <span>记录总数 48  页数 6</span>   <a class="num select">1</a><a class="num" href="/index.php/List/index/cid/332/p/2/css/mycss.css.html">2</a><a class="num" href="/index.php/List/index/cid/332/p/3/css/mycss.css.html">3</a><a class="num" href="/index.php/List/index/cid/332/p/4/css/mycss.css.html">4</a><a class="num" href="/index.php/List/index/cid/332/p/5/css/mycss.css.html">5</a> <a class="" href="/index.php/List/index/cid/332/p/2/css/mycss.css.html">下一页</a> <a href="/index.php/List/index/cid/332/p/6/css/mycss.css.html">末页</a> </div>
  </div>
    <div class="clear"></div>
</div>
﻿<div class="foot">
	<div class="main">
    	<div class="botlogo"><img src="/Public/Home/default/images/footlogo.png"/></div>
        <div class="botlx">
        	<div class="title"><P>联系方式</P></div>
            <div class="contxt"><p>盐城蓝德环保科技有限公司</p><p>联系人：曹先生 &nbsp;18905106536&nbsp;</p><p>技术支持：熊工 &nbsp;18905105833</p><p>邮箱：landehb@163.com</p><p>地址：亭湖区联东U谷智能产业园</p></div>
        </div>
        <div class="botdh">
        	<div class="title"><P>网站导航</P></div>
            <div class="contxt">
            	<ul>
                <li><a href="/index.php/List/index/cid/141.html">关于我们</a></li><li><a href="http://www.yclande.com.cn/index.php/List/index/cid/385.html">脱硫系统</a></li><li><a href="http://www.yclande.com.cn/index.php/List/index/cid/386.html">脱硝系统</a></li><li><a href="http://www.yclande.com.cn/index.php/List/index/cid/387.html">除尘设备</a></li><li><a href="http://www.yclande.com.cn/index.php/List/index/cid/388.html">配件中心</a></li><li><a href="/index.php/List/index/cid/200.html">新闻资讯</a></li><li><a href="/index.php/List/index/cid/409.html">常见问题</a></li><li><a href="/index.php/List/index/cid/258.html">联系我们</a></li>   
                
                </ul>
            </div>
            <script>
        $(function () {
			$(".contxt ul li:nth-child(2n)").css("margin-right", "0");
		})
        </script>
        </div>
        <div class="botewm">
        	<div class="title"><P>二维码</P></div>
            <div class="contxt">
            	<p>扫一扫</p>
            </div>
        </div>
        <div class="clear"></div>
    </div>
</div>
<div class="footer">
	<ul>
    	<li>版权所有：盐城蓝德环保科技有限公司　备案号：<a href="https://beian.miit.gov.cn/" target="_blank">苏ICP备2021036840号</a>　技术支持：<a href="http://www.ycbip.com" target="_blank">思科网络</a></li>
    </ul>
</div>
</body>
</html>