.container{
	overflow: auto;
}
.section{
	/*background: #ccc;*/
	padding-bottom:30px;
}
/*头部图片样式*/
.section_top{
	position: relative;
	height: 300px;
}
.section_top img{
	position: absolute;
	width: 100%;
	height: 100%;
}
.section_top h3{
	position: absolute;
	width: 100%;
	padding-bottom: 10px;
	text-align: center;
	top: 40%;
	color: #FF8A00;
	font-size: 20px;
}
/*关于我们*/
.contact_wrap{
	padding-top: 60px;
}
.contact_us{
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
}
.contact_us h4{
	text-align: center;
	font-size: 25px;
	font-weight: normal;
	padding-bottom: 20px;
	border-bottom: solid 2px #C3C1C3;
}
.location{
	overflow: hidden;
}
.location_img{
	float: left;
	width:90px;
	height: 120px;
}
.location_img img{
	width: 100%;
	height: 100%;
}
.contact_msg{
	float: left;
	padding-left: 100px;
	
}
.contact_msg p{
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
	/*background: #ccc;*/
}
.contact_msg ul{
	overflow: hidden;
	/*background: #ccc;*/
	width: 1000px;
}
.contact_msg li{
	float: left;
	width: 33.3%;
	padding: 10px 0;
}
/*地图*/
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

.map_container{
	width:1100px;
	height:350px;
	border:#ccc solid 1px;
	margin: 30px auto;
}