.b1_all {
    background-color: #F3F7FD;
}

.b1_list {
    padding-top: 50px;
}

.b1_list_one {
    background: #FFFFFF;
    padding: 61px 50px;
    position: relative;
    margin-top: 90px;
    cursor: pointer;
    width: 100%;
}

.b1_list_one::after {
    content: " ";
    position: absolute;
    width: 0%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #2E3097;
    opacity: 0;
    transition: all 0.4s ease-in-out 0.1s;
}

.b1_list_one:hover::after {
    width: 100%;
    opacity: 1;
    transition: all 0.4s ease-in-out 0.1s;
}

.b1_list_one:hover .b1_top_fixe {
    background-color: #2E3097;
    transition: all 0.4s ease-in-out 0.1s;
}

.b1_list_one:hover .b1_one_right img {
    transition: all 0.4s ease-in-out 0.1s;
    /*transform: scale(1.06);*/
}

.b1_one_left {
    width: 60%;
    padding-right: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.b1_one_right {
    width: 40%;
    overflow: hidden;
    border-radius: 10px;
}

.b1_one_right img {
    border-radius: 10px;
    width: 100%;
    transition: all 0.4s ease-in-out 0.1s;
}

.b1_one_left_tit {
    font-size: 24px;
    color: #000000;
    margin-bottom: 20px;
}

.b1_one_left_desc {
    color: #555555;
    line-height: 24px;
}

.b1_top_fixe {
    transition: all 0.4s ease-in-out 0.1s;
    width: 180px;
    position: absolute;
    top: -35px;
    left: 0;
    background: #A0A6AB;
    border-radius: 0px 20px 0px 20px;
    text-align: center;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    color: white;
}

.b1_info {
    margin-top: 20px;
    padding: 60px 120px;
    background-color: white;
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.1);
}

.b1_info_tit {
    font-size: 24px;
    font-weight: bold;
    color: #222222;
    text-align: center;
}

.b1_info_desc {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 28px;
    color: #555555;
}

.fs_img {
    display: flex;
    flex-wrap: wrap;
}

.fs_img img {
    width: 48.5%;
    margin-right: 3%;
    margin-top: 28px;
}


/*国际市场*/

.b2_o {
    position: relative;
}

.b2_o_text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    color: #FFFFFF;
}

.b2_tit {
    font-size: 48px;
}

.b2_desc {
    max-width: 45%;
    line-height: 28px;
    margin: 24px 0;
    font-size: 16px;
}

.b2_o_getmore {
    width: 140px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    border-radius: 24px 24px 24px 24px;
    color: white;
    border: 1px solid #FFFFFF;
    position: relative;
    overflow: hidden;
}

.b2_o_getmore:hover {
    color: white;
    background-color: #0096DB;
    border: none;
}

.b2_o_getmore:hover span {
    top: -100%;
    color: #fff;
}

.b2_o_getmore span {
    display: block;
    position: relative;
    top: 0;
    transition: all 0.4s ease-out;
}

.b2_o_te {
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0;
    transform: translate(0, 0%);
    color: white;
}

.b2_ot_tit {
    font-size: 20px;
    display: flex;
    color: #999999;
    width: 100%;
    border-bottom: 1px solid #DFDFDF;
}

.b2_ot_tit p {
    margin: 0 20px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}

.b2_ot_img {
    text-align: center;
}

.b2_ot_info {
    margin-top: 40px;
    display: none;
}

.show_this_b2 {
    display: block !important;
}

.b2_ot_desc {
    /* margin-bottom: 5vw; */
    line-height: 24px;
    margin-bottom: 3vw;
    color: #666666;
}

.b2_ot_tit_p {
    position: relative;
    padding-bottom: 14px;
    cursor: pointer;
}

.b2_ot_tit_p::after {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #2E3097;
    bottom: 0;
    left: 0;
    content: " ";
}

.active_b2_op {
    color: #2E3097 !important;
}

.active_b2_op::after {
    opacity: 1;
}

.b2_ot_img2 {
    width: 900px;
    height: 734px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background-image: url('../images/business/map2.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.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: 20px;
    height: 20px;
    /* border: 1px dashed #009656; */
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 2px;
    background: #CBCDE4;
}

.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: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
}

.hmc4mapIcon span {
    display: none;
}

.hmc4mapIcon i {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: 3;
    background: #2E3097;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

.show_this .distribution_body_text {
    display: block;
}

.hmc4mapIcon:after {
    animation-delay: 1.5s;
}

.distribution_body_text {
    display: none;
    position: absolute;
    left: 40.4%;
    top: 39%;
    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('/skins/demo/images/business/Vector28.png');
    background-size: cover;
    left: 30.4%;
    top: -579.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;
}

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

@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;
}
@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:1024px) {
    /* .b1_one_left {
        min-height: 195px;
    } */
    .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 {
        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}