.contact {
    display: flex;
    width: 100%;
    height: 8.8rem;
}

.contact .con_map {
    position: relative;
    width: 50%;
    height: 100%;
}

.contact .con_map .map {
    display: block;
    width: 100%;
    height: 100%;
}

.contact .con_map .map_icon {
    position: absolute;
    top: 3.62rem;
    right: 4.39rem;
    width: 0.47rem;
    height: 0.6rem;
}

.contact .con_right {
    width: 50%;
    height: 100%;
    padding-top: 1.73rem;
    padding-left: 1.8rem;
    box-sizing: border-box;
}

.contact .con_right .con_logo {
    display: block;
    width: 2.85rem;
    height: 0.95rem;
    margin-bottom: 0.1rem;
}

.contact .con_right .con_title {
    margin-bottom: 0.79rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #151515;
    line-height: 0.4rem;
}

.contact .con_right .con_item {
    display: flex;
    align-items: center;
    width: 4.97rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.41rem;
    border-bottom: 0.01rem solid rgba(183, 183, 183, 0.56);
    transition: all 0.3s;
    cursor: pointer;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #626262;
    line-height: 0.27rem;
}

.con_item .icon_img {
    display: block;
    width: 0.18rem;
    height: auto;
    margin-right: 0.11rem;
    object-fit: contain;
}

.con_item:last-child .icon_img {
    width: auto;
    height: 0.18rem;
}

.con_item span {
    font-weight: bold;
    color: #000000;
}

.contact .con_right .con_item .img2 {
    display: none;
}

.contact .con_right .con_item:hover {
    border-bottom: 0.01rem solid #12A3FD;
    color: #12A3FD;
    transition: all 0.3s;
}

.contact .con_right .con_item:hover span {
    color: #12A3FD;
}

.contact .con_right .con_item:hover .img1 {
    display: none;
}

.contact .con_right .con_item:hover .img2 {
    display: block;
}