<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	var ht = window.location.href;
	var ajaxUrl = ht.indexOf('www.eoffcn.com') &lt; 0 ? "//ajax.t.eoffcn.com" : "//ajax.eoffcn.com";
	var dataAjax = {
		"bannerNew": ajaxUrl+"/api/banner/info",
		"banner": ajaxUrl+"/api/pageconfig/list?keySet[]=ad084ed1e89e4e37ac986d9721def401",
		"kszk": ajaxUrl+"/api/pageconfig/list?keySet[]=025d0db37ffc41fda6903c9c83fcd28e",
		"rmks": ajaxUrl+"/api/pageconfig/list?keySet[]=86574a90499b48d58d0a70fc6a05f532",
		"lyhk": ajaxUrl+"/api/pageconfig/list?keySet[]=237d34e3f8cb4d1d893df05d3e8c66fe",
		"hdk": ajaxUrl+"/api/pageconfig/list?keySet[]=5f68c2a5b77b4d84803a419dc64a1f5e",
		"zzzb": ajaxUrl+"/api/pageconfig/list?keySet[]=614d1bedbead4806ac78054fa082575a",
		"qyzp": ajaxUrl+"/api/pageconfig/list?keySet[]=dacd0520ca934b278c3d6792318904d8",
		"bkkc": ajaxUrl+"/api/pageconfig/list?keySet[]=cc65307137ae46e9bae2b349cbdc8204",
		"rmkc": ajaxUrl+"/api/pageconfig/list?keySet[]=2d63ae56457e4994af475e2795b0643a",
		"cjwt": ajaxUrl+"/api/pageconfig/list?keySet[]=31ab0dae98494da4b7c2c3266bbeaf65"
	}
//$(function(){
//  "use strict";
//  var sal_choiceLI = $(".sal-choiceLI"),
//      sal_showLI = $(".sal-showLI");
//  var index = 0;
//  var timer = null;
//  var default_time = 2000 ;
//
//  if(sal_choiceLI.length != 0){
//      if(sal_choiceLI.length != sal_showLI.length) return;
//      for(var i=0;i&lt;sal_choiceLI.length;i++){
//          sal_choiceLI[i].turn = i;
//          sal_choiceLI[i].onmouseover=function(){
//              clearInterval(timer);
//              showPlay(this.turn);
//          }
//          sal_choiceLI[i].onmouseout=function(){  
//              timer=setInterval(autoPlay,default_time);    
//          }
//      }
//      if(timer){
//          clearInterval(timer);
//          timer=null;
//      } 
//      timer=setInterval(autoPlay,default_time);
//      function autoPlay(){
//          index++;
//          if(index&gt;=sal_choiceLI.length){
//                  index=0;
//          }
//          showPlay(index);
//      }
//      function showPlay(param){
//          for(var j=0;j&lt;sal_choiceLI.length;j++){
//              sal_choiceLI[j].className='sal-choiceLI';
//              sal_showLI[j].style.display='none';
//          }
//          sal_choiceLI[param].className='sal-choiceLI sal-choiceLI-hover';
//          sal_showLI[param].style.display='block';
//          index=param;
//      };
//  }
//})
//$(function(){
//  $(".video_main_new li").hover(function(){
//      $(this).addClass("hover")
//  },function(){
//      $(this).removeClass("hover");
//  })	
//})</pre></body></html>