@charset "utf-8";
#quandi_contact{
	display:grid;
	grid-template-columns:calc(50% - (40px/2)) calc(50% - (40px/2));
	row-gap:20px;
	column-gap:40px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:relative;
	margin-top:40px;
}
@media (max-width:767px){
	#quandi_contact{grid-template-columns:auto;}
}
.contact_tb{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	padding:20px;
	background-color:rgb(247, 247, 247);
	border-left:3px solid rgb(18, 150, 219);
}
.contact_name{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	color:#1296db;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}
.contact_miaoshu{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	margin:auto;
	padding-top:20px;
	line-height:24px;
}
#quandi_map{
	width:auto;
	height:300px;
	display:block;
	overflow:hidden;
	margin-top:40px;
}

#quandi_map_tbody{
	width:auto;
	height:300px;
	display:block;
	overflow:hidden;
	margin:auto;
}