.box{
	margin-top: 60px;
	margin-bottom: 60px;
}
.leftbox,.rightbox{
	width: 50%;
	float: left;
}
.callbox{
	margin-bottom: 35px;
}
.callbox b{
	color: #555;
}
.callbox p{
	margin-bottom: 15px;
}
.callbox span{
	color: #888;
}

.callbox small{
	color: #666;
	line-height: 45px;
	font-weight: 300;
}
.inputbox input{
	width: 270px;
	height: 45px;
	padding-left: 10px;
	border: none;
	background: #E5E5E5;
}
.name{
	float: left;
}
.phone{
	float: right;
}
.msgbox{
	margin-top: 18px;
}
.msgbox textarea{
	padding: 10px 0;
	text-indent: 10px;
	width: 100%;
	height: 110px;
	border: none;
	background: #E5E5E5;
	resize: none;
}
.btnbox{
	margin-top: 40px;
	width: 100%;
}
.sub{
	float: right;
	width: 120px;
	height: 40px;
	background: #2a90f5;
	color: #fff;
	border: none;
	cursor: pointer;
}
#map{
	height: 933px;
	display:flex;
	justify-content:center;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
	.main{
		padding: 0;
	}
	.leftbox,.rightbox{
		width: 100%;
	}
	.callbox{
		margin-bottom: 0.6rem;	
	}
	.inputbox input{
		padding-left: 0.3rem;
		width: 8.7rem;
		height: 0.8rem;
		margin-bottom: 0.4rem;
	}
	.btnbox{
		text-align: center;
	}
	.sub{
		float: none;
	}
	#map{
		height: 4rem;
	}
}
.BMap_Marker{
	animation: jump 1s linear 0s infinite normal;
}
@keyframes jump{
	25%{
		transform: translateY(-5px);
	}
	50%{
		transform: translateY(0px);
	}
	75%{
		transform: translateY(5px);
	}
	100%{
		transform: translateY(0px);
	}
}
.BMapLabel{
	border: 0!important;
}
