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 = "507020"; edata.targetType = "t_gb_enterprise"; edata.targetTitle = "珠海励致洋行办公家私有限公司"; edata.relativePath = "enterprise/"+"507020"; $.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/507020/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%2F507020">登录</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//507020" 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/507020/product">产品展示</a></li> <li><a href="/enterprise/507020/case">案例展示</a></li> <li><a href="/enterprise/507020/detail">企业档案</a></li> <li><a href="/enterprise/507020/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/507020" target="_blank" style=" display: table-cell; vertical-align:middle; text-align:center;"> <img alt="珠海励致洋行办公家私有限公司" src="http://res.buildnet.cn/backimgs/o_1bftvbdp4cumff41am6bi5dhl1g_212_95.jpg" style="vertical-align:middle;"/> </a> <p class="u-compName" title="珠海励致洋行办公家私有限公司"><a href="/enterprise/507020" 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>0756-3382738 </p></li> <li><i class="u-ico-type"> </i><p>公司类型:私营</p></li> <li><i class="u-ico-money"> </i><p>注册资本: 15000 万港币 </p></li> <li><i class="u-ico-year"> </i><p>成立年份: 1993 </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>公司地址:广东省珠海市香洲区金鼎工业园金洲路16号</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-tel2"> </i><p>020-83563966 </p></li> <li><i class="u-ico-quyu"> </i><p style="word-break:break-word;"> 全国 </p></li> </ul> </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-tel2"> </i><p>020-83563966 </p></li> <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/507020/detail">查看企业档案 >></a><i class="u-ico-intro"> </i>企业简介</div> <div class="store-describe j_describeShow"> <div class="content"><p> 珠海励致洋行办公家私有限公司成立于1987年,超过二十年的专业历程,使之成为中国内地及香港地区极具规模的办公家具及橱柜上市公司。作为专业的办公家具及橱柜供应商,励致具备强大的生产能力,并有十间分行和超过二十条分销渠道遍布国内和海外。<br/> 励致珠海工厂总面积达13万平方米,拥有84000平方米的厂房及仓库。1997年,励致获得中国国家商品检验局(CCIB)及德国RWTUV颁发的ISO9001质量管理认证,成为中国首家获得ISO9001认证的办公家具生产厂商。2003年,励致获得中国质量认证中心颁发之ISO14001环境管理体系认证,2005年,获得中国商品学会颁发之ISO14025 III型环境标志认证,2009年,获得中国环境保护部授权颁发之中国环境标志产品认证证书即十环证书以及中国质量认证中心颁发之职业健康安全管理体系认证, 2011年Bill办公座椅荣获中国方圆标志认证委员会颁发的“方圆标志产品认证证书-人类工效学产品认证”成为首款获此认证的办公座椅,开启国内关注人体工效学的先河。同年Bill办公座及VIVO办公座获得“美国BIFMA认证”。励致亦是多个外国知名品牌的中国地区代理商,包括有:日本办公家具集团ITOKI,加拿大KEILHAUER,瑞士的DE SEDE,意大利的I4MARIANI。<br/> 励致拥有国内外著名公司及银行、房地产商等大量客户,服务值得信赖。基于人体工程学的办公家具和规划设计,令空间组合更感灵活称心。集团通过有效的物流管理,提供快速运送和专业安装服务。更为产品(办公家具)提供长达五年的保用服务。<br/> 随着科技自然发展,励致亦会通过更多的不同渠道,如互联网等,向客户提供更方便、更现代的服务。</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/507020/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/507020/product/PR000023C" title="橱柜"> <img src="http://res.buildnet.cn/backimgs/o_1b9vgdr0laqg1bhd1m0eh1u1j0kb.png" alt="橱柜" /> </a> </div> <div class="textCon"> <p class="f-c-f40"> ¥ 5,000-10,000 元/米 </p> <p class="strong"><a href="/enterprise/507020/product/PR000023C" title="橱柜">橱柜</a></p> <p title="励致 ">励致 </p> </div> </li> <li> <div class="ck-imgBox"> <a href="/enterprise/507020/product/PR0000239" title="高间隔墙体"> <img src="http://res.buildnet.cn/backimgs/o_1b9vg123d1jjh1ohaopi1mbc1benb.png" alt="高间隔墙体" /> </a> </div> <div class="textCon"> <p class="f-c-f40"> ¥ 500-1,000 元/平方米 </p> <p class="strong"><a href="/enterprise/507020/product/PR0000239" title="高间隔墙体">高间隔墙体</a></p> <p title="励致 ">励致 </p> </div> </li> <li> <div class="ck-imgBox"> <a href="/enterprise/507020/product/PR0000236" title="茶几"> <img src="http://res.buildnet.cn/backimgs/o_1b9vfjgqn1k6ur801euu16vmhejh.JPG" alt="茶几" /> </a> </div> <div class="textCon"> <p class="f-c-f40"> ¥ 800-2,000 </p> <p class="strong"><a href="/enterprise/507020/product/PR0000236" title="茶几">茶几</a></p> <p title="励致 ">励致 </p> </div> </li> <li> <div class="ck-imgBox"> <a href="/enterprise/507020/product/PR0000234" title="SJ沙发"> <img src="http://res.buildnet.cn/backimgs/o_1b9vf1gouf5i13lg1t8v1k891hfmg.JPG" alt="SJ沙发" /> </a> </div> <div class="textCon"> <p class="f-c-f40"> ¥ 2,000-6,000 </p> <p class="strong"><a href="/enterprise/507020/product/PR0000234" title="SJ沙发">SJ沙发</a></p> <p title="励致 ">励致 </p> </div> </li> <li> <div class="ck-imgBox"> <a href="/enterprise/507020/product/PR0000233" title="VIVO办公椅"> <img src="http://res.buildnet.cn/backimgs/o_1b9ve5qfhu8q1s3h1rs31p9o1acrr.jpg" alt="VIVO办公椅" /> </a> </div> <div class="textCon"> <p class="f-c-f40"> ¥ 500-1,000 元/张 </p> <p class="strong"><a href="/enterprise/507020/product/PR0000233" title="VIVO办公椅">VIVO办公椅</a></p> <p title="励致 ">励致 </p> </div> </li> <li> <div class="ck-imgBox"> <a href="/enterprise/507020/product/PR000022F" title="TKII木制文件柜"> <img src="http://res.buildnet.cn/backimgs/o_1b9vd89141r4b1pn4dnq1sj91ib.png" alt="TKII木制文件柜" /> </a> </div> <div class="textCon"> <p class="f-c-f40"> ¥ 500-2,000 元/个 </p> <p class="strong"><a href="/enterprise/507020/product/PR000022F" title="TKII木制文件柜">TKII木制文件柜</a></p> <p title="励致 ">励致 </p> </div> </li> <li> <div class="ck-imgBox"> <a href="/enterprise/507020/product/PR000022B" title="书桌"> <img src="http://res.buildnet.cn/backimgs/o_1b9vcld5dvfskou1bu49tq25rb.png" alt="书桌" /> </a> </div> <div class="textCon"> <p class="f-c-f40"> ¥ 1,000-2,500 </p> <p class="strong"><a href="/enterprise/507020/product/PR000022B" title="书桌">书桌</a></p> <p title="励致 ">励致 </p> </div> </li> <li> <div class="ck-imgBox"> <a href="/enterprise/507020/product/PR0000221" title="木制会议桌"> <img src="http://res.buildnet.cn/backimgs/o_1b9v703frk9vie3b73ur810tkp.jpg" alt="木制会议桌" /> </a> </div> <div class="textCon"> <p class="f-c-f40"> ¥ 1,000-10,000 元/张 </p> <p class="strong"><a href="/enterprise/507020/product/PR0000221" title="木制会议桌">木制会议桌</a></p> <p title="励致 ">励致 </p> </div> </li> </ul> </div> <!-- /产品展示 --> <!-- 案例展示 --> <div class="title-store"><a class="more" href="/enterprise/507020/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/507020/case/CA0000110" title="广东省疾病预防控制中心"> <img src="http://res.buildnet.cn/backimgs/o_1ba186rn819ptt09184p1rur1o13g.JPG" alt="广东省疾病预防控制中心" /> </a> </div> <div class="textCon"> <a href="/enterprise/507020/case/CA0000110" title="广东省疾病预防控制中心"><p>广东省疾病预防控制中心</p></a> <p class="strong" title="广东省卫生和计划生育委员会">广东省卫生和计划生育委员会</p> <p title="广东省广州市番禺区大石镇群贤路160号">广东省广州市番禺区大石镇群贤路160号</p> </div> </li> <li> <div class="ck-imgBox"> <a href="/enterprise/507020/case/CA000011E" title="浪潮科技园SO1科研楼办公家具"> <img src="http://res.buildnet.cn/backimgs/o_1bbq1srevdgqns2oa90aqiub.jpg" alt="浪潮科技园SO1科研楼办公家具" /> </a> </div> <div class="textCon"> <a href="/enterprise/507020/case/CA000011E" title="浪潮科技园SO1科研楼办公家具"><p>浪潮科技园SO1科研楼办公家具</p></a> <p class="strong" title="济南浪潮铭达信息科技有限公司">济南浪潮铭达信息科技有限公司</p> <p title="山东省济南市高新区浪潮路1036号">山东省济南市高新区浪潮路1036号</p> </div> </li> <li> <div class="ck-imgBox"> <a href="/enterprise/507020/case/CA000010F" title="广日电梯办公家具采购项目"> <img src="http://res.buildnet.cn/backimgs/o_1ba17h3vb4k6cogse31n5pkcrh.JPG" alt="广日电梯办公家具采购项目" /> </a> </div> <div class="textCon"> <a href="/enterprise/507020/case/CA000010F" title="广日电梯办公家具采购项目"><p>广日电梯办公家具采购项目</p></a> <p class="strong" title="广州广日集团有限公司">广州广日集团有限公司</p> <p title="广东省广州市番禺区石楼镇国贸大道南636号">广东省广州市番禺区石楼镇国贸大道南636号</p> </div> </li> <li> <div class="ck-imgBox"> <a href="/enterprise/507020/case/CA000010B" title="中广核陆丰核电一期宿舍与餐厅家具采购项目"> <img src="http://res.buildnet.cn/backimgs/o_1ba15n54h8fi75g1f9t1i60guhf.JPG" alt="中广核陆丰核电一期宿舍与餐厅家具采购项目" /> </a> </div> <div class="textCon"> <a href="/enterprise/507020/case/CA000010B" title="中广核陆丰核电一期宿舍与餐厅家具采购项目"><p>中广核陆丰核电一期宿舍与餐厅家具采购项目</p></a> <p class="strong" title="中国广东核电集团有限公司">中国广东核电集团有限公司</p> <p title="广东省汕尾市陆丰市碣石镇田尾山">广东省汕尾市陆丰市碣石镇田尾山</p> </div> </li> </ul> </div> <!-- /案例展示 --> <!-- 企业资讯 --> <div class="title-store"><a class="more" href="/enterprise/507020/news">查看全部资讯 >></a><i class="u-ico-newsShow"> </i>企业资讯</div> <div class="m-control-case"> <ul class="newsList co-news"> <li> <h2><a href="/enterprise/507020/news/114">华润置地1月销售76.8亿同比增长122.6%</a></h2> <div class="news-imgBox"> </div> <p style="word-break:break-all"><a href="/enterprise/507020/news/114"> 当楼市进入“春节模式”,包括万科在内的多数房企1月销售都出现同比下滑,但华润置地1月销售同比却大升。2月11日晚,华润置地公布其截至2015年1月31 日止一个月销售数据。数据显示,1月,华润置地及其附属公司共实现合同销售金额约76.8亿元;合同销售建筑面积约43.82万平方米;投资物业实现租金收入 约5.31亿港元。 而去年1月,华润置地的合同销售金额约34.5亿元,合同销售建筑面积约</a></p> <div class="mews-more"><span>May 17, 2017</span><span>阅读量(1,031)</span></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>