@charset "utf-8";
#quandi_map{
	display:block;
	margin:auto;
	width:auto;
	height:300px;
	overflow:hidden;
	margin-bottom:50px;
}
.tb{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top:50px;
	margin-bottom:50px;
	max-width: var(--max_width);
}
@media (max-width:767px){
	.tb{
		padding: 10px;
	}
}
.thead{
	text-align: center;
	list-style: 1.8;
}
.contact_content{
	font-weight: bold;
	font-size: 25px;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.contact_content:after{
	content: "";
	border-bottom: 1px solid #000;
	width: 60px;
	height: 0px;
	display: block;
}
.contact_title{
	font-size: 40px;
}
.contact_miaoshu{
	font-size:18px;
	color:#999;
}
@media (max-width:767px){
	.contact_title{
		font-size: 20px;
		font-weight: bold;
	}
	.contact_miaoshu{
		font-size: 12px;
	}
}
.contact_list{
	display:flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 20px;
	width:auto;
	height:auto;
	overflow:hidden;
}
@media (max-width:767px){
	.contact_list{
		padding: 10px;
	}
}
.contact_tb{
	display:flex;
	display: -webkit-flex;
	align-items: center;
	column-gap: 10px;
	width:auto;
	height:auto;
	overflow: hidden;
}

.contact_ico{
	display:block;
	width:auto;
	height:auto;
	font-size: 1.2rem;
}

.contact_jianshu{
	display:block;
	width:auto;
	height:auto;
}
.tbody{
	display:grid;
	grid-template-columns: 45% auto;
	column-gap: 5%;
	row-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-top: 50px;
}
@media (max-width:767px){
	.tbody{
		grid-template-columns:auto;
	}
}
.form-textarea{
	height: 100px;
	resize: vertical;
}
.form-item{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.form-left{display: none;}
.form-tfoot{
	background-color: transparent;
	padding: 0px;
}
#form-save{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	padding-left: 40px;
	padding-right: 40px;
	background-color: var(--back_color);
	color: #fff;
	border: none;
}
#form-save:hover{
	background-color: var(--hover_color);
}
#form-save{
	width:100%;
	height: 50px;
}