<!DOCTYPE html>
<html lang="zh-CN">

<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>浙江智杰阀业有限公司-主要生产各类工业工程控制阀及相关自控设备</title>
    <meta name="keywords" content="" />
    <meta name="description" content="" />
    <meta name="applicable-device" content="pc,mobile">
    <link href="/template/default/css/bootstrap.css" rel="stylesheet">
    <link href="/template/default/css/bxslider.css" rel="stylesheet">
    <link rel="stylesheet" type="text/css" href="/template/default/css/swiper.min.css">
    <link href="/template/default/css/style.css" rel="stylesheet">
    <script src="/template/default/js/jquery.min.js"></script>
    <script src="/template/default/js/bxslider.min.js"></script>
    <script src="/template/default/js/common.js"></script>
    <script src="/template/default/js/bootstrap.js"></script>
    <!--[if lt IE 9]>
    <script src="/template/default/js/html5shiv.min.js"></script>
    <script src="/template/default/js/respond.min.js"></script>
  <![endif]-->
</head>

<body>
    <script>
var strChar = ['全球', '最', '最佳', '最具', '最爱', '最赚', '最优', '最优秀', '最好', '最大', '最大程度', '最高', '最高级', '最高端', '最奢侈', '最低', '最低级', '最底', '最便宜', '史上最低价', '最流行', '最受欢迎', '最时尚', '最聚拢', '最符合', '最舒适', '最先', '最先进', '最先进科学', '最先进加工工艺', '最先享受', '最后', '最后一波', '国家级', '全国', '国家级产品', '全球级', '宇宙级', '世界级', '顶级', '顶尖', '尖端', '顶级工艺', '顶级享受', '高级', '极品', '极佳', '绝佳', '绝对', '终极', '极致', '首个', '首选', '独家', '独家配方', '首发', '全网首发', '全国首发', '首家', '全网首家', '全国首家', '首次', '首款', '全国销量冠军', '国家级产品', '国家', '国家免检', '国家领导人', '填补国内空白', '国内首次', '中国驰名', '驰名商标', '国家品质', '第一', '中国第一', '全网第一', '销量第一', '排名第一', '唯一', '第一品牌', 'NO.1', 'TOP.1', '独一无二', '全国第一', '绝无', '仅有', '一流', '一天', '仅此', '仅此一款', '最后一波', '大品牌之一', '老字号', '中国驰名商标', '特供', '专供', '专家推荐', '质量免检', '无需国家质量检测', '免抽检', '领导人推荐', '机关推荐', '史无前例', '前无古人', '永久', '万能', '祖传', '特效', '无敌', '纯天然', '100%', '高档', '正品', '真皮', '超赚', '精确', '点击领奖', '恭喜获奖', '全民免单', '点击有惊喜', '点击获取', '点击转身', '点击试穿', '点击翻转', '领取奖品', '秒杀', '抢爆', '再不抢就没了', '不会再便宜了', '没有他就', '错过就没机会了', '万人疯抢', '全民疯抢', '抢购', '卖疯了', '抢疯了', '今日', '今天', '几天几夜', '倒计时', '趁现在', '仅限', '周末', '周年庆', '特惠趴', '购物大趴', '闪购', '品牌团', '精品团', '单品团', '随时结束', '随时涨价', '马上降价', '大牌', '金牌', '名牌', '王牌', '领袖品牌', '世界领先', '遥遥领先', '领先', '领导者', '缔造者', '创领品牌', '领先', '领先上市', '巨星', '著名', '掌门人', '至尊', '巅峰', '奢侈', '优秀', '资深', '领袖', '之王', '王者', '冠军', '专利', '抄底', , '限时', '必须', '完美', '确保', '保证', '可靠', '保障', '国际品质', '精准', '官方', '首位', '指定', '百分百', '特价', '权威', '最全', '全解决', '全方位', '全面', '无死角'];

