@CHARSET "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	min-width: 596px;
	min-height: 391px;
	background-color: #ffffff;
}

a {
	color: #ffffff;
}

.not_found {
	width: 1200px;
	/* height: 0px; */
	/* left: 50%; */
	/* top: 50%; */
	/* overflow: visible; */
	/* margin-top: -119px; */
	margin: 0 auto;
	position: relative;
	height: 600px;
}

.not_found .fzf_content {
	width: 596px;
/*	height: 391px;
	 float: left;
	margin-left: -298px;
	margin-top: -196px;*/
	margin: -185px auto auto -300px;
	height: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url(../images/404.png);
}

.not_found .fzf_content .fzf_text {
	width: 137px;
	height: 44px;
	float: left;
	margin-left: 270px;
	margin-top: 140px;
	background-image: url(../images/404!.png)
}

.not_found .fzf_content .tips_text {
	width: 100%;
	height: 30px;
	float: left;
	margin-top: 10px;
	font-size: 20px;
	color: #eb6100;
	font-family: 微软雅黑;
}

.not_found .fzf_content .tips_text .text {
	width: 200px;
	height: 30px;
	float: left;
	margin-left: 250px;
}

.not_found .fzf_content .index_btn_con {
	width: 100%;
	height: 32px;
	float: left;
	margin-top: 10px;
	font-size: 16px;
	color: #ffffff;
	font-family: 微软雅黑;
}

.not_found .fzf_content .index_btn_con .index_btn {
	width: 86px;
	height: 32px;
	float: left;
	margin-left: 290px;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
}

.not_found .fzf_content .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;
}

.not_found .fzf_content .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;
}

.not_found .fzf_content .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;
}