$(".wap-nav").click(function(){ if($(".nav").is(":hidden")){ $(".nav").show();} else{$(".nav").hide();} }) var windowWidth = $(window).width(); if(windowWidth>768){ $(".banner-img").height($(window).height()); } if(windowWidth<=768){ $(".banner-img").height(520); } if(windowWidth<=640){ $(".banner-img").height(320); } $(".list10 li .list10-1 div").height($(".list10 li .list10-1 div").width()*1.3); var new_heig=$(".list10 li .list10-1").height(); //document.title=new_heig; $(".list10 li .list10-2").height(new_heig); var w=$(".swiper-container1 .swiper-slide").width(); $(".swiper-container1 .box-1").height(w); var w1=$(".swiper-container5 .swiper-slide").width(); $(".swiper-container5 .box-1").height(w1); $(".list7-2").height($(".list7-2").width()*0.6); $(".list8 li").eq(0).addClass("cur").siblings("li").removeClass("cur"); var v_title=$(".list8 li").eq(0).attr("data-title"); var v_time=$(".list8 li").eq(0).attr("data-time"); var v_img=$(".list8 li").eq(0).attr("data-img"); $("#box6 h1").html(v_time); $("#box6 .imgBigTextImg img").attr("src",v_img); $("#box6 h2").html(v_title); $(".list8 li").click(function(){ $(this).addClass("cur").siblings("li").removeClass("cur"); v_title=$(this).attr("data-title"); v_time=$(this).attr("data-time"); v_img=$(this).attr("data-img"); $("#box6 h1").html(v_time); $("#box6 .imgBigTextImg img").attr("src",v_img); $("#box6 h2").html(v_title); }) $(".t6 li").eq(0).addClass("on").siblings("li").removeClass("on");$(".t6con").eq(0).show().siblings(".t6con").hide(); $(".t6 li").click(function(){ $(this).addClass("on").siblings("li").removeClass("on"); $(".t6con").eq($(this).index()).show().siblings(".t6con").hide(); }) //$(".t6 li").eq(1).click(function(){ // $(".swiper-container5").show(); // $(".swiper-container1").hide(); // })