<!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 type="text/css">
body,html {color:#333333;font-family:微软雅黑,sans-serif; margin:0; padding:0;position: relative;height: 100%; }
.links {color: #009900}
.index{   background-image: linear-gradient(67deg, #0068ff,#00b5a2);   position: relative;width: 100%;height: 100%;}
.index p{ position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0, 0, 0, 0.5);margin: 0;padding: 0;}
.index h3{ position: absolute;margin:-100px 0 0 0;;padding: 0;top: 50%;text-align: center;width: 100%;z-index: 2;}
.index h3 span{ display: block;color: #fff;font-family: Arial;font-weight: bold;font-size: 80px;height: 100px;line-height: 100px; letter-spacing: 4px;}
.index h3 font{display: block; color:#fff; text-align: center;    letter-spacing: 10px;line-height: 50px;}
 </style>
</head>
<body>
 <div class="index">
   <p></p>
   <h3>
     <font>欢迎访问本官网</font>
     <span>COMING SOON</span>
	 <font>网站正在建设中即将上线敬请期待 ...</font>
   </h3> 
 </div>
</body>
</html>