CINXE.COM

台达亮相2024中国工博会 响应新质智造 迎向零碳未来

<!DOCTYPE html> <html> <head> <title>台达亮相2024中国工博会 响应新质智造 迎向零碳未来</title> <meta name="keywords" content="台达 2024中国工博" /> <meta name="description" content="台达以“新质智造 零碳未来”为主题,亮相9月24日至28日于上海国家会展中心举办的2024中国国际工业博览会(以下简称“工博会”)。"/> <meta name="viewport" content="width=device-width" /> <meta http-equiv="Content-type" charset="utf-8"> <meta name="application-name" content="#"> <meta name="renderer" content="webkit"> <meta name="robots" content="all"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!--<base href="../../../">--> <!--[if lt IE 9]> <script src="/content/static/public/js/html5.js"></script> <![endif]--> <script src="/content/static/jquery/jquery1.72/jquery-1.7.2.js"></script> <script src="/content/static/public/js/share.js"></script> <link type="text/css" rel="stylesheet" href="/content/static/public/style/head_style/head_style.css"> <link type="text/css" rel="stylesheet" href="/content/static/public/style/head_style/head_sectionlist_style.css"> <link type="text/css" rel="stylesheet" href="/content/static/public/style/head_style/head_skin/red.css"> <link type="text/css" rel="stylesheet" href="/content/static/public/style/head_style/head_skin/sectionlist_red.css"> <!--[if lt IE 9]> <link type="text/css" rel="stylesheet" href="/content/static/public/style/head_style/ie_hack/ltie9_hack.css"> <![endif]--> <!--[if IE 7]> <link type="text/css" rel="stylesheet" href="/content/static/public/style/head_style/ie_hack/ie7_hack.css"> <![endif]--> <link type="text/css" rel="stylesheet" href="/content/static/public/style/common.css"> <link type="text/css" rel="stylesheet" href="/content/static/public/style/common_skin/red.css"> <link type="text/css" rel="stylesheet" href="/content/static/public/style/font_style/font_style.css"> <link type="text/css" rel="stylesheet" href="/content/static/sectionList/style/style.css"> <link type="text/css" rel="stylesheet" href="/content/static/sectionList/style/skin/red.css"> <style> .footer_bg{ width: 100%; margin-top: 24px; padding-top: 18px; background: #C3382A; min-width:1000px;/*zhangqt add*/ } .section_footer{ width: 1000px; margin: 20px auto 0px; height: 220px; overflow: hidden; } .footer_content{ overflow: hidden; } .section_footer{ color: #fff; } .section_footer a{ text-decoration: none; color: #fff; } .section_footer a:hover{ text-decoration: none; color: #C3382A; } .footer_left,.footer_center,.footer_right{ float: left; width: 150px; overflow: hidden; } .footer_left{ } .footer_center{ width: 700px; text-align: center; font-size: 14px; } .footer_center p{ margin: 12px 0px; } .footer_center img{ border: none; } .footer_right{ } .footer_left_img{ width: 108px; float: left; } .footer_right_img{ width: 108px; float: right; } .footer_left_img img,.footer_right_img img{ width: 108px; display: block; } .footer_left_img p,.footer_right_img p{ width: 108px; font-size: 14px; text-align: center; } .footer_nav { overflow: hidden; } .footer_nav li{ float: left; padding: 0px 14px; line-height: 14px; border-right:solid 1px #fff; } .footer_nav .footer_last{ border:none; } .footer_nav a:hover { color: white; } </style> <script> $(document).ready(function () { //百度分享 window._bd_share_config = { common: { bdText: "text", bdDesc: "title", bdUrl: "", bdPic: "src", onBeforeClick: function (cmd, config) { return { bdText: text, bdDesc: title, bdPic: src }; } }, share: [{ "bdSize": 16 }] } function getListCon(obj) { var parentObj = obj.parent().parent().parent(); src = parentObj.find(".img_con img").attr("src"); title = parentObj.find(".list_title").text(); text = parentObj.find(".list_intro").text(); href = parentObj.find(".list_title a").attr("href"); } $(".bds_more").mouseover(function () { getListCon($(this)); }) }) </script> <!--[if lt IE 9]> <style> .list_headlines .headlines_icon{ position: static; margin-top: -18px; } </style> <![endif]--> <script> var _hmt = _hmt || []; (function () { var hm = document.createElement("script"); hm.src = "//hm.baidu.com/hm.js?589d687b2927b62c483f6a1c63ad767f"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <script> (function () { var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> <script type="text/javascript"> $(function () { $(".search_icon").click(function () { var q = $(".search_area").val(); if (q == '') return; url = "http://www.ilinki.net/news/search?q=" + escape(q); window.open(url); }); $('.search_area').keydown(function (e) { if (e.keyCode == 13) { $(".search_icon").click(); return false; } }); }); </script> <script type="text/javascript"> var browser = { versions: function () { var u = navigator.userAgent, app = navigator.appVersion; return { //移动终端浏览器版本信息 trident: u.indexOf('Trident') > -1, //IE内核 presto: u.indexOf('Presto') > -1, //opera内核 webKit: u.indexOf('AppleWebKit') > -1, //苹果、谷歌内核 gecko: u.indexOf('Gecko') > -1 && u.indexOf('KHTML') == -1, //火狐内核 mobile: !!u.match(/AppleWebKit.*Mobile.*/), //是否为移动终端 ios: !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/), //ios终端 android: u.indexOf('Android') > -1 || u.indexOf('Linux') > -1, //android终端或uc浏览器 iPhone: u.indexOf('iPhone') > -1, //是否为iPhone或者QQHD浏览器 iPad: u.indexOf('iPad') > -1, //是否iPad webApp: u.indexOf('Safari') == -1 //是否web应该程序,没有头部与底部 }; }(), language: (navigator.browserLanguage || navigator.language).toLowerCase() } //alert(browser.versions.mobile); if (browser.versions.mobile) {//判断是否是移动设备打开。browser代码在下面 window.location.href = "http://m.ilinki.net/news/detail/"+70170; } </script> </head> <body> <link type="text/css" rel="stylesheet" href="/content/static/articleDetail/style/style.css"> <link type="text/css" rel="stylesheet" href="/content/static/articleDetail/style/skin/red.css"> <!--------------------栏目页的公共导航----------------------> <header class="section_nav"> <!--------------------顶部红色条----------------------> <div class="section_nav_rednav"> <div class="rednav_content"> <!--------------------红色条左边部分----------------------> <ul class="rednav_content_left"> <a href="/"><li>首页</li></a> <a href="/news/list?ncid=19"><li>政策</li></a> <a href="/news/list?ncid=1"><li>新闻</li></a> <a href="/news/list?ncid=48"><li>动态</li></a> <a href="/company/space"><li>企业</li></a> <a href="/news/list?ncid=8"><li>专访</li></a> <a href="/news/list?ncid=26"><li>咨询</li></a> <a href="/news/list?ncid=30"><li>会议</li></a> <a href="/news/tag/15"><li>项目</li></a> <a href="http://v.ilinki.net/video/list"><li>视频</li></a> </ul> <!--------------------红色条左边部分结束----------------------> <!--------------------红色条右边部分----------------------> <ul class="rednav_content_right"> <!--已登录时--> <!--<a href="#"><li class="rednav_head_img"><img src="../../static/public/images/head_img.png" title="猪发发"></li></a> <a href="#"><li class="rednav_user_name" title="猪发发cyrus"><span>猪发发cyrus</span> <ul class="rednav_user_info"> <li>我的空间</li> <li>退出</li> </ul> </li></a> <a href="#"><li class="rednav_user_message">&#xe002;<span class="mess_mun">2</span></li></a> <a href="#"><li class="rednav_quoted_price"><p>我要报价</p></li></a>--> <!--已登录结束--> <!--未登录时--> <a href="http://passport.ilinki.net/account/logon?BackURL=http://www.ilinki.net/sso"><li class="reg_new"><p>登陆</p></li></a> <a href="http://passport.ilinki.net/account/register"><li class="reg_new"><p>注册</p></li></a> <!--未登录时结束--> <a href="http://company.ilinki.net/account/register"><li class="rednav_apply_zone"><p>申请企业空间</p></li></a> </ul> <div class="clear"></div> <!--------------------红色条右边部分结束----------------------> </div> </div> <!--------------------顶部红色条结束----------------------> <!--------------------栏目频道主导航----------------------> <nav class="section_main_nav"> <ul class="main_nav_list"> <a href="/news/list?ncid=3"><li>智汇头条</li></a> <a href="/news/list?ncid=2"><li>焦点新闻</li></a> <a href="/news/list?ncid=8"><li>人物专访</li></a> <a href="/news/list?ncid=17"><li>行业动态</li></a> <a href="/news/list?ncid=16"><li>服务动态</li></a> </ul> </nav> <!--------------------栏目频道主导航结束----------------------> </header> <!--------------------栏目页的公共导航结束----------------------> <!-------------------------------------页面内容------------------------------------------> <div class="container"> <!------------------------头部面包屑导航--------------------------> <div class="breadcrumbs"> <div class="sl_breadcrumbs"> <ul class="sl_breadcrumbs_list"> <li><a href="/">首页</a><span></span></li> <li><a href='/news/list?ncid=1'>新闻频道</a><span></span></li> <li class="breadcrumbs_list_last"><a href="/news/detail/70170">台达亮相2024中国工博会 响应新质智造 迎向零碳未来</a></li> </ul> </div> <div class="sl_search"> <form> <input type="text" placeholder="最新热词" class="search_area"> <input type="button" value="&#xe036;" class="search_icon"> </form> </div> </div> <!-----------------------------面包屑导航结束----------------------------------> <!----------------------------左侧新闻列表--------------------------> <div class="left_content_list block_w680"> <article class="article_container block_margin"> <div class="article_head"> <h1 style="text-align:center;">台达亮相2024中国工博会 响应新质智造 迎向零碳未来</h1> <div class="article_other"> <p class="pub_time"><time>2024-09-25 08:00:00</time></p> <span>来源:智汇工业</span> <p class="traffic">点击:<a href="#">4283</a></p> <p class="size"> <span class="zoom">A<sup>+</sup></span> <span class="narrow">A<sup>-</sup></span> </p> <p class="bdsharebuttonbox bdshare-button-style0-16 share" data-tag="share_1" data-bd-bind="1432258501536"> <a class="bds_more" data-cmd="more"></a> </p> </div> <div class="article_index"> <p class="owned_channel">所属频道:<a href="#">新闻中心</a></p> <div class="article_keyword"> <span>关键词:台达 2024中国工博</span> <ul></ul> </div> </div> </div> <!-----------------------------款680高40广告----------------------------> <!-----------------------------款680高40广告介绍----------------------------> <div class="article_body"> <section data-role="outer" class="article135" label="edit by 135editor"><p style="text-align:justify;break-inside: auto; break-before: auto; break-after: auto; line-height: 2em; margin-bottom: 15px;"><span style="font-family:PMingLiU;"></span><span style="color: rgb(51, 51, 51); text-shadow: none; letter-spacing: 1.5px; font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, Arial, sans-serif;">台达以“新质智造 零碳未来”为主题,亮相9月24日至28日于上海国家会展中心举办的2024中国国际工业博览会(以下简称“工博会”)。在本届工博会中,台达响应国家“新质生产力”的“创新”和“质优”精神,通过“零碳工厂”“智慧工业楼宇”“厂区微电网”和“AI数据中心”等场景化设计的板块,具体展示了台达以绿色制造为基础、落实新质生产力的成果。包括以自主开发的智能机台、可视化战情中心、制造执行系统的“智能制造方案”,以及通过机械手臂协作、并结合台达DIATwin数字孪生科技的“柔性加工中心”,展现台达的“创新”技术优势,而通过展示融合IT(信息层)和OT(运营层),具备虚拟仿真技术、数字孪生技术和人工智能的”台达3D零碳数字管理平台”,加上能源基础设施与数据中心基础设施等绿色工厂方案,则是台达对”质优”的坚持。</span></p><section class="_135editor" data-tools="135编辑器" data-id="148247"><section style="margin: 10px auto;" class=""><section style="width: 70px; height: 21px; background-image: linear-gradient(to right, rgb(31, 87, 250), rgb(31, 139, 250)); background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-radius: 25px 25px 25px 0px; margin-bottom: -10px; box-sizing: border-box; transform: translateZ(5px); overflow: hidden;"></section><section style="background-color: #ecf9ff;padding: 8px;border: 1px solid #1f8cfa;box-sizing:border-box;"><section style="width: 100%;max-width:100% !important;box-sizing:border-box;" data-width="100%" class=""><img style="width: 100%; display: block;vertical-align:baseline;box-sizing:border-box;max-width:100% !important;" src="http://admin.ilinkmall.com/Content/ueditor/net/upload/2024-09-25/74190553-37fc-4f1b-9850-7fd52adee6f7.png" data-width="100%" draggable="false" data-ratio="0.6666666666666666" data-w="1437" title="图片1.png"/></section></section><section style="width: 70px; height: 21px; background-image: linear-gradient(to left, rgb(227, 246, 255), rgb(120, 232, 225)); background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-radius: 25px 0px 25px 25px; margin-left: auto; margin-top: -15px; box-sizing: border-box; transform: translateZ(5px);"><br/></section></section></section><p style="text-align:center;line-height: 1.5em; margin-bottom: 15px;"><span style="font-size: 14px;"><span style="font-family: PMingLiU;"></span><span style="color: rgb(51, 51, 51); text-shadow: none; letter-spacing: 1.5px; font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, Arial, sans-serif;">(本届工博会,台达响应国家“新质生产力”,通过“零碳工厂”“智慧工业楼宇”“厂区微电网”和“AI数据中心”等场景,具体展示了台达以绿色制造为基础、落实新质生产力的成果,吸引众多专业观众驻足参观)</span></span></p><p style="text-align:justify;break-inside: auto; break-before: auto; break-after: auto; line-height: 2em; margin-bottom: 15px;"><span style="font-family:PMingLiU;"></span><span style="color: rgb(51, 51, 51); text-shadow: none; letter-spacing: 1.5px; font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, Arial, sans-serif;">台达首席品牌官郭珊珊表示,台达以“环保 节能 爱地球”的经营使命呼应新质生产力绿色发展基础,并充分涵盖新质的“创新”和“质优”两大精神。创新方面,台达除了持续于国内拓展研发中心、积极招募高端研发人才,更通过于2000年起陆续设立的“台达电力电子科教发展计划”与“中达学者计划”,助力国内相关领域人才培育,并积极推动新型电力系统发展;在质优方面,台达践行智能制造,2023年,台达生产线自动化程度提升至65%,智能生产线较传统线之产能提升85%、直接人力人均产值提升3到5倍。本届工博会中台达展位的策展概念,即运用了场景化设计,具体呈现台达以自身的绿色生产力落实新质生产力的决心。</span></p><section class="_135editor" data-tools="135编辑器" data-id="148247"><section style="margin: 10px auto;"><section style="width: 70px; height: 21px; background-image: linear-gradient(to right, rgb(31, 87, 250), rgb(31, 139, 250)); background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-radius: 25px 25px 25px 0px; margin-bottom: -10px; box-sizing: border-box; transform: translateZ(5px); overflow: hidden;"></section><section style="background-color: #ecf9ff;padding: 8px;border: 1px solid #1f8cfa;box-sizing:border-box;"><section style="width: 100%;max-width:100% !important;box-sizing:border-box;" data-width="100%"><img style="width: 100%; display: block;vertical-align:baseline;box-sizing:border-box;max-width:100% !important;" src="http://admin.ilinkmall.com/Content/ueditor/net/upload/2024-09-25/02a3c6a0-66ce-4299-b1ea-436b8e41b0f8.png" data-width="100%" draggable="false" data-ratio="0.6666666666666666" data-w="1437" title="图片2.png"/></section></section><section style="width: 70px; height: 21px; background-image: linear-gradient(to left, rgb(227, 246, 255), rgb(120, 232, 225)); background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-radius: 25px 0px 25px 25px; margin-left: auto; margin-top: -15px; box-sizing: border-box; transform: translateZ(5px);"><br/></section></section></section><p style="text-align:center;line-height: 1.5em; margin-bottom: 15px;"><span style="text-shadow: none; letter-spacing: 1.5px; font-size: 14px; font-family: PMingLiU;">( 台达多位主管包括首席品牌官郭珊珊女士(右二)、首席可持续发展官暨发言人周志宏先生(右一)、全球制造数位长王广坡先生(左一)、中达电通总经理谭怡中先生(左二)出席台达工博会媒体交流会。)</span></p><p style="text-align:justify;break-inside: auto; break-before: auto; break-after: auto; line-height: 2em; margin-bottom: 15px;"><span style="color: rgb(51, 51, 51); text-shadow: none; letter-spacing: 1.5px; font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, Arial, sans-serif;">台达首席可持续发展官暨发言人周志宏表示,台达高度关注全球气候变化及减碳趋势、在2021年已提前达成2025年碳密集度下降56.6%的科学减碳目标(SBT),并订定2050年全球网点达成净零排放(Net Zero)的长期策略目标,承诺2030年前将范围1与2碳排放较2021年降低90%。此外,台达于2021年加入RE100倡议,宣示全球运营与生产网点将于2030年达成100%可再生电力,至2023年,全球目标已达成76%,中国大陆更已达成91.4%。在推动循环经济方面,台达承诺2025年废弃物转化率达到100%,迈向废弃物零填埋,自2019年试点导入UL2799,已平行推展至台达15大主要生产厂区。在全体同仁的共同努力下,《2023台达可持续发展报告》连续四年获评五星佳。</span></p><p style="text-align:justify;break-inside: auto; break-before: auto; break-after: auto; line-height: 2em; margin-bottom: 15px;"><span style="color: rgb(51, 51, 51); text-shadow: none; letter-spacing: 1.5px; font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, Arial, sans-serif;">台达全球制造数位长王广坡表示,台达致力成为技术领先敏捷高效的制造业者,为顾客提供高品质的产品及服务。台达自2001年开始推行以增值、单件流和半自动化为核心的精益化生产,到2016年起导入以自动化、智能物流和数据使用为重点的智能化生产,到2023年起向流程、技术和组织转型的数字化与人工智能运营,致力迈向工业4.0的未来。随着台达智能制造和数字转型的进展,台达各生产基地最高达成人时产值提升139%、直接人工数降低59%、制造运营成本改善17%,效益显著。</span></p><p style="text-align:justify;break-inside: auto; break-before: auto; break-after: auto; line-height: 2em; margin-bottom: 15px;"><span style="color: rgb(51, 51, 51); text-shadow: none; letter-spacing: 1.5px; font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, Arial, sans-serif;">台达集团-中达电通总经理谭怡中表示,为响应“双碳”目标和“新质生产”的要求,中达电通聚焦网络通讯基础设施、工业自动化、楼宇自动化和能源基础设施四大业务领域,推出包括工商业智能微电网、3D零碳数字管理平台、绿色厂务、智能制造、绿色数据中心等具体方案,协助推动企业向数字化、低碳化变革,达成精细化生产、智能化运营,成功打造零碳工厂,助力可持续发展。</span></p><p style="text-align:justify;break-inside: auto; break-before: auto; break-after: auto; line-height: 2em; margin-bottom: 15px;"><span style="color: rgb(51, 51, 51); text-shadow: none; letter-spacing: 1.5px; font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, Arial, sans-serif;">本届工博会,台达积极响应新质生产力趋势,从自身的产品节能、工厂节能,到回馈社会,以身作则、推己及人,以技术优势赋能公司与社会的可持续发展。2024工博会台达展位位于上海国家会展中心6.1H-B170。除实体展外,台达同时通过线上“虚拟展台”为全球客户提供身临其境的观展体验:</span></p><p style="text-align:justify;break-inside: auto; break-before: auto; break-after: auto; line-height: 2em; margin-bottom: 15px;"><a href="https://onlineexpo.delta-china.com.cn/h5/web/index.html?id=189"><span style="color: rgb(51, 51, 51); text-shadow: none; letter-spacing: 1.5px; font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, Arial, sans-serif;">https://onlineexpo.delta-china.com.cn/h5/web/index.html?id=189</span></a></p><section class="_135editor" data-tools="135编辑器" data-id="148247"><section style="margin: 10px auto;"><section style="width: 70px; height: 21px; background-image: linear-gradient(to right, rgb(31, 87, 250), rgb(31, 139, 250)); background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-radius: 25px 25px 25px 0px; margin-bottom: -10px; box-sizing: border-box; transform: translateZ(5px); overflow: hidden;"></section><section style="background-color: #ecf9ff;padding: 8px;border: 1px solid #1f8cfa;box-sizing:border-box;"><section style="width: 100%;max-width:100% !important;box-sizing:border-box;" data-width="100%"><img style="width: 100%; display: block;vertical-align:baseline;box-sizing:border-box;max-width:100% !important;" src="http://admin.ilinkmall.com/Content/ueditor/net/upload/2024-09-25/9cfc4b14-f10d-4efa-96d5-d9f174aaf2a3.png" data-width="100%" draggable="false" data-ratio="0.6664345403899722" data-w="1436" title="图片3.png"/></section></section><section style="width: 70px; height: 21px; background-image: linear-gradient(to left, rgb(227, 246, 255), rgb(120, 232, 225)); background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-radius: 25px 0px 25px 25px; margin-left: auto; margin-top: -15px; box-sizing: border-box; transform: translateZ(5px);"><br/></section></section></section><p style="text-align:center;margin-bottom: 15px; line-height: 1.5em;"><span style="font-size:14px;"><span style="font-family:PMingLiU;"></span><span style="color: rgb(51, 51, 51); text-shadow: none; letter-spacing: 1.5px; font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, Arial, sans-serif;">(台达以“新质智造 零碳未来”为主轴参与“2024中国国际工业博览会”,台达主管与参展同仁在展位前合影。)</span></span></p><section class="_135editor" data-tools="135编辑器" data-id="147336"><section style="margin: 10px auto; display: flex; flex-direction: column;" class=""><section style="width: 16px; height: 16px; border-radius: 100%; background-image: linear-gradient(rgb(164, 227, 255), rgb(94, 141, 234)); background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; display: flex; justify-content: center; align-items: center; margin-left: 25px; margin-bottom: -8px; z-index: 5; box-sizing: border-box;"><section style="width: 14px; height: 14px; border-radius: 100%; background-color: rgb(255, 255, 255); box-sizing: border-box; overflow: hidden;"></section></section><section style="background-image: linear-gradient(rgb(164, 227, 255), rgb(94, 141, 234)); background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-radius: 20px; padding: 1px; box-sizing: border-box;"><section style="background-color: #ffffff;padding: 15px 10px;border-radius: 20px;box-sizing:border-box;" class=""><section data-autoskip="1" class="135brush" style="text-align: justify;line-height:1.75em;letter-spacing: 1.5px;font-size:14px;color:#333333;background-color: transparent;"><p style="line-height: 2em;"><span style="font-size:15px;"><strong><span style="text-shadow: none; font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, Arial, sans-serif;">关于台达</span></strong></span></p><p style="line-height: 2em;"><span style="text-shadow: none; font-size: 15px; font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, Arial, sans-serif;">台达创立于1971年,为全球提供电源管理与散热解决方案,并在工业自动化、楼宇自动化、通信电源、数据中心基础设施、电动车充电、可再生能源、储能与视讯显示等多项产品方案领域居重要地位,逐步实现智能制造与智慧城市的发展愿景。台达秉持“环保 节能 爱地球”的经营使命,将企业可持续发展与商业模式相结合,运用高效率电力电子核心技术,以因应气候变迁带来的环境议题。台达运营网点遍布全球,在五大洲近200个销售网点、研发中心和生产基地为客户提供服务。</span></p><p style="line-height: 2em;"><span style="text-shadow: none; font-size: 15px; font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, Arial, sans-serif;">多年来,台达投入事业运营、科技创新与企业可持续发展的成就荣获多项国际荣耀与肯定。自2011年起,台达连续13年入选道琼斯可持续发展指数(Dow Jones Sustainability Indices, 简称DJSI)之“世界指数”(DJSI World Index) ,亦三度荣获CDP (全球环境信息研究中心)年度评比气候变迁与水安全双“A”领导评级,并连续7年获评供应链参与领导者。</span></p></section></section></section><section style="width: 16px; height: 16px; border-radius: 100%; background-image: linear-gradient(rgb(164, 227, 255), rgb(94, 141, 234)); background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; display: flex; justify-content: center; align-items: center; margin-left: auto; margin-top: -8px; margin-right: 25px; z-index: 5; box-sizing: border-box;"><section style="width: 14px;height: 14px;border-radius: 100%;background-color: #ffffff;box-sizing:border-box;"><br/></section></section></section></section><p style="line-height: 2em;"><span style="text-shadow: none; letter-spacing: 1.5px; font-size: 15px; font-family: PMingLiU;">台达的详细资料,请参见:</span><a href="http://www.delta-china.com.cn/" style="color: rgb(51, 51, 51); text-shadow: none; letter-spacing: 1.5px; font-size: 15px; font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, Arial, sans-serif;"><span style="text-shadow: none;">www.delta-china.com.cn</span></a></p></section><p><br/></p> </div> <p class="audit_editor">(审核编辑: <span>Model</span>)</p> <div class="article_body_share"> <span class="share_text">分享</span> <p class="bdsharebuttonbox bdshare-button-style0-16 share" data-tag="share_1" data-bd-bind="1432258501536"> <a href="#" class="bds_qzone" data-cmd="qzone" title="分享到QQ空间"></a> <a href="#" class="bds_tsina" data-cmd="tsina" title="分享到新浪微博"></a> <a href="#" class="bds_tqq" data-cmd="tqq" title="分享到腾讯微博"></a> <a href="#" class="bds_weixin" data-cmd="weixin" title="分享到微信"></a> <a href="#" class="bds_tieba" data-cmd="tieba" title="分享到百度贴吧"></a> <a href="#" class="bds_sqq" data-cmd="sqq" title="分享到QQ好友"></a> </p> </div> </article> <!-----------------------------款680高90广告----------------------------> <div class="block_w680 block adv_w680 adv block_margin"> </div> <!-----------------------------款680高90广告介绍----------------------------> <!------------------------------------评论框--------------------------------------> <!------------------------------------评论框结束--------------------------------------> <!------------------------------------评论--------------------------------------> <!------------------------------------评论结束--------------------------------------> </div> <!---------------------------------左侧新闻列表结束------------------------------> <div class="right_content_list block_w300"> <div class="right_content_block6 news_block block_w300 block_margin"> <!------------------------------------宽260新闻块开始--------------------------------------> <div class="block_w300 block"> <div class="news_block_head"> <div class="news_block_tab"> <h2 class="default" title="点击排行"><a href="#">点击排行</a></h2> </div> <span class="view_more" title="查看更多"><a href="#"></a></span> </div> <ol class="news_block_list list_300 hot_tip"> <li title="SIMATIC PCS neo:面向未来的DCS"><span class="ollist_num num_hot">1</span><a class="ol_content" href="/news/detail/46192">SIMATIC PCS neo:面向未来的DCS</a><span class="click_num"><a href="#">553458</a></span></li> <li title="中国机器人产业发展报告(2019)"><span class="ollist_num num_hot">2</span><a class="ol_content" href="/news/detail/45813">中国机器人产业发展报告(2019)</a><span class="click_num"><a href="#">173539</a></span></li> <li title="世界机器人大会国际顶尖机器人领域专家精彩观点集锦(二)"><span class="ollist_num num_hot">3</span><a class="ol_content" href="/news/detail/45781">世界机器人大会国际顶尖机器人领域专家精彩观点集锦(二)</a><span class="click_num"><a href="#">172738</a></span></li> <li title="2019世界机器人大会圆满落幕"><span class="ollist_num">4</span><a class="ol_content" href="/news/detail/45812">2019世界机器人大会圆满落幕</a><span class="click_num"><a href="#">172624</a></span></li> <li title="世界机器人大会国际顶尖机器人领域专家精彩观点集锦(一)"><span class="ollist_num">5</span><a class="ol_content" href="/news/detail/45760">世界机器人大会国际顶尖机器人领域专家精彩观点集锦(一)</a><span class="click_num"><a href="#">169459</a></span></li> <li title="格力开始发力工业领域 将投10亿生产高端医疗设备"><span class="ollist_num">6</span><a class="ol_content" href="/news/detail/49540">格力开始发力工业领域 将投10亿生产高端医疗设备</a><span class="click_num"><a href="#">159146</a></span></li> <li title="基于工业互联网平台上——智能工厂实现的几点建议"><span class="ollist_num">7</span><a class="ol_content" href="/news/detail/42808">基于工业互联网平台上——智能工厂实现的几点建议</a><span class="click_num"><a href="#">151442</a></span></li> <li title="亚马逊的智能物流仓储系统,离我们有多远?"><span class="ollist_num">8</span><a class="ol_content" href="/news/detail/10381">亚马逊的智能物流仓储系统,离我们有多远?</a><span class="click_num"><a href="#">128882</a></span></li> </ol> </div> <!------------------------------------宽300新闻块结束--------------------------------------> </div> <div class="right_content_block4 adv_block block_w300 block_margin"> <!-----------------------宽350新闻----------------------> <div class="block_w300 block"> <div class="news_block_head"> <div class="news_block_tab"> <h2 class="default" title="专题"><a href="#">专题</a></h2> </div> <span class="view_more" title="查看更多"><a href="#"></a></span> </div> <ul class="guesslike_news block_w300"> <li><a href="/news/special/4"> <img src="http://images.ilinkmall.com/AdverImages/20150906/211881a484d9-31f2-4467-94f7-c6e95b492e96.jpg" title="智慧工厂产品专题"> <p>智慧工厂产品专题</p></a> </li> <li><a href="/news/special/2"> <img src="http://images.ilinkmall.com/AdverImages/20150906/21173314ad16-e26f-41d6-83f5-3d12ea789088.jpg" title="智能制造助力制造业升级"> <p>智能制造助力制造业升级</p></a> </li> <li><a href="/news/special/3"> <img src="http://images.ilinkmall.com/AdverImages/20150906/211686cadf1f-f4fd-4abc-b1de-871b9eae94ec.jpg" title="智能家居专题"> <p>智能家居专题</p></a> </li> <li><a href="/news/special/1"> <img src="http://images.ilinkmall.com/AdverImages/20150906/2115dc2ee163-d64c-4c7d-aa82-cb4f3f5080c9.jpg" title="专题:机器人与智能制造"> <p>专题:机器人与智能制造</p></a> </li> </ul> <!---------------------------------宽350的新闻结束------------------------------------> </div> </div> </div> </div> <!--------------------对联广告------------------> <!--------------------左对联------------------> <!--------------------左对联结束------------------> <!--------------------右对联------------------> <!--------------------右对联结束------------------> <!--------------------对联广告结束------------------> <!-------------------------------------页面内容结束------------------------------------------> <!--------------------foot----------------------> <div class="footer_bg"> <!--------------------栏目页的公共底部----------------------> <footer class="section_footer"> <ul class="footer_content"> <!--------------------左边二维码----------------------> <li class="footer_left"> <div class="footer_left_img"> <img src="/content/images/ilinki.jpg"> <p>微信扫一扫关注智汇工业微信订阅号</p> </div> </li> <!--------------------左边二维码结束----------------------> <!--------------------中间文字----------------------> <li class="footer_center"> <ul class="footer_nav"> <li><a href="/help/contactus">联系我们</a></li> <li><a href="/help/aboutus">本站介绍</a></li> <li><a href="http://passport.ilinki.net/account/register">用户注册</a></li> <li><a href="#">网站地图</a></li> <li><a href="/help/ffxy">服务协议</a></li> <li class="footer_last"><a href="/help/law">法律声明</a></li> </ul> <p class="footer_copyright">智汇工业(Intelligent Industry)版权所有© Copyright By Intelligent Industry</p> <p class="footer_contact">电话:010-62314658 邮箱:service@ilinki.net</p> <p class="footer_putOnRecord"><a style="color:#fff;" href="https://beian.miit.gov.cn/" target="_blank">京ICP备15030148号-1</a></p> </li> <!--------------------中间文字结束----------------------> <!--------------------右边二维码----------------------> <li class="footer_right"> <div class="footer_right_img"> <img src="/content/images/ilinkmall.jpg"> <p>微信扫一扫关注智汇猫微信订阅号</p> </div> </li> <!-----------------右边二维码结束----------------------> </ul> </footer> <!--------------------栏目页的公共底部结束----------------------> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10