#contact{
	width: 100%;
	min-width: 1200px;
	height: auto;
	overflow: auto;
}
.contact-body{
	width: 1200px;
	height: auto;
	overflow: auto;
	margin: 0 auto;
	padding: 40px 0;
}
.title{
	width: 100%;
	height: auto;
	overflow: auto;
	padding: 15px 0;
}
.title h1{
	font-size: 30px;
	color: #444;
	line-height: 60px;
	text-align: center;
}
.title p{
	text-align: center;
	font-size: 18px;
	line-height: 36px;
	color: #666;
}
.title-line{
	width: 60px;
	height: 2px;
	margin: 10px auto;
	background: #0090D9;
}
.contact-content{
	width: 1200px;
	height: auto;
	overflow: auto;
	padding: 20px 0;
	margin: 0 auto;
}
.contact-content ul{
	display: block;
	width:350px;
	height: auto;
	float: left;
	overflow: auto;
	padding-top: 35px;
}
.contact-content ul li{
	width: 350px;
	height: 40px;
	font-size: 18px;
	color: #666;
	line-height: 40px;
	margin: 5px 0;
}
#allmap{
	float: right;
	width: 800px;
	height: 400px;
}