diff --git a/public/img/education/architecture.png b/public/img/education/architecture.png new file mode 100644 index 0000000..86c4193 Binary files /dev/null and b/public/img/education/architecture.png differ diff --git a/public/img/education/hero.png b/public/img/education/hero.png new file mode 100644 index 0000000..aa75cbb Binary files /dev/null and b/public/img/education/hero.png differ diff --git a/public/img/education/pain-1-manual-patrol.svg b/public/img/education/pain-1-manual-patrol.svg new file mode 100644 index 0000000..f547415 --- /dev/null +++ b/public/img/education/pain-1-manual-patrol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/education/pain-1-post-response.svg b/public/img/education/pain-1-post-response.svg new file mode 100644 index 0000000..ed79495 --- /dev/null +++ b/public/img/education/pain-1-post-response.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/education/pain-2-fire-security.svg b/public/img/education/pain-2-fire-security.svg new file mode 100644 index 0000000..0a27322 --- /dev/null +++ b/public/img/education/pain-2-fire-security.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/education/pain-2-food-safety.svg b/public/img/education/pain-2-food-safety.svg new file mode 100644 index 0000000..09a2d9b --- /dev/null +++ b/public/img/education/pain-2-food-safety.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/education/pain-2-ops-maintenance.svg b/public/img/education/pain-2-ops-maintenance.svg new file mode 100644 index 0000000..a2ef221 --- /dev/null +++ b/public/img/education/pain-2-ops-maintenance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/education/pain-3-access-control.svg b/public/img/education/pain-3-access-control.svg new file mode 100644 index 0000000..1df6f5c --- /dev/null +++ b/public/img/education/pain-3-access-control.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/education/pain-3-fire-alarm.svg b/public/img/education/pain-3-fire-alarm.svg new file mode 100644 index 0000000..e550aaf --- /dev/null +++ b/public/img/education/pain-3-fire-alarm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/education/pain-3-video-surveillance.svg b/public/img/education/pain-3-video-surveillance.svg new file mode 100644 index 0000000..0753a7f --- /dev/null +++ b/public/img/education/pain-3-video-surveillance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/education/pain-4-collab-weak.svg b/public/img/education/pain-4-collab-weak.svg new file mode 100644 index 0000000..ee96ad7 --- /dev/null +++ b/public/img/education/pain-4-collab-weak.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/education/pain-4-process-nonstandard.svg b/public/img/education/pain-4-process-nonstandard.svg new file mode 100644 index 0000000..b61b17e --- /dev/null +++ b/public/img/education/pain-4-process-nonstandard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/education/pain-4-system-missing.svg b/public/img/education/pain-4-system-missing.svg new file mode 100644 index 0000000..4e96dcf --- /dev/null +++ b/public/img/education/pain-4-system-missing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/education/pain-5-device-complex.svg b/public/img/education/pain-5-device-complex.svg new file mode 100644 index 0000000..2018f0d --- /dev/null +++ b/public/img/education/pain-5-device-complex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/education/pain-5-manual-record.svg b/public/img/education/pain-5-manual-record.svg new file mode 100644 index 0000000..418bd5c --- /dev/null +++ b/public/img/education/pain-5-manual-record.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/education/pain-5-missed-inspection.svg b/public/img/education/pain-5-missed-inspection.svg new file mode 100644 index 0000000..ca58bee --- /dev/null +++ b/public/img/education/pain-5-missed-inspection.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/sections/EducationArchitecture.astro b/src/components/sections/EducationArchitecture.astro new file mode 100644 index 0000000..997679a --- /dev/null +++ b/src/components/sections/EducationArchitecture.astro @@ -0,0 +1,96 @@ +--- +const capabilities = [ + { + title: '校园出入管理', + desc: '统一师生、访客、车辆出入规则,支持异常通行告警与记录追溯。', + icon: 'fa-sign-in' + }, + { + title: '视频巡查联动', + desc: '结合视频监控能力实现重点区域全天候巡查,异常行为自动触发提醒。', + icon: 'fa-video-camera' + }, + { + title: '消防预警管理', + desc: '接入消防报警与巡检台账,建立火灾风险早发现、早处置机制。', + icon: 'fa-fire-extinguisher' + }, + { + title: '后勤运维闭环', + desc: '设备巡检、维修、复核全流程线上化,减少漏检失修与台账不一致。', + icon: 'fa-wrench' + }, + { + title: '食品安全保障', + desc: '围绕食堂后厨重点环节建立检查标准和整改机制,保障师生用餐安全。', + icon: 'fa-cutlery' + }, + { + title: '处置流程标准化', + desc: '将事件分级、责任分派、完成验收沉淀为标准流程,提升协同效率。', + icon: 'fa-random' + } +]; +--- + +
+
+
+
+
+

