<!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> <title>空间光调制器|波前测试仪|变形镜|激光器 瞬渺</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="keywords" content=""> <meta name="description" content="空间光调制器|波前测试仪|变形镜|激光器 瞬渺"> <meta name="generator" content="ShopEx 4.9.0">  <link rel="icon" href="favicon.ico" type="image/x-icon" /> <link rel="bookmark" href="favicon.ico" type="image/x-icon" /> <link rel="stylesheet" href="statics/style.css" type="text/css" /> <script type="text/javascript">
var Shop = {"set":{"path":"\/News\/NewsShow\/id\/statics\/statics\/","buytarget":"3","dragcart":false,"refer_timeout":9223372036854775807},"url":{"addcart":"http:\/\/www.rayscience.com\/News\/NewsShow\/id\/statics\/statics\/cart-ajaxadd.html","shipping":"http:\/\/www.rayscience.com\/News\/NewsShow\/id\/statics\/statics\/cart-shipping.html","payment":"http:\/\/www.rayscience.com\/News\/NewsShow\/id\/statics\/statics\/cart-payment.html","total":"http:\/\/www.rayscience.com\/News\/NewsShow\/id\/statics\/statics\/cart-total.html","viewcart":"http:\/\/www.rayscience.com\/News\/NewsShow\/id\/statics\/statics\/cart-view.html","ordertotal":"http:\/\/www.rayscience.com\/News\/NewsShow\/id\/statics\/statics\/cart-total.html","applycoupon":"http:\/\/www.rayscience.com\/News\/NewsShow\/id\/statics\/statics\/cart-applycoupon.html","diff":"http:\/\/www.rayscience.com\/News\/NewsShow\/id\/statics\/statics\/product-diff.html"}};
</script> <script type="text/javascript" src="statics/script/tools.js"></script> <script type="text/javascript" src="statics/script/goodscupcake.js"></script> <script type="text/javascript">

window.addEvent('domready',function(){
			var ReferObj =new Object();
			$extend(ReferObj,{
				serverTime:1741895465,
				init:function(){				
        			var FIRST_REFER=Cookie.get('S[FIRST_REFER]');
					var NOW_REFER=Cookie.get('S[NOW_REFER]');				
					var nowDate=this.time=this.serverTime*1000;						
					if(!window.location.href.test('#r-')&&!document.referrer||document.referrer.test(document.domain))return;				
					if(window.location.href.test('#r-'))Cookie.dispose('S[N]');	
					if(!FIRST_REFER){
						if(NOW_REFER){
							this.writeCookie('S[FIRST_REFER]',NOW_REFER,this.getTimeOut(JSON.decode(NOW_REFER).DATE));
						}else{						
							this.setRefer('S[FIRST_REFER]',Shop.set.refer_timeout);
						}
					}
					this.setRefer('S[NOW_REFER]',Shop.set.refer_timeout);
					this.createGUID();
				},
				getUid:function(){
					var lf=window.location.href,pos=lf.indexOf('#r-');
					return pos!=-1?lf.substr(pos+4):'';	
				},
				getRefer:function(){
					return document.referrer?document.referrer:'';
				},
				setRefer:function(referName,timeout){
					var uid=this.getUid(),referrer=this.getRefer();
					var data={'ID':uid,'REFER':referrer,'DATE':this.time};
					if('S[NOW_REFER]'==referName){		
						var refer=JSON.decode(Cookie.get('S[FIRST_REFER]'));	
						if(uid!=''&&refer&&refer.ID==''){						
							var fdata={'ID':uid,'REFER':refer.REFER,'DATE':refer.DATE};
							this.writeCookie('S[FIRST_REFER]',JSON.encode(fdata),this.getTimeOut(refer.DATE));							
						}else if(uid==''){					
							$extend(data,{'ID':refer.ID});
						}	
					}	
					Cookie.set(referName,JSON.encode(data),{duration:(Shop.set.refer_timeout||15)});
				},				
				getTimeOut:function(nowDate){			
				    var timeout=nowDate+Shop.set.refer_timeout*24*3600*1000;
					var date=new Date(timeout);
					return date;
		 		},
				writeCookie:function(key,value,timeout){
					document.cookie=key+ '=' + value+'; expires=' + timeout.toGMTString();	
				},
				createGUID:function(){
					var GUID = (function(){
						var S4=function(){
							return (((1+Math.random())*0x10000)|0).toString(16).substring(1);
						};
						return (S4()+S4()+"-"+S4()+"-"+S4()+"-"+S4()+"-"+S4()+S4()+S4()).toUpperCase();
					})();
					Cookie.set('S[N]',GUID,{duration:3650});
				}
			});
			ReferObj.init();
});
    

  
</script>   <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" /> <link rel="stylesheet" type="text/css" href="https://rayscience.com/themes/1651488186/images/css.css" /> </head> <body> <div id="Top"> <div id="Logo"><a href="./"><img src="http://www.rayscience.com/News/NewsShow/id/statics/statics/images/default/20171204/3617438f0f632f87.gif" border="0"/></a></div> <div id="TopLinks"><span id='shop-language-tw_CH' onclick='tw_CHTransform();' style='cursor:pointer'>繁體中文</span><br/> <script>
function _tw_CHTransform(s2t){
       
        new Request.JSON({
                     onComplete:function(fontmap){
                        if(!fontmap)return;
                        var s=fontmap.s;
                        var t=fontmap.t;
                        s2t = !!s2t || false;
                        Cookie.set("l",s2t?"t":"s");
                            var stt = function(str){
                                    var r = "",i,j,k,c;
                                    for (i=0,j=str.length; i<j; i++)
                                    {
                                            c = str.charAt(i);
                                            k = (s2t)?s.indexOf(c):t.indexOf(c);
                                            r+= (k==-1)?c:(s2t)?t.charAt(k):s.charAt(k);
                                    }
                                    return r;
                            };
                           var nodes=$A(document.body.childNodes);
                           nodes.each(function(o){
                                 if(!o)return;
                                    if(o.nodeType == 3){
                                            o.nodeValue = stt(o.nodeValue);
                                            return;
                                    }
                                    if (o.nodeType != 1)
                                            return;
                                    if (o.tagName && ",OBJECT,FRAME,FRAMESET,IFRAME,SCRIPT,EMBD,STYLE,BR,HR,TEXTAREA,".indexOf(","+o.tagName.toUpperCase()+",")>-1)
                                            return;
                                    if(o.title)
                                            o.title = stt(o.title);
                                    if(o.alt)
                                            o.alt = stt(o.alt);
                                    if(o.tagName && o.type && o.tagName.toUpperCase()=="INPUT" && ",button,submit,reset,".indexOf(o.type.toLowerCase())>-1)
                                            o.value = stt(o.value);
                                   $A(o.childNodes).each(arguments.callee);
                            });
                             $("shop-language-tw_CH").set('text',(!s2t?"繁體中文":"简体中文"));
                     }
        }).get('plugins/widgets/ft_conversion/fontmap.json');/*异步请求简体繁体字库对照表,用户可以自定义*/
};

var tw_CHTransform = function(){
        var t = Cookie.get("l") == "t";
        _tw_CHTransform(!t);
        return false;
};

