//关于我们 var set_o = "#wns_p2_l > div"; var set_m = "#wns_p2_bg > div"; var o_index; $(set_o).mouseenter(function() { $(this).siblings().removeclass("active"); $(this).addclass("active"); o_index = $(this).index(); $(set_m).siblings().removeclass("active"); $(set_m).eq(o_index).addclass("active"); }); //关于我们