
        .page-body {
            min-height: calc(100vh - 382px);
        }

        .c_wrap_1200 {
            max-width: 1400px;
            margin: 0 auto;
        }

        .fa_content_wrap {
            background-color: #fafafa;
            padding: 20px 0 10px;
        }

        .bw_title_wrap {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 40px 0;
            /* TODO 字体 */
            font-family: Noto Sans SC, Noto Sans SC;
            text-align: center;
        }

        .bw_title_wrap .zh_wrap {
            font-weight: bold;
            font-size: 44px;
            color: #0f3676;
            line-height: 44px;
        }

        .bw_title_wrap .en_wrap {
            margin-top: 10px;
            font-weight: 400;
            font-size: 18px;
            color: #333333;
            line-height: 18px;
        }

        /* 公司介绍 */
        .com_info_wrap {
            display: flex;
            flex-wrap: wrap;
            padding: 60px 0;
        }

        .com_info_wrap .ci_left_wrap {
            width: 60.4%;
            padding-right: 20px;
            /* TODO 字体 */
            font-family: Noto Sans SC, Noto Sans SC;
        }

        .com_info_wrap .ci_left_wrap .cil_title_wrap {
            width: 100%;
            font-weight: 900;
            font-size: 30px;
            color: #0F3676;
            line-height: 38px;
            margin-bottom: 30px;
        }

        .com_info_wrap .ci_left_wrap .cil_tip_wrap {
            font-weight: 400;
            font-size: 22px;
            color: #333333;
            line-height: 48px;
            text-indent: 2em;
        }

        .com_info_wrap .ci_left_wrap .cil_btn_wrap {
            margin-top: 36px;
            display: flex;
            align-items: center;
        }

        .com_info_wrap .ci_left_wrap .btn_wrap {
            background-color: #0f3676;
            padding: 11px 24px;
            font-weight: 400;
            font-size: 22px;
            color: #FFFFFF;
            border-radius: 2px;
            cursor: pointer;
        }

        .com_info_wrap .ci_left_wrap .btn_wrap:hover {
            transform: scale(1.03);
            transition: all 0.2s ease-in;
        }

        .com_info_wrap .ci_right_wrap {
            width: 39.6%;
            height: 316px;
            border-radius: 10px;
            overflow: hidden;
        }

        .com_info_wrap .ci_right_wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* 项目案例 */
        .bg_wall {
            background-image: url(/themes/website/1/zh/jinze/static/img/bg_wall1.png);
            background-repeat: no-repeat;
            background-size: cover;
            box-sizing: border-box;
            padding: 20px 0 50px;
        }

        .bg_wall .bw_title_wrap .zh_wrap {
            color: #FFFFFF;
        }

        .bg_wall .bw_title_wrap .en_wrap {
            color: rgba(255, 255, 255, 0.8);
        }

        /* 行业咨询 */
        .hyzx_wrap {
            padding: 10px 0;
        }

        .hyzx_wrap .hyzx_content_wrap {
            background-color: #ffffff;
            padding: 0 20px;
            box-sizing: border-box;
            margin: 20px auto 30px;
        }

        .hyzx_wrap .hyzx_content_wrap .hc_item_wrap {
            display: flex;
            align-items: center;
        }

        .hyzx_wrap .hyzx_content_wrap .hc_item_wrap:not(:first-child) {
            border-top: 1px dashed #E5E5E5;
        }

        .hc_item_wrap .date_wrap {
            padding: 6px 36px 5px 10px;
            position: relative;
            font-family: Noto Sans SC, Noto Sans SC;
            color: #144E97;
            line-height: 19px;
            text-align: center;
        }

        .hc_item_wrap .date_wrap::after {
            content: '';
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            border: 6px solid transparent;
            border-left-color: #9db9dc;
        }

        .hc_item_wrap .date_wrap .day_wrap {
            font-size: 20px;
            font-weight: bold;
        }

        .hc_item_wrap .date_wrap .month_wrap {
            font-size: 12px;
            margin-top: 2px;
        }

        .hc_item_wrap .hc_content_wrap {
            flex: 1;
            overflow: hidden;
            font-family: Noto Sans SC, Noto Sans SC;
            padding: 14px 0;
            margin-left: 20px;
        }

        .hc_item_wrap .hc_content_wrap .hcc_title_wrap {
            font-weight: bold;
            font-size: 16px;
            color: #333333;
            line-height: 19px;
        }

        .hc_item_wrap:hover .hc_content_wrap .hcc_title_wrap {
            color: #0f3676;
        }

        .hc_item_wrap .hc_content_wrap .hcc_tip_wrap {
            font-weight: 400;
            font-size: 14px;
            color: #999999;
            line-height: 25px;
            margin-top: 6px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        /* 合作伙伴 */
        .lxfs_wrap {
            background-color: #ffffff;
            box-sizing: border-box;
            padding: 20px;
        }

        .photo_wall_wrap .card_wrap {
            box-sizing: border-box;
            height: 80px;
            background: #FFFFFF;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .photo_wall_wrap .card_wrap .c_img_wrap {
            width: 60px;
            height: 60px;
        }

        .photo_wall_wrap .card_wrap .c_img_wrap img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .photo_wall_wrap .card_wrap .c_title_wrap {
            display: flex;
            align-items: center;
            /* TODO 字体 */
            font-family: Noto Sans SC, Noto Sans SC;
            font-weight: 400;
            /* 设计图20, 但是此处放不开 */
            font-size: 19px;
            color: #333333;
            line-height: 23px;
        }

        .photo_wall_wrap .card_wrap .c_title_wrap .emphasize {
            /* TODO 字体 */
            font-family: Noto Sans SC, Noto Sans SC;
            font-weight: bold;
            font-size: 28px;
            color: #0F3676;
            line-height: 23px;
        }

        /* 针对屏幕宽度小于或等于1250像素的设备的样式 */
        @media (max-width: 1250px) {
            .c_wrap_1200 {
                margin: 0 25px;
            }
        }

        /* 针对屏幕宽度小于或等于992像素的设备的样式 */
        @media (max-width: 992px) {
            .ci_left_wrap {
                order: 2;
                width: 100% !important;
                padding-right: 0 !important;
            }

            .ci_right_wrap {
                order: 1;
                width: 100% !important;
                margin-bottom: 20px !important;
            }

            .com_info_wrap .ci_left_wrap .cil_btn_wrap {
                justify-content: flex-end;
            }
        }
