.has-bg.main-content {
    background: url(../images/contact/form_bg.jpg) no-repeat 0 100%;
}

.content .row {
    position: relative;
    margin: auto;
    max-width: 1150px;
}

.content .map {
    margin: auto;
    max-width: 1280px;
    height: 400px;
    margin-bottom: 60px;
    position: relative;
}

.content .map:after {
    content: "";
    background: url(../images/_icon/sh.jpg) center no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    height: 18px;
    bottom: -18px;
}

.content .map iframe {
    width: 100%;
    height: 100%;
}

.content .col:last-child {
    margin: 100px 0 0 0;
}

.content .title {
    color: #444;
    font-size: 21px;
    font-weight: bold;
}

.contact-list li:first-child,
.contact-list li+li {
    padding-top: 10px;
    margin-top: 10px;
    border-top: dashed 1px #ddd;
}

.contact-list li:last-child {
    border-bottom: dashed 1px #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.contact-list span {
    display: inline-block;
    color: #9F8A73;
    width: 100px;
    text-align: right;
    margin-right: 10px;
}

.has-right .btn-box .btn {
    float: right;
}

.btn-box {
    max-width: 500px;
    margin: 0 auto;
}

@media screen and (max-width:1200px) {
    .content .row:before {
        display: none;
    }
}

@media screen and (max-width:1120px) {
    .content .col {
        float: none;
        margin: auto;
        text-align: center;
        width: 100%;
    }
    .has-right .btn-box .btn {
        float: none;
    }
    .form-box .control-box,
    .form-box .control-label {
        float: none;
        width: 100%;
        text-align: left;
    }
}

@media screen and (max-width:500px) {
    .contact-list span {
        display: block;
        margin: auto;
        text-align: center;
    }
}
