div#contact {
	width: 100%
}

div#contact>div.banner {
	width: 100%;
	height: 700px;
	margin-bottom: 24px
}

div#contact>div.banner>img {
	width: 100%;
	height: 100%
}

div#contact>div.message {
	width: 1280px;
	margin: 38px auto;
	text-align: center;
}
div#contact>div.message:after{
	content: ".";
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 0;
	height: 0;
}

div#contact>div.message>div.title {
	font-size: 28px;
	margin-bottom: 22px;
	font-weight: 500;
}

div#contact>div.message>div.content {
	display: inline-block;
	float:left
}

div#contact>div.message>div.content>span {
	font-size: 18px;
	display: block;
	margin-bottom: 18px;
	text-align: left;
	color: #424242
}

div#contact>div.message>div.content>span>img {
	width: 25px;
	height: 25px;
	position: relative;
	top: 5px;
	margin-right: 8px;
}
div#map{
	width:800px;
	height:600px;
	display: inline-block;
	float:right
}

div#map img{
	width:35px;
	height: 45px;
}
form#contactForm>p{
	text-align: left;
	margin-bottom:12px
}
form#contactForm>p>input{
	width:200px;
	height:28px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #dcdcdc
}
form#contactForm>p>input[type='button']{
	padding: 4px 12px;

	border: none;

	background:
			#739cbc;

	width: 272px;

	color:#fff;

	margin-top: 6px;

	height: 32px;

	box-sizing: border-box;

}