/*  
	作者     : yoyo

	联系QQ   : 779651374 

	联系邮箱 : zhujiadong0513@163.com

*/

	/*CSS 入口*/
	

	@import "./animation-css3.css"; /* css3 动画库 */

/* ∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞ 华丽的分割线 ∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞*/

/* ★ 注意：元素的 z-index 不能高于 900  */


/* 页面宽度 1000 (备注)      初始化样式 ↓ */

@charset "utf-8";
/* ---------------------------------- 404 ----------------------------------- */

.error-box {width: 960px;margin: 0 auto;}

.error-img {width: 740px;height: 480px;position: relative;margin: 0 auto;background: url(error404.jpg) no-repeat center center;}

.error-img a{width: 140px;height: 55px;position: absolute;right: 205px;top: 388px;}

.error-nav a{display: inline-block;height: 35px;line-height: 35px;padding: 0 30px;background: #91826d;color: #fff;font-size: 14px;}

.text-center{	text-align: center;	}


/* ---------------------------------- 404 ----------------------------------- */