diff --git a/.astro/content.d.ts b/.astro/content.d.ts
index c0082cc..96b2fc3 100644
--- a/.astro/content.d.ts
+++ b/.astro/content.d.ts
@@ -194,6 +194,6 @@ declare module 'astro:content' {
LiveContentConfig['collections'][C]['loader']
>;
- export type ContentConfig = typeof import("../src/content.config.mjs");
+ export type ContentConfig = typeof import("./../src/content.config.mjs");
export type LiveContentConfig = never;
}
diff --git a/.astro/types.d.ts b/.astro/types.d.ts
index 03d7cc4..f964fe0 100644
--- a/.astro/types.d.ts
+++ b/.astro/types.d.ts
@@ -1,2 +1 @@
///
-///
\ No newline at end of file
diff --git a/public/img/elderly/architecture.png b/public/img/elderly/architecture.png
new file mode 100644
index 0000000..0516ced
Binary files /dev/null and b/public/img/elderly/architecture.png differ
diff --git a/public/img/elderly/case-1.png b/public/img/elderly/case-1.png
new file mode 100644
index 0000000..5bdcc2e
Binary files /dev/null and b/public/img/elderly/case-1.png differ
diff --git a/public/img/elderly/case-2.png b/public/img/elderly/case-2.png
new file mode 100644
index 0000000..4fc4044
Binary files /dev/null and b/public/img/elderly/case-2.png differ
diff --git a/public/img/elderly/hero.png b/public/img/elderly/hero.png
new file mode 100644
index 0000000..1c9710f
Binary files /dev/null and b/public/img/elderly/hero.png differ
diff --git a/public/img/elderly/homecare.png b/public/img/elderly/homecare.png
new file mode 100644
index 0000000..e0ff8e1
Binary files /dev/null and b/public/img/elderly/homecare.png differ
diff --git a/public/img/elderly/pain-1.jpg b/public/img/elderly/pain-1.jpg
new file mode 100644
index 0000000..716fc17
Binary files /dev/null and b/public/img/elderly/pain-1.jpg differ
diff --git a/public/img/elderly/pain-2.jpg b/public/img/elderly/pain-2.jpg
new file mode 100644
index 0000000..9a6915f
Binary files /dev/null and b/public/img/elderly/pain-2.jpg differ
diff --git a/public/img/elderly/pain-3.jpg b/public/img/elderly/pain-3.jpg
new file mode 100644
index 0000000..20efb49
Binary files /dev/null and b/public/img/elderly/pain-3.jpg differ
diff --git a/public/img/elderly/pain-4.jpg b/public/img/elderly/pain-4.jpg
new file mode 100644
index 0000000..17461b4
Binary files /dev/null and b/public/img/elderly/pain-4.jpg differ
diff --git a/public/img/elderly/pain-5.jpg b/public/img/elderly/pain-5.jpg
new file mode 100644
index 0000000..5e979e1
Binary files /dev/null and b/public/img/elderly/pain-5.jpg differ
diff --git a/public/img/elderly/pain-6.png b/public/img/elderly/pain-6.png
new file mode 100644
index 0000000..abde498
Binary files /dev/null and b/public/img/elderly/pain-6.png differ
diff --git a/public/img/elderly/policy-1.png b/public/img/elderly/policy-1.png
new file mode 100644
index 0000000..5a7bef7
Binary files /dev/null and b/public/img/elderly/policy-1.png differ
diff --git a/public/img/elderly/policy-2.png b/public/img/elderly/policy-2.png
new file mode 100644
index 0000000..c89fc6d
Binary files /dev/null and b/public/img/elderly/policy-2.png differ
diff --git a/public/img/elderly/policy-3.png b/public/img/elderly/policy-3.png
new file mode 100644
index 0000000..6a61e9e
Binary files /dev/null and b/public/img/elderly/policy-3.png differ
diff --git a/public/img/elderly/policy-4.png b/public/img/elderly/policy-4.png
new file mode 100644
index 0000000..477cca7
Binary files /dev/null and b/public/img/elderly/policy-4.png differ
diff --git a/src/components/sections/ElderlyArchitecture.astro b/src/components/sections/ElderlyArchitecture.astro
new file mode 100644
index 0000000..11f142b
--- /dev/null
+++ b/src/components/sections/ElderlyArchitecture.astro
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+ 系统架构
+
+
+ 从感知到处置的全链路闭环
+
+
+ 平台以物联终端与 AI 视频能力作为前端感知入口,在中台完成统一告警、分级研判与工单流转,并将机构执行与监管协同连接为同一条责任链。
+
+
+
全域感知
+
统一告警
+
工单闭环
+
监管协同
+
+
+
+
+

