.contact-info {
    background-image: url(../images/contact-img2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px;
    min-height: 475px;
}
.contact-info h2{
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
}
.contact-img {
    padding: 0px;
}
.contact-img img{
    width: 100%;
    height: 475px;
    object-fit: cover;
}
.lianxi-box {
    margin-top: 60px;
}
.contact-info dl{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
}
.contact-info dl dt {
    color: #A1A4A7;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}
.contact-info dl dd {
    margin-bottom: 10px;
    font-size: 18px;
    color: #2B2D30;
}
.contact-info dl .phone {
    font-size: 22px;
    color: #1A45B8;
    font-weight: bold;
}
.contact-info dl .email {
    font-size: 22px;
    font-weight: bold;
}
.contact-map  {
    margin-top: 60px;
}
.container-fluid.contact-map {
    padding: 0px;
}
.body-box ~ .footer-box,.sub-banner ~ .footer-box{
    margin-top: 0px !important;
}

@media screen and (max-width: 768px) {
    .lianxi-box {
        margin-top: 0px;
    }
    .contact-img{
        display: none;
    }
    .contact-info {
        padding: 20px;
    }
    .contact-map  {
        margin-top: 30px;
    }

}