/*banner部分样式*//*导航栏对应页面a标签高亮显示*/
.nav-icon6{
	display: inline-block!important;
}
.banner{
	width: 100%;
	min-width: 1200px;
	height: 306px;
	/*background: url(../img/contact/banner_bg.jpg) center center no-repeat;*/
	background-size: cover;
}
.banner-box{
	text-align: center;
	padding-top: 101px;
	margin: 0 auto;
	color: #fff;
}
.banner-title{
	width: 220px;
	height: 57px;
	line-height: 57px;
	font-size: 36px;
	letter-spacing: 3px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	margin: 0 auto;
}
/*position部分样式*/
.position{
	background: #f7f7f7;
}
.position-box{
	width: 1204px;
	height: 231px;
	position: relative;
	/*top: -180px;*/
	margin: 0 auto;
	padding-top: 61px;
	background: #fff;
	z-index: 2;
	background: #f7f7f7;
}
.icon-box{
	width: 301px;
	text-align: center;
	color: #666;
}
.icon-title{
	font-size: 16px;
	height: 48px;
	line-height: 44px;
}
.icon-del{
	font-size: 13px;
	line-height: 20px;
}
/*map部分样式*/
.map{
	height: 442px;
	/*width: 1586px;*/
	background: url(../img/contact/map.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	/*top: -200px;*/
	z-index: 1;
}
.map-box{
	width: 510px;
	height: 100px;
	padding: 1px 21px 0 21px;
	background: #41a8e9;
	color: #fff;
	position: absolute;
	/*top: 183px;*/
	/*left: 293px;*/
	left: 18.5%;
	top: 41.4%;
}
.map-title{
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}
.map-text{
	font-size: 14px;
	line-height: 20px;
}