function replaceStr() {
    this.bodyBox = document.getElementsByTagName('body')[0];
    this.bodyNode = this.bodyBox.getElementsByTagName("*");
    this.nodePre = /[\s| ]*<[^<]+>/ig;
    this.chPre = /[\u4e00-\u9fa5]+/ig;
    this.stripPre = /<[^>]+>/ig;
    this.runing();
}

replaceStr.prototype.runing = function() {
    for (var i = 0; i < this.bodyNode.length; i++) {
        var curTagName = this.bodyNode[i].tagName.toLowerCase();
        if (curTagName == "script" || curTagName == "style" || curTagName == "img" || curTagName == "object" || curTagName == "video" || curTagName == "audio" || curTagName == "canvas" || curTagName == "noscript" || curTagName == "select" || curTagName == "textarea" || curTagName == "input" || curTagName == "select") { continue; }
        var isTag = this.nodePre.test(this.bodyNode[i].innerHTML);
        var stripHtml = this.bodyNode[i].innerHTML.replace(this.stripPre, "");
        var ischina = this.chPre.test(stripHtml);
        if (!isTag && ischina) {
            this.replaceChar(this.bodyNode[i]);
        }
    }
}

replaceStr.prototype.replaceChar = function(nodeObj) {
    var text = nodeObj.innerHTML;
    for (var i = 0; i < strChar.length; i++) {
        var reg = eval("/" + strChar[i] + "/g");
        text = text.replace(reg, '');
    }
    nodeObj.innerHTML = text;
}

setTimeout(function() { new replaceStr(); }, 1);
</script>
<header>
    <div class="top_menu">
        <div class="container">
            <div class="col-xs-12 col-sm-9 col-md-9"> <span class="top_name">欢迎光临浙江智杰阀业有限公司官网！</span> </div>
            <div id="topsearch" class="col-xs-12 col-sm-3 col-md-3">
                <form id="searchform" method="get" action="/?search/">
                    <input type="hidden" name="scode" value="4" >
                    <div class="input-group search_group">
                        <input type="text" name="keyword" class="form-control input-sm" placeholder="产品搜索">
                        <span class="input-group-btn">
                            <span id="submit_search" onClick="searchform.submit();" title="产品搜索" class="glyphicon glyphicon-search btn-lg" aria-hidden="true"></span>
                        </span>
                    </div>
                </form>
            </div>
        </div>
    </div>
    <div class="container">
        <div class="row">
            <div class="col-xs-12 col-sm-9 col-md-9"> <a href="/"><img src="/static/upload/image/20190617/1560742626543921.png" class="logo" alt="浙江智杰阀业有限公司" /></a> </div>
            <div class="col-xs-12 col-sm-3 col-md-3 tel_box">
                <div class="top_tel"><img src="/template/default/images/tel.jpg" alt="热线电话"></div>
                <div class="top_number">
                    <span>全国客服热线：</span>
                    <p>0571-63436660</p>
                </div>
            </div>
        </div>
    </div>
    <!-- Fixed navbar -->
    <nav id="top_nav" class="navbar navbar-default navbar-static-top">
        <div class="container">
            <div class="navbar-header">
                <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
                    <span class="sr-only">导航菜单</span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                </button>
                <a class="navbar-brand" href="#">导航菜单</a>
            </div>
            <div id="navbar" class="navbar-collapse collapse">
                <ul class="nav navbar-nav">
                    <li class="active"><a href="/">网站首页</a> </li>
                    
                    <li class="dropdown" class='dropdown'>
                        <a href="/?about_1/">关于我们</a>
                        
                        <a href="/?about_1/" id="app_menudown" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
                            <span class="glyphicon glyphicon-menu-down btn-xs"></span>
                        </a>
                        <ul role="menu" class="dropdown-menu nav_small">
                            
                            <li><a href="/?about_2/">公司资质</a></li>
                            
                            <li><a href="/?about_3/">生产设备</a></li>
                            
                            <li><a href="/?about_17/">检测设备</a></li>
                            
                            <li><a href="/?about_18/">主要业绩</a></li>
                            
                        </ul>
                        
                    </li>
                    
                    <li class="dropdown" class='dropdown'>
                        <a href="/?product_4/">产品中心</a>
                        
                        <a href="/?product_4/" id="app_menudown" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
                            <span class="glyphicon glyphicon-menu-down btn-xs"></span>
                        </a>
                        <ul role="menu" class="dropdown-menu nav_small">
                            
                            <li><a href="/?product_5/">直行程控制阀</a></li>
                            
                            <li><a href="/?product_6/">蝶阀</a></li>
                            
                            <li><a href="/?product_7/">球阀</a></li>
                            
                            <li><a href="/?product_19/">自力式调节阀</a></li>
                            
                            <li><a href="/?product_20/">特种阀</a></li>
                            
                        </ul>
                        
                    </li>
                    
                    <li class="dropdown" class='dropdown'>
                        <a href="/?news_8/">新闻中心</a>
                        
                        <a href="/?news_8/" id="app_menudown" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
                            <span class="glyphicon glyphicon-menu-down btn-xs"></span>
                        </a>
                        <ul role="menu" class="dropdown-menu nav_small">
                            
                            <li><a href="/?news_9/">公司新闻</a></li>
                            
                            <li><a href="/?news_10/">行业新闻</a></li>
                            
                        </ul>
                        
                    </li>
                    
                    <li class="dropdown" class='dropdown'>
                        <a href="/?case_12/">客户案例</a>
                        
                    </li>
                    
                    <li class="dropdown" class='dropdown'>
                        <a href="/?message_15/">在线留言</a>
                        
                    </li>
                    
                    <li class="dropdown" class='dropdown'>
                        <a href="/?about_16/">联系我们</a>
                        
                    </li>
                    
                </ul>
            </div>
        </div>
    </nav>
