document.writeln(''); document.writeln('
'); document.writeln(' '); document.writeln(' '); document.writeln(' '); document.writeln('
'); jQuery(".nav").zhongyan({ type:"menu", titCell:".m", targetCell:".sub", delayTime:150, triggerTime:150,returnDefault:true}); jQuery(".sub").zhongyan(); jQuery(".pcFocusBox").hover(function(){ jQuery(this).find(".prev,.next").stop(true,true).fadeTo("show",0.3) },function(){ jQuery(this).find(".prev,.next").fadeOut() }); jQuery(".pcFocusBox").hover(function(){ jQuery(this).find(".prev").stop(true,true).animate({'left':'8%'}) },function(){ jQuery(this).find(".prev").animate({'left':'13%'}) }); jQuery(".pcFocusBox").hover(function(){ jQuery(this).find(".next").stop(true,true).animate({'right':'8%'}) },function(){ jQuery(this).find(".next").animate({'right':'13%'}) }); jQuery(".pcFocusBox").zhongyan({ mainCell:".pic",effect:"fold", autoPlay:true, delayTime:600, trigger:"click"}); jQuery('.pcFocusBox .gf').hover(function(){ jQuery(this).animate({opacity:'1'},1000); },function(){ jQuery(this).animate({opacity:'0.5'},1000); });