window.addEvent('domready',function(){
        if(Cookie.get("l") == "t"){
            _tw_CHTransform(true);
        }
});
</script><span style="COLOR: #9d9d9d; MARGIN-RIGHT: 38px"><font size="3">订购热线:<font color="#0000ff" size="4"><strong>021-3463-5258</strong></font><font size="4"> </font><font color="#38761d"><font color="#cc0000" size="4">021-3463-5259</font>&nbsp;</font>&nbsp;</font></span></div> </div> <div id="TopBar"> <div id="Menu"> <ul class="MenuList">  <li><a  href="/" target="_blank">首页</a></li>  <li><a  href="http://www.rayscience.com/News/NewsShow/id/statics/statics/gallery-_ANY_-b,_ANY__t,_ANY__p,0-index.html">产品分类</a></li>  <li><a  href="http://www.rayscience.com/News/NewsShow/id/statics/statics/brand-showList.html">品牌专区</a></li>  <li><a  href="http://www.rayscience.com/News/NewsShow/id/statics/statics/member.html">会员中心</a></li>  <li><a  href="http://www.rayscience.com/News/NewsShow/id/statics/statics/message.html">客户留言</a></li>  <li><a  href="http://www.rayscience.com/News/NewsShow/id/statics/statics/link-showList.html">友情链接</a></li>  <li><a  href="http://www.rayscience.com/News/NewsShow/id/statics/statics/page-helpcenter.html">帮助中心</a></li>  <li><a  href="http://www.rayscience.com/News/NewsShow/id/statics/statics/page-cominfo.html">公司简介</a></li>  <li><a  href="http://www.rayscience.com/News/NewsShow/id/statics/statics/custompage-122.html">联系我们</a></li>  </ul> <script>
if($('686_showMore')){
	$('686_showMore').setOpacity(.8);
}
</script>  </div> <div id="SearchWrap"> <form action="search-result.html" method="post" class="SearchBar"> <table cellpadding="0" cellspacing="0"> <tr> <td class="search_label"> <span>关键字：</span> <input name="name[]" size="10" class="inputstyle keywords" value="" x-webkit-speech/> </td>  <td><input type="submit" value="搜索" class="btn_search" onfocus='this.blur();'/> </td> <td><a href="search-index.html" class="btn_advsearch">高级搜索</a> </td> </tr> </table> </form>  </div> </div> <div id="AllWrap" class="clearfix"> <div class="span-5 cut"> <div class="border4 " id=""> <div class="border-top"><h3>产品分类</h3></div> <div class="border-body"> <div class="GoodsCategoryWrap"> <ul id="goodscat_695_tree">  <li class="e-cat-depth-1" > <p nuid='754'><a href="gallery-754.html">自适应信息光学类</a></p>  <ul><li class="e-cat-depth-2"> <table>  <td> <a href="gallery-863.html">Alpao自适应光学软件和即时计算系统</a> </td> </tr>  <td> <a href="spatial_light_modulator.html">Holoeye空间光调制器</a> </td> </tr>  <td> <a href="ALPAO_DM.html">ALPAO高速变形镜</a> </td> </tr>  <td> <a href="wavefront.html">波前分析仪Phasics</a> </td> </tr>  <td> <a href="gallery-96.html">自适应光学系统</a> </td> </tr>  <td> <a href="DMD.html">数字微反射镜 DMD 数字微镜器件</a> </td> </tr>  <td> <a href="DiffractivOpticalElements.html">光学元件器件DOE</a> </td> </tr>  <td> <a href="gallery-98.html">光刻仪</a> </td> </tr>  </table> </li></ul>  </li>  <li class="e-cat-depth-1" > <p nuid='506'><a href="gallery-506.html">超快激光与测量</a></p>  <ul><li class="e-cat-depth-2"> <table>  <td> <a href="gallery-860.html">3D打印系统</a> </td> </tr>  <td> <a href="femtosecond.html">飞秒激光器</a> </td> </tr>  <td> <a href="picosecond-lasers.html">皮秒激光器</a> </td> </tr>  <td> <a href="gallery-762.html">自相关仪</a> </td> </tr>  <td> <a href="FROG.html">超短脉冲测量仪Frog</a> </td> </tr>  <td> <a href="gallery-764.html">超快激光器件</a> </td> </tr>  </table> </li></ul>  </li>  <li class="e-cat-depth-1" > <p nuid='12'><a href="gallery-12.html">激光器和光源</a></p>  <ul><li class="e-cat-depth-2"> <table>  <td> <a href="gallery-833.html">高功率连续波OPO</a> </td> </tr>  <td> <a href="Keopsys-laser.html">高功率光纤激光器</a> </td> </tr>  <td> <a href="Qioptiq_NANO.html">Qioptiq NANO 激光器</a> </td> </tr>  <td> <a href="gallery-776.html">低噪声窄线宽激光器</a> </td> </tr>  <td> <a href="tunable_laser.html">可调谐激光器</a> </td> </tr>  <td> <a href="gallery-773.html">半导体激光器和放大器</a> </td> </tr>  <td> <a href="gallery-774.html">SLD和ASE宽带光源</a> </td> </tr>  <td> <a href="gallery-851.html">双波长输出氦氖激光器</a> </td> </tr>  </table> </li></ul>  </li>  <li class="e-cat-depth-1" > <p nuid='97'><a href="DHM.html">数字全息显微镜DHM</a></p>  </li>  <li class="e-cat-depth-1" > <p nuid='283'><a href="gallery-283.html">激光及光谱测量类</a></p>  <ul><li class="e-cat-depth-2"> <table>  <td> <a href="Qioptiq-Point-source.html">QIOPTIQ光纤耦合半导体激光器</a> </td> </tr>  <td> <a href="Diode_DPSS.html">Diode & DPSS_qioptiq</a> </td> </tr>  <td> <a href="Laser-DrivenLight_Sources.html">激光驱动白光光源</a> </td> </tr>  <td> <a href="isteq_sources.html">等离子体宽带光源</a> </td> </tr>  <td> <a href="gallery-785.html">单色仪</a> </td> </tr>  <td> <a href="gallery-786.html">光谱仪</a> </td> </tr>  <td> <a href="gallery-787.html">光栅</a> </td> </tr>  <td> <a href="gallery-788.html">辐射计</a> </td> </tr>  <td> <a href="gallery-789.html">防嗮系数分析</a> </td> </tr>  <td> <a href="optogama_cat.html">Optogma固体激光器</a> </td> </tr>  <td> <a href="gallery-849.html">Solarlight</a> </td> </tr>  <td> <a href="wavelength_selector.html">波长选择器</a> </td> </tr>  </table> </li></ul>  </li>  <li class="e-cat-depth-1" > <p nuid='37'><a href="gallery-37.html">激光测量设备</a></p>  <ul><li class="e-cat-depth-2"> <table>  <td> <a href="alignment-sensing.html">激光准直仪</a> </td> </tr>  <td> <a href="Abris-M.html">红外激光观察镜</a> </td> </tr>  <td> <a href="gallery-777.html">激光功率能量计</a> </td> </tr>  <td> <a href="C-995.html">光学斩波器</a> </td> </tr>  <td> <a href="Beam_On_WSR.html">光束质量分析仪</a> </td> </tr>  <td> <a href="PSD.html">位敏探测器</a> </td> </tr>  <td> <a href="gallery-825.html">红外相机</a> </td> </tr>  <td> <a href="TIA-525S.html">O/E转换模块探测器 TIA-525S</a> </td> </tr>  </table> </li></ul>  </li>  <li class="e-cat-depth-1" > <p nuid='790'><a href="gallery-790.html">太赫兹模块</a></p>  <ul><li class="e-cat-depth-2"> <table>  <td> <a href="gallery-792.html">太赫兹相机及源</a> </td> </tr>  <td> <a href="gallery-794.html">太赫兹探测器</a> </td> </tr>  <td> <a href="gallery-795.html">太赫兹元器件及晶体</a> </td> </tr>  <td> <a href="gallery-791.html">太赫兹光谱仪</a> </td> </tr>  <td> <a href="gallery-793.html">太赫兹功率计</a> </td> </tr>  </table> </li></ul>  </li>  <li class="e-cat-depth-1" > <p nuid='796'><a href="Coupler_Machine.html">光纤拉锥设备及相关</a></p>  </li>  <li class="e-cat-depth-1" > <p nuid='800'><a href="gallery-800.html">传感通信类</a></p>  <ul><li class="e-cat-depth-2"> <table>  <td> <a href="Optiphase.html">Optiphase</a> </td> </tr>  <td> <a href="gallery-824.html">微光MOI</a> </td> </tr>  </table> </li></ul>  </li>  <li class="e-cat-depth-1" > <p nuid='826'><a href="gallery-826.html">激光配件</a></p>  <ul><li class="e-cat-depth-2"> <table>  <td> <a href="PockelsCells.html">普克尔盒/Pockels Cells</a> </td> </tr>  <td> <a href="Electro-Optics_Modulators.html">电光调制器/Electro-Optics Modulators</a> </td> </tr>  <td> <a href="gallery-829.html">法拉第隔离器/Faraday Isolators</a> </td> </tr>  <td> <a href="gallery-830.html">SESAM半导体可饱和吸收镜</a> </td> </tr>  <td> <a href="gallery-846.html">探测器</a> </td> </tr>  <td> <a href="gallery-847.html">EOT高速光电探测器</a> </td> </tr>  <td> <a href="gallery-848.html">其他未分类</a> </td> </tr>  </table> </li></ul>  </li>  <li class="e-cat-depth-1" > <p nuid='834'><a href="gallery-834.html">光伏及半导体研发测试</a></p>  <ul><li class="e-cat-depth-2"> <table>  <td> <a href="WEPCVP21.html">电化学ECV 扩散浓度</a> </td> </tr>  <td> <a href="TLMPV.html">接触电阻测量仪</a> </td> </tr>  <td> <a href="CDE_4PP.html">四点探针测试仪</a> </td> </tr>  <td> <a href="Sinton_instruments.html">少子寿命测试仪</a> </td> </tr>  </table> </li></ul>  </li>  <li class="e-cat-depth-1" > <p nuid='831'><a href="gallery-831.html">光学仪器</a></p>  <ul><li class="e-cat-depth-2"> <table>  <td> <a href="gallery-832.html">平行光管</a> </td> </tr>  </table> </li></ul>  </li>  <li class="e-cat-depth-1" > <p nuid='797'><a href="gallery-797.html">光纤配件</a></p>  <ul><li class="e-cat-depth-2"> <table>  <td> <a href="gallery-798.html">光纤跳线及配件</a> </td> </tr>  <td> <a href="gallery-799.html">无源器件</a> </td> </tr>  </table> </li></ul>  </li>  </ul> </div> <script>
  withBroswerStore(function(status){
      var gct=$('goodscat_695_tree');
      var depthroots=gct.getElements('li');
      var synState=function(update){
           status.get('gct-state',function(st){
                          var st=JSON.decode(st)||[];
                          if(update){
                             var ul=update.getParent('li').getElement('ul');
                             if(!ul)return;
                             if(ul.style.display!='none'){
                                st.include(update.get('nuid'));
                             }else{
                                st.erase(update.get('nuid'));
                             }
                             return status.set('gct-state',st);
                          }    
                          
                          var handles=$$('#goodscat_695_tree p[nuid]');
                          handles.each(function(p,i){
                             var ul=p.getParent('li').getElement('ul');
                             if(!ul)return;
                             if(st.contains(p.get('nuid'))){
                                 ul.show();
                                 if(p.getElement('span'))
                                 p.getElement('span').addClass('show').setHTML('-');
                             }else{
                                ul.hide();
                                if(p.getElement('span'))
                                p.getElement('span').removeClass('show').setHTML('+');
                             }
                             
                          });                       
           });
      };
      var getHandle=function(depth,sign){
         depth=depth.getElement('p[nuid]');
         var span=new Element('span');
         if(!sign){
            span.setHTML('&nbsp;').addClass('nosymbols').injectTop($(depth));
            return depth
          }
          span.setHTML('&nbsp;').addClass('symbols').injectTop($(depth));
          return depth;
      };
      depthroots.each(function(root,index){
          var depth2=root.getElement('ul');
          if(depth2){
            var handle=getHandle(root,true);
            handle.addEvent('click',function(e){
              if(depth2.style.display!='none'){
			  	 depth2.style.display='none';
                 this.getElement('span').addClass('show').setHTML('-');
              }else{
			  	depth2.style.display='';
                this.getElement('span').removeClass('show').setHTML('+');
              }
              synState(this);
            });
            synState();
          }
      });
  });
