
<!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 name="baidu-site-verification" content="sct8Qr3MbG" />
    <title>婷轩实业有限公司_404错误页</title>
    <link rel="Shortcut Icon" href="/Images/Logo_o.ico" type="image/x-icon" />
    <meta name="keywords" content="婷轩实业有限公司_错误页_404错误页" />
    <meta name="description" content="婷轩实业有限公司_错误页_404错误页" />
    <link href="/CSS/style.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript" src="/js/Common/jquery.js"></script>
</head>
<body>
     <!--顶部部分-->
    

<!--top开始-->
<div id="top">

    <div class="w1000">
        <div class="top_left">
            您好，欢迎您来到婷轩实业有限公司官方网站<!--！ <a href="#">请登录</a>|<a href="#">免费注册</a>-->
        </div>
        <div class="top_right">
            <span>服务热线：<strong><font color="#f47a02">0755-89608519 / 13823657577  </font></strong>
            </span>|<a href="javascript:">帮助中心</a>|<a href="javascript:"  onclick="SetHome(this,'www.szhdy.com');">设为首页</a>|<a href="javascript:addfavorite();">
                加入收藏</a>
        </div>
        <div class="clear">
        </div>
    </div>
</div>
<!--LOGO menu开始-->
<div style="width:100%;background-color:#ffffff">
<div id="logo_search" class="w1000"  >
    <div class="logo" style="position: absolute; top: 33px;">
        <span style="margin-left: 0px; _margin-left: 0px;">
            <img src="/Images/Logo.png" alt="深圳市婷轩实业有限公司" width="220px" height="95px"></span>
    </div>
    <div class="clear">
    </div>
    <div class="search" style="margin-left: 260px">
        <div class="search_top">
            <input name="Header$txtProdName" type="text" id="Header_txtProdName" class="search_text" value="请输入型号，开始查询" onfocus="ProdNameOnfocus(this)" onblur="ProdNameOnblur(this)" />
            <input name="" type="button" class="search_btn" value="搜  索" onclick="SearchProduct()" />
        </div>
        <div class="search_bottom" style="margin-left: 0px; _margin-left: 0px;">
            型号索引：<a href="/product/1/A.html">A</a><a href="/product/1/B.html">B</a><a href="/product/1/C.html">C</a><a
                href="/product/1/D.html">D</a><a href="/product/1/E.html">E</a><a href="/product/1/F.html">F</a><a
                    href="/product/1/G.html">G</a><a href="/product/1/H.html">H</a><a href="/product/1/I.html">I</a><a
                        href="/product/1/J.html">J</a><a href="/product/1/K.html">K</a><a href="/product/1/L.html">L</a><a
                            href="/product/1/M.html">M</a><a href="/product/1/N.html">N</a><a href="/product/1/Q.html">Q</a><a
                                href="/product/1/R.html">R</a><a href="/product/1/S.html">S</a><a href="/product/1/T.html">T</a><a
                                    href="/product/1/U.html">U</a><a href="/product/1/V.html">V</a><a href="/product/1/W.html">W</a><a
                                        href="/product/1/X.html">X</a><a href="/product/1/Y.html">Y</a><a href="/product/1/Z.html">Z</a><a
                                            href="/product/1/0.html">0</a><a href="/product/1/1.html">1</a><a href="/product/1/2.html">2</a><a
                                                href="/product/1/3.html">3</a><a href="/product/1/4.html">4</a><a href="/product/1/5.html">5</a><a
                                                    href="/product/1/6.html">6</a><a href="/product/1/7.html">7</a><a href="/product/1/8.html">8</a><a
                                                        href="/product/1/9.html">9</a>
        </div>
    </div>
    <div class="hright">
        <img src="/Images/topycpz.png" width="120" height="44" alt="原厂品质"><img src="/Images/topcbls.png"
            width="120" height="44" alt="拆包零售"></div>
    <div class="clear">
    </div>
