* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.content {
	/* min-width: 1200px; */
}

.content .banner {
	/* min-width: 1200px; */
	padding: 0;
	margin-bottom: 100px;
}

.banner img {
	width: 100%;
}
.callMeTitle{
	margin-top: 50px;
	margin-bottom: 50px;
}
.callMeTitle p:nth-child(1){
	font-size: 28px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	margin-bottom: 5px;
}
.callMeTitle p:nth-child(2){
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #806339;
}
.callMeList{
	padding: 0;
	display: flex;
	margin-bottom: 30px;
}
.callMeList .item{
	width: 31%;
	background: #F5F5F5;
	border-radius: 4px;
	margin: 0 auto;
}
.callMeList .item:nth-child(2){
	margin: 0 3.5%;
}
.callMeList .item img{
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	filter: grayscale(100%);
}
.callMeList .item:hover img{
	filter: grayscale(0%);
}
.callMeList .item p{
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #222222;
	text-align: center;
	margin-bottom: 30px;
}
.callMemap{
	padding: 0;
	margin-bottom: 50px;
}
.callMemap #map1{
	width: 100%;
	height: 450px;
}
.callMemap #map2{
	width: 100%;
	height: 450px;
}
.callMemap #map3{
	width: 100%;
	height: 450px;
}