@charset "utf-8";
/* CSS Document */
#main{
	width: 1140px;
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
}
.main_h2{
	margin-top: 170px;
	margin-bottom: 35px;
	display: inline-block;
}
#main p{
	width: 800px;
	margin: 0 auto;
	font-size: 12px;
	color: #b9b9b9;
}
#main_biaodan{
	width: 1140px;
	margin-top: 35px;
}
.form_text{
	border: 1px #d9d9d9 solid;
	font-size: 20px;
	font-family: "微软雅黑";
	color: #b9b9b9;
	display: inline-block;
	line-height: 56px;
	padding: 0 15px;
	margin-top: 20px;
	width: 340px;
	height: 50px;
	text-align: left;
	float: left;
	border-radius: 6px;
	margin-right: 12px;
}
#Message{
	width: 1110px;
	height: 252px;
	border: 1px #d9d9d9 solid;
	font-size: 20px;
	font-family: "微软雅黑";
	color: #b9b9b9;
	display: inline-block;
	line-height: 56px;
	padding: 0 15px;
	margin-top: 20px;
	text-align: left;
	float: left;
	border-radius: 6px;
}
#input_tj{
	margin-top: 50px;
	margin-bottom: 50px;
	width: 225px;
	height: 56px;
	background: #ed5844;
	font-size: 24px;
	color: #fff;
	border-radius: 6px;
	cursor: pointer;/*变手形状！*/
	
}
#input_tj:hover{
	box-shadow: 0 0 20px #bc2015 inset;
	background: #e64631;
}






