</div>
</div>
<!--导航-->
<div id="nav">
    <div class="w1000">
        <h2>
            <a>产品分类</a></h2>
        <ul>
            <li><a href="/" class="" title="网站首页">网站首页</a></li>
            <li><a href="/product.html" class="" title="产品目录">
                产品目录</a></li>
            <li><a href="/manufacturers.html" class="" title="制造商">
                制造商</a></li>
            <li><a href="/news.html" class="" title="新闻资讯">新闻资讯</a></li>
            <li><a href="/technical.html" class="" title="技术资料">
                技术资料</a></li>
            <li><a href="/about.html" class="" title="关于我们">关于我们</a></li>
        </ul>
        
    </div>
</div>
<script type="text/javascript" language="javascript">
    function ProdNameOnfocus(obj) {
        if (obj.value == "请输入型号，开始查询") {
            obj.value = "";
        }
    }
    function ProdNameOnblur(obj) {
        if (obj.value == "") {
            obj.value = "请输入型号，开始查询";
        }
    }
    function SearchProduct() {
        var ProdName = document.getElementById("Header_txtProdName").value;
        if (ProdName == null || ProdName == "请输入型号，开始查询" || ProdName == "") {
            alert("请输入您要查找型号！！！");
            document.getElementById("Header_txtProdName").focus();
            return;
        } else {
            window.location.href = "/product/1/" + encodeURI(ProdName) + ".html";
        }
    }

    //添加收藏
    function addfavorite() {
        try {
            if (document.all) {
                window.external.addFavorite(location.href, document.title);
            }
            else if (window.sidebar) {
                window.sidebar.addPanel(document.title, location.href, "");
            } 
            else {
                window.sidebar.addPanel(document.title, location.href, "");
            }
        }
        catch (e) {
            alert("加入收藏失败，请按Ctrl+D进行添加");
        }
    }
    //设为首页
    function SetHome(obj,url){
        try{
             obj.style.behavior='url(#default#homepage)';
             obj.setHomePage(url);
        }
        catch(e){
            if(window.netscape) {
                try {
                        netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
                }
                catch (e) {
                        alert("此操作被浏览器拒绝！\n请在浏览器地址栏输入“about:config”并回车\n然后将 [signed.applets.codebase_principal_support]的值设置为'true',双击即可。");
                }
                var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefBranch);
                prefs.setCharPref('browser.startup.homepage',url);
            }
        }
     }
</script>

    <div class="h10">
    </div>
    <!--正文部分-->
    <div class="w1000" style="height: 380px;">
        <div style="height: 380px; padding-left: 280px; padding-top: 60px">
            <h1 style="font-size: 2.5em; font-weight: bold; height: 50px">
                抱歉！页面无法访问……</h1>
            <span style="font-size: 1.5em; font-weight: bold; line-height: 32px">可能有以下几个原因：<br />
                1: 您输入网址有错误,请检查地址是否完整或存在多余字符。<br />
                2: 您访问的资源(或者它的一个依赖项)可能已被移除，或其名称已更改，<br />或暂时不可用。请检查以下 URL 并确保其拼写正确。 <br />
                3: 电信网通网络接口断线.等等...
                <br />
                <br />
                <span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="javascript:history.go(-1);" title="返回上一页">
                    <img src="/Images/error_btn01.gif" alt="返回上一页"></a></span> <span style="margin-left: 6px">
                        <a href="/" title="返回首页">
                            <img src="/Images/error_btn02.gif" alt="返回首页"></a></span> </span>
        </div>
        <div class="Error_middle_btn">
        </div>
    </div>
    <!--页脚部分-->
    
<link href="/CSS/qq.css" rel="stylesheet" type="text/css" />

