
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>调度绞车,凿井绞车,JD调度绞车,JZ凿井绞车,JD-1.6调度绞车,JZ-5/400凿井绞车,JD-2.5调度绞车-中煤集团 - 绞车生产制造厂家</title>
    <meta name="keywords" content="调度绞车,凿井绞车,JD调度绞车,JZ凿井绞车,JD-1.6调度绞车,JZ-5/400凿井绞车,JD-2.5调度绞车" />
    <meta name="description" content="中煤集团 - 绞车生产制造厂家用心经营：调度绞车,凿井绞车,JD调度绞车,JZ凿井绞车,JD-1.6调度绞车,JZ-5/400凿井绞车,JD-2.5调度绞车等保质保量，销售热线：400-086-0537" />
    <script src="./js/jquery-3.5.1.min.js"></script>
    <script src="./js/bootstrap.min.js"></script>
    <script src="./js/com.js"></script>
    <script src="./js/wow.min.js"></script>
    <script src="./js/swiper-bundle.min.js"></script>
    <link rel="stylesheet" href="./css/bootstrap.min.css">
    <link rel="stylesheet" href="./css/com.css">
    <link rel="stylesheet" href="./css/style.css">
    <link rel="stylesheet" href="./css/animate.css">
    <link rel="stylesheet" href="./css/swiper-bundle.min.css">
    <script>
        new WOW().init();
    </script>
</head>


<body>
   <header class="w100 cen-ter height-h">
    <div class="navtop-h w100 cen-ter height-h">
        <div class="navtop-b w cen-ter height-h">
            <p>中煤集团-绞车生产制造厂家欢迎您！</p>
            <span><a href="/sitemap.xml" title="网站地图" target="_blank">网站地图</a></span>
        </div>
    </div>
    <nav class="navbar w100 cen-ter height-h">
        <div class="container-fluid">
            <div class="navbar-header w100 cen-ter height-h">
                <button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
                    data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
                    <span class="sr-only"></span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                </button>
                <div class="hea-top-b w cen-ter height-h navbar-brand">
                    <div class="hea-top-fl height-h">
                        <img src="/images/logo.png" alt="logo">
                        <span>
                            <h1>中煤集团<b>-</b><em>绞车生产制造厂家</em></h1>
                            <font>Winch production and sales manufacturer</font>
                        </span>
                    </div>
                    <div class="hea-top-fr height-h">
                        <i>服务热线</i>
                        <strong>18660762709</strong>
                    </div>
                </div>
            </div>
            <div class="collapse navbar-collapse w100 cen-ter hea-top-h" id="bs-example-navbar-collapse-1">
                <ul class="nav navbar-nav w cen-ter height-h">
                    <li><a href="/" title="公司首页">公司首页</a></li>
                    <li><a href="/about" title="公司简介">公司简介</a></li>
                    <li class="menuDiv"><a href="/product" title="产品中心">产品中心</a>
                        <ul class="menuUL height-h w100 cen-ter">
                            <li><a href="/product/ddjc" title="调度绞车" target="_blank">调度绞车</a></li>
                            <li><a href="/product/cjjc" title="凿井绞车" target="_blank">凿井绞车</a></li>
                        </ul>
                    </li>
                    <li><a href="/contact" title="联系我们">联系我们</a></li>
                    <li><a href="http://www.gkuang.com/pjianyan/index.html?name=http://www.zmcoal.com/"rel="nofollow" title="企业资质">企业资质</a></li>
                    <li><a href="http://www.gkuang.com/prongyu/rongyu.html?name=http://www.zmcoal.com/"rel="nofollow" title="企业荣誉">企业荣誉</a></li>
                    <li><a href="/news" title="企业新闻">企业新闻</a></li>
                    <li><a  href="/zx" title="产品资讯" target="_blank">产品资讯</a></li>
                    <li><a  href="/baike" title="产品百科" target="_blank">产品百科</a></li>
                </ul>
            </div>
        </div>
    </nav>
