CINXE.COM
德意 711B燃气灶/煤气灶/嵌入式天然气猛火液化气灶 - 企业产品详情
<!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>德意 711B燃气灶/煤气灶/嵌入式天然气猛火液化气灶 - 企业产品详情</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> <script type="text/javascript" src="/static/web/js/ajax-splitpager.js"></script> <script src="/static/web/js/jquery-migrate-1.4.1.min.js" type=text/javascript></script> <script src="/static/web/js/case-lunbo.js" type=text/javascript></script> <script src="/static/web/js/case-lunbo2.js" type=text/javascript></script> <script> ngEx.controller("ajax",function($scope,$http,$q){ tc.ui.loading.show('数据加载中...'); var ajaxs = [ $http.post('/enterprise/product/get_product_case/PR000685F') ]; $q.all(ajaxs).then(function(r){ tc.ui.loading.done(); $scope.cm = r[0].data.data;//产品案例 $scope.im = [{"id":412596,"productId":"PR000685F","url":"http://res.buildnet.cn/backimgs/o_1btm0eb0ofbfgn4qvbc7p11s5b.jpg","name":"1.jpg","createDate":"2017-10-30 14:47:58.0","flag":1}];//产品图片 $scope.dm = [];//产品图纸 $scope.qm = [];//产品认证 $scope.sm = [{"id":5629,"enterpriseId":"EN0058E","name":"嵌入式燃气灶使用说明","picUri":"/static/web/images/default-pdf.jpg","uri":"http://res.buildnet.cn/backimgs/o_1btm0gm5ok4dlvq1cs01ou51qjvs.pdf","isPicCreated":null,"picCreatedDate":null,"status":null,"createDate":"2017-10-30 14:47:58.0","auditUser":null,"auditUserName":null,"auditUserTrueName":null,"auditDate":null,"createUserScope":null,"createUser":null,"editUser":null,"editDate":null,"editUserScope":null,"productId":"PR000685F","sampleId":4869,"flag":1}];//产品样本 if ($scope.cm!=null && $scope.cm.length>0) { }else { $('#caseShow').hide(); $('#caseTitle').hide(); } if ($scope.dm!=null && $scope.dm.length>0) { $('#drawingShow').show(); }else { $('#drawingShow').hide(); $('#drawingTitle').hide(); } if ($scope.sm!=null && $scope.sm.length>0) { $('#sampleShow').show(); }else { $('#sampleShow').hide(); $('#sampleTitle').hide(); } if ($scope.qm!=null && $scope.qm.length>0) { $('#qualificationShow').show(); }else { $('#qualificationShow').hide(); $('#qualificationTitle').hide(); } }); //显示相册 $scope.showContract = function(target){ if(target && target.images){ target.images=target.images.replace(",",/\|/); } var images = target.images || target.path || ''; images = images.split('|').where(function(o){return o&&o.length;}); tc.ui.photos.show('认证证照',images,function(index,item){ return {name:target.certificationName,pid:index,src:item,thumb:item}; }); } //显示样本 $scope.showSample = function(target){ var images = (target.uri||'').split('|').where(function(o){return o&&o.length;}); tc.ui.photos.show('样本图片',images,function(index,item){ if(item && item.indexOf('/ckbuildnet/')!=-1){ item = 'http://ck.buildnet.cn'+item; } return {alt:target.name,pid:index,src:item,thumb:item}; }); } }); ngEx.controller('comment',function($scope){ $scope.model = []; $scope.setModel = function(model){ if(!euc.array.isArray(model)){ model = [model]; } for(var i=0;i<model.length;i++){ model[i].stars=[]; for (var j = 0; j < 5; j++) { if (j<model[i].star) { model[i].stars[j]=true; }else { model[i].stars[j]=false; } } $scope.model.push(model[i]); } }; }); $(function(){ $('.ck-tag ul li').each(function(i){ $(this).click(function(){ $(this).addClass('current') .siblings().removeClass('current'); var dataFor = $(this).attr('data-for'); var div = $('.case-describe').hide().has('div[data-for='+dataFor+i+']'); if(!div.length && i!=0){ var div = $('<div class="case-describe"></div>').appendTo('.store-detailR'); $('.case-describe') .find('div[data-for='+dataFor+']') .clone(true) .appendTo(div) .attr("data-for",dataFor+""+i); div.show(); }else{ if(i==0){ $('.case-describe').first().show(); }else{ div.show(); } } }); }); $('#pager').ajaxPager({ url:'/enterprise/product/get_comment/PR000685F', onBefore:function(){ tc.ui.loading.show(); }, onSuccess:function(data){ tc.ui.loading.done(); ngEx.invoke('comment','setModel',data.data.results); } }); }); //打分功能 function score(index){ switch (index){ case 1 : scoreClear(); $("#first").attr("class","current"); $('#star').val(1); break; case 2 : scoreClear(); $("#first").attr("class","current"); $("#second").attr("class","current"); $('#star').val(2); break; case 3 : scoreClear(); $("#first").attr("class","current"); $("#second").attr("class","current"); $("#third").attr("class","current"); $('#star').val(3); break; case 4 : scoreClear(); $("#first").attr("class","current"); $("#second").attr("class","current"); $("#third").attr("class","current"); $("#fourth").attr("class","current"); $('#star').val(4); break; case 5 : scoreClear(); $("#first").attr("class","current"); $("#second").attr("class","current"); $("#third").attr("class","current"); $("#fourth").attr("class","current"); $("#fifth").attr("class","current"); $('#star').val(5); break; } } //分数清空 function scoreClear(){ $("#first").attr("class",""); $("#second").attr("class",""); $("#third").attr("class",""); $("#fourth").attr("class",""); $("#fifth").attr("class",""); } //评论发表 $(function(){ $('input[name=publish]').each(function(i){ $(this).click(function(){ checkUserIsLogin(function(){ var content; $('textarea[name=content]').each(function(i){ if ($(this).val()!=null && $(this).val()!="") { content = $(this).val(); } }); if (content==null || content=="") { tc.ui.msgbox.alertError('请输入评论内容'); return; } /* if ($('#star').val()==null || $('#star').val()=="") { tc.ui.msgbox.alertError('请打分'); return; } */ var obj ={}; obj.targetId = 'PR000685F'; obj.targetType = 1; obj.refId = 0; obj.content = content; $.ajax({ url:'/enterprise/product/save_comment', data:JSON.stringify(obj), method:'POST', dataType:'json', contentType:'application/json;charset=utf-8', success:function(data){ if (data.success) { tc.ui.msgbox.alertInfo('操作成功!',function(){ location.reload(true); }); }else { tc.ui.msgbox.alertError(''+data.message+''); } } }); }); }); }); //监听评论情况 $('textarea[name=content]').each(function(i){ $(this).keyup(function(){ var total = $(this).val().length; var surplus = 240-total*1; $('span[name=wordCount]').eq(i).html(surplus); }); }); $("#collectbtn").click(function(){ checkUserIsLogin(function(){ var pdata = {}; pdata.targetId = "PR000685F"; pdata.targetType = "t_gb_product"; pdata.targetTitle = "德意 711B燃气灶/煤气灶/嵌入式天然气猛火液化气灶"; pdata.relativePath = "enterprise/EN0058E/product/PR000685F"; $.ajax({type: "POST", url:"/ucenter/collect/do_collect", data:JSON.stringify(pdata), contentType:'application/json;utf-8', success:function(data){ if(data.success){ if($("#collectbtn").val().indexOf("收藏")==0){ $("#collectbtn").val("已收藏"+"("+data.data+")"); }else if($("#collectbtn").val().indexOf("已收藏")==0){ $("#collectbtn").val("收藏"+"("+data.data+")"); } }else{ tc.ui.msgbox.alertError("操作失败"); } } }); }); }); }); </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 = "EN0058E"; edata.targetType = "t_gb_enterprise"; edata.targetTitle = "浙江德意厨具有限公司"; edata.relativePath = "enterprise/"+"EN0058E"; $.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/EN0058E/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%2FEN0058E%2Fproduct%2FPR000685F">登录</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//EN0058E" 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" href="/enterprise/EN0058E">首页</a></li> <li><a class="current" href="javascript:httputils.goBack('/enterprise/EN0058E/product');">产品展示</a></li> <li><a href="/enterprise/EN0058E/case">案例展示</a></li> <li><a href="/enterprise/EN0058E/detail">企业档案</a></li> <li><a href="/enterprise/EN0058E/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/EN0058E" target="_blank" style=" display: table-cell; vertical-align:middle; text-align:center;"> <img alt="浙江德意厨具有限公司" src="http://res.buildnet.cn/backimgs/project/20171030/o_1btldi530kjm1m26qh01hdf1187b.jpg" style="vertical-align:middle;"/> </a> <p class="u-compName" title="浙江德意厨具有限公司"><a href="/enterprise/EN0058E" 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>0571-82834888 </p></li> <li><i class="u-ico-type"> </i><p>公司类型:中外合资</p></li> <li><i class="u-ico-money"> </i><p>注册资本: 3100 万美元 </p></li> <li><i class="u-ico-year"> </i><p>成立年份: 2001 </p></li> <li><i class="u-ico-supplier"> </i><p>供应商类型:厂商</p></li> <li><i class="u-ico-quyu"> </i><p>服务区域: 全国 <span>|</span> 全国 </p></li> <li title="生产、安装、维修:整体橱柜,燃气灶具,吸油烟机,消毒柜。"><i class="u-ico-business"> </i><p>主营业务:生产、安装、维修:整体橱柜,燃气灶具,吸油烟机,消毒柜。</p></li> <li><i class="u-ico-addr"> </i><p>公司地址:浙江省杭州市萧山经济技术开发区建设三路36号</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 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="m-case-information f-cb"> <!-- 相册 --> <div class="case-photos" style="background:rgba(251, 251, 251, 0)"> <div id="preview"> <div class="jqzoom ck-imgBox" id="spec-n1" ><img src="http://res.buildnet.cn/backimgs/o_1btm0eb0ofbfgn4qvbc7p11s5b.jpg" jqimg="http://res.buildnet.cn/backimgs/o_1btm0eb0ofbfgn4qvbc7p11s5b.jpg" /></div> <div id="spec-n5"> <div class="control" id="spec-left"></div> <div id="spec-list"> <ul class="list-h"> <li><span><img src="http://res.buildnet.cn/backimgs/o_1btm0eb0ofbfgn4qvbc7p11s5b.jpg"></span></li> </ul> </div> <div class="control" id="spec-right"></div> </div> </div> </div> <!-- /相册 --> <!-- 概述 --> <div class="case-overview" style="height:320px;position:relative"> <h2>德意 711B燃气灶/煤气灶/嵌入式天然气猛火液化气灶</h2> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="80">产品品牌:</td> <td>德意(电器)</td> </tr> <tr> <td width="80">产品型号:</td> <td>JZY(T)-711B</td> </tr> <tr> <td width="80">产品分类:</td> <td>厨房设备->厨用家具、设备->厨房用设备->燃气灶</td> </tr> <tr> <td width="80">市场价格:</td> <td> <span class="f-c-f40"> 2,980 </span><span style="font-size:12px;">元/件</span> </td> </tr> <tr> <td width="80">采购价格:</td> <td> <span class="f-c-f40"> 面议</span> </td> </tr> <tr> <td>产品产地:</td> <td> 浙江省.杭州市 </td> </tr> <tr> <td colspan="2"> <div class="contact-btn"> <input type="button" onclick="window.location.href='/auth/login?redirect=http%3A%2F%2Fzcm.buildnet.cn%2Fenterprise%2FEN0058E%2Fproduct%2FPR000685F';" class="ck-inpBtn ck-btn-danger qq" value="QQ交谈"> <input onclick="window.location.href='/auth/login?redirect=http%3A%2F%2Fzcm.buildnet.cn%2Fenterprise%2FEN0058E%2Fproduct%2FPR000685F';" style="background-image:url(/static/web/images/u-collection2.png);background-position: 12px;background-size: 13%;" type="button" class="ck-inpBtn ck-btn-danger collection" value="收藏()"> </div> </td> </tr> </table> </div> <!-- /概述 --> </div> <!-- 浏览量 --> <div style="padding: 0 20px;"> <ul> <li>浏览量()</li> </ul> </div> <!-- 浏览量 --> <!-- /案例概况 --> <div class="store-detailR" ng-controller="ajax"> <!-- 切换 --> <div class="ck-tag"> <ul> <li class="current">产品详情</li> <li data-for="case">应用案例</li> <li data-for="comment">产品评论</li> </ul> </div> <!-- /切换 --> <div class="case-describe"> <!-- 参数 --> <div class="title-lfLine pl12">基本参数</div> <div class="content" style=" padding-left:12px;"> <p> 灶具类型:嵌入式大气式灶<br/> 面板材质:黑色钢化玻璃<br/> 适用气源:液化石油气/天然气<br/> 点火方式:脉冲点火<br/> 面板尺寸(mm):720*410*130<br/> 开孔尺寸(mm):680*350 4-R35mm</p> </div> <div class="title-lfLine pl12">技术指标</div> <div class="content" style=" padding-left:12px;"> <p> 热流量:4.0kw</p> </div> <div class="title-lfLine pl12">产品描述</div> <div class="content" style=" padding-left:12px;"> <p><img alt="711详情页_01.jpg" src="https://img.alicdn.com/imgextra/i3/175609473/TB2neevlCFmpuFjSZFrXXayOXXa_%21%21175609473.jpg" class="img-ks-lazyload"/><img alt="711详情页_02.jpg" src="https://img.alicdn.com/imgextra/i2/175609473/TB2ZuhTlrBnpuFjSZFGXXX51pXa_%21%21175609473.jpg" class="img-ks-lazyload"/><img alt="711详情页_03.jpg" src="https://img.alicdn.com/imgextra/i1/175609473/TB2oShNlxtmpuFjSZFqXXbHFpXa_%21%21175609473.jpg" class="img-ks-lazyload"/><img alt="711详情页_04.jpg" src="https://img.alicdn.com/imgextra/i2/175609473/TB2RjyslC0mpuFjSZPiXXbssVXa_%21%21175609473.jpg" class="img-ks-lazyload"/><img alt="711详情页_05.jpg" src="https://img.alicdn.com/imgextra/i2/175609473/TB2PKXTlrBnpuFjSZFGXXX51pXa_%21%21175609473.jpg" class="img-ks-lazyload"/><img alt="711详情页_06.jpg" src="https://img.alicdn.com/imgextra/i1/175609473/TB2faXLltBopuFjSZPcXXc9EpXa_%21%21175609473.jpg" class="img-ks-lazyload"/><img alt="711详情页_07.jpg" src="https://img.alicdn.com/imgextra/i4/175609473/TB2hDApXmRRMKJjy0FlXXXFepXa_%21%21175609473.jpg" class="img-ks-lazyload"/><img alt="711详情页_08.jpg" src="https://img.alicdn.com/imgextra/i2/175609473/TB2zxQ5fhRDOuFjSZFzXXcIipXa_%21%21175609473.jpg" class="img-ks-lazyload"/></p> </div> <!-- /参数 --> <div style="clear:both;"></div> <!-- 应用案例 --> <div class="title-lfLine pl12" data-for="case" id="caseTitle">应用案例</div> <div class="ck-drawings-list" data-for="case" id="caseShow"> <ul> <li ng-repeat="x in cm"> <div class="ck-imgBox"> <a href="/enterprise/{{x.enterpriseId}}/case/{{x.caseId}}" target="_blank"> <img ng-if="x.firstImage && x.firstImage.length" ng-src="{{x.firstImage}}" alt="{{x.projectName}}" /> <img ng-if="!x.firstImage || !x.firstImage.length" ng-src="/static/web/images/default-348-248.jpg"/> <img ng-if="x.contractSimple && x.contractSimple.length" class="u-ico-contract" src="/static/web/images/ico-contract.png" alt="" /> </a> </div> <p class="text"><a href="/enterprise/{{x.enterpriseId}}/case/{{x.caseId}}" target="_blank">{{x.projectName}}</a></p> </li> </ul> </div> <!-- /应用案例 --> <!-- 产品图纸 --> <div class="title-lfLine pl12" id="drawingTitle">产品图纸</div> <div class="notlogin" id="drawingShow" style="display:none"> 喵,<a href="/auth/login?redirect=http%3A%2F%2Fzcm.buildnet.cn%2Fenterprise%2FEN0058E%2Fproduct%2FPR000685F">登录</a>后查看更多 </div> <!-- /产品图纸 --> <!-- 产品样本 --> <div class="title-lfLine pl12" id="sampleTitle">产品样本</div> <div class="notlogin" id="drawingShow" id="sampleShow" style="display:none"> 喵,<a href="/auth/login?redirect=http%3A%2F%2Fzcm.buildnet.cn%2Fenterprise%2FEN0058E%2Fproduct%2FPR000685F">登录</a>后查看更多 </div> <!-- /产品样本 --> <!-- 产品认证 --> <div class="title-lfLine pl12" id="qualificationTitle">产品认证</div> <div class="notlogin"> 喵,<a href="/auth/login?redirect=http%3A%2F%2Fzcm.buildnet.cn%2Fenterprise%2FEN0058E%2Fproduct%2FPR000685F">登录</a>后查看更多 </div> <!-- /产品认证 --> <!-- 产品评论 --> <div class="m-ck-comment" data-for="comment"> <!-- 评论声明 --> <div class="ck-statement"> <h2>权利声明:</h2> <p>建设网及招材喵选材字典 所有商品信息、客户评价、商品咨询、网友讨论等内容,均是建设网重要的经营资源,未经许可,禁止非法转载使用。注:本站商品信息均来自于合作方,其真实性、准确性和合法性由信息拥有者(合作方)负责。</p> </div> <!-- /评论声明 --> <!-- 发表评论 --> <form id="commentff"> <div class="content"> <h2>写评论:</h2> <textarea name="content"></textarea> <div> <div class="sumbBox">还可以输入<span name="wordCount">240</span>个字<input name="publish" type="button" class=" ck-inpBtn ck-btn-danger" value="发表"></div> <div class="u-ck-star" style="display:none">评论: <span id="first" onclick='score(1)'> </span><span id="second" onclick='score(2)'> </span><span id="third" onclick='score(3)'> </span><span id="fourth" onclick='score(4)'> </span><span id="fifth" onclick='score(5)'> </span></div> <input type="hidden" id="star" name="star"/> </div> </div> </form> <!-- /发表评论 --> <!-- 评论列表 --> <div class="ck-comment-list" ng-controller="comment"> <ul class="listCon"> <li ng-repeat="x in model"> <div class="m-photo" style="font-size:12px;"> <img ng-if="x.createUserPhoto && x.createUserPhoto.length" ng-src="{{x.createUserPhoto}}"/> <img ng-if="!x.createUserPhoto || !x.createUserPhoto.length" ng-src="/static/web/images/mp.png" /> <p><span>{{x.createUserName}}</span><br/>{{x.createDate}}</p> </div> <p class="textCon">{{x.content}}</p> <div class="u-ck-star" style="display:none"><span ng-class="{current:x.stars[0]}"> </span><span ng-class="{current:x.stars[1]}"> </span><span ng-class="{current:x.stars[2]}"> </span><span ng-class="{current:x.stars[3]}"> </span><span ng-class="{current:x.stars[4]}"> </span></div> </li> <li ng-if="!model.length"> <p>暂无评论</p> </li> </ul> <!-- 分页 --> <div class="ck-pageList" id="pager"> </div> <!-- /分页 --> </div> <!-- /评论列表 --> </div> <!-- /产品评论 --> </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>