//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 () { // bottom nav $('.bottom_nav .p_level1box .p_level1item').find('.p_level2box').parents('.p_level1item').addclass('open'); // 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 inproswiper = new swiper('.inrepro_con.swiper-container', { autoplay: { delay: 4000, stoponlastslide: false, disableoninteraction: false, }, loop: false, slideactiveclass: 'active', initialslide: 0, //默认显示第几张 mousewheel: false, slidesperview: 3, spacebetween: 0, slidespergroup: 3, speed: 600, observer: true, observeparents: true, watchslidesvisibility: true, centerinsufficientslides: true, navigation: { nextel: '.inrepro_con .swiper-button-next', prevel: '.inrepro_con .swiper-button-prev', }, pagination: { el: '.inpro.swiper-pagination', clickable: true, }, breakpoints: { 768: { slidesperview: 2, spacebetween: 5, slidespergroup: 2 }, 1024: { slidesperview: 2, spacebetween: 0, slidespergroup: 2 } } }); //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') }