<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <script src="/Template/scripts/jquery-1.9.1.min.js?v=39593"></script>
    <script src="/Template/scripts/global.min.js?v=39593"></script>
    
    <link href="/Template/css/master.min.css?v=39593" rel="stylesheet" />
    
    
    <title>找不到相关页面</title>
    <style type="text/css">
        .content{padding:20px;margin:50px 0px;background:#fff;}
        .content img{vertical-align:top;}
        .content .tip{display:inline-block;vertical-align:middle;padding:20px;}
        .content .tip a{color:#75b046;margin:0px 20px;}

    </style>


</head>
<body>
    
    
<div class="header">
    <div class="row-max clear">
        <div class="logo">
            <a href="/" title="创锐特" target="_self"><img src="http://file.led985.com/Source/image/2020/07/08/4f6c519e713446ceb28d59e4e60a0c43.jpg" alt="创锐特" /></a>
            <span>&nbsp;
显示科技之美</span>

        </div>
        <ul class="menu pc">
            <li><i class="iconfont icon-cardview"></i></li>
            <li><a href="/" title="首页" target="_self">首页</a><a href="/product/" title="产品中心" target="_self">产品中心</a><a href="/news/" title="新闻资讯" target="_self">新闻资讯</a><a href="/tuku/" title="工程案例" target="_self">工程案例</a><a href="/news/c5/" title="解决方案" target="_self">解决方案</a><a href="/about/" title="公司介绍" target="_self">公司介绍</a><a href="/contact/" title="联系我们" target="_self">联系我们</a></li>

            
        </ul>
    </div>
</div>
    
    <div class="docBody">
        <div class="content">
            <img  src="/Template/images/404.jpg" />
            <div class="tip">
                <h2>很抱歉，您要访问的页面不存在！</h2>
                

                <h3>请检查您请输入的网址是否正确。</h3>
                <p>
                    <span>或者逛逛:</span>
                    <a href="/">我们的首页</a>
                    <b>|</b>
                    <a href="/contact/">联系我们</a>
                </p>
            </div>
        </div>
    </div>

    
    
<div class="footer">
    <div class="row-min clear">
        <dl class="left">
    <dt>Office</dt>
    <dd>
        <b>深圳市创锐特科技有限公司<br /></b>
        <span>
            ©2012-2020  深圳市创锐特科技有限公司版权所有
            <br /><a rel="nofollow" target="_blank" href="https://beian.miit.gov.cn/">粤ICP备2024256029号-1</a>
        </span>
<script>
var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?xxxxx";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();
</script>
    </dd>
</dl>
<dl class="left">
    <dt>Contact</dt>
    <dd>
        <b>Tel：13825230215 / 18010136668穆经理<br />Email：esdled@vip.qq.com  </b>
    </dd>
</dl>
<dl class="right">
    <dt>GET IN TOUCH</dt>
    <dd>
        <img src="/Template/images/wxqrcode.jpg" /><img src="http://file.led985.com/Source/image/2020/06/16/4c05e3b43c5e40519daf8e2fe062865a.jpg" />
    </dd>
</dl>

    </div>
</div>

    
    


    <script type="text/javascript">
        var menu = $('.header .menu');
        var isPC = function () { return $(window).width() > 770;}
        $(document).ready(function () {
            menu.toggleClass('pc', isPC());
        }).scroll(function () {
            isPC() && menu.toggleClass('pc', $(this).scrollTop() <= menu.outerHeight());
        }).bind("touchstart", function (e) {
            !isPC() && $(e.target).parents('.menu').length == 0 && menu.removeClass('mobile');
        });
        $(window).resize(function () {
            menu.toggleClass('pc', isPC());
        });
        menu.children('li:first').click(function () {
            !isPC() && menu.toggleClass('mobile');
        })
        var sflag = "src", source = getURLParam(sflag, null);
        if (source != null && $.trim(source).length > 0) {
            myCookie.set(sflag, source, 500);
        }
    </script>
</body>
</html>
