<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<title>Error 404</title>
		<link rel="stylesheet" type="text/css" href="/Template/jhy/css/style.css"/>
		<style type="text/css">
			*{margin: 0; padding: 0;}
			a{text-decoration: none;}
			.box{
				width: 942px;
				height: 457px;
				position: absolute;
				left: 50%;
				top: 50%;
				margin-left: -471px;
				margin-top: -208.5px;
			}
			.box img{
				margin-right: 67px;
				float: left;
			}
			.box .font{
				margin-top: 125px;
			}
			.box p{
				font-size: 33px;
				color: #000;
			}
			.box p.sm{
				font-size: 20px;
				margin-top: 23px;
				margin-bottom: 46px;
			}
			.box a.btn{
				width: 185px;
				height: 49px;
				background: #fa5934;
				text-align: center;
				line-height: 49px;
				border-radius: 80px;
				display: inline-block;
				color: #fff;
				font-size: 30px;
			}
		</style>
	</head>
	<body>
		<div class="top">
			<div class="center">
				<div class="left">欢迎您来到无锡金红鹰工业自动化有限公司官网！！</div>
				<div class="right"><a href="javascript:;">点击收藏</a>丨<a href="javascript:;">设为首页</a></div>
			</div>
		</div>
		<div class="header">
			<div class="center">
				<div class="logo">
					<a href="http://www.hbjhyjqr.com/"><img src="/Template/jhy/images/logo.jpg"/></a>
					<div class="l-ins">
						<p><h2><p><strong>河北金红鹰机器人厂家</strong> </h2></p><h4>提供工业机器人自动化系统解决方案</h4></p>
					</div>
				</div>
				<div class="phone">
					<img src="/Template/jhy/images/phone.jpg"/>
					<p>服务热线：</p>
					<h3>13722443224</h3>
				</div>
			</div>
		</div>
		<div class="nav">
			<ul>
				<li><a href="http://www.hbjhyjqr.com/">金红鹰首页</a></li>
				<li><a href="http://www.hbjhyjqr.com/gyjqr/2/index.html">工业机器人</a></li>
				<li><a href="http://www.hbjhyjqr.com/jqrsp/6/index.html">机器人视频</a></li>
				<li><a href="http://www.hbjhyjqr.com/jqral/11/index.html">机器人案例</a></li>
				<li><a href="http://www.hbjhyjqr.com/xwzx/35/index.html">新闻资讯</a></li>
				<li><a href="http://www.hbjhyjqr.com/gyjhy/1/index.html">关于金红鹰</a></li>
			</ul>
		</div>
		<div class="box">
			<img src="/404.png"/>
			<div class="font">
				<p>sorry 您访问的页面弄丢了</p>
				<p class="sm">我们正在联系总部查找您所需页面，请返回等消息</p>
				<p class="sm"> <span id="time">5</span>秒后为您返回首页</p>
				<a href="http://www.hbjhyjqr.com/" class="btn">返回首页</a>
			</div>
		</div>
		<script type="text/javascript">
			var num=5;
			var otime=document.getElementById("time");
			setInterval(function(){
				num--;
				if(num==0)
				{
					window.location.href="http://www.hbjhyjqr.com/";
				}else{
					otime.innerHTML=num;
				}
			},1000);
		</script>
	</body>
</html>
