@CHARSET "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	min-width: 500px;
	min-height: 238px;
	background-color: #ffffff;
}

a {
	color: #ffffff;
}

.sys_error {
	width: 1200px;
	/* height: 0px; */
	/* left: 50%; */
	/* top: 50%; */
	/* overflow: visible; */
	/* margin-top: -119px; */
	margin: 0 auto;
	position: relative;
	height: 600px;
}

.sys_error .error_content {
	width: 600px;
	height: 238px;
	/* float: left; */
	/* margin-left: -300px; */
	/* margin-top: -119px; */
	margin: -119px auto auto -300px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
}

.sys_error .error_content .error_icon {
	width: 238px;
	height: 238px;
	float: left;
	background-image: url(../images/500.png);
	background-repeat: no-repeat;
}

.sys_error .error_content .error_text {
	width: 362px;
	height: 238px;
	float: left;
}

.sys_error .error_content .error_text .text_text {
	width: 362px;
	height: 30px;
	float: left;
	text-align: center;
	font-size: 36px;
	color: #848484;
	margin-top: 80px;
}

.sys_error .error_content .error_text .index_btn_con {
	width: 100%;
	height: 32px;
	float: left;
	margin-top: 10px;
	font-size: 16px;
	color: #ffffff;
	font-family: 微软雅黑;
	margin-top: 20px;
}

.sys_error .error_content .error_text .index_btn_con .index_btn {
	width: 86px;
	height: 32px;
	float: left;
	margin-left: 100px;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
}

.sys_error .error_content .error_text .index_btn_con .index_btn .btn_left
	{
	width: 3px;
	height: 32px;
	float: left;
	background-image: url(../images/back_home_left.png);
	background-repeat: no-repeat;
}

.sys_error .error_content .error_text .index_btn_con .index_btn .btn_right
	{
	width: 3px;
	height: 32px;
	float: right;
	background-image: url(../images/back_home_right.png);
	background-repeat: no-repeat;
}

.sys_error .error_content .error_text .index_btn_con .index_btn .btn_mid
	{
	width: 80px;
	height: 32px;
	float: left;
	background-image: url(../images/back_home_mid.png);
	background-repeat: repeat-x;
}