.contact-con{
	padding: 50px 0;
}
.contact-title{
	width: 965px;
	margin:0 auto;
	height: 3px;
	background: #2dc888;
	margin-top: 25px;
	position: relative;
}
.contact-title span{
	display: block;
	width: 175px;
	height: 50px;
	background: #2dc888;
	line-height: 50px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
	font-size: 28px;
	border-radius: 25px;
}
.contact-info{
	padding: 0 180px;
	margin-top: 55px;
	color: #807c7c;
	font-size: 28px;
	overflow: hidden;
}
.contact-info .info-text{
	line-height: 55px;
	float: left;
}
.contact-info .info-code{
	float: right;
}
.map{
	margin: 60px auto 0;
	border: 7px solid #c5c0c1;
	border-radius: 5px;
	width: 835px;
	height: 490px;
}