.crumbs {
    padding-top: 20px;
    padding-bottom: 15px;
}

.contact {
    display: flex;
    margin-top: 110px;
}

.contact .l {
    width: 50%;
}

.contact .r {
    width: 50%;
    padding: 75px 55px 0 55px;
    background: url(../images/contact-bj.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.contact .r h1 {
    position: relative;
    padding-left: 75px;
    font-size: 26px;
    color: #fff;
    z-index: 2;
    padding-bottom: 35px;
    border-bottom: 2px dashed #C8B9B1;
}

.contact .r h1::before {
    position: absolute;
    content: '';
    left: 0;
    top: -20%;
    width: 110px;
    height: 64px;
    background: url(../images/biaoti-icon3.jpg) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

#map {
    width: 100%;
    height: 487px;
}

.contact .r .p-box {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    padding-left: 40px;
    font-size: 16px;
	line-height: 38px;
	color: #ffffff;
}

.contact .r .p-box::before {
    position: absolute;
    content: '';
    left: 0;
    top: 13px;
    width: 13px;
    height: 12px;
    background: url(../images/contact-icon.png) no-repeat;
    background-size: 13px 12px;
}

.contact .r .code-box {
    position: relative;
    display: flex;
    margin-top: 50px;
    padding-left: 40px;
}

.contact .r .code-box::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 13px;
    height: 12px;
    background: url(../images/contact-icon.png) no-repeat;
    background-size: 13px 12px;
}

.contact .r .code-box img {
    margin-right: 20px;
}

@media (max-width: 999px) {
    .contact {
        flex-direction: column;
        margin-top: 25px;
    }

    .contact .l {
        width: 100%;
    }

    .contact .r {
        width: 100%;
        padding: 30px 30px 25px 25px;
        margin-top: 20px;
    }

    .contact .r .code-box {
        margin-top: 20px;
    }

    .contact .r .p-box {
        margin-top: 20px;
    }
}
