.body-wrap {
    height: 100%;
    width: 100%;
    font-size: 16px;
}

.about-us {
    height: auto;
    float: left;
    position: relative;
    padding: 120px 0 50px 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.body-wrap .top {
    width: 1400px;
    height: 496px;
    margin-top: 50px;
    background-image: url('./../img/about.png');
}

.body-wrap .about-us .top .box {
    width: 484px;
    height: 496px;
    background: rgba(12, 41, 74, .9);
    float: left;
    color: #C0D2E6;
    font-size: 14px;
}

.body-wrap .about-us .top .box .up,
.body-wrap .about-us .top .box .down {
    margin: 72px 0 0 67px;
    line-height: 26px;
}

.body-wrap .about-us .top .box .down {
    margin-top: 130px;
}

.body-wrap .about-us .top .box .title {
    width: 106px;
    height: 26px;
    background: rgba(236, 147, 16, 1);
    border-radius: 2px;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

#map {
    margin-top: 74px;
    width: 1400px;
    height: 530px;
}

#container {
    width: 100%;
    height: 100%;
}

.marker {
    position: absolute;
    top: -20px;
    right: -118px;
    color: #fff;
    padding: 4px 10px;
    box-shadow: 1px 1px 1px rgba(10, 10, 10, .2);
    white-space: nowrap;
    font-size: 12px;
    background-color: #25A5F7;
    border-radius: 3px;
}

.form-wrap {
    width: 100%;
    height: 100%;
}

.form-wrap .group {
    height: auto;
    float: left;
    width: 963px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

.form-wrap .group .title {
    text-align: center;
    margin: 50px 0;
    font-size: 18px;
    font-weight: bold;
    color: #5A5A5A;
}

.form-wrap .input {
    position: relative;
}

.form-wrap .input-wrap {
    height: 40px;
    margin-bottom: 30px;
}

.form-wrap .input input {
    height: 40px;
    width: 454px;
    padding-left: 64px;
    border-style:none;
    background-color: #F3F3F3;
}

.form-wrap .input span {
    color: #707070;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 15px;
}

.form-wrap textarea {
    height: 178px;
    width: 963px;
    padding:10px 30px 30px 90px;
    border-style:none;
    background-color: #F3F3F3;
}

.text-area {
    position: relative;
    padding-bottom: 50px;
    font-size: 14px;
}

#query {
    position: absolute;
    top: 7px;
    left: 15px;
}

.submit-btn {
    width:358px;
    height:42px;
    background:rgba(233,126,47,1);
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 42px;
    border-radius: 3px;
    margin: 0 auto 100px auto;
    cursor: pointer;
}