body {
    background-color: #f6f6f6;
}

.banner {
    /* background-image: url(../img/contact.jpg); */
    background-image: url(../img/page_top/t6.jpg);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    position: relative;
}

.banner h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 4rem;
    text-align: center;
}

.banner p {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 1.5rem;
    text-align: center;
}

.container-div {
    padding: 30px 0;
}

.container-div .center-div {
    display: flex;
    margin: 0;
    padding: 0 15px;
    width: 100%;
    background-color: #fff;
}

.container-div .center-div .map-div {
    overflow: hidden;
    margin: 30px 0;
    width: 550px;
    height: 240px;
}

.container-div .center-div .text-div {
    margin: 30px 0;
    width: 100%;
    height: 240px;
}

.container-div .center-div .text-div h3 {
    margin: 30px 14px;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #353535;
}

.container-div .center-div .text-div .inline-div {
    margin: 10px 0;
}

.container-div .center-div .text-div .inline-div span {
    padding-left: 10px;
    font-size: 16px;
    color: #353535;
    line-height: 22px;
}

.container-div .center-div .text-div .code-div {
    margin: 50px 0 0;
}

#container {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: "微软雅黑";
}