.contact_con {
    margin-top: 124px;
}

.contact_con>div:first-child {
    width: 544px;
}

.contact_con>div:first-child>p:first-child {
    font-size: 30px;
    font-family: 黑体;
    font-weight: 400;
    color: #5D5D5E;
    line-height: 34px;
}

.contact_con>div:first-child>p:nth-child(2) {
    margin: 10px 0 50px 0;
    height: 50px;
    font-size: 20px;
    font-family:宋体;
    font-weight: 400;
    color: #C00000;
    line-height: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.contact_con div:first-child .flx1 {
    margin-top: 40px;
}

.contact_con div:first-child .flx1 div:first-child {
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.contact_con div:first-child .flx1 div:first-child img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.contact_con div:first-child .flx1 div:last-child {
    margin-left: 12px;
}

.contact_con div:first-child .flx1 div:last-child p:first-child {
    font-family: 黑体;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
}

.contact_con div:first-child .flx1 div:last-child p:last-child {
    font-size: 18px;
    font-family:宋体;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    margin-top: 4px;
}

.contact_con>div:last-child {
    width: 802px;
    height: 414px;
    overflow: hidden;
    border-radius: 10px;
}

.contact_con>div:last-child>img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.map {
    margin-top: 114px;
    /*width: 100%;*/
    height: 530px;
    overflow: hidden;
}