$(document).ready(function() { $(".nav ul li").hover( function(){ $(this).find("div").show(); }, function(){ $(this).find("div").hide(); }); $(".cm_gytl .cm_block01 .block02 .box .txt li,.cm_mytl .cm_block01 .block01 .box .txt li").hover( function(){ $(this).find("div").show(); }, function(){ $(this).find("div").hide(); } ); $(".cm_qydt .cm_block01 .block02 .gd_box02 ul li").click( function(){ $(".cm_qydt .cm_block01 .block02 .gd_box02 ul li").find("a").removeclass("current"); $(this).find("a").addclass("current"); var dangqiang=$(".cm_qydt .cm_block01 .block02 .gd_box ul li").eq($(".cm_qydt .cm_block01 .block02 .gd_box02 ul li").index(this)); dangqiang.addclass("show"); dangqiang.siblings().removeclass("show"); }); });