	<!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" />
<title>沈阳市鼎润互联网服务有限公司</title>
<style>
body{background:url(/Style/tip/images/yun-bg.png) #d2f5f1 no-repeat center center;}
*{ list-style-type:none; padding:0; margin:0; font-family:"Microsoft YaHei";}
.jump-tip{ width:100%; }
.jump-tip-w1000{ width:750px; height:450px; margin:0 auto;}
.jump-tip-w1000:after{ clear:both; content:'.'; height:0; width:0; display:block; visibility:hidden;}
.jump-tip-ani{ width:400px; float:left; margin-top:60px; text-align:right;}
.jump-tip-bor{ width:280px; border:4px solid #33babd; background:#FFF; padding:20px; margin-top:150px;  float:left;}
.tip-title{ line-height:40px; font-size:20px; color:#ea4834;}
.tip-3s{ height:40px; line-height:20px; font-size:14px; color:#333; border-bottom:1px dashed #33babd;}
.tip-3s span{ margin:0 3px; color:#000; font-weight:bold; }
.tip-btn-two{ height:50px; line-height:50px; text-align:center; margin-top:10px;}
.tip-btn-two a{ color:#5eb5b3; margin-right:30px; text-decoration:none; padding:5px 10px; background:#f5f5f5; border:1px dotted #5eb5b3}
</style>
</head>
<body>
<script>
function Jump(){
    window.location.href = '/';
}
document.onload = setTimeout("Jump()" , 3* 1000);
</script>

<script type="text/javascript">
var i = 3;
var t = setInterval(function(){
	if (i == 0) {
		clearInterval(t);
		return;
	}
	document.getElementById("daojishi").innerHTML = i;
	i--;
}, 1000)
</script>
<base target="_self" />
<div class="jump-tip">
  <div class="jump-tip-w1000">
     <div class="jump-tip-ani"><img src="/Style/tip/images/loading1.gif" width="200" height="200" style="margin:50px 50px 0 0"/></div>
     <div class="jump-tip-box">
     
             
       <div class="jump-tip-bor">
             <div class="tip-title">Empty Action<BR>非法操作，请与管理员联系</div>
             <div class="tip-3s">系统将在<span id="daojishi">3</span>秒后自动跳转</div>
             <div class="tip-btn-two">
               <a id='di_a' href="/">点击跳转</a><a id='di_a' href="/">返回首页</a>
             </div>
          </div>                
     </div>
  </div>
</div>
</body>
</html>