.contact{
	padding: 80px 0;
}
.contact > div{
	overflow: hidden;
}
.con_desc{
	float: right;
	width: 30%;
	padding-left: 30px;
	color: #4D4D4D;
	font-size: 18px;
	line-height: 1.5;
}
.con_desc p{
	margin-bottom: 10px;
}
.map{
	float: left;
	width: 70%;
}
/* .ewm{
	text-align: center;
	margin-top: 15px;
	line-height: 3;
	display: flex;
	font-size: 16px;
} */
.box_methods{
	display: flex;
	justify-content: space-around;
}
.box_methods>div{
	border: solid 1px #eee;
	width: 25%;
	height: 300px;
}
.box_methods>div>p{
	text-align: center;
	padding: 10px 10px 40px;
}
.box_methods>div>p img{
	 margin-top: 40px;
}
   
.erweima_img{
	width: 20%;
	padding: 20px 0;
	margin: auto;
}
.maps{
	width: 100%;
	margin: auto;
}
@media (max-width:768px) {
	.contact{
		padding: 15px 0;
	}
	.contact > div>div{
		float: none;
		width: 90%;
		margin: auto;
		padding: 15px 15px 0 15px;
	}
	.box_methods{
		display: block;
		justify-content: space-around;
	}
	.box_methods>div>p img{
		 margin-top: 0;
	}
	.erweima_img{
		width: 90%;
		margin: auto;
	}
	.ewm{
		padding: 0;
	}
	.box_methods>div{
		border: solid 1px #eee;
		width: 100%;
		height: auto;
		display: flex;
		/* padding-bottom: 0.5rem; */
		margin-bottom: 0.5rem;
	}
	.box_methods>div img{
		width: 2rem;
	}
	.contact > div .erweima_img{
		float: none;
		width: 90%;
		margin: auto;
	}
	.box_methods>div>p {
	    text-align: center;
	    padding: 20px 10px;
	    align-items: center;
	}
}