CINXE.COM
预定展位_2025亚洲金属建筑设计与产业博览会
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <title>预定展位_2025亚洲金属建筑设计与产业博览会</title> <meta name="description" content="" /> <meta name="keywords" content="" /> <link type="text/css" rel="Stylesheet" href="/static/css/common.css" /> <link type="text/css" rel="Stylesheet" href="/static/css/else.css" /> <link rel="stylesheet" href="/static/css/font-awesome.css"> <!--[if IE 7]> <link rel="stylesheet" href="/static/css/font-awesome-ie7.css"> <![endif]--> <link rel="shortcut icon" href="/favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=3"> <link rel="stylesheet" type="text/css" href="/static/css/responsive.css"> <script src="/static/js/jquery.js" type="text/javascript"></script> <script src="/static/js/jquery.superslide.2.1.1.js"></script> <script src="/static/js/nav-min.js" type="text/javascript"></script> <script src="/static/js/flickerplate.min.js"></script> <link href="/static/css/flickerplate.css" rel="stylesheet" type="text/css"> <script src="/static/js/common.js" type="text/javascript"></script> <script language="javascript"> var jqmenu = jQuery.noConflict(); jqmenu(document).ready(function(){ jqmenu('#menu0').addClass('cur'); }); </script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-TBKQH4T');</script> <!-- End Google Tag Manager --> </head> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TBKQH4T" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div id="ie6" class="ie6"> <div class="wrap"> <em onclick="javascript:document.getElementById('ie6').style.display='none'">关闭</em> <span>您好,检测到您使用的是Internet Explorer 6,建议升级浏览器以达视觉到最佳效果及最佳浏览速度。</span> <a class="link01" target="_blank" href="http://www.google.cn/chrome/intl/zh-CN/landing_chrome.html?hl=zh-CN"> Google Chorme</a><a class="link02" target="_blank" href="http://www.firefox.com.cn/">Firefox</a><a class="link03" target="_blank" href="http://windows.microsoft.com/zh-cn/internet-explorer/downloads/ie">Internet Explorer 8</a> </div> </div> <div class="top_header mainWarp" id="pagetop"> <div class="pull-left ico"> <a href="javascript:void(0);" onclick="document.getElementById('edm_modal').style.display ='block'"><img src="/static/picture/ico_top2.png" style="width:30px;"></a> <a href="javascript:void(0);" onclick="document.getElementById('wechat_modal').style.display ='block'"><img src="/static/picture/ico_top3.png" style="width:30px;"></a> <a href="javascript:void(0);" onclick="document.getElementById('search_modal').style.display ='block'"><img src="/static/picture/ico_top5.png" style="width:28px;"></a> </div> <div class="pull-right col-sm-6 lng"><B>语言选择:</B> <a href="/"><img src="/static/picture/icon_cn.gif" style="width:30px;"></a> <a href="/en"><img src="/static/picture/icon_en.gif" style="width:30px;"></a> </div> <p class="clear"></p> </div> <div class="headTop mainWarp"> <div class="head_left"> <a href="/"> <img src="/uploads/allimg/20211126/1-211126135013c6.png" alt="eyou:global name='web_name' /}" class="logo"/></a> </div> <div class="logo-text"> <h1>2025亚洲金属建筑设计与产业博览会</h1> <p style="font-weight: bolder;color: #000;font-size:14px;">暨上海国际钢木结构与围护系统展览会</p> <p></p> <p style="text-indent:5em;"></p> <p style="font-weight: bolder;color: #000;">2025年12月11-13日 上海新国际博览中心(SNIEC)</p> </div> <div class="tongqi"> <div class="head_left" style="padding: 10px 0 0 20px;"> <p style="font-size: 13px !important;">推荐展会:</p> <a href="https://www.timexpochina.com/" target="_blank"><img src="/uploads/allimg/20240221/1-240221101UL35.png" class="logo" style="width:88px; margin-right: 20px;"/></a> <a href="http://www.gfc-asia.com/" target="_blank"><img src="/uploads/allimg/20231101/1-231101145130W6.png" class="logo" style="width:88px; margin-right: 20px;"/></a> <a href="http://www.daf-asia.com/" target="_blank"><img src="/uploads/allimg/20231012/1-2310121559135X.png" class="logo" style="width:88px; margin-right: 20px;"/></a> </div> </div> <div id="datebox"> <script type="text/javascript"> var year=2025; var month=12; var day=11; var now = new Date(); var endDate = new Date(year, month-1, day); var leftTime=endDate.getTime()-now.getTime(); var leftsecond = parseInt(leftTime/1000); //var day1=parseInt(leftsecond/(24*60*60*6)); var day1=Math.floor(leftsecond/(60*60*24)); if (day1<100) { day1="0"+day1; } if (day1<10) { day1="0"+day1; } var hour=Math.floor((leftsecond-day1*24*60*60)/3600); if (hour<10) { hour="0"+hour; } var minute=Math.floor((leftsecond-day1*24*60*60-hour*3600)/60); if (minute<10) { minute="0"+minute; } var second=Math.floor(leftsecond-day1*24*60*60-hour*3600-minute*60); if (second<10) { second="0"+second; } if (day1 < 0) {document.write(""); } else {document.write("展会倒计时:<br><span>"+day1+"</span>天");} </script> </div> <p class="clear"></p> <div class='xiaoxiao'> <li id="menu1"><a href="http://zy.expo2c.com/web-reg-server/mobile/vistor-register-m.html?EID=E0000000148&target=1&orgnum=1066&pid=886&version=1&cid=&ctid=1">观众登记 </a></li> <li id="menu1"><a href="https://www.mbe-asia.com/ExhibitorRegistration/">展位预定 </a></li> </div> </div> <header> <div class="header_wrapper" style="position: absolute; top: 184px; left: 0px;"> <nav> <div class="navBar mainWarp"> <div class="div1"> <ul class="menu"> <li id="menu0" class="home"> <a href="/" class="home">首页</a> </li> <li id="menu1"><a href="//www.mbe-asia.com/BasicInformation/">关于我们 </a> <dl> <dd><a href="/BasicInformation/">展会概况</a></dd> <dd><a href="/Partners/">主办单位</a></dd> <dd><a href="/Exhibits/">展品范围</a></dd> <dd><a href="/Visitors/">观众类别</a></dd> <dd><a href="/FloorPlan/">展会平面图</a></dd> <dd><a href="/Download/">资料下载</a></dd> <dd><a href="/MBE/">为何选择 MBE</a></dd> </dl> </li> <li id="menu1"><a href="//www.mbe-asia.com/ExhibitorRegistration/">展商中心</a> <dl> <dd><a href="/ExhibitorRegistration/">预定展位</a></dd> <dd><a href="/ExhibitorsList/">展商列表</a></dd> <dd><a href="/Increment/">增值服务</a></dd> <dd><a href="/Evaluation/">展商Q&A</a></dd> </dl> </li> <li id="menu1"><a href="http://zy.expo2c.com/web-reg-server/pc/vistor-register.html?EID=E0000000148&target=1&orgnum=1066&pid=886&version=1&cid=118&ctid=20">观众中心</a> <dl> <dd><a href="http://zy.expo2c.com/web-reg-server/pc/vistor-register.html?EID=E0000000148&target=1&orgnum=1066&pid=886&version=1&cid=118&ctid=20">观众预登记</a></dd> <dd><a href="//www.mbe-asia.com/ExhibitorsList/">展商列表</a></dd> <dd><a href="/Joinvip/">加入VIP买家</a></dd> <dd><a href="/Answer/">观众Q&A</a></dd> </dl> </li> <li id="menu1"><a href="//www.mbe-asia.com/Current/">会议&活动</a> <dl> <dd><a href="/Current/">历届会议论坛</a></dd> <dd><a href="/Sponsor/">会议赞助</a></dd> <dd><a href="/xianchanghuodong/">往届现场活动</a></dd> <dd><a href="/benjiehuiyiluntan/">本届会议论坛</a></dd> </dl> </li> <li id="menu1"><a href="//www.mbe-asia.com/ExhibitionNews/">媒体中心</a> <dl> <dd><a href="/MediaPartner/">品牌媒体</a></dd> <dd><a href="/Gallery/">相册</a></dd> <dd><a href="/Video/">视频</a></dd> <dd><a href="/ENewsletter/">行业新闻</a></dd> <dd><a href="/ExhibitionNews/">展会新闻</a></dd> <dd><a href="/ExhibitorNews/">展商新闻</a></dd> <dd><a href="/Reporter/">记者注册</a></dd> </dl> </li> <li id="menu1"><a href="/Guide/">交通/酒店</a> <dl> <dd><a href="/Hall/">展馆介绍</a></dd> <dd><a href="/Traffic/">交通路线</a></dd> <dd><a href="/Hotel/">酒店住宿</a></dd> <dd><a href="/Visa/">签证</a></dd> <dd><a href="/Travel/">周边旅游</a></dd> </dl> </li> <li id="menu1"><a href="/bonuses/">评奖申请</a> </li> <li id="menu1"><a href="//www.mbe-asia.com/Contact/">联系我们</a> <dl> <dd><a href="/Contact/">联系我们</a></dd> <dd><a href="/WeChat/">官方微信</a></dd> <dd><a href="/dingyue/">邮件订阅</a></dd> </dl> </li> </ul> </div> </div> </nav> </div> </header> <div class="col-md-12" id="page_hw"> <div class="mainWarp clearfix"> <div class="pageRight"> <div class="lv_tree"> <div class="title"> <div class="lv_tree_con"> <i class="icon-home"></i> <a href='/' class=' '>首页</a> > <a href='/ExhibitorRegistration/' class=' '>展商中心</a> > <a href='/ExhibitorRegistration/'>预定展位</a> </div> </div> </div> <div class="ptxt"> <span><p><span style="color: rgb(103, 103, 103); font-family: "Microsoft YaHei"; font-size: large; font-weight: 700; background-color: rgb(255, 255, 255);">参展申请</span></p></span> </div> <style>.tabcss{width:100%;background:#ccc} .tabcss td{padding:5px;} .tabcss2{ background:#ccc;} .tabcss2 td{padding:5px; background:#f8f8f8;} .tabcss3{ background:#ccc;} .tabcss3 td{padding:5px; background:#fff;} * { font-family: 'Microsoft YaHei'; font-size: 12px; } .pageRight{line-height: 180%;} html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, font { color: #676767; } .pageRight .ptxt { padding: 30px; }</style></head> <div class="ptxt" frameborder="0" width="95%" height="785px;" style="padding: 30px;"> <br /> <div class="clear"></div> <form method="POST" class="mes2" enctype="multipart/form-data" action="/index.php?m=home&c=Lists&a=gbook_submit&lang=cn" onsubmit="return checkForm();"> <table width="100%" border="0" cellpadding="0" cellspacing="1" class="tabcss2"> <tbody> <tr> <td height="30" colspan="2" align="left"> <strong>展位类型</strong> <br /> <input name="zhantai" type="radio" value="0" checked="checked" />标准展位 <input type='text' id='attr_9' name='attr_9'size="5" class="input" maxlength="50" style=" border:0px; border-bottom:solid 1px #CCCCCC; width:40px; height:18px; line-height:18px; margin-left:10px;" id="attr_9" />平方米 <br /> <input type="radio" value="1" name="zhantai" />光地展位 (最小36平方米) <input type='text' id='attr_11' name='attr_11' class="input" size="5" maxlength="50" style=" border:0px; border-bottom:solid 1px #CCCCCC; width:40px; height:18px; line-height:18px; margin-left:10px;" />平方米</td></tr> <tr> <td height="30" colspan="2" align="left"> <input id='attr_13' name='attr_13' type="checkbox" id="attr_13" value="1" />我公司也想参加展会同期活动,请告知</td></tr> <tr> <td height="30" colspan="2" align="left"> <input id='attr_15' name='attr_15' type="checkbox" id="attr_15" value="1" />我公司也想在展会会刊、展会现场、入场券等形式上做广告,请告知</td></tr> <tr> <td height="30" align="left">姓名</td> <td> <input type='text' id='attr_1' name='attr_1' class="input" size="20" required oninvalid="setCustomValidity('Please enter your message!');" oninput="setCustomValidity('');" maxlength="50" style=" border:solid 1px #CCCCCC; width:200px; height:18px; line-height:18px; margin-left:10px;" /> <font color="#FF0000">*</font></td> </tr> <tr> <td height="30" align="left">性别</td> <td> <label><input type='radio' id='attr_17' name='attr_17' value='先生'>先生</label> <label><input type='radio' id='attr_17' name='attr_17' value='女士'>女士</label> </td> </tr> <tr> <td width="19%" height="30" align="left">职务</td> <td> <input type='text' id='attr_19' name='attr_19' class="input" size="20" maxlength="50" required oninvalid="setCustomValidity('Please enter your message!');" oninput="setCustomValidity('');" style=" border:solid 1px #CCCCCC; width:200px; height:18px; line-height:18px; margin-left:10px;" /> <font color="#FF0000">*</font></td> </tr> <tr> <td height="30" align="left">公司名称</td> <td> <input type='text' id='attr_21' name='attr_21' class="input" size="20" maxlength="100" required oninvalid="setCustomValidity('Please enter your message!');" oninput="setCustomValidity('');" style=" border:solid 1px #CCCCCC; width:200px; height:18px; line-height:18px; margin-left:10px;" /> <font color="#FF0000">*</font></td> </tr> <!-- <tr> <td height="30" align="left">国家或地区</td> <td> <input type='text' id='attr_23' name='attr_23' class="input" size="20" maxlength="50" style=" border:solid 1px #CCCCCC; width:200px; height:18px; line-height:18px; margin-left:10px;" /> <font color="#FF0000">*</font></td> </tr>--> <tr> <td height="30" align="left">地址</td> <td> <input type='text' id='attr_25' name='attr_25' class="input" size="20" maxlength="100" required oninvalid="setCustomValidity('Please enter your message!');" oninput="setCustomValidity('');" style=" border:solid 1px #CCCCCC; width:200px; height:18px; line-height:18px; margin-left:10px;" /></td> </tr> <tr> <td height="30" align="left">邮编</td> <td> <input type='text' id='attr_27' name='attr_27' class="input" size="20" maxlength="6" required oninvalid="setCustomValidity('Please enter your message!');" oninput="setCustomValidity('');" style=" border:solid 1px #CCCCCC; width:200px; height:18px; line-height:18px; margin-left:10px;" id="tel4" /></td> </tr> <tr> <td height="30" align="left">电话</td> <td> <input type='text' id='attr_3' name='attr_3' class="input" size="20" maxlength="50" required oninvalid="setCustomValidity('Please enter your message!');" oninput="setCustomValidity('');" style=" border:solid 1px #CCCCCC; width:200px; height:18px; line-height:18px; margin-left:10px;" /> <font color="#FF0000">*</font></td> </tr> <tr> <td height="30" align="left">传真</td> <td> <input type='text' id='attr_29' name='attr_29' class="input" size="20" maxlength="50" required oninvalid="setCustomValidity('Please enter your message!');" oninput="setCustomValidity('');" style=" border:solid 1px #CCCCCC; width:200px; height:18px; line-height:18px; margin-left:10px;" id="tel5" /></td> </tr> <tr> <td height="30" align="left">手机</td> <td> <input type='text' id='attr_31' name='attr_31' class="input" size="20" maxlength="50" required oninvalid="setCustomValidity('Please enter your message!');" oninput="setCustomValidity('');" style=" border:solid 1px #CCCCCC; width:200px; height:18px; line-height:18px; margin-left:10px;" /> <font color="#FF0000">*</font></td> </tr> <tr> <td height="30" align="left">Email</td> <td> <input type='text' id='attr_5' name='attr_5' type="text" required oninvalid="setCustomValidity('Please enter your message!');" oninput="setCustomValidity('');" style=" border:solid 1px #CCCCCC; width:200px; height:18px; line-height:18px; margin-left:10px;" maxlength="100" /> <font color="#FF0000">*</font></td> </tr> <tr> <td height="30" align="left">网址</td> <td> <input type='text' id='attr_33' name='attr_33' type="text" required oninvalid="setCustomValidity('Please enter your message!');" oninput="setCustomValidity('');" style=" border:solid 1px #CCCCCC; width:200px; height:18px; line-height:18px; margin-left:10px;" maxlength="100" /></td> </tr> <tr> <td height="30" align="left">展品</td> <td> <input type='text' id='attr_7' name='attr_7' type="text" required oninvalid="setCustomValidity('Please enter your message!');" oninput="setCustomValidity('');" style=" border:solid 1px #CCCCCC; width:200px; height:18px; line-height:18px; margin-left:10px;" maxlength="100" /></td> </tr> <tr style="margin-bottom:10px;"> <td height="43"></td> <td> <button type="submit" name="submit" value="Submit" class="btn btn-danger page-btn"> 提交 </button> <button type="reset" name="reset" class="btn btn-default grey-btn"> 重填 </button> </td> </tr> <input type="hidden" name="gourl" id="gourl_f22de26bd263c294a1cddda963552b32" value="https%3A%2F%2Fwww.mbe-asia.com%2FExhibitorRegistration%2F" /><input type="hidden" name="typeid" value="9" /><input type="hidden" name="__token__f22de26bd263c294a1cddda963552b32" id="f22de26bd263c294a1cddda963552b32" value="" /><input type="hidden" name="form_type" value="0" /><script type="text/javascript"> function submitf22de26bd263c294a1cddda963552b32(elements) { if (document.getElementById('gourl_f22de26bd263c294a1cddda963552b32')) { document.getElementById('gourl_f22de26bd263c294a1cddda963552b32').value = encodeURIComponent(window.location.href); } var x = elements; for (var i=0;i<x.length;i++) { if(x[i].name == 'attr_1' && x[i].value.length == 0){ alert('姓名不能为空!'); return false; } if(x[i].name == 'attr_3' && x[i].value.length == 0){ alert('电话不能为空!'); return false; } if(x[i].name == 'attr_5' && x[i].value.length == 0){ alert('Email不能为空!'); return false; } if(x[i].name == 'attr_19' && x[i].value.length == 0){ alert('职务不能为空!'); return false; } if(x[i].name == 'attr_21' && x[i].value.length == 0){ alert('公司名称不能为空!'); return false; } if(x[i].name == 'attr_23' && x[i].value.length == 0){ alert('国家或地区不能为空!'); return false; } if(x[i].name == 'attr_31' && x[i].value.length == 0){ alert('手机不能为空!'); return false; } } elements.submit(); } function ey_fleshVerify_1732371013(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 fff59a7ed6f81eb440b05110a2ae6f73d() { 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__f22de26bd263c294a1cddda963552b32"); ajax.onreadystatechange = function () { if (ajax.readyState==4 && ajax.status==200) { document.getElementById("f22de26bd263c294a1cddda963552b32").value = ajax.responseText; document.getElementById("gourl_f22de26bd263c294a1cddda963552b32").value = encodeURIComponent(window.location.href); } } } fff59a7ed6f81eb440b05110a2ae6f73d(); 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> </tbody> </table> </form> </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> <script src="/static/js/main.js" type="text/javascript"> </script> <div class="clear"></div> </div> <div class="clear"></div> </div> <div class="pageLeft"> <div class="page_btn"> <dl> <dd><a href="/ExhibitorRegistration/">预定展位</a></dd> <dd><a href="/ExhibitorsList/">展商列表</a></dd> <dd><a href="/Increment/">增值服务</a></dd> <dd><a href="/Evaluation/">展商Q&A</a></dd> </dl> <div class="clear"></div> </div> </div> </div> <div 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_7171db60d7a2533ff3b2d96eba0635fb" value="https%3A%2F%2Fwww.mbe-asia.com%2FExhibitorRegistration%2F" /><input type="hidden" name="typeid" value="89" /><input type="hidden" name="__token__7171db60d7a2533ff3b2d96eba0635fb" id="7171db60d7a2533ff3b2d96eba0635fb" value="" /><input type="hidden" name="form_type" value="0" /><script type="text/javascript"> function submit7171db60d7a2533ff3b2d96eba0635fb(elements) { if (document.getElementById('gourl_7171db60d7a2533ff3b2d96eba0635fb')) { document.getElementById('gourl_7171db60d7a2533ff3b2d96eba0635fb').value = encodeURIComponent(window.location.href); } elements.submit(); } function ey_fleshVerify_1732371013(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__7171db60d7a2533ff3b2d96eba0635fb"); ajax.onreadystatechange = function () { if (ajax.readyState==4 && ajax.status==200) { document.getElementById("7171db60d7a2533ff3b2d96eba0635fb").value = ajax.responseText; document.getElementById("gourl_7171db60d7a2533ff3b2d96eba0635fb").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_6fba5c34f4a668d5f6ca3f3006500072" value="https%3A%2F%2Fwww.mbe-asia.com%2FExhibitorRegistration%2F" /><input type="hidden" name="typeid" value="89" /><input type="hidden" name="__token__6fba5c34f4a668d5f6ca3f3006500072" id="6fba5c34f4a668d5f6ca3f3006500072" value="" /><input type="hidden" name="form_type" value="0" /><script type="text/javascript"> function submit6fba5c34f4a668d5f6ca3f3006500072(elements) { if (document.getElementById('gourl_6fba5c34f4a668d5f6ca3f3006500072')) { document.getElementById('gourl_6fba5c34f4a668d5f6ca3f3006500072').value = encodeURIComponent(window.location.href); } elements.submit(); } function ey_fleshVerify_1732371013(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__6fba5c34f4a668d5f6ca3f3006500072"); ajax.onreadystatechange = function () { if (ajax.readyState==4 && ajax.status==200) { document.getElementById("6fba5c34f4a668d5f6ca3f3006500072").value = ajax.responseText; document.getElementById("gourl_6fba5c34f4a668d5f6ca3f3006500072").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>