$(function(){ //???????????? $('.fc_colsed').click(function(){ $('.fc_2015').hide(); }); //TAB?????? $(".anli_lsit .title_tab span").click(function() { $(".anli_lsit .title_tab span").removeClass("curr"); $(".anli_lsit .tab_list").hide(); $(this).addClass("curr"); $(".anli_lsit .tab_list:eq(" + $(this).index() + ")").stop().fadeIn(200); }); //???????????? $('.pro a').hover(function(){ $(this).find('.txt').animate({bottom:"-50px"}); $(this).find('.txt').css("background","#17284D"); $(this).find('span').css("color","#fff"); $(this).find('em').css("color","#fff"); },function(){ $(this).find('.txt').animate({bottom:"-127px"}); $(this).find('.txt').css("background","#f7f7f7"); $(this).find('span').css("color","#333"); $(this).find('em').css("color","#666"); }); //?????????????????? $('#marqueepro').kxbdSuperMarquee({ isAuto:true, distance:278, btnGo:{left:'#goLM',right:'#goRM'}, direction:'left' }); //TAB?????? $(".nw_box .title_tab span").click(function() { $(".nw_box .title_tab span").removeClass("curr"); $(".nw_box .tab_list").hide(); $(this).addClass("curr"); $(".nw_box .tab_list:eq(" + $(this).index() + ")").stop().fadeIn(200); }); //????????????????????? $('#marqueejxs').kxbdSuperMarquee({ isAuto:true, distance:277, btnGo:{left:'#goJLM',right:'#goJRM'}, direction:'left' }); /*????????????*/ $(".faqlist dl dt").click(function(){ $(this).toggleClass("curr"); //?????????????????????????????????????????? $(this).next("dd").toggle(200); //????????????????????????????????? }); });