﻿/*banner*/
 .module-banner-bg {
    height: 370px;
    background: #009FD9 url(../images/contact_banner_bg.jpg) no-repeat center center;
}
.module-banner-title {
    top: 120px;
    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-top: -44px;
}
.company-info-item {
    float: left;
    width: 25%;
    padding-top: 100px;
    background: no-repeat center top;
    text-align: center;
}
.company-info-address {
    background-image: url(../images/contact_address.png);
}
.company-info-tel {
    background-image: url(../images/contact_tel.png);
}
.company-info-email {
    background-image: url(../images/contact_email.png);
}
.company-info-postage {
    background-image: url(../images/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%;
}