.contact_title {
    width: 1300px;
    font-family: "Microsoft YaHei Bold";
    font-weight: 700;
    font-size: 50px;
    color: #000;
    padding: 40px 0;
    margin: 0 auto;
}

.contact {
    width: 100%;
    background: #292929;
    padding: 30px 0;
}

.contact .contact_box {
    width: 1300px;
    margin: 0 auto;
    padding-top: 40px;
}

.contact .contact_box .contact_top {
    display: flex;
    justify-content: space-between;
}


.contact .contact_box .contact_top .contact_top_left,
.contact .contact_box .contact_top .contact_top_right {
    width: 593px;
    height: 266px;
    background: #fff;
    padding-top: 22px;
    padding-left: 20px;
    padding-right: 20px;
}

.contact .contact_box .contact_top .contact_top_left .contact_top_left_title,
.contact .contact_box .contact_top .contact_top_right .contact_top_right_title {
    font-family: "Microsoft YaHei";
    font-size: 30px;
    color: #000;
    margin-bottom: 37px;
}

.contact .contact_box .contact_top .contact_top_left .contact_top_left_text {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #000;
}

.contact .contact_box .contact_top .contact_top_right .contact_top_right_title {
    margin-bottom: 17px;
}

.contact .contact_box .contact_top .contact_top_right .qr_box {
    display: flex;
    justify-content: space-between;
}

.contact .contact_box .contact_top .contact_top_right .qr_box .qr_img {
    width: 161px;
    height: 161px;
}

.contact .contact_box .contact_top .contact_top_right .qr_box .qr_title {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    text-align: center;
    color: #a4a3a3;
    margin-top: 8px;
}

.contact .contact_box .contact_map {
    width: 1300px;
    height: 500px;
    background: #eeecec;
    margin-top: 30px;
}
