﻿<!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>404-湖南景煌网络科技有限公司</title>
<link href="css/404.css" rel="stylesheet" type="text/css" />
<script src="js/jquery-1.7.2.min.js"></script>
<script type="text/javascript">
	$(function() {
		var h = $(window).height();
		$('body').height(h);
		$('.mianBox').height(h);
		centerWindow(".tipInfo");
	});

	//2.将盒子方法放入这个方，方便法统一调用
	function centerWindow(a) {
		center(a);
		//自适应窗口
		$(window).bind('scroll resize',
				function() {
					center(a);
				});
	}

	//1.居中方法，传入需要剧中的标签
	function center(a) {
		var wWidth = $(window).width();
		var wHeight = $(window).height();
		var boxWidth = $(a).width();
		var boxHeight = $(a).height();
		var scrollTop = $(window).scrollTop();
		var scrollLeft = $(window).scrollLeft();
		var top = scrollTop + (wHeight - boxHeight) / 2;
		var left = scrollLeft + (wWidth - boxWidth) / 2;
		$(a).css({
			"top": top,
			"left": left
		});
	}
</script>

<!----fan---->
<script type="text/javascript">
    document.oncontextmenu = function (e) { return false; } 
</script>

</head>
<body>
<div class="mianBox">
	<img src="images/yun0.png" class="yun yun0" />
	<img src="images/yun1.png" class="yun yun1" />
	<img src="images/yun2.png" class="yun yun2" />
	<img src="images/bird.png" class="bird" />
	<img src="images/san.png" class="san" />
	<div class="tipInfo">
		<div class="in">
			<div class="textThis">
				
				<h2><img src="images/404.gif">由于网站升级，部分链接调整，请选择您想去的页面！</h2>
				<p>
                    <a href="index.html">网站首页</a>&nbsp &nbsp 
                    <a href="youhua.html">网站建设</a>&nbsp &nbsp 
                    <a href="xcx.html">小程序开发</a>
                </p>
				<p>
                    <a href="bdseo.html">百度排名</a>&nbsp &nbsp 
                    <a href="google.html">Google推广</a>&nbsp &nbsp 
                    <a href="news.html">新闻动态</a>&nbsp &nbsp 
                    <a href="about.html">关于我们</a>
                </p>
				
			</div>
		</div>
	</div>
</div>

</div>
</body>
</html>
