 .map .map_box{
        display: flex;
    }
    .map_box .map_box_1{
        width: 100%;
        margin: 3% 0 8% 0;
        display: flex;
        justify-content: space-between;
    }
    .map_box_1 .map_box_le{
        width: 50%;
    }
    .map_box_1 .maps{
        width: 50%;
        max-height: 390px;
        overflow: hidden;
    }
    .map_box_le h2{
        font-size: 26px;
        line-height: 1.6;
    }
    .map_box_le .map_box_le{
        width: 100%;
        padding: 4% 0;
        border-bottom: 1px solid #0b4193;
    }
    .map_box_le .map_box_p {
        font-size: 10px;
    }
    .map_box_le .map_p{
        line-height: 2.6;
        margin: 9% 0;
    }
    .map_img_dis{
        display: flex;
        align-items: center;
        font-size: 10px;
        color: #666666;
    }
    .map_img_dis .map_img_dis1{
        width: 36%;
    }
    .map_img_dis .map_img_dis2{
        margin-left: 2%;
    }
    .map_img_dis2 p{
        font-size: 12px;
    }


/*移动端*/
@media only screen and (max-width: 1200px){
    .map .map_box{
        display: flex;
    }
    .map_box .map_box_1{
        width: 100%;
        margin: 3% 0 8% 0;
        display: flex;
        flex-direction: column;
    }
    .map_box_1 .map_box_le{
        width: 100%;
    }
    .map_box_1 .maps{
        width: 100%;
    }
    .map_box_le h2{
        font-size: 26px;
        line-height: 1.6;
    }
    .map_box_le img{
        /*display: none;*/
    }
    .map_box_le .map_box_le{
        display: none;
    }
    .map_box_le .map_box_le{
        width: 100%;
        padding: 4% 0;
        border-bottom: 1px solid #0b4193;
    }
    .map_box_le .map_box_p {
        font-size: 10px;
    }
    .map_box_le .map_p{
        line-height: 2.6;
        margin: 0.26rem 0;
        font-size: 0.34rem!important;
    }
    .map_p span{
        font-size: 0.34rem;
        color: #545454;
        line-height: 2.6;
        font-weight: 500;
    }
    .map_img_dis{
        display: none;
    }
    .map_img_dis .map_img_dis1{
        width: 36%;
    }
    .map_img_dis .map_img_dis2{
        margin-left: 2%;
    }
    .map_img_dis2 p{
        font-size: 12px;
    }
}