@charset "utf-8";
#quandi_map{
	display:block;
	width:auto;
	height:300px;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	margin-top:50px;
	margin-bottom:50px;
}
#quandi_contact{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	margin-top:50px;
}
#quandi_contact_title{
	text-align:center;
	font-size:2rem;
}
#quandi_contact_title:after{
	content:"";
	background-color:#18729e;
	width:80px;
	height:4px;
	border-radius:2px;
	display:block;
	margin:auto;
}
#quandi_contact_tbody{
	display:grid;
	grid-template-columns:calc(25% - 60px/4) calc(25% - 60px/4) calc(25% - 60px/4) calc(25% - 60px/4) ;
	row-gap:20px;
	column-gap:20px;
	width:auto;
	height:auto;
	margin:auto;
	margin-top:50px;
}
@media (max-width:767px){
	#quandi_contact_tbody{
		grid-template-columns:calc(50% - 10px/2) calc(50% - 10px/2);
		row-gap:10px;
		column-gap:10px;
	}
}
.contact_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
}
.contact_ico{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	font-size:2rem;
	width:80px;
	height:80px;
	overflow:hidden;
	border:1px solid #ddd;
	border-radius:50%;
	margin:auto;
}
.contact_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}
.contact_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}