.head_img_wrap{
	position:relative;
}
.head_img{
	width:100%;
}
.head_img_txt{
	position:absolute;
	top:50%;
	left:17%;
	margin-top:-3%;
}
.container{
	min-height:800px;
}
.spacetext{
	color:#000;
	font-size:30px;
	display:block;
	padding-top:400px;
}
.form_title{
	display:block;
	margin-bottom:20px;
}
.form_title i{
	font-style: normal;
	color:red;
	margin:0 4px;
}
.message_wrap{
	width:800px;
	padding-top:60px;
	margin:0 auto;
}
.w{
	margin-bottom:20px;
}
.input_name{
    width: 70px;
    display: inline-block;	
}
.w .name{
	width:300px;
	height:40px;
	padding:5px;
	box-sizing:border-box;
	border:1px solid #000;
	border-radius:10px;
}
.necessary{
	dsiplay:inline-block;
	color:red;
}
.liuyan{
	float:left
}
.suggestion{
	width:700px;
	height:250px;
	padding:20px;
	box-sizing:border-box;
	border:1px solid #000;
	border-radius:15px;
	overflow-y:auto;
	margin-left:10px;
}
.bt_wrap{
	margin-top:20px;
	text-align:center;
	width:800px;
}
#ajaxBtn_1{
	display:inline-block;
	width:80px;
	height:40px;
	border:1px solid #000;
	border-radius:10px;
	background-color:#fff;
}
#ajaxBtn_2{
	display:inline-block;
	width:80px;
	height:40px;
	border:1px solid #000;
	border-radius:10px;
	background-color:#fff;
}