/*联系我们*/

.wrap1 {
    background: url(../imgs/contact.jpg) no-repeat center;
    background-size: cover;
    height: 860px;
}

.kuang {
    width: 300px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: url(../imgs/kuang-gr.png) no-repeat;
    background-size: 100% 100%;
}

.kuang1 {
    padding: 35px 100px;
}

.kuang h2 {
    width: 100%;
    text-align: center;
    font-size: 34px;
    color: #555;
    letter-spacing: 2px;
}

.wrap1 .safewidth {
    margin: 30px auto;
}

.wrap1 h2 {
    text-align: center;
    margin: 0px auto;
}

.wrap1 h3 {
    text-align: left;
    padding-left: 120px;
}

.wrap1 h6 {
    font-size: 15px;
    font-weight: normal;
}

.wrap1 .contact {
    padding: 0;
    margin: 0 auto;
    color: #efefef;
    width: 44%;
    margin-left: 0px;
}

.wrap1 .contact ul {
    width: 100% !important;
    color: #555;
    padding: 10px;
    background: rgb(43 43 43 / 50%);
    border: 1px solid #555;
    /* box-shadow: 1px 1px #014f86; */
}

.wrap1 .contact ul li.msg {
    border-left: 4px solid #efefef !important;
    color: #efefef;
}

.contact h4 {
    color: #efefef;
}

.contact h6 {
    color: #efefef;
}

@media (max-width: 768px) {
    .wrap1 {
        height: 1080px;
        background: url(../imgs/contactm.png) no-repeat center;
        background-size: cover;
    }
    .wrap1 .safewidth {
        margin-top: 200px;
    }
    .kuang {
        width: 55%;
        height: 70px;
        padding: 15px;
        margin: 0 auto;
    }
    .kuang>img {
        width: 150px;
        height: auto;
    }
    .kuang h2 {
        width: 100%;
        height: 90px;
        font-size: 30px;
        letter-spacing: 2px;
        line-height: 90px;
        margin-left: 0;
    }
    .wrap1 .contact {
        width: 100%;
        margin: 0;
    }
    .wrap1 h2 {
        padding-left: 0;
    }
    .wrap1 h3 {
        padding-left: 0;
    }
    .wrap1 .contact ul li.msg {
        border-left: none !important;
    }
    .wrap1 .contact ul li .common_address {
        width: 90% !important;
    }
}