.contact_top_txt {
	width: 70%;
	float: left;
}

.contact_top_img {
	width: 30%;
	float: left;
	text-align: right;
}

.contact_top_about h1 {
	font-size: 1.1rem;
	font-weight: 600;
	padding-left: 2rem;
	position: relative;
}

.contact_top_about h1::before {
	content: '';
	display: block;
	height: 6px;
	width: 1.1rem;
	position: absolute;
	left: 0;
	top: 0.85rem;
	background-color: #000000;
}

.contact_top_about p {
	margin-top: 2rem;
}

.contact_top::after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.contact_top_contact {
	margin-top: 4rem;
}

.contact_top_contact h1 {
	font-size: 1.1rem;
	font-weight: 600;
	padding-left: 6.6rem;
	padding-top: 0.6rem;
}

.contact_top_contact p {
	margin-top: 1.2rem;
	padding-left: 3.2rem;
}

.contact_top_phone,
.contact_top_address {
	position: relative;
	box-sizing: border-box;
	padding: 2.6rem;
	height: 13rem;
}

.contact_top_contact span.iconfont {
	display: block;
	position: absolute;
	top: 2.6rem;
	left: 5.6rem;
	width: 3rem;
	height: 3rem;
	border: 1px solid #00AA3A;
	line-height: 3rem;
	text-align: center;
	font-size: 2rem;
	color: #00AA3A;
	border-radius: 5px;
}

.contact_top_txt .contact_top_contact .contact_top_address,
.contact_top_txt .contact_top_contact .contact_top_phone {
	width: 50%;
	float: left;
	outline: 1px solid #fff
}

.contact_top_txt .contact_top_contact .contact_top_phone {
	background-color: #f5f5f5;
}

#allmap {
	width: 100%;
	height: 500px;
	/* background-color: red; */
	margin-top: 3rem;
}

#allmap img[src='http://api0.map.bdimg.com/images/iws3.png'] {
	display: none;
}

@media (max-width:1440px) {
	.contact_top_txt {
		width: 100%;
	}

	.contact_top_img {
		display: none;
	}
}

@media (max-width:425px) {

	.contact_top_txt .contact_top_contact .contact_top_address,
	.contact_top_txt .contact_top_contact .contact_top_phone {
		width: 100%;
	}
}
