.b2_ot_img2 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;    
}
.b2_ot_img2 .map-wrapper {
    width: 100%;
    position: relative;
    height: 100%;
}
.map-wrapper #map-05 {
    width: 100% !important;
    height: 100% !important;
}
.hmc4map_item {
    width: 34px;
    height: 38px;
    position: absolute;
    cursor: pointer;
}


/* .hmc4map_item:nth-child(1) .hmc4mapIcon {
    background: rgba(255, 255, 255, .4);
}

.hmc4map_item:nth-child(1) .hmc4mapIcon i {
    background: white;
}

.hmc4map_item:nth-child(1) .hmc4mapIcon:before,
.hmc4map_item:nth-child(1) .hmc4mapIcon:after {
    border: 1px solid white;
} */

.hmc4mapIcon {
    width: 90px;
    height: 20px;
    /* border: 1px dashed #009656; */
    border-radius: 50%;
    position: absolute;
    display: flex;
    justify-content: left;
    align-items: center;
}

.hmc4mapIcon:before,
.hmc4mapIcon:after {
    background-color: rgba(255, 255, 255, 0);
    content: '';
    position: absolute;
    border-radius: 50%;
    animation: rangeScale 3s linear infinite;
    opacity: 0;
    z-index: 2;
    border: 1px solid #2E3097;
    left: -11%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
}

