<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>您所请求的页面不存在！</title>
<style>
*{ font-family:Arial, "微软雅黑";}
img{ display:block; border:none;}
body{ margin:0;}
.error{ width:580px; margin:0 auto; margin-top:100px;}
.error_img{ float:left; margin-right:20px;}
.right{ float:left;}
.tel{ background:url(404/tel.png) no-repeat center center;width:320px; height:197px;}
.tel span{ display:block;}
.er{ font-size:46px; color:white; margin-left:80px; padding-top:30px;}
.chu{ font-size:50px; color:white;margin-left:90px;}
.right h3{ padding-left:35px; background:url(404/error.png) no-repeat left top; font-size:18px; color:red; margin-left:40px; line-height:30px; margin-top:40px;}
.right b{ color:black;}
.link{ list-style:none; width:582px; margin:10px auto;}
a{ text-decoration:none;}
.link li{ float:left;}
.clearfix{ clear:both;}
.index,.class,.zx{ background-color:#3769b1; height:42px; line-height:42px; text-align:center;width:182px; margin-left:20px;}
.index{width:178px; margin-left:0;}
.link a{ color:white; font-size:18px;}
.link a:hover{ color:orange;}
</style>
</head>

<body>
<div class="error">
	<div class="error_img"><img src="404/jixiang.png"></div>
    <div class="right">
    <div class="tel"><span class="er">ERROR</span><span class="chu">出错啦</span></div>
    <h3>无法访问本页 的原因是：<br>
        <b>您所请求的页面不存在！</b></h3>
    </div>
    <div class=" clearfix"></div>
</div>
	<ul class="link">
    <li class="index"><a href="http://www.dgukedu.com/">返回首页</a></li>
    <li class="class"><a href="http://www.dgukedu.com/all-courses">返回课程页</a></li>
    <li class="zx"><a href="http://www.dgukedu.com/news">返回资讯页</a></li>
    <div class="clearfix"></div>
    </ul>
</body>
</html>