</script> </div> </div><div class="border1 " id=""> <div class="border-top"><h3>解决方案分类</h3></div> <div class="border-body"><div class="GoodsCategoryWrap"> <ul>  <li class="c-cat-depth-1"> <a href="http://www.rayscience.com/News/NewsShow/id/statics/statics/gallery-_ANY_-b,_ANY__t,_ANY__p,0_n,%E6%BF%80%E5%85%89%E5%99%A8-0---20.html">激光器大全</a> </li>  <li class="c-cat-depth-1"> <a href="http://www.rayscience.com/News/NewsShow/id/statics/statics/gallery-_ANY_-b,_ANY__t,_ANY__p,0_n,%E9%A3%9E%E7%A7%92%E6%BF%80%E5%85%89%E5%99%A8-0---21.html">飞秒激光器</a> </li>  <li class="c-cat-depth-1"> <a href="http://www.rayscience.com/News/NewsShow/id/statics/statics/gallery-_ANY_-b,_ANY__t,_ANY__p,0_n,%E5%A4%AA%E8%B5%AB%E5%85%B9-0---22.html">太赫兹解决方案</a> </li>  <li class="c-cat-depth-1"> <a href="http://www.rayscience.com/News/NewsShow/id/statics/statics/gallery-_ANY_-b,_ANY__t,_ANY__p,0_n,%E7%94%9F%E7%89%A9-0---23.html">生物光学</a> </li>  </ul> </div></div> </div><div class="border1 " id=""> <div class="border-top"><h3>著名名牌</h3></div> <div class="border-body"><div class="BrandListWrap"> <table width="100%" cellpadding="0" cellspacing="0"> <tr> <td> <a href="Sinton_Instrument.html" title="Sinton Instrument">Sinton Instrument</a> </td> </tr><tr> <td> <a href="Sofradir.html" title="Sofradir EC">Sofradir EC</a> </td> </tr><tr> <td> <a href="brand-180.html" title="IMRA">IMRA</a> </td> </tr><tr> <td> <a href="Denselight.html" title="Denselight">Denselight</a> </td> </tr><tr> <td> <a href="swampoptics.html" title="Swamp Optics">Swamp Optics</a> </td> </tr><tr> <td> <a href="ALS_gmbh.html" title="ALS_gmbh">ALS_gmbh</a> </td> </tr><tr> <td> <a href="Avesta.html" title="Avesta">Avesta</a> </td> </tr><tr> <td> <a href="ISTEQ.html" title="ISTEQ B.V.">ISTEQ B.V.</a> </td> </tr><tr> <td> <a href="Onefive.html" title="NKT_Onefive">NKT_Onefive</a> </td> </tr><tr> <td> <a href="ALPAO.html" title="ALPAO">ALPAO</a> </td> </tr> </table> <div class="more clearfix"><a href="brand-showList.html">更多品牌</a></div> </div> </div> </div><div class="border5 " id=""> <div class="border-top"><h3>畅销排行</h3></div> <div class="border-body"> <div class="RankingList"> <ul>  </ul> </div>  </div> </div> </div> <div class="span-19 cut"> <div class="span-14 cut"> <div class="border2 " id=""> <div class="border-top"> <h3>公司公告</h3> </div> <div class="border-body">  <div class="ArticleListWrap"> <div class="ArticleList">  <ul>  <li> <a href="qioptiq-pcr.html" title="Qioptiq 光源推动PCR技术研发">Qioptiq 光源推动PCR技术研发</a></li>  <li> <a href="article-166.html" title="SJTU-Rayscience-Holoeye 信息光学实验室揭幕">SJTU-Rayscience-Holoeye 信息光学实验室揭幕</a></li>  <li> <a href="article-184.html" title="本网站不直接销售产品声明">本网站不直接销售产品声明</a></li>  <li> <a href="article-183.html" title="ISTEQ XWS-30宽带光源输出光谱及输出稳定性数据分享">ISTEQ XWS-30宽带光源输出光谱及输出稳定性数据分享</a></li>  <li> <a href="article-182.html" title="严正声明暨业务公告">严正声明暨业务公告</a></li>  <li> <a href="article-181.html" title="AXSUN OCT高速扫频激光器">AXSUN OCT高速扫频激光器</a></li>  <li> <a href="article-180.html" title="OCT高速扫频光源">OCT高速扫频光源</a></li>  <li> <a href="article-179.html" title="HOLOEYE空间光调制器最新软件终于面世">HOLOEYE空间光调制器最新软件终于面世</a></li>  <li> <a href="article-177.html" title="ALPAO高速可变形镜">ALPAO高速可变形镜</a></li>  </ul> <div class="more clearfix"><a href="artlist-100.html">更多...</a></div>  </div> </div> </div> </div>  </div> <div class="span-5 last cut">  </div> <div class="clear"></div> <div class="border1 " id=""> <div class="border-top"><h3>信息光学类</h3></div> <div class="border-body"><div class="GoodsListWrap GoodsList GoodsShow">  <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody> <tr valign="top">  <td id="item-14996" width="25%;" class='item textcenter'> <a target="_blank" href='product-14996.html' style=' width:120px;height:160px;' class='pic'> <img src="http://www.rayscience.com/News/NewsShow/id/statics/statics/images/default/default_thumbnail_pic.gif" alt="LETO-3  纯相位空间光调制器"/> </a> <div class="info"> <div class='gname' style='height:18px;line-height:18px;'> <a href='product-14996.html' title="LETO-3  纯相位空间光调制器">LETO-3  纯相位空间光调制器</a> </div> <div class='clearfix'> </div> </div> </td>  <td id="item-14995" width="25%;" class='item textcenter'> <a target="_blank" href='product-14995.html' style=' width:120px;height:160px;' class='pic'> <img src="http://www.rayscience.com/News/NewsShow/id/statics/statics/images/default/default_thumbnail_pic.gif" alt="ERIS纯相位型空间光调制器"/> </a> <div class="info"> <div class='gname' style='height:18px;line-height:18px;'> <a href='product-14995.html' title="ERIS纯相位型空间光调制器">ERIS纯相位型空间光调制器</a> </div> <div class='clearfix'> </div> </div> </td>  <td id="item-14994" width="25%;" class='item textcenter'> <a target="_blank" href='product-14994.html' style=' width:120px;height:160px;' class='pic'> <img src="http://www.rayscience.com/News/NewsShow/id/statics/statics/images/default/default_thumbnail_pic.gif" alt="GAEA-2 千万级像素(4094 x 2464 )纯相位空间光调制器"/> </a> <div class="info"> <div class='gname' style='height:18px;line-height:18px;'> <a href='product-14994.html' title="GAEA-2 千万级像素(4094 x 2464 )纯相位空间光调制器">GAEA-2 千万级像素(4094 x 2464 )纯相位空间光调制器</a> </div> <div class='clearfix'> </div> </div> </td>  <td id="item-14993" width="25%;" class='item textcenter'> <a target="_blank" href='product-14993.html' style=' width:120px;height:160px;' class='pic'> <img src="http://www.rayscience.com/News/NewsShow/id/statics/statics/images/default/default_thumbnail_pic.gif" alt="PLUTO-2.1  纯相位空间光调制器"/> </a> <div class="info"> <div class='gname' style='height:18px;line-height:18px;'> <a href='product-14993.html' title="PLUTO-2.1  纯相位空间光调制器">PLUTO-2.1  纯相位空间光调制器</a> </div> <div class='clearfix'> </div> </div> </td>  </tr>  <tr valign="top">  <td id="item-14856" width="25%;" class='item textcenter'> <a target="_blank" href='product-14856.html' style=' width:120px;height:160px;' class='pic'> <img src="http://www.rayscience.com/News/NewsShow/id/statics/statics/images/goods/20200228/5c2a0298b0597ffd.png" alt="Luna系列 紧凑型 空间光调制器"/> </a> <div class="info"> <div class='gname' style='height:18px;line-height:18px;'> <a href='product-14856.html' title="Luna系列 紧凑型 空间光调制器">Luna系列 紧凑型 空间光调制器</a> </div> <div class='clearfix'> </div> </div> </td>  <td id="item-13199" width="25%;" class='item textcenter'> <a target="_blank" href='product-13199.html' style=' width:120px;height:160px;' class='pic'> <img src="http://www.rayscience.com/News/NewsShow/id/statics/statics/images/goods/20170815/e79ede55ddbfa72a.png" alt="LC 2012透射式空间光调制器"/> </a> <div class="info"> <div class='gname' style='height:18px;line-height:18px;'> <a href='product-13199.html' title="LC 2012透射式空间光调制器">LC 2012透射式空间光调制器</a> </div> <div class='clearfix'> </div> </div> </td>  </tbody> </table> <div class='more'><a href='http://www.rayscience.com/News/NewsShow/id/statics/statics/gallery-94-b,_ANY__t,_ANY_-0.html'>更多&raquo;&raquo;</a></div>.  </div> </div> </div><div class="border1 " id=""> <div class="border-top"><h3>波前自适应类</h3></div> <div class="border-body"><div class="GoodsListWrap GoodsList GoodsShow">  <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody> <tr valign="top">  <td id="item-15003" width="25%;" class='item textcenter'> <a target="_blank" href='product-15003.html' style=' width:120px;height:160px;' class='pic'> <img src="http://www.rayscience.com/News/NewsShow/id/statics/statics/images/default/default_thumbnail_pic.gif" alt="Phasics 波前探测器"/> </a> <div class="info"> <div class='gname' style='height:18px;line-height:18px;'> <a href='product-15003.html' title="Phasics 波前探测器">Phasics 波前探测器</a> </div> <div class='clearfix'> </div> </div> </td>  <td id="item-13706" width="25%;" class='item textcenter'> <a target="_blank" href='SID4-V.html' style=' width:120px;height:160px;' class='pic'> <img src="http://www.rayscience.com/News/NewsShow/id/statics/statics/images/goods/20190214/c35c57502e37c2bd.png" alt="法国Phasics推出真空环境兼容波前分析仪SID4-V"/> </a> <div class="info"> <div class='gname' style='height:18px;line-height:18px;'> <a href='SID4-V.html' title="法国Phasics推出真空环境兼容波前分析仪SID4-V">法国Phasics推出真空环境兼容波前分析仪SID4-V</a> </div> <div class='clearfix'> </div> </div> </td>  <td id="item-13599" width="25%;" class='item textcenter'> <a target="_blank" href='phasics-SID4-IR-MCT.html' style=' width:120px;height:160px;' class='pic'> <img src="http://www.rayscience.com/News/NewsShow/id/statics/statics/images/goods/20171031/385a52ac3dcb17a4.jpg" alt="phasics SID4 IR-MCT波前传感器"/> </a> <div class="info"> <div class='gname' style='height:18px;line-height:18px;'> <a href='phasics-SID4-IR-MCT.html' title="phasics SID4 IR-MCT波前传感器">phasics SID4 IR-MCT波前传感器</a> </div> <div class='clearfix'> </div> </div> </td>  <td id="item-13552" width="25%;" class='item textcenter'> <a target="_blank" href='product-13552.html' style=' width:120px;height:160px;' class='pic'> <img src="http://www.rayscience.com/News/NewsShow/id/statics/statics/images/goods/20170906/4400b7e89f936328.png" alt="SID4 UV-HR 波前传感器Phasics"/> </a> <div class="info"> <div class='gname' style='height:18px;line-height:18px;'> <a href='product-13552.html' title="SID4 UV-HR 波前传感器Phasics">SID4 UV-HR 波前传感器Phasics</a> </div> <div class='clearfix'> </div> </div> </td>  </tr>  <tr valign="top">  <td id="item-13549" width="25%;" class='item textcenter'> <a target="_blank" href='product-13549.html' style=' width:120px;height:160px;' class='pic'> <img src="http://www.rayscience.com/News/NewsShow/id/statics/statics/images/goods/20170906/4578bfb60f8d44bd.png" alt="SID4-NIR 波前传感器Phasics"/> </a> <div class="info"> <div class='gname' style='height:18px;line-height:18px;'> <a href='product-13549.html' title="SID4-NIR 波前传感器Phasics">SID4-NIR 波前传感器Phasics</a> </div> <div class='clearfix'> </div> </div> </td>  <td id="item-13548" width="25%;" class='item textcenter'> <a target="_blank" href='product-13548.html' style=' width:120px;height:160px;' class='pic'> <img src="http://www.rayscience.com/News/NewsShow/id/statics/statics/images/goods/20170906/ef4c7c1a26a1a115.png" alt="SID4-SWIR 波前传感器Phasics"/> </a> <div class="info"> <div class='gname' style='height:18px;line-height:18px;'> <a href='product-13548.html' title="SID4-SWIR 波前传感器Phasics">SID4-SWIR 波前传感器Phasics</a> </div> <div class='clearfix'> </div> </div> </td>  <td id="item-13547" width="25%;" class='item textcenter'> <a target="_blank" href='product-13547.html' style=' width:120px;height:160px;' class='pic'> <img src="http://www.rayscience.com/News/NewsShow/id/statics/statics/images/goods/20170906/c697361b87ea5337.png" alt="SID4-UV 波前传感器Phasics"/> </a> <div class="info"> <div class='gname' style='height:18px;line-height:18px;'> <a href='product-13547.html' title="SID4-UV 波前传感器Phasics">SID4-UV 波前传感器Phasics</a> </div> <div class='clearfix'> </div> </div> </td>  <td id="item-13546" width="25%;" class='item textcenter'> <a target="_blank" href='SID4-DWIR.html' style=' width:120px;height:160px;' class='pic'> <img src="http://www.rayscience.com/News/NewsShow/id/statics/statics/images/goods/20170906/5439301dbdac4610.png" alt="SID4-DWIR 波前传感器Phasics"/> </a> <div class="info"> <div class='gname' style='height:18px;line-height:18px;'> <a href='SID4-DWIR.html' title="SID4-DWIR 波前传感器Phasics">SID4-DWIR 波前传感器Phasics</a> </div> <div class='clearfix'> </div> </div> </td>  </tr>  <tr valign="top">  </tbody> </table> <div class='more'><a href='http://www.rayscience.com/News/NewsShow/id/statics/statics/gallery-95-b,_ANY__t,_ANY_-0.html'>更多&raquo;&raquo;</a></div>.  </div> </div> </div><div class="border1 " id=""> <div class="border-top"><h3>光源与光谱类</h3></div> <div class="border-body"><style> .itemsWrap{ *display:block; float:left; overflow:hidden; } </style> <input type="hidden" name="goods_num" id="goods_num" value="8">  <div class="GoodsListWrap"> <div class="GoodsList">  <div class="itemsWrap " product="14831" style="width:24%;"> <div class="item">  <div class="goodsImg" style="overflow:hidden;text-align:center;vertical-align: middle;"><a href="product-14831.html" target="_blank" title="SPF测试紫外日光模拟器"><img src="http://www.rayscience.com/News/NewsShow/id/statics/statics/images/goods/20150116/c6f9735ba5350e75.jpg" title="SPF测试紫外日光模拟器"></a></div>  <h6><a href="product-14831.html" target="_blank" title="SPF测试紫外日光模拟器">SPF测试紫外日光模拟器</a></h6>  </div> </div>  <div class="itemsWrap " product="14827" style="width:24%;"> <div class="item">  <div class="goodsImg" style="overflow:hidden;text-align:center;vertical-align: middle;"><a href="product-14827.html" target="_blank" title="紫外太阳模拟器"><img src="http://www.rayscience.com/News/NewsShow/id/statics/statics/images/goods/20150116/ca13424977f28aaf.jpg" title="紫外太阳模拟器"></a></div>  <h6><a href="product-14827.html" target="_blank" title="紫外太阳模拟器">紫外太阳模拟器</a></h6>  </div> </div>  <div class="itemsWrap " product="14826" style="width:24%;"> <div class="item">  <div class="goodsImg" style="overflow:hidden;text-align:center;vertical-align: middle;"><a href="product-14826.html" target="_blank" title="光伏测试太阳模拟器16S-300-002"><img src="http://www.rayscience.com/News/NewsShow/id/statics/statics/images/goods/20150115/7d975b08328cb407.jpg" title="光伏测试太阳模拟器16S-300-002"></a></div>  <h6><a href="product-14826.html" target="_blank" title="光伏测试太阳模拟器16S-300-002">光伏测试太阳模拟器16S-3...</a></h6>  </div> </div>  <div class="itemsWrap last" product="14825" style="width:24%;"> <div class="item">  <div class="goodsImg" style="overflow:hidden;text-align:center;vertical-align: middle;"><a href="product-14825.html" target="_blank" title="体外SPF测试PMMA 板预辐照光源"><img src="http://www.rayscience.com/News/NewsShow/id/statics/statics/images/goods/20160127/713f252d81260f75.jpg" title="体外SPF测试PMMA 板预辐照光源"></a></div>  <h6><a href="product-14825.html" target="_blank" title="体外SPF测试PMMA 板预辐照光源">体外SPF测试PMMA...</a></h6>  </div> </div>  <div class="clear"></div>  <div class="itemsWrap " product="14823" style="width:24%;"> <div class="item">  <div class="goodsImg" style="overflow:hidden;text-align:center;vertical-align: middle;"><a href="product-14823.html" target="_blank" title="光伏测试用日光模拟器"><img src="http://www.rayscience.com/News/NewsShow/id/statics/statics/images/goods/20141201/9144708845cb43d8.jpg" title="光伏测试用日光模拟器"></a></div>  <h6><a href="product-14823.html" target="_blank" title="光伏测试用日光模拟器">光伏测试用日光模拟器</a></h6>  </div> </div>  <div class="itemsWrap " product="14820" style="width:24%;"> <div class="item">  <div class="goodsImg" style="overflow:hidden;text-align:center;vertical-align: middle;"><a href="product-14820.html" target="_blank" title="光伏测试太阳模拟器 LS11000"><img src="http://www.rayscience.com/News/NewsShow/id/statics/statics/images/goods/20150115/2beabde1db739f2f.jpg" title="光伏测试太阳模拟器 LS11000"></a></div>  <h6><a href="product-14820.html" target="_blank" title="光伏测试太阳模拟器 LS11000">光伏测试太阳模拟器 LS11000</a></h6>  </div> </div>  <div class="itemsWrap " product="14818" style="width:24%;"> <div class="item">  <div class="goodsImg" style="overflow:hidden;text-align:center;vertical-align: middle;"><a href="product-14818.html" target="_blank" title="PMA 2144 Class II 日射强度计"><img src="http://www.rayscience.com/News/NewsShow/id/statics/statics/images/goods/20150116/d2d9954051faf891.jpg" title="PMA 2144 Class II 日射强度计"></a></div>  <h6><a href="product-14818.html" target="_blank" title="PMA 2144 Class II 日射强度计">PMA 2144 Class II 日射强度计</a></h6>  </div> </div>  <div class="itemsWrap last" product="14817" style="width:24%;"> <div class="item">  <div class="goodsImg" style="overflow:hidden;text-align:center;vertical-align: middle;"><a href="product-14817.html" target="_blank" title="手持式臭氧计（臭氧气柱总量 ）"><img src="http://www.rayscience.com/News/NewsShow/id/statics/statics/images/goods/20150116/e167dec2f6af8a15.jpg" title="手持式臭氧计（臭氧气柱总量 ）"></a></div>  <h6><a href="product-14817.html" target="_blank" title="手持式臭氧计（臭氧气柱总量 ）">手持式臭氧计（臭氧气...</a></h6>  </div> </div>  <div class="clear"></div>  <div class="clear"></div>  </div>  <div class="more clearfix"><a href="http://www.rayscience.com/News/NewsShow/id/statics/statics/gallery-283-b,_ANY__t,_ANY_-0.html">更多...</a></div>  </div> </div> </div> <div class="span-14 cut">  </div> <div class="span-5 last cut">  </div> <div class="clear"></div> <div class="border1 " id=""> <div class="border-top"><h3>荣誉合作伙伴</h3></div> <div class="border-body"><div class="LinkList clearfix">  </div> </div> </div> </div> </div> <div id="Foot"> <div id="FootLinks"> <div class="TreeList">  </div><div class="TreeList">  <div class="cat1"><a href="http://www.rayscience.com/News/NewsShow/id/statics/statics/page-shoppingrule.html" >购物条款</a></div> <div class="cat2"><a href="http://www.rayscience.com/News/NewsShow/id/statics/statics/page-license.html" >会员注册协议</a></div> <div class="cat2"><a href="http://www.rayscience.com/News/NewsShow/id/statics/statics/page-privacy.html" >隐私保护政策</a></div> </div><div class="TreeList">  <div class="cat1"><a href="http://www.rayscience.com/News/NewsShow/id/statics/statics/page-method.html" >支付/配送方式</a></div> <div class="cat2"><a href="http://www.rayscience.com/News/NewsShow/id/statics/statics/page-shippinginfo.html" >关于送货和验货</a></div> </div><div class="TreeList">  <div class="cat1"><a href="http://www.rayscience.com/News/NewsShow/id/statics/statics/page-shoppingguide.html" >购物指南</a></div> <div class="cat2"><a href="http://www.rayscience.com/News/NewsShow/id/statics/statics/page-service.html" >体贴的售后服务</a></div> <div class="cat2"><a href="http://www.rayscience.com/News/NewsShow/id/statics/statics/page-process.html" >简单的购物流程</a></div> </div><div class="TreeList">  </div> <div class="clear"></div> </div> <div id="FootMenu"><div class="TreeList">  <div class="cat1"><a href="http://www.rayscience.com/News/NewsShow/id/statics/statics/page-contact.html" >联系我们</a></div> <div class="cat1"><a href="http://www.rayscience.com/News/NewsShow/id/statics/statics/page-jobs.html" >招聘信息</a></div> <div class="cat1"><a href="http://www.rayscience.com/News/NewsShow/id/statics/statics/artlist-100.html" >最新公告</a></div> <div class="cat1"><a href="http://www.rayscience.com/News/NewsShow/id/statics/statics/artlist-101.html" >促销信息</a></div> <div class="cat1"><a href="http://www.rayscience.com/News/NewsShow/id/statics/statics/sitemaps-view.html" >站点地图</a></div> <div class="cat1"><a href="http://faq.rayscience.com" target='_blank'>光电知识库</a></div> </div><div class="border1 " id=""> <div class="border-top"><h3>快捷联系 M:固定021-3463 5258</h3></div> <div class="border-body"></div> </div></div> <div id="Copyright"></div> <img src="index.php?cron=page%3Aindex&p=" width="1" height="1" border="none" /> <div id='template-modal' style='display:none;'> <div class='dialog'> <div class='dialog-title'> <div class='title span-auto'>{title}</div> <div class='dialog-close-btn' >X</div> <div style="clear:both"></div> </div> <div class='dialog-content'> {content} </div> </div> </div>  <script>
/*
迷你购物车
@author litie[aita]shopex.cn
  [c] shopex.cn
*/
 window.addEvent('domready',function(){
     var miniCart={
           'show':function(target){
               var dialog  = this.dialog =$pick($('mini-cart-dialog'),new Element('div',{'class':'dialog mini-cart-dialog','id':'mini-cart-dialog'}).setStyles({width:300}).inject(document.body));
                this.dialog.setStyles({
                         top:target.getPosition().y+target.getSize().y,
                         left:target.getPosition().x
                    }).set('html',

                  $E('#template-modal .dialog').get('html').substitute({

                      title:'正在加入购物车',
                      content:'正在加入购物车...'
                  })

               ).show();



               document.addEvent('click',function(){
                  dialog.remove();
                  document.removeEvent('click',arguments.callee);
               });

           },
           'load':function(){
              var params=Array.flatten(arguments).link({
                  'remoteURL':String.type,
                  'options':Object.type
              });
              params.options.data = params.options.data ? (params.options.data.toQueryString ? params.options.data.toQueryString():params.options.data.toString())+'&mini_cart=true':'&mini_cart=true';
              var opts=params=$extend({
                 url:params.remoteURL,
                 method:'post',
                 evalScripts:true,
                 onRequest:function(){
                     this.dialog.getElement('.title').set('html','正在加入购物车');

                 }.bind(this),
                 onSuccess:function(re){
                     this.dialog.getElement('.title').set('html','<img src="statics/icon-success.gif" />成功加入购物车');
                     this.dialog.getElement('.dialog-content').set('html',re);
                     $$('.cart-number').set('text',Cookie.get('S[CART_COUNT]')||0);

                 }.bind(this),
                 onFailure:function(xhr){
                     this.dialog.remove();
                     MessageBox.error("加入购物车失败.<br /><ul><li>可能库存不足.</li><li>或提交信息不完整.</li></ul>");
                 }.bind(this)
              },params.options||{});
              if(!params.url)return false;
              miniCart.show(opts.target);
              new Request(opts).send();
           }
     };



   if(formtocart=$E('form[target=_dialog_minicart]')){
       formtocart.addEvent('submit',function(e){

           e.stop();
           miniCart.load([{
               url:this.action,
               method:this.method,
               data:this,
               target:this.getElement('input[value=加入购物车]')
           }]);

       });
   };
   /*for  goods which has specs*/
   if(btnbuy=$E('#goods-viewer form[target=_dialog_minicart] .btn-buy')){

      btnbuy.removeEvents('click').addEvent('click',function(e){
          e.stop();
          if(this.retrieve('tip:text'))return false;
          this.blur();
          this.form.fireEvent('submit',e);

      });

   };

    // 配件单独加入购物车
    $$('a[target=_dialog_minicart]').addEvent('click',function(e){
        e.stop();
        var product_id = this.getProperty('product') || 0, goods_id=this.getProperty('buy'),p_num = 1;
        if ($E('input[name="count_check_'+product_id+'"]')){
             p_num = $E('input[name="count_check_'+product_id+'"]').get('value');
        }

        miniCart.load([{
            url:this.href,target:this,
            data:new Object('goods[goods_id]='+goods_id+'&goods[product_id]='+product_id+'&goods[num]='+p_num),
        }]);
    }); 
    
});
</script>  <script>
/*
快速 注册登陆
@author litie[aita]shopex.cn
  [c] shopex.cn
*/

   window.addEvent('domready',function(){
         var curLH = location.href;

         if(["-?login\.html","-?signup\.html","-?loginBuy\.html"].some(function(r){
                return curLH.test(new RegExp(r));
            })){return false;}
         var MiniPassport = new Object();
         var miniPassportDialog = new Element('div',{'class':'dialog mini-passport-dialog','id':'dialog1'}).set('html',$E('#template-modal .dialog').get('html').substitute({
                      title:'登录',
                      content:''
                  })).setStyles({
                      display:'none',
                      width:0,
                      height:'auto'
                  }).adopt(new Element('iframe',{src:'javascript:void(0);',styles:{display:'none',position:'absolute',zIndex:-1,border:'none',top:0,left:0,'filter':'alpha(opacity=0)'},width:'100%',height:'100%'})).inject(document.body);

         var mpdSize = {
              loginBuy:{width:570},
              signup:{width:600,height:'auto'},
              login:{width:430,height:300},
              chain:{width:450}
         };

         $extend(MiniPassport,{

               show:function(from,options){

                  var handle = this.handle = from;

                  options = this.options = options ||{};

                var remoteURL = options.remoteURL||(handle?handle.get('href'):false);

                var act ="login";

                     act = remoteURL.match(/-([^-]*?)\.html/)[1];




                  if(miniPassportDialog.style.display=='none'){
                        var _styles  = {display:'block'};

                        miniPassportDialog.setStyles(_styles);
                  }
                  miniPassportDialog.getElement('.dialog-content').empty();


                  var fxValue  = mpdSize[act];
                  fxValue.opacity = 1;
                  miniPassportDialog.setStyles(fxValue).amongTo(window);



               // if(window.ie6) remoteURL=(remoteURL.substring(0,4)=='http')?remoteURL:remoteURL;

                  $pick(this.request,{cancel:$empty}).cancel();
                      this.request = new Request.HTML({update:miniPassportDialog.getElement('.dialog-content').set('html','&nbsp;&nbsp;正在加载...'),onComplete:function(){
                            MiniPassport.onload.call(MiniPassport);
                      }}).get(remoteURL,$H({mini_passport:1}));


               },
               hide:function(chain){

                  miniPassportDialog.getElement('.dialog-content').empty();

                       miniPassportDialog.hide();
                       if($type(chain)=='function'){chain.call(this)}
                       miniPassportDialog.eliminate('chain');
                       miniPassportDialog.eliminate('margedata');

               },
               onload:function(){

                   var dialogForm = miniPassportDialog.getElement('form');

                   miniPassportDialog.retrieve('margedata',[]).each(function(item){
                               item.t =  item.t||'hidden';

                               new Element('input',{type:item.t,name:item.n,value:item.v}).inject(dialogForm);
                       });


                   dialogForm.addEvent('submit',function(e){

                       e.stop();
                       var form = this;
                       if(!MiniPassport.checkForm.call(MiniPassport))return MessageBox.error('请完善必填信息!');


                       new Request({
                        method:form.get('method'),
                        url:form.get('action'),
                        onRequest:function(){

                           form.getElement('input[type=submit]').set({disabled:true,styles:{opacity:.4}});

                       },onComplete:function(re){


                              form.getElement('input[type=submit]').set({disabled:false,styles:{opacity:1}});
                              var _re = [];
                              re.replace(/\\?\{([^{}]+)\}/g, function(match){
                                        if (match.charAt(0) == '\\') return _re.push(JSON.decode(match.slice(1)));
                                        _re.push(JSON.decode(match));
                              });
                              var errormsg = [];
                              var plugin_url;
                              _re.each(function(item){

                                  if(item.status =='failed'){
                                      errormsg.push(item.msg);
                                  }
                                  if(item.status =='plugin_passport'){
                                      plugin_url = item.url;
                                  }
                              });


                              if(errormsg.length)return MessageBox.error(errormsg.join('<br/>'));

                              if(plugin_url){
                                  MiniPassport.hide.call(MiniPassport,$pick(miniPassportDialog.retrieve('chain'),function(){
                                       MessageBox.success('正在转向...');

                                       location.href = plugin_url;


                                  }));
                              }else{
                                  MiniPassport.hide.call(MiniPassport,$pick(miniPassportDialog.retrieve('chain'),function(){

                                       MessageBox.success('用户登录成功,正在转向...');
                                       location.reload();

                                  }));
                              }

                       }}).send(form);

                   });
                   miniPassportDialog.getElement('.close').addEvent('click',this.hide.bind(this));

                   miniPassportDialog.amongTo(window);


               },
               checkForm:function(){
                    var inputs = miniPassportDialog.getFormElements();
                    var ignoreIpts = $$(miniPassportDialog.getElements('form input[type=hidden]'),miniPassportDialog.getElements('form input[type=submit]'));
                    ignoreIpts.each(inputs.erase.bind(inputs));

                    if(inputs.some(function(ipt){
                        if(ipt.value.trim()==''){

                           ipt.focus();
                          return true;
                        }

                    })){

                       return false;
                    }
                    return true;

               }

         });


     /*统一拦截*/
     $(document.body).addEvent('click',function(e){

            if(Cookie.get('S[MEMBER]'))return true;

            var tgt = $(e.target);

            if(!tgt.match('a'))tgt = tgt.getParent('a');

            if((!tgt)||!tgt.match('a'))return;

            if(tgt.href.test(/-?login\.html/)||tgt.href.test(/-?signup\.html/)){
                e.stop();
                return MiniPassport.show(tgt);

            }
            if((tgt.href.test(/\/[\?]member/i))&&(tgt.href.test(/\.html$/i))){
              e.stop();
              MiniPassport.show(tgt,{remoteURL:'passport-login.html'});
              miniPassportDialog.store('chain',function(){

                    MessageBox.success('会员认证成功,正在进入...');
                    location.href= 'member-index.html';

              });
            }
     });



     /*checkout*/
     $$('form[action$=checkout.html]').addEvent('submit',function(e){
            if(Cookie.get('S[MEMBER]'))return this.submit();
            e.stop();
            var form = this;
            MiniPassport.show(this,{remoteURL:'cart-loginBuy.html'});
            if(this.get('extra') == 'cart'){
                miniPassportDialog.store('margedata',[{t:'hidden',n:'regType',v:'buy'}]);
            }
            miniPassportDialog.store('chain',function(){
                    MessageBox.success('正在转入...');
                    form.submit();
            });
     });

   });
