.contactMain{
	margin-top: -60px;
	position: relative;
}
.contactTop{
	background: #fff;
	padding: 60px 86px 52px 84px;
	box-sizing: border-box;
}
.contactTop .page_title{
	text-align: left;
	padding-bottom: 30px;
	margin-bottom: 35px;
	border-bottom: 1px solid #cccccc;
}
.contactTop .page_title h3{
	margin-bottom: 0;
}
.contact_text h5{
	font-size: 18px;
	color: #000;
}
.contact_text ul{
	display: flex;
	flex-wrap: wrap;
	margin: 22px 0 52px 0;
}
.contact_text ul li{
	min-width: 42%;
	display: flex;
	align-items: center;
}
.contact_text ul li img{
	max-width: 34px;
	margin-right: 12px;
}
.contact_text ul li span{
	font-size: 16px;
	color: #1a1a1a;
}
.contact_text ul li:nth-of-type(-n+2){
	margin-bottom: 13px;
}
.my-map { margin: 0 auto 120px auto; width: 100%; height: 640px; } 
.my-map .icon { background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat; } 
.my-map .icon-cir { height: 31px; width: 28px; } 
.my-map .icon-cir-red { background-position: -11px -5px; }
.amap-container{height: 100%;}
.myinfowindow{width: 240px;min-height: 50px;}
.myinfowindow h5{ height: 20px; line-height: 20px; overflow: hidden; font-size: 14px; font-weight: bold; width: 220px; text-overflow: ellipsis; 
word-break: break-all; white-space: nowrap; }
.myinfowindow div{ margin-top: 10px; min-height: 40px; line-height: 20px; font-size: 13px; color: #6f6f6f; }
@media only screen and (max-width: 1600px){
	.contactTop{
		padding: 60px 70px 40px 70px;
	}
	.contactTop .page_title{
		padding-bottom: 28px;
		margin-bottom: 32px;
	}
	.contact_text h5{
		font-size: 16px;
	}
	.contact_text ul{
		margin-bottom: 20px;
	}
	.contact_text ul li img{
		max-width: 32px;
	}
	.contact_text ul li span{
		font-size: 15px;
	}
	.my-map{
		height: 520px;
	}
}
@media only screen and (max-width: 1600px){
	.contactMain{
		margin-top: 20px;
	}
	.contactTop{
		padding: 40px 30px;
	}
	.contactTop .page_title{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.contact_text ul{
		margin: 20px 0 0px 0;
	}
	.contact_text ul li span{
		font-size: 14px;
	}
	.contact_text ul li img{
		max-width: 26px;
		margin-right: 8px;
	}
	.contact_text ul li:not(:last-child){
		margin-bottom: 15px;
	}
	.my-map{
		height: 460px;
		margin-bottom: 80px;
	}
}