@charset "utf-8";
#quandi_map{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:300px;
	margin-top:40px;
	margin-bottom:40px;
	max-width:1200px;
	
}
.tb{
	display:grid;
	grid-template-columns:35% auto;
	row-gap:20px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
	margin-top:40px;
	margin-bottom:40px;
}
@media (max-width:767px){
	.tb{
		grid-template-columns:auto;
	}
}
#quandi_contact{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	background-color:#000;
	color:#fff;
	padding:40px;
}

#quandi_contact_title{
	font-size:2rem;
	color:#b2976c;
	font-weight:bold;
}
#quandi_contact_tbody{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-top:20px;
}
#quandi_contact_tbody a{color:#fff;}
#quandi_contact_tbody img{max-width:100%;height:auto;}

#quandi_message{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	border:1px solid #ddd;
	padding:40px;
}
#quandi_message_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
}
#quandi_message_title{
	font-size:1.6rem;
	font-weight:bold;
}
#quandi_message_miaoshu{
	font-size:12px;
	color:#f00;
}
#quandi_message_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top:20px;
}
.form_item{
	grid-template-columns:auto;
}
#form_tfoot{grid-template-columns:auto;}