</header>
    <!-- bxslider -->
    <div class="flash">
        <ul class="bxslider">
          
            <li><a href="#"><img src="/static/upload/image/20190617/1560764943621491.jpg" alt="轮播图1" /></a></li>
          
            <li><a href="#"><img src="/static/upload/image/20190617/1560764965936521.jpg" alt="轮播图2" /></a></li>
          
            <li><a href="#"><img src="/static/upload/image/20190617/1560764979517264.jpg" alt="轮播图3" /></a></li>
          
        </ul>
    </div>
    <script type="text/javascript">
    $('.bxslider').bxSlider({
        adaptiveHeight: true,
        infiniteLoop: true,
        hideControlOnEnd: true,
        auto: true
    });
    </script>
    <div class="about_bg">
        <div class="container">
            <div class="row">
                <div class="col-xs-12 col-sm-12 col-md-12">
                    <p class="about_p">About us</p>
                    <h2 class="about_h2">关于我们</h2>
                    <p class="about_line"></p>
                    <div class="col-xs-12 col-sm-12 col-md-5"> <img src="/template/default/images/about.png" class="about_img"> </div>
                    <div class="col-xs-12 col-sm-12 col-md-7">
                        <p class="about_contents"> 浙江智杰阀业有限公司创建于二零零八年三月，注册资金2050万，厂房建筑面积17700m²,位于浙江省富阳区场口镇，距美丽的天堂杭州仅有30公里。紧临320国道和杭州萧山国际机场，现有机床设备，现有员工120人，其中工程技术人员20人，中高级职称6人。公司设立有办公室、技术部、生产部、质检部、销售部、采购部、财务部及售后服务中心等七个职能部门。投产当年就实现产值叁仟伍佰万元。公司现为浙江省控制阀行业协会常任理事单位，浙江省纳税信用AAA级企业，“智杰”荣获杭州市著名商标和杭州市名牌产品称号。本公司所生产的产品严格按照IS09001:2008质量管理体系过程运行，产品的生产和检测依椐GB/T421···</p>
                        
                        <a href="/?about_1/" class="about_more">了解更多</a>
                        
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div class="container">
        <div class="row">
            <div class="col-xs-12 col-sm-12 col-md-12">
                <div class="index_product">
                    <p class="about_p">Product</p>
                    <h2 class="about_h2">产品中心</h2>
                    <p class="about_line"></p>
                    <div class="product_list swiper-container">
                        <div class="swiper-wrapper">
                            
                            <div class="col-sm-4 col-md-3 col-mm-6 product_img swiper-slide">
                              <a href="/?product_19/116.html">
                                <img src="/static/upload/image/20190701/1561950699433661.jpg" class="img-thumbnail" alt="Z510Y自力式压力调节阀">
                              </a>
                              <p class="product_title"><a href="/?product_19/116.html" title="Z510Y自力式压力调节阀">Z510Y自力式压力调节阀</a></p>
                            </div>
                            
                            <div class="col-sm-4 col-md-3 col-mm-6 product_img swiper-slide">
                              <a href="/?product_19/117.html">
                                <img src="/static/upload/image/20190701/1561951537207728.jpg" class="img-thumbnail" alt="Z511Z指挥器操作型自力式压力调节阀">
                              </a>
                              <p class="product_title"><a href="/?product_19/117.html" title="Z511Z指挥器操作型自力式压力调节阀">Z511Z指挥器操作型自力式压力调节阀</a></p>
                            </div>
                            
                            <div class="col-sm-4 col-md-3 col-mm-6 product_img swiper-slide">
                              <a href="/?product_5/25.html">
                                <img src="/static/upload/image/20190618/1560825912697323.jpg" class="img-thumbnail" alt="T210P单座控制阀">
                              </a>
                              <p class="product_title"><a href="/?product_5/25.html" title="T210P单座控制阀">T210P单座控制阀</a></p>
                            </div>
                            
                            <div class="col-sm-4 col-md-3 col-mm-6 product_img swiper-slide">
                              <a href="/?product_5/100.html">
                                <img src="/static/upload/image/20190630/1561866003833775.jpg" class="img-thumbnail" alt="T221M高性能套筒控制阀">
                              </a>
                              <p class="product_title"><a href="/?product_5/100.html" title="T221M高性能套筒控制阀">T221M高性能套筒控制阀</a></p>
                            </div>
                            
                            <div class="col-sm-4 col-md-3 col-mm-6 product_img swiper-slide">
                              <a href="/?product_6/109.html">
                                <img src="/static/upload/image/20190701/1561947633252951.jpg" class="img-thumbnail" alt="D730W三偏心蝶阀">
                              </a>
                              <p class="product_title"><a href="/?product_6/109.html" title="D730W三偏心蝶阀">D730W三偏心蝶阀</a></p>
                            </div>
                            
                            <div class="col-sm-4 col-md-3 col-mm-6 product_img swiper-slide">
                              <a href="/?product_5/107.html">
                                <img src="/static/upload/image/20190630/1561885213700772.jpg" class="img-thumbnail" alt="T282多级降压控制阀">
                              </a>
                              <p class="product_title"><a href="/?product_5/107.html" title="T282多级降压控制阀">T282多级降压控制阀</a></p>
                            </div>
                            
                            <div class="col-sm-4 col-md-3 col-mm-6 product_img swiper-slide">
                              <a href="/?product_19/118.html">
                                <img src="/static/upload/image/20190701/1561959755700981.jpg" class="img-thumbnail" alt="Z512V(C)自力式微(差)压调节阀">
                              </a>
                              <p class="product_title"><a href="/?product_19/118.html" title="Z512V(C)自力式微(差)压调节阀">Z512V(C)自力式微(差)压调节阀</a></p>
                            </div>
                            
                            <div class="col-sm-4 col-md-3 col-mm-6 product_img swiper-slide">
                              <a href="/?product_20/123.html">
                                <img src="/static/upload/image/20190701/1561962689390297.jpg" class="img-thumbnail" alt="VSDL低温角阀">
                              </a>
                              <p class="product_title"><a href="/?product_20/123.html" title="VSDL低温角阀">VSDL低温角阀</a></p>
                            </div>
                            
                            <div class="col-sm-4 col-md-3 col-mm-6 product_img swiper-slide">
                              <a href="/?product_19/121.html">
                                <img src="/static/upload/image/20190701/1561961486423970.jpg" class="img-thumbnail" alt="ZDF氮封装置">
                              </a>
                              <p class="product_title"><a href="/?product_19/121.html" title="ZDF氮封装置">ZDF氮封装置</a></p>
                            </div>
                            
                            <div class="col-sm-4 col-md-3 col-mm-6 product_img swiper-slide">
                              <a href="/?product_20/126.html">
                                <img src="/static/upload/image/20190701/1561963800981867.jpg" class="img-thumbnail" alt="Z41Y闸阀">
                              </a>
                              <p class="product_title"><a href="/?product_20/126.html" title="Z41Y闸阀">Z41Y闸阀</a></p>
                            </div>
                            
                            <div class="col-sm-4 col-md-3 col-mm-6 product_img swiper-slide">
                              <a href="/?product_5/102.html">
                                <img src="/static/upload/image/20190630/1561878502859962.jpg" class="img-thumbnail" alt="T223Y预启式套筒控制阀">
                              </a>
                              <p class="product_title"><a href="/?product_5/102.html" title="T223Y预启式套筒控制阀">T223Y预启式套筒控制阀</a></p>
                            </div>
                            
                            <div class="col-sm-4 col-md-3 col-mm-6 product_img swiper-slide">
                              <a href="/?product_6/110.html">
                                <img src="/static/upload/image/20190701/1561948081121027.jpg" class="img-thumbnail" alt="D600S低负载蝶阀">
                              </a>
                              <p class="product_title"><a href="/?product_6/110.html" title="D600S低负载蝶阀">D600S低负载蝶阀</a></p>
                            </div>
                            
                            <div class="col-sm-4 col-md-3 col-mm-6 product_img swiper-slide">
                              <a href="/?product_19/120.html">
                                <img src="/static/upload/image/20190701/1561960963507923.jpg" class="img-thumbnail" alt="Z513W自力式电控温度控制阀">
                              </a>
                              <p class="product_title"><a href="/?product_19/120.html" title="Z513W自力式电控温度控制阀">Z513W自力式电控温度控制阀</a></p>
                            </div>
                            
                            <div class="col-sm-4 col-md-3 col-mm-6 product_img swiper-slide">
                              <a href="/?product_5/106.html">
                                <img src="/static/upload/image/20190630/1561882005559249.jpg" class="img-thumbnail" alt="T281K高压差控制阀">
                              </a>
                              <p class="product_title"><a href="/?product_5/106.html" title="T281K高压差控制阀">T281K高压差控制阀</a></p>
                            </div>
                            
                            <div class="col-sm-4 col-md-3 col-mm-6 product_img swiper-slide">
                              <a href="/?product_19/119.html">
                                <img src="/static/upload/image/20190701/1561960331599358.jpg" class="img-thumbnail" alt="Z515N内反馈自力式压力调节阀">
                              </a>
                              <p class="product_title"><a href="/?product_19/119.html" title="Z515N内反馈自力式压力调节阀">Z515N内反馈自力式压力调节阀</a></p>
                            </div>
                            
                            <div class="col-sm-4 col-md-3 col-mm-6 product_img swiper-slide">
                              <a href="/?product_5/101.html">
                                <img src="/static/upload/image/20190630/1561866733921309.jpg" class="img-thumbnail" alt="T222M低噪音套筒控制阀">
                              </a>
                              <p class="product_title"><a href="/?product_5/101.html" title="T222M低噪音套筒控制阀">T222M低噪音套筒控制阀</a></p>
                            </div>
                            
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div class="news_box">
        <div class="container">
            <div class="row">
                <div class="col-xs-12 col-sm-12 col-md-12">
                    <p class="about_p">NEWS</p>
                    <h2 class="about_h2">新闻中心</h2>
                    <p class="about_line"></p>
                    
                    <div class="col-sm-4 col-md-3 col-mm-6 index_news">
                      <span>2019-06-18</span>
                      <h3><a href="/?news_10/50.html" title="测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻">测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻</a></h3>
                      <p>测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新···</p>
                      <a href="/?news_10/50.html" class="new_btn">详细&gt;&gt;</a>
                    </div>
                    
                    <div class="col-sm-4 col-md-3 col-mm-6 index_news">
                      <span>2019-06-18</span>
                      <h3><a href="/?news_10/49.html" title="测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻">测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻</a></h3>
                      <p>测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新···</p>
                      <a href="/?news_10/49.html" class="new_btn">详细&gt;&gt;</a>
                    </div>
                    
                    <div class="col-sm-4 col-md-3 col-mm-6 index_news">
                      <span>2019-06-18</span>
                      <h3><a href="/?news_10/48.html" title="测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻">测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻</a></h3>
                      <p>测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新···</p>
                      <a href="/?news_10/48.html" class="new_btn">详细&gt;&gt;</a>
                    </div>
                    
                    <div class="col-sm-4 col-md-3 col-mm-6 index_news">
                      <span>2019-06-18</span>
                      <h3><a href="/?news_10/47.html" title="测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻">测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻</a></h3>
                      <p>测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新···</p>
                      <a href="/?news_10/47.html" class="new_btn">详细&gt;&gt;</a>
                    </div>
                    
                    <div class="col-sm-4 col-md-3 col-mm-6 index_news">
                      <span>2019-06-18</span>
                      <h3><a href="/?news_10/46.html" title="测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻">测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻</a></h3>
                      <p>测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新···</p>
                      <a href="/?news_10/46.html" class="new_btn">详细&gt;&gt;</a>
                    </div>
                    
                    <div class="col-sm-4 col-md-3 col-mm-6 index_news">
                      <span>2019-06-18</span>
                      <h3><a href="/?news_10/45.html" title="测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻">测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻</a></h3>
                      <p>测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新···</p>
                      <a href="/?news_10/45.html" class="new_btn">详细&gt;&gt;</a>
                    </div>
                    
                    <div class="col-sm-4 col-md-3 col-mm-6 index_news">
                      <span>2019-06-18</span>
                      <h3><a href="/?news_10/44.html" title="测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻">测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻</a></h3>
                      <p>测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新···</p>
                      <a href="/?news_10/44.html" class="new_btn">详细&gt;&gt;</a>
                    </div>
                    
                    <div class="col-sm-4 col-md-3 col-mm-6 index_news">
                      <span>2019-06-18</span>
                      <h3><a href="/?news_10/43.html" title="测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻">测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻</a></h3>
                      <p>测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新闻测试新···</p>
                      <a href="/?news_10/43.html" class="new_btn">详细&gt;&gt;</a>
                    </div>
                    
                </div>
            </div>
        </div>
    </div>
    <div class="container">
        <div class="row">
            <div class="col-xs-12 col-sm-12 col-md-12">
                <div class="index_case">
                    <p class="about_p">Cases</p>
                    <h2 class="about_h2">客户案例</h2>
                    <p class="about_line"></p>
                    <div class="product_list">
                        
                        <div class="col-sm-4 col-md-3 col-mm-6 product_img">
                          <a href="/?case_12/93.html">
                            <img src="/static/upload/image/20190623/1561281002818289.jpg" class="img-thumbnail" alt="江苏澄星磷化工股份有限公司" />
                          </a>
                          <p class="product_title"><a href="/?case_12/93.html">江苏澄星磷化工股份有限公司</a></p>
                        </div>
                        
                        <div class="col-sm-4 col-md-3 col-mm-6 product_img">
                          <a href="/?case_12/95.html">
                            <img src="/static/upload/image/20190623/1561281244630322.jpg" class="img-thumbnail" alt="嘉兴阿尔法精细化工有限公司" />
                          </a>
                          <p class="product_title"><a href="/?case_12/95.html">嘉兴阿尔法精细化工有限公司</a></p>
                        </div>
                        
                        <div class="col-sm-4 col-md-3 col-mm-6 product_img">
                          <a href="/?case_12/94.html">
                            <img src="/static/upload/image/20190623/1561281135864897.jpg" class="img-thumbnail" alt="艾迪科精细化工（上海）有限公司" />
                          </a>
                          <p class="product_title"><a href="/?case_12/94.html">艾迪科精细化工（上海）有限公司</a></p>
                        </div>
                        
                        <div class="col-sm-4 col-md-3 col-mm-6 product_img">
                          <a href="/?case_12/89.html">
                            <img src="/static/upload/image/20190623/1561280162826020.jpg" class="img-thumbnail" alt="东营鲁方金属材料有限公司" />
                          </a>
                          <p class="product_title"><a href="/?case_12/89.html">东营鲁方金属材料有限公司</a></p>
                        </div>
                        
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div class="link_box">
        <div class="container">
          <span class="link_title">友情链接</span>
          <button id="link_btn" class="glyphicon glyphicon-plus" aria-hidden="true"></button>
          <span class="link_list">
            
            <a href='#' target='_blank'>友情链接1</a>
            
            <a href='#' target='_blank'>友情链接2</a>
            
            <a href='#' target='_blank'>友情链接3</a>
            
            <a href='#' target='_blank'>友情链接4</a>
            
            <a href='#' target='_blank'>友情链接5</a>
            
            <a href='#' target='_blank'>友情链接6</a>
            
          </span>
        </div>
    </div>
    <nav class="navbar navbar-default navbar-fixed-bottom footer_nav">
    <div class="foot_nav">
        <a href="/">
            <span class="glyphicon glyphicon-home btn-lg" aria-hidden="true"></span>首页
        </a>
    </div>
    <div class="foot_nav">
        <a href="tel:0571-63436660;">
            <span class="glyphicon glyphicon-phone btn-lg" aria-hidden="true"></span>手机
        </a>
    </div>
    <div class="foot_nav">
        
        <a href="/?product_4/">
            <span class="glyphicon glyphicon-th-list btn-lg"></span>分类
        </a>
        
    </div>
    <div class="foot_nav">
        <a id="gototop" href="#">
            <span class="glyphicon glyphicon-circle-arrow-up btn-lg" aria-hidden="true"></span>顶部
        </a>
    </div>
</nav>
<footer>
    <div class="copyright">
        <p>Copyright © 2019 浙江智杰阀业有限公司 版权所有 <a target="_blank" href="https://beian.miit.gov.cn/">浙ICP备19025493号-1</a> <a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=33018302001360" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;"><img src="/template/default/images/beian.png" style="float:left;"/>浙公网安备 33018302001360号</a></p>
        <p class="copyright_p">地址：浙江省杭州市富阳区场口镇场口新区&nbsp;电话：0571-63436660&nbsp;传真：0571-63436663&nbsp;</p>
    </div>
</footer>
    <script type="text/javascript" src="/template/default/js/swiper.min.js"></script>
    <script type="text/javascript">
        var mySwiper = new Swiper ('.product_list', {
            // Optional parameters
            slidesPerView: 4,
            slidesPerColumn: 2,
            autoplay: true,
            autoplay: {
                disableOnInteraction: false,
            },
            breakpoints:{
                992: {
                    slidesPerView:2,
                },
            }
        })
    </script>
<script src='/?Spider/&url=/' async='async'></script>
</body>

</html>