<!--页脚部分-->
<div class="h20">
</div>
<div id="copyright">
    <div class="foot">
        <div class="foot_about w1000">
            <a href="/about.html">关于我们</a>|<a href="/about/3.html">联系我们</a>|<a href="/short.html">人才招聘</a>|<a href="/short.html">广告服务</a>|<a
                href="/short.html">友情链接</a>|<a href="/short.html">站点地图</a>|<a href="javascript:addfavorite();">收藏本网</a>
        </div>
        <div class="foot_bottom w1000">
            公司地址：深圳市福田区华富街道上步工业区405栋405室<br /> 
            服务热线：0755-89608519&nbsp;&nbsp;13823657577  &nbsp;&nbsp;&nbsp;联系人：夏先生 / 周小姐<br />
            版权所有 深圳市婷轩实业有限公司&nbsp;&nbsp;&nbsp;&nbsp;
            <script type="text/javascript">
                var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
                document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F62b14193718dcdfdfa123e97b0dbe896' type='text/javascript'%3E%3C/script%3E"));
            </script>&nbsp;&nbsp;&nbsp;&nbsp;
            <a href="https://beian.miit.gov.cn" target="_blank" title="经营性网站备案信息" rel="nofollow">粤ICP备13081440号</a>
            <ul>
                <li><a href="http://www.miibeian.gov.cn/" target="_blank" title="经营性网站备案信息" rel="nofollow" >
                    <img src="/Images/ol_17.gif" alt="经营性网站备案信息" /></a></li>
                <li><a href="http://www.miibeian.gov.cn/" target="_blank" title="深圳公共信息网络安全监察" rel="nofollow" >
                    <img src="/Images/ol_18.gif" alt="经营性网站备案信息" /></a></li>
                <li><a href="http://www.szaic.gov.cn/" target="_blank" title="深圳工商局企业信息查询" rel="nofollow" >
                    <img src="/Images/ol_19.gif" alt="深圳工商局企业信息查询" /></a></li>
                <li><a href="http://www.szaic.gov.cn/" target="_blank" title="不良信息举报中心" rel="nofollow" >
                    <img src="/Images/ol_14.gif" alt="不良信息举报中心" /></a></li>
                <li><a href="http://www.szaic.gov.cn/" target="_blank" title="深圳网络警察平台" rel="nofollow" >
                    <img src="/Images/ol_16.gif" alt="深圳网络警察平台" /></a></li>
            </ul>
        </div>
    </div>
</div>
<div id="popupService" class="site-service" style="top: 314px; right: 0px; width: 32px;">
    <div class="wrapper">
        <div class="service-hook">
            <a href="#">在线客服1</a></div>
        <div class="service-content">
            <dl class="service-qq">
                <dd>
                    <div>
                         <img  height="120px" width="120px" border="0" src="/Images/wx.jpg" alt="扫描加我微信" title="扫描加我微信" />
                    </div>
                </dd>
                <dt>QQ在线客服</dt>
                <dd>
                    <div>
                        <a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=3026548067&site=www.sztxsy.cn&menu=yes">
                            <img border="0" src="http://wpa.qq.com/pa?p=1:3026548067:17" alt="点击这里给我发消息" title="点击这里给我发消息" />3026548067</a>
                    </div>
                </dd>
                <dd>
                    <div>
                        <a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=2881943288&site=www.sztxsy.cn&menu=yes">
                            <img border="0" src="http://wpa.qq.com/pa?p=1:2881943288:17" alt="点击这里给我发消息" title="点击这里给我发消息" />1807674351</a>
                    </div>
                </dd>
                <dd>
                    <div>
                        <a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=2881943287&site=www.sztxsy.cn&menu=yes">
                            <img border="0" src="http://wpa.qq.com/pa?p=1:2881943287:17" alt="点击这里给我发消息" title="点击这里给我发消息" />1450335827</a></div>
                </dd>
            </dl>
        </div>
    </div>
</div>
<script src="/JS/Common/qq.js" type="text/javascript"></script>
<script type="text/javascript">    window._bd_share_config = { "common": { "bdSnsKey": {}, "bdText": "", "bdMini": "2", "bdMiniList": false, "bdPic": "", "bdStyle": "0", "bdSize": "16" }, "slide": { "type": "slide", "bdImg": "6", "bdPos": "left", "bdTop": "120" }, "image": { "viewList": ["qzone", "tsina", "tqq", "renren", "weixin"], "viewText": "分享到：", "viewSize": "16"} }; with (document) 0[(getElementsByTagName('head')[0] || body).appendChild(createElement('script')).src = 'http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion=' + ~(-new Date() / 36e5)];</script>

</body>
</html>

