jQuery(".contactWrapper").hover(function(){ jQuery(".cW_bg").animate({opacity:'0'}); jQuery(".cWF_bg").show(); jQuery(".cWF_bg").animate({opacity:'0.5'}); jQuery(".cWpoint").animate({top:'-248px'}); },function(){ jQuery(".cW_bg").animate({opacity:'0.8'}); jQuery(".cWF_bg").animate({opacity:'0'}); jQuery(".cWpoint").animate({top:'0px'}); }); jQuery(".viewBtn").hover(function(){ jQuery(this).animate({width:'281px'},200); },function(){ jQuery(this).animate({width:'187px'},200); }); jQuery(".moreBtn").hover(function(){ jQuery(this).animate({width:'272px'},200); },function(){ jQuery(this).animate({width:'184px'},200); }); jQuery(".newsListView").hover(function(){ jQuery(this).children("i").animate({backgroundColor:"#f47300"},200); },function(){ jQuery(this).children("i").animate({backgroundColor:"#ececec"},200); }); jQuery(".fromBtn").hover(function(){ jQuery(this).animate({opacity:"0.8"},200); },function(){ jQuery(this).animate({opacity:"1"},200); }); /*jQuery("#menu").find("a").hover(function(){ if (jQuery(this).hasClass("current")){ }else{ jQuery(this).animate({backgroundColor:"#2d73c1"},200); }; },function(){ if (jQuery(this).hasClass("current")){ }else{ jQuery(this).animate({backgroundColor:"#fff"},200); }; });*/ jQuery(".paging").children("a").hover(function(){ if (jQuery(this).hasClass("disabled")){ }else{ jQuery(this).animate({backgroundColor:"#2d73c1"},200); }; },function(){ if (jQuery(this).hasClass("disabled")){ }else{ jQuery(this).animate({backgroundColor:"#fff"},200); }; }); var X = "下一页"; var S = "上一页"; var P = jQuery(".paging a").text(); if( P == X ){ jQuery(".paging a").before("上一页"); }else if( P == S ){ jQuery(".paging a").after("下一页"); }; /*jQuery(".paging").children("a").hover(function(){ if (jQuery(this).hasClass("disabled")){ }else{ jQuery(this).animate({backgroundColor:"#2d73c1"},200); }; },function(){ if (jQuery(this).hasClass("disabled")){ }else{ jQuery(this).animate({backgroundColor:"#fff"},200); }; });*/