var _____WB$wombat$assign$function_____ = function(name) {return (self._wb_wombat && self._wb_wombat.local_init && self._wb_wombat.local_init(name)) || self[name]; }; if (!self.__WB_pmw) { self.__WB_pmw = function(obj) { this.__WB_source = obj; return this; } } { let window = _____WB$wombat$assign$function_____("window"); let self = _____WB$wombat$assign$function_____("self"); let document = _____WB$wombat$assign$function_____("document"); let location = _____WB$wombat$assign$function_____("location"); //let top = _____WB$wombat$assign$function_____("top"); let parent = _____WB$wombat$assign$function_____("parent"); let frames = _____WB$wombat$assign$function_____("frames"); let opener = _____WB$wombat$assign$function_____("opener"); $(function () { $(".weixin img").hide(); $(".weixin").hover(function () { $(this).find("img").fadeIn(); }, function () { $(this).find("img").fadeOut(); }); }) $(function () { $("#nav_ul > li").hover(function () { $(this).find("ul").slideDown(300); }, function () { $(this).find("ul").stop(true, true).slideUp(); }); }) $(function () { $("#kinMaxShow").kinMaxShow({ height: 688, button: { normal: { right: '47%', borderRadius: '10px', background: "#fff", border: "0" }, focus: { borderRadius: '10px', background: "#009958", border: "1px", color: "#61b93a" } } }); }) $(function () { $(".lj_titlespan").hover(function () { $(".lj_titlespan").removeClass("lj_titlespanhover"); $(this).addClass("lj_titlespanhover"); $(".lj_box_main").hide(); $(".lj_box_main").eq($(".lj_titlespan").index($(this))).show(); }) }); $(function () { $("#float_div_top").click(function () { $("html,body").animate({ scrollTop: 0 }, 500); }); }) }