.contact ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.25rem 0;
    box-sizing: border-box;
    width: 100%;
    border-right: 1px solid #9B9B9B;
    line-height: .45rem;
}

.contact ul li i {
    color: #E9A640;
}

.contact ul li h5 {
    margin: .375rem 0 .5rem 0;
}

.contact ul {
    border: 1px solid #9B9B9B;
}

.contact ul {
    margin: 1rem 0 !important;
}

.contact ul li:last-child {
    border: none;
}

.contact ul li:hover {
    color: #fff;
    background-color: #E9A640;
    transition: all 0.6s;
}

.contact ul li:hover i {
    color: #fff;
}

.map_box {
    margin: 0 0 1.25rem 0;
}

.form_box h4 {
    margin: 0 0 .5rem 0;
}

.form_box input {
    width: 49%;
}

.form_box input,
.form_box textarea {
    margin: 0 0 .375rem 0;
    padding: .375rem;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    resize: none;
    border: none;
    background-color: #F5F5F5;
}

.form_box textarea {
    width: 100%;
}


.form_box button {
    display: block;
    margin: 0 0 1.25rem 0;
    padding: .375rem 0;
    box-sizing: border-box;
    color: #fff;
    background-color: #E9A640;
    border: none;
    width: 100%;
    cursor: pointer;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
    .contact ul li {
        width: 100%;
        border: none;
        border-bottom: 1px solid #9B9B9B;
        line-height: 1.5;
    }

    .contact ul {
        flex-wrap: wrap;
    }

    .anchorBR .BMap_omOutFrame,
    .BMap_omCtrl,
    .BMap_omCtrl {
        display: none;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}