@charset "utf-8";
/* CSS Document */

.demand_box {
	width: 100%;
	overflow: hidden;

	padding-top: 50px;
	margin-top: 20px;
	background: #FFF;
	height: 500px;
}
.demand h1 {
	text-align: center;
	font-size: 28px;
	line-height: 35px;
	margin-bottom: 20px;
	color: #333;
}
.demand_table {
	width: 730px;
	margin: 20px auto;
	overflow: hidden;
}
.demand_table .row {
	width: 100%;
	clear: both;
	margin: 0 auto;
}
.demand_table label {
	position: relative;
	float: left;
	margin: 20px 15px 0 15px;
	display: block;
}
.demand_table label span {
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 14px;
	color: #999;
}
.demand_table .txt {
	border: 1px solid #d9d9d9;
	padding: 10px;
	background: #fff;
		font-weight:normal;
}
.demand_table .txt:focus {
	border: 2px solid #8ec31f;
	padding: 9px;
	background: #fff;

}
.demand_table .txt.w1 {
	width: 290px;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color:#666;
}
.demand_table .txt.w2 {
	width: 631px;
	height: 116px;
	line-height: 20px;
	font-size: 14px;
}
.demand_table .btn {
	float: left;
	border: 0;
	background: #3d3d3d;
	border-radius: 4px;
	width: 170px;
	padding: 0 11px;
	height: 50px;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-family:微软雅黑;
	margin-left: 15px;
	margin-top: 20px;
}
.demand_table .row .btn:hover {
	background: #fabe00;
	color:#fff;
}
.demand_table .row p.xin {
	color: #666;
	line-height: 50px;
	font-size: 14px;
	float: right;
	margin-top: 20px;
	margin-right: 15px;
}
.demand_table .row p.xin a {
	color: #e2000b;
}
.demand_table .row p.xin a:hover {
	text-decoration: underline;
}
.demand_bottom {
	width: 655px;
	margin: 70px auto;
	overflow: hidden;
}
.demand_bottom h2 {
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.demand_bottom .con {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.demand_bottom .con ul {
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 32px;
}
.demand_bottom .con .xinwe {
	width: 320px;
	float: right;
	margin-top: 12px;
}
.demand_bottom .con .xinwe dl {
	text-align: center;
	font-size: 14px;
	color: #333;
	float: left;
	margin-left: 30px;
}
.demand_bottom .con .xinwe dl dd {
	margin-bottom: 10px;
}
.demand_bottom .con ul i {
	background: url(../images/icon.png) no-repeat;
	width: 19px;
	height: 16px;
	display: inline-block;
	margin-right: 15px;
	vertical-align: -4px;
}
.demand_bottom .con ul i.j1 {
	background-position: 0 -114px;
}
.demand_bottom .con ul i.j2 {
	background-position: -27px -114px;
}
.demand_bottom .con ul i.j3 {
	background-position: -51px -114px;
}
.demand_bottom .con ul i.j4 {
	background-position: -85px -114px;
}
.demand_bottom .con ul i.j5 {
	background-position: -112px -114px;
}
.demand_bottom .con ul a {
	color: #8ec31f;
	margin-left: 10px;
}
.demand_bottom .con ul a:hover {
	text-decoration: underline;
}