/*! 鍥炲埌澶撮儴鎸夐挳 01 scrollTop */ ! function(o) { "use strict"; o.fn.toTop = function(t) { var i = this, e = o(window), s = o("html, body"), n = o.extend({ autohide: !0, offset: 420, speed: 500, position: !0, bottom: 30 }, t); i.css({ cursor: "pointer" }), n.autohide && i.css("display", "none"), n.position && i.css({ position: "fixed", right: n.right, bottom: n.bottom }), i.click(function() { s.animate({ scrollTop: 0 }, n.speed) }), e.scroll(function() { var o = e.scrollTop(); n.autohide && (o > n.offset ? i.fadeIn(n.speed) : i.fadeOut(n.speed)) }) } }(jQuery); $('.kf02-foot').toTop(); $(".kf02-left").click(function() { $(this).toggleClass("on"); $(".kf02").toggleClass("on"); }) $('.toSearch').click(function(e) { $(".serpc").fadeIn(); }); $('.topser .close').click(function() { $(".serpc").fadeOut() }) $('.toSearch2').click(function(e) { $(".sermob").show(); }); $('.sermob .close').click(function() { $(".sermob").hide() }) //鍥炲埌椤堕儴 02 function goTop() { $('html,body').animate({ 'scrollTop': 0 }, 600); } // WOW鍔ㄧ敾 if (!(/msie [6|7|8|9]/i.test(navigator.userAgent))) { new WOW().init(); }; //瀵艰埅鑿滃崟 /*var off = true; $(".navTrigger").click(function() { if (off == true) { $(this).addClass("navTrigger-on"); $('.wapNav').addClass("nav_on"); off = false; } else { $(this).removeClass("navTrigger-on"); $(".wapNav").removeClass("nav_on"); off = true; } }); $('.wapNav .m').click(function() { $(this).children('.navSub').slideToggle().end().siblings('.m').children('.navSub').slideUp(); $(this).addClass('on').siblings('li').removeClass('on'); }); $('.menuIcon').click(function() { $('.sidebar').stop(true, false).slideToggle(); }); $('.sidebarMenu>li').click(function() { $(this).children('ul').slideToggle().end().siblings('.m').children('.ul').slideUp(); $(this).addClass('cur').siblings('li').removeClass('cur'); }); $('.header .lang').click(function() { $('.langMain').stop(true, false).slideToggle(); });*/ $(".navp").each(function() { $(this).click(function() { $(this).parent().siblings().find('.subNavm').slideUp(); $(this).parent().siblings().removeClass('on'); $(this).parent().toggleClass('on'); $(this).next().slideToggle(); }) }) $(".navp1").each(function() { $(this).click(function() { $(this).parent().siblings().find('.subnavp').slideUp(); $(this).parent().siblings().removeClass('on'); $(this).parent().toggleClass('on'); $(this).next().slideToggle(); }) }) $(".menu-btn").click(function() { $('html').toggleClass('drawerMenu-open'); $('.mobNav').slideToggle(); // $("body").toggleClass('fixdbody'); }) $('.toSearch').click(function() { $(".cd-popup").addClass('is-visible') }) $('.close_btn').click(function() { $(".cd-popup").removeClass('is-visible') }) /* 瀹㈡湇 */ $(document).ready(function() { $(".sz-kefu .kf1").click(function() { $('.sz-kefu .qq').find(".sidebox").stop().animate({ "right": "0" }, 160); $(this).find(".sidebox").stop().animate({ "right": "-50px" }, 160); }); $(".sz-kefu .qq .close").click(function() { $('.sz-kefu .qq').find(".sidebox").stop().animate({ "right": "-150px" }, 160); $('.sz-kefu .kf1').find(".sidebox").stop().animate({ "right": "0" }, 160); }); $(".sz-kefu .kf3").hover(function() { $(this).find(".sidebox").stop().animate({ "width": "130px" }, 160); $(this).find(".sidebox3").stop().animate({ "width": "240px" }, 160); }, function() { $(this).find(".sidebox").stop().animate({ "width": "50px" }, 160); }); $('.sz-kefu .kf2').hover(function() { $(this).find('.kf_wx').fadeIn(); }, function() { $(this).find('.kf_wx').fadeOut(); }); }); $(".search-btn").on("click", function() { $(".search-bar").toggleClass("show"); }) if ($('.header').length > 0) { var pTop = $('.header').position().top; $(document).scroll(function(e) { if ($(document).scrollTop() > pTop) { $('.header').addClass('fixed') $('body').addClass('body-fixed') } else { $('.header').removeClass('fixed') $('body').removeClass('body-fixed') }; }); $('.header .nav-list li:nth-child(2)').hover(function(){ $(".product-subnav").slideDown(); }) $('.header').mouseleave(function(){ $(".product-subnav").stop(true,false).slideUp(); }) $('.header .nav-list li.np').hover(function(){ $(".product-subnav").stop(true,false).slideUp(); }) } // 閫镐簯澶?021-06-10 var swiperBanner = new Swiper('#banner-swiper', { pagination: { el: '#banner-swiper .swiper-pagination', clickable: true, }, navigation: { nextEl: '#banner-swiper .banner-next', prevEl: '#banner-swiper .banner-prev', }, autoplay: true, autoplay: { delay: 7000 }, loop: true, speed: 800, }); var swiper_in_product = new Swiper('.swiper-container-in-product', { slidesPerView: 4, spaceBetween: 20, autoplay: true, speed: 500, loop: false, navigation: { nextEl: '.swp-bar-in-product .next', prevEl: '.swp-bar-in-product .prev', }, breakpoints: { 1366: { spaceBetween: 20, }, 768: { slidesPerView: 3, spaceBetween: 20, }, 640: { slidesPerView: 2, spaceBetween: 15, }, } }) var swiper_in_case = new Swiper('.swiper-container-in-case', { slidesPerView: 4, spaceBetween: 20, autoplay: true, speed: 500, loop: true, navigation: { nextEl: '.swp-bar-in-case .next', prevEl: '.swp-bar-in-case .prev', }, breakpoints: { 1366: { spaceBetween: 20, }, 768: { slidesPerView: 2, spaceBetween: 20, }, 640: { slidesPerView: 2, spaceBetween: 15, }, } }) var swiper_in_news = new Swiper('.swiper-container-in-news', { autoplay: false, loop: false, speed: 700, spaceBetween: 20, on: { slideChangeTransitionStart: function() { $(".in-news-tab .on").removeClass('on'); $(".in-news-tab li").eq(this.activeIndex).addClass('on'); } } }); $(".in-news-tab li").on('click', function(e) { e.preventDefault(); $(".in-news-tab li.on").removeClass('on'); $(this).addClass('on'); swiper_in_news.slideTo($(this).index()); }) // var swiper_in_news = new Swiper('.swiper-container-in-news', { // autoplay: false, // loop: 700, // speed: 500, // spaceBetween: 20, // on: { // slideChangeTransitionStart: function() { // $(".in-news-tab .on").removeClass('on'); // $(".in-news-tab li").eq(this.activeIndex).addClass('on'); // } // } // }); // $(".in-news-tab li").on('click', function(e) { // e.preventDefault(); // $(".in-news-tab li.on").removeClass('on'); // $(this).addClass('on'); // swiper_in_news.slideTo($(this).index()); // }) var swiper_in_air = new Swiper('.swiper-container-in-air', { autoplay: false, loop: false, speed: 700, spaceBetween: 20, on: { slideChangeTransitionStart: function() { $(".in-air-tab .on").removeClass('on'); $(".in-air-tab li").eq(this.activeIndex).addClass('on'); } } }); $(".in-air-tab li").on('click', function(e) { // e.preventDefault(); $(".in-air-tab li.on").removeClass('on'); $(this).addClass('on'); swiper_in_air.slideTo($(this).index()); }) var gallerySmall = new Swiper('.swiper-container-small', { direction: 'vertical', spaceBetween: 10, slidesPerView: 4, watchSlidesVisibility: true, watchSlidesProgress: true, autoplay: false, navigation: { nextEl: '.album-small .next', prevEl: '.album-small .prev', } }); var galleryBig = new Swiper('.swiper-container-big', { spaceBetween: 0, autoplay: false, noSwiping: true, thumbs: { swiper: gallerySmall }, breakpoints: { 768: { pagination: { el: '.swiper-container-big .swiper-pagination', clickable: true, }, }, } }); $(".swiper-container-small .swiper-slide").click(function(){ $(this).addClass("on").siblings().removeClass("on"); }) var swiper_case = new Swiper('.swiper-container-case', { slidesPerView: 4, spaceBetween: 20, autoplay: true, speed: 500, loop: true, pagination: { el: '.swp-bar-case .swp-page', clickable: true, }, navigation: { nextEl: '.swp-bar-case .next', prevEl: '.swp-bar-case .prev', }, breakpoints: { 1366: { spaceBetween: 20, }, 768: { spaceBetween: 20, slidesPerView: 2, }, } }) // 鏅洪€犲疄鍔 var swiper_honor = new Swiper('.swiper-container-honor', { slidesPerView: 4, spaceBetween: 20, slidesPerGroup: 4, autoplay: false, speed: 700, loop: false, pagination: { el: '.swiper-container-honor .swiper-pagination', clickable: true, }, breakpoints: { 768: { spaceBetween: 20, }, 760: { spaceBetween: 20, slidesPerView: 2, slidesPerGroup: 2, }, } }) var swiper_hzjg = new Swiper('.swiper-container-hzjg', { slidesPerView: 6, slidesPerColumn: 2, slidesPerGroup: 12, spaceBetween: 20, speed: 700, pagination: { el: '.swiper-container-hzjg .swiper-pagination', clickable: true, }, breakpoints: { 768: { slidesPerView: 4, slidesPerColumn: 2, slidesPerGroup: 8, }, 760: { slidesPerView: 3, slidesPerColumn: 2, slidesPerGroup: 6, }, } }); var swiper_hzzs = new Swiper('.swiper-container-hzzs', { slidesPerView: 4, slidesPerColumn: 2, spaceBetween: 20, slidesPerGroup: 8, speed: 700, pagination: { el: '.swiper-container-hzzs .swiper-pagination', clickable: true, }, breakpoints: { 768: { slidesPerView: 3, slidesPerColumn: 2, slidesPerGroup: 6, }, 760: { slidesPerView: 2, slidesPerColumn: 2, slidesPerGroup: 4, }, } }); var swiper_history = new Swiper('.swiper-container-history', { slidesPerView: 'auto', spaceBetween: 0, autoplay: true, autoplay: { delay: 5000 }, centeredSlides: true, speed: 600, loop: false, pagination: { el: '.swiper-container-history .swiper-pagination', clickable: true, }, navigation: { nextEl: '.swp-bar-hitory .next', prevEl: '.swp-bar-hitory .prev', }, breakpoints: { 760: { spaceBetween: 10, }, } }) // end var swiper_solution = new Swiper('.swiper-container-solution', { slidesPerView: 3, spaceBetween: 60, autoplay: true, speed: 500, loop: false, pagination: { el: '.swiper-container-solution .swiper-pagination', clickable: true, }, breakpoints: { 1366: { spaceBetween: 40, }, 768: { spaceBetween: 30, }, } }) // 寰峰疂swiper var swiper_in_partner = new Swiper('.swiper-container-in-partner', { slidesPerView: 7, spaceBetween: 25, autoplay: true, speed: 500, loop: true, navigation: { nextEl: '.in-partner-swp .next', prevEl: '.in-partner-swp .prev', }, breakpoints: { 1366: { slidesPerView: 5, spaceBetween: 20, }, 768: { slidesPerView: 4, spaceBetween: 20, }, } }) var swiper_in_history = new Swiper('.swiper-container-in-history', { slidesPerView: 1, spaceBetween: 10, autoplay: true, speed: 500, loop: false, pagination: { el: '.subitem-history .swiper-pagination', clickable: true, }, breakpoints: { 1366: { spaceBetween: 10, }, 768: { spaceBetween: 10, }, } }) var swiper_about_history = new Swiper('.swiper-container-about-history', { slidesPerView: 1, spaceBetween: 10, autoplay: true, speed: 500, loop: false, watchSlidesVisibility: true, watchSlidesProgress: true, breakpoints: { 1366: { spaceBetween: 10, }, 768: { spaceBetween: 10, }, }, }) var swiper_about_history_pic = new Swiper('.swiper-container-about-history-pic', { slidesPerView: 1, spaceBetween: 10, autoplay: true, speed: 500, loop: false, pagination: { el: '.history-wrap .cont .swiper-pagination', clickable: true, }, thumbs: { swiper: swiper_about_history }, }) var swiper_in_culture = new Swiper('.swiper-container-in-culture', { slidesPerView: 1, spaceBetween: 10, autoplay: true, speed: 500, loop: false, pagination: { el: '.subitem-culture .swiper-pagination', clickable: true, }, breakpoints: { 1366: { spaceBetween: 10, }, 768: { spaceBetween: 10, }, } }) var galleryThumbs = new Swiper('.gallery-thumbs', { spaceBetween: 20, slidesPerView: 4, freeMode: true, watchSlidesVisibility: true, watchSlidesProgress: true, }); var galleryTop = new Swiper('.gallery-top', { spaceBetween: 20, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, thumbs: { swiper: galleryThumbs } }); var swiper_yf_pt = new Swiper('.swiper-container-yf-pt', { autoplay: false, loop: false, speed: 500, spaceBetween: 30, on: { slideChangeTransitionStart: function() { $(".yf-pt-tab .on").removeClass('on'); $(".yf-pt-tab li").eq(this.activeIndex).addClass('on'); } } }); $(".yf-pt-tab li").on('click', function(e) { e.preventDefault(); $(".yf-pt-tab li.on").removeClass('on'); $(this).addClass('on'); swiper_yf_pt.slideTo($(this).index()); }) var swiper_pj_tab = new Swiper('.swiper-container-pj-tab', { autoplay: false, loop: false, speed: 500, spaceBetween: 30, on: { slideChangeTransitionStart: function() { $(".yf-pj-tab .on").removeClass('on'); $(".yf-pj-tab li").eq(this.activeIndex).addClass('on'); } } }); $(".yf-pj-tab li").on('click', function(e) { e.preventDefault(); $(".yf-pj-tab li.on").removeClass('on'); $(this).addClass('on'); swiper_pj_tab.slideTo($(this).index()); }) var gallery_zt_samll = new Swiper('.swiper-container-zt-small', { direction: 'vertical', spaceBetween: 20, slidesPerView: 4, freeMode: true, watchSlidesVisibility: true, watchSlidesProgress: true, autoplay: false }); var gallery_zt_big = new Swiper('.swiper-container-zt-album', { spaceBetween: 0, autoplay: false, noSwiping: true, thumbs: { swiper: gallery_zt_samll }, navigation: { nextEl: '.zt-small .next', prevEl: '.zt-small .prev', }, }); var swiper_market = new Swiper('.swiper-container-market', { slidesPerView: 3, spaceBetween: 20, autoplay: true, speed: 500, loop: true, breakpoints: { 640: { slidesPerView: 2, }, }, navigation: { nextEl: '.market-road .next', prevEl: '.market-road .prev', }, }) var swiper_about_honor = new Swiper('.swiper-container-about-honor', { spaceBetween: 20, slidesPerView: 4, slidesPerColumn: 2, autoplay: true, speed: 500, loop: false, navigation: { nextEl: '.swiper-container-about-honor .next', prevEl: '.swiper-container-about-honor .prev', }, breakpoints: { 768: { spaceBetween: 20, }, } }) var swiper_leader = new Swiper('.swiper-container-leader', { spaceBetween: 20, slidesPerView: 3, autoplay: true, speed: 500, loop: false, navigation: { nextEl: '.swiper-container-leader .next', prevEl: '.swiper-container-leader .prev', }, breakpoints: { 768: { spaceBetween: 20, }, } }) var swiper_qyz = new Swiper('.swiper-container-qyz', { spaceBetween: 20, slidesPerView: 'auto', autoplay: false, speed: 500, loop: false, breakpoints: { 768: { spaceBetween: 20, }, }, pagination: { el: '.qyz-list-tab', clickable: true, renderBullet: function (index, className) { return '
  • ' + (index + 1) + '
  • '; }, }, }) // ftx swiper end