+
+
+
+
+
diff --git a/src/components/sections/ElderlyCases.astro b/src/components/sections/ElderlyCases.astro
new file mode 100644
index 0000000..3eeea3e
--- /dev/null
+++ b/src/components/sections/ElderlyCases.astro
@@ -0,0 +1,47 @@
+---
+const cases = [
+ {
+ title: '河北承德国恩老年公寓“4·8”重大火灾事故',
+ brief: '自制劣质插排短路引燃衣物,叠加违规彩钢板、消防失效与夜间处置缺位,造成重大人员伤亡。',
+ focus: '暴露问题:电气隐患失管、消防设施失效、值班体系缺位。',
+ img: '/img/elderly/case-1.png'
+ },
+ {
+ title: '广东东莞康怡护理院“4·4”较大火灾事故',
+ brief: '违规改建及用火不慎叠加消防系统长期瘫痪,起火后无有效报警、喷淋与排烟联动。',
+ focus: '暴露问题:系统长期手动、日常巡检流于形式、应急链条断裂。',
+ img: '/img/elderly/case-2.png'
+ }
+];
+---
+
+
+
+
+
+
+ 案例警示
+
+
+ 从事故复盘到机制重建
+
+
+
+
+ {cases.map((item) => (
+
+
+

+
+
+
+ ))}
+
+
+
diff --git a/src/components/sections/ElderlyHero.astro b/src/components/sections/ElderlyHero.astro
new file mode 100644
index 0000000..bb7d7c5
--- /dev/null
+++ b/src/components/sections/ElderlyHero.astro
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+ 智慧养老安全运营中台
+
+
+ 让养老机构从被动应对走向
+ 主动预防
+
+
+ 企安智控立足机构养老场景,融合 AI 视觉认知与全域物联感知能力,构建“主动预警、智能防控、闭环管理、数据决策”一体化平台,帮助机构持续提升照护安全与运营效率。
+
+
+
主动预警
+
智能防控
+
闭环管理
+
数据决策
+
+
+
+
+
+
+

+
+
+
+
+
+
+
为养老机构赋能
+
围绕巡检、值班、消防、照护等关键环节建立数字化台账和处置闭环,减少人防盲区,提升夜间与失能老人看护能力。
+
+
+
为监管部门赋能
+
实现数据可视、风险可量化、问题可追溯,支撑一院一策、动态清零和责任闭环,打造可落地的养老安全监管抓手。
+
+
+
+
+
diff --git a/src/components/sections/ElderlyHomeCare.astro b/src/components/sections/ElderlyHomeCare.astro
new file mode 100644
index 0000000..287c094
--- /dev/null
+++ b/src/components/sections/ElderlyHomeCare.astro
@@ -0,0 +1,56 @@
+---
+const products = [
+ {
+ name: '雷呼一体机',
+ points: '支持生命体征雷达选配,融合人体存在、体动、呼吸、心率等感知能力。'
+ },
+ {
+ name: '紧急报警按钮',
+ points: '采用 RF433M 双向通信,支持防拆报警,满足居家紧急一键呼叫。'
+ },
+ {
+ name: '水浸传感器',
+ points: '高精度水感探头可快速检测浸水状态,异常信息实时推送。'
+ },
+ {
+ name: '烟雾探测器',
+ points: '基于光电感应识别烟雾信号,联动告警与远程通知。'
+ }
+];
+---
+
+
+
+
+
+
+ 居家养老服务
+
+
+ 适老化改造 + 智能终端 + 数据服务
+
+
+
+
+
+
+

