.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: -220px; */
    left: 16px;
    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;
}

/* 照片墙 */
.photo_wall {
    background-color: #fafafa;
    padding-bottom: 3px;
}

.photo_wall_wrap {
    /* padding: 40px 0; */
    padding: 40px 20px 30px 302px;
}

.card_wrap {
    border: 1px solid #EEEEEE;
}

.photo_wall_wrap .card_wrap .c_img_wrap {
    width: 100%;
    min-height: 178px;
}

.photo_wall_wrap .card_wrap .c_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo_wall_wrap .c_title_wrap {
    background-color: #ffffff;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EEEEEE;
    border-top: none;
    /* TODO 字体 */
    font-family: Noto Sans SC, Noto Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}
ul li{
    list-style: none;
    float: left;
    margin: 30px 5px 5px 0;
    padding: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 17px;
}
li a{
    border: 1px solid #ddd;
    text-align: center;
    width: 100%;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    color: #999;
    background-color: white;
}
li a:hover{
    /*background-color: #eb0a09; !*红*!*/
    background-color: #0f3676; /*蓝*/
    /*border: 1px solid #eb0a09;*/
    border: 1px solid #0f3676; /*蓝*/
    color: white!important;
}
li span{
    display: inline-block;
    color: white!important;
    /*background-color: #eb0a09; !*红*!*/
    background-color: #0f3676; /*蓝*/
    /*border: 1px solid #eb0a09; !*红*!*/
    border: 1px solid #0f3676; /*蓝*/
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
}
.disabled span{
    border: 1px solid #ddd;
    background-color: #ddd!important;
    cursor: default;
}
/* 针对屏幕宽度小于或等于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;
    }

    .card_wrap {
        border: 1px solid yellow;
    }
}