<!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="X-UA-Compatible" content="IE=EmulateIE7" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>页面未找到 未找到!-Not Found</title>
<meta http-equiv="imagetoolbar" content="no" />
<meta name="viewport" content="width=device-width" />
<link href="/templates/c_img/404/404.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="bg">
  <div class="cont">
    <div class="c1"><img src="/templates/c_img/404/01.png" class="img1" /></div>
    <h2>Not Found</h2>
    <div class="c2"><a href="/">网站首页</a> - <a href="/info/company-profile">关于我们</a> - <a href="/products/">产品中心</a> - <a href="info/contact">联系方式</a></div>
    <div class="c2"><a href="/">Home</a> - <a href="/info/company-profile">About Us</a> - <a href="/products/">Products</a> - <a href="info/contact">Contact us</a></div>
    <div class="c3">温馨提示：您可能输入了错误的网址或页面已被删除或移动！<br />Warm tip: you may have entered the wrong URL or page that has been deleted or moved!<br />
      <br />
      <font color="#FF0000">4</font>秒钟后自动跳转到网站首页！<br/><font color="#FF0000">4</font>seconds later, automatically jump to the home page of the website!</div>
  </div>
</div>
<script type="text/javascript">
    var i = 4;
    var intervalid;
    intervalid = setInterval("ExeRedirect()", 1000);
    function ExeRedirect() {
        if (i == 0) {
            location.href = "/";
            clearInterval(intervalid);
        } i--;
    }
</script>
</body>
</html>
