.page-body {
    min-height: calc(100vh - 382px);
}

.c_wrap_1200 {
    max-width: 1400px;
    margin: 0 auto;
}

/* 顶部背景墙 */
.bg_wall {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/themes/website/1/zh/jinze/static/img/first-bg.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: cover;
}

.bg_wall .bw_title_wrap {
    /* TODO 字体 */
    font-family: Noto Sans SC, Noto Sans SC;
    text-align: center;
}

.bg_wall .bw_title_wrap .zh_wrap {
    font-weight: bold;
    font-size: 44px;
    color: #FFFFFF;
    line-height: 44px;
}

.bg_wall .bw_title_wrap .en_wrap {
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 18px;
}

/* 顶部tabs */
.ryzf_t_tabs-fixed {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100vw;
}

.ryzf_t_tabs .big_screen_menu_wrap {
    position: relative;
}

.ryzf_t_tabs .big_screen_menu_list_wrap {
    position: absolute;
    left: 25px;
    top: 20px;
    z-index: 90;
    width: 245px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-top: none;
}

.ryzf_t_tabs .big_screen_menu_list_wrap .menu_list_wrap.children_menu_wrap {
    padding-left: 20px !important;
    background-color: #fafafa;
}

.ryzf_t_tabs .big_screen_menu_list_wrap .menu_list_wrap.children_menu_wrap .menu_item_wrap {
    border-bottom: none;
}

.ryzf_t_tabs .big_screen_menu_list_wrap .title_wrap {
    background-color: #0f3676;
    height: 47px;
    /* TODO 字体 */
    font-family: Noto Sans SC, Noto Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ryzf_t_tabs .big_screen_menu_list_wrap .menu_item_wrap {
    height: 44px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.ryzf_t_tabs .big_screen_menu_list_wrap .menu_item_wrap .btn-a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 12px 28px 12px 42px;
    /* TODO 字体 */
    font-family: Noto Sans SC, Noto Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

.ryzf_t_tabs .big_screen_menu_list_wrap .menu_item_wrap::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-left-color: #e5e5e5;
}

/* 菜单选中 */
.ryzf_t_tabs .big_screen_menu_list_wrap .menu_item_wrap.current .btn-a {
    font-weight: bold;
    color: #0F3676;
}

.ryzf_t_tabs .big_screen_menu_list_wrap .menu_item_wrap.current::before {
    border-left-color: #0f3676;
}

/* 默认不展示 */
.ryzf_t_tabs .t_tabs_wrap {
    box-sizing: border-box;
    padding-top: 3px;
    height: 57px;
    display: none;
    align-items: center;
    overflow-x: auto;
}

.t_tabs_wrap .t_tab_item_wrap {
    width: calc(25% - 8px);
    min-width: 100px;
    height: 100%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.t_tabs_wrap .t_tab_item_wrap:hover .tab_label_wrap {
    font-weight: bold;
    color: #0F3676;
}

.t_tabs_wrap .t_tab_item_wrap .tab_label_wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* TODO 字体 */
    font-family: Noto Sans SC, Noto Sans SC;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
}

.t_tabs_wrap .t_tab_item_wrap.current .tab_label_wrap {
    box-sizing: border-box;
    font-weight: bold;
    color: #0F3676;
    border-bottom: 2px solid #0F3676;
}

.t_tabs_wrap .t_tab_item_wrap:last-child {
    margin-right: 0;
}

/* 理念内容区 */
.ln_content {
    background-color: #fafafa;
    padding-bottom: 3px;
}

.ln_content_wrap {
    /* padding: 40px 0; */
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 20px 30px 302px;
}

.ln_left_img_wrap {
    width: 550px;
    height: 463px;
}
.ln_left_img_wrap img{
    max-width: 100%;
    max-height: 100%;
}

.ln_right_content_wrap {
    width: calc(100% - 550px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 463px;
    padding: 41px 0 0 62px;
}

.ln_right_content_wrap .ln_item_wrap {
    width: 100%;
    height: 70px;
    padding-left: 36px;
    position: relative;
}

.ln_right_content_wrap .ln_item_wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 69px;
    transform: translateY(-50%);
    background-color: #0f3676;
}

.ln_item_wrap .ln_title_wrap {
    transform: translateY(-3px);
    height: 30px;
}

.ln_item_wrap .ln_title_wrap img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.ln_item_wrap .ln_tip_wrap {
    margin-top: 10px;
    /* TODO 字体 */
    font-family: Noto Sans SC, Noto Sans SC;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
}

/* 针对屏幕宽度小于或等于1440像素的设备的样式 */
@media (max-width: 1640px) {
    .ryzf_t_tabs .t_tabs_wrap {
        /* display: flex; */
    }

    .ryzf_t_tabs .big_screen_menu_wrap {
        /* display: none; */
    }
}

/* 针对屏幕宽度小于或等于1250像素的设备的样式 */
@media (max-width: 1250px) {
    .c_wrap_1200 {
        margin: 0 25px;
    }

    .ln_content_wrap {
        flex-wrap: wrap;
    }

    .ln_left_img_wrap {
        width: 45%;
        height: 463px;
    }

    .ln_right_content_wrap {
        width: 55%;
    }
}

/* 针对屏幕宽度小于或等于992像素的设备的样式 */
@media (max-width: 992px) {
    .ln_left_img_wrap {
        width: 100%;
        height: 463px;
    }

    .ln_right_content_wrap {
        width: 100%;
    }
}