.contact {
    padding: 30px 20px;
}

.contact_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
}

.contact_box_l {
    flex: 1;
    padding-right: 30px;
}

.contact_h {
    font-size: 18px;
    color: #00B1F6;
}

.contact_box_map {
    width: 560px;
    height: 280px;
}

.message {
    padding-top: 30px;
}

.message_h {
    text-align: center;
    margin-bottom: 10px;
}

.message_h span {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    font-size: 30px;
}

.message_p {
    text-align: center;
}

.form {
    margin-top: 30px;
    padding: 20px 40px;
    background-color: #00B1F6;
}

.form_item {
    margin-bottom: 10px;
}

.form_item input,
.form_item_text {
    width: 100%;
    height: 40px;
    padding: 3px 3px 3px 14px;
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    background-color: transparent;
}

::-webkit-input-placeholder {
    color: #fff !important;
}

:-moz-placeholder {
    color: #fff !important;
}

::-moz-placeholder {
    color: #fff !important;
}

:-ms-input-placeholder {
    color: #fff !important;
}

.form_item_text {
    height: 200px;
}

.form_item_btn {
    text-align: right;
}

.form_subt {
    margin-top: 30px;
    text-align: content;
    width: 110px;
    height: 40px;
    line-height: 40px;
    background-color: #00B1F6;
    border-radius: 40px;
    color: #fff;
    box-shadow: 0px 1px 5px #888888;
    cursor: pointer;
}

@media (max-width:969px) {
    .contact_box {
        display: block;
    }

    .contact {
        padding: 0 .1rem;
        box-sizing: border-box;
    }

    .contact_box_l {
        width: 100%;
        padding: 0;
    }

    .contact_box_map {
        width: 100%;
    }

    .form {
        padding: .1rem .15rem;
    }

    .form_item input, .form_item_text {
        box-sizing: border-box;
    }
}