$(function(){
	
	
	//box4_1
	$(".lest4 .box4_1 img").css({"margin-top":"-30px"})
	
	$(".lest4 .box4_1").mouseover(function(event){
		$(".box4_1").stop(true,true).animate({width:"5rem",height:"5rem"},200);
		$(".box4_2").stop(true,true).animate({width:"3.38rem",height:"2.85rem",left:"5.15rem",top:"0rem"},200);
		$(".box4_3").stop(true,true).animate({width:"3.38rem",height:"2.85rem",left:"8.68rem",top:"0rem"},200);
		$(".box4_4").stop(true,true).animate({width:"2.2rem",height:"2rem",left:"5.15rem",top:"3rem"},200);
		$(".box4_5").stop(true,true).animate({width:"2.2rem",height:"2rem",left:"7.48rem",top:"3rem"},200);
		$(".box4_6").stop(true,true).animate({width:"2.2rem",height:"2rem",left:"9.81rem",top:"3rem"},200);
		$(".lest4 .box4_1 img").css({"margin-top":"0px"})
		event.stopPropagation();    //  阻止事件冒泡
	})
	$(".box4_1").mouseout(function(event){
		$(".box4_1").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"0rem",top:"0rem"},200);
		$(".box4_2").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"4.05rem",top:"0rem"},200);
		$(".box4_3").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"8.1rem",top:"0rem"},200);
		$(".box4_4").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"0rem",top:"2.575rem"},200);
		$(".box4_5").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"4.05rem",top:"2.575rem"},200);
		$(".box4_6").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"8.1rem",top:"2.575rem"},200);
		$(".lest4 .box4_1 img").css({"margin-top":"-30px"});
	}) 

	//box4_2
	$(".lest4 .box4_2 img").css({"margin-top":"-50px"})
	$(".box4_2").mouseover(function(event){
		$(".box4_2").stop(true,true).animate({width:"5rem",height:"5rem",left:"4rem",top:"0rem"},200);
		$(".box4_1").stop(true,true).animate({width:"3.85rem",height:"2.425rem",left:"0rem",top:"0rem"},200);
		$(".box4_4").stop(true,true).animate({width:"3.85rem",height:"2.425rem",left:"0rem",top:"2.575rem"},200);
		$(".box4_3").stop(true,true).animate({width:"2.85rem",height:"1.56rem",left:"9.15rem",top:"0rem"},200);
		$(".box4_6").stop(true,true).animate({width:"2.85rem",height:"1.57rem",left:"9.15rem",top:"1.71rem"},200);
		$(".box4_5").stop(true,true).animate({width:"2.85rem",height:"1.57rem",left:"9.15rem",top:"3.43rem"},200);
		$(".lest4 .box4_2 img").css({"margin-top":"0px"})
		event.stopPropagation();    //  阻止事件冒泡
		
	})
	$(".box4_2").mouseout(function(event){
		$(".box4_1").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"0rem",top:"0rem"},200);
		$(".box4_2").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"4.05rem",top:"0rem"},200);
		$(".box4_3").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"8.1rem",top:"0rem"},200);
		$(".box4_4").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"0rem",top:"2.575rem"},200);
		$(".box4_5").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"4.05rem",top:"2.575rem"},200);
		$(".box4_6").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"8.1rem",top:"2.575rem"},200);
		$(".lest4 .box4_2 img").css({"margin-top":"-50px"})
		
	})
	
	//box4_3
	$(".lest4 .box4_3 img").css({"margin-top":"-30px"})
	$(".box4_3").mouseover(function(event){
		$(".box4_3").stop(true,true).animate({width:"5rem",height:"5rem",left:"7.06rem",top:"0rem"},200);
		$(".box4_1").stop(true,true).animate({width:"3.38rem",height:"2.85rem",left:"0rem",top:"0rem"},200);
		$(".box4_2").stop(true,true).animate({width:"3.38rem",height:"2.85rem",left:"3.53rem",top:"0rem"},200);
		$(".box4_4").stop(true,true).animate({width:"2.2rem",height:"2rem",left:"0rem",top:"3rem"},200);
		$(".box4_5").stop(true,true).animate({width:"2.2rem",height:"2rem",left:"2.35rem",top:"3rem"},200);
		$(".box4_6").stop(true,true).animate({width:"2.2rem",height:"2rem",left:"4.70rem",top:"3rem"},200);
		$(".lest4 .box4_3 img").css({"margin-top":"0px"})
		/*for(i=1;i<7;i++){$(".box4_"+i).find("img").css({"height":"100%"});}*/
		event.stopPropagation();    //  阻止事件冒泡
		
	})
	$(".box4_3").mouseout(function(event){
		$(".box4_1").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"0rem",top:"0rem"},200);
		$(".box4_2").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"4.05rem",top:"0rem"},200);
		$(".box4_3").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"8.1rem",top:"0rem"},200);
		$(".box4_4").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"0rem",top:"2.575rem"},200);
		$(".box4_5").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"4.05rem",top:"2.575rem"},200);
		$(".box4_6").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"8.1rem",top:"2.575rem"},200);
		$(".lest4 .box4_3 img").css({"margin-top":"-30px"})
		/*$(".top4_lest_comm").find("img").css({"height":"auto"});*/
	})

	//box4_4
	$(".lest4 .box4_4 img").css({"margin-top":"-30px"})
	$(".lest4 .box4_4").mouseover(function(event){
		$(".box4_4").stop(true,true).animate({width:"5rem",height:"5rem",left:"0rem",top:"0rem"},200);
		$(".box4_1").stop(true,true).animate({width:"3.38rem",height:"2.85rem",left:"5.15rem",top:"0rem"},200);
		$(".box4_2").stop(true,true).animate({width:"3.38rem",height:"2.85rem",left:"8.68rem",top:"0rem"},200);
		$(".box4_5").stop(true,true).animate({width:"2.2rem",height:"2rem",left:"5.15rem",top:"3rem"},200);
		$(".box4_6").stop(true,true).animate({width:"2.2rem",height:"2rem",left:"7.48rem",top:"3rem"},200);
		$(".box4_3").stop(true,true).animate({width:"2.2rem",height:"2rem",left:"9.81rem",top:"3rem"},200);
		$(".lest4 .box4_4 img").css({"margin-top":"0px"})
		event.stopPropagation();    //  阻止事件冒泡
	})
	$(".box4_4").mouseout(function(event){
		$(".box4_1").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"0rem",top:"0rem"},200);
		$(".box4_2").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"4.05rem",top:"0rem"},200);
		$(".box4_3").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"8.1rem",top:"0rem"},200);
		$(".box4_4").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"0rem",top:"2.575rem"},200);
		$(".box4_5").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"4.05rem",top:"2.575rem"},200);
		$(".box4_6").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"8.1rem",top:"2.575rem"},200);
		$(".lest4 .box4_4 img").css({"margin-top":"-30px"})
		/*$(".top4_lest_comm").find("img").css({"height":"auto"});*/
	})	

	//box4_5
	$(".lest4 .box4_5 img").css({"margin-top":"-30px"})
	$(".box4_5").mouseover(function(event){
		$(".box4_5").stop(true,true).animate({width:"5rem",height:"5rem",left:"4rem",top:"0rem"},200);
		$(".box4_1").stop(true,true).animate({width:"3.85rem",height:"2.425rem",left:"0rem",top:"0rem"},200);
		$(".box4_4").stop(true,true).animate({width:"3.85rem",height:"2.425rem",left:"0rem",top:"2.575rem"},200);
		$(".box4_2").stop(true,true).animate({width:"2.85rem",height:"1.56rem",left:"9.15rem",top:"0rem"},200);
		$(".box4_3").stop(true,true).animate({width:"2.85rem",height:"1.57rem",left:"9.15rem",top:"1.71rem"},200);
		$(".box4_6").stop(true,true).animate({width:"2.85rem",height:"1.57rem",left:"9.15rem",top:"3.43rem"},200);
		$(".lest4 .box4_5 img").css({"margin-top":"0px"})
		event.stopPropagation();    //  阻止事件冒泡		
	})
	$(".box4_5").mouseout(function(event){
		$(".box4_1").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"0rem",top:"0rem"},200);
		$(".box4_2").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"4.05rem",top:"0rem"},200);
		$(".box4_3").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"8.1rem",top:"0rem"},200);
		$(".box4_4").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"0rem",top:"2.575rem"},200);
		$(".box4_5").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"4.05rem",top:"2.575rem"},200);
		$(".box4_6").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"8.1rem",top:"2.575rem"},200);
		$(".lest4 .box4_5 img").css({"margin-top":"-30px"})
		/*$(".top4_lest_comm").find("img").css({"height":"auto"});*/
	})
	
	//box4_6
	$(".lest4 .box4_6 img").css({"margin-top":"-30px"})
	$(".box4_6").mouseover(function(event){
		$(".box4_6").stop(true,true).animate({width:"5rem",height:"5rem",left:"7.06rem",top:"0rem"},200);
		$(".box4_2").stop(true,true).animate({width:"3.38rem",height:"2.85rem",left:"0rem",top:"0rem"},200);
		$(".box4_3").stop(true,true).animate({width:"3.38rem",height:"2.85rem",left:"3.53rem",top:"0rem"},200);
		$(".box4_1").stop(true,true).animate({width:"2.2rem",height:"2rem",left:"0rem",top:"3rem"},200);
		$(".box4_4").stop(true,true).animate({width:"2.2rem",height:"2rem",left:"2.35rem",top:"3rem"},200);
		$(".box4_5").stop(true,true).animate({width:"2.2rem",height:"2rem",left:"4.70rem",top:"3rem"},200);
		$(".lest4 .box4_6 img").css({"margin-top":"0px"})
		        event.stopPropagation();    //  阻止事件冒泡	
	})
	$(".box4_6").mouseout(function(event){
		$(".box4_1").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"0rem",top:"0rem"},200);
		$(".box4_2").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"4.05rem",top:"0rem"},200);
		$(".box4_3").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"8.1rem",top:"0rem"},200);
		$(".box4_4").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"0rem",top:"2.575rem"},200);
		$(".box4_5").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"4.05rem",top:"2.575rem"},200);
		$(".box4_6").stop(true,true).animate({width:"3.9rem",height:"2.425rem",left:"8.1rem",top:"2.575rem"},200);
		$(".lest4 .box4_6 img").css({"margin-top":"-30px"})
	})

	
})







$(function(){
	$(".aaa1a").click(function(){
		$(".aaa11a").css("display","block");
		$(".aaa22a").css("display","none");
		$(".aaa33a").css("display","none");
		$(".aaa44a").css("display","none");
		});
	$(".aaa2a").click(function(){
		$(".aaa11a").css("display","none");
		$(".aaa22a").css("display","block");
		$(".aaa33a").css("display","none");
		$(".aaa44a").css("display","none");
		});
	$(".aaa3a").click(function(){
		$(".aaa11a").css("display","none");
		$(".aaa22a").css("display","none");
		$(".aaa33a").css("display","block");
		$(".aaa44a").css("display","none");
		});
	$(".aaa4a").click(function(){
		$(".aaa11a").css("display","none");
		$(".aaa22a").css("display","none");
		$(".aaa33a").css("display","none");
		$(".aaa44a").css("display","block");
		});
	

});