@charset "utf-8";
#quandi_map{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:350px;
	margin-top:40px;
	margin-bottom:40px;
	max-width:86%;
	
}
.section{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
.tb{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:86%;
	margin-top:40px;
	margin-bottom:40px;
}
.thead{
	text-align:center;
}
.contact_title{font-size:2rem;}
.contact_list{
	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;
	margin:auto;
	margin-top:40px;
}
@media (max-width:767px)
{
	.contact_list{
		grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));
	}
}
@media (max-width:480px)
{
	.contact_list{
		grid-template-columns:auto;
	}
}
.contact_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	text-align:center;
	border: 1px solid #ddd;
	padding:20px;
}
@media (max-width:480px)
{
	.contact_tb{
		border:1px solid #ddd;
		padding: 20px;
	}
}
.contact_ico{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:2rem;
}
.contact_name{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:10px;
	font-weight: bold;
}
#quandi_form{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width: 86%;
}
#quandi_form_thead{
	text-align: center;
}
#quandi_form_title{font-size: 2rem;}
#quandi_form_miaoshu{color:#f90;}
#quandi_form_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top: 20px;
	margin-bottom: 40px;
}