$(function(){ $(".nav li").hover(function(){ $(this).find("a").stop(false,true).animate({margintop:"-36px"},500); $(".header2").stop(false,true).slidedown(300); },function(){ $(this).find("a").stop(false,true).animate({margintop:"0px"},500); }) $(".detail001,.banner,.banner2,.banner3,.content2,.kangnai,.banner4").hover(function(){ $(".header2").stop(false,true).slideup(300); }) $(".detail002_center li").hover(function(){ $(this).find("p").stop(false,true).slidedown(300); },function(){ $(this).find("p").stop(false,true).slideup(300); }) $(".a1,.b1").hover(function(){ $(".b1").stop(false,true).css('background','url(images/pic026.png)'); },function(){ $(".b1").stop(false,true).css('background','none'); }) $(".a2,.b2").hover(function(){ $(".b2").stop(false,true).css('background','url(images/pic026.png)'); },function(){ $(".b2").stop(false,true).css('background','none'); }) $(".a3,.b3").hover(function(){ $(".b3").stop(false,true).css('background','url(images/pic026.png)'); },function(){ $(".b3").stop(false,true).css('background','none'); }) $(".a4,.b4").hover(function(){ $(".b4").stop(false,true).css('background','url(images/pic026.png)'); },function(){ $(".b4").stop(false,true).css('background','none'); }) $(".a5,.b5").hover(function(){ $(".b5").stop(false,true).css('background','url(images/pic026.png)'); },function(){ $(".b5").stop(false,true).css('background','none'); }) $(".a6,.b6").hover(function(){ $(".b6").stop(false,true).css('background','url(images/pic026.png)'); },function(){ $(".b6").stop(false,true).css('background','none'); }) $(".a7,.b7").hover(function(){ $(".b7").stop(false,true).css('background','url(images/pic026.png)'); },function(){ $(".b7").stop(false,true).css('background','none'); }) });