$(document).ready(function(){ ///////涓嬫媺鑿滃崟***** $(".navli").mouseenter(function(){ $(this).children('.nava').css('background', 'url(images/subnavbg.png) repeat-y'); $(this).children('img').css({ "opacity": '1', "filter": 'alpha(opacity=100)' }); $(this).children(".listnav").stop(); $(this).children(".listnav").slidedown(400); }); $(".navli").mouseleave(function(){ $(this).children('.nava').css('background', 'none'); $(this).children('img').css({ "opacity": '0', "filter": 'alpha(opacity=0)' }); $(this).children(".listnav").css('display', 'none'); }); $('.history').css({'height':'3140px'}); $(".newsnav li").hover(function(event) { $(this).addclass('cur').siblings().removeclass('cur'); $(".newsright").children().fadeout(300); $(".newsright").children().animate({'left': '5px'}, 200); $(".newsright").children().eq($(this).index()).fadein(300, function() { $(".newsright").children().eq($(this).index()).animate({'left': 0}, 200); }); }); $("#yftz li").hover(function(event) { $(this).addclass('cur').siblings().removeclass('cur'); $("#yftztxt").children().eq($(this).index()).addclass('block').siblings().removeclass('block'); }); $("#fzlc li").click(function(event) { $(this).addclass('cur').siblings().removeclass('cur'); $("#fzlctxt").children().eq($(this).index()).addclass('block').siblings().removeclass('block'); }); $("#righttop li").click(function(event) { $(this).addclass('cur').siblings().removeclass('cur'); $("#righttxt").children().eq($(this).index()).addclass('block').siblings().removeclass('block'); }); /*****浠峰€肩悊蹇?****/ $("#culture li").eq(0).children("div").css({ "top": 'auto', "bottom": '0', }).siblings('.cultureimg').css({ "top": '0', "bottom": 'auto', }); $("#culture li").eq(2).children("div").css({ "top": 'auto', "bottom": '0', }).siblings('.cultureimg').css({ "top": '0', "bottom": 'auto', }); $("#culture li").eq(4).children("div").css({ "top": 'auto', "bottom": '0', }).siblings('.cultureimg').css({ "top": '0', "bottom": 'auto', }); $("#culture li").eq(6).children("div").css({ "top": 'auto', "bottom": '0', }).siblings('.cultureimg').css({ "top": '0', "bottom": 'auto', }); $("#culture li").mouseenter(function(event) { $(this).children('.culturetxt').stop(); $(this).children('.culturetxt').fadein(300); }); $("#culture li").mouseleave(function(event) { $(this).children('.culturetxt').stop(); $(this).children('.culturetxt').fadeout(300); }); /*****棰嗗鐝瓙*****/ $("#leadershiptop li").click(function(event) { $(this).addclass('cur').siblings().removeclass('cur'); $(".leadership").children().eq($(this).index()).addclass('show').siblings().removeclass('show'); }); /****娓濆瘜瑕侀椈****/ $("#newstxt li").mouseenter(function(event) { $("#newstxt li").removeclass('cur'); var mynum = $(this).index(); $("#newstxtbg").stop(); $("#newstxtbg").animate({ "top": 87 * $(this).index()}, 300, function() { $("#newstxt li").eq(mynum).addclass('cur'); }); $("#newspic li").eq($(this).index()).fadein(300, function() { $(this).css('z-index', '3'); }).siblings().css('z-index', '2').fadeout('300'); }); /****鍦熷湴缁忚惀****/ /* $("#businesstop li").mouseenter(function(event) { $(this).animate({ "filter": "alpha(opacity=100)", "opacity": 1}, 300 ).siblings().animate({ "filter": "alpha(opacity=0)", "opacity": 0}, 300 ); $("#businessbottom ul li").eq($(this).index()).addclass('cur').siblings().removeclass('cur'); $(this).find(".b00").eq(0).show(); $(this).find(".b00").eq(0).siblings().hide(); $("#b001").show(); $("#b005").show(); $("#b009").show(); $("#b013").show(); $("#b017").show(); $("#b021").show(); }); */ /****涓婚〉绠€浠?***/ $("#homebrief").mouseenter(function(event) { $(this).children('img').stop(); $(this).children('.brieftxt').stop(); $(this).children('img').animate({"left": "458px"}, 300); $(this).children('.brieftxt').animate({"left": "0"}, 300); }); $("#homebrief").mouseleave(function(event) { $(this).children('img').stop(); $(this).children('.brieftxt').stop(); $(this).children('img').animate({"left": "0"}, 300); $(this).children('.brieftxt').animate({"left": "252px"}, 300); }); }); function dy_scroll(wraper,prev,next,img,speed,or){ var wraper = $(wraper); var prev = $(prev); var next = $(next); var img = $(img).find('ul'); var w = img.find('li').outerwidth(true); var s = speed; next.click(function(){ if (!img.is(":animated")){img.animate({'margin-left':-w},function(){ img.find('li').eq(0).appendto(img);img.css({'margin-left':0});});} }); prev.click(function(){ img.find('li:last').prependto(img);img.css({'margin-left':-w}); if (!img.is(":animated")){img.animate({'margin-left':0});} }); if (or == true){ ad = setinterval(function(){next.click();},s*1000); } } $(document).ready(function(e) { $('.whnh ul li img:last-child').css('display','none'); $('.whnh ul li').hover(function(){ $(this).find('img:first-child').css('display','none'); $(this).find('img:last-child').css('display','block'); },function(){ $(this).find('img:last-child').css('display','none'); $(this).find('img:first-child').css('display','block'); }); });