锘縟ocument.write(""); document.write("
"); jQuery(function() { /*锟斤拷锟截讹拷锟斤拷*/ $('#return_top').click(function() { //锟斤拷元锟截碉拷锟斤拷锟绞憋拷锟 $('html,body').animate({ scrollTop: 0 }, 600); //锟斤拷 body 锟斤拷 scroolTop 锟斤拷为 0 }) $(window).scroll(function() { if ($(window).scrollTop() > 0) { $('#return_top').fadeIn('slow'); } else { $('#return_top').fadeOut('slow'); } }) /*锟斤拷维锟斤拷*/ $("#block-erweima").hover(function(){ $(this).find(".phone").stop().fadeIn(500); },function(){ $(this).find(".phone").stop().fadeOut(500); }) $("#block-qq").click(function(e){ e.stopPropagation(); if($(".phone").hasClass("on")){ $(this).find(".phone").removeClass("on").fadeOut(500); }else{ $(this).find(".phone").addClass("on").fadeIn(500); } }) /*锟界话*/ $("#block-phone").hover(function(){ $(this).find(".block-phone-num").stop().animate({ 'width' : '130px', 'opacity' : "1" },200); },function(){ $(this).find(".block-phone-num").stop().animate({ 'width' : '0', 'opacity' : "0" },200); }) })