CINXE.COM
上海金盾消防智能科技有限公司 - 店铺首页
<!doctype html> <html> <head> <meta id="application_base" name="base" content="/" /> <meta name="viewport" content="" width="1200" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta charset="utf-8"> <title>上海金盾消防智能科技有限公司 - 店铺首页</title> <meta name="keywords" content="招材喵,建筑建材,建筑材料,建材比选,建材报价,建材行情,建筑标准规范,建材采购,建材供应,建材展会,建材市场,选材字典。" /> <meta name="description" content="招材喵-中国最大的建筑材料选材字典。 国内首个以互联网连接整个建筑业、资源共享、免费宣传品牌的综合平台。囊括建筑材料、产品比选、材料报价及行情、采购供应等相关服务,形成一个线上线下融为一体的全球化建筑生态圈。" /> <link type="text/css" rel="stylesheet" href="/static/web/js/jquery-ui/jquery-ui.min.css" /> <link type="text/css" rel="stylesheet" href="//www.buildnet.cn/content/home/css/reset.css" /> <link type="text/css" rel="stylesheet" href="//www.buildnet.cn/Areas/main/Content/css/partialHeader.css" /> <link type="text/css" rel="stylesheet" href="/static/web/css/ck-buildnet.css" /> <link type="text/css" rel="stylesheet" href="//www.buildnet.cn/content/home/css/function.css" /> <link rel='icon' href='/static/web/images/favicon.ico' type='image/x-icon' /> <link rel='shortcut icon' href='/static/web/images/favicon.ico' type='image/x-icon' /> <script type="text/javascript" > window.onload=myfun; function myfun() { document.cookie = "_biclientheight="+document.body.clientHeight+"; path=/" document.cookie = "_biclientwidth="+document.body.clientWidth+"; path=/" } </script> <script type="text/javascript" src="/static/web/js/jquery-1.11.3.min.js"></script> <script type="text/javascript" src="/static/web/js/jquery.placeholder.js"></script> <script type="text/javascript" src="http://www.buildnet.cn/Areas/main/Content/js/myJs.js" charset="utf-8"></script> <script type="text/javascript" src="/static/web/js/ck-js.js"></script> <script type="text/javascript" src="/static/web/js/slide.js"></script> <script type="text/javascript" src="/static/web/js/validator.js"></script> <script type="text/javascript" src="/static/web/js/layer/layer.js"></script> <!-- <script type="text/javascript" src="/static/web/js/layer/layer.min.js"></script> --> <script type="text/javascript" src="/static/web/js/jquery-ui/jquery-ui.min.js"></script> <script type="text/javascript" src="/static/web/js/angularjs/angular.min.js"></script> <script type="text/javascript" src="/static/web/js/angularjs/i18n/angular-locale_zh.js"></script> <script type="text/javascript" src="/static/web/js/array-extension.js"></script> <script type="text/javascript" src="/static/web/js/httputils.js"></script> <script type="text/javascript" src="/static/web/js/common.js"></script> <script type="text/javascript" src="/static/web/js/angular-extension.js"></script> <style> li{word-break:break-all} .notlogin{border:solid 2px red;border-radius:5px;color:red;background-color:yellow;text-align:center;padding:10px;} </style> <script> ngEx.controller("_notExists",function(){}); var validators = [ {"target":'#userTrueName',validate:[validator.reg.required],message:["姓名必填"],group:'va'}, {"target":'#enterpriseName',validate:[validator.reg.required],message:["公司必填"],group:'va'}, {"target":'#userEmail',validate:[validator.reg.email],message:["请认真检查邮箱格式!例:123@163.com"],group:'va'}, {"target":'#userMobile',validate:[validator.reg.required,validator.reg.mobile],message:["手机号必填","请仔细检查格式!格式为11位手机号码"],group:'va'} ]; $(function(){ $(".slideInner").slide({ slideContainer: $('.slideInner a'), effect: 'easeOutCirc', autoRunTime: 5000, slideSpeed: 1000, nav: true, autoRun: true, prevBtn: $('a.prev'), nextBtn: $('a.next') }); $(window).resize(function(){ $(".slideInner").slide({ slideContainer: $('.slideInner a'), effect: 'easeOutCirc', autoRunTime: 5000, slideSpeed: 1000, nav: true, autoRun: true, prevBtn: $('a.prev'), nextBtn: $('a.next') }); }); validator.initDefault(validators); }); //收藏 var doEnterpriseCollect = function(){ checkUserIsLogin(function(){ var edata = {}; edata.targetId = "504997"; edata.targetType = "t_gb_enterprise"; edata.targetTitle = "上海金盾消防智能科技有限公司"; edata.relativePath = "enterprise/"+"504997"; $.ajax({ cache: true, type: "POST", url:'/ucenter/collect/do_collect', data:JSON.stringify(edata), async: false, headers : { 'Content-Type' : 'application/json;charset=utf-8' }, error: function(request) { tc.ui.msgbox.alertError("操作失败"); }, success: function(data) { if(data.success){ if($("#enterpriseCollect").val().indexOf("已收藏")==0){ $("#enterpriseCollect").val("收藏"+"("+data.data+")"); }else{ $("#enterpriseCollect").val("已收藏"+"("+data.data+")"); } }else{ tc.ui.msgbox.alertError("操作失败"); } } }); }); }; $(function(){ $('#txt-layout-search').on("keydown",function(e){ if(e.which==13){ $('#btn-layout-search').trigger('click'); } }); $('#btn-layout-search').click(function(){ location.href='/enterprise/504997/product?kw='+encodeURIComponent($('#txt-layout-search').val()); }); $('#addViewApplyBtn').click(function(){ if(validator.isPass('va')){ }else{ tc.ui.msgbox.alertError('请正确填写信息!'); return; } var param = tc.form.formatJson('#addViewApplyff'); $.ajax({ cache: true, type: "POST", url:'/viewapply/add_view_apply', data:JSON.stringify(param), async: false, headers : { 'Content-Type' : 'application/json;charset=utf-8' }, error: function(request) { tc.ui.msgbox.alertError("保存失败"); }, success: function(data) { if(data.success){ tc.ui.msgbox.alertInfo( "保存成功",function(){location.reload(true);} ); layer.close(index); }else{ tc.ui.msgbox.alertError("保存失败"); } } }); }); }); var index; function addViewApply(){ index = layer.open({ type: 1, shade: [0.5,'#000'], area: ['auto', 'auto'], title: "申请查看权限", content: $('#addViewApplyCer') }); tc.form.reset($("#addViewApplyff")); } function showViewApply(){ tc.ui.msgbox.alertInfo("您的申请已提交,管理员正在全力审核中。请耐心等待审核结果!"); } function updateViewApply(){ $.ajax({ cache: true, type: "POST", url:'/viewapply/get_view_apply', async: false, headers : { 'Content-Type' : 'application/json;charset=utf-8' }, error: function(request) { tc.ui.msgbox.alertError("保存失败"); }, success: function(data) { $("#userTrueName").attr("value",data.data.userTrueName); $("#userMobile").attr("value",data.data.userMobile); $("#enterpriseName").attr("value",data.data.enterpriseName); $("#userEmail").attr("value",data.data.userEmail); $("#auditRemark").html("您上次的申请由于: "+data.data.auditRemark+" 未通过审核! 请仔细核对后重新提交!"); addViewApply(); } }); } </script> </head> <body class="bg-white" ng-app="app"> <!-- top --> <div class="g-ck-top"> <div class="m-ck-top"> <p> <a href="/auth/login?redirect=http%3A%2F%2Fzcm.buildnet.cn%2Fenterprise%2F504997">登录</a> <a href="http://www.buildnet.cn/register">注册</a> </a><!--<a href="#">简体</a>--> </p> <a href="http://www.buildnet.cn/">建设网首页 </a><a href="http://zcm.buildnet.cn/">招材喵 </a><a href="http://gc.buildnet.cn">工程电讯 </a><a href="http://www.buildnet.cn/Notice/Home/NoticeList/-">招标采购 </a><a href="http://www.buildnet.cn/hd">交流会 </a><a href="http://news.buildnet.cn/NewsAndEvents/NewList.aspx?ID=31&GetType=Type">行业动态</a> </div> </div> <!-- /top --><!-- logo --> <div class="g-ck-logo"> <div class="m-ck-logo"> <div class="ck-search"> <input class="ck-inpText" type="text" placeholder="请输入您要搜索的内容" id="txt-search-keyword"> <select id="sel-search-type"> <option value="product" selected="selected">产品</option> <option value="enterprise">供应商</option> <option value="case">案例</option> <option value="standard">规范</option> </select> <button type="button" class=" ck-inpBtn ck-btn-danger" id="btn-search-button">搜索</button> <script> $('#txt-search-keyword').keydown(function(e){ if(e.which==13){ $('#btn-search-button').trigger('click'); } }); $('#btn-search-button').click(function(){ var topage = $('#sel-search-type').val(),keyword=encodeURIComponent($('#txt-search-keyword').val()); if(topage=="standard"){ location.href="/standard/list?keyword="+keyword; return; } location.href = "/home/"+topage+"?keyword="+keyword; }); </script> </div> <span class="compName"><a title="上海金盾消防智能科技有限公司" href="/enterprise//504997" target="_blank"> 上海金盾消防智能科技有限公司 </a> </span> </div> </div> <!-- /logo --><!-- banner --> <div class="g-ck-banner2"> <!-- 代码 开始 --> <div class="slides"> <div class="slideInner"> <div style=""> <a href="javascript:void(0)" style="background-image:url(/static/web/images/store-images/test1.jpg);"></a> </div> </div> <div class="nav"> <a class="prev" href="javascript:;"></a> <a class="next" href="javascript:;"></a> </div> </div> <!-- 代码 结束 --> </div> <!-- /banner --> <!-- nav --> <div class="g-ck-topNav"> <div class="m-ck-topNav"> <ul> <li><a class="index current" href="javascript:">首页</a></li> <li><a href="/enterprise/504997/product">产品展示</a></li> <li><a href="/enterprise/504997/case">案例展示</a></li> <li><a href="/enterprise/504997/detail">企业档案</a></li> <li><a href="/enterprise/504997/news">企业资讯</a></li> </ul> </div> </div> <!-- /nav --> <!-- content --> <div class="g-ck-content"> <div class="m-ck-content"> <div class="f-cb"> <!-- 左侧边栏 --> <div class="m-ck-side f-fl"> <!-- 公司 --> <div class="ck-company-infor"> <a class="logo" href="/enterprise/504997" target="_blank" style=" display: table-cell; vertical-align:middle; text-align:center;"> <img alt="上海金盾消防智能科技有限公司" src="http://res.buildnet.cn/backimgs/o_1bj4lqcvh10cnptg134he04148t1g_212_95.jpg" style="vertical-align:middle;"/> </a> <p class="u-compName" title="上海金盾消防智能科技有限公司"><a href="/enterprise/504997" target="_blank">上海金盾消防智能科技有限公司</a></p> <p class="u-compIco"> <img title="企业已认证" alt="企业认证" src="/static/web/images/store-images/u-compIco-01.png" /> <img title="注册人已认证" alt="注册人认证" src="/static/web/images/store-images/u-compIco-02.png" /> <!-- --> </p> <ul class=" m-inforList"> <li><i class="u-ico-tel2"> </i><p>021-68131899 </p></li> <li><i class="u-ico-type"> </i><p>公司类型:私营</p></li> <li><i class="u-ico-money"> </i><p>注册资本: 3188 万元人民币 </p></li> <li><i class="u-ico-year"> </i><p>成立年份: 1996 </p></li> <li><i class="u-ico-supplier"> </i><p>供应商类型:厂商</p></li> <li><i class="u-ico-quyu"> </i><p>服务区域: 全国 </p></li> <li title="喷水灭火系统、二氧化碳灭火系统、泡沫灭火系统、灭火器压力指示器、高楼救生器及其他消防设备。"><i class="u-ico-business"> </i><p>主营业务:喷水灭火系统、二氧化碳灭火系统、泡沫灭火系统、灭火器压力指示...</p></li> <li><i class="u-ico-addr"> </i><p>公司地址:上海市浦东新区书院镇万松路88号8幢</p></li> </ul> <div class=" m-search"> <input type="text" id="txt-layout-search" value="" class="ck-inpText" placeholder="搜索产品名称" /> <input type="button" id="btn-layout-search" class=" ck-inpBtn ck-btn-danger" value="点击搜索" /> </div> </div> <!-- /公司 --> <!-- 联系人 --> <div class="ck-company-infor"\> <div class="m-photo"> <img src="/static/web/images/mp.png" /> <p><strong title="刘先生:">刘先生:</strong>销售经理</p> </div> <ul class=" m-inforList"> <li><i class="u-ico-quyu"> </i><p style="word-break:break-word;"> 全国 </p></li> </ul> </div> <!-- /联系人 --> </div> <!-- /左侧边栏 --> <!-- 右侧 --> <div class="m-ck-main f-fr"> <div class="store-indexR"> <!-- 企业简介 --> <div class="title-store"><a class="more" href="/enterprise/504997/detail">查看企业档案 >></a><i class="u-ico-intro"> </i>企业简介</div> <div class="store-describe j_describeShow"> <div class="content"><p> 上海金盾是从事消防产品生产销售、工程维保的专业性企业,是中国消防行业中产品种类完备、规格齐全的企业。公司起步于1986年,辖7大公司(上海金盾特种车辆装备有限公司、上海金盾消防智能科技有限公司、上海安盾消防安全智能工程有限公司、上海浩盾国际贸易有限公司、上海欧盾消防安全科技有限公司、上海文茗投资公司、上海友晟国际贸易有限公司)、30多家国内销售子分公司及销售服务中心,并设海外销售机构,总注册资本2亿元。公司产品和业务覆盖固定灭火系统、特种消防车、电子报警系统、消防装备、军用装备、消防工程设计施工、行业整体系统解决方案等领域,产品畅销至世界60多个国家和地区。上海金盾拥有26.2万平方米的生产研发基地,在上海浦东新区临港新城拥有占地面积18万平方米的“金盾消防产业园”。</p></div> <p class="more" style="display:none;"><a href="javascript:void(0)">展开全部</a></p> </div> <script type="text/javascript">$(function(){describeShow(180)})</script> <!-- /企业简介 --> <!-- 产品展示 --> <div class="title-store"><a class="more" href="/enterprise/504997/product">查看全部产品 >></a><i class="u-ico-proShow"> </i>产品展示</div> <div class="case-apply"> <ul class="f-cb lo-product"> <li> <div class="ck-imgBox"> <a href="/enterprise/504997/product/PR0002EAC" title="气体灭火控制器(WT8700型)"> <img src="http://res.buildnet.cn/backimgs/o_1bfrd5bqb10ljus716e4mn6vobb.png" alt="气体灭火控制器(WT8700型)" /> </a> </div> <div class="textCon"> <p class="f-c-f40"> ¥ 5,200-8,900 元/台 </p> <p class="strong"><a href="/enterprise/504997/product/PR0002EAC" title="气体灭火控制器(WT8700型)">气体灭火控制器(WT8700型)</a></p> <p title="国际金盾 WT8700型">国际金盾 WT8700型 </p> </div> </li> <li> <div class="ck-imgBox"> <a href="/enterprise/504997/product/PR0002EAA" title="火灾报警控制器(WT8000B型)"> <img src="http://res.buildnet.cn/backimgs/o_1bfrcd16ij401uactcp5knokb.png" alt="火灾报警控制器(WT8000B型)" /> </a> </div> <div class="textCon"> <p class="f-c-f40"> ¥ 5,200-8,900 元/台 </p> <p class="strong"><a href="/enterprise/504997/product/PR0002EAA" title="火灾报警控制器(WT8000B型)">火灾报警控制器(WT8000B型)</a></p> <p title="国际金盾 WT8000B型">国际金盾 WT8000B型 </p> </div> </li> <li> <div class="ck-imgBox"> <a href="/enterprise/504997/product/PR0002A8B" title="多区独立控制阀组"> <img src="http://res.buildnet.cn/backimgs/o_1bf65rt4j1k951gd411r91cig14cab.png" alt="多区独立控制阀组" /> </a> </div> <div class="textCon"> <p class="f-c-f40"> ¥ 3,500-3,900 元/台 </p> <p class="strong"><a href="/enterprise/504997/product/PR0002A8B" title="多区独立控制阀组">多区独立控制阀组</a></p> <p title="国际金盾 ">国际金盾 </p> </div> </li> <li> <div class="ck-imgBox"> <a href="/enterprise/504997/product/PR0002A87" title="WT800系列电气火灾监控系统"> <img src="http://res.buildnet.cn/backimgs/o_1bf65aatc1iig1p371van1c6o1bgb.png" alt="WT800系列电气火灾监控系统" /> </a> </div> <div class="textCon"> <p class="f-c-f40"> ¥ 7,200-8,500 元/台 </p> <p class="strong"><a href="/enterprise/504997/product/PR0002A87" title="WT800系列电气火灾监控系统">WT800系列电气火灾监控系统</a></p> <p title="国际金盾 WT800">国际金盾 WT800 </p> </div> </li> <li> <div class="ck-imgBox"> <a href="/enterprise/504997/product/PR0002A82" title="消防泡沫(水)软管站"> <img src="http://res.buildnet.cn/backimgs/o_1bf64o5nq1hk6de51t81rhrqbfb.png" alt="消防泡沫(水)软管站" /> </a> </div> <div class="textCon"> <p class="f-c-f40"> ¥ 12,700-13,000 元/套 </p> <p class="strong"><a href="/enterprise/504997/product/PR0002A82" title="消防泡沫(水)软管站">消防泡沫(水)软管站</a></p> <p title="国际金盾 ">国际金盾 </p> </div> </li> <li> <div class="ck-imgBox"> <a href="/enterprise/504997/product/PR0002A7F" title="WT8000B型火灾报警控制器"> <img src="http://res.buildnet.cn/backimgs/o_1bf64b1sr1dej1sidu98lj991b.png" alt="WT8000B型火灾报警控制器" /> </a> </div> <div class="textCon"> <p class="f-c-f40"> ¥ 5,200-8,900 元/台 </p> <p class="strong"><a href="/enterprise/504997/product/PR0002A7F" title="WT8000B型火灾报警控制器">WT8000B型火灾报警控制器</a></p> <p title="国际金盾 WT8000B">国际金盾 WT8000B </p> </div> </li> <li> <div class="ck-imgBox"> <a href="/enterprise/504997/product/PR0002A7D" title=" T8000型火灾报警联动控制器(联动型)"> <img src="http://res.buildnet.cn/backimgs/o_1bf63r2vf1etif3r8l9lls13m9b.png" alt=" T8000型火灾报警联动控制器(联动型)" /> </a> </div> <div class="textCon"> <p class="f-c-f40"> ¥ 12,000-28,000 元/台 </p> <p class="strong"><a href="/enterprise/504997/product/PR0002A7D" title=" T8000型火灾报警联动控制器(联动型)"> T8000型火灾报警联动控制器(联动型)</a></p> <p title="国际金盾 ">国际金盾 </p> </div> </li> <li> <div class="ck-imgBox"> <a href="/enterprise/504997/product/PR0002A78" title="无管网(柜式)干粉灭火系统"> <img src="http://res.buildnet.cn/backimgs/o_1bf638bru17p492mmq59p1nq0b.png" alt="无管网(柜式)干粉灭火系统" /> </a> </div> <div class="textCon"> <p class="f-c-f40"> ¥ 5,880 元/台 </p> <p class="strong"><a href="/enterprise/504997/product/PR0002A78" title="无管网(柜式)干粉灭火系统">无管网(柜式)干粉灭火系统</a></p> <p title="国际金盾 ">国际金盾 </p> </div> </li> </ul> </div> <!-- /产品展示 --> <!-- 案例展示 --> <div class="title-store"><a class="more" href="/enterprise/504997/case">查看全部案例 >></a><i class="u-ico-caseShow"> </i>案例展示</div> <div class="case-apply"> <ul class="co-case f-cb"> <li> <div class="ck-imgBox"> <a href="/enterprise/504997/case/CA0001218" title="中化石油六安油库项目"> <img src="http://res.buildnet.cn/backimgs/o_1bf421ausnjj1k4a1rk28741lq7b.png" alt="中化石油六安油库项目" /> </a> </div> <div class="textCon"> <a href="/enterprise/504997/case/CA0001218" title="中化石油六安油库项目"><p>中化石油六安油库项目</p></a> <p class="strong" title="中化石油安徽六安有限公司">中化石油安徽六安有限公司</p> <p title="安徽省六安市周集港工业区">安徽省六安市周集港工业区</p> </div> </li> <li> <div class="ck-imgBox"> <a href="/enterprise/504997/case/CA0001215" title="安徽广播电视新中心一期东区 "> <img src="http://res.buildnet.cn/backimgs/o_1bf40n02fi1uftr1hof1ktd7c4e.png" alt="安徽广播电视新中心一期东区 " /> </a> </div> <div class="textCon"> <a href="/enterprise/504997/case/CA0001215" title="安徽广播电视新中心一期东区 "><p>安徽广播电视新中心一期东区 </p></a> <p class="strong" title="安徽广播电视台">安徽广播电视台</p> <p title="安徽省合肥市政务文化新区怀宁路与祁门路交口">安徽省合肥市政务文化新区怀宁路与祁门路交口</p> </div> </li> <li> <div class="ck-imgBox"> <a href="/enterprise/504997/case/CA00011E9" title="上海梅龙镇广场"> <img src="http://res.buildnet.cn/backimgs/o_1bef8mhit1815nk6rvoj2dro9b.png" alt="上海梅龙镇广场" /> </a> </div> <div class="textCon"> <a href="/enterprise/504997/case/CA00011E9" title="上海梅龙镇广场"><p>上海梅龙镇广场</p></a> <p class="strong" title="香港和记黄埔地产有限公司、长江实业(集团)有限公司、上海梅龙镇(集团)有限公司">香港和记黄埔地产有限公司、长江实业(集团)有限公司、上海梅龙镇(集团)有限公司</p> <p title="上海市静安区南京西路1038号">上海市静安区南京西路1038号</p> </div> </li> <li> <div class="ck-imgBox"> <a href="/enterprise/504997/case/CA0001216" title="四川石化大厦"> <img src="http://res.buildnet.cn/backimgs/o_1bf415r6lq924atuh4pv21k0bb.png" alt="四川石化大厦" /> </a> </div> <div class="textCon"> <a href="/enterprise/504997/case/CA0001216" title="四川石化大厦"><p>四川石化大厦</p></a> <p class="strong" title="四川石化房地产综合开发有限公司">四川石化房地产综合开发有限公司</p> <p title="四川省成都市天府大道2028号(海洋公园对面)">四川省成都市天府大道2028号(海洋公园对面)</p> </div> </li> </ul> </div> <!-- /案例展示 --> <!-- 企业资讯 --> <!-- 下属代理 --> <!-- /下属代理 --> </div> </div> <!-- /右侧 --> </div> </div> </div> <!-- 申请/更新查看权限 --> <div class="m-ck-popup" style="display:none;width:550px" id="addViewApplyCer"> <div class="m-pop-form"> <form id="addViewApplyff"> <ul class="f-cb"> <li> <label class="pop-label-title">真实姓名</label> <div class="pop-input-con"> <input id="userTrueName" name="userTrueName" value="" class="ck-inpText" type="text" placeholder="请输入您的真实姓名" /> <p class="u-inpTips" for="branchName"></p> </div> </li> <li> <label class="pop-label-title">手机号</label> <div class="pop-input-con"> <input id="userMobile" name="userMobile" value="" class="ck-inpText" type="text" placeholder="请输入手机号" /> <p class="u-inpTips" for="userMobile"></p> </div> </li> <li> <label class="pop-label-title">公司名称</label> <div class="pop-input-con"> <input id="enterpriseName" name="enterpriseName" value="" class="ck-inpText" type="text" placeholder="请输入您所在的公司名称" /> <p class="u-inpTips" for="enterpriseName"></p> </div> </li> <li> <label class="pop-label-title">联系邮箱</label> <div class="pop-input-con"> <input id="userEmail" name="userEmail" value="" class="ck-inpText" type="text" placeholder="请输入联系邮箱" /> <p class="u-inpTips" for="userEmail"></p> </div> <p id="auditRemark" style="color: red;"></p> </li> <li> <div class="pop-input-con"> <input id="addViewApplyBtn" class="ck-inpBtn ck-btn-danger" style="margin-left:0;" type="button" value="提交" /> </div> </li> </ul> </form> </div> </div> <!-- /content --> <!-- siteMap --> <div class="mapBox" style="min-width:1200px;"> <div class="container"> <table cellspacing="0" cellpadding="0" border="0" width="100%"> <tbody> <tr> <td style="width:162px"> <h2> 项目线索 </h2> <ul> <li> <a target="_blank" href="http://gc.buildnet.cn/">工程电讯</a> </li> <li> <a target="_blank" href="http://www.tcbci.com/index.php/dingzhixiansuo/">定制线索</a> </li> <li> <a target="_blank" href="http://www.tcbci.com/index.php/gongchengkehutong/">工程客户通</a> </li> <li> <a target="_blank" href="http://gc.buildnet.cn/project/LastLoginIndex">最新项目</a> </li> <li> <a target="_blank" href="http://gc.buildnet.cn/">重点项目</a> </li> <li> <a target="_blank" href="http://www.tcbci.com/index.php/2015/07/01/bfzmkh/">知名客户</a> </li> <li> <a target="_blank" href="http://www.tcbci.com/index.php/2015/06/11/hezuokehu/">合作伙伴</a> </li> </ul> </td> <td style="width:162px"> <h2> 招材喵 </h2> <ul> li> <a target="_blank" href="http://www.tcbci.com/index.php/chanpinbixuan/">产品比选</a> </li> <li> <a target="_blank" href="http://www.tcbci.com/index.php/lvsejianzhu/">绿色建筑</a> </li> <li> <a target="_blank" href="http://www.tcbci.com/index.php/falvfagui/">法律法规</a> </li> <li> <a target="_blank" href="http://www.tcbci.com/index.php/biaozhunguifan/">标准规范</a> </li> <li> <a target="_blank" href="http://www.tcbci.com/index.php/bixuanguanli/">比选管理</a> </li> </ul> </td> <td style="width:162px"> <h2> 建设网 </h2> <ul> <li> <a target="_blank" href="http://gc.buildnet.cn">工程电讯</a> </li> <li> <a target="_blank" href="http://www.buildnet.cn/hd">活动</a> </li> <li> <a target="_blank" href="http://zcm.buildnet.cn/">招材喵</a> </li> <li> <a target="_blank" href="http://news.buildnet.cn/NewsAndEvents/NewList.aspx?ID=31&GetType=Type">行业动态</a> </li> </ul> </td> <td style="width:162px"> <h2> 营销服务 </h2> <ul> <li> <a target="_blank" href="http://www.tcbci.com/index.php/huiwuyingxiao/">会务营销</a> </li> <li> <a target="_blank" href="http://www.tcbci.com/index.php/chanpinzhanshi/">产品展示</a> </li> <li> <a target="_blank" href="http://www.tcbci.com/index.php/zhitouzhiyou/">直投直邮</a> </li> <li> <a target="_blank" href="http://www.tcbci.com/index.php/xiangmuxuancai/">项目选材</a> </li> <li> <a target="_blank" href="http://www.tcbci.com/index.php/shichangdiaoyan/">市场调研</a> </li> <li> <a target="_blank" href="http://www.tcbci.com/index.php/hangyebaogao/">行业报告</a> </li> </ul> </td> <td style="width:162px"> <h2> 联系我们 </h2> <ul> <li> <a target="_blank" href="http://www.tcbci.com/index.php/gedilianxifangshi/">北京总部</a> </li> <li> <a target="_blank" href="http://www.tcbci.com/index.php/gedilianxifangshi/">上海</a> </li> <li> <a target="_blank" href="http://www.tcbci.com/index.php/gedilianxifangshi/">广州</a> </li> <li> <a target="_blank" href="http://www.tcbci.com/index.php/gedilianxifangshi/">武汉</a> </li> <li> <a target="_blank" href="http://www.tcbci.com/index.php/gedilianxifangshi/">重庆</a> </li> <li> <a target="_blank" href="http://www.tcbci.com/index.php/gedilianxifangshi/">常州</a> </li> </ul> </td> <td style="width:290px"> <ul class="qrcode-bd"> <li> <img border="0" style="width: 89px; height: 89px;" src="http://www.buildnet.cn/content/home/images/qrcode/gc-app.jpg" alt="扫一扫,下载手机APP" /> <i>工程电讯App</i> </li> <li> <img border="0" style="width: 89px;height: 89px;" src="http://www.buildnet.cn/content/home/images/qrcode/gc-wx.jpg" alt="关注微信,有惊喜" /><i>工程电讯微信版</i> </li> </ul> </td> </tr> </tbody> </table> <script> var _hmt = _hmt || [];(function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?ad7a9a07410789cde726ecf1c0812be2"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s);})(); </script> </div> </div> <!-- /siteMap --> <!-- footer --> <div class="footer" style="min-width:1200px;"> <div class="minWid"> <p> <a target="_blank" href="http://www.tcbci.com/"> <img alt="天辰TCBCI" src="//www.buildnet.cn/Content/Home/images/ft-logo.png" /></a> <a target="_blank" title="建设网" href="http://www.buildnet.cn//Html/News/2015/10/209062.shtml">关于我们</a>| <a href="http://www.tcbci.com/index.php/gedilianxifangshi/" target="_blank">联系我们</a>| <a target="_blank" href="http://www.buildnet.cn/home/fwtk">服务条款</a> <a target="_blank" style="padding:0;" rel="nofollow" href="http://zhanzhang.anquan.org/physical/report/?domain=gc.buildnet.cn" name="lTq61eGYsvKSVKdj9Nh0KhLCg4th5Ivd6VdMGkypC2Kf4zMWsc"> <img height="25" src="http://zhanzhang.anquan.org/static/common/images/zhanzhang.png" alt="安全联盟站长平台" /></a>联系电话:<span style="font-size:14px;">010-89356199</span> </p> <a target="_blank" href="https://beian.miit.gov.cn/"> 备案号/经营许可证号:京ICP证020427号 </a> <a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11011102000883"> 京公网安备11011102000883号 </a> 安全联盟站长平台 TCBCI All Rights Reserved 2001-2017 </div> </div> <!-- /footer --> <!-- 左侧悬浮二维码 --> <script type="text/javascript" src="//www.buildnet.cn/content/home/js/floatQR.js"></script> <link type="text/css" rel="stylesheet" href="//www.buildnet.cn/content/home/css/floatQR.css" /> <!-- /左侧悬浮二维码 --></body> </html>