/* 总部地址 */
.home_address {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
}

.home_address .z3db1fcol-md3 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.home_address .z3db1fcol-md3::after {
    content: '';
    width: 1px;
    height: 120%;
    background-color: #eee;
    position: absolute;
    right: 0;
    top: 0;
}

.home_address .z3db1fcol-md3:last-of-type::after {
    display: none;
}

.home_address_l {
    width: 30px;
    margin-right: 20px;
}

.home_address_l i {
    font-size: 30px;
}

.home_address_r {
    flex: 1;
}

.home_address_r h3 {
    font-size: 18px;
    color: #333;
    padding-bottom: 10px;
}

.home_address_r p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

@media screen and (max-width:1024px) {
    .home_address {
        box-sizing: border-box;
        padding: 15px;
    }
}

@media screen and (max-width:768px) {
    .home_address .z3db1fcol-md3::after {
        display: none;
    }
}

/* 总部地图 */
.home_map {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
}

.home_map_item {
    width: 100%;
    height: 440px;
}

.home_map_item .iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.home_map_item .iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

@media screen and (max-width:1024px) {
    .home_map {
        box-sizing: border-box;
        padding: 15px;
    }

    .home_map_item {
        height: 400px;
    }
}

@media screen and (max-width:768px) {
    .home_map_item {
        height: 380px;
    }
}

@media screen and (max-width:650px) {
    .home_map_item {
        height: 280px;
    }
}