

/* 地图 */
.contactusMap{
	margin: 70px 0;
}
.contactusMap .mainsVw{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contactus{
	width: 34%;
}
.contactusBox{
	padding-top: 30px;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

.contactusList{
	width: 100%;
	padding-bottom: 30px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.contactusIcon{
	width: 28px;
}
.contactusList .text{
	width: calc(100% - 35px);
}
.contactusList .text p:first-child{
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 8px;
	color: #555;
}
.contactusList .text p:nth-child(2){
	font-size: 16px;
	color: #333;
	line-height: 28px;
}


/* 地图 */
.map{
	width: 60%;
}
@media (max-width: 1024px){
	.contactus{
		width: 100%;
		margin-bottom: 20px;
	}
	.map{
		width: 100%;
	}
}
@media (max-width: 540px){
	.contactusMap {
	    margin: 45px 0;
	}
	.contactusList{
		padding-bottom: 15px;
	}
}


/* <!-- 在线留言 --> */
.form{
	width: 100%;
	margin-top: 35px;
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form .iconImgs{
	width: 22px;
	margin-right: 10px;
}
.form p{
	font-size: 18px;
	color: #222;
	margin-bottom: 20px;
}
.form .formlistBox{
	width: 30%;
}
.form .formtext{
	width: 100%;
	margin-top: 30px;
}
.form input{
	width: 100%;
	font-size: 15px;
	outline: none;
	border: 1px solid #ddd;
	padding: 20px 0;
	text-indent: 30px;
	border-radius: 5px;
	background-color: #f7f8f9;
}
.form textarea{
	width: 96%;
	height: 120px;
	outline: none;
	border: 1px solid #ddd;
	padding: 15px 2%;
	border-radius: 5px;
	background-color: #f7f8f9;
}
.form button{
	outline: none;
	margin: 40px auto 0 auto;
}
@media (max-width: 768px){
	.form p{
		font-size: 16px;
		color: #222;
		margin-bottom: 10px;
	}
	.form input{
		text-indent: 20px;
	}
}
@media (max-width: 540px){
	.form{
		margin-top: 30px;
		margin-bottom: 45px;
	} 
	.form .formlistBox{
		width: 100%;
	}
	.form .formtext{
		margin-top: 0;
	}
	.form input{
		margin-bottom: 20px;
	}
	.form button{
		margin: 30px auto 0 auto;
	}
}