+ + 系统架构 +

+

+ 一张图打通校园安全治理闭环 +

+

+ 平台以视频监控、出入管理、消防报警和后勤设备为前端感知入口,通过统一事件中台将告警、研判、派单、复核、归档串联成一条可追踪责任链。 +

+

+ 与单点系统相比,这套架构重点解决“信息不互通、处置不一致、结果难复盘”三类问题,让学校管理方和监管方都能基于同一份事实数据推进安全治理。 +

+
+
多源感知
+
统一告警
+
工单闭环
+
过程留痕
+
+
+

架构落地重点

+

先接关键系统、再统一事件标准、最后沉淀闭环流程,避免“大而全”建设带来的上线难和使用难问题,保障学校端可持续运营。

+
+
+ +
+ 智慧学校系统架构图 +
+
+ +
+
+

+ + 核心能力体系 +

+

+ 面向校园场景的一体化能力底座 +

+
+ +
+ {capabilities.map((item) => ( +
+
+ +
+
{item.title}
+

{item.desc}

+
+ ))} +
+
+
+
+
diff --git a/src/components/sections/EducationHero.astro b/src/components/sections/EducationHero.astro new file mode 100644 index 0000000..6e50845 --- /dev/null +++ b/src/components/sections/EducationHero.astro @@ -0,0 +1,44 @@ +
+
+
+
+
+
+ + 智慧学校安全运营平台 +
+

+ 智慧学校 +

+

+ 围绕校园安防、后勤运维与日常管理场景,融合 AI 视频识别与多系统数据联动,构建“主动发现、快速联动、标准处置、全过程追溯”的校园安全闭环体系。 +

+
+
主动发现
+
统一告警
+
标准处置
+
全程追溯
+
+
+ +
+
+
+ 智慧学校平台展示 +
+
+
+ +
+
+

为学校管理方赋能

+

打通出入、监控、消防、后勤等系统数据,减少人工巡检压力,提升问题发现效率和校园运营精细化水平。

+
+
+

为教育监管方赋能

+

通过事件留痕、闭环工单和风险统计实现问题可追溯、整改可考核,支撑校园安全治理数字化升级。

