{"id":426,"date":"2025-06-08T10:49:20","date_gmt":"2025-06-08T02:49:20","guid":{"rendered":"https:\/\/www.affectivechain.com\/?page_id=426"},"modified":"2025-08-05T17:54:30","modified_gmt":"2025-08-05T09:54:30","slug":"%e4%bc%81%e4%b8%9a%e6%9c%8d%e5%8a%a1","status":"publish","type":"page","link":"https:\/\/www.affectivechain.com\/index.php\/%e4%bc%81%e4%b8%9a%e6%9c%8d%e5%8a%a1\/","title":{"rendered":"\u4f01\u4e1a\u670d\u52a1"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"zh-CN\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>HCAI Tech &#8211; \u79d1\u6280\u5b88\u62a4\u5bb6\u5ead\u60c5\u611f\u8d44\u4ea7<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif;\n        }\n        \n        html, body {\n            height: 100%;\n            background: linear-gradient(135deg, #f5f7fa 0%, #e4edf5 100%);\n            color: #333;\n            line-height: 1.6;\n        }\n         \n        .action-btn {\n            background: rgba(255, 255, 255, 0.15);\n            border: none;\n            color: white;\n            padding: 8px 20px;\n            border-radius: 30px;\n            cursor: pointer;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            transition: all 0.3s ease;\n        }\n        \n        .action-btn:hover {\n            background: rgba(255, 255, 255, 0.25);\n            transform: translateY(-2px);\n        }\n        \n        .tabs-container {\n            background: #f0f5ff;\n            border-bottom: 2px solid #e0e9ff;\n            padding: 0 40px;\n            display: flex;\n            overflow-x: auto;\n            -ms-overflow-style: none;\n            scrollbar-width: none;\n        }\n        \n        .tabs-container::-webkit-scrollbar {\n            display: none;\n        }\n        \n        .tabs {\n            display: flex;\n            min-width: max-content;\n        }\n        \n        .tab-btn {\n            padding: 20px 30px;\n            text-align: center;\n            font-size: 1.1rem;\n            font-weight: 600;\n            color: #4b6cb7;\n            background: transparent;\n            border: none;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            position: relative;\n            white-space: nowrap;\n        }\n        \n        .tab-btn:hover {\n            background: rgba(75, 108, 183, 0.1);\n        }\n        \n        .tab-btn.active {\n            background: white;\n            color: #182848;\n        }\n        \n        .tab-btn.active::after {\n            content: '';\n            position: absolute;\n            bottom: -2px;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: #4b6cb7;\n            border-radius: 2px;\n        }\n        \n        .content-container {\n            flex: 1;\n            overflow-y: auto;\n            padding: 20px 40px;\n        }\n        \n        .content {\n            max-width: 1400px;\n            margin: 0 auto;\n        }\n        \n        .tab-content {\n            display: none;\n            animation: fadeIn 0.5s ease;\n        }\n        \n        .tab-content.active {\n            display: block;\n        }\n        \n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(10px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n        \n        .section-title {\n            font-size: 1.8rem;\n            color: #182848;\n            margin-bottom: 25px;\n            padding-bottom: 15px;\n            border-bottom: 3px solid #e0e9ff;\n            position: relative;\n        }\n        \n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 120px;\n            height: 3px;\n            background: #4b6cb7;\n        }\n        \n        .grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n            gap: 25px;\n            margin-bottom: 30px;\n        }\n        \n        .card {\n            background: white;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            border: 1px solid #eef2f8;\n            height: 100%;\n            display: flex;\n            flex-direction: column;\n        }\n        \n        .card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n        }\n        \n        .card-header {\n            background: linear-gradient(135deg, #5c8bf2 0%, #3a6bd9 100%);\n            color: white;\n            padding: 20px;\n            font-size: 1.3rem;\n            font-weight: 600;\n        }\n        \n        .card-body {\n            padding: 20px;\n            flex: 1;\n        }\n        \n        .card-body ul {\n            list-style-type: none;\n            padding-left: 20px;\n        }\n        \n        .card-body li {\n            margin-bottom: 15px;\n            position: relative;\n            padding-left: 30px;\n        }\n        \n        .card-body li::before {\n            content: \"\u2022\";\n            color: #4b6cb7;\n            font-size: 1.5rem;\n            position: absolute;\n            left: 0;\n            top: -5px;\n        }\n        \n        .value {\n            display: flex;\n            align-items: center;\n            margin-bottom: 15px;\n            padding: 15px;\n            background: #f8fbff;\n            border-radius: 10px;\n            border-left: 4px solid #4b6cb7;\n        }\n        \n        .value-icon {\n            width: 50px;\n            height: 50px;\n            background: #eef5ff;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-right: 15px;\n            font-size: 1.5rem;\n            color: #4b6cb7;\n        }\n        \n        .tech-item {\n            background: #f8fbff;\n            border-radius: 12px;\n            padding: 20px;\n            margin-bottom: 15px;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .tech-item::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 5px;\n            height: 100%;\n            background: #4b6cb7;\n        }\n        \n        .tech-title {\n            font-weight: 600;\n            color: #182848;\n            margin-bottom: 10px;\n            font-size: 1.2rem;\n        }\n        \n        .tech-detail {\n            color: #555;\n            font-size: 0.95rem;\n        }\n        \n        .framework-diagram {\n            background: #f8fbff;\n            border-radius: 15px;\n            padding: 25px;\n            text-align: center;\n            margin: 30px 0;\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 20px;\n        }\n        \n        .diagram-box {\n            background: white;\n            padding: 20px 30px;\n            border-radius: 12px;\n            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);\n            border: 1px solid #e0e9ff;\n            min-width: 200px;\n            position: relative;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            transition: all 0.3s ease;\n        }\n        \n        .diagram-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);\n        }\n        \n        .diagram-box::after {\n            content: '\u2192';\n            position: absolute;\n            right: -25px;\n            top: 50%;\n            transform: translateY(-50%);\n            color: #4b6cb7;\n            font-weight: bold;\n            font-size: 1.5rem;\n        }\n        \n        .diagram-box:last-child::after {\n            display: none;\n        }\n        \n        .diagram-icon {\n            font-size: 2.5rem;\n            color: #4b6cb7;\n            margin-bottom: 15px;\n        }\n        \n        .value-card {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 25px;\n            background: white;\n            border-radius: 15px;\n            padding: 25px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            transition: all 0.3s ease;\n        }\n        \n        .value-card:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);\n        }\n        \n        .value-number {\n            font-size: 3rem;\n            font-weight: 700;\n            color: #4b6cb7;\n            min-width: 80px;\n            margin-right: 20px;\n            opacity: 0.8;\n        }\n        \n        .value-content h3 {\n            font-size: 1.4rem;\n            margin-bottom: 10px;\n            color: #182848;\n        }\n        \n        .stats-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-bottom: 40px;\n        }\n        \n        .stat-card {\n            background: white;\n            border-radius: 15px;\n            padding: 25px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            transition: all 0.3s ease;\n        }\n        \n        .stat-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n        }\n        \n        .stat-icon {\n            font-size: 2.5rem;\n            color: #4b6cb7;\n            margin-bottom: 15px;\n        }\n        \n        .stat-value {\n            font-size: 2.2rem;\n            font-weight: 700;\n            color: #182848;\n            margin-bottom: 10px;\n        }\n        \n        .stat-label {\n            color: #555;\n            font-size: 1rem;\n        }\n        \n        @media (max-width: 1200px) {\n            .header {\n                padding: 15px 30px;\n            }\n            \n            .tabs-container {\n                padding: 0 30px;\n            }\n            \n            .content-container {\n                padding: 15px 30px;\n            }\n            \n            .tab-btn {\n                padding: 15px 25px;\n                font-size: 1rem;\n            }\n        }\n        \n        @media (max-width: 992px) {\n            .grid {\n                grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            }\n            \n            .diagram-box::after {\n                content: '\u2193';\n                right: 50%;\n                top: auto;\n                bottom: -25px;\n                left: auto;\n                transform: translateX(50%);\n            }\n        }\n        \n        @media (max-width: 768px) {\n            .header {\n                flex-direction: column;\n                gap: 15px;\n                padding: 15px;\n            }\n            \n            .header-actions {\n                width: 100%;\n                justify-content: center;\n            }\n            \n            .tabs {\n                flex-wrap: wrap;\n            }\n            \n            .tab-btn {\n                padding: 12px 20px;\n                font-size: 0.95rem;\n            }\n            \n            .content-container {\n                padding: 10px 15px;\n            }\n            \n            .section-title {\n                font-size: 1.5rem;\n            }\n            \n            .grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .diagram-box::after {\n                display: none;\n            }\n            \n            .value-card {\n                flex-direction: column;\n                align-items: center;\n                text-align: center;\n            }\n            \n            .value-number {\n                margin-right: 0;\n                margin-bottom: 15px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .logo-text {\n                font-size: 1.5rem;\n            }\n            \n            .action-btn {\n                padding: 6px 15px;\n                font-size: 0.9rem;\n            }\n            \n            .tab-btn {\n                padding: 10px 15px;\n                font-size: 0.9rem;\n            }\n            \n            .section-title {\n                font-size: 1.4rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div id=\"app\">\n        <div class=\"tabs-container\">\n            <div class=\"tabs\">\n                <button class=\"tab-btn active\" data-tab=\"culture\">\u516c\u53f8\u6587\u5316<\/button>\n                <button class=\"tab-btn\" data-tab=\"tech\">\u6838\u5fc3\u6280\u672f<\/button>\n                <button class=\"tab-btn\" data-tab=\"positioning\">\u5e02\u573a\u5b9a\u4f4d<\/button>\n                <button class=\"tab-btn\" data-tab=\"value\">\u793e\u4f1a\u4ef7\u503c<\/button>\n                <button class=\"tab-btn\" data-tab=\"data\">\u6570\u636e\u6d1e\u5bdf<\/button>\n                <button class=\"tab-btn\" data-tab=\"team\">\u56e2\u961f\u4ecb\u7ecd<\/button>\n            <\/div>\n        <\/div>\n        \n        <div class=\"content-container\">\n            <div class=\"content\">\n                <!-- \u516c\u53f8\u6587\u5316 -->\n                <div id=\"culture\" class=\"tab-content active\">\n                    <h2 class=\"section-title\">\u6211\u4eec\u7684\u6587\u5316\u4e0e\u4f7f\u547d<\/h2>\n                    \n                    <div class=\"stats-container\">\n                        <div class=\"stat-card\">\n                            <div class=\"stat-icon\">\n                                <i class=\"fas fa-users\"><\/i>\n                            <\/div>\n                            <div class=\"stat-value\">50,000+<\/div>\n                            <div class=\"stat-label\">\u670d\u52a1\u5bb6\u5ead\u6570\u91cf<\/div>\n                        <\/div>\n                        \n                        <div class=\"stat-card\">\n                            <div class=\"stat-icon\">\n                                <i class=\"fas fa-brain\"><\/i>\n                            <\/div>\n                            <div class=\"stat-value\">120+<\/div>\n                            <div class=\"stat-label\">\u4e13\u4e1a\u54a8\u8be2\u5e08<\/div>\n                        <\/div>\n                        \n                        <div class=\"stat-card\">\n                            <div class=\"stat-icon\">\n                                <i class=\"fas fa-shield-alt\"><\/i>\n                            <\/div>\n                            <div class=\"stat-value\">99.9%<\/div>\n                            <div class=\"stat-label\">\u6570\u636e\u5b89\u5168\u6027<\/div>\n                        <\/div>\n                        \n                        <div class=\"stat-card\">\n                            <div class=\"stat-icon\">\n                                <i class=\"fas fa-smile\"><\/i>\n                            <\/div>\n                            <div class=\"stat-value\">92%<\/div>\n                            <div class=\"stat-label\">\u7528\u6237\u6ee1\u610f\u5ea6<\/div>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"grid\">\n                        <div class=\"card\">\n                            <div class=\"card-header\">\n                                <i class=\"fas fa-bullseye\"><\/i> \u4f7f\u547d\u613f\u666f\n                            <\/div>\n                            <div class=\"card-body\">\n                                <p>\u901a\u8fc7\u533a\u5757\u94fe\u3001AI\u4e0e\u5fc3\u7406\u5b66\u7684\u878d\u5408\uff0c\u5b9e\u73b0\u5bb6\u5ead\u60c5\u611f\u6570\u636e\u7684\u8d44\u4ea7\u5316\u3001\u53ef\u91cf\u5316\u4e0e\u6c38\u7eed\u5316\u3002<\/p>\n                                <ul>\n                                    <li>\u6784\u5efa\u8986\u76d6\u6240\u6709\u5bb6\u5ead\u7fa4\u4f53\u7684\u60c5\u611f\u5065\u5eb7\u7ba1\u7406\u7cfb\u7edf<\/li>\n                                    <li>2028\u5e74\u6210\u4e3a\u793e\u4f1a\u6cbb\u7406\u4e0e\u5bb6\u5ead\u51b3\u7b56\u7684\u667a\u80fd\u6570\u636e\u4e2d\u67a2<\/li>\n                                    <li>\u7ba1\u7406\u8d8510\u4ebf\u6761\u5bb6\u5ead\u60c5\u611f\u6570\u636e\u8d44\u4ea7<\/li>\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"card\">\n                            <div class=\"card-header\">\n                                <i class=\"fas fa-hand-holding-heart\"><\/i> \u6838\u5fc3\u4ef7\u503c\n                            <\/div>\n                            <div class=\"card-body\">\n                                <div class=\"value\">\n                                    <div class=\"value-icon\">\n                                        <i class=\"fas fa-balance-scale\"><\/i>\n                                    <\/div>\n                                    <div>\n                                        <strong>\u53f8\u6cd5\u5b58\u8bc1<\/strong>\n                                        <p>\u804a\u5929\u8bb0\u5f55\u54c8\u5e0c\u5b58\u8bc1\uff0c\u5177\u6709\u53f8\u6cd5\u6548\u529b<\/p>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"value\">\n                                    <div class=\"value-icon\">\n                                        <i class=\"fas fa-heartbeat\"><\/i>\n                                    <\/div>\n                                    <div>\n                                        <strong>\u60c5\u611f\u5065\u5eb7<\/strong>\n                                        <p>\u57fa\u4e8eRoBERTa\u5fae\u8c03\u6a21\u578b\u8f93\u51fa\u60c5\u611f\u5065\u5eb7\u6307\u6570\uff0c\u51c6\u786e\u7387\u226585%<\/p>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"value\">\n                                    <div class=\"value-icon\">\n                                        <i class=\"fas fa-users\"><\/i>\n                                    <\/div>\n                                    <div>\n                                        <strong>\u4ee3\u9645\u4f20\u627f<\/strong>\n                                        <p>\u89e3\u51b3\u4ee3\u9645\u77db\u76fe\u590d\u53d1\u95ee\u9898\uff0c\u4fc3\u8fdb\u5bb6\u5ead\u548c\u8c10<\/p>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"card\">\n                            <div class=\"card-header\">\n                                <i class=\"fas fa-brain\"><\/i> \u56e2\u961f\u4e0e\u7406\u5ff5\n                            <\/div>\n                            <div class=\"card-body\">\n                                <ul>\n                                    <li>\u878d\u5408\u5fc3\u7406\u5b66\u3001AI\u6280\u672f\u4e0e\u533a\u5757\u94fe\u4e13\u5bb6<\/li>\n                                    <li>\u4ee5&#8221;\u79d1\u6280\u5b88\u62a4\u6bcf\u4e00\u4efd\u60c5\u611f&#8221;\u4e3a\u6838\u5fc3\u7406\u5ff5<\/li>\n                                    <li>\u8de8\u5b66\u79d1\u56e2\u961f\u6253\u9020\u5168\u65b9\u4f4d\u5bb6\u5ead\u5fc3\u7406\u5065\u5eb7\u89e3\u51b3\u65b9\u6848<\/li>\n                                    <li>\u575a\u6301\u6570\u636e\u9690\u79c1\u4fdd\u62a4\u4e0e\u4f26\u7406\u89c4\u8303<\/li>\n                                    <li>\u63a8\u52a8\u5bb6\u5ead\u5fc3\u7406\u5065\u5eb7\u670d\u52a1\u7684\u666e\u60e0\u5316<\/li>\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- \u6838\u5fc3\u6280\u672f -->\n                <div id=\"tech\" class=\"tab-content\">\n                    <h2 class=\"section-title\">\u6838\u5fc3\u6280\u672f\u4f53\u7cfb<\/h2>\n                    \n                    <div class=\"grid\">\n                        <div class=\"card\">\n                            <div class=\"card-header\">\n                                <i class=\"fas fa-link\"><\/i> \u533a\u5757\u94fe\u60c5\u611f\u5b58\u8bc1\n                            <\/div>\n                            <div class=\"card-body\">\n                                <ul>\n                                    <li>\u57fa\u4e8e\u8682\u8681\u94feBaaS\u5e73\u53f0\u6784\u5efa\u53f8\u6cd5\u7ea7\u5b58\u8bc1\u7cfb\u7edf<\/li>\n                                    <li>\u91c7\u7528SHA-256+\u975e\u5bf9\u79f0\u52a0\u5bc6\u53cc\u91cd\u4fdd\u969c<\/li>\n                                    <li>\u5b58\u8bc1\u54cd\u5e94\u65f6\u95f4\uff1c2\u79d2\uff0c\u7b26\u5408\u53f8\u6cd5\u94fe\u6807\u51c6<\/li>\n                                    <li>\u63d0\u4f9b\u4e0d\u53ef\u7be1\u6539\u7684\u60c5\u611f\u4ea4\u4e92\u5386\u53f2\u8bb0\u5f55<\/li>\n                                    <li>\u652f\u6301\u53f8\u6cd5\u53d6\u8bc1\u548c\u7ea0\u7eb7\u89e3\u51b3<\/li>\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"card\">\n                            <div class=\"card-header\">\n                                <i class=\"fas fa-comments\"><\/i> \u591a\u6a21\u6001\u60c5\u611f\u5206\u6790\n                            <\/div>\n                            <div class=\"card-body\">\n                                <ul>\n                                    <li>\u6574\u5408\u6587\u672c\u3001\u8bed\u97f3\u3001\u89c6\u9891\u591a\u7ef4\u5ea6\u6570\u636e\u5206\u6790<\/li>\n                                    <li>\u5fae\u8c03RoBERTa\u6a21\u578b\u5b9e\u73b0\u60c5\u611f\u5065\u5eb7\u6307\u6570(FHQI)\u8bc4\u4f30<\/li>\n                                    <li>\u51c6\u786e\u7387\u226585%\uff0c\u652f\u63017\u79cd\u6838\u5fc3\u60c5\u7eea\u8bc6\u522b<\/li>\n                                    <li>\u5b9e\u65f6\u76d1\u6d4b\u5bb6\u5ead\u6210\u5458\u60c5\u611f\u72b6\u6001\u53d8\u5316<\/li>\n                                    <li>\u63d0\u4f9b\u4e2a\u6027\u5316\u60c5\u611f\u5065\u5eb7\u5efa\u8bae<\/li>\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"card\">\n                            <div class=\"card-header\">\n                                <i class=\"fas fa-chart-line\"><\/i> \u60c5\u611f\u8d26\u6237\u7ba1\u7406\u7cfb\u7edf\n                            <\/div>\n                            <div class=\"card-body\">\n                                <ul>\n                                    <li>\u5efa\u7acb\u60c5\u611f\u50a8\u84c4\u4e0e\u900f\u652f\u9884\u8b66\u673a\u5236<\/li>\n                                    <li>\u5b9e\u65f6\u76d1\u6d4b\u751f\u7269\u6570\u636e(HRV\u3001EDA)\u4e0e\u6c9f\u901a\u8d28\u91cf<\/li>\n                                    <li>\u4e09\u7ea7\u9884\u8b66\u4f53\u7cfb\u54cd\u5e94\u5bb6\u5ead\u60c5\u611f\u5371\u673a<\/li>\n                                    <li>\u63d0\u4f9b\u60c5\u611f\u5065\u5eb7\u8bc4\u5206\u548c\u6539\u5584\u5efa\u8bae<\/li>\n                                    <li>\u53ef\u89c6\u5316\u5bb6\u5ead\u60c5\u611f\u5386\u53f2\u8d8b\u52bf<\/li>\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"card\">\n                            <div class=\"card-header\">\n                                <i class=\"fas fa-project-diagram\"><\/i> \u4ee3\u9645\u4f20\u627f\u6280\u672f\n                            <\/div>\n                            <div class=\"card-body\">\n                                <ul>\n                                    <li>\u57fa\u4e8eERC-1155\u6807\u51c6\u7684NFT\u5bb6\u8c31\u7cfb\u7edf<\/li>\n                                    <li>\u5bb6\u65cf\u5fc3\u667a\u56fe\u8c31\u53ef\u89c6\u5316\u5206\u6790\u4ee3\u9645\u5173\u7cfb<\/li>\n                                    <li>\u8de8\u4ee3\u8bb0\u5fc6\u6574\u5408\u4e0e\u4ef7\u503c\u89c2\u4f20\u9012\u5f15\u64ce<\/li>\n                                    <li>\u8bc6\u522b\u5e76\u89e3\u51b3\u4ee3\u9645\u6c9f\u901a\u969c\u788d<\/li>\n                                    <li>\u4fdd\u5b58\u5bb6\u5ead\u5386\u53f2\u4e0e\u60c5\u611f\u8bb0\u5fc6<\/li>\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"card\">\n                            <div class=\"card-header\">\n                                <i class=\"fas fa-lock\"><\/i> \u5b89\u5168\u4e0e\u9690\u79c1\u4fdd\u62a4\n                            <\/div>\n                            <div class=\"card-body\">\n                                <ul>\n                                    <li>\u4e09\u7ea7\u52a0\u5bc6\u4f53\u7cfb\uff1aAES-256 \u2192 HTTPS \u2192 SM4<\/li>\n                                    <li>\u901a\u8fc7\u7b49\u4fdd\u4e09\u7ea7\u8ba4\u8bc1\uff0c\u7b26\u5408\u300a\u4e2a\u4eba\u4fe1\u606f\u4fdd\u62a4\u6cd5\u300b<\/li>\n                                    <li>\u5dee\u5206\u9690\u79c1\u6280\u672f\u9632\u6b62\u4e2a\u4f53\u4fe1\u606f\u6cc4\u9732<\/li>\n                                    <li>\u57fa\u4e8e\u533a\u5757\u94fe\u7684\u6743\u9650\u63a7\u5236\u7cfb\u7edf<\/li>\n                                    <li>GDPR\u5408\u89c4\u6570\u636e\u5904\u7406\u6d41\u7a0b<\/li>\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"card\">\n                            <div class=\"card-header\">\n                                <i class=\"fas fa-robot\"><\/i> AI\u60c5\u611f\u52a9\u624b\n                            <\/div>\n                            <div class=\"card-body\">\n                                <ul>\n                                    <li>7&#215;24\u5c0f\u65f6\u667a\u80fd\u60c5\u611f\u652f\u6301<\/li>\n                                    <li>\u57fa\u4e8e\u6df1\u5ea6\u5b66\u4e60\u7684\u6c9f\u901a\u5efa\u8bae\u751f\u6210<\/li>\n                                    <li>\u60c5\u611f\u51b2\u7a81\u8c03\u89e3\u4e0e\u89e3\u51b3\u65b9\u6848\u63a8\u8350<\/li>\n                                    <li>\u4e2a\u6027\u5316\u5bb6\u5ead\u6d3b\u52a8\u5efa\u8bae<\/li>\n                                    <li>\u60c5\u611f\u5065\u5eb7\u8d8b\u52bf\u9884\u6d4b<\/li>\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- \u5e02\u573a\u5b9a\u4f4d -->\n                <div id=\"positioning\" class=\"tab-content\">\n                    <h2 class=\"section-title\">\u5e02\u573a\u5b9a\u4f4d\u4e0e\u89e3\u51b3\u6846\u67b6<\/h2>\n                    \n                    <div class=\"framework-diagram\">\n                        <div class=\"diagram-box\">\n                            <div class=\"diagram-icon\">\n                                <i class=\"fas fa-home\"><\/i>\n                            <\/div>\n                            <h3>\u76ee\u6807\u5bb6\u5ead\u7fa4\u4f53<\/h3>\n                            <p>\u6240\u6709\u5bb6\u5ead\u7ed3\u6784\u5168\u8986\u76d6<\/p>\n                        <\/div>\n                        <div class=\"diagram-box\">\n                            <div class=\"diagram-icon\">\n                                <i class=\"fas fa-lightbulb\"><\/i>\n                            <\/div>\n                            <h3>\u6838\u5fc3\u89e3\u51b3\u65b9\u6848<\/h3>\n                            <p>\u60c5\u611f\u5065\u5eb7\u7ba1\u7406<\/p>\n                        <\/div>\n                        <div class=\"diagram-box\">\n                            <div class=\"diagram-icon\">\n                                <i class=\"fas fa-microchip\"><\/i>\n                            <\/div>\n                            <h3>\u6280\u672f\u5b9e\u73b0<\/h3>\n                            <p>AI+\u533a\u5757\u94fe+\u5fc3\u7406\u5b66<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"grid\">\n                        <div class=\"card\">\n                            <div class=\"card-header\">\n                                <i class=\"fas fa-home\"><\/i> \u5bb6\u5ead\u7ed3\u6784\u8986\u76d6\n                            <\/div>\n                            <div class=\"card-body\">\n                                <ul>\n                                    <li><strong>\u53cc\u804c\u5de5\u5bb6\u5ead<\/strong>\uff1a\u5de5\u4f5c\u4e0e\u5bb6\u5ead\u5e73\u8861<\/li>\n                                    <li><strong>\u591a\u4ee3\u540c\u5802\u5bb6\u5ead<\/strong>\uff1a\u4ee3\u9645\u5173\u7cfb\u534f\u8c03<\/li>\n                                    <li><strong>\u5355\u4eb2\/\u91cd\u7ec4\u5bb6\u5ead<\/strong>\uff1a\u4eb2\u5b50\u5173\u7cfb\u91cd\u5efa<\/li>\n                                    <li><strong>\u9694\u4ee3\u629a\u517b\u5bb6\u5ead<\/strong>\uff1a\u6559\u80b2\u7406\u5ff5\u878d\u5408<\/li>\n                                    <li><strong>\u65b0\u5a5a\u592b\u5987<\/strong>\uff1a\u5a5a\u59fb\u5173\u7cfb\u5efa\u8bbe<\/li>\n                                    <li><strong>\u7a7a\u5de2\u5bb6\u5ead<\/strong>\uff1a\u60c5\u611f\u966a\u4f34\u652f\u6301<\/li>\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"card\">\n                            <div class=\"card-header\">\n                                <i class=\"fas fa-life-ring\"><\/i> \u6838\u5fc3\u89e3\u51b3\u6846\u67b6\n                            <\/div>\n                            <div class=\"card-body\">\n                                <ul>\n                                    <li><strong>\u60c5\u611f\u8d26\u6237\u7ba1\u7406<\/strong>\uff1a\u50a8\u84c4\u4e0e\u900f\u652f\u9884\u8b66<\/li>\n                                    <li><strong>\u4ee3\u9645\u5fc3\u667a\u4f18\u5316<\/strong>\uff1a\u5bb6\u65cf\u5fc3\u667a\u56fe\u8c31<\/li>\n                                    <li><strong>\u5fc3\u7406\u5065\u5eb7\u5e72\u9884<\/strong>\uff1a\u538b\u529b\u96f7\u8fbe\u76d1\u6d4b<\/li>\n                                    <li><strong>\u5bb6\u5ead\u4f20\u627f\u7f51\u7edc<\/strong>\uff1a\u4ef7\u503c\u89c2\u4f20\u9012\u5f15\u64ce<\/li>\n                                    <li><strong>\u5371\u673a\u9884\u8b66\u7cfb\u7edf<\/strong>\uff1a\u5b9e\u65f6\u98ce\u9669\u8bc6\u522b<\/li>\n                                    <li><strong>\u6c9f\u901a\u6559\u7ec3<\/strong>\uff1a\u4f18\u5316\u5bb6\u5ead\u4e92\u52a8\u6a21\u5f0f<\/li>\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"card\">\n                        <div class=\"card-header\">\n                            <i class=\"fas fa-sync-alt\"><\/i> \u529f\u80fd\u8054\u52a8\u673a\u5236\n                        <\/div>\n                        <div class=\"card-body\">\n                            <div class=\"value\">\n                                <div class=\"value-icon\">\n                                    <i class=\"fas fa-heart\"><\/i>\n                                <\/div>\n                                <div>\n                                    <strong>\u60c5\u611f\u8d26\u6237 + \u538b\u529b\u96f7\u8fbe<\/strong>\n                                    <p>\u9884\u9632\u9752\u5c11\u5e74\u6291\u90c1\uff0c\u60c5\u611f\u900f\u652f\u524d\u89e6\u53d1\u5fc3\u7406\u5e72\u9884<\/p>\n                                <\/div>\n                            <\/div>\n                            <div class=\"value\">\n                                <div class=\"value-icon\">\n                                    <i class=\"fas fa-project-diagram\"><\/i>\n                                <\/div>\n                                <div>\n                                    <strong>\u5fc3\u667a\u56fe\u8c31 + \u4f20\u627f\u670d\u52a1<\/strong>\n                                    <p>\u5316\u89e3\u4ee3\u9645\u4ef7\u503c\u89c2\u51b2\u7a81\uff0c\u5386\u53f2\u6a21\u5f0f\u7ed3\u5408\u73b0\u5b9e\u8c03\u89e3<\/p>\n                                <\/div>\n                            <\/div>\n                            <div class=\"value\">\n                                <div class=\"value-icon\">\n                                    <i class=\"fas fa-user-friends\"><\/i>\n                                <\/div>\n                                <div>\n                                    <strong>\u89d2\u8272\u6821\u51c6 + \u5e72\u9884\u65b9\u6848<\/strong>\n                                    <p>\u4fc3\u8fdb\u91cd\u7ec4\u5bb6\u5ead\u878d\u5408\uff0c\u7ed3\u6784\u4f18\u5316\u4e0e\u884c\u4e3a\u8bad\u7ec3\u540c\u6b65<\/p>\n                                <\/div>\n                            <\/div>\n                            <div class=\"value\">\n                                <div class=\"value-icon\">\n                                    <i class=\"fas fa-shield-alt\"><\/i>\n                                <\/div>\n                                <div>\n                                    <strong>\u533a\u5757\u94fe\u5b58\u8bc1 + AI\u5206\u6790<\/strong>\n                                    <p>\u63d0\u4f9b\u53ef\u4fe1\u60c5\u611f\u5386\u53f2\u8bb0\u5f55\uff0c\u652f\u6301\u4e13\u4e1a\u5fc3\u7406\u8bc4\u4f30<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- \u793e\u4f1a\u4ef7\u503c -->\n                <div id=\"value\" class=\"tab-content\">\n                    <h2 class=\"section-title\">\u5e02\u573a\u4ef7\u503c\u4e0e\u793e\u4f1a\u4ef7\u503c<\/h2>\n                    \n                    <div class=\"value-card\">\n                        <div class=\"value-number\">01<\/div>\n                        <div class=\"value-content\">\n                            <h3>\u5e02\u573a\u4ef7\u503c<\/h3>\n                            <p>\u2022 2025\u5e74\u5fc3\u7406\u6cbb\u7597\u884c\u4e1a\u89c4\u6a21\u9884\u8ba1\u8fbe1200-1300\u4ebf\u5143<\/p>\n                            <p>\u2022 \u6570\u636e\u9a71\u52a8\u578b\u670d\u52a1\u5360\u6bd4\u8d8525%\uff0c\u4f01\u4e1a\u7aef\u5fc3\u7406\u5065\u5eb7\u91c7\u8d2d\u6210\u65b0\u589e\u91cf<\/p>\n                            <p>\u2022 2025\u5e74\u76ee\u6807\u8986\u76d65\u4e07\u5bb6\u5ead\uff0c\u8425\u6536500\u4e07\u5143<\/p>\n                            <p>\u2022 \u4e09\u7ea7\u6536\u5165\u6a21\u578b\uff1a\u57fa\u7840\u670d\u52a1(60%)\u3001\u589e\u503c\u670d\u52a1(25%)\u3001\u6570\u636e\u670d\u52a1(15%)<\/p>\n                            <p>\u2022 \u9884\u8ba12027\u5e74\u5b9e\u73b0\u76c8\u4e8f\u5e73\u8861\uff0c2028\u5e74\u5e02\u573a\u5360\u6709\u7387\u7a81\u783415%<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"value-card\">\n                        <div class=\"value-number\">02<\/div>\n                        <div class=\"value-content\">\n                            <h3>\u793e\u4f1a\u4ef7\u503c<\/h3>\n                            <p>\u2022 \u9884\u9632\u5bb6\u5ead\u77db\u76fe\uff1a\u964d\u4f4e\u51b2\u7a81\u53d1\u751f\u9891\u7387\u548c\u5f3a\u5ea6<\/p>\n                            <p>\u2022 \u4fc3\u8fdb\u4ee3\u9645\u548c\u8c10\uff1a\u51cf\u5c11\u4ee3\u9645\u77db\u76fe\uff0c\u4f20\u627f\u5bb6\u5ead\u4ef7\u503c\u89c2<\/p>\n                            <p>\u2022 \u63d0\u5347\u5fc3\u7406\u5065\u5eb7\uff1a\u79d1\u5b66\u7ba1\u7406\u60c5\u611f\u5065\u5eb7\uff0c\u9884\u9632\u5fc3\u7406\u95ee\u9898<\/p>\n                            <p>\u2022 \u53f8\u6cd5\u8f85\u52a9\uff1a\u4e3a\u5bb6\u5ead\u7ea0\u7eb7\u63d0\u4f9b\u53f8\u6cd5\u7ea7\u5b58\u8bc1<\/p>\n                            <p>\u2022 \u793e\u4f1a\u548c\u8c10\uff1a\u964d\u4f4e\u79bb\u5a5a\u7387\uff0c\u63d0\u5347\u5bb6\u5ead\u7a33\u5b9a\u6027<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"value-card\">\n                        <div class=\"value-number\">03<\/div>\n                        <div class=\"value-content\">\n                            <h3>\u793e\u4f1a\u5f71\u54cd<\/h3>\n                            <p>\u2022 \u63a8\u52a8\u5fc3\u7406\u5065\u5eb7\u670d\u52a1\u666e\u53ca\u5316\u4e0e\u79d1\u6280\u5316<\/p>\n                            <p>\u2022 \u5efa\u7acb\u5bb6\u5ead\u60c5\u611f\u5065\u5eb7\u91cf\u5316\u8bc4\u4f30\u6807\u51c6<\/p>\n                            <p>\u2022 \u8f85\u52a9\u653f\u5e9c\u5236\u5b9a\u5bb6\u5ead\u53cb\u597d\u578b\u653f\u7b56<\/p>\n                            <p>\u2022 \u4fc3\u8fdb\u793e\u4f1a\u548c\u8c10\u4e0e\u5bb6\u5ead\u7a33\u5b9a<\/p>\n                            <p>\u2022 \u964d\u4f4e\u5fc3\u7406\u75be\u75c5\u793e\u4f1a\u533b\u7597\u652f\u51fa<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"value-card\">\n                        <div class=\"value-number\">04<\/div>\n                        <div class=\"value-content\">\n                            <h3>\u672a\u6765\u5c55\u671b<\/h3>\n                            <p>\u2022 \u6210\u4e3a\u5bb6\u5ead\u60c5\u611f\u5065\u5eb7\u7ba1\u7406\u7684\u6838\u5fc3\u5e73\u53f0<\/p>\n                            <p>\u2022 \u5efa\u7acb\u56fd\u5bb6\u7ea7\u5bb6\u5ead\u5fc3\u7406\u5065\u5eb7\u6570\u636e\u5e93<\/p>\n                            <p>\u2022 \u63a8\u52a8\u60c5\u611f\u6570\u636e\u8d44\u4ea7\u5316\u7684\u884c\u4e1a\u6807\u51c6<\/p>\n                            <p>\u2022 \u52a9\u529b&#8221;\u5065\u5eb7\u4e2d\u56fd2030&#8243;\u5fc3\u7406\u5065\u5eb7\u76ee\u6807\u5b9e\u73b0<\/p>\n                            <p>\u2022 \u5168\u7403\u5316\u62d3\u5c55\uff0c\u670d\u52a1\u5168\u7403\u5bb6\u5ead\u60c5\u611f\u5065\u5eb7<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- \u6570\u636e\u6d1e\u5bdf -->\n                <div id=\"data\" class=\"tab-content\">\n                    <h2 class=\"section-title\">\u6570\u636e\u6d1e\u5bdf\u4e0e\u5206\u6790<\/h2>\n                    \n                    <div class=\"grid\">\n                        <div class=\"card\">\n                            <div class=\"card-header\">\n                                <i class=\"fas fa-chart-pie\"><\/i> \u7528\u6237\u5206\u5e03\u5206\u6790\n                            <\/div>\n                            <div class=\"card-body\">\n                                <div class=\"value\">\n                                    <div class=\"value-icon\">\n                                        <i class=\"fas fa-city\"><\/i>\n                                    <\/div>\n                                    <div>\n                                        <strong>\u57ce\u5e02\u5206\u5e03<\/strong>\n                                        <p>\u4e00\u7ebf\u57ce\u5e02\uff1a42% | \u4e8c\u7ebf\u57ce\u5e02\uff1a35% | \u4e09\u56db\u7ebf\u57ce\u5e02\uff1a23%<\/p>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"value\">\n                                    <div class=\"value-icon\">\n                                        <i class=\"fas fa-users\"><\/i>\n                                    <\/div>\n                                    <div>\n                                        <strong>\u5bb6\u5ead\u7ed3\u6784<\/strong>\n                                        <p>\u6838\u5fc3\u5bb6\u5ead\uff1a58% | \u4e09\u4ee3\u540c\u5802\uff1a22% | \u5355\u4eb2\u5bb6\u5ead\uff1a12% | \u5176\u4ed6\uff1a8%<\/p>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"value\">\n                                    <div class=\"value-icon\">\n                                        <i class=\"fas fa-child\"><\/i>\n                                    <\/div>\n                                    <div>\n                                        <strong>\u4e3b\u8981\u7528\u6237\u5e74\u9f84<\/strong>\n                                        <p>25-35\u5c81\uff1a45% | 36-45\u5c81\uff1a32% | 46\u5c81\u4ee5\u4e0a\uff1a15% | 24\u5c81\u4ee5\u4e0b\uff1a8%<\/p>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"card\">\n                            <div class=\"card-header\">\n                                <i class=\"fas fa-heartbeat\"><\/i> \u60c5\u611f\u5065\u5eb7\u6307\u6807\n                            <\/div>\n                            <div class=\"card-body\">\n                                <div class=\"value\">\n                                    <div class=\"value-icon\">\n                                        <i class=\"fas fa-smile\"><\/i>\n                                    <\/div>\n                                    <div>\n                                        <strong>\u5e73\u5747\u60c5\u611f\u5065\u5eb7\u6307\u6570<\/strong>\n                                        <p>\u5e73\u53f0\u5e73\u5747\u5206\uff1a76.5\u5206\uff08\u6ee1\u5206100\uff09<\/p>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"value\">\n                                    <div class=\"value-icon\">\n                                        <i class=\"fas fa-tachometer-alt\"><\/i>\n                                    <\/div>\n                                    <div>\n                                        <strong>\u6539\u5584\u6548\u679c<\/strong>\n                                        <p>\u4f7f\u75283\u4e2a\u6708\u540e\u5e73\u5747\u63d0\u5347\uff1a22.3\u5206<\/p>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"value\">\n                                    <div class=\"value-icon\">\n                                        <i class=\"fas fa-exclamation-triangle\"><\/i>\n                                    <\/div>\n                                    <div>\n                                        <strong>\u98ce\u9669\u9884\u8b66<\/strong>\n                                        <p>\u6bcf\u6708\u5e73\u5747\u89e6\u53d1\u9884\u8b66\uff1a8,500\u6b21 | \u5e72\u9884\u6210\u529f\u7387\uff1a87.6%<\/p>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"card\">\n                            <div class=\"card-header\">\n                                <i class=\"fas fa-comments\"><\/i> \u6c9f\u901a\u6a21\u5f0f\u5206\u6790\n                            <\/div>\n                            <div class=\"card-body\">\n                                <div class=\"value\">\n                                    <div class=\"value-icon\">\n                                        <i class=\"fas fa-clock\"><\/i>\n                                    <\/div>\n                                    <div>\n                                        <strong>\u6bcf\u65e5\u5bb6\u5ead\u6c9f\u901a\u65f6\u95f4<\/strong>\n                                        <p>\u5e73\u5747\uff1a42\u5206\u949f | \u5efa\u8bae\u76ee\u6807\uff1a\u226560\u5206\u949f<\/p>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"value\">\n                                    <div class=\"value-icon\">\n                                        <i class=\"fas fa-balance-scale\"><\/i>\n                                    <\/div>\n                                    <div>\n                                        <strong>\u79ef\u6781\/\u6d88\u6781\u6c9f\u901a\u6bd4<\/strong>\n                                        <p>\u5e73\u53f0\u5e73\u5747\uff1a3.2:1 | \u5065\u5eb7\u57fa\u51c6\uff1a\u22655:1<\/p>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"value\">\n                                    <div class=\"value-icon\">\n                                        <i class=\"fas fa-user-friends\"><\/i>\n                                    <\/div>\n                                    <div>\n                                        <strong>\u4ee3\u9645\u6c9f\u901a\u9891\u7387<\/strong>\n                                        <p>\u7236\u6bcd-\u5b50\u5973\uff1a\u6bcf\u65e51.8\u6b21 | \u7956\u8f88-\u5b59\u8f88\uff1a\u6bcf\u54682.3\u6b21<\/p>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- \u56e2\u961f\u4ecb\u7ecd -->\n                <div id=\"team\" class=\"tab-content\">\n                    <h2 class=\"section-title\">\u4e13\u4e1a\u56e2\u961f\u4ecb\u7ecd<\/h2>\n                    \n                    <div class=\"grid\">\n                        <div class=\"card\">\n                            <div class=\"card-header\">\n                                <i class=\"fas fa-users\"><\/i> \u6838\u5fc3\u56e2\u961f\n                            <\/div>\n                            <div class=\"card-body\">\n                                <div class=\"value\">\n                                    <div class=\"value-icon\">\n                                        <i class=\"fas fa-user-tie\"><\/i>\n                                    <\/div>\n                                    <div>\n                                        <strong>\u5fc3\u94fe\u535a\u58eb<\/strong>\n                                        <p>\u521b\u59cb\u4eba &#038; CEO | \u524d\u5fc3\u94feAI\u5b9e\u9a8c\u5ba4\u4e3b\u4efb | \u5fc3\u94fe\u5927\u5b66\u8ba1\u7b97\u673a\u535a\u58eb<\/p>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"value\">\n                                    <div class=\"value-icon\">\n                                        <i class=\"fas fa-brain\"><\/i>\n                                    <\/div>\n                                    <div>\n                                        <strong>\u5fc3\u94fe\u6559\u6388<\/strong>\n                                        <p>\u9996\u5e2d\u5fc3\u7406\u5b66\u5bb6 | \u5317\u4eac\u5fc3\u94fe\u5fc3\u7406\u5b66\u6559\u6388 | \u5bb6\u5ead\u6cbb\u7597\u4e13\u5bb6<\/p>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"value\">\n                                    <div class=\"value-icon\">\n                                        <i class=\"fas fa-link\"><\/i>\n                                    <\/div>\n                                    <div>\n                                        <strong>\u5fc3\u94fe<\/strong>\n                                        <p>CTO | \u533a\u5757\u94fe\u4e13\u5bb6 | \u524d\u5fc3\u94fe\u6280\u672f\u603b\u76d1<\/p>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"value\">\n                                    <div class=\"value-icon\">\n                                        <i class=\"fas fa-chart-line\"><\/i>\n                                    <\/div>\n                                    <div>\n                                        <strong>\u5fc3\u94fe<\/strong>\n                                        <p>CPO | \u7528\u6237\u4f53\u9a8c\u4e13\u5bb6 | \u524d\u5fc3\u94fe\u9ad8\u7ea7\u4ea7\u54c1\u603b\u76d1<\/p>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"card\">\n                            <div class=\"card-header\">\n                                <i class=\"fas fa-graduation-cap\"><\/i> \u987e\u95ee\u56e2\u961f\n                            <\/div>\n                            <div class=\"card-body\">\n                                <div class=\"value\">\n                                    <div class=\"value-icon\">\n                                        <i class=\"fas fa-book\"><\/i>\n                                    <\/div>\n                                    <div>\n                                        <strong>\u5fc3\u94fe\u9662\u58eb<\/strong>\n                                        <p>\u5fc3\u94fe\u9662\u9662\u58eb | \u4eba\u5de5\u667a\u80fd\u4f26\u7406\u59d4\u5458\u4f1a\u4e3b\u5e2d<\/p>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"value\">\n                                    <div class=\"value-icon\">\n                                        <i class=\"fas fa-heart\"><\/i>\n                                    <\/div>\n                                    <div>\n                                        <strong>\u5fc3\u94fe\u6559\u6388<\/strong>\n                                        <p>\u5fc3\u94fe\u5927\u5b66\u5fc3\u7406\u5b66\u6559\u6388 | \u5bb6\u5ead\u5173\u7cfb\u7814\u7a76\u4e13\u5bb6<\/p>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"value\">\n                                    <div class=\"value-icon\">\n                                        <i class=\"fas fa-balance-scale\"><\/i>\n                                    <\/div>\n                                    <div>\n                                        <strong>\u5fc3\u94fe\u5f8b\u5e08<\/strong>\n                                        <p>\u4e92\u8054\u7f51\u6cd5\u5f8b\u4e13\u5bb6 | \u6570\u636e\u9690\u79c1\u4fdd\u62a4\u987e\u95ee<\/p>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"card\">\n                            <div class=\"card-header\">\n                                <i class=\"fas fa-handshake\"><\/i> \u5408\u4f5c\u4f19\u4f34\n                            <\/div>\n                            <div class=\"card-body\">\n                                <div class=\"value\">\n                                    <div class=\"value-icon\">\n                                        <i class=\"fas fa-hospital\"><\/i>\n                                    <\/div>\n                                    <div>\n                                        <strong>\u533b\u7597\u673a\u6784<\/strong>\n                                        <p>\u5317\u4eac\u5fc3\u94fe\u533b\u9662 | \u4e0a\u6d77\u5fc3\u94fe\u533b\u9662 | \u5e7f\u4e1c\u7701\u5fc3\u94fe\u533b\u9662<\/p>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"value\">\n                                    <div class=\"value-icon\">\n                                        <i class=\"fas fa-school\"><\/i>\n                                    <\/div>\n                                    <div>\n                                        <strong>\u6559\u80b2\u673a\u6784<\/strong>\n                                        <p>\u5fc3\u94fe\u5927\u5b66 | \u5fc3\u94fe\u5927\u5b66 | \u5fc3\u94fe\u5e08\u8303\u5927\u5b66<\/p>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"value\">\n                                    <div class=\"value-icon\">\n                                        <i class=\"fas fa-building\"><\/i>\n                                    <\/div>\n                                    <div>\n                                        <strong>\u4f01\u4e1a\u4f19\u4f34<\/strong>\n                                        <p>\u5fc3\u94fe\u5df4\u5df4 | \u5fc3\u94fe | \u5fc3\u94fe\u96c6\u56e2 | \u60c5\u667a<\/p>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            \/\/ \u6807\u7b7e\u5207\u6362\u529f\u80fd\n            const tabBtns = document.querySelectorAll('.tab-btn');\n            const tabContents = document.querySelectorAll('.tab-content');\n            \n            tabBtns.forEach(btn => {\n                btn.addEventListener('click', () => {\n                    \/\/ \u79fb\u9664\u6240\u6709active\u7c7b\n                    tabBtns.forEach(b => b.classList.remove('active'));\n                    tabContents.forEach(c => c.classList.remove('active'));\n                    \n                    \/\/ \u6dfb\u52a0active\u7c7b\u5230\u5f53\u524d\u6309\u94ae\u548c\u5185\u5bb9\n                    btn.classList.add('active');\n                    const tabId = btn.getAttribute('data-tab');\n                    document.getElementById(tabId).classList.add('active');\n                    \n                    \/\/ \u6eda\u52a8\u5230\u9876\u90e8\n                    document.querySelector('.content-container').scrollTop = 0;\n                });\n            });\n            \n            \/\/ \u5361\u7247\u60ac\u505c\u6548\u679c\u589e\u5f3a\n            document.querySelectorAll('.card, .value-card, .stat-card').forEach(card => {\n                card.addEventListener('mouseenter', function() {\n                    this.style.boxShadow = '0 8px 25px rgba(0, 0, 0, 0.15)';\n                });\n                \n                card.addEventListener('mouseleave', function() {\n                    this.style.boxShadow = '0 5px 15px rgba(0, 0, 0, 0.05)';\n                });\n            });\n            \n            \/\/ \u521d\u59cb\u5316\u7b2c\u4e00\u4e2a\u6807\u7b7e\u9875\u4e3a\u6d3b\u52a8\u72b6\u6001\n            document.querySelector('.tab-btn[data-tab=\"culture\"]').click();\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>HCAI Tech &#8211; \u79d1\u6280\u5b88\u62a4\u5bb6\u5ead\u60c5\u611f\u8d44\u4ea7 \u516c\u53f8\u6587\u5316 \u6838\u5fc3\u6280\u672f \u5e02\u573a\u5b9a\u4f4d \u793e\u4f1a\u4ef7\u503c \u6570\u636e\u6d1e\u5bdf \u56e2 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-426","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.affectivechain.com\/index.php\/wp-json\/wp\/v2\/pages\/426","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.affectivechain.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.affectivechain.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.affectivechain.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.affectivechain.com\/index.php\/wp-json\/wp\/v2\/comments?post=426"}],"version-history":[{"count":23,"href":"https:\/\/www.affectivechain.com\/index.php\/wp-json\/wp\/v2\/pages\/426\/revisions"}],"predecessor-version":[{"id":1919,"href":"https:\/\/www.affectivechain.com\/index.php\/wp-json\/wp\/v2\/pages\/426\/revisions\/1919"}],"wp:attachment":[{"href":"https:\/\/www.affectivechain.com\/index.php\/wp-json\/wp\/v2\/media?parent=426"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}