.hmc4mapIcon i {
    width: 12px;
    height: 12px;
    position: absolute;
    left: -16px;
    top: 4px;
    z-index: 3;
    background: #2E3097;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}
.hmc4mapIcon:after {
    animation-delay: 1.5s;
}
.distribution_body_text {
    display: none;
    position: absolute;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2E3097;
    line-height: 14px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-width: 404px;
    min-height: 232px;
    padding: 22px 35px 22px 35px;
    overflow: scroll;
    background-image: url('../image/Vector28.png');
    background-size: cover;
    left: -39.6%;
    top: -551.3%;
    width: 355px;
    padding: 32px 0 22px 75px;
    overflow: hidden;
    z-index: 9;
}

.distribution_body_p {
    margin-bottom: 10px;
    text-align: left;
    padding: 0 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.distribution_body_p .di_fs {
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    margin-right: 5px;
}
.distribution_body_p p{color:#fff;}

@keyframes rangeScale {
    from {
        opacity: 1;
        transform: scale(0.1);
    }
    to {
        opacity: 0;
        transform: scale(1);
    }
}

.b2_o_img img {
    width: 100%;
}

.b2_ot_img {
    display: flex;
    justify-content: center;
}


/* .pc_no_fix .pc_header {
    position: absolute;
} */
.distribution_body_p p{
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 98%;
}
.get_more_io {
 display: flex;
 justify-content: flex-end;
}

.b1_one_left {
 justify-content:space-between;
}

.b1_one_left_desc {
 margin-bottom: 20px;
}

.yj_all_en .distribution_body_text{min-height: 285px;top:-722.3%;min-width: 490px;}
.yj_all_en .hmc4map_item:nth-child(1) .distribution_body_text,.yj_all_en .hmc4map_item:nth-child(2) .distribution_body_text,
.yj_all_en .hmc4map_item:nth-child(3) .distribution_body_text,.yj_all_en .hmc4map_item:nth-child(35) .distribution_body_text,
.yj_all_en .hmc4map_item:nth-child(7) .distribution_body_text,.yj_all_en .hmc4map_item:nth-child(8) .distribution_body_text,
.yj_all_en .hmc4map_item:nth-child(10) .distribution_body_text,.yj_all_en .hmc4map_item:nth-child(37) .distribution_body_text,
.yj_all_en .hmc4map_item:nth-child(28) .distribution_body_text,.yj_all_en .hmc4map_item:nth-child(13) .distribution_body_text,
.yj_all_en .hmc4map_item:nth-child(26) .distribution_body_text,.yj_all_en .hmc4map_item:nth-child(20) .distribution_body_text{
    background-image: url(../image/Vector28-1.png);left: auto;right: 50%;padding: 31px 90px 0 14px;
}


@media(min-width:1025px) {
    .fs_img img:nth-child(2n) {
        margin-right: 0;
    }
    .b1_one_left {
           min-height: 300px;
    }
     .b1_one_left_t1 {
 height: 90%;
/* border: 1px solid; */
display: flex;
flex-direction: column;
justify-content: center;
 }
}

@media(min-width:1200px) and (max-width:1410px) {
    .b2_o_img .pc_img {
        height: 62vw;
    }
    .b2_ot_desc {
        margin-bottom: 0;
    }
}

@media(min-width:1025px) and (max-width:1200px) {
    .b2_o_img .pc_img {
        height: 66vw;
    }
    .b2_ot_desc {
        margin-bottom: 0;
    }
}

@media(max-width:1400px) {
    .hmc4mapIcon{height: 13px;}
    .hmc4mapIcon i{width: 6px;height: 6px;left: -7px;}
    .hmc4mapIcon span{font-size:14px;}
    .hmc4mapIcon:before, .hmc4mapIcon:after {
        left: 6%;
        top: 50%;
        width: 30px;
        height: 30px;
        margin-left: -25px;
        margin-top: -14px;
    }
}

@media(max-width:1024px) {
    /* .b1_one_left {
        min-height: 195px;
    } */
    .b1_one_right img{height: auto !important;}
    .b1_top_fixe {
        display: none;
    }
    .b1_list_one {
        padding: 9px;
        margin-top: 40px;
        box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.1);
    }
    .b1_one_right,
    .b1_one_left {
        width: 100%;
    }
    .b1_one_left {
        padding: 15px;
    }
    .b1_list {
        padding-top: 10px;
    }
    .b1_one_left_tit {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .b1_one_left_desc {
        font-size: 12px;
    }
    .b1_info {
        padding: 30px 15px;
    }
    .b1_info_tit {
        font-size: 18px;
        padding: 0 15px;
    }
    .b1_info_time {
        display: none;
        color: #666666;
        font-size: 12px;
        text-align: center;
        margin-top: 8px;
    }
    .b1_info_desc {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .fs_img img {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .b1_i {
        background-color: #F6F9FB;
    }
    /*企业领域*/
    .b2_o_text {
        /* position: static; */
        /* transform: translate(0, 0); */
        /* color: #333333; */
    }
    .b2_ot_desc {
        display: none;
    }
    .b2_ot_info {}
    .b2_desc {
        max-width: 100%;
    }
    .b2_tit {
        font-size: 18px;
        font-weight: bold;
        margin-top: 20px;
    }
    .b2_desc {
        margin: 12px 0;
        font-size: 12px;
        line-height: 24px;
    }
    .b2_o_getmore {
width: 100px;
height: 36px;
line-height: 36px;
        /* background: #2E3097; */
        /*width: 140px;*/
        /*height: 47px;*/
        /* line-height: 47px; */
        /* margin: 10px 0; */
        /* border: none; */
    }
    .b2_o {
        /* margin-bottom: 20px; */
    }
    .b2_o_list {
        margin-top: 60px;
    }
    .b2_o_last {
        margin-bottom: 0;
    }
    .b2_o_te {
        padding-top: 40px;
    }
    .m_dian {
        display: none;
    }
    .b2_ot_img2 {
        max-width: 100%;
        height: 300px;
    }
    .b2_ot_tit,
    .b2_ot_tit p,
    .active_b2_op {
        color: white !important;
    }
    .b2_ot_tit_p::after {
        background-color: white;
    }
}
.b1_info_desc img{margin-bottom:5px}


/* 确保文本框在鼠标悬停和添加show_this类时能够正确显示 */
.distribution_body_text {
    display: none;
    /* 保留原有的其他样式 */
}

.hmc4map_item:hover .distribution_body_text {
    display: block !important;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

/* 确保文本框在地图上方显示 */
.distribution_body_text {
    z-index: 1000;
    position: absolute;
    /* 其他样式保持不变 */
}

/* 防止文本框内容过多导致溢出 */
.distribution_body_text {
    overflow-y: auto;
    max-height: 300px;
}