.information{
	width:100%;
	margin-top:50px;
}
.inform_left{
	width:530px;
	height:342px;
	padding-top:56px;
	float:left;
	background:url(../images/inform_bg.png) no-repeat;
}
.inform_left p{
	font-size:18px;
	line-height:36px;
	margin-left:70px;
	margin-bottom:42px;
	font-family:"宋体";
	font-weight:700;
}
.inform_right{
	width:562px;
	height:auto;
	float:right;
}
.map{
	width:560px;
	height:286px;
	border:1px solid #272636;
}
.foot{
	margin-top:0px!important;
}
.message{
	width:100%;
	height:717px;
	background:url(../images/message_bg.png)no-repeat center top;
	margin-top:50px;
}
.message_container{
	width:660px;
	height:300px;
	margin:0 auto;
	padding-top:116px;
}
.message_container h1{text-align:center;}
.message_container table{margin-top:60px;}
.message_container table tr th,td{text-align:left;}
.message_container table input{
	width:315px;
	height:40px;
	line-height:40px;
	background:#eaeeef;
	outline:none;
	border:none;
	margin:10px 0px;
	margin-right:28px;
	padding-left:5px;
	margin-bottom:20px;
}
.message_container .email{
	width:658px;
}
.message_container textarea{
	width:658px;
	height:78px;
	margin:10px 0px;
	background:#eaeeef;
	outline:none;
	border:none;
	padding:5px;
}
.message_container button{
	width:120px;
	height:40px;
	text-align:center;
	line-height:40px;
	color:#fff;
	background:#036eb7;
	outline:none;
	border:none;
	margin:20px 268px;
	cursor: pointer;
}