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&amp;target=1&amp;orgnum=1066&amp;pid=886&amp;version=1&amp;cid=118&amp;ctid=20">观众中心</a> <dl> <dd><a href="http://zy.expo2c.com/web-reg-server/pc/vistor-register.html?EID=E0000000148&amp;target=1&amp;orgnum=1066&amp;pid=886&amp;version=1&amp;cid=118&amp;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> &gt; <a href='/bonuses/'>评奖申请</a> </div> </div> </div> <div class="ptxt"> <div class="whytim"> <div class="whyimg"> <p><br/></p><p style="text-align: center;"><img style="max-width:100%!important;height:auto!important;" src="/uploads/allimg/20240905/1-240Z51AZ5R1.jpg" title="评奖申请(图1)" alt="640(1)(1).jpg"/></p><p style="margin-top: 11px; line-height: 60px; text-align: center;"><span style="color: rgb(0, 0, 0);"><strong><span style="font-family: 微软雅黑; letter-spacing: 1px; font-size: 27px; position: relative; top: -23px;">“</span></strong><strong><span style="letter-spacing: 1px; font-size: 27px; position: relative; top: -23px; font-family: 微软雅黑;">MBE2024年度金建奖</span></strong><strong><span style="font-family: 微软雅黑; letter-spacing: 1px; font-size: 27px; position: relative; top: -23px;">”</span></strong></span></p><p style="text-align:center"><span style="color: rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0); letter-spacing: 0px; font-size: 27px; font-family: 微软雅黑;">评审</span></strong><strong><span style="color: rgb(0, 0, 0); letter-spacing: 0px; font-size: 27px; font-family: 微软雅黑;">总则</span></strong></span></p><p style="margin-top:6px;text-align:center"><span style="letter-spacing: -1px; font-size: 19px; font-family: 宋体;"><br/></span></p><p style="margin-top: 6px; text-align: center;"><span style="letter-spacing: -1px; font-size: 19px; font-family: 宋体;">主办单位:</span><span style="letter-spacing: 1px; font-size: 19px; font-family: 宋体;">MBE亚洲金属建筑设计与产业博览会</span></p><p style="text-align:center"><span style="font-family: 宋体;font-size: 14px">&nbsp;</span></p><p style="margin-top:0;margin-bottom:0;text-align:justify;text-justify:inter-ideograph"><strong><span style="font-family: 宋体;font-size: 14px;background: rgb(255, 255, 255)">&nbsp;</span></strong></p><p style="margin-top:0;margin-bottom:0;text-align:justify;text-justify:inter-ideograph"><strong><span style="font-size: 15px; background: rgb(255, 255, 255); font-family: 宋体;"></span></strong></p><p style="text-align:center"><strong><span style="letter-spacing: 0px; font-size: 19px; background: rgb(255, 255, 255); color: rgb(0, 0, 0); font-family: 微软雅黑;">MBE亚洲金属建筑设计与产业博览会评奖申请受理通知</span></strong></p><p><span style="font-family: 宋体; font-size: 14px; color: rgb(0, 0, 0);">&nbsp;</span></p><p style="margin-top:0;margin-bottom:0;text-indent:28px;text-align:justify;text-justify:inter-ideograph"><span style="font-family: 宋体; font-size: 14px; background: rgb(255, 255, 255); color: rgb(0, 0, 0);">由中国建筑业协会钢木建筑分会、中国绝热节能材料协会、上海市金属结构行业协会和上海展业展览有限公司共同主办的“亚洲金属建筑设计与产业博览会(MBE)”将于2024年8月2-4日在上海新国际博览中心(浦东)举行!</span></p><p style="margin-top:0;margin-bottom:0;text-indent:28px"><span style="color: rgb(0, 0, 0);"><span style="font-size: 14px; color: rgb(0, 0, 0); font-family: 宋体;">本届博览会将设立</span><strong><span style="font-size: 14px; background: rgb(255, 255, 255); color: rgb(0, 0, 0); font-family: 宋体;">“</span></strong><strong><span style="font-size: 14px; background: rgb(255, 255, 255); color: rgb(0, 0, 0); font-family: 宋体;">MBE2024年度金属建筑行业大奖”</span></strong><span style="font-size: 14px; background: rgb(255, 255, 255); color: rgb(0, 0, 0); font-family: 宋体;">(简称:“</span><strong><span style="font-size: 14px; background: rgb(255, 255, 255); color: rgb(0, 0, 0); font-family: 宋体;">MBE2024年度金建奖</span></strong><span style="font-size: 14px; background: rgb(255, 255, 255); color: rgb(0, 0, 0); font-family: 宋体;">”)</span><span style="font-size: 14px; color: rgb(0, 0, 0); font-family: 宋体;">经展商自愿申请、专家评审等规范程序,在博览会期间进行颁奖。</span></span></p><p style="margin-top:0;margin-bottom:0;text-indent:28px"><span style="font-size: 14px; font-family: 宋体; color: rgb(0, 0, 0);">MBE亚洲金属建筑设计与产业博览会评奖申请受理工作现已启动,并将于5月31日截止。申请评奖的展商请登录官网进行申报,填报相关展品信息后完成报奖流程并按要求提交申报材料。请各展商及从业人士即时关注MBE网站(</span><a href="http://www.ciif-expo.com/" style="font-family: 宋体; font-size: 14px; text-decoration: underline; color: rgb(0, 0, 0);"><span style="font-family: 宋体; font-size: 14px; text-decoration: underline; color: rgb(0, 0, 0);">www.mbe-asia.com</span></a><span style="color: rgb(0, 0, 0);"><span style="font-size: 14px; color: rgb(0, 0, 0); font-family: 宋体;">)或微信公众号(</span><span style="text-decoration: underline; font-size: 14px; color: rgb(0, 0, 0); font-family: 宋体;">MBE Asia亚洲金属建筑博览会</span><span style="font-size: 14px; color: rgb(0, 0, 0); font-family: 宋体;">)发布的网上申报公告,并可</span><span style="color: rgb(0, 0, 0); font-size: 14px; font-family: 宋体;">通过网站评奖栏目或向组委会致电了解相关情况</span><span style="font-size: 14px; color: rgb(0, 0, 0); font-family: 宋体;">!</span></span></p><p style="margin-top:0;margin-bottom:0;text-align:justify;text-justify:inter-ideograph"><span style="font-size: 14px; background: rgb(255, 255, 255); color: rgb(0, 0, 0); font-family: Arial;"><br/></span></p><p style="margin-top:0;margin-bottom:0;text-indent:28px;text-align:justify;text-justify:inter-ideograph"><span style="font-family: 宋体; font-size: 14px; background: rgb(255, 255, 255); color: rgb(0, 0, 0);">&nbsp;</span></p><p style="margin-top:0;margin-bottom:0"><span style="font-family: 宋体; font-size: 14px; background: rgb(255, 255, 255); color: rgb(0, 0, 0);">&nbsp;</span></p><p style="margin-top:0;margin-bottom:0;text-align:center"><span style="font-size: 20px; color: rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0); font-size: 20px; font-family: 宋体;">第一节 评选内容</span></strong></span></p><p style="margin-top:0;margin-bottom:0;text-align:justify;text-justify:inter-ideograph"><strong>一.&nbsp;奖项背景:</strong></p><p style="margin-top:0;margin-bottom:0;text-indent:28px"><span style="font-family: 宋体; font-size: 14px; background: rgb(255, 255, 255); color: rgb(0, 0, 0);">为表彰从事钢结构与金属围护行业的先进企业,以及对行业发展贡献的成果予以肯定和褒奖,促进金属建筑产业高质量发展,本届博览会设立“<strong>MBE2024年度金属建筑行业大奖</strong>”(简称:“<strong>MBE2024年度金建奖</strong>”),展商自主向组委会提出申请,通过专家评审团(协会领导+行业专家+媒体+公众)的投票进行判定,最终累积票数前10名的参展商可获此奖项。</span></p><p style="margin-top:0;margin-bottom:0;text-align:justify;text-justify:inter-ideograph"><span style="font-family: 宋体; font-size: 14px; background: rgb(255, 255, 255); color: rgb(0, 0, 0);">&nbsp;</span></p><p style="margin-top:0;margin-bottom:0;text-align:justify;text-justify:inter-ideograph"><strong>二.&nbsp;评选范围:</strong></p><p style="margin-top:0;margin-bottom:0"><span style="font-size: 14px; background: rgb(255, 255, 255); color: rgb(0, 0, 0); font-family: Arial;">  </span><span style="font-family: 宋体; font-size: 14px; background: rgb(255, 255, 255); color: rgb(0, 0, 0);">报名2024MBE亚洲金属建筑博览会参展商</span></p><p style="margin-top:0;margin-bottom:0"><span style="font-family: 宋体; font-size: 14px; color: rgb(0, 0, 0);">&nbsp;</span></p><p style="margin-top:0;margin-bottom:0;text-align:justify;text-justify:inter-ideograph"><strong>三. 评选维度:</strong></p><p style="margin-top:0;margin-bottom:0;margin-left:28px"><span style="font-family: 宋体; font-size: 14px; background: rgb(255, 255, 255); color: rgb(0, 0, 0);">1)参展品牌的产值及规模 &nbsp; &nbsp;&nbsp;</span></p><p style="margin-top:0;margin-bottom:0;margin-left:28px"><span style="font-family: 宋体; font-size: 14px; background: rgb(255, 255, 255); color: rgb(0, 0, 0);">2)参展品牌的产品和技术优势</span></p><p style="margin-top:0;margin-bottom:0;margin-left:28px"><span style="font-family: 宋体; font-size: 14px; background: rgb(255, 255, 255); color: rgb(0, 0, 0);">3)参展品牌的口碑及社会评价&nbsp;</span></p><p style="margin-top:0;margin-bottom:0"><span style="color: rgb(0, 0, 0);"><strong><span style="font-family: 宋体; color: rgb(34, 34, 34); font-size: 14px;">&nbsp;</span></strong></span></p><p style="margin-top:0;margin-bottom:0"><strong>四.评选方式:</strong></p><p style="text-indent: 0px; margin-top: 0px; margin-bottom: 0px;"><span style="background-color: rgb(255, 255, 255); font-family: 宋体; font-size: 14px; text-indent: 28px;">  </span><span style="font-family: 宋体; font-size: 14px; background: rgb(255, 255, 255); color: rgb(0, 0, 0);">由行业协会领导、专委会专家、行业媒体以及公众进行线上投票</span></p><p style="margin-top:0;margin-bottom:0"><span style="font-family: 宋体; font-size: 14px; color: rgb(0, 0, 0);">&nbsp;</span></p><p style="margin-top:0;margin-bottom:0;text-align:justify;text-justify:inter-ideograph"><strong>五.评选流程</strong></p><p style="margin-top:0;margin-bottom:0"><span style="font-family: 宋体, SimSun; font-size: 14px;">&nbsp; &nbsp;1)5月21日-5月31进行,参评单位进行登记报名。&nbsp;</span></p><p style="margin-top:0;margin-bottom:0"><span style="font-family: 宋体, SimSun; font-size: 14px;">&nbsp; &nbsp;2)6月1日-7月15日,进行线上评选投票。&nbsp;</span></p><p style="margin-top:0;margin-bottom:0"><span style="font-family: 宋体, SimSun; font-size: 14px;">&nbsp; &nbsp;3)8月2日,在MBE开幕式现场进行公布与颁奖。</span></p><p style="margin-top:0;margin-bottom:0"><br/></p><p style="text-align:justify;text-justify:inter-ideograph"><span style="color: rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0); font-family: 宋体; font-size: 19px;">&nbsp;</span></strong></span></p><p style="text-align:center"><span style="font-size: 20px; color: rgb(0, 0, 0);"><strong><span style="font-size: 20px; font-family: 宋体;">第二节 报名细则</span></strong></span></p><p><span style="font-family: 宋体; font-size: 14px; color: rgb(0, 0, 0);">&nbsp;</span></p><p><strong>一、报名时间:</strong></p><p><span style="font-family: 宋体; font-size: 14px; background: rgb(255, 255, 255); color: rgb(0, 0, 0);"><span style="font-family: 宋体; font-size: 14px; text-indent: 28px; background-color: rgb(255, 255, 255);">  </span>2024年5月21日-2024年5月31日</span></p><p><span style="font-family: 宋体; font-size: 14px; color: rgb(0, 0, 0);">&nbsp;</span></p><p><strong>二、报名途径:</strong></p><p><span style="font-family: 宋体; font-size: 14px; background: rgb(255, 255, 255); color: rgb(0, 0, 0);"><span style="font-family: 宋体; font-size: 14px; text-indent: 28px; background-color: rgb(255, 255, 255);">  </span>MBE亚洲金属建筑设计与产业博览会</span></p><p><span style="font-family: 宋体; font-size: 14px; background: rgb(255, 255, 255); color: rgb(0, 0, 0);"><span style="font-family: 宋体; font-size: 14px; text-indent: 28px; background-color: rgb(255, 255, 255);">  </span>联系人: 曹女士 盛先生</span></p><p><span style="font-family: 宋体; font-size: 14px; background: rgb(255, 255, 255); color: rgb(0, 0, 0);"><span style="font-family: 宋体; font-size: 14px; text-indent: 28px; background-color: rgb(255, 255, 255);">  </span>电&nbsp;话:<span style="background: rgb(255, 255, 255); color: rgb(0, 0, 0); text-wrap: wrap; font-family: 宋体, SimSun; font-size: 14px;">18116170794,</span>021-33566866</span></p><p><span style="font-family: 宋体; font-size: 14px; background: rgb(255, 255, 255); color: rgb(0, 0, 0);"><span style="font-family: 宋体; font-size: 14px; text-indent: 28px; background-color: rgb(255, 255, 255);">  </span>邮&nbsp;箱: yolanda.cao@zhanye-expo.com</span></p><p><span style="font-family: 宋体; font-size: 14px; color: rgb(0, 0, 0);">&nbsp;</span></p><p><strong>三、申请资料包含:</strong></p><p><span style="font-family: 宋体; font-size: 14px; background: rgb(255, 255, 255); color: rgb(0, 0, 0);"><span style="font-family: 宋体; font-size: 14px; text-indent: 28px; background-color: rgb(255, 255, 255);">  </span>1. 报名表</span></p><p><span style="font-family: 宋体; font-size: 14px; background: rgb(255, 255, 255); color: rgb(0, 0, 0);"><span style="font-family: 宋体; font-size: 14px; text-indent: 28px; background-color: rgb(255, 255, 255);">  </span>2. 参展单位所签署的 “MBE2023年度金建奖申报知情书”</span></p><p><span style="font-family: 宋体; font-size: 14px; background: rgb(255, 255, 255); color: rgb(0, 0, 0);"><span style="font-family: 宋体; font-size: 14px; text-indent: 28px; background-color: rgb(255, 255, 255);">  </span>3. 公司资质及特色介绍</span></p><p><span style="font-family: 宋体; font-size: 14px; background: rgb(255, 255, 255); color: rgb(0, 0, 0);"><span style="font-family: 宋体; font-size: 14px; text-indent: 28px; background-color: rgb(255, 255, 255);">  </span>4. 参展产品及技术介绍</span></p><p><br/></p><p><span style="font-family: 宋体;font-size: 14px">&nbsp;</span></p><p style="text-align:center"><span style="font-size: 20px; color: rgb(0, 0, 0);"><strong><span style="font-size: 20px; font-family: 宋体;"><span style="font-size: 20px; font-family: 宋体;">第三节</span> <span style="font-size: 20px; font-family: 宋体;">评选结果公示</span></span></strong></span></p><p><span style="font-size: 20px; color: rgb(0, 0, 0);"><strong><span style="font-size: 20px; color: rgb(0, 0, 0); font-family: 宋体;"><br/></span></strong></span></p><p><span style="font-family: 宋体; font-size: 14px; background: rgb(255, 255, 255); color: rgb(0, 0, 0);">1. MBE2024年度金建奖将于2024年8月2日在开幕式现场进行公布,并向获奖企业颁发奖杯以及证书。</span></p><p><span style="font-family: 宋体; font-size: 14px; background: rgb(255, 255, 255); color: rgb(0, 0, 0);">2. 通过官网、微信平台等方式公示获奖名单及评选数据报告。</span></p><p><span style="font-family: 宋体; font-size: 14px; background: rgb(255, 255, 255); color: rgb(0, 0, 0);">3. 对公示结果有异议时,可联系亚洲金属建筑设计与产业博览会评审组进行反馈。</span></p><p><br/></p><p style="text-align: center;"><span style="font-size: 20px;"><strong><span style="font-family: 宋体; color: rgb(255, 0, 0);">历届颁奖现场</span></strong></span></p><p style="text-align:center"><img src="/uploads/allimg/20240223/1-24022314500QC.jpg" title="评奖申请(图3)" alt="评奖申请(图3)" style="max-width:100%!important;height:auto!important;max-width: 100% !important; height: auto !important;"/></p><p><strong style="font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; letter-spacing: 0.544px; text-align: right; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box; overflow-wrap: break-word !important;"><span style="margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box; overflow-wrap: break-word !important; color: rgb(201, 33, 6);"><br/></span></strong></p><p style="text-align: center;"><strong style="font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; letter-spacing: 0.544px; text-align: right; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box; overflow-wrap: break-word !important;"><span style="margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box; overflow-wrap: break-word !important; color: rgb(201, 33, 6);">获奖企业:</span></strong></p><p style="text-align: center;"><span style="background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; font-size: 14px; letter-spacing: 0.544px; text-align: right;">上海建工集团股份有限公司</span><br/></p><p style="text-align: center;"><span style="font-size: 14px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; letter-spacing: 0.544px; text-align: right;">中建科工集团有限公司</span></p><p style="text-align: center;"><span style="font-size: 14px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; letter-spacing: 0.544px; text-align: right;">上海宝冶集团有限公司</span></p><p style="text-align: center;"><span style="font-size: 14px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; letter-spacing: 0.544px; text-align: right;">长江精工钢结构(集团)股份有限公司</span></p><p style="text-align: center;"><span style="font-size: 14px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; letter-spacing: 0.544px; text-align: right;">浙江中天恒筑钢构有限公司</span></p><p style="text-align: center;"><span style="font-size: 14px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; letter-spacing: 0.544px; text-align: right;">山东万事达建筑钢品股份有限公司</span></p><p style="text-align: center;"><span style="font-size: 14px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; letter-spacing: 0.544px; text-align: right;">宝都国际新材料有限公司</span></p><p style="text-align: center;"><span style="font-size: 14px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; letter-spacing: 0.544px; text-align: right;">山东宏鑫源钢结构安装有限公司</span></p><p style="text-align: center;"><span style="font-size: 14px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; letter-spacing: 0.544px; text-align: right;">天津市新宇彩板有限公司</span></p><p style="text-align: center;"><span style="font-size: 14px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; letter-spacing: 0.544px; text-align: right;">山东蓝天新材料科技有限公司</span></p><p><span style="font-size: 14px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; letter-spacing: 0.544px; text-align: right;"><br/></span></p><p><br/></p><p><br/></p><p style="text-align:center"><img src="/uploads/allimg/20240223/1-240223145F11S.jpg" title="评奖申请(图4)" alt="评奖申请(图4)" style="max-width:100%!important;height:auto!important;max-width: 100% !important; height: auto !important;"/></p><p style="text-align: center;"><strong style="font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; letter-spacing: 1.5px; text-align: center; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;"><span style="margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; color: rgb(201, 33, 6);">获奖企业:</span></strong><br/></p><p style="text-align: center;"><span style="font-size: 14px; letter-spacing: 1px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; text-align: center;">深圳市大和实业有限公司</span></p><p style="text-align: center;"><span style="font-size: 14px; letter-spacing: 1px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; text-align: center;">新余市隆胜金属制品有限公司</span></p><p style="text-align: center;"><span style="font-size: 14px; letter-spacing: 1px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; text-align: center;">仕螺(上海)五金科技有限公司</span></p><p style="text-align: center;"><span style="font-size: 14px; letter-spacing: 1px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; text-align: center;">无锡维塔斯材料科技有限公司</span></p><p style="text-align: center;"><span style="font-size: 14px; letter-spacing: 1px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; text-align: center;">廊坊科立迩化工建材有限公司</span></p><p style="text-align: center;"><span style="font-size: 14px; letter-spacing: 1px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; text-align: center;">河北丰德保温材料有限公司</span></p><p style="text-align: center;"><span style="font-size: 14px; letter-spacing: 1px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; text-align: center;">德和科技集团股份有限公司</span></p><p style="text-align: center;"><span style="font-size: 14px; letter-spacing: 1px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; text-align: center;">浙江久石工研建材科技有限公司</span></p><p style="text-align: center;"><span style="font-size: 14px; letter-spacing: 1px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; text-align: center;">永洁科技集团有限公司</span></p><p style="text-align: center;"><span style="font-size: 14px; letter-spacing: 1px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; text-align: center;">泉福智慧新材料(江苏)有限公司</span></p><p><span style="font-size: 14px; letter-spacing: 1px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; text-align: center;"><br/></span></p><p><span style="font-size: 14px; letter-spacing: 1px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; text-align: center;"><br/></span></p><p style="text-wrap: wrap; text-align: center;"><strong style="font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; letter-spacing: 1.5px; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;"><span style="margin: 0px; padding: 0px; outline: 0px; max-width: 100%; color: rgb(201, 33, 6); box-sizing: border-box !important; overflow-wrap: break-word !important;"><img style="max-width:100%!important;height:auto!important;" src="/uploads/allimg/20240905/1-240Z51JR5F2.jpg" title="评奖申请(图4)" alt="640.jpg"/></span></strong></p><p style="text-wrap: wrap; text-align: center;"><strong style="font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; letter-spacing: 1.5px; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;"><span style="margin: 0px; padding: 0px; outline: 0px; max-width: 100%; color: rgb(201, 33, 6); box-sizing: border-box !important; overflow-wrap: break-word !important;">获奖企业:</span></strong><br/></p><p style="text-wrap: wrap; text-align: center;"><span style="font-size: 14px; letter-spacing: 1px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif;">嘉兴史瓦森光电科技有限公司</span></p><p style="text-wrap: wrap; text-align: center;"><span style="font-size: 14px; letter-spacing: 1px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif;">南通万维新能源科技有限公司</span></p><p style="text-wrap: wrap; text-align: center;"><span style="font-size: 14px; letter-spacing: 1px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif;">天津市新宇彩板有限公司</span></p><p style="text-wrap: wrap; text-align: center;"><span style="font-size: 14px; letter-spacing: 1px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif;">宝都国际工程技术有限公司</span></p><p style="text-wrap: wrap; text-align: center;"><span style="font-size: 14px; letter-spacing: 1px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif;">江阴威腾铝箔合成材料有限公司</span></p><p style="text-wrap: wrap; text-align: center;"><span style="font-size: 14px; letter-spacing: 1px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif;">江苏大东新材料科技有限公司</span></p><p style="text-wrap: wrap; text-align: center;"><span style="font-size: 14px; letter-spacing: 1px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif;">泰石节能材料股份有限公司</span></p><p style="text-wrap: wrap; text-align: center;"><span style="font-size: 14px; letter-spacing: 1px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif;">苏彩金属(江苏)有限公司</span></p><p style="text-wrap: wrap; text-align: center;"><span style="font-size: 14px; letter-spacing: 1px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif;">浙江墙煌新材料有限公司</span></p><p style="text-wrap: wrap; text-align: center;"><span style="font-size: 14px; letter-spacing: 1px; background-color: rgb(255, 255, 255); font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif;">辽宁洪海节能科技有限公司</span></p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; outline: 0px; max-width: 100%; clear: both; min-height: 1em; font-family: system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; letter-spacing: 1.5px; text-wrap: wrap; background-color: rgb(255, 255, 255); text-align: center; box-sizing: border-box !important; overflow-wrap: break-word !important;"><span style="margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; font-size: 14px;"></span></p> </div> </div> </div> <br></div> <div class="pageLeft"> <div class="page_btn"> <dl> </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_3f475221dfb57770bf824211666a251b" value="https%3A%2F%2Fwww.mbe-asia.com%2Fbonuses%2F" /><input type="hidden" name="typeid" value="89" /><input type="hidden" name="__token__3f475221dfb57770bf824211666a251b" id="3f475221dfb57770bf824211666a251b" value="" /><input type="hidden" name="form_type" value="0" /><script type="text/javascript"> function submit3f475221dfb57770bf824211666a251b(elements) { if (document.getElementById('gourl_3f475221dfb57770bf824211666a251b')) { document.getElementById('gourl_3f475221dfb57770bf824211666a251b').value = encodeURIComponent(window.location.href); } elements.submit(); } function ey_fleshVerify_1732371089(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__3f475221dfb57770bf824211666a251b"); ajax.onreadystatechange = function () { if (ajax.readyState==4 && ajax.status==200) { document.getElementById("3f475221dfb57770bf824211666a251b").value = ajax.responseText; document.getElementById("gourl_3f475221dfb57770bf824211666a251b").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>&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://beian.miit.gov.cn" target="blank"><a href="https://beian.miit.gov.cn/" rel="nofollow" target="_blank">沪ICP备12033195号-22</a>&nbsp;&nbsp;<a href="https://www.mbe-asia.com/yinsizhengce/" rel="nofollow" target="_blank">隐私政策</a></a>&nbsp;&nbsp;&nbsp;&nbsp; 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> &nbsp; <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_9b65a32dbef479c24bd5405b4f5d1c89" value="https%3A%2F%2Fwww.mbe-asia.com%2Fbonuses%2F" /><input type="hidden" name="typeid" value="89" /><input type="hidden" name="__token__9b65a32dbef479c24bd5405b4f5d1c89" id="9b65a32dbef479c24bd5405b4f5d1c89" value="" /><input type="hidden" name="form_type" value="0" /><script type="text/javascript"> function submit9b65a32dbef479c24bd5405b4f5d1c89(elements) { if (document.getElementById('gourl_9b65a32dbef479c24bd5405b4f5d1c89')) { document.getElementById('gourl_9b65a32dbef479c24bd5405b4f5d1c89').value = encodeURIComponent(window.location.href); } elements.submit(); } function ey_fleshVerify_1732371089(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__9b65a32dbef479c24bd5405b4f5d1c89"); ajax.onreadystatechange = function () { if (ajax.readyState==4 && ajax.status==200) { document.getElementById("9b65a32dbef479c24bd5405b4f5d1c89").value = ajax.responseText; document.getElementById("gourl_9b65a32dbef479c24bd5405b4f5d1c89").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>

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