+
+
+
+
+
diff --git a/src/components/sections/EducationPainPoints.astro b/src/components/sections/EducationPainPoints.astro new file mode 100644 index 0000000..01c3b03 --- /dev/null +++ b/src/components/sections/EducationPainPoints.astro @@ -0,0 +1,164 @@ +--- +const painSections = [ + { + index: '痛点一', + title: '巡检模式传统,风险发现偏后', + summary: '校园日常安全巡检仍依赖人工经验,覆盖频次和标准执行不稳定,异常问题经常在事后才进入处置流程。', + items: [ + { + title: '人工巡查', + desc: '依赖人员定时巡检,重点区域和高峰时段存在覆盖盲区。', + icon: '/img/education/pain-1-manual-patrol.svg' + }, + { + title: '事后处置', + desc: '问题发现滞后,处置流程启动慢,风险扩散概率增加。', + icon: '/img/education/pain-1-post-response.svg' + } + ] + }, + { + index: '痛点二', + title: '重点领域监管与合规压力', + summary: '关键环节监管标准执行不到位,过程记录不完整、不规范,难以满足最新政策法规与行业监管要求。', + items: [ + { + title: '食品安全', + desc: '食材采购溯源难、加工过程监控缺失,存在卫生隐患。', + icon: '/img/education/pain-2-food-safety.svg' + }, + { + title: '消防安防', + desc: '设施巡检不及时,隐患排查记录不规范,应急响应慢。', + icon: '/img/education/pain-2-fire-security.svg' + }, + { + title: '后勤运维', + desc: '设备维护记录不全,维修流程不透明,资源浪费严重。', + icon: '/img/education/pain-2-ops-maintenance.svg' + } + ], + risk: '重点环节整改不及时,可能面临监管处罚、责任追责与舆情风险。' + }, + { + index: '痛点三', + title: '系统割裂,数据协同不足', + summary: '出入管理、视频监控、消防报警等系统相互独立,数据难汇聚、事件难联动,管理效率受限。', + items: [ + { + title: '出入管理系统', + desc: '访客、车辆、师生进出规则分散,异常通行难以统一预警。', + icon: '/img/education/pain-3-access-control.svg' + }, + { + title: '视频监控系统', + desc: '监控数据孤立,难与其他业务系统形成协同处置链路。', + icon: '/img/education/pain-3-video-surveillance.svg' + }, + { + title: '消防报警系统', + desc: '告警信息无法与现场管理流程联动,闭环追踪困难。', + icon: '/img/education/pain-3-fire-alarm.svg' + } + ] + }, + { + index: '痛点四', + title: '治理机制不完善,处置质量不稳定', + summary: '处理流程不规范、管理体系缺失、跨部门协同不足,导致同类问题反复出现,难以形成长效治理。', + items: [ + { + title: '处理流程不规范', + desc: '事件分级、责任分派、验收标准不统一,执行偏差大。', + icon: '/img/education/pain-4-process-nonstandard.svg' + }, + { + title: '管理体系缺失', + desc: '缺少制度化台账与持续评估机制,整改难以沉淀为标准。', + icon: '/img/education/pain-4-system-missing.svg' + }, + { + title: '联动协同不足', + desc: '安保、后勤、教务之间信息传递链路长,响应效率低。', + icon: '/img/education/pain-4-collab-weak.svg' + } + ] + }, + { + index: '痛点五', + title: '设备和台账管理粗放,运维成本持续抬升', + summary: '设备数量多、类型杂,依赖人工登记与分散记录,漏检失修与信息不一致问题并存。', + items: [ + { + title: '漏检失修', + desc: '周期巡检执行不到位,关键设备状态变化无法及时掌握。', + icon: '/img/education/pain-5-missed-inspection.svg' + }, + { + title: '人工登记', + desc: '纸质或分散表格记录易遗漏、易出错,追溯效率低。', + icon: '/img/education/pain-5-manual-record.svg' + }, + { + title: '设备繁杂', + desc: '多品牌多协议并存,维护策略难统一,管理复杂度高。', + icon: '/img/education/pain-5-device-complex.svg' + } + ] + } +]; +--- + +
+
+
+

+ + 校园管理核心痛点 +

+

+ 按场景拆解问题,按闭环重建治理 +

