 <style>
        /* ===================================================================基础样式 */
        .core-values {
            display: flex;
            flex-direction: column;
            gap: 30px;
            padding: 0 80px;
            margin-top: 40px;
        }
        .value-card {
            display: flex;
            align-items: center;
            background-color: #f8f8f8;
            padding: 10px;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }
        .number-circle {
            width: 80px;
            height: 80px;
            background-color: #cc0404;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 24px;
            font-weight: bold;
            margin-right: 30px;
            flex-shrink: 0;
        }
        .content p {
            font-size: 16px;
            line-height: 1.8 !important;
            color: #ffffff;
        }


        /* ===================================================================金隼文化 */
        /* 调整数字标记大小 */
        .trade-wrap .trade-content > div > div > div > div:first-child {
            width: 40px ;
            height: 40px ;
            font-size: 20px ;
        }
        .wenh{
            font-size:33px;
        }
        .aaa {
            font-size: 24px;
        }
        .bbb {
            font-size: 18px;
        }
        .immge{
            object-fit: cover;
        /* margin-left: 400px; */
        }



        /* ===================================================================金隼服务 */
        .k_text3 {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            padding: 0 110px;
        }
        .k-slide {
            width: 40%;
            margin-bottom: 50px;
        }
        .k_text3 h1 {
            font-size: 20px;
            line-height: 2.5;
        }
        .k_text3 h1 i {
            width: 10px;
            height: 10px;
            background-color: red;
            display: inline-block;
        }
        .k_text3 p {
            font-size: 18px;
            line-height: 1.4;
        }
        .core-value-slide h1 i {
            width: 10px;
            height: 10px;
            background-color: red;
            display: inline-block;
        }
        /* ===================================================================免费诊断 */
        .k_tex {
            font-size: 19px;
            line-height: 1.3;
        }

        /* =============================================================================================================移动端*/
        @media (max-width: 768px) {
            /* ===================================================================每个栏目的标题 */
            .nav-title {
                flex-direction: column;
                align-items: flex-start;
                padding: 0 20px;
            }
            /* ===================================================================首页 */
            .header-wrapper-p1{
                font-size: 15px;
            }
            .header-wrapper-p2{
                font-size: 13px !important;
            }
            /* ===================================================================金隼文化 */
            .trade-content > div {
                padding: 0 0px !important;
            }
            /* 调整数字标记大小 */
            .trade-wrap .trade-content > div > div > div > div:first-child {
                width: 30px !important ;
                height: 30px !important;
            }
            .wenh{
                font-size:20px;
            }
            .aaa{
                font-size: 15px;
            }
            .bbb{
                font-size: 13px;
            }
            .immge{
                margin-left: 0;
            }
            /* ===================================================================金隼服务 */
            .k_text3 {
                padding: 0 20px;
                flex-direction: column;
                align-items: center;
            }

            .k-slide {
                width: 100%;
                max-width: 500px;
                margin-bottom: 30px;
            }

            .k_text3 h1 {
                font-size: 20px;
                line-height: 2;
            }

            .k_text3 p {
                font-size: 12px;
                line-height: 1.3;
            }
            .k_tex {
                font-size: 13px;
                line-height: 2.0;
                width: 260px;
            }
             /* ===================================================================代表案例 */
            .big-title{
                font-size: 15px !important;
            }
             /* ===================================================================联系金隼 */
            .connect2{
                padding-top:0vh;
            }



            /* ===================================================================未知样式*/
            /* .core-values {
                flex-direction: row;
                flex-wrap: wrap;
                gap: 20px;
                padding: 0 20px;
            }

            .value-card {
                flex: 1 1 calc(50% - 10px);  每行两个卡片，减去间距 
                min-width: 0;  防止内容溢出 
            }

             .number-circle {
                width: 60px;
                height: 60px;
                font-size: 20px;
                margin-right: 15px;
            }  */
        }


    </style>