.text_bold{
    font-weight: bold;
}
.office_name_title h2{
    color: #da3565;
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
}
.office_name_title p{
    font-size: 16px;
    line-height: 2;
}
.office_info h2{
    color: #da3565;
    font-size: 22px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 5px;
}
.office_info_flex{
    display: flex;
    justify-content: space-between;
}
.office_info_flex .office_info_img{
    width: 540px;
    display: flex;
}
.office_info_flex .office_info_img .office_info_img_left{
    width: 270px;
    height: 400px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
}
.office_info_flex .office_info_img .office_info_img_right{
    width: 270px;
    height: 400px;
}
.office_info_flex .office_info_img .office_info_img_right_top{
    width: 270px;
    height: 200px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
}
.office_info_flex .office_info_img .office_info_img_right_bot{
    width: 270px;
    height: 200px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
}
.office_info_flex .office_info_img{
    height: 100%;
}
.office_info_flex .office_info_text{
    width: 460px;
    box-sizing: border-box;
    padding-left: 30px;
    font-size: 16px;
}
.office_info_flex .office_info_text p{
    line-height: 2;
}
.office_bnr_wrap{
    display: flex;
    justify-content: space-between;
    width: 900px;
    margin: 30px auto;
}
.office_bnr{
    width: 445px;
}
.office_bnr img{
    width: 100%;
}
.office_bnr img:hover{
    opacity: .7;
}
.location_info_title h2{
    background-color: #da3565;
    text-align: center;
    color: #ffffff;
    padding: 9px 0 7px;
    font-size: 22px;
    font-weight: bold;
}
.location_info_inner{
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px 30px;
    margin-bottom: 40px;
    font-size: 16px;
}
.location_info_inner p{
    line-height: 2;
    padding-bottom: 25px;
}
.location_info_inner{
    
}
.location_info_inner .location_info_inner_img_row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.location_info_inner .location_info_inner_img_row .location_info_inner_img_left,
.location_info_inner .location_info_inner_img_row .location_info_inner_img_right{
    width: 345px;
}
.location_info_inner .location_info_inner_img_row .location_info_inner_img_left img,
.location_info_inner .location_info_inner_img_row .location_info_inner_img_right img{
    width: 100%;
}
.g_map{
    border: 2px solid #fdf4f4;
}
.g_map iframe{
    width: 100%;
    height: 700px;
    box-sizing: border-box;
}