var $banner=jquery(".banner"), $banneritem=jquery(".banner .item"), $bannerimg=jquery(".banner .pimg"); function initpro(){ var bannerh=win_height-178; if(!ismobile){ $banner.css({height:bannerh}); $banneritem.css({height:bannerh}); pageinit.setimgmax($bannerimg,1782,718,jquery(".banner").width(),bannerh); }else{ $banner.css({height:"auto"}); $banneritem.css({height:"auto"}); $bannerimg.attr("style","").css({position: "relative"}); } } initpro(); jquery(window).resize(function () { initpro(); }); $banner.slick({ slide:".item", autoplay: true, arrows: false, dots:true, infinite: true, easing:"easeinoutexpo", speed: 0, autoplayspeed: 6000, pauseonhover: false, fade: true, draggable:false, touchmove:false }); jquery(function(){ jquery(".ibox-hot").slick({ autoplay: true, arrows: false, dots: true, infinite: true, autoplayspeed: 5000, speed: 800, pauseonhover: false }); jquery(".itab-t a").mouseenter(function() { $(this).addclass("active").siblings().removeclass("active"); $(".ibox-new-tabc .ibox-new-txt").eq($(this).index()).addclass("active").siblings().removeclass("active"); }); jquery(".ibox-case-demo").slick({ autoplay: true, arrows: true, dots: false, infinite: true, autoplayspeed: 5000, speed: 800, fade: true, pauseonhover: false }); });