@charset "utf-8";
.section{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	background-size: cover;
}
.tb{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	max-width: var(--max_width);
	margin: auto;
}
.thead{text-align: center;}
.title{
	font-size: 2.5rem;
}
.miaoshu{
	font-size: 1rem;
}
.tbody{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contact_list{
	display:grid;
	grid-template-columns:calc(33.3% - (40px/3)) calc(33.3% - (40px/3)) auto;
	row-gap:20px;
	column-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:relative;
	margin-top:40px;
}
@media (max-width:767px){
	.contact_list{grid-template-columns:auto;}
}
.contact_tb{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	padding: 20px;
	background-color: var(--back_color);
	color: #fff;
}
.contact_name{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	font-size:1.2rem;
	font-weight:bold;
	text-align:left;
	border-bottom: 1px dotted #a2efc4;
	padding-bottom: 10px;
}
.contact_miaoshu{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	margin:auto;
	padding-top:20px;
}
#quandi_map{
	width:auto;
	height:400px;
	display:block;
	overflow:hidden;
}
.feedback_list{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 10px;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.feedback_title{
	margin-top: 20px;
}
.form-tfoot{
	display: grid;
	grid-template-columns: 100px auto;
	column-gap: 10px;
	row-gap: 10px;
	text-align: center;
	padding: 0px;
}
@media (max-width:767px){
	.form-tfoot{
		grid-template-columns: auto;
	}
}
.form-tfoot:before{
	display: block;
	width: auto;
	height: auto;
	content: "";

}
.map_list{
	display: grid;
	grid-template-columns: calc(33.3% - 40px/3 ) calc(33.3% - 40px/3 ) auto;
	column-gap: 20px;
	row-gap:20px;
	width: auto;
	height: auto;
	overflow: hidden;
	max-width: 600px;
	margin: auto;
}
a.map_tb{
	display: block;
	width: auto;
	height: auto;
}
.map_pic{
	display: block;
	width: auto;
	height: auto;
	position: relative;
	padding-bottom: 50%;
	margin: auto;
	background-color: #f5f5f5;
}
.map_name{
	display: block;
	width: auto;
	height: auto;
	text-align: center;
	overflow: hidden;
	padding: 10px;
}