/*banner*/
.module-banner-bg {
	height: 284px;
	background: #009FD9 url("img/contact_banner_bg.jpg") no-repeat center center;
	background-size: cover;
}
.module-banner-title {
	top: 90px;
	border-left: none;
	font-size: 40px;
	color: #fff;
	text-indent: 0;
	text-align: center;
}
.module-banner-title-small {
	font-size: 20px;
}

.contact-info-outer {
	position: relative;
}
.contact-info-outer ul {
	margin: 50px 0;
}
.company-info-item {
	float: left;
	width: 25%;
	padding-top: 100px;
	background: no-repeat center top;
	text-align: center;
}
.company-info-address {
	background-image: url("img/contact_address.png");
}
.company-info-tel {
	background-image: url("img/contact_tel.png");
}
.company-info-email {
	background-image: url("img/contact_email.png");
}
.company-info-postage {
	background-image: url("img/contact_postage.png");
}
.company-info-item-title {
	font-size: 16px;
	margin-bottom: 10px;
}
.company-info-item-detail {
	font-size: 14px;
}

/* 公司地图 */
.district-map-block {
	margin-top: 50px;
}
.map-title {
	font-size: 26px;
	font-weight: bold;
}
.district-map {
	width: 100%;
	margin: 20px 0 40px 0;
}
.district-map img {
	max-width: 100%;
}