/* 联系我们 banner部分开始 */

.banner {
    position: relative;
}

.banner img {
    display: block;
    margin-top: 92px;
    width: 100%;
}

.about_text {
    position: absolute;
    margin-top: 18%;
    margin-left: 27%;
    top: 0;
    left: 0;
    text-align: center;
    color: white;
}

.about_text h1 {
    font-size: 48px;
    font-weight: bold;
}

.about_text p {
    font-size: 30px;
}

@media screen and (max-width:992px) {
    .about_text {
        margin-top: 12%;
        margin-left: 26%;
    }
    .about_text h1 {
        font-size: 30px;
    }
    .about_text p {
        font-size: 20px;
    }
}

@media screen and (max-width:767px) {
    .about_text {
        margin-top: 8%;
        margin-left: 22%;
    }
    .about_text h1 {
        font-size: 24px;
    }
    .about_text p {
        font-size: 14px;
    }
}


/* 联系我们 banner部分结束 */


/* 地图部分 开始 */


/* 联系方式 */

.circleConnect {
    margin: 124px 0 96px 0;
    height: 240px;
    width: 100%;
}

.circleConnect li {
    height: 100%;
    text-align: center;
}

.circleConnect h2 {
    font-size: 16px;
    color: #282828;
    margin-top: 20px;
    font-weight: bold;
}

.circleConnect p {
    font-size: 16px;
    color: #999999;
    margin: 24px 0 28px 0;
}


/* 地图 */

.map {
    float: left;
    height: 644px;
}

#container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: "微软雅黑";
}


/* 地图部分 结束 */


/* 联系单 开始 */

.form {
    position: relative;
    height: 410px;
    width: 70%;
    font-size: 14px;
    margin: 160px auto 50px auto;
}

.form h1 {
    font-size: 26px;
    text-align: center;
    color: black;
    margin-bottom: 50px;
}

.form .row {
    margin: 0;
}

.form p {
    height: 38px;
    line-height: 38px;
}

.form input {
    width: 92%;
    height: 38px;
    color: #999999;
    border: 1px solid #eee;
}

.form .message {
    width: 96%;
    height: 80px;
}

.form button {
    position: absolute;
    bottom: 0;
    height: 6%;
    width: 16%;
    font-weight: 700;
    font-size: 14px;
    color: #4a8fc1;
    margin-left: 42%;
    border: 1px solid #4a8fc1;
    background: white;
}

.form button:hover {
    color: white;
    background: #4a8fc1;
}

@media screen and (max-width:767px) {
    .circleConnect {
        margin: 60px 0 30px 0;
        padding: 0 15px;
    }
    .circleConnect h2,
    .circleConnect p {
        font-size: 14px;
    }
    .circleConnect p {
        margin: 10px 0;
    }
    .form {
        margin: 60px auto 40px auto;
    }
    .map {
        padding: 0 6%;
        height: 200px;
    }
}


/* 联系单结束 */