</script>  <div id="siderIMchat" style="left:0"><div id="siderIMchat_hiddenbar"></div><div id="siderIMchat_main"><div class="top"></div><div class="infobox">我们营业的时间<br>9:00-17:30</div><div class="bg "><ul class="clearfix">  <li>  <a target="_blank" href="tencent://message/?uin=743221930&&Site=LICENSE_ShopEx&&Menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=1:743221930:1"/></a><br />空间光调制器波前15800416181 </li>  <li>  <a target="_blank" href="tencent://message/?uin=2113569210&&Site=LICENSE_ShopEx&&Menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=1:2113569210:1"/></a><br />空间光调制器波前变形镜15800418863 </li>  <li>  <a target="_blank" href="tencent://message/?uin=3182414883&&Site=LICENSE_ShopEx&&Menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=1:3182414883:1"/></a><br />光谱及测量15800419805 </li>  <li>  <a target="_blank" href="tencent://message/?uin=2113569210&&Site=LICENSE_ShopEx&&Menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=1:2113569210:1"/></a><br />激光器及测量15800419675 </li>  <li>  <a target="_blank" href="tencent://message/?uin=3182414883&&Site=LICENSE_ShopEx&&Menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=1:3182414883:1"/></a><br />太赫兹 探测器 </li>  <li>  <a target="_blank" href="tencent://message/?uin=&&Site=LICENSE_ShopEx&&Menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=1::1"/></a><br />优质重要客户服务 </li>  <li>  <a target="_blank" href="tencent://message/?uin=3704036&&Site=LICENSE_ShopEx&&Menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=1:3704036:1"/></a><br />投诉建议 </li>  <li>  <a target="_blank" href="tencent://message/?uin=2110722516&&Site=LICENSE_ShopEx&&Menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=1:2110722516:1"/></a><br />信息光学技术支持 15800418863 </li>  <li>  <a target="_blank" href="tencent://message/?uin=3182414883&&Site=LICENSE_ShopEx&&Menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=1:3182414883:1"/></a><br />激光与测量技术支持 </li>  </ul><div class="textcenter pushdown-2"><span id="closeSiderIMchat" class="lnk">关闭在线客服</span></div></div><div class="bottom"></div></div></div> <script type="text/javascript">
window.addEvent('domready', function() {
   $('siderIMchat_hiddenbar').addEvent('mouseover',function(){
                         this.setStyle('display','none');
                         $('siderIMchat_main').setStyle('display','block')
                         });

   $('closeSiderIMchat').addEvent('click',function(){
                         $('siderIMchat_main').setStyle('display','none');
                         $('siderIMchat_hiddenbar').setStyle('display','block')
                         })    ;
    siderIMchatsetGoTop();


});

