/* 全局样式 */
body {
	min-width:1200px;
	background:#fff;		
}
body, input, select, textarea {
	font-size: 14px;
	font-family: "Microsoft YaHei",微软雅黑,黑体,宋体,SimSun,Arial;
	color: #666;
}
body, div, form, img, h1, h2, h3, h4, h5, ul, li, p, span, a, dl, dt, dd, select, textarea {
	margin: 0;
	padding: 0;
}
input, select {
	margin:0;
	vertical-align: middle;
	outline: 0;
}
img {
	border: 0px;
}
button, a {
	cursor: pointer;
}
ul li {
	list-style-type: none;
}
li {
	vertical-align: bottom;
}
a {
	outline: 0;
	text-decoration:none;
}
a:link {
	hide-focus:expression(this.hideFocus=true);
}
a:hover {
	text-decoration:none;
}
a:focus {
	outline-style: none;
}
.clear {
	clear: both;
}

/* 错误页面 */
.box{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -220px;
	width: 400px;
	height: 440px;
	text-align: center;
}
.icon_400, .icon_403, .icon_404, .icon_500{
	display: inline-block;
	width: 300px;
	height: 380px;
}
.icon_400{
	background: url(images/400.png) no-repeat;
}
.icon_403{
	background: url(images/403.png) no-repeat;
}
.icon_404{
	background: url(images/404.png) no-repeat;
}
.icon_500{
	background: url(images/500.png) no-repeat;
}
.text{
	margin-top: 10px;
	font-size: 16px;
	color: #999;
}

.icon_maintain{
	display: inline-block;
	height: 456px;
	width: 550px;
	background: url(images/maintain.png) no-repeat;
	background-size: 550px 456px;
}
.maintain_box{
	margin-left: -275px;
	margin-top: -228px;
	width: 550px;
	height: 456px;
}