//top fixed $(window).scroll(function () { if ($(window).scrollTop() > 0) { $('#c_navigation_006_P_193-1654650674665').addClass('active') } else { $('#c_navigation_006_P_193-1654650674665').removeClass('active') } }) $('#c_navigation_006_P_193-1654650674665').mouseenter(function () { $('#c_navigation_006_P_193-1654650674665').addClass('active') }).mouseleave(function () { if ($(window).scrollTop() == 0) { $('#c_navigation_006_P_193-1654650674665').removeClass('active') } }); //products details $(document).ready(function () { $('.sp-wrap').smoothproducts(); }); $(function () { // search open $('.header .h_head .h_search').click(function () { $('.top_search').stop().slideToggle() $('.top_search').toggleClass('on') $(this).toggleClass('on') }) // search close $('.top_search .bg').click(function () { $('.top_search').stop().slideUp() $('.top_search').removeClass('on') }) // subnav light var urlName = window.location.pathname; $('.e_container-1 .p_list .p_loopitem .s_title a').each(function () { var urlHref = $(this).attr('href'); if (urlName.indexOf(urlHref) >= 0) { $(this).addClass('on'); $(this).parent().parent("div").addClass('active'); } }); if ($(window).width() < 769) { if ($('.e_container-1 .p_list .p_loopitem.active').length > 0) { var left = $('.e_container-1 .p_list .p_loopitem.active').offset().left; console.log(left) console.log($(window).width() / 2) if (left > ($(window).width() / 2)) { $(".e_container-1 .p_list").scrollLeft(left / 2); } } } //news noimg $('.Newscon .s_img').find('img').parents('.e_container-5').addClass('hasimg'); //join us $('.joblist > .e_container-27 > .p_item').on('click', function () { $(this).parent().siblings('.e_container-14').slideToggle() .parent().siblings('.joblist').children('.e_container-14').slideUp(); $(this).parent().parent().toggleClass("j_cur"); $(this).parent().parent().siblings('.j_cur').removeClass("j_cur"); }); $('.position_list > .p_list > .joblist:nth-child(1) > .e_container-27 > .p_item').trigger('click'); //home banner var swiperFlag = false; var wyzVido = new Swiper('.e_bannerA-2 .swiper-container', { autoplay: { delay: 6000, stopOnLastSlide: false, disableOnInteraction: true, }, speed: 1200, loop: true, navigation: { nextEl: '.e_bannerA-2 .p_btn_next ', prevEl: '.e_bannerA-2 .p_btn_prev ', }, pagination: { el: '.e_bannerA-2 .p_pagenation', clickable: true, }, // 鍒囨崲瀹屾瘯浜嬩欢 on: { init: function () { }, slideChangeTransitionEnd: function () { var _this = $('.e_bannerA-2 .swiper-container .swiper-slide').eq(this.activeIndex); // 鎵ц涓€涓 if (!swiperFlag) { swiperFlag = true; } else { videoSelect(_this); } } } }); videoSelect($('.e_bannerA-2 .swiper-container .swiper-slide.swiper-slide-active')); function videoSelect(_this) { var cc = _this.find('.videoContent .video').length; console.log(cc); if (cc) { wyzVido.autoplay.stop(); _this.find('.videoContent .video').trigger('play'); _this.find('video').bind('ended', function () { wyzVido.slideNext(); wyzVido.autoplay.start(); }); } } //home products list var hproSwiper = new Swiper('.home_pro.swiper-container', { autoplay: { delay: 3000, stopOnLastSlide: false, disableOnInteraction: false, }, loop: false, slideActiveClass: 'active', initialSlide: 0, //榛樿鏄剧ず绗嚑寮 mousewheel: false, slidesPerView: 5, spaceBetween: 10, speed: 800, observer: true, observeParents: true, watchSlidesVisibility: true, centerInsufficientSlides: true, navigation: { nextEl: '.home_pro .swiper-button-next', prevEl: '.home_pro .swiper-button-prev', }, scrollbar: { el: '.home_pro .swiper-scrollbar', }, pagination: { el: '.home_pro .swiper-pagination', clickable: true, }, breakpoints: { 768: { slidesPerView: 2, slidesPerColumn: 2, spaceBetween: 5 }, 1024: { slidesPerView: 4, spaceBetween: 10 } } }); //home industry $(".industry-list > div").hover(function(){ $(this).removeClass('sible'); $(this).addClass('now').siblings().addClass('sible'); },function(){ $(".industry-list > div").removeClass('now sible'); }); //related products var reproSwiper = new Swiper('.repro_con.swiper-container', { autoplay: { delay: 4000, stopOnLastSlide: false, disableOnInteraction: false, }, loop: false, slideActiveClass: 'active', initialSlide: 0, //榛樿鏄剧ず绗嚑寮 mousewheel: false, slidesPerView: 5, spaceBetween: 0, speed: 600, observer: true, observeParents: true, watchSlidesVisibility: true, centerInsufficientSlides: true, navigation: { nextEl: '.repro_con .swiper-button-next', prevEl: '.repro_con .swiper-button-prev', }, scrollbar: { el: '.repro_con .swiper-scrollbar', }, pagination: { el: '.repro_con .swiper-pagination', clickable: true, }, breakpoints: { 768: { slidesPerView: 2, spaceBetween: 5 }, 1024: { slidesPerView: 3, spaceBetween: 0 } } }); //bottom kf $(window).on("load scroll", function () { var top = $(document).scrollTop(), wHeight = $(window).height(); if (top >= 100) { $(".sideBar").fadeIn("fast"); $(".wyz-top").fadeIn("fast"); $(".wyz").css({ "height": 50 }); } else { $(".sideBar").hide(); $(".wyz-top").hide(); $(".wyz").removeAttr("style"); } }); $(".side6").on("click", function () { $("html,body").stop().animate({ scrollTop: 0 }, 500); }); $(".wyz-top").on("click", function () { $("html,body").stop().animate({ scrollTop: 0 }, 500); }); }); if ($('.ny_breadcrumb').hasClass('nobanner')) { $('#c_navigation_006_P_193-1654650674665').addClass('navbai') }