</header>

    <div class="banner-h w100 cen-ter height-h">
       <figure><img src="./images/banner-ty.jpg" alt="中煤集团 - 绞车生产制造厂家"></figure>
    </div>

    <div class="breader-h w100 cen-ter height-h">
        <div class="breader-b  w cen-ter height-h">
            <div class="breader-fl height-h breader-fl-two">
                <a href="/">首页</a>&nbsp;|&nbsp;<a href="">404</a>
            </div>
            <div class="breader-fr height-h">
                <div class="com-search height-h">
                    <input id="ls" class="searchInput" type="text" name="s" placeholder="请输入关键词">
                    <input class="searchBtn" type="button" onclick="getsearch()" title="search" value=" ">
                </div>
                <script type="text/javascript">
                    function getsearch() {
                        $("#searchform").submit(function () {
                            var keyword = $("#ls").val();
                            keyword = keyword.replace(/^\s+|\s+$/g, '');
                            $(this).attr("action", "/search/" + encodeURIComponent(keyword));

                        });
                        var keyword = document.getElementById("ls").value;
                        keyword = keyword.replace(/^\s+|\s+$/g, '');
                        if (keyword != "" && keyword != "请输入产品名称...") {

                            window.location.href = "/search/" + encodeURIComponent(keyword);
                        }
                    }
                    $(document).keydown(function (e) {
                        if (e.keyCode == 13) {
                            getsearch();
                        }
                    });
                </script>
            </div>
        </div>
    </div>
    <div class="error-c w100 cen-ter height-h">
        <div class="error-number w height-h">404</div>
        <div class="error-h w cen-ter height-h">
            <p class="wow slideInDown">您的页面已走失,可选择以下方式</p>
            <a href="/" title="返回首页" target="_blank" class="animated wow bounceIn">返回<br>首页</a>
            <a href="/product" title="产品中心" target="_blank" class="animated wow bounceIn">产品<br>中心</a>
        </div>
    </div>
     
    <footer class="w100 cen-ter height-h" >
        
        <div class="footer-b height-h">
            <strong>18660761688</strong>
            <p>Copyright © 1994-至今</p>
            <p>技术支持：<a href="http://www.kukedsj.com/index/indexNew" target="_blank">山东酷科大数据有限公司</a></p>
            <p>© Copyright <a href="https://beian.miit.gov.cn/#/Integrated/index" target="_blank">鲁ICP备09014637号-11</a> © 2022</p>
        </div>
    </div>

</footer>
<section id="kefu">
    <section id="izl_rmenu" class="izl-rmenu">

        <a target="_blank" href="/" class="btn-pro">
            <section class="btn1 btn2 btn-sy">
                <figure>
                    <img src="/images/sy.png" alt="回到首页">
                    <figcaption>回到首页</figcaption>
                </figure>
            </section>
        </a>
        <a target="_blank" href="/product" class="btn-pro">
            <section class="btn1 btn-cp">
                <figure>
                    <img src="/images/product.png" alt="产品中心">
                    <figcaption>产品中心</figcaption>
                </figure>
            </section>
        </a>
        <a target="_blank" href="http://p.qiao.baidu.com/cps/chat?siteId=114350&amp;userId=783614">
            <section class="btn1 btn-qq">
                <figure>
                    <img src="/images/sq-tb.png" alt="在线客服">
                    <figcaption>在线客服</figcaption>
                </figure>
            </section>
        </a>
        <a target="_blank" href="/contact">
            <section class="btn1 btn-phone">
                <figure>
                    <img src="/images/tell-tb.png" alt="18660761688">
                    <figcaption>联系我们</figcaption>
                </figure>
            </section>
        </a>
        <a href="javascript:goTop();">
            <section class="btn1 btn-top">
                <figure>
                    <img src="/images/top-tb.png" alt="返回顶部">
                    <figcaption>返回顶部</figcaption>
                </figure>
            </section>
        </a>
    </section>
    <script>
        function goTop() {
            $('html,body').animate({
                'scrollTop': 0
            }, 1000);
        }
    </script>
</section>
<script>
    var _hmt = _hmt || [];
    (function() {
      var hm = document.createElement("script");
      hm.src = "//hm.baidu.com/hm.js?55e5a88c8bb9987cbbcfa51774d866fb";
      var s = document.getElementsByTagName("script")[0]; 
      s.parentNode.insertBefore(hm, s);
    })();
    </script>
    <!--百度商侨-->
    
    <script>    var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?1995235c85099e61fc4fe43428368aa7"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script>
    
    <script>
        (function(){
            $("img").each(function(i,n){
                var src = $(this).attr("src");
                        if(src.indexOf('/http://zhongmeigk.com/')!=-1||src.indexOf('/https://zhongmeigk.com/')!=-1){  
                 src = src.replace("/http://zhongmeigk.com","http://zhongmeigk.com");  
                 src = src.replace("/https://zhongmeigk.com","https://zhongmeigk.com");  
                 $(this).attr("src",src);  
                 } 
            })
        })();
        </script>
        <!--百度站长平台-->
        <meta name="baidu-site-verification" content="5ETuIZgE0K" />
        <script>
        (function(){
        var bp = document.createElement('script');
        var curProtocol = window.location.protocol.split(':')[0];
        if (curProtocol === 'https') {
            bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';        
        }
        else {
            bp.src = 'http://push.zhanzhang.baidu.com/push.js';
        }
        var s = document.getElementsByTagName("script")[0];
        s.parentNode.insertBefore(bp, s);
        })();
        </script>
</body>

</html>