.in-contact {
    padding: 180px 0 120px;
}

.in-banner div:nth-child(1):after {
    display: none;
}

.in-contact .container {
    position: relative;
}

.my-map {
    width: 75%;
    height: 700px;
}

.my-map .icon {
    background: url(http://a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat;
}

.my-map .icon-cir {
    height: 31px;
    width: 28px;
}

.my-map .icon-cir-red {
    background-position: -11px -5px;
}

.amap-container {
    height: 100%;
}

.contact-info {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #de0214;
    background-image: url("../image/contact-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 80px 50px;
}

.contact-info > p:nth-child(1) {
    font-size: 24px;
    line-height: 32px;
}

.contact-info > p:nth-child(2) {
    font-size: 14px;
    line-height: 26px;
}

.contact-div {
    padding-top: 30px;
    border-top: 1px solid #e95763;
    margin-top: 15px;
}

.contact-div div {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.contact-div div i {
    font-size: 30px;
    margin-right: 30px;
    width: 10%;
}

.contact-div div p {
    font-size: 14px;
    line-height: 20px;
}

.contact, .pc-foot, .contact-right input, .contact-right textarea {
    background: #f1f3f5;
}
.houjia {
    display: flex;
    justify-content: center;
}

.houjia div:nth-child(1) {
    /*margin-right: 15px;*/
}
.houjia div img{
    width: 150px;
}
.houjia div p{
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
}