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> <style> .pic_art_list { padding: 15px; } .pic_art_list dl { padding: 20px 0; height: 115px; border-bottom: solid 1px #eee; } .pic_art_list dl dt { width: 246px; float: left; } .pic_art_list dl dt img { width: 220px; height: 114px; } .pic_art_list dl dd { } .pic_art_list dl dd h5 { line-height: 46px; font-weight: normal; font-size: 20px; } .pic_art_list dl dd h5 span { float: right; } .pic_art_list dl dd p { line-height: 28px; font-size: 14px; color: #666; margin-bottom: 2px; height: 56px; } .link_1 .ckgd { display: inline-block; width: 110px; height: 35px; background: #eee; font-size: 14px; color: #999; text-align: center; line-height: 35px; } .link_1 .ckgd:hover { background: #0081CC; } .link_1 span { font-size: 12px; color: #999999; line-height: 35px; padding-left: 25px; margin-left: 25px; } .link_1 span.question { background: url(/templates/default/cn/images/common/listyle1.jpg) no-repeat left center; } .link_1 span.question a { color: #999; } .link_1 span.stars { background: url(/templates/default/cn/images/common/listyle2.jpg) no-repeat left center; } .link_1 span.date2 { background: url(/templates/default/cn/images/common/listyle3.jpg) no-repeat left center; } @media screen and (max-width: 1200px){ .pic_art_list dl dt{ float: none; margin-bottom: 10px; } .pic_art_list dl dt img{ width: 100%; } .pic_art_list dl dd a{ font-size: 14px !important; margin: 10px auto; } .pic_art_list dl dd p{ display: none; } .pic_art_list dl{ height: auto; } } </style> <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='/ExhibitionNews/' class=' '>媒体中心</a> > <a href='/ExhibitionNews/'>展会新闻</a> </div> </div> </div> <div class="ptxt"> <div class="clear"></div> <ul id="inflist"> <div class="pic_art_list"> <dl> <dt><a href="/Media/1127.html"><img src="https://mmbiz.qpic.cn/mmbiz_jpg/JiaT4Zonic9g3WJojU2F3c2xNvX7QV4rAsEq0M4aVUpuLuqJFSiapeehtJgXRkUAnpJR7KGfibyiae4TBNv5JBqdlTg/640?wx_fmt=jpeg&from=appmsg&tp=wxpic&wxfrom=5&wx_lazy=1&wx_co=1"></a></dt> <dd> <a href="/Media/1127.html" style="text-decoration:none;color: #0081CC;font-size: 18px;font-weight: bold;">2024年度金属建筑行业大奖颁奖典礼隆重举行!</a> <p>2024年度金属建筑行业大奖(简称“MBE金建奖”)是为表彰金属建筑领域的先进企业,以及对行业发展贡献的成果予以肯定和褒奖,促进金属建筑产业高质量发展!“第三届</p> <div class="link_1"> <a href="/Media/1127.html" class="ckgd">查看更多</a> <span class="date2">2024-09-06</span> </div> </dd> </dl> <dl> <dt><a href="/Media/1126.html"><img src="/uploads/allimg/20240906/1-240Z6152132509.jpg"></a></dt> <dd> <a href="/Media/1126.html" style="text-decoration:none;color: #0081CC;font-size: 18px;font-weight: bold;">展后数据大揭秘!2024 MBE亚洲金属建筑设计与产业博览会圆满收官,高温时节再</a> <p></p> <div class="link_1"> <a href="/Media/1126.html" class="ckgd">查看更多</a> <span class="date2">2024-09-06</span> </div> </dd> </dl> <dl> <dt><a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247589065&idx=1&sn=95ac436aa136af5f80f7015ecb897709&chksm=ce98463df9efcf2b597ed2c4a55818d748c3a1911abcec82dc5d37323b29162394e3a4be138c#rd"><img src="/uploads/allimg/20240611/1-240611145I2N9.jpg"></a></dt> <dd> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247589065&idx=1&sn=95ac436aa136af5f80f7015ecb897709&chksm=ce98463df9efcf2b597ed2c4a55818d748c3a1911abcec82dc5d37323b29162394e3a4be138c#rd" style="text-decoration:none;color: #0081CC;font-size: 18px;font-weight: bold;">【协会动态】MBE组委会走访上海钢铁服务业协会</a> <p></p> <div class="link_1"> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247589065&idx=1&sn=95ac436aa136af5f80f7015ecb897709&chksm=ce98463df9efcf2b597ed2c4a55818d748c3a1911abcec82dc5d37323b29162394e3a4be138c#rd" class="ckgd">查看更多</a> <span class="date2">2024-06-11</span> </div> </dd> </dl> <dl> <dt><a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247587723&idx=1&sn=b0b7fe9a2cd4e438938f5d5b4b7e7038&chksm=ce984d7ff9efc469cca0eca6f0d2bfa5ad27dbf3a315a99a1d171ad8bdae1fd1caff5a786c17#rd"><img src="/uploads/allimg/20240611/1-24061114554cH.jpg"></a></dt> <dd> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247587723&idx=1&sn=b0b7fe9a2cd4e438938f5d5b4b7e7038&chksm=ce984d7ff9efc469cca0eca6f0d2bfa5ad27dbf3a315a99a1d171ad8bdae1fd1caff5a786c17#rd" style="text-decoration:none;color: #0081CC;font-size: 18px;font-weight: bold;">【协会动态】MBE组委会走访上海锅炉压力容器行业协会</a> <p></p> <div class="link_1"> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247587723&idx=1&sn=b0b7fe9a2cd4e438938f5d5b4b7e7038&chksm=ce984d7ff9efc469cca0eca6f0d2bfa5ad27dbf3a315a99a1d171ad8bdae1fd1caff5a786c17#rd" class="ckgd">查看更多</a> <span class="date2">2024-06-11</span> </div> </dd> </dl> <dl> <dt><a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247587591&idx=1&sn=d8ee48d2c3af46e0f15909ca6d3a69ea&chksm=ce984df3f9efc4e50d54fca909c41d76bbf28773dd09fed4436e0a45096e738ddc4beb26eb53#rd"><img src="/uploads/allimg/20240611/1-240611145431127.jpg"></a></dt> <dd> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247587591&idx=1&sn=d8ee48d2c3af46e0f15909ca6d3a69ea&chksm=ce984df3f9efc4e50d54fca909c41d76bbf28773dd09fed4436e0a45096e738ddc4beb26eb53#rd" style="text-decoration:none;color: #0081CC;font-size: 18px;font-weight: bold;">【协会动态】MBE组委会走访上海起重运输机械行业协会</a> <p></p> <div class="link_1"> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247587591&idx=1&sn=d8ee48d2c3af46e0f15909ca6d3a69ea&chksm=ce984df3f9efc4e50d54fca909c41d76bbf28773dd09fed4436e0a45096e738ddc4beb26eb53#rd" class="ckgd">查看更多</a> <span class="date2">2024-06-11</span> </div> </dd> </dl> <dl> <dt><a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247587312&idx=1&sn=3a4db163f154d86034fbb023504f1ea4&chksm=ce984f04f9efc6121675deabc643c72bf8d3f599c435d336ce4c33b1a70338774917ec127f5e#rd"><img src="/uploads/allimg/20240611/1-240611112113937.JPG"></a></dt> <dd> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247587312&idx=1&sn=3a4db163f154d86034fbb023504f1ea4&chksm=ce984f04f9efc6121675deabc643c72bf8d3f599c435d336ce4c33b1a70338774917ec127f5e#rd" style="text-decoration:none;color: #0081CC;font-size: 18px;font-weight: bold;">海外买家需求大揭秘第一期!2024建筑及工业全产业链国际盛会火热报名中!</a> <p></p> <div class="link_1"> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247587312&idx=1&sn=3a4db163f154d86034fbb023504f1ea4&chksm=ce984f04f9efc6121675deabc643c72bf8d3f599c435d336ce4c33b1a70338774917ec127f5e#rd" class="ckgd">查看更多</a> <span class="date2">2024-06-11</span> </div> </dd> </dl> <dl> <dt><a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247588723&idx=2&sn=979077d13966316e69549644307ca55a&chksm=ce984187f9efc8918af4c2e32a23ed15eaf323d61083b6e8e2cb3465885ad5562325d63698c0#rd"><img src="/uploads/allimg/20240611/1-240611111505640.png"></a></dt> <dd> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247588723&idx=2&sn=979077d13966316e69549644307ca55a&chksm=ce984187f9efc8918af4c2e32a23ed15eaf323d61083b6e8e2cb3465885ad5562325d63698c0#rd" style="text-decoration:none;color: #0081CC;font-size: 18px;font-weight: bold;">2024MBE亚洲金属建筑设计与产业博览会八月盛启,观众预登记正式上线</a> <p></p> <div class="link_1"> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247588723&idx=2&sn=979077d13966316e69549644307ca55a&chksm=ce984187f9efc8918af4c2e32a23ed15eaf323d61083b6e8e2cb3465885ad5562325d63698c0#rd" class="ckgd">查看更多</a> <span class="date2">2024-06-11</span> </div> </dd> </dl> <dl> <dt><a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247587210&idx=1&sn=abc96fbddb3a1b34cd98c6ddbec7fb68&chksm=ce984f7ef9efc668199e3c52c4c5e3569b90c463ee30ffc8b6f5c20c7525730c1558c86d6df9#rd"><img src="/uploads/allimg/20240510/1-24051010164U56.jpg"></a></dt> <dd> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247587210&idx=1&sn=abc96fbddb3a1b34cd98c6ddbec7fb68&chksm=ce984f7ef9efc668199e3c52c4c5e3569b90c463ee30ffc8b6f5c20c7525730c1558c86d6df9#rd" style="text-decoration:none;color: #0081CC;font-size: 18px;font-weight: bold;">【协会动态】MBE组委会走访上海船舶工业行业协会</a> <p></p> <div class="link_1"> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247587210&idx=1&sn=abc96fbddb3a1b34cd98c6ddbec7fb68&chksm=ce984f7ef9efc668199e3c52c4c5e3569b90c463ee30ffc8b6f5c20c7525730c1558c86d6df9#rd" class="ckgd">查看更多</a> <span class="date2">2024-05-10</span> </div> </dd> </dl> <dl> <dt><a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247586677&idx=1&sn=138f44720c092542ca2678e6b7a5ca37&chksm=ce984981f9efc0971783ce42f15e5c35d3b8cba73b0829cc71d1e20d3bccc2dd5418b779139e#rd"><img src="/uploads/allimg/20240510/1-240510101524H6.png"></a></dt> <dd> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247586677&idx=1&sn=138f44720c092542ca2678e6b7a5ca37&chksm=ce984981f9efc0971783ce42f15e5c35d3b8cba73b0829cc71d1e20d3bccc2dd5418b779139e#rd" style="text-decoration:none;color: #0081CC;font-size: 18px;font-weight: bold;">MBE组委会受邀参加2024年木结构建筑绿色低碳发展论坛暨优质工程观摩活动</a> <p></p> <div class="link_1"> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247586677&idx=1&sn=138f44720c092542ca2678e6b7a5ca37&chksm=ce984981f9efc0971783ce42f15e5c35d3b8cba73b0829cc71d1e20d3bccc2dd5418b779139e#rd" class="ckgd">查看更多</a> <span class="date2">2024-05-10</span> </div> </dd> </dl> <dl> <dt><a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247586677&idx=2&sn=4106ca927652aaeff3c9507390834b29&chksm=ce984981f9efc0973e479124cbffa3abc82ea8367008360367ecce16e065a3a4556a1797993d#rd"><img src="/uploads/allimg/20240510/1-2405101010024Q.png"></a></dt> <dd> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247586677&idx=2&sn=4106ca927652aaeff3c9507390834b29&chksm=ce984981f9efc0973e479124cbffa3abc82ea8367008360367ecce16e065a3a4556a1797993d#rd" style="text-decoration:none;color: #0081CC;font-size: 18px;font-weight: bold;">【协会工作】上海市金属结构行业协会金属围护专业委员会召开2024年工作会议</a> <p></p> <div class="link_1"> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247586677&idx=2&sn=4106ca927652aaeff3c9507390834b29&chksm=ce984981f9efc0973e479124cbffa3abc82ea8367008360367ecce16e065a3a4556a1797993d#rd" class="ckgd">查看更多</a> <span class="date2">2024-05-10</span> </div> </dd> </dl> <dl> <dt><a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247586228&idx=1&sn=d8960a36911841860e69c4636a96ea52&chksm=ce984b40f9efc25632a940b55fd1d6d01f8a01fa6902eaeda6e5f55dc69e92c5be69df52072c#rd"><img src="/uploads/allimg/20240411/1-240411094042Y3.png"></a></dt> <dd> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247586228&idx=1&sn=d8960a36911841860e69c4636a96ea52&chksm=ce984b40f9efc25632a940b55fd1d6d01f8a01fa6902eaeda6e5f55dc69e92c5be69df52072c#rd" style="text-decoration:none;color: #0081CC;font-size: 18px;font-weight: bold;">【MBE地推活动第十二期 】深入产业集群,MBE亚洲金属建筑与产业博览会招展&a</a> <p></p> <div class="link_1"> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247586228&idx=1&sn=d8960a36911841860e69c4636a96ea52&chksm=ce984b40f9efc25632a940b55fd1d6d01f8a01fa6902eaeda6e5f55dc69e92c5be69df52072c#rd" class="ckgd">查看更多</a> <span class="date2">2024-04-11</span> </div> </dd> </dl> <dl> <dt><a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247586185&idx=1&sn=83d2517dd77d2eec4b5088be53f072c1&chksm=ce984b7df9efc26b17a74237f061ac4be4190d3e8e46b293e692d320c8b074be973635666d07#rd"><img src="/uploads/allimg/20240411/1-24041109394bL.png"></a></dt> <dd> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247586185&idx=1&sn=83d2517dd77d2eec4b5088be53f072c1&chksm=ce984b7df9efc26b17a74237f061ac4be4190d3e8e46b293e692d320c8b074be973635666d07#rd" style="text-decoration:none;color: #0081CC;font-size: 18px;font-weight: bold;">【MBE地推活动第十一期 】深入产业集群,MBE亚洲金属建筑与产业博览会招展&a</a> <p></p> <div class="link_1"> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247586185&idx=1&sn=83d2517dd77d2eec4b5088be53f072c1&chksm=ce984b7df9efc26b17a74237f061ac4be4190d3e8e46b293e692d320c8b074be973635666d07#rd" class="ckgd">查看更多</a> <span class="date2">2024-04-11</span> </div> </dd> </dl> <dl> <dt><a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247586062&idx=1&sn=dd1a45a9e5fa5dd685f41b29d7f9c5e2&chksm=ce984bfaf9efc2ec827f9c6766f950d050658274356dc28b1faf374fae06789e6ec60d876f89#rd"><img src="/uploads/allimg/20240411/1-240411093S92E.png"></a></dt> <dd> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247586062&idx=1&sn=dd1a45a9e5fa5dd685f41b29d7f9c5e2&chksm=ce984bfaf9efc2ec827f9c6766f950d050658274356dc28b1faf374fae06789e6ec60d876f89#rd" style="text-decoration:none;color: #0081CC;font-size: 18px;font-weight: bold;">【MBE地推活动第十期 】深入产业集群,MBE亚洲金属建筑与产业博览会招展&am</a> <p></p> <div class="link_1"> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247586062&idx=1&sn=dd1a45a9e5fa5dd685f41b29d7f9c5e2&chksm=ce984bfaf9efc2ec827f9c6766f950d050658274356dc28b1faf374fae06789e6ec60d876f89#rd" class="ckgd">查看更多</a> <span class="date2">2024-04-11</span> </div> </dd> </dl> <dl> <dt><a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247586031&idx=1&sn=ec817e7500a3fbd19820008e638c6edd&chksm=ce984a1bf9efc30d0adaccf235201e3a00e1fcd98cad10bf81cebb7b4b6a759d1e0bd8b54da6#rd"><img src="/uploads/allimg/20240411/1-240411093J9528.png"></a></dt> <dd> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247586031&idx=1&sn=ec817e7500a3fbd19820008e638c6edd&chksm=ce984a1bf9efc30d0adaccf235201e3a00e1fcd98cad10bf81cebb7b4b6a759d1e0bd8b54da6#rd" style="text-decoration:none;color: #0081CC;font-size: 18px;font-weight: bold;">【MBE地推活动第九期 】深入产业集群,MBE亚洲金属建筑与产业博览会招展&am</a> <p></p> <div class="link_1"> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247586031&idx=1&sn=ec817e7500a3fbd19820008e638c6edd&chksm=ce984a1bf9efc30d0adaccf235201e3a00e1fcd98cad10bf81cebb7b4b6a759d1e0bd8b54da6#rd" class="ckgd">查看更多</a> <span class="date2">2024-04-11</span> </div> </dd> </dl> <dl> <dt><a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247585956&idx=1&sn=3a49be6d17549672bad3eeac7b1d37f9&chksm=ce984a50f9efc346229cf4e4718814619550175f0626f8067c5808da70263af25d63b8f72bab#rd"><img src="/uploads/allimg/20240411/1-240411093GMG.png"></a></dt> <dd> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247585956&idx=1&sn=3a49be6d17549672bad3eeac7b1d37f9&chksm=ce984a50f9efc346229cf4e4718814619550175f0626f8067c5808da70263af25d63b8f72bab#rd" style="text-decoration:none;color: #0081CC;font-size: 18px;font-weight: bold;">【MBE地推活动第八期 】深入产业集群,MBE亚洲金属建筑与产业博览会招展&am</a> <p></p> <div class="link_1"> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247585956&idx=1&sn=3a49be6d17549672bad3eeac7b1d37f9&chksm=ce984a50f9efc346229cf4e4718814619550175f0626f8067c5808da70263af25d63b8f72bab#rd" class="ckgd">查看更多</a> <span class="date2">2024-04-11</span> </div> </dd> </dl> <dl> <dt><a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247585910&idx=1&sn=a789ab8d54cd3175a462275a9b0bf174&chksm=ce984a82f9efc394291130181737bb7ddee562669a43017e5da0fa68b10ef7e37a7fcbb4aa24#rd"><img src="/uploads/allimg/20240411/1-240411093504494.png"></a></dt> <dd> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247585910&idx=1&sn=a789ab8d54cd3175a462275a9b0bf174&chksm=ce984a82f9efc394291130181737bb7ddee562669a43017e5da0fa68b10ef7e37a7fcbb4aa24#rd" style="text-decoration:none;color: #0081CC;font-size: 18px;font-weight: bold;">【MBE地推活动第七期 】深入产业集群,MBE亚洲金属建筑与产业博览会招展&am</a> <p></p> <div class="link_1"> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247585910&idx=1&sn=a789ab8d54cd3175a462275a9b0bf174&chksm=ce984a82f9efc394291130181737bb7ddee562669a43017e5da0fa68b10ef7e37a7fcbb4aa24#rd" class="ckgd">查看更多</a> <span class="date2">2024-04-11</span> </div> </dd> </dl> <dl> <dt><a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247585733&idx=1&sn=5416715c10c59128539bf12f1603b33b&chksm=ce985531f9efdc278fcffd162b216cba96ab3a0b74b356ae8560d9a09bc436c6b97a79a4b77c#rd"><img src="/uploads/allimg/20240411/1-24041109340HB.png"></a></dt> <dd> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247585733&idx=1&sn=5416715c10c59128539bf12f1603b33b&chksm=ce985531f9efdc278fcffd162b216cba96ab3a0b74b356ae8560d9a09bc436c6b97a79a4b77c#rd" style="text-decoration:none;color: #0081CC;font-size: 18px;font-weight: bold;">【MBE地推活动第六期 】深入产业集群,MBE亚洲金属建筑与产业博览会招展&am</a> <p></p> <div class="link_1"> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247585733&idx=1&sn=5416715c10c59128539bf12f1603b33b&chksm=ce985531f9efdc278fcffd162b216cba96ab3a0b74b356ae8560d9a09bc436c6b97a79a4b77c#rd" class="ckgd">查看更多</a> <span class="date2">2024-04-11</span> </div> </dd> </dl> <dl> <dt><a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247585616&idx=1&sn=f82d3e69f69fc197304fdd1260a73561&chksm=ce9855a4f9efdcb21acc764dda0100e9b69db3a69c717bd2476ed3c179e8ab7639413654d0a7#rd"><img src="/uploads/allimg/20240411/1-2404110933233Y.png"></a></dt> <dd> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247585616&idx=1&sn=f82d3e69f69fc197304fdd1260a73561&chksm=ce9855a4f9efdcb21acc764dda0100e9b69db3a69c717bd2476ed3c179e8ab7639413654d0a7#rd" style="text-decoration:none;color: #0081CC;font-size: 18px;font-weight: bold;">【MBE地推活动第五期 】深入产业集群,MBE亚洲金属建筑与产业博览会招展&am</a> <p></p> <div class="link_1"> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247585616&idx=1&sn=f82d3e69f69fc197304fdd1260a73561&chksm=ce9855a4f9efdcb21acc764dda0100e9b69db3a69c717bd2476ed3c179e8ab7639413654d0a7#rd" class="ckgd">查看更多</a> <span class="date2">2024-04-11</span> </div> </dd> </dl> <dl> <dt><a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247585574&idx=1&sn=8f635b196e039d8125cc206a5f2fe25f&chksm=ce9855d2f9efdcc42ef05f3d72bf020ea4c1ddf9b96c121a6d1eaf18b7a68fbfadbb047ad3da#rd"><img src="/uploads/allimg/20240411/1-240411093240610.png"></a></dt> <dd> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247585574&idx=1&sn=8f635b196e039d8125cc206a5f2fe25f&chksm=ce9855d2f9efdcc42ef05f3d72bf020ea4c1ddf9b96c121a6d1eaf18b7a68fbfadbb047ad3da#rd" style="text-decoration:none;color: #0081CC;font-size: 18px;font-weight: bold;">【MBE地推活动第四期 】深入产业集群,MBE亚洲金属建筑与产业博览会招展&am</a> <p></p> <div class="link_1"> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247585574&idx=1&sn=8f635b196e039d8125cc206a5f2fe25f&chksm=ce9855d2f9efdcc42ef05f3d72bf020ea4c1ddf9b96c121a6d1eaf18b7a68fbfadbb047ad3da#rd" class="ckgd">查看更多</a> <span class="date2">2024-04-11</span> </div> </dd> </dl> <dl> <dt><a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247585523&idx=1&sn=2ce074622a628eed301afaea0331a631&chksm=ce985407f9efdd117ad4071b0008b2f0544b5cd628efd48233a7527e6e5d471ec648e3ef8eb1#rd"><img src="/uploads/allimg/20240411/1-2404110931595R.png"></a></dt> <dd> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247585523&idx=1&sn=2ce074622a628eed301afaea0331a631&chksm=ce985407f9efdd117ad4071b0008b2f0544b5cd628efd48233a7527e6e5d471ec648e3ef8eb1#rd" style="text-decoration:none;color: #0081CC;font-size: 18px;font-weight: bold;">【MBE地推活动第三期 】深入产业集群,MBE亚洲金属建筑与产业博览会招展&am</a> <p></p> <div class="link_1"> <a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTUzNTY0Mw==&mid=2247585523&idx=1&sn=2ce074622a628eed301afaea0331a631&chksm=ce985407f9efdd117ad4071b0008b2f0544b5cd628efd48233a7527e6e5d471ec648e3ef8eb1#rd" class="ckgd">查看更多</a> <span class="date2">2024-04-11</span> </div> </dd> </dl> </div> </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="/ExhibitionNews/list_61_2/" data-ey_fc35fdc="html" data-tmp="1">2</a></li><li><a href="/ExhibitionNews/list_61_3/" data-ey_fc35fdc="html" data-tmp="1">3</a></li><li><a href="/ExhibitionNews/list_61_4/" data-ey_fc35fdc="html" data-tmp="1">4</a></li><li><a href="/ExhibitionNews/list_61_5/" data-ey_fc35fdc="html" data-tmp="1">5</a></li> <li><a href="/ExhibitionNews/list_61_2/" data-ey_fc35fdc="html" data-tmp="1">下一页</a></li> <li><a href="/ExhibitionNews/list_61_6/" data-ey_fc35fdc="html" data-tmp="1">末页</a></li></div> </div> </div> <div class="pageLeft"> <div class="page_btn"> <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> <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_82eaa03d797fe3e677872ad73e835e69" value="https%3A%2F%2Fwww.mbe-asia.com%2FExhibitionNews%2F" /><input type="hidden" name="typeid" value="89" /><input type="hidden" name="__token__82eaa03d797fe3e677872ad73e835e69" id="82eaa03d797fe3e677872ad73e835e69" value="" /><input type="hidden" name="form_type" value="0" /><script type="text/javascript"> function submit82eaa03d797fe3e677872ad73e835e69(elements) { if (document.getElementById('gourl_82eaa03d797fe3e677872ad73e835e69')) { document.getElementById('gourl_82eaa03d797fe3e677872ad73e835e69').value = encodeURIComponent(window.location.href); } elements.submit(); } function ey_fleshVerify_1732698761(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__82eaa03d797fe3e677872ad73e835e69"); ajax.onreadystatechange = function () { if (ajax.readyState==4 && ajax.status==200) { document.getElementById("82eaa03d797fe3e677872ad73e835e69").value = ajax.responseText; document.getElementById("gourl_82eaa03d797fe3e677872ad73e835e69").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_577ea80a439069430485360e0f7e4cfe" value="https%3A%2F%2Fwww.mbe-asia.com%2FExhibitionNews%2F" /><input type="hidden" name="typeid" value="89" /><input type="hidden" name="__token__577ea80a439069430485360e0f7e4cfe" id="577ea80a439069430485360e0f7e4cfe" value="" /><input type="hidden" name="form_type" value="0" /><script type="text/javascript"> function submit577ea80a439069430485360e0f7e4cfe(elements) { if (document.getElementById('gourl_577ea80a439069430485360e0f7e4cfe')) { document.getElementById('gourl_577ea80a439069430485360e0f7e4cfe').value = encodeURIComponent(window.location.href); } elements.submit(); } function ey_fleshVerify_1732698761(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__577ea80a439069430485360e0f7e4cfe"); ajax.onreadystatechange = function () { if (ajax.readyState==4 && ajax.status==200) { document.getElementById("577ea80a439069430485360e0f7e4cfe").value = ajax.responseText; document.getElementById("gourl_577ea80a439069430485360e0f7e4cfe").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>