$(function(){ //棣栭〉bannerleaf //$(window).load(function(){ setTimeout(function(){ $(".banner").addClass("active"); },100) //}) var myBanner = new Swiper('.banner .swiper-container', { autoplay: true, loop: true, speed:1000, watchOverflow: true, pagination: { el: '.banner .swiper-pagination', clickable: true, }, navigation: { nextEl: '.banner .swiper-button-next', prevEl: '.banner .swiper-button-prev', } }); $(".banner,.inAdv_box,.inOperate_box,.inSolu_box,.inProduct_box,.inCase_box,.inNews_box,.inPartner_box").smartFloat(); //浼樺娍 var inAdv_list = new Swiper('.inAdv_list .swiper-container', { slidesPerView: 8, spaceBetween: 0, freeMode: false, watchOverflow: true, navigation: { nextEl: '.inAdv_list .swiper-button-next', prevEl: '.inAdv_list .swiper-button-prev', }, breakpoints: { 640: { slidesPerView: 2, } }, }) //浜у搧涓績 var proThumbs = new Swiper('.pro_thumbs .swiper-container', { slidesPerView: 4, spaceBetween: 20, freeMode: false, watchSlidesVisibility: true, watchSlidesProgress: true, watchOverflow: true, autoHeight: true, navigation: { nextEl: '.pro_thumbs .swiper-button-next', prevEl: '.pro_thumbs .swiper-button-prev', }, breakpoints: { 640: { slidesPerView: 2, spaceBetween: 14, } , 480: { slidesPerView: 1, spaceBetween: 0, } }, }); var proTop = new Swiper('.pro_top .swiper-container', { slidesPerView: 1, spaceBetween: 0, freeMode: false, autoHeight: true, watchOverflow: true, thumbs: { swiper: proThumbs }, }); //妗堜緥 var eurTab = new Swiper('.inCaseTab .swiper-container', { slidesPerView: 6, spaceBetween: 0, freeMode: false, watchOverflow: true, breakpoints: { 1440: { slidesPerView: 6, } , 640: { slidesPerView: 4.5, } }, }) $(".inCaseTab .swiper-slide").each(function(i){ var index=$(this).index(); $(this).click(function(){ $(this).addClass("active"); $(this).siblings().removeClass("active"); $(".inCase_item").eq(index).addClass("active"); $(".inCase_item").eq(index).siblings().removeClass("active"); }) }) $(".inCaseTab .swiper-slide").eq(0).click(); $(".inCase_item").each(function(){ var $this=$(this); $this.find(".inCase_con_tab span").each(function(i){ var index=$(this).index(); $(this).click(function(){ $(this).addClass("active"); $(this).siblings().removeClass("active"); $this.find(".inCase_right_item").eq(index).addClass("active"); $this.find(".inCase_right_item").eq(index).siblings().removeClass("active"); }) }) $this.find(".inCase_con_tab span").eq(0).click(); }) //鏂伴椈 $(".inNews_tab span").each(function(i){ var index=$(this).index(); $(this).click(function(){ $(this).addClass("active"); $(this).siblings().removeClass("active"); $(".inNews_item").eq(index).addClass("active"); $(".inNews_item").eq(index).siblings().removeClass("active"); }) }) $(".inNews_tab span").eq(0).click(); }) //鏅鸿兘瀹氫綅 $.fn.smartFloat = function() { var position = function(element) { var winHeight=$(window).height(); var top = element.position().top; if($(window).width()>1100){ $(window).scroll(function() { var scrolls = $(this).scrollTop(); if (scrolls > top-winHeight*0.7) { //濡傛灉婊氬姩鍒伴〉闈㈣秴鍑轰簡褰撳墠鍏冪礌element鐨勭浉瀵归〉闈㈤《閮ㄧ殑楂樺害 element.addClass("active"); } }); }else{ element.addClass("active"); } }; return $(this).each(function() { position($(this)); }); };