"; page.document.write(html); } $(".index1 .left h3").countUp({ time: 700 }) $(function(){ $(".videobox2 .play").click(function(){ $(".videobox2 .videoimg").hide() $(this).hide() $(".phonevideo").show() $(".phonevideo").trigger("play") }) $(".banner1 .icon1 a.weibo").hover(function(){ $(this).css("background-image","url(/public/static/home/images/weibo1.png)") },function(){ $(this).css("background-image","url(/public/static/home/images/weibo.png)") }) $(".banner1 .icon1 a.weixin").hover(function(){ $(this).css("background-image","url(/public/static/home/images/weixin1.png)") },function(){ $(this).css("background-image","url(/public/static/home/images/weixin.png)") }) $(".index4 .videobox .play").hover(function(){ $(".videoimg").toggleClass('on') }) $(".banner1 .swiper-container").swiper({ effect:"fade", speed:1500, autoplay:4000, nextButton: '.banner1 .next', prevButton: '.banner1 .prev', loop:true }) $(".index1 .right .swiper-container").swiper({ slidesPerView:"auto", nextButton:'.index1 .right .swiper-next', pagination: '.index1 .right .swiper-pagination', }) var index2=$(".index2 .bottom .big-swiper").swiper({ autoHeight: true, preventClicks : false }) $(".index2 .right ul li").click(function(){ var index=$(this).index() $(".index2 .right ul li").removeClass("on") $(this).addClass("on") index2.slideTo(index,800,true) }) $(".index3 .box").eq(0).show() $(".index3 .right ul li").click(function(){ var idx=$(this).index() $(".index3 .right ul li").removeClass("on") $(this).addClass("on") $(".index3 .box").hide() $(".index3 .box").eq(idx).show() }) })