CINXE.COM
第二十二届中国国际科学仪器及实验室装备展丨科仪展丨CISILE2025-官网
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <link rel="icon" href="//file.xishizhibang.com/w4xx4-3252-cn/20220302095306658.ico"> <script type="text/javascript"> var fw_url = window.location.href; if (fw_url.indexOf("https") < 0) { fw_url = fw_url.replace("http:", "https:"); window.location.replace(fw_url); } </script> <meta http-equiv=content-type content=text/html; charset=utf-8> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <title>第二十二届中国国际科学仪器及实验室装备展丨科仪展丨CISILE2025-官网</title> <meta name="author" content="一二三互联"> <meta name="keywords" content="第二十二届中国国际科学仪器及实验室装备展丨科仪展丨CISILE2025-官网"> <meta name="description" content="第二十二届中国国际科学仪器及实验室装备展览会(CISILE 2025)定于2025年3月31日-4月2日在中国国际展览中心(顺义馆)召开,展示面积达40000平方米,预计参展企业1000余家,专业观众超50000人次。" /> <base href="https://w4xx4-3252-cn.htx.cc/website/w4xx4-3252-cn/" /> <link rel="stylesheet" href="https://cdn.staticfile.net/Swiper/3.4.2/css/swiper.min.css"> <script src="https://cdn.staticfile.net/Swiper/3.4.2/js/swiper.min.js"></script> <link href="style.css?1234511" type="text/css" rel="stylesheet"> <script type="text/javascript" src="https://cdn.staticfile.net/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="/js/common.js"></script> <script type="text/javascript" src="/js/roll.js"></script> </head> <body > <script> $(document).ready(function(){ $("#nav li").hover(function(){ if($(this).children().eq(1).find("a").length==0){ $(this).children().eq(1).remove(); } $(this).children().eq(1).slideDown(150); },function(){ $(this).children().eq(1).slideUp(150); }) }) </script> <script type="text/javascript"> /* ==== slider nameSpace ==== */ var slider = function() { /* ==== private methods ==== */ function getElementsByClass(object, tag, className) { var o = object.getElementsByTagName(tag); for ( var i = 0, n = o.length, ret = []; i < n; i++) { if (o[i].className == className) ret.push(o[i]); } if (ret.length == 1) ret = ret[0]; return ret; } function setOpacity (obj,o) { if (obj.filters) obj.filters.alpha.opacity = Math.round(o); else obj.style.opacity = o / 100; } /* ==== Slider Constructor ==== */ function Slider(oCont, speed, iW, iH, oP) { this.slides = []; this.over = false; this.S = this.S0 = speed; this.iW = iW; this.iH = iH; this.oP = oP; this.oc = document.getElementById(oCont); this.frm = getElementsByClass(this.oc, 'div', 'slide'); this.NF = this.frm.length; this.resize(); for (var i = 0; i < this.NF; i++) { this.slides[i] = new Slide(this, i); } this.oc.parent = this; this.view = this.slides[0]; this.Z = this.mx; /* ==== on mouse out event ==== */ this.oc.onmouseout = function () { this.parent.mouseout(); return false; } } Slider.prototype = { /* ==== animation loop ==== */ run : function () { this.Z += this.over ? (this.mn - this.Z) * .5 : (this.mx - this.Z) * .5; this.view.calc(); var i = this.NF; while (i--) this.slides[i].move(); }, /* ==== resize ==== */ resize : function () { this.wh = this.oc.clientWidth; this.ht = this.oc.clientHeight; this.wr = this.wh * this.iW; this.r = this.ht / this.wr; this.mx = this.wh / this.NF; this.mn = (this.wh * (1 - this.iW)) / (this.NF - 1); }, /* ==== rest ==== */ mouseout : function () { this.over = false; setOpacity(this.view.img, this.oP); } } /* ==== Slide Constructor ==== */ Slide = function (parent, N) { this.parent = parent; this.N = N; this.x0 = this.x1 = N * parent.mx; this.v = 0; this.loaded = false; this.cpt = 0; this.start = new Date(); this.obj = parent.frm[N]; this.txt = getElementsByClass(this.obj, 'div', 'text'); this.img = getElementsByClass(this.obj, 'img', 'diapo'); this.bkg = document.createElement('div'); this.bkg.className = 'backgroundText'; this.obj.insertBefore(this.bkg, this.txt); if (N == 0) this.obj.style.borderLeft = 'none'; this.obj.style.left = Math.floor(this.x0) + 'px'; setOpacity(this.img, parent.oP); /* ==== mouse events ==== */ this.obj.parent = this; this.obj.onmouseover = function() { this.parent.over(); return false; } } Slide.prototype = { /* ==== target positions ==== */ calc : function() { var that = this.parent; // left slides for (var i = 0; i <= this.N; i++) { that.slides[i].x1 = i * that.Z; } // right slides for (var i = this.N + 1; i < that.NF; i++) { that.slides[i].x1 = that.wh - (that.NF - i) * that.Z; } }, /* ==== HTML animation : move slides ==== */ move : function() { var that = this.parent; var s = (this.x1 - this.x0) / that.S; /* ==== lateral slide ==== */ if (this.N && Math.abs(s) > .5) { this.obj.style.left = Math.floor(this.x0 += s) + 'px'; } /* ==== vertical text ==== */ var v = (this.N < that.NF - 1) ? that.slides[this.N + 1].x0 - this.x0 : that.wh - this.x0; if (Math.abs(v - this.v) > .5) { this.bkg.style.top = this.txt.style.top = Math.floor(2 + that.ht - (v - that.Z) * that.iH * that.r) + 'px'; this.v = v; this.cpt++; } else { if (!this.pro) { /* ==== adjust speed ==== */ this.pro = true; var tps = new Date() - this.start; if(this.cpt > 1) { that.S = Math.max(2, (28 / (tps / this.cpt)) * that.S0); } } } if (!this.loaded) { if (this.img.complete) { this.img.style.visibility = 'visible'; this.loaded = true; } } }, /* ==== light ==== */ over : function () { this.parent.resize(); this.parent.over = true; setOpacity(this.parent.view.img, this.parent.oP); this.parent.view = this; this.start = new Date(); this.cpt = 0; this.pro = false; this.calc(); setOpacity(this.img, 100); } } /* ==== public method - script initialization ==== */ return { init : function() { // create instances of sliders here // parameters : HTMLcontainer name, speed (2 fast - 20 slow), Horizontal ratio, vertical text ratio, opacity this.s1 = new Slider("slider", 16, 1.84/3, 1/3.2, 70); setInterval("slider.s1.run();", 16); } } }(); </script> <div class="root_div"> <div class="header" style="background-image:url('http://file2.xishizhibang.com/htx/w4xx4-3252-cn/NxSskfbNQe.jpg')"> </div> <div class="nav_area"> <ul class="nav" id="nav"> <li> <div class="father_nav"><a href="https://www.cisile.com.cn/index.html" class="active">首页</a></div> <div class="sub_nav"> </div> </li> <li> <div class="father_nav"><a href="https://www.cisile.com.cn/cnt_20.html" >关于展会</a></div> <div class="sub_nav"> <p><a href="https://www.cisile.com.cn/cnt_20.html">展会概况</a></p> <p><a href="https://www.cisile.com.cn/cnt_2.html">组织机构</a></p> <p><a href="https://www.cisile.com.cn/cnt_21.html">展品范围</a></p> <p><a href="https://www.cisile.com.cn/file_list_5_1.html">合作媒体</a></p> <p><a href="https://www.cisile.com.cn/cnt_29.html">CISILE优势</a></p> </div> </li> <li> <div class="father_nav"><a href="https://www.cisile.com.cn/cnt_22.html" >展商服务</a></div> <div class="sub_nav"> <p><a href="https://www.cisile.com.cn/cnt_22.html">参展事项</a></p> <p><a href="https://www.cisile.com.cn/cnt_30.html">参展流程</a></p> <p><a href="https://www.cisile.com.cn/cnt_31.html">展位平面图</a></p> <p><a href="https://s.31url.cn/OULoAjvC" target="_blank">报名参展</a></p> <p><a href="https://www.cisile.com.cn/cnt_32.html">外展合作</a></p> <p><a href="https://www.cisile.com.cn/cnt_101.html">服务专刊</a></p> <p><a href="http://w4xx4-3252-cn.xishizhibang.com/#?fid=8&navid=79" target="_blank">展商自服务</a></p> </div> </li> <li> <div class="father_nav"><a href="https://www.cisile.com.cn/cnt_33.html" >观众服务</a></div> <div class="sub_nav"> <p><a href="https://www.cisile.com.cn/cnt_33.html">参观指南</a></p> <p><a href="https://s.31url.cn/jvCOULoN" target="_blank">报名参观</a></p> <p><a href="https://www.cisile.com.cn/cnt_404.html">观众组织</a></p> <p><a href="https://www.cisile.com.cn/cnt_450.html">参观单位名单</a></p> </div> </li> <li> <div class="father_nav"><a href="https://www.cisile.com.cn/cnt_list_5_1.html" >同期活动</a></div> <div class="sub_nav"> <p><a href="https://www.cisile.com.cn/cnt_list_5_1.html">活动列表</a></p> <p><a href="https://www.cisile.com.cn/cnt_152.html">活动征集</a></p> </div> </li> <li> <div class="father_nav"><a href="https://www.cisile.com.cn/file_list_4_1.html" >精彩回顾</a></div> <div class="sub_nav"> <p><a href="https://www.cisile.com.cn/file_list_4_1.html">历届回顾</a></p> </div> </li> <li> <div class="father_nav"><a href="https://www.cisile.com.cn/file_list_2_1.html" >大会服务</a></div> <div class="sub_nav"> <p><a href="https://www.cisile.com.cn/file_list_2_1.html">下载中心</a></p> <p><a href="https://www.cisile.com.cn/cnt_39.html">交通指南</a></p> <p><a href="https://www.cisile.com.cn/cnt_40.html">酒店住宿</a></p> </div> </li> <li> <div class="father_nav"><a href="https://www.cisile.com.cn/cnt_3.html" >联系我们</a></div> <div class="sub_nav"> </div> </li> <li> <div class="father_nav"><a href="http://en.cisile.com.cn/" >English</a></div> <div class="sub_nav"> </div> </li> </ul> </div> <div class="notice"> <div class="tit">公告:</div> <div class="scroll" behavior="scroll" direction="left" scrollamount="4" width="1130" onmouseover="this.stop()" onmouseout="this.start()" style="width: 940px;"><marquee direction="left" onmouseover="this.stop()" onmouseout="this.start()"><a href="https://mp.weixin.qq.com/s/_UoPp5R2r3fms0Nmor3mLw" target="_blank"><span style="font-family: 微软雅黑, Microsoft YaHei; font-size: 14px;">CISILE 2025邀请函 | 第二十二届中国国际科学仪器及实验室装备展览会诚邀您来参加!</span></a></marquee></div> </div> <div class="main"> <!-- <div id="fix-ad"> <div class="fix-ad"> <div class="close-btn" title="关闭" onclick="document.getElementById('fix-ad').style.display='none'"></div> <a href="https://wx.vzan.com/live/channelpage-195934"> <img src="//file.xishizhibang.com/w4xx4-3252-cn/yqtz_lmyz.jpg"> </a> </div> <div class="PageBage"></div> </div> --> <div class="box"> <div class="banner"> <div class="swiper-container" style="width: 923px;height: 350px;"> <div class="swiper-wrapper"> <a href="http://www.cisile.com.cn/" class="swiper-slide"><img src="http://file2.xishizhibang.com/htx/w4xx4-3252-cn/fiCFkXjsMn.jpg"></a> <a href="https://s.31url.cn/jvCOUTV7" class="swiper-slide"><img src="http://file2.xishizhibang.com/htx/w4xx4-3252-cn/CDSbfbmyDm.jpg"></a> </div> <div class="swiper-pagination swiper-pagination-white"></div> <div class="swiper-button-prev swiper-button-white"></div> <div class="swiper-button-next swiper-button-white"></div> </div> <script> var swiper_obj = new Swiper ('.swiper-container', { loop: true, autoplay: 3000, pagination: '.swiper-pagination', nextButton: '.swiper-button-next', prevButton: '.swiper-button-prev', }) </script> </div> <div class="right_area"> <div class="ul_reg"> <ul> <li> <a target="_blank" style="background-image:url('http://file2.xishizhibang.com/htx/w4xx4-3252-cn/NWz8tPSX5Q.png')" href="https://s.31url.cn/OULoAjvC"></a> </li> <li> <a target="_blank" style="background-image:url('http://file2.xishizhibang.com/htx/w4xx4-3252-cn/WF7HSQyWZ2.png')" href="https://s.31url.cn/jvCOUTV7"></a> </li> <li> <a target="_blank" style="background-image:url('http://file2.xishizhibang.com/htx/w4xx4-3252-cn/ic236tsKE3.png')" href="https://s.31url.cn/jvCOULoN"></a> </li> </ul> </div> <div class="countdown">距离展会开幕<br>还有<span id="day_num"></span>天 </div> <script type="text/javascript">countdown("2025/03/31 18:00:00",1);</script> </div> </div> <div class="left_area"> <div class="tit"><a class="more" href="https://www.cisile.com.cn/cnt_23.html">更多»</a><span>CISILE优势</span></div> <div class="txt"> <p><span style="font-size: 14px;"><span style="line-height: 1.5;"></span><span style="line-height: 2;"> </span></span></p><p><span style="font-family: 华文细黑;"><span style="font-family: "Microsoft YaHei"; font-size: 14px;"> </span></span></p><p style="text-indent: 23pt;"><span style="font-family: 华文细黑; font-size: 11.5pt;"><span style="font-family: Microsoft YaHei;"> </span></span></p><p style="line-height: 2em;"><span style="color: rgb(0, 0, 0);"><strong><span style="font-size: 14px;">国际化优势:</span></strong></span><span style="font-size: 14px;">来自美国、俄罗斯、法国、日本、韩国、巴基斯坦、印度、巴西、菲律宾、尼日尔、卡塔尔及港澳台等海内外用户和经销商、代理商前来参观、洽谈和对接。 </span></p><p style="line-height: 2em;"><span style="color: rgb(0, 0, 0);"><strong><span style="font-size: 14px;">品牌化优势:</span></strong><span style="font-size: 14px;">CISILE历经二十届,深受业界同仁的认可和赞扬,具有较高的知名度和影响力。众多业内知名企业将CISILE作为其新产品、新技术发布会的<span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 15.3333px; text-indent: 10.2667px; text-wrap: wrap;">首选</span>平台,而自主创新奖评选活动也成为了国产科学仪器发展水平的助推器和风向标。<br/></span><strong><span style="font-size: 14px;">行业聚集优势:</span></strong><span style="font-size: 14px;">CISILE无论是参展商和专业观众的数量,还是展出产品的覆盖面、技术的先进性,在国内、国际科学仪器行业展会中,都雄踞前列。CISILE强大的行业聚集优势,使其成为了生产商和采购商日趋青睐的交易、合作平台。</span></span><span style="font-size: 14px;"><br/></span></p><p><br/></p><p><span style="line-height: 20px; font-family: 宋体;"></span></p> </div> <div class="tit"> <ul class="ul_tit" id="myTab0"> <li class="active" onmouseover="nTabs(this,0);"><a href="https://www.cisile.com.cn/cnt_list_1_1.html">展会新闻 |</a></li> <li class="normal" onmouseover="nTabs(this,1);"><a href="https://www.cisile.com.cn/cnt_list_2_1.html">行业新闻</a></li> </ul> </div> <div class="txt"> <div id="myTab0_Content0"> <a class="news_more" href="https://www.cisile.com.cn/cnt_list_1_1.html">更多»</a> <ul class="ul_news"> <li><div class="newsdate"><i>12</i><span>11月2024</span></div><span class="jt">>></span><a href="https://mp.weixin.qq.com/s/_UoPp5R2r3fms0Nmor3mLw" target="_blank"title="CISILE 2025邀请函 | 第二十二届中国国际科学仪器及实验室装备展览会诚邀您来参加!" >CISILE 2025邀请函 | 第二十二届中国国际科学仪器及实验室装备展览会诚邀您...</a></li> <li><div class="newsdate"><i>01</i><span>10月2024</span></div><span class="jt">>></span><a href="https://mp.weixin.qq.com/s/Nhm7vF8oSs1Q1c_8IyTRGA" target="_blank"title="国庆节 | 山河锦绣,国盛家兴!" >国庆节 | 山河锦绣,国盛家兴!</a></li> <li><div class="newsdate"><i>17</i><span>09月2024</span></div><span class="jt">>></span><a href="https://mp.weixin.qq.com/s/fSfTwIfgbAnCj7PlenAaVg" target="_blank"title="情满中秋 | 月下人间,共庆佳节,中国科仪展祝大家节日快乐!" >情满中秋 | 月下人间,共庆佳节,中国科仪展祝大家节日快乐!...</a></li> <li><div class="newsdate"><i>10</i><span>09月2024</span></div><span class="jt">>></span><a href="https://mp.weixin.qq.com/s/EAmuWhF3MARZe3ywdbtVLg" target="_blank"title="教师节| 九月谢师恩,桃李满天下!" >教师节| 九月谢师恩,桃李满天下!</a></li> </ul> </div> <div id="myTab0_Content1" class="none"> <a class="news_more" href="https://www.cisile.com.cn/cnt_list_2_1.html">更多»</a> <ul class="ul_news"> <li><div class="newsdate"><i>03</i><span>12月2024</span></div><span class="jt">>></span><a href="https://mp.weixin.qq.com/s/GvJT-A7JrdUzpkt3C-D2DQ" target="_blank"title="4.72亿元!哈尔滨工业大学采购大批仪器" >4.72亿元!哈尔滨工业大学采购大批仪器</a></li> <li><div class="newsdate"><i>29</i><span>11月2024</span></div><span class="jt">>></span><a href="https://mp.weixin.qq.com/s/pGw8qC5CZ_Sq5E9NjWz4lA" target="_blank"title="复旦大学2.68亿元采购仪器,含超分辨显微镜、质谱、流式细胞仪等" >复旦大学2.68亿元采购仪器,含超分辨显微镜、质谱、流式细胞仪等...</a></li> <li><div class="newsdate"><i>29</i><span>11月2024</span></div><span class="jt">>></span><a href="https://mp.weixin.qq.com/s/y3ck8qXw2POjfgSTZnvOeA" target="_blank"title="美欲加征10%关税,中国对美出口106项科学仪器现行关税全梳理" >美欲加征10%关税,中国对美出口106项科学仪器现行关税全梳理...</a></li> <li><div class="newsdate"><i>28</i><span>11月2024</span></div><span class="jt">>></span><a href="https://mp.weixin.qq.com/s/5nmI_DwFk3rmsoMaSeSdAg" target="_blank"title="鼓励开放仪器资源,给予首台(套)资金奖励!北京发布促进专精特新企业高质量发展的若干措施" >鼓励开放仪器资源,给予首台(套)资金奖励!北京发布促进专精特新企业高质量发展的...</a></li> </ul> </div> </div> <div class="tit"><a class="more" href="https://www.cisile.com.cn/file_list_4_1.html">更多»</a><span>历届回顾</span></div> <div class="txt"> <a href="javascript:;" id="arrow_left" class="pre"></a> <div class="min"> <div id="roll_file4"> <table cellspacing="0" cellpadding="2"> <tr> <td><a href="" target="_blank"><img src="http://file2.xishizhibang.com/htx/w4xx4-3252-cn/ijNHjX36pd.jpg?x-oss-process=image/resize,h_172,m_lfit" width="240" height="168" class="img_bor"></a></td> <td><a href="" target="_blank"><img src="http://file2.xishizhibang.com/htx/w4xx4-3252-cn/2MYPYXbbRm.jpg?x-oss-process=image/resize,h_172,m_lfit" width="240" height="168" class="img_bor"></a></td> <td><a href="" target="_blank"><img src="http://file2.xishizhibang.com/htx/w4xx4-3252-cn/ximpsxCw36.jpg?x-oss-process=image/resize,h_172,m_lfit" width="240" height="168" class="img_bor"></a></td> <td><a href="" target="_blank"><img src="http://file2.xishizhibang.com/htx/w4xx4-3252-cn/HQzRBz7sXW.jpg?x-oss-process=image/resize,h_172,m_lfit" width="240" height="168" class="img_bor"></a></td> <td><a href="" target="_blank"><img src="http://file2.xishizhibang.com/htx/w4xx4-3252-cn/STi74w3ep2.jpg?x-oss-process=image/resize,h_172,m_lfit" width="240" height="168" class="img_bor"></a></td> <td><a href="" target="_blank"><img src="http://file2.xishizhibang.com/htx/w4xx4-3252-cn/f44sRjNXtf.jpg?x-oss-process=image/resize,h_172,m_lfit" width="240" height="168" class="img_bor"></a></td> <td><a href="" target="_blank"><img src="http://file2.xishizhibang.com/htx/w4xx4-3252-cn/JGjYtzAASJ.jpg?x-oss-process=image/resize,h_172,m_lfit" width="240" height="168" class="img_bor"></a></td> <td><a href="" target="_blank"><img src="http://file2.xishizhibang.com/htx/w4xx4-3252-cn/MxhMRZXJ7d.jpg?x-oss-process=image/resize,h_172,m_lfit" width="240" height="168" class="img_bor"></a></td> </tr> </table> </div> </div> <a href="javascript:;" id="arrow_right" class="next2"></a> <script> var marquee_pic = new Marquee("roll_file4",2,1,840,178,30,0,0); document.getElementById('arrow_left').onclick=function(){marquee_pic.Direction=2}; document.getElementById('arrow_right').onclick=function(){marquee_pic.Direction=3}; </script> <div class="clear"></div> </div> </div> <div class="right_area"> <!--<div class="video"><embed src="http://player.youku.com/player.php/sid/XOTQxMDg1MTA4/v.swf" quality="high" width="257" height="200" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"></embed></div> --> <div class="tit"><a class="more" href="https://www.cisile.com.cn/cnt_2.html">更多»</a><span>组织机构</span></div> <div class="txt"> <p> </p><p style="white-space: normal;"><strong>批准单位:</strong></p><p style="white-space: normal;">中华人民共和国商务部<br/><br/></p><p style="white-space: normal;"><strong>支持单位:</strong></p><p style="white-space: normal;">中国机械工业联合会</p><p style="white-space: normal;">中国出入境检验检疫协会<br/><br/></p><p style="white-space: normal;"><strong>主办单位:</strong></p><p style="white-space: normal;">中国仪器仪表行业协会</p><p style="white-space: normal;">世信国际会展集团</p><p style="white-space: normal;"><br/></p><p><strong>承办单位:</strong></p><p style="white-space: normal;">北京朗普展览有限公司</p><p><br/></p><p> </p></div> <div class="tit"><a class="more" href="https://www.cisile.com.cn/cnt_450.html">更多»</a><span>参观单位名单</span></div> <div class="txt"> <div id="roll_cnt450"> <p>北京大学</p><p>北京化工大学</p><p>北京师范大学</p><p>北京中医药大学</p><p>大连医科大学</p><p>广东华南理工大学</p><p>广西医科大学</p><p>贵州中医药大学</p><p>哈尔滨医科大学</p><p>河北农业大学</p><p>黑龙江八一农垦大学</p><p>湖北华中农业大学</p><p>湖南大学</p><p>华北理工大学</p><p>南昌大学</p><p>南开大学</p><p>内蒙古农业大学</p><p>清华大学</p><p>厦门大学</p><p>山东农业大学</p><p>山东中医药大学</p><p>山西农业大学</p><p>山西医科大学</p><p>陕西中医药大学</p><p>上海复旦大学</p><p>沈阳农业大学</p><p>首都医科大学</p><p>天津大学</p><p>北京生物工程研究所</p><p>北京食品科学研究院</p><p>北京市海淀区协和医学科学院药用植物研究所</p><p>北京市化学工业研究院</p><p>北京市中药研究所</p><p>甘肃省食品检验研究院</p><p>河北省食品检验研究院</p><p>内蒙古自治区林业科学研究院</p><p>中国计量科学研究院</p><p>中国科学院东北地理与农业生态研究所</p><p>中国科学院植物研究所</p><p>中国石化上海石油化工研究院</p><p>国家粮食局科学研究院</p><p>广东省珠海市质量计量监督检测所</p><p>航空工业北京长城计量测试技术研究所</p><p>天津中新药业集团股份有限公司</p><p>北京同仁堂科技发展股份有限公司制药厂</p><p>北京同仁堂制药有限公司</p><p>华北制药华坤河北生物技术有限公司</p><p>昆明积大制药股份有限公司</p><p>邯郸制药股份有限公司</p><p>齐鲁制药有限公司</p><p>北京华靳制药有限公司</p><p>北京华素制药股份有限公司</p><p>天津力生制药股份有限公司</p><p>保定市食品药品检验所</p><p>云南省德宏州食品药品检验所</p><p>中国食品药品检定研究院</p><p>颐海国际食品有限公司/海底捞餐饮有限责任公司</p><p>北京二商王致和食品有限公司</p><p>上海旺旺食品集团有限公司</p><p>燕京啤酒</p><p>玛氏食品(中国)有限公司</p><p>河北省疾病预防控制中心 </p><p>康师傅控股有限公司</p><p>北京安贞医院</p><p>北京协和医院</p><p>北京海关</p><p>北京大学第一医院</p><p>郑州大学第一附属医院医学研究中心</p><p>北京积水潭医院</p><p>锦州市第二医院</p><p>东营市人民医院</p><p>安阳市人民医院</p><p>湘西自治州人民医院</p><p>中国医学科学院阜外医院</p><p>商丘市第一人民医院</p><p>新疆军区总医院</p><p>中日友好医院</p><p>江西省儿童医院</p><p>内蒙古医科大学附属医院</p><p>北京中医药大学附属第三医院</p><p>北京脑科学与类脑研究中心</p><p>北京市电子产品质量检测中心</p><p>北京市疾控中心</p><p>北京市理化分析测试中心</p><p>国家钢铁材料测试中心</p><p>国家纳米科学中心</p><p>国家生物医学分析中心</p><p>河北疾控中心</p><p>河北省地质实验测试中心</p><p>江苏省疾病预防控制中心(江苏省公共卫生研究院)</p><p>交通运输部环境保护中心</p><p>辽宁省重要技术创新与研发基地建设工程中心</p><p>内蒙古疾控中心</p><p>上海市研发公共服务平台管理中心</p><p>天津市质检院检测技术研究中心</p><p>西安卫星测控中心</p><p>中国石油天然气管道局环境监测中心站</p><p>中科院生态环境研究中心、生物医学分析中心</p><p>中铁电气化局集团有限公司检测试验中心</p><p><br/></p> </div> <script>var marquee_exb = new Marquee("roll_cnt450",0,1,257,145,30,0,0);</script> </div> <div class="tit"><a class="more" href="https://www.cisile.com.cn/file_list_2_1.html">更多»</a><span>下载中心</span></div> <div class="txt"> <ul> <li><a href="http://file2.123hl.cn/htx/w4xx4-3252-cn/Ez26M8Wnbd.pdf" target="_blank">CISILE2025第二十二届中国国际科学仪器及实验室装备展览会</a> - <a href="http://file2.123hl.cn/htx/w4xx4-3252-cn/Ez26M8Wnbd.pdf">下载</a></li> <li><a href="http://file2.123hl.cn/htx/w4xx4-3252-cn/MBpweaZ7F4.pdf" target="_blank">CISILE2024中国科仪展会后报告</a> - <a href="http://file2.123hl.cn/htx/w4xx4-3252-cn/MBpweaZ7F4.pdf">下载</a></li> </ul> </div> <!--<div class="tit"><a class="more" href="https://www.cisile.com.cn/cnt_list_3_1.html">更多»</a><span>同期活动(CISILE2017)</span></div> <div class="txt"> <table cellspaicng="0" cellpadding="2"> <!--</table> </div> --> </div> <div class="media_tit"><a class="more" href="https://www.cisile.com.cn/cnt_list_4_1.html">更多»</a><span>企业推荐</span></div> <div class="media_txt"> <div id="roll_clist4"> <table> <tr> <td><a href="http://www.tof-keen.com/" target="_blank"><img src="http://file2.xishizhibang.com/htx/w4xx4-3252-cn/3JF7bC5XXH.jpg" width="150" height="50" class="img_abs"></a></td> <td><a href="https://www.shenhua.bio/" target="_blank"><img src="http://file2.xishizhibang.com/htx/w4xx4-3252-cn/EwaBdAjfeF.jpg" width="150" height="50" class="img_abs"></a></td> <td><a href="http://www.gpcsci.com/" target="_blank"><img src="http://file2.xishizhibang.com/htx/w4xx4-3252-cn/hrRpA7jkWw.jpg" width="150" height="50" class="img_abs"></a></td> <td><a href="http://www.qdlhgd.com/" target="_blank"><img src="http://file2.xishizhibang.com/htx/w4xx4-3252-cn/b4tc3aCeSC.jpg" width="150" height="50" class="img_abs"></a></td> <td><a href="http://www.lianhuakeji.com/" target="_blank"><img src="http://file2.xishizhibang.com/htx/w4xx4-3252-cn/E6EeymmSyJ.jpg" width="150" height="50" class="img_abs"></a></td> <td><a href="http://www.hmwate.com/" target="_blank"><img src="http://file2.xishizhibang.com/htx/w4xx4-3252-cn/mardpcsPTk.jpg" width="150" height="50" class="img_abs"></a></td> <td><a href="http://www.tianeryiqi.com/" target="_blank"><img src="http://file2.xishizhibang.com/htx/w4xx4-3252-cn/jPwkdR8jTz.jpg" width="150" height="50" class="img_abs"></a></td> <td><a href="http://www.safetycabinet.cn/" target="_blank"><img src="http://file2.xishizhibang.com/htx/w4xx4-3252-cn/fDkiBc3QpJ.jpg" width="150" height="50" class="img_abs"></a></td> <td><a href="http://www.labtonwe.com/" target="_blank"><img src="http://file2.xishizhibang.com/htx/w4xx4-3252-cn/iBXw6cTj56.jpg" width="150" height="50" class="img_abs"></a></td> <td><a href="http://www.yhvacuum.com/" target="_blank"><img src="http://file2.xishizhibang.com/htx/w4xx4-3252-cn/BayYYRaJis.jpg" width="150" height="50" class="img_abs"></a></td> </tr> </table> </div> <script> var marquee_pic = new Marquee("roll_clist4",2,1,1200,60,30,0,0); </script> </div> <div class="media_tit"><a class="more" href="https://www.cisile.com.cn/file_list_6_1.html">更多»</a><span>战略合作媒体</span></div> <div class="media_txt"> <div id="roll_file6"> <table> <tr> <td><a href="http://www.instrument.com.cn" target="_blank"><img src="http://file2.xishizhibang.com/htx/w4xx4-3252-cn/dfwbbkXQzK.jpg?x-oss-process=image/resize,h_50,m_lfit" width="130" height="50" class="img_media"></a></td> <td><a href="http://www.chem17.com/" target="_blank"><img src="http://file2.xishizhibang.com/htx/w4xx4-3252-cn/eFykZftDYX.jpg?x-oss-process=image/resize,h_50,m_lfit" width="130" height="50" class="img_media"></a></td> <td><a href="http://www.antpedia.com" target="_blank"><img src="http://file2.xishizhibang.com/htx/w4xx4-3252-cn/GQrwyzWcXF.jpg?x-oss-process=image/resize,h_50,m_lfit" width="130" height="50" class="img_media"></a></td> </tr> </table> </div> <script> var marquee_pic = new Marquee("roll_file6",2,1,1200,60,30,0,0); </script> </div> <style> #roll_file5 a{ display: block; margin: 4px; width: 138px; height: 58px; } #roll_file5 a img{ width:100%; height:100%; } </style> <div class="media_tit"><a class="more" href="https://www.cisile.com.cn/file_list_5_1.html">更多»</a><span>合作媒体</span></div> <div class="media_txt"> <div id="roll_file5"> <table width="100%"> <tr> <td><a href="http://www.zg198.org/" target="_blank"><img src="http://file2.xishizhibang.com/htx/w4xx4-3252-cn/WPhzMijHMC.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="https://www.lab216.com/" target="_blank"><img src="http://file2.xishizhibang.com/htx/w4xx4-3252-cn/6zeQC6pT7j.png?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="https://www.hbzhan.com/" target="_blank"><img src="http://file2.xishizhibang.com/htx/w4xx4-3252-cn/hpdiArEhhh.png?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="https://www.bio-equip.com/" target="_blank"><img src="http://file2.xishizhibang.com/htx/w4xx4-3252-cn/eRtSdhzcjF.png?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="https://www.yiqi.com/" target="_blank"><img src="//file.xishizhibang.com/w4xx4-3252-cn/4pyXGapB7d.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="http://www.yikexue.com/" target="_blank"><img src="//file.xishizhibang.com/w4xx4_3252/MKMTaAETrm.png?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="http://china.guidechem.com" target="_blank"><img src="//file.xishizhibang.com/wqona_2206/uploads/201508/4/7_1438676986JST6.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="https://www.lab168.com" target="_blank"><img src="//file.xishizhibang.com/wqona_2206/uploads/201508/4/7_1438677511azfu.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> </tr> <tr> <td><a href="http://www.testmart.cn" target="_blank"><img src="//file.xishizhibang.com/wqona_2206/uploads/201508/4/7_1438677947EPmP.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="http://www.app17.com" target="_blank"><img src="//file.xishizhibang.com/wqona_2206/uploads/201607/21/7_1469062748sVBi.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="http://www.86175.com/" target="_blank"><img src="//file.xishizhibang.com/wqona_2206/uploads/201607/29/7_1469763154O9fs.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="http://www.ybzhan.cn" target="_blank"><img src="//file.xishizhibang.com/w4xx4_3252/RCRjeTnMXR.png?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="https://lab.vogel.com.cn" target="_blank"><img src="//file.xishizhibang.com/w4xx4-3252-cn/aMnAKdKTFA.png?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="http://www.instrnet.com" target="_blank"><img src="//file.xishizhibang.com/wqona_2206/uploads/201508/4/7_1438675533Yjdj.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="http://www.easylabplus.com" target="_blank"><img src="//file.xishizhibang.com/w4xx4-3252-cn/Dm52Tihcm7.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="http://www.lusenky.com" target="_blank"><img src="//file.xishizhibang.com/w4xx4-3252-cn/tE2n6JPx6c.png?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> </tr> <tr> <td><a href="https://www.ewg1990.com/" target="_blank"><img src="http://file2.xishizhibang.com/htx/w4xx4-3252-cn/85wEP3z6KG.png?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="http://www.analchem.cn" target="_blank"><img src="//file.xishizhibang.com/wqona_2206/uploads/201508/27/7_1440641402Rlc5.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="http://www.labbase.net" target="_blank"><img src="//file.xishizhibang.com/wqona_2206/uploads/201607/28/7_1469685542jKqy.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="http://www.861718.com" target="_blank"><img src="//file.xishizhibang.com/w4xx4-3252-cn/rFZNRSGKYt.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="http://www.foodmate.net" target="_blank"><img src="//file.xishizhibang.com/diyform/QKn2t8YzyF.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="http://www.aixuanxing.com/" target="_blank"><img src="http://file2.xishizhibang.com/htx/w4xx4-3252-cn/GiTKPK6zeZ.png?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="http://www.qctester.com/index.html" target="_blank"><img src="//file.xishizhibang.com/wqona_2206/uploads/201508/4/7_1438678632nw4h.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="http://www.gaojiao17.com" target="_blank"><img src="//file.xishizhibang.com/wqona_2206/uploads/201508/4/7_1438678777HF0f.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> </tr> <tr> <td><a href="http://www.cnfoodsafety.com" target="_blank"><img src="//file.xishizhibang.com/w4xx4-3252-cn/EsdkK7rTQ2.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="http://www.cam1992.com/" target="_blank"><img src="//file.xishizhibang.com/w4xx4-3252-cn/7XiPymCPc8.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="http://www.hqhb.org.cn/" target="_blank"><img src="//file.xishizhibang.com/w4xx4-3252-cn/SR7hBt3B8R.png?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="http://www.casmart.com.cn" target="_blank"><img src="//file.xishizhibang.com/w4xx4-3252-cn/N34S5t7d3c.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="http://www.1718china.com/" target="_blank"><img src="//file.xishizhibang.com/w4xx4_3252/CPA54bexnA.png?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="http://www.ydd17.com" target="_blank"><img src="//file.xishizhibang.com/w4xx4-3252-cn/k8jRiR3zF8.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="https://www.zhaowoce.com/" target="_blank"><img src="//file.xishizhibang.com/w4xx4_3252/my3Txs2EeB.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="http://www.huaxiajianyan.com" target="_blank"><img src="//file.xishizhibang.com/w4xx4-3252-cn/8SaPiDQ2Ee.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> </tr> <tr> <td><a href="http://www.foodjx.com" target="_blank"><img src="//file.xishizhibang.com/w4xx4_3252/saQEtEPrkG.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="http://www.made-in-china.com/" target="_blank"><img src="//file.xishizhibang.com/w4xx4_3252/zjpxKPsQMP.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="http://www.abiz.com/" target="_blank"><img src="//file.xishizhibang.com/w4xx4_3252/XGz3YmcyTA.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="http://www.china17pf.com/" target="_blank"><img src="//file.xishizhibang.com/w4xx4_3252/SDDa7PBCKS.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="http://www.polymer.cn/" target="_blank"><img src="//file.xishizhibang.com/w4xx4-3252-cn/4jBNYMn5ef.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="https://www.gkzhan.com/" target="_blank"><img src="//file.xishizhibang.com/w4xx4_3252/HmPDkCYiMF.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="https://www.bidcenter.com.cn" target="_blank"><img src="//file.xishizhibang.com/w4xx4-3252-cn/hajQdGFRsx.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="http://www.lightfc.com" target="_blank"><img src="//file.xishizhibang.com/wqona_2206/uploads/201512/1/7_1448935846Rzr5.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> </tr> <tr> <td><a href="https://www.maoyihang.com/" target="_blank"><img src="//file.xishizhibang.com/diyform/ZFmr7zfC8i.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="http://www.hb114.cc/" target="_blank"><img src="//file.xishizhibang.com/w4xx4_3252/tEGpKWyZei.png?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="http://www.haozhanhui.com/" target="_blank"><img src="//file.xishizhibang.com/w4xx4-3252-cn/DGGNbMhWdC.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="https://m.nbchao.com" target="_blank"><img src="//file.xishizhibang.com/w4xx4-3252-cn/BYjK32kB3A.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> <td><a href="https://www.cpt123.com/" target="_blank"><img src="//file.xishizhibang.com/w4xx4-3252-cn/SxZSFC2QxC.jpg?x-oss-process=image/resize,h_50,m_lfit" width="127" height="50" class="img_media"></a></td> </tr> </table> </div> <script> var marquee_pic = new Marquee("roll_file5",0,1,1200,220,30,0,0); </script> </div> </div> </div> <div class="footer"> <div class="container"> <div class="foot_left" style="display:none;"> <h2>组织机构</h2> </div> <div class="foot_left"> <h2>联系我们</h2> <p style="line-height: 2em;"><span style="font-family: 微软雅黑, Microsoft YaHei; font-size: 15px;">地 址:海淀区学清路甲38号金码大厦A座9层<br/>电 话:010-62928975<br/>传 真:010-62957691<br/><span style=" font-size: 15px; font-family: 微软雅黑, Microsoft YaHei;">邮 箱:</span>cisile@126.com<br/>网 址:www.cisile.com.cn</span></p><table style="display: none;"><tbody><tr class="firstRow"><td width="265" valign="top"><p style="line-height: 2em;"><span style="font-family: 微软雅黑, Microsoft YaHei; font-size: 15px;">地 址:海淀区学清路甲38号金码大厦A座9层<br/>电 话:010-62928975<br/>传 真:010-62957691<br/><span style=" font-size: 15px; font-family: 微软雅黑, Microsoft YaHei;">邮 箱:</span>cisile@126.com<br/>网 址:www.cisile.com.cn</span></p></td><td width="160" valign="middle" style="word-break: break-all;" align="center"><img src="http://file2.xishizhibang.com/171446903700010.png" title="undefined" alt="undefined" width="150" height="150" border="0" vspace="0" style="width: 150px; height: 150px;"/><br/>报名参展<br/><br/></td><td valign="top" colspan="1" rowspan="1" width="160" style="word-break: break-all;" align="center"><img src="http://file2.xishizhibang.com//ueditor_img/1714469094.png" title="/ueditor_img/1714469094.png" alt="/ueditor_img/1714469094.png" width="150" height="150" border="0" vspace="0" style="width: 150px; height: 150px;"/><br/>报名参会<br/></td><td valign="top" colspan="1" rowspan="1" width="160" style="word-break: break-all;" align="center"><img src="http://file2.xishizhibang.com//ueditor_img/1714469129.png" title="/ueditor_img/1714469129.png" alt="/ueditor_img/1714469129.png" width="150" height="150" border="0" vspace="0" style="width: 150px; height: 150px;"/><br/>报名参观<br/></td></tr></tbody></table> </div> <div class="foot_right"> <p> </p><p><img src="http://file2.xishizhibang.com/1724922766000712.png" title="undefined" alt="undefined"/></p><p>版权所有:北京朗普展览有限公司 <a href="https://beian.miit.gov.cn/?spm=a2cmq.17630005.0.0.4d7b79fe6wsu1U#/Integrated/index" target="_self">京ICP备19056910号-1</a></p><p> </p><a href="http://htx.cc" target="_blank">网站建设</a>技术支持:<a href="http://htx.cc" target="_blank">会天下</a> </div> <div class="clear"></div> </div> </div> <div id="code"> <div class="cnt"> <img src="//file.xishizhibang.com/w4xx4-3252-cn/xszt.jpg" width="80px" > <span>线上展厅</span> </div> <div class="cnt"> <img src="//file.xishizhibang.com/w4xx4-3252-cn/wx.jpg" width="80px" > <span>微信二维码</span> </div> </div> <style> .float_ad{ position: fixed; z-index: 99; left: 1%; bottom: 200px; } .float_ad .close{ position: absolute; right: 10px; top: 6px; z-index: 2; color: #fff; font-size: 26px; font-weight: normal; cursor: pointer; user-select: none; } </style> <div class="float_ad"> <label class="close">×</label> <a target="_blank" href="http://www.clcchina.cn/index.html"> <img src="http://file2.xishizhibang.com/htx/w4xx4-3252-cn/float_ad.jpg?2"> </a> </div> <script> $(document).ready(function(){ $('.float_ad .close').click(function(){ $('.float_ad').css('display','none'); }) }); </script> <!-- --> <!-- --> <!-- --> <div style="display: block;" class="gotop" id="gotop"><a href="https://www.cisile.com.cn/#" title="返回顶部">返回顶部</a></div> <div class="none"><!-- --><script src="https://pw.cnzz.com/c.php?id=1262011308&l=2" language="JavaScript" charset="gb2312"></script> <meta name="baidu-site-verification" content="codeva-X8NcmQCsRm" /><!-- --><script src='https://pw.cnzz.com/c.php?id=80751237&l=2' language='JavaScript' charset='gb2312'></script></div> <!-- --> <noscript><iframe src="*"></iframe></noscript> <!--百度代码--> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?c6a310971924d9fe7b63d2e55506afe8"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <!--AD--> <script type="text/javascript"> (function() { var tag=""; var untag=""; var jsf=".ad7.com/u/1/d86ba0cbf1d431f6fdb4cf997acc9acc.js"; var ad7 = document.createElement("script"); ad7.id="_mutmzc"; ad7.charset="utf-8"; 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> </body> </html>