.contactus-box {
    padding-top: 20px;
}
.contactus-info {
    border-bottom: 1px dashed #b2b2b2;
    padding: 2em 1em;
    line-height: 2em;
}
.contact-us {
    padding: 30px 0 25px;
    display: inline-block;
    color: #FFFFFF;
    margin: 30px 0;
    width: 48%;
    background: #c4424a;
    line-height: 2.4em;
    vertical-align: top;
    height: 411px;
}
.contact-us-qr {
    padding: 0 30px;
}
.contact-us-qr img{
    margin-top: 10px;
    margin-right: 15px;
}
#map {
    margin: 30px 0;
    display: inline-block;
}

.position-map{
    height: 600px;
    font-size: 1em;
    line-height: 2em;
    border: 1px solid #e2e2e2;
}

.btn {
    display: inline-block;
    border: none;
    text-align: center;
    background: #c4424a;
    color: #fff;
    min-height: 34px;
    line-height: 34px;
    padding: 0 20px;
    -webkit-transition: background 0.3s,border 0.3s;
    transition: background 0.3s,border 0.3s;
}
.position-map .btn {
    margin-left: 5px;
}

.position-map .input {
    display: block;
    margin-top: 10px;
}
.input input[type=text] {
    width: 47%;
    border: 1px solid #eee;
    height: 20px;
    padding: 5px;
}