@charset "utf-8";
#tb{
	display:grid;
	grid-template-columns:auto 400px;
	column-gap:40px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
@media (max-width:767px){#tb{grid-template-columns:auto;}}
#quandi_map{
	display:block;
	overflow:hidden;
	width:auto;
	height:350px;
	overflow:hidden;
}
#quandi_lianxi{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.lianxi_tb{
	display:grid;
	grid-template-columns:50px auto;
	column-gap:20px;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
	border-bottom:1px dotted #ddd;
	margin-bottom:10px;
	padding-bottom:10px;
}
.lianxi_left{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.lianxi_right{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.lianxi_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
#quandi_form{
	display:block;
	overflow:hidden;
	width:100%;
	height:auto;
	max-width:600px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}
#quandi_form_thead{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:center;
}
#quandi_form_title{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:1.4rem;
	color:#004a99;
}
#quandi_form_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	color:#999;
}
a#form_bt{
	background-color:#004a99;
	color:#fff;
	display:block;
	overflow:hidden;
	width:200px;
	height:auto;
}