#header_back a img {
    height: 3.125rem;
}

.logo {
    width: 12.5rem;
    text-align: center;
    line-height: 50px;
    height: auto !important;
    max-width: 100%;
    margin-top: 0.58rem;
}

.logo img {
    width: 12.5rem;
    height: 2.75rem;
}

.header_logo {
    width: 40% !important;
    margin: auto;
    height: 30px;
    padding: 10px 0;
}

/* banner 图 */
.pageBanner {
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.pageBanner p {
    padding: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    color: #fff;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.pageBanner .ban {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .2);
}

.pageBanner p span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.8);
}

.pageBanner img {
    width: 100%;
}

/* 联系我们 */
.pageContact {
    width: 100%;
    padding: 3% 2%;
}

.indexTitle {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: left;
}

.indexTitle h3 {
    color: #016825;
    font-size: 18px;
    margin-bottom: 12px;
}

.indexTitle span {
    width: 100%;
    font-size: 14px;
    color: #b9946a;
    text-transform: capitalize;
}

.indexTitle p {
    width: 100%;
    height: 1px;
    background-color: #DDDDDD;
}

.content-body {
    line-height: 1.8;
    padding: 0 2%;
}

.content-body p {
    font-size: 16px;
    color: #C9C9C9;
}

/* #allmap {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 0;
    font-family: "微软雅黑";
} */
.map {
    height: 12.5rem;
    margin: 1.25rem 0;
}