@charset "utf-8";
.contact{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	overflow:hidden;
	padding: 10px;
	max-width:1200px;
	margin-top:40px;
}
@media (max-width:767px){
	.contact{
		margin-top:20px;
		margin-bottom:20px;
	}
}
.thead{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
}
.contact_title{
	font-size:1.8rem;
	font-weight:bold;
	display:block;
	text-align:center;
}
.contact_title:after{
	content:"";
	width:60px;
	height:0px;
	border-top:2px solid #8bc34a;
	display:block;
	margin:auto;
}
.contact_miaoshu{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	color:#f00;
	margin-top:20px;
}
.contact_list{
	display:grid;
	grid-template-columns:calc(50% - 20px/2) calc(50% - 20px/2);
	column-gap:20px;
	row-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}
@media (max-width:767px){
	.contact_list{
		grid-template-columns:auto;
	}
}
.contact_tb{
	display: flex;
	display: -webkit-flex;
	column-gap:20px;
	border: 1px solid #ddd;
	padding: 30px;
	width: auto;
	height: auto;
	border: 1px solid #ddd;
}
.contact_ico{
	font-size:2rem;
	color:#15499a;
}
.contact_name{
	display: block;
}
#quandi_map{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	min-height:300px;
	max-width: 1200px;
	margin: auto;
	margin-bottom: 40px;
}
#quandi_map_map{
	min-height:300px;
}
