CINXE.COM
展商列表_2025亚洲金属建筑设计与产业博览会
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <title>展商列表_2025亚洲金属建筑设计与产业博览会</title> <meta name="description" content="" /> <meta name="keywords" content="" /> <link type="text/css" rel="Stylesheet" href="/static/css/common.css" /> <link type="text/css" rel="Stylesheet" href="/static/css/else.css" /> <link rel="stylesheet" href="/static/css/font-awesome.css"> <!--[if IE 7]> <link rel="stylesheet" href="/static/css/font-awesome-ie7.css"> <![endif]--> <link rel="shortcut icon" href="/favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=3"> <link rel="stylesheet" type="text/css" href="/static/css/responsive.css"> <script src="/static/js/jquery.js" type="text/javascript"></script> <script src="/static/js/jquery.superslide.2.1.1.js"></script> <script src="/static/js/nav-min.js" type="text/javascript"></script> <script src="/static/js/flickerplate.min.js"></script> <link href="/static/css/flickerplate.css" rel="stylesheet" type="text/css"> <script src="/static/js/common.js" type="text/javascript"></script> <script language="javascript"> var jqmenu = jQuery.noConflict(); jqmenu(document).ready(function(){ jqmenu('#menu0').addClass('cur'); }); </script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-TBKQH4T');</script> <!-- End Google Tag Manager --> </head> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TBKQH4T" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div id="ie6" class="ie6"> <div class="wrap"> <em onclick="javascript:document.getElementById('ie6').style.display='none'">关闭</em> <span>您好,检测到您使用的是Internet Explorer 6,建议升级浏览器以达视觉到最佳效果及最佳浏览速度。</span> <a class="link01" target="_blank" href="http://www.google.cn/chrome/intl/zh-CN/landing_chrome.html?hl=zh-CN"> Google Chorme</a><a class="link02" target="_blank" href="http://www.firefox.com.cn/">Firefox</a><a class="link03" target="_blank" href="http://windows.microsoft.com/zh-cn/internet-explorer/downloads/ie">Internet Explorer 8</a> </div> </div> <div class="top_header mainWarp" id="pagetop"> <div class="pull-left ico"> <a href="javascript:void(0);" onclick="document.getElementById('edm_modal').style.display ='block'"><img src="/static/picture/ico_top2.png" style="width:30px;"></a> <a href="javascript:void(0);" onclick="document.getElementById('wechat_modal').style.display ='block'"><img src="/static/picture/ico_top3.png" style="width:30px;"></a> <a href="javascript:void(0);" onclick="document.getElementById('search_modal').style.display ='block'"><img src="/static/picture/ico_top5.png" style="width:28px;"></a> </div> <div class="pull-right col-sm-6 lng"><B>语言选择:</B> <a href="/"><img src="/static/picture/icon_cn.gif" style="width:30px;"></a> <a href="/en"><img src="/static/picture/icon_en.gif" style="width:30px;"></a> </div> <p class="clear"></p> </div> <div class="headTop mainWarp"> <div class="head_left"> <a href="/"> <img src="/uploads/allimg/20211126/1-211126135013c6.png" alt="eyou:global name='web_name' /}" class="logo"/></a> </div> <div class="logo-text"> <h1>2025亚洲金属建筑设计与产业博览会</h1> <p style="font-weight: bolder;color: #000;font-size:14px;">暨上海国际钢木结构与围护系统展览会</p> <p></p> <p style="text-indent:5em;"></p> <p style="font-weight: bolder;color: #000;">2025年12月11-13日 上海新国际博览中心(SNIEC)</p> </div> <div class="tongqi"> <div class="head_left" style="padding: 10px 0 0 20px;"> <p style="font-size: 13px !important;">推荐展会:</p> <a href="https://www.timexpochina.com/" target="_blank"><img src="/uploads/allimg/20240221/1-240221101UL35.png" class="logo" style="width:88px; margin-right: 20px;"/></a> <a href="http://www.gfc-asia.com/" target="_blank"><img src="/uploads/allimg/20231101/1-231101145130W6.png" class="logo" style="width:88px; margin-right: 20px;"/></a> <a href="http://www.daf-asia.com/" target="_blank"><img src="/uploads/allimg/20231012/1-2310121559135X.png" class="logo" style="width:88px; margin-right: 20px;"/></a> </div> </div> <div id="datebox"> <script type="text/javascript"> var year=2025; var month=12; var day=11; var now = new Date(); var endDate = new Date(year, month-1, day); var leftTime=endDate.getTime()-now.getTime(); var leftsecond = parseInt(leftTime/1000); //var day1=parseInt(leftsecond/(24*60*60*6)); var day1=Math.floor(leftsecond/(60*60*24)); if (day1<100) { day1="0"+day1; } if (day1<10) { day1="0"+day1; } var hour=Math.floor((leftsecond-day1*24*60*60)/3600); if (hour<10) { hour="0"+hour; } var minute=Math.floor((leftsecond-day1*24*60*60-hour*3600)/60); if (minute<10) { minute="0"+minute; } var second=Math.floor(leftsecond-day1*24*60*60-hour*3600-minute*60); if (second<10) { second="0"+second; } if (day1 < 0) {document.write(""); } else {document.write("展会倒计时:<br><span>"+day1+"</span>天");} </script> </div> <p class="clear"></p> <div class='xiaoxiao'> <li id="menu1"><a href="http://zy.expo2c.com/web-reg-server/mobile/vistor-register-m.html?EID=E0000000148&target=1&orgnum=1066&pid=886&version=1&cid=&ctid=1">观众登记 </a></li> <li id="menu1"><a href="https://www.mbe-asia.com/ExhibitorRegistration/">展位预定 </a></li> </div> </div> <header> <div class="header_wrapper" style="position: absolute; top: 184px; left: 0px;"> <nav> <div class="navBar mainWarp"> <div class="div1"> <ul class="menu"> <li id="menu0" class="home"> <a href="/" class="home">首页</a> </li> <li id="menu1"><a href="//www.mbe-asia.com/BasicInformation/">关于我们 </a> <dl> <dd><a href="/BasicInformation/">展会概况</a></dd> <dd><a href="/Partners/">主办单位</a></dd> <dd><a href="/Exhibits/">展品范围</a></dd> <dd><a href="/Visitors/">观众类别</a></dd> <dd><a href="/FloorPlan/">展会平面图</a></dd> <dd><a href="/Download/">资料下载</a></dd> <dd><a href="/MBE/">为何选择 MBE</a></dd> </dl> </li> <li id="menu1"><a href="//www.mbe-asia.com/ExhibitorRegistration/">展商中心</a> <dl> <dd><a href="/ExhibitorRegistration/">预定展位</a></dd> <dd><a href="/ExhibitorsList/">展商列表</a></dd> <dd><a href="/Increment/">增值服务</a></dd> <dd><a href="/Evaluation/">展商Q&A</a></dd> </dl> </li> <li id="menu1"><a href="http://zy.expo2c.com/web-reg-server/pc/vistor-register.html?EID=E0000000148&target=1&orgnum=1066&pid=886&version=1&cid=118&ctid=20">观众中心</a> <dl> <dd><a href="http://zy.expo2c.com/web-reg-server/pc/vistor-register.html?EID=E0000000148&target=1&orgnum=1066&pid=886&version=1&cid=118&ctid=20">观众预登记</a></dd> <dd><a href="//www.mbe-asia.com/ExhibitorsList/">展商列表</a></dd> <dd><a href="/Joinvip/">加入VIP买家</a></dd> <dd><a href="/Answer/">观众Q&A</a></dd> </dl> </li> <li id="menu1"><a href="//www.mbe-asia.com/Current/">会议&活动</a> <dl> <dd><a href="/Current/">历届会议论坛</a></dd> <dd><a href="/Sponsor/">会议赞助</a></dd> <dd><a href="/xianchanghuodong/">往届现场活动</a></dd> <dd><a href="/benjiehuiyiluntan/">本届会议论坛</a></dd> </dl> </li> <li id="menu1"><a href="//www.mbe-asia.com/ExhibitionNews/">媒体中心</a> <dl> <dd><a href="/MediaPartner/">品牌媒体</a></dd> <dd><a href="/Gallery/">相册</a></dd> <dd><a href="/Video/">视频</a></dd> <dd><a href="/ENewsletter/">行业新闻</a></dd> <dd><a href="/ExhibitionNews/">展会新闻</a></dd> <dd><a href="/ExhibitorNews/">展商新闻</a></dd> <dd><a href="/Reporter/">记者注册</a></dd> </dl> </li> <li id="menu1"><a href="/Guide/">交通/酒店</a> <dl> <dd><a href="/Hall/">展馆介绍</a></dd> <dd><a href="/Traffic/">交通路线</a></dd> <dd><a href="/Hotel/">酒店住宿</a></dd> <dd><a href="/Visa/">签证</a></dd> <dd><a href="/Travel/">周边旅游</a></dd> </dl> </li> <li id="menu1"><a href="/bonuses/">评奖申请</a> </li> <li id="menu1"><a href="//www.mbe-asia.com/Contact/">联系我们</a> <dl> <dd><a href="/Contact/">联系我们</a></dd> <dd><a href="/WeChat/">官方微信</a></dd> <dd><a href="/dingyue/">邮件订阅</a></dd> </dl> </li> </ul> </div> </div> </nav> </div> </header> <div class="col-md-12" id="page_hw"> <div class="mainWarp clearfix"> <div class="pageRight"> <div class="lv_tree"> <div class="title"> <div class="lv_tree_con"><i class="icon-home"></i> <a href='/' class=' '>首页</a> > <a href='/ExhibitorRegistration/' class=' '>展商中心</a> > <a href='/ExhibitorsList/'>展商列表</a> </div> </div> </div> <div class="ptxt"> <ul id="logolist"> <li><a href="/Exhibitor/302.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20210202/1-210202104J5T9.jpg"></a><p>上海建工<p/></li> <li><a href="/Exhibitor/273.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20210202/1-21020210532UN.png"></a><p>中建科工<p/></li> <li><a href="/Exhibitor/436.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20210804/1-210P4142419364.jpg"></a><p>上海宝冶<p/></li> <li><a href="/Exhibitor/277.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20231013/1-231013142126223.jpg"></a><p>经典重工<p/></li> <li><a href="/Exhibitor/316.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20231013/1-23101314001D02.png"></a><p>中天恒筑<p/></li> <li><a href="/Exhibitor/315.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20231013/1-231013140205921.png"></a><p>多维联合<p/></li> <li><a href="/Exhibitor/279.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20231013/1-23101314032L11.jpg"></a><p>东方日升<p/></li> <li><a href="/Exhibitor/288.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20231013/1-231013140535R9.png"></a><p>天津新宇<p/></li> <li><a href="/Exhibitor/438.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20231013/1-231013140K6310.png"></a><p>大和实业<p/></li> <li><a href="/Exhibitor/440.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20231013/1-231013140Z2637.png"></a><p>源泰德润<p/></li> <li><a href="/Exhibitor/271.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20231013/1-231013141011E3.png"></a><p>天瑞绿建<p/></li> <li><a href="/Exhibitor/281.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20231013/1-231013141206411.jpg"></a><p>世锐建筑<p/></li> <li><a href="/Exhibitor/292.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20210202/1-210202115039404.jpg"></a><p>钢之杰<p/></li> <li><a href="/Exhibitor/437.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20231013/1-231013141350208.png"></a><p>依工建筑<p/></li> <li><a href="/Exhibitor/474.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20231013/1-231013141G3a4.png"></a><p>上海欧本<p/></li> <li><a href="/Exhibitor/475.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20231013/1-231013141R1501.png"></a><p>仕螺五金<p/></li> <li><a href="/Exhibitor/476.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20231013/1-231013142452K7.jpg"></a><p>厦门正黎明<p/></li> <li><a href="/Exhibitor/477.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-21112510215J10.png"></a><p>上海大界<p/></li> <li><a href="/Exhibitor/478.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-21112510223XY.png"></a><p>科顺防水<p/></li> <li><a href="/Exhibitor/479.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125102TLR.png"></a><p>锐态<p/></li> <li><a href="/Exhibitor/480.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125141552342.png"></a><p>澳泰防水<p/></li> <li><a href="/Exhibitor/481.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-2111251031345b.jpg"></a><p>山东鑫达鲁鑫<p/></li> <li><a href="/Exhibitor/482.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125141HCc.png"></a><p>江苏莱德<p/></li> <li><a href="/Exhibitor/483.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-2111251419149B.png"></a><p>燕盾防水<p/></li> <li><a href="/Exhibitor/484.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125142UG33.jpg"></a><p>红岭防水<p/></li> <li><a href="/Exhibitor/485.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20231013/1-23101314302Y58.jpg"></a><p>中金新材料<p/></li> <li><a href="/Exhibitor/486.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125103GM52.png"></a><p>卡巴赫<p/></li> <li><a href="/Exhibitor/487.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125103U5513.jpg"></a><p>麦克威<p/></li> <li><a href="/Exhibitor/488.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125103920I9.jpg"></a><p>诺仕泰<p/></li> <li><a href="/Exhibitor/489.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125104919128.png"></a><p>厦门锐禹<p/></li> <li><a href="/Exhibitor/490.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125130I9539.png"></a><p>上海偲丹<p/></li> <li><a href="/Exhibitor/491.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125130Q1420.png"></a><p>江苏缪斯<p/></li> <li><a href="/Exhibitor/492.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125130T3117.jpg"></a><p>华鹰机械<p/></li> <li><a href="/Exhibitor/493.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-21112513093L47.jpg"></a><p>天津卡勒姆<p/></li> <li><a href="/Exhibitor/494.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125143012K4.png"></a><p>铭凯房屋<p/></li> <li><a href="/Exhibitor/495.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125131034613.png"></a><p>河南鑫泰<p/></li> <li><a href="/Exhibitor/496.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-21112513110B38.jpg"></a><p>华进金属<p/></li> <li><a href="/Exhibitor/497.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-2111251311354Z.png"></a><p>美森铝业<p/></li> <li><a href="/Exhibitor/498.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125131213138.jpg"></a><p>千湖彩钢<p/></li> <li><a href="/Exhibitor/499.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-2111251312495H.jpg"></a><p>上海力营<p/></li> <li><a href="/Exhibitor/500.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-21112513142S16.jpg"></a><p>安徽建科<p/></li> <li><a href="/Exhibitor/501.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125131625632.jpg"></a><p>无锡品尚<p/></li> <li><a href="/Exhibitor/502.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125131A0649.jpg"></a><p>山东星瀚<p/></li> <li><a href="/Exhibitor/503.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125131I5Y4.png"></a><p>克姆雷特<p/></li> <li><a href="/Exhibitor/504.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125131S9544.png"></a><p>梵迦德<p/></li> <li><a href="/Exhibitor/505.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125131Z6306.jpg"></a><p>山东保丽<p/></li> <li><a href="/Exhibitor/506.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-21112513230a63.jpg"></a><p>中荣恒泰<p/></li> <li><a href="/Exhibitor/507.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125144031b6.png"></a><p>河北拓展<p/></li> <li><a href="/Exhibitor/509.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125132624506.png"></a><p>华东锌盾<p/></li> <li><a href="/Exhibitor/510.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125132UGB.png"></a><p>长兴金属<p/></li> <li><a href="/Exhibitor/511.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125144224394.jpg"></a><p>扬州光迈<p/></li> <li><a href="/Exhibitor/512.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125144122c3.png"></a><p>义龙防火<p/></li> <li><a href="/Exhibitor/513.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125133025X2.png"></a><p>天宝蒂必欧<p/></li> <li><a href="/Exhibitor/514.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125133125612.png"></a><p>龙禹船舶<p/></li> <li><a href="/Exhibitor/515.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20231013/1-231013143239606.png"></a><p>圣戈尔<p/></li> <li><a href="/Exhibitor/516.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20231013/1-23101314332b61.png"></a><p>杭州昂世<p/></li> <li><a href="/Exhibitor/517.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125133320G3.png"></a><p>美坚克<p/></li> <li><a href="/Exhibitor/518.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125133343P3.png"></a><p>长江紧固件<p/></li> <li><a href="/Exhibitor/519.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125144322H4.png"></a><p>金兆博<p/></li> <li><a href="/Exhibitor/520.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-2111251334362R.jpg"></a><p>金力高强度紧固件<p/></li> <li><a href="/Exhibitor/521.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125133515945.png"></a><p>艾维德<p/></li> <li><a href="/Exhibitor/522.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20231013/1-23101314351N91.jpg"></a><p>嘉兴合邦<p/></li> <li><a href="/Exhibitor/523.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-2111251336201V.png"></a><p>上海翔盛<p/></li> <li><a href="/Exhibitor/524.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125133A0K1.png"></a><p>江苏瑞通<p/></li> <li><a href="/Exhibitor/525.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125133G3920.png"></a><p>鑫德润<p/></li> <li><a href="/Exhibitor/526.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125144429649.jpg"></a><p>浙江强龙<p/></li> <li><a href="/Exhibitor/471.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20211125/1-211125143A6337.jpg"></a><p>万诱引力<p/></li> <li><a href="/Exhibitor/1121.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20240905/1-240Z514103D59.png"></a><p>山东顾家<p/></li> <li><a href="/Exhibitor/1120.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20240905/1-240Z5140935E8.png"></a><p>史瓦森光电<p/></li> <li><a href="/Exhibitor/1119.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20240905/1-240Z5140RJ03.png"></a><p>英普锐机械<p/></li> <li><a href="/Exhibitor/1118.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20240905/1-240Z5140646394.jpg"></a><p>匠鑫板业<p/></li> <li><a href="/Exhibitor/1117.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20240905/1-240Z51405221D.jpg"></a><p>慧弢(上海)建筑科技<p/></li> <li><a href="/Exhibitor/1116.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20240905/1-240Z5140406102.png"></a><p>海耐新材<p/></li> <li><a href="/Exhibitor/1115.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20240905/1-240Z514040GS.png"></a><p>浩鑫钢构<p/></li> <li><a href="/Exhibitor/1114.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20240905/1-240Z514040L63.png"></a><p>图尔斯<p/></li> <li><a href="/Exhibitor/1113.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20240905/1-240Z5135950c6.png"></a><p>万维科技<p/></li> <li><a href="/Exhibitor/1112.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20240905/1-240Z5135R41W.png"></a><p>罗巴鲁<p/></li> <li><a href="/Exhibitor/1111.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20240905/1-240Z5135F4563.jpg"></a><p>安平县筑商丝网<p/></li> <li><a href="/Exhibitor/1110.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20240905/1-240Z5135529156.png"></a><p>倍可机器人<p/></li> <li><a href="/Exhibitor/1109.html" target="_blank" rel="nofollow"><img src="/uploads/allimg/20240905/1-240Z513552a34.jpg"></a><p>东方雨虹<p/></li> </ul> <div class="clear"></div><br /> <div class="pglist"> <li><a>首页</a></li> <li><a>上一页</a></li> <li class="active"><a>1</a></li><li><a href="/ExhibitorsList/list_19_2/" data-ey_fc35fdc="html" data-tmp="1">2</a></li> <li><a href="/ExhibitorsList/list_19_2/" data-ey_fc35fdc="html" data-tmp="1">下一页</a></li> <li><a href="/ExhibitorsList/list_19_2/" data-ey_fc35fdc="html" data-tmp="1">末页</a></li></div> </div> </div> <div class="pageLeft"> <div class="page_btn"> <dl> <dd><a href="/ExhibitorRegistration/">预定展位</a></dd> <dd><a href="/ExhibitorsList/">展商列表</a></dd> <dd><a href="/Increment/">增值服务</a></dd> <dd><a href="/Evaluation/">展商Q&A</a></dd> </dl> <div class="clear"></div> </div> </div> </div> </div> <div class="footer clearfix mainWarp"> <div class="r1"> <h3>联系我们</h3> 上海展业展览有限公司<br> 地址:上海市徐汇区漕宝路400号明申商务广场1505室 (200233)<br> 电话:+86 21-5109 7799<br> 传真:+86 21-3327 5109<br> 邮箱:info@zhanye-expo.com<br> </div> <div class="r2"> <h3>订阅电子通讯</h3> 想要获得更多资讯? <form method="POST" class="mes2" enctype="multipart/form-data" action="/index.php?m=home&c=Lists&a=gbook_submit&lang=cn" onsubmit="return checkForm();"> <input type='text' id='attr_63' class="email" name='attr_63' value="请填写您的常用邮箱" onfocus="if(value=='请填写您的常用邮箱')value=''" onblur="if(!value)value='请填写您的常用邮箱'"/> <input class="emailbtn" type="submit" value="订阅" /> <input name="lng" type="hidden" value="cn" /> <input type="hidden" name="gourl" id="gourl_ff54f4a2658b1d92e5c0f70ac8e06e36" value="https%3A%2F%2Fwww.mbe-asia.com%2FExhibitorsList%2F" /><input type="hidden" name="typeid" value="89" /><input type="hidden" name="__token__ff54f4a2658b1d92e5c0f70ac8e06e36" id="ff54f4a2658b1d92e5c0f70ac8e06e36" value="" /><input type="hidden" name="form_type" value="0" /><script type="text/javascript"> function submitff54f4a2658b1d92e5c0f70ac8e06e36(elements) { if (document.getElementById('gourl_ff54f4a2658b1d92e5c0f70ac8e06e36')) { document.getElementById('gourl_ff54f4a2658b1d92e5c0f70ac8e06e36').value = encodeURIComponent(window.location.href); } elements.submit(); } function ey_fleshVerify_1739788583(id) { var token = id.replace(/verify_/g, '__token__'); var src = "/index.php?m=api&c=Ajax&a=vertify&type=guestbook&lang=cn&token="+token; src += "&r="+ Math.floor(Math.random()*100); document.getElementById(id).src = src; } function fd077188e1cd5654175767a95387859e0() { var ajax = new XMLHttpRequest(); ajax.open("post", "/index.php?m=api&c=Ajax&a=get_token", true); ajax.setRequestHeader("X-Requested-With","XMLHttpRequest"); ajax.setRequestHeader("Content-type","application/x-www-form-urlencoded"); ajax.send("name=__token__ff54f4a2658b1d92e5c0f70ac8e06e36"); ajax.onreadystatechange = function () { if (ajax.readyState==4 && ajax.status==200) { document.getElementById("ff54f4a2658b1d92e5c0f70ac8e06e36").value = ajax.responseText; document.getElementById("gourl_ff54f4a2658b1d92e5c0f70ac8e06e36").value = encodeURIComponent(window.location.href); } } } fd077188e1cd5654175767a95387859e0(); function getNext1598839807(id,name,level) { var input = document.getElementById('attr_'+name); var first = document.getElementById('first_id_'+name); var second = document.getElementById('second_id_'+name); var third = document.getElementById('third_id_'+name); var findex ='', fvalue = '',sindex = '',svalue = '',tindex = '',tvalue = '',value=''; if (level == 1){ if (second) { second.style.display = 'none'; second.innerHTML = ''; } if (third) { third.style.display = 'none'; third.innerHTML = ''; } findex = first.selectedIndex; fvalue = first.options[findex].value; input.value = fvalue; value = fvalue; } else if (level == 2){ if (third) { third.style.display = 'none'; third.innerHTML = ''; } findex = first.selectedIndex; fvalue = first.options[findex].value; sindex = second.selectedIndex; svalue = second.options[sindex].value; if (svalue) { input.value = fvalue+','+svalue; value = svalue; }else{ input.value = fvalue; } } else if (level == 3){ findex = first.selectedIndex; fvalue = first.options[findex].value; sindex = second.selectedIndex; svalue = second.options[sindex].value; tindex = third.selectedIndex; tvalue = third.options[tindex].value; if (tvalue) { input.value = fvalue+','+svalue+','+tvalue; value = tvalue; }else{ input.value = fvalue+','+svalue; } } if (value) { if(document.getElementById(id)) { document.getElementById(id).options.add(new Option('请选择','')); var ajax = new XMLHttpRequest(); ajax.open("post", "/index.php?m=api&c=Ajax&a=get_region", true); ajax.setRequestHeader("X-Requested-With","XMLHttpRequest"); ajax.setRequestHeader("Content-type","application/x-www-form-urlencoded"); ajax.send("pid="+value); ajax.onreadystatechange = function () { if (ajax.readyState==4 && ajax.status==200) { var data = JSON.parse(ajax.responseText).data; if (data) { data.forEach(function(item) { document.getElementById(id).options.add(new Option(item.name,item.id)); document.getElementById(id).style.display = "block"; }); } } } } } } </script></form> </div> <div class="r3"> <h3>关注MBE</h3> <img src="/uploads/allimg/20201217/1-20121G11605931.png"/> <p>扫描二维码<br>关注MBE官方微信</p> </div> <div class="clear"></div> </div> <div class="copyright clearfix mainWarp"> <div class="txt"> Copyright © 2021 上海展业展览有限公司 版权所有<span> <a href="http://beian.miit.gov.cn" target="blank"><a href="https://beian.miit.gov.cn/" rel="nofollow" target="_blank">沪ICP备12033195号-22</a> <a href="https://www.mbe-asia.com/yinsizhengce/" rel="nofollow" target="_blank">隐私政策</a></a> https://www.mbe-asia.com </span> <script type="text/javascript"> var cnzz_protocol = (("https:" == document.location.protocol) ? " https://": " http://"); document.write(unescape("%3Cspan id='cnzz_stat_icon_1255140188'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s11.cnzz.com/stat.php%3Fid%3D1255140188%26show%3Dpic' type='text/javascript'%3E%3C/script%3E")); </script> <img src='/uploads/allimg/20201212/1-2012122135052Y.png' /> <a rel="nofollow" target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31010402000287"> 沪公网安备 31010402000287号</a> </div> </div> <div id="wechat_modal"> <div class="wechat_modal_header"> <a class="close" onclick="javascript:document.getElementById('wechat_modal').style.display='none';" target="_self">×</a> <h3>关注MBE</h3> </div> <div class="imgbox"> <img src="/uploads/allimg/20201217/1-20121G11605931.png"> </div> <div class="bott"> <div class="txt">关注MBE官方微信</div> </div> </div> <div id="edm_modal"> <div class="edm_modal_header"> <a class="close" onclick="javascript:document.getElementById('edm_modal').style.display='none';" target="_self">×</a> <h3>邮件订阅</h3> </div> <div class="wbox"> <table border="0" cellpadding="0" cellspacing="0"> <form method="POST" class="mes2" enctype="multipart/form-data" action="/index.php?m=home&c=Lists&a=gbook_submit&lang=cn" onsubmit="return checkForm();"> <tr> <td><input type='text' id='attr_63' class="email" name='attr_63' name="email" placeholder="请填写您的常用邮箱" datatype="Email" msg="请填写您的常用邮箱" ></td> <td><input type="submit" value="订阅" class="emailbtn"></td> </tr> <input type="hidden" name="lng" value="cn"> <input type="hidden" name="gourl" id="gourl_174e92e69ef4f40a53ba06d998835cfa" value="https%3A%2F%2Fwww.mbe-asia.com%2FExhibitorsList%2F" /><input type="hidden" name="typeid" value="89" /><input type="hidden" name="__token__174e92e69ef4f40a53ba06d998835cfa" id="174e92e69ef4f40a53ba06d998835cfa" value="" /><input type="hidden" name="form_type" value="0" /><script type="text/javascript"> function submit174e92e69ef4f40a53ba06d998835cfa(elements) { if (document.getElementById('gourl_174e92e69ef4f40a53ba06d998835cfa')) { document.getElementById('gourl_174e92e69ef4f40a53ba06d998835cfa').value = encodeURIComponent(window.location.href); } elements.submit(); } function ey_fleshVerify_1739788583(id) { var token = id.replace(/verify_/g, '__token__'); var src = "/index.php?m=api&c=Ajax&a=vertify&type=guestbook&lang=cn&token="+token; src += "&r="+ Math.floor(Math.random()*100); document.getElementById(id).src = src; } function fd077188e1cd5654175767a95387859e0() { var ajax = new XMLHttpRequest(); ajax.open("post", "/index.php?m=api&c=Ajax&a=get_token", true); ajax.setRequestHeader("X-Requested-With","XMLHttpRequest"); ajax.setRequestHeader("Content-type","application/x-www-form-urlencoded"); ajax.send("name=__token__174e92e69ef4f40a53ba06d998835cfa"); ajax.onreadystatechange = function () { if (ajax.readyState==4 && ajax.status==200) { document.getElementById("174e92e69ef4f40a53ba06d998835cfa").value = ajax.responseText; document.getElementById("gourl_174e92e69ef4f40a53ba06d998835cfa").value = encodeURIComponent(window.location.href); } } } fd077188e1cd5654175767a95387859e0(); function getNext1598839807(id,name,level) { var input = document.getElementById('attr_'+name); var first = document.getElementById('first_id_'+name); var second = document.getElementById('second_id_'+name); var third = document.getElementById('third_id_'+name); var findex ='', fvalue = '',sindex = '',svalue = '',tindex = '',tvalue = '',value=''; if (level == 1){ if (second) { second.style.display = 'none'; second.innerHTML = ''; } if (third) { third.style.display = 'none'; third.innerHTML = ''; } findex = first.selectedIndex; fvalue = first.options[findex].value; input.value = fvalue; value = fvalue; } else if (level == 2){ if (third) { third.style.display = 'none'; third.innerHTML = ''; } findex = first.selectedIndex; fvalue = first.options[findex].value; sindex = second.selectedIndex; svalue = second.options[sindex].value; if (svalue) { input.value = fvalue+','+svalue; value = svalue; }else{ input.value = fvalue; } } else if (level == 3){ findex = first.selectedIndex; fvalue = first.options[findex].value; sindex = second.selectedIndex; svalue = second.options[sindex].value; tindex = third.selectedIndex; tvalue = third.options[tindex].value; if (tvalue) { input.value = fvalue+','+svalue+','+tvalue; value = tvalue; }else{ input.value = fvalue+','+svalue; } } if (value) { if(document.getElementById(id)) { document.getElementById(id).options.add(new Option('请选择','')); var ajax = new XMLHttpRequest(); ajax.open("post", "/index.php?m=api&c=Ajax&a=get_region", true); ajax.setRequestHeader("X-Requested-With","XMLHttpRequest"); ajax.setRequestHeader("Content-type","application/x-www-form-urlencoded"); ajax.send("pid="+value); ajax.onreadystatechange = function () { if (ajax.readyState==4 && ajax.status==200) { var data = JSON.parse(ajax.responseText).data; if (data) { data.forEach(function(item) { document.getElementById(id).options.add(new Option(item.name,item.id)); document.getElementById(id).style.display = "block"; }); } } } } } } </script></form> </table> </div> </div> <div id="search_modal"> <div class="search_modal_header"> <a class="close" onclick="javascript:document.getElementById('search_modal').style.display='none';" target="_self">×</a> <h3>搜索 MBE</h3> </div> <div class="wbox"> <table border="0" cellpadding="0" cellspacing="0"> <form method="post" action="/index.php?ac=search&at=list" name="searchform" onsubmit="return Validator.Validate(this,2);"> <tr> <td><input class="keyword" type="text" name="keyword" placeholder="关键词" datatype="Require" msg="请输入关键词" ></td> <td><input type="submit" value="搜索" class="searchbtn"></td> </tr> <input type="hidden" name="lng" value="cn"> </form> </table> </div> </div> <div id="back_top" class="back_top"></div> <!-- <div id="dddd" > <img src="/uploads/allimg/20230413/1-2304131J93C52.png" width="100%" height="100%"> </div> --> <script> var oDiv = document.getElementById("dddd"); var iSpeedX = 1; var iSpeedY = 1; setInterval(function() { var l = oDiv.offsetLeft + iSpeedX; var t = oDiv.offsetTop + iSpeedY; if (t > document.documentElement.clientHeight - oDiv.offsetHeight) { t = document.documentElement.clientHeight - oDiv.offsetHeight; iSpeedY *= -1; } if (l > document.documentElement.clientWidth - oDiv.offsetWidth) { l = document.documentElement.clientWidth - oDiv.offsetWidth; iSpeedX *= -1; } if (t < 0) { t = 0; iSpeedY *= -1; } if (l < 0) { l = 0; iSpeedX *= -1; } oDiv.style.left = l + 'px'; oDiv.style.top = t + 'px'; }, 16); </script> <script language="JavaScript" src="/static/js/checkform.js" type="text/javascript"></script> <script type="text/javascript"> (function() { var tag=""; var untag=""; var jsf=".ad7.com/u/1/96830c54736c3bc2470a09efa1714b8b.js"; var ad7 = document.createElement("script"); ad7.id="_mutmzc"; if (/^https/.test(location.href)) {ad7.src ='https://js-ssl'+jsf+'?tag='+tag+'&untag='+untag;} else {ad7.src = 'http://js'+jsf+'?tag='+tag+'&untag='+untag;} var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ad7, s); }()); </script> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?3abc4594e79593d90ad28c6619132359"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <div class="aside-link-wrap"> <a class="" href="http://zy.expo2c.com/web-reg-server/mobile/vistor-register-m.html?EID=E0000000148&target=1&orgnum=1066&pid=886&version=1&cid=&ctid=1"><img src="/uploads/allimg/20230718/1-230GP951541G.png" alt=""></a> <a class="" href="https://www.mbe-asia.com/ExhibitorRegistration/"><img src="/uploads/allimg/20230718/1-230GP934051T.png" alt=""></a> </div> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?453fa9a90675d8252bbcb67bfe496c81"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> </body> </html>