﻿/* mapAdd start */
.mapAdd{
	width:100%;
	height:600px;
	background:#fff;
}
#l-map{
	height:450px;
	width:100%;
	border-top:2px solid #999;
}
.anchorBL{
	display:none;
}
.information{
	width:926px;
	margin: 30px auto;
}
.information_ul{
	margin-top:30px;
}
.information_ul li{
	float:left;
	font-size:16px;
	color:#333;
	margin-left:70px;
}
.information_ul li:first-child{
	width:290px;
	margin-left:0 !important;
}
.information_ul li:nth-child(2){
	width:80px;
}
.information_ul li:nth-child(3){
	width:136px;
}
.information_ul li:nth-child(4){
	width:194px;
}
.contactBox{
	position:relative;
}
.contact_img{
	width:16px;
	height:16px;
}
.contact_img img{
	width:16px;
	height:16px;
}
.contactBox>p{
	position:absolute;
	top:-2px;
	left:20px;
}
/* mapAdd end */