@charset "utf-8";
#quandi_contact{
	display:grid;
	grid-template-columns:calc(25% - (60px/4)) calc(25% - (60px/4)) calc(25% - (60px/4)) calc(25% - (60px/4));
	column-gap:20px;
	row-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:50px;
	margin-bottom:50px;
	max-width:1200px;
	
}
@media (max-width:767px){#quandi_contact{grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));padding:10px;}}
.contact_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	text-align:center;
}
.contact_pic{
	width:60px;
	height:60px;
	overflow:hidden;
	display:block;
	margin:auto;
	position:relative;
}
.contact_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
}
/*关于我们*/
#quandi_map{
	width:auto;
	height:300px;
	overflow:hidden;
	display:block;
	margin:auto;
	max-width:1200px;
	margin-bottom:50px;
}
#quandi_map_tbody{
	display:block;
	width:auto;
	height:300px;
}