$(document).ready(function(){ 
        
        $("#nav li").hover(
		        function(){
			        clearTimeout(setTimeout("0")-1);
			        $("#nav .kind_menu").hide(); 
			        $("#nav li .v .sele").attr("class","shutAhover");
			        $(this).attr("id","nav_hover")
			        $("#nav_hover .v a").attr("class","sele");
			       // $("#nav_hover .kind_menu").show(); 
			       // $("#nav") .attr("class","nav_height2");
		        },
		        function(){
        			
			        if($(this).attr("class") != "nav_lishw"){
				        $("#nav_hover .v .sele").attr("class","");
				     //   $("#nav_hover .kind_menu").hide(); 
				     //   $("#nav") .attr("class","nav_height1");
			        }
			        $(this).attr("id","")
			        $("#nav li .v .shutAhover").attr("class","sele");
			        setTimeout(function(){
				        $(".nav_lishw .kind_menu").show();
				        //$("#nav") .attr("class","nav_height2");
				        $(".nav_lishw .v a").attr("class","sele");
			        },50); 
		        }
	        );
        function mod_main_in(modid,me){  
            $(me).attr("id","actionDiv");
	        if($(me).attr("class").indexOf("tit1")>-1){
		        $("#" + modid + " .tit .tit2").attr("id","notactionDiv");
		        $("#" + modid + " .con2").hide();
		        $("#" + modid + " .con1").show();
	        }else {
		        $("#" + modid + " .tit .tit1").attr("id","notactionDiv");
		        $("#" + modid + " .con1").hide();
		        $("#" + modid + " .con2").show();
	        }    
        	
        }

        function mod_main_start(i){
	        $("#mod_main_"+i+" .tit .tit2").hover(
	        function(){mod_main_in("mod_main_"+i,this)},function(){}
	        );
	        $("#mod_main_"+i+" .tit .tit1").hover(
		        function(){mod_main_in("mod_main_"+i,this)},function(){}
	        );
        }

        //for(var i=0;i<8;i++){	mod_main_start(i);  }

        $(".btn .ckxq").hover(
	        function(){$(this).attr("src","/iimages/ckxq1.gif")},
	        function(){$(this).attr("src","/iimages/ckxq.gif")}
        );

        $(".btn .zxsq").hover(
	        function(){$(this).attr("src","/iimages/zxsq1.gif")},
	        function(){$(this).attr("src","/iimages/zxsq.gif")}
        );


        $(".top_sub .tit1").hover(
	        function(){ 
		        $(".gsjj_txt1").show();
		        $(".gsjj_txt2").hide();
		        $(this).attr("id","actionDiv1");
		        $(".top_sub .tit2").attr("id","notactionDiv1");
		        },function(){}
        );
        $(".top_sub .tit2").hover(
	        function(){ 
		        $(".gsjj_txt2").show();
		        $(".gsjj_txt1").hide();
		        $(this).attr("id","actionDiv1");
		        $(".top_sub .tit1").attr("id","notactionDiv1");
		        },function(){}
        );
 
      if($("#wnl") && $("#wnl").attr("id")){onloadWnl('wnl'); }
      if($("#w265")){$("#w265").attr("src", "http://weather.265.com/weather.htm");};
   
}); 
