$(function () { $('#silder').imgSilder({ s_width: '100%', //容器宽度 s_height: 446, //容器高度 is_showTit: true, // 是否显示图片标题 false :不显示,true :显示 s_times: 3000, //设置滚动时间 }); $(".mysix").hide(); $(".five").mouseover(function () { $(".fuwu_left").children("h2").children("a").removeClass("on"); $(this).addClass("on"); $(".myfive").show(); $(".mysix").hide(); }); $(".six").mouseover(function () { $(".fuwu_left").children("h2").children("a").removeClass("on"); $(this).addClass("on"); $(".mysix").show(); $(".myfive").hide(); }); $(".myeight").hide(); $(".seven").mouseover(function () { $(".zhitongche").children("div").children("h2").children("a").removeClass("on"); $(this).addClass("on"); $(".myseven").show(); $(".myeight").hide(); }); $(".eight").mouseover(function () { $(".zhitongche").children("div").children("h2").children("a").removeClass("on"); $(this).addClass("on"); $(".myeight").show(); $(".myseven").hide(); }); $(".myfour").hide(); $(".fourgd").hide(); $(".three").mouseover(function () { $(".xinxi_center").children("h2").children("a").removeClass("on"); $(this).addClass("on"); $(".threegd").show(); $(".fourgd").hide(); $(".mythree").show(); $(".myfour").hide(); }); $(".four").mouseover(function () { $(".xinxi_center").children("h2").children("a").removeClass("on"); $(this).addClass("on"); $(".fourgd").show(); $(".threegd").hide(); $(".myfour").show(); $(".mythree").hide(); }); $(".mytwo").hide(); $(".twogd").hide(); $(".one").mouseover(function () { $(".yuanqu_left").children("h2").children("a").removeClass("on"); $(this).addClass("on"); $(".onegd").show(); $(".twogd").hide(); $(".myone").show(); $(".mytwo").hide(); }); $(".two").mouseover(function () { $(".yuanqu_left").children("h2").children("a").removeClass("on"); $(this).addClass("on"); $(".twogd").show(); $(".onegd").hide(); $(".mytwo").show(); $(".myone").hide(); }); $(".e, .f").hide(); $(".a").mouseover(function () { $(".xinxi_left1").children("p").removeClass("on"); $(this).addClass("on"); $(".d").show(); $(".e,.f").hide(); }); $(".b").mouseover(function () { $(".xinxi_left1").children("p").removeClass("on"); $(this).addClass("on"); $(".e").show(); $(".d,.f").hide(); }); $(".c").mouseover(function () { $(".xinxi_left1").children("p").removeClass("on"); $(this).addClass("on"); $(".f").show(); $(".e,.d").hide(); }); $(".zuo_weibo").hide(); $(".zuo_he_4").mouseover(function () { $(".zuo_weibo").show(); }); $(".zuo_he_4").mouseout(function () { $(".zuo_weibo").hide(); }); $(".zuo_weixin").hide(); $(".zuo_he_5").mouseover(function () { $(".zuo_weixin").show(); }); $(".zuo_he_5").mouseout(function () { $(".zuo_weixin").hide(); }); $(".zuo_kqzl").hide(); $(".zuo_he_6").mouseover(function () { $(".zuo_kqzl").show(); }); $(".zuo_he_6").mouseout(function () { $(".zuo_kqzl").hide(); }); $(".zuo_tqyb").hide(); $(".zuo_he_8").mouseover(function () { $(".zuo_tqyb").show(); }); $(".zuo_he_8").mouseout(function () { $(".zuo_tqyb").hide(); }); $(".zuo_zwweixin").hide(); $(".wx_tc").mouseover(function () { $(".zuo_zwweixin").show(); }); $(".wx_tc").mouseout(function () { $(".zuo_zwweixin").hide(); }); $(".kefu_img").hide(); $(".zuo_shou").click(function () { $(".kefu_img").show(); $(".zuo_kefu").hide(); }); $(".zuo_zhan").click(function () { $(".zuo_kefu").show(); $(".kefu_img").hide(); }); $(".fuwu_left_he").mouseover(function () { $(this).children("i").addClass("fuwu_on"); $(this).children("p").addClass("fuwu_on"); }); $(".fuwu_left_he").mouseout(function () { $(this).children("i").removeClass("fuwu_on"); $(this).children("p").removeClass("fuwu_on"); }); $(".e_zwgk, .f_zwgk , .g_zwgk , .k_zwgk").hide(); $(".a_zwgk").mouseover(function() { $(".xinxi2_left1").children("div").removeClass("on"); $(this).addClass("on"); $(".d_zwgk").show(); $(".e_zwgk,.f_zwgk,.g_zwgk,.k_zwgk").hide(); }); $(".b_zwgk").mouseover(function() { $(".xinxi2_left1").children("div").removeClass("on"); $(this).addClass("on"); $(".e_zwgk").show(); $(".d_zwgk,.f_zwgk,.g_zwgk,.k_zwgk").hide(); }); $(".c_zwgk").mouseover(function() { $(".xinxi2_left1").children("div").removeClass("on"); $(this).addClass("on"); $(".f_zwgk").show(); $(".e_zwgk,.d_zwgk,.g_zwgk,.k_zwgk").hide(); }); $(".m_zwgk").mouseover(function() { $(".xinxi2_left1").children("div").removeClass("on"); $(this).addClass("on"); $(".g_zwgk").show(); $(".e_zwgk,.d_zwgk,.f_zwgk,.k_zwgk").hide(); }); $(".n_zwgk").mouseover(function() { $(".xinxi2_left1").children("div").removeClass("on"); $(this).addClass("on"); $(".k_zwgk").show(); $(".e_zwgk,.d_zwgk,.f_zwgk,.g_zwgk").hide(); }); });