$(document).ready(function(){ var h = $(window).height(); var h1 = $(".header").height(); $(".banner").css("height",h-h1); $(".menubar ul li").hover(function(){ $(this).find(".level2").css({"display":"block"}); },function(){ $(this).find(".level2").css({"display":"none"}); }) $(".jiejuefangan li").hover(function(){ $(this).find(".level2").css({"display":"block"}); },function(){ $(this).find(".level2").css({"display":"none"}); }) $(window).load(function() { var hh = $(".index_box1_left img").height(); var h01 = $(".service_bottom_list").height(); var h02 = $(".service_bottom_right").height(); var h03= $(".job_pic").height(); $(".learn_mainw").css("height".h03+20); $(".index_box1_right").css("height",hh); $(".index_box1_left").css("height",hh); $(".service_bottom_center_bt").css("height",h01); $(".service_bottom_left").css("height",h02-30); $(".index_box3_right").height($(".index_box3_left img").height()); $(".index_box2_right").height($(".index_box2_left").height()); $(".job_life_list").height($(".job_pic").height()); }); $(".index_box3_left a img").click(function(){ $(".shipinbofang").css("z-index",1) }) $(".shipinbofang").click(function(){ $(".shipinbofang").css("z-index",-1) }) var hp=$(".zykh_img2 img").height(); $(".zykh_khmain").css("height",hp+60); }) $(".about3_point .point").hover(function(){ $(this).find(".netshow").fadein(300) },function(){ $(this).find(".netshow").fadeout(300) })