+
+ +
+ {painSections.map((section) => ( +
+
+

+ {section.index}:{section.title} +

+
+

{section.summary}

+
+
+ +
+ {section.items.map((item) => ( +
+
+
+ {item.title} +
+

{item.title}

+
+

{item.desc}

+
+ ))} +
+ + {section.risk && ( +
+
+ +
+

+ 合规风险提示:{section.risk} +

+
+ )} +
+ ))} +
+
+
diff --git a/src/components/sections/EducationPolicy.astro b/src/components/sections/EducationPolicy.astro new file mode 100644 index 0000000..4ab5920 --- /dev/null +++ b/src/components/sections/EducationPolicy.astro @@ -0,0 +1,114 @@ +--- +const nationalPolicies = [ + { + title: '教育强国建设规划纲要(2024-2035年)', + meta: '中共中央、国务院', + desc: '提出以数字化赋能教育治理现代化,完善校园安全治理体系,强化重点场景风险防控能力。', + tags: ['数字化治理', '安全体系建设', '风险防控'] + }, + { + title: '关于推进教育新型基础设施建设构建高质量教育支撑体系的指导意见', + meta: '教育部等六部门', + desc: '强调推进校园感知、安防与管理系统协同建设,提升教育场景智能监管与综合治理能力。', + tags: ['新基建', '系统协同', '智能监管'] + } +]; + +const regulationPolicies = [ + { + title: '中小学幼儿园安全管理办法', + meta: '教育部、公安部等十部门', + desc: '明确校园安全管理责任分工,要求建立日常检查、隐患整改、应急处置和责任追溯机制。', + tags: ['责任体系', '隐患排查', '应急处置'] + }, + { + title: '学校食品安全与营养健康管理规定', + meta: '教育部、市场监管总局、国家卫生健康委', + desc: '围绕食堂采购、加工、留样、陪餐和信息公开提出全过程管理要求,是学校食品安全治理的重要依据。', + tags: ['食堂治理', '过程留痕', '常态监管'] + }, + { + title: '消防安全责任制实施办法', + meta: '国务院办公厅', + desc: '强调单位主体责任和日常巡检制度,要求完善火灾隐患治理与应急演练,提升校园消防保障能力。', + tags: ['消防责任', '巡检整改', '演练机制'] + }, + { + title: '企业事业单位内部治安保卫条例', + meta: '国务院行政法规', + desc: '要求重点单位落实人防、物防、技防措施,为校园门岗管理、视频巡查和重点区域防护提供制度支撑。', + tags: ['技防建设', '重点防护', '联防联控'] + } +]; +--- + +
+
+
+

+ + 政策导向与法规依据 +

+

+ 政策有依据,建设有方向 +

+

+ 围绕校园安防、消防、食品与治安管理的关键法规要求,构建“可检查、可整改、可追溯”的数字化治理闭环。 +

+
+ +
+
+
+
+

国家政策导向

+
+
+ {nationalPolicies.map((item) => ( +
+
+

{item.meta}

+ + + +
+

{item.title}

+

{item.desc}

+
+ {item.tags.map((tag) => ( + {tag} + ))} +
+
+ ))} +
+
+ +
+
+
+

法规制度依据

+
+
+ {regulationPolicies.map((item) => ( +
+
+

{item.meta}

+ + + +
+

{item.title}

+

{item.desc}

+
+ {item.tags.map((tag) => ( + {tag} + ))} +
+
+ ))} +
+
+
+
+
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 07bc6f2..79ba974 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -28,7 +28,7 @@ const navItems: NavItem[] = [ { id: 'elderly', label: '智慧养老', href: '/elderly', icon: 'fa-heartbeat' }, { id: 'construction', label: '智慧工地', href: '/construction', icon: 'fa-industry' }, { id: 'kitchen', label: '明厨亮灶', href: '/kitchen', icon: 'fa-cutlery' }, - { id: 'education', label: '学校教育', href: '/education', icon: 'fa-graduation-cap' }, + { id: 'education', label: '智慧学校', href: '/education', icon: 'fa-graduation-cap' }, ] }, { id: 'customization', label: '本地化定制', href: '/customization', icon: 'fa-wrench' }, diff --git a/src/pages/education/index.astro b/src/pages/education/index.astro new file mode 100644 index 0000000..c6995c6 --- /dev/null +++ b/src/pages/education/index.astro @@ -0,0 +1,16 @@ +--- +import Layout from '../../layouts/Layout.astro'; +import EducationHero from '../../components/sections/EducationHero.astro'; +import EducationPainPoints from '../../components/sections/EducationPainPoints.astro'; +import EducationPolicy from '../../components/sections/EducationPolicy.astro'; +import EducationArchitecture from '../../components/sections/EducationArchitecture.astro'; +--- + + +
+ + + + +
+