function siderIMchatsetGoTop(){
    $('siderIMchat').tween('top',$E('body').getScroll().y+100)
}
window.addEvent('scroll',function(){
     siderIMchatsetGoTop();
})

</script>  <style id="thridpartystyle"> .thridpartyicon { background:url(statics/icons/thridparty0.gif) no-repeat left center; height:30px; line-height:30px; text-indent:35px;} #accountlogin { width:180px; border:2px solid #badbf2; position:absolute; background:#fff; padding:5px;} #accountlogin h5 { border-bottom:1px solid #e2e2e2; margin:0px 5px 10px 5px;padding:0; height:22px; line-height:22px; color:#333333; font-weight:normal;} #accountlogin .logoimg { float:left; margin-left:5px;_margin-left:3px;} #accountlogin .logoimg span img { margin:6px 3px 0 3px;_margin:6px 2px 0 0; } #accountlogin .more { text-align:right; float:right;} #accountlogin .more a { text-decoration:underline;} .trustlogos{overflow:hidden;} .trustlogos li{float:left; padding:2px;height:39px;overflow:hidden;} .trustlogos .login-beli{float:none;clear:left;padding-left:10px;} .belive-login{margin-top:10px;} .trust__login{margin:0;border:none;cursor:pointer;} .trust_log{text-indent:-9999px;} .btn-trustlogin {background:url(statics/btn-trustlogin.gif); width:87px; height:30px; margin-bottom:35px;} .trustdialog .dialog-content { padding:0px; height:320px;} .RegisterWrap {} .RegisterWrap h4 { height:30px; line-height:30px;} .RegisterWrap .more { height:30px; line-height:30px; text-align:right; font-size:14px; color:#333333;} .RegisterWrap .more a { text-decoration:underline;} .RegisterWrap .form { } .RegisterWrap #formlogin,.RegisterWrap #formthridlogin { height:160px; border:1px solid #CCCCCC; margin:10px 0; padding:15px;} .RegisterWrap .customMessages { height:40px;} .dialog-title { margin:0 5px;} .dialog-title .title { padding:10px 0 2px 10px;} .dialog-title .dialog-close-btn {font-family:Arial Black;color:#fff;background:#FF9955;border:1px #FA6400 solid;font-size:14px;cursor:pointer; width:21px; margin-top:5px; text-align:center;} .dialog-title .dialog-close-btn:hover {background:#ff6655;border-color:#ff6655;} </style> <script>
$('thridpartystyle').inject(document.head);
</script> <div class="themefoot"><a href="https://beian.miit.gov.cn/" type="url">沪ICP备13027087号-2</a><br/><p> </p></div><div style="font-family:Verdana;line-height:20px!important;height:auto!important;font-size:11px!important;text-align:center;overflow:none!important;text-indent:0!important;"></div> </div> </body> </html>  