+
+
+
+
+ 结合家庭养老床位服务规范,平台可接入烟感、水浸、紧急按钮等多类无线终端,形成家庭端风险感知、告警推送与服务联动能力。
+
+
+ {products.map((item) => (
+
+ ))}
+
+
+
+
+
+
diff --git a/src/components/sections/ElderlyPainPoints.astro b/src/components/sections/ElderlyPainPoints.astro
new file mode 100644
index 0000000..b8d08fc
--- /dev/null
+++ b/src/components/sections/ElderlyPainPoints.astro
@@ -0,0 +1,66 @@
+---
+const painPoints = [
+ {
+ title: '管理模式滞后',
+ desc: '传统手段陈旧、应急响应迟缓,火情与突发事件处置不及时。',
+ img: '/img/elderly/pain-1.jpg'
+ },
+ {
+ title: '设施维护困难',
+ desc: '设备状态缺乏在线监控,数据分散,维护效率和准确性偏低。',
+ img: '/img/elderly/pain-2.jpg'
+ },
+ {
+ title: '电气隐患隐蔽',
+ desc: '线路老化难察觉,人工排查容易遗漏,风险预警能力不足。',
+ img: '/img/elderly/pain-3.jpg'
+ },
+ {
+ title: '台账管理低效',
+ desc: '纸质记录易丢失、更新滞后,带来较高合规管理成本。',
+ img: '/img/elderly/pain-4.jpg'
+ },
+ {
+ title: '演练流于形式',
+ desc: '缺少实战化模拟,员工处置能力薄弱,预案与现场脱节。',
+ img: '/img/elderly/pain-5.jpg'
+ },
+ {
+ title: '监控存在盲区',
+ desc: '安防覆盖不全,难以实时管控,事后追溯效率较低。',
+ img: '/img/elderly/pain-6.png'
+ }
+];
+---
+
+
+
+
+
+
+ 机构养老六大安全痛点
+
+
+ 问题看得见,治理才能落得下
+
+
+ 围绕管理、设施、电气、台账、演练、监控六个关键维度,建立风险画像,明确智慧养老平台建设优先级。
+
+
+
+
+ {painPoints.map((item, index) => (
+
+
+

+
+
+
0{index + 1} / 06
+
+
{item.desc}
+
+
+ ))}
+
+
+
diff --git a/src/components/sections/ElderlyPolicy.astro b/src/components/sections/ElderlyPolicy.astro
new file mode 100644
index 0000000..de269a8
--- /dev/null
+++ b/src/components/sections/ElderlyPolicy.astro
@@ -0,0 +1,64 @@
+---
+const policies = [
+ {
+ title: '关于进一步加强养老机构安全管理的意见',
+ meta: '国务院办公厅 | 国办发〔2026〕7号',
+ desc: '2026年养老安全领域顶层监管文件,聚焦火灾等重特大风险,要求全面排查整治突出隐患。',
+ tags: ['一院一策', '闭环整改', '动态清零'],
+ img: '/img/elderly/policy-1.png'
+ },
+ {
+ title: '养老机构生活照料服务基本规范',
+ meta: 'GB/T 46914-2025 | 2026年4月实施',
+ desc: '统一生活照料、安全防护、人员配置、服务流程、应急呼叫等核心要求,作为监管与等级评定依据。',
+ tags: ['国家基础标准', '检查评级依据'],
+ img: '/img/elderly/policy-2.png'
+ },
+ {
+ title: '养老服务标准体系建设指南(2025版)',
+ meta: '民政部、国标委',
+ desc: '构建全国统一、层级清晰的标准体系,覆盖安全管理、生活照料、医疗护理、消防安全、人员资质等领域。',
+ tags: ['统一技术标尺', '规范化运营依据'],
+ img: '/img/elderly/policy-3.png'
+ },
+ {
+ title: '加快建立长期护理保险制度实施方案',
+ meta: '国家医保局等八部门 | 2026年3月',
+ desc: '加快全国长护险落地,配套建立机构准入、服务质量监管、费用审核与支付管控机制。',
+ tags: ['长护险落地', '资金与服务双监管'],
+ img: '/img/elderly/policy-4.png'
+ }
+];
+---
+
+
+
+
+
+
+ 政策导向与标准要求
+
+
+ 政策有依据,建设有方向
+
+
+
+
+ {policies.map((item) => (
+
+
+

+
+ {item.meta}
+
+ {item.desc}
+
+ {item.tags.map((tag) => (
+ {tag}
+ ))}
+
+
+ ))}
+
+
+
diff --git a/src/components/sections/Footer.astro b/src/components/sections/Footer.astro
index 7e10536..69c5b4e 100644
--- a/src/components/sections/Footer.astro
+++ b/src/components/sections/Footer.astro
@@ -60,7 +60,7 @@
- 本地化定制
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index e8137b2..a12d776 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -24,7 +24,7 @@ const navItems: NavItem[] = [
{
id: 'products', label: '产品中心', href: '/qazk', icon: 'fa-cubes',
children: [
- { id: 'qazk', label: '企安智控', href: '/qazk', icon: 'fa-cogs' },
+ { id: 'qazk', label: '工贸企业', href: '/qazk', icon: 'fa-cogs' },
{ id: 'elderly', label: '智慧养老', href: '/elderly', icon: 'fa-heartbeat' },
{ id: 'construction', label: '智慧工地', href: '/construction', icon: 'fa-industry' },
{ id: 'kitchen', label: '明厨亮灶', href: '/kitchen', icon: 'fa-cutlery' },
diff --git a/src/pages/elderly/index.astro b/src/pages/elderly/index.astro
new file mode 100644
index 0000000..8e9630f
--- /dev/null
+++ b/src/pages/elderly/index.astro
@@ -0,0 +1,20 @@
+---
+import Layout from '../../layouts/Layout.astro';
+import ElderlyHero from '../../components/sections/ElderlyHero.astro';
+import ElderlyPainPoints from '../../components/sections/ElderlyPainPoints.astro';
+import ElderlyPolicy from '../../components/sections/ElderlyPolicy.astro';
+import ElderlyCases from '../../components/sections/ElderlyCases.astro';
+import ElderlyArchitecture from '../../components/sections/ElderlyArchitecture.astro';
+import ElderlyHomeCare from '../../components/sections/ElderlyHomeCare.astro';
+---
+
+
+
+
+
+
+
+
+
+
+