/* 联系我们 */
.contact-wai{
	margin-bottom: 45px;
}
.contact-body{
	
}
.contact-body h1{
	font-size: 22px;
}
.contact-body ul{
	margin-bottom: 30px;
}

#map{
	width: 100%;
	min-height: 350px;
	height: auto;
	margin-bottom: 50px;
}

.message h3{
	text-align: center;
	margin-bottom: 30px;
}
.message-form .form-group div input{
	/* width: 70%; */
}
.message-form .form-group div textarea{
	min-height: 90px;
}
.checkcode-group{
	display: flex;
	justify-content: left;
}
.checkcode-group div:first-child{
	flex: 1;
	margin-right: 30px;
}
.form-group-submit{
	margin-top: 25px;
	margin-bottom: auto;
}

@media screen and (max-width: 768px) {
	.message-form .form-group div input{
		width: 100%;
	}
}













