//顶部导航 fnheader(); /*页面滚动头部动画*/ function fnheader() { $(window).scroll(function() { var currTop = $(window).scrollTop(); if (currTop < 35) { $('.header').removeClass('header-scroll'); } else { $('.header').addClass('header-scroll'); } }); if ($(window).scrollTop() > 0) { $('.header').addClass('header-scroll'); } } function meun_btn() { $(".meun-btn").toggleClass("meun-btn-open"); $(".mobile-nav-box").toggleClass("mobile-nav-box-show"); // $("html, body").toggleClass("height100"); $(".wrapper").toggleClass("wrapper-after-show"); } $(".mobile-meun-nav ul li .tit").click(function() { $(this).children("i").toggleClass("icon-angle-down").toggleClass("icon-angle-up").parents("li").siblings().find("i").removeClass("icon-angle-up").addClass("icon-angle-down"); $(this).next(".mobile-second-nav").slideToggle().parent().siblings().find(".mobile-second-nav").slideUp(); $(this).toggleClass("chose").parent().siblings().find(".tit").removeClass("chose"); }) // 首页产品弹出 $(function() { $('.imgSrcBox .prod_img').on('mouseover', function() { $(this).parent('.imgSrcBox').find('.prod-big-pic').show() }); $('.imgSrcBox .prod_img').on('mouseout', function() { $(this).parent('.imgSrcBox').find('.prod-big-pic').hide() }); $('.imgSrcBox .prod_img').on('click', function() { let p_link = $('this').html() //.attr('href-data') console.log(p_link); return; window.location.href = p_link; }) //多页隐藏 var num = $(".p_page").find("a.page_num").length; if (num = 1) { $(".p_page").addClass("hide"); } }) //数字变大 $(function() { //搜索 $('.p_searchBtn').click(function() { location.href = "/globalSearch.html?keywords="+encodeURIComponent($("#c_static_001-1644747871658 .out-link .p_input input").val())+"&appIds=all"; }); }) //荣誉切换 var honoRBox = new Swiper('.honoRBoxBB', { slidesPerView: 1, spaceBetween: 20, watchSlidesVisibility: true, centerInsufficientSlides: true, navigation: { nextEl: '.honoRBoxBB .swiper-button-next', prevEl: '.honoRBoxBB .swiper-button-prev', }, breakpoints: { 768: { slidesPerView: 4, spaceBetween: 25 } } }) //内页分类效果 // 获取 屏幕宽度 var domWith = $(document).width(); // console.log(domWith); var href = location.pathname + location.search; // let href = $('.p_breadcrumbList .contentBox:last a').attr('href') //if (!href) return; $(".content .p_linkBox .yjLink").each(function(i, e) { var aa = $(e).attr("href"); if (aa == href) { // 自身样式 $(e).parents('li.p_linkBox').addClass('light') .end().siblings('li').removeClass('light'); } }); if (domWith > 768) { // 三级显示 $('.ejLi').hover(function() { // 图标 转向 $(this).find('.iconfont2').addClass('icf').end() .find('.sjBox').show(); }, function() { // 图标复原 $(this).find('.iconfont2').removeClass('icf').end() .find('.sjBox').hide(); }) } else { // 移动端 点击出现 $('.moveBtn').on('click', function() { // 按钮隐藏 $(this).css({ 'opacity': 0 }, 500) // 内容滑出 $('.contentBox').animate({ "left": 0 }, 500) }) // 移动端 点击收回 $('.backBtn').on('click', function() { // 按钮显示 $('.moveBtn').css({ 'opacity': 1 }, 500) // 内容收回 $('.contentBox').animate({ "left": "100%" }, 500) }) // 移动端二级 点击事件 $('.iconfont2').on('click', function() { // 蓝线的显示与隐藏 $(this).siblings('.line_right').toggleClass('line_show'); // 自身 三级下拉 ,其它的隐藏 $(this).toggleClass('jsDeg') .parents('.ejLi').find('.sjBox').slideToggle().end() .siblings('.ejLi').find('.sjBox').slideUp() .end().find('.iconfont2').removeClass('jsDeg'); }) } //在线客服 $(function() { $('.blacktop').click(function() { $('html , body').animate({ scrollTop: 0 }, 'slow'); }); $(".wyz-in:not(.wyz-search)").on("mouseenter", function() { $(this).addClass("cur").siblings(".wyz-in").removeClass("cur"); }).on("mouseleave", function() { $(this).removeClass("cur"); }); $(".cf-close").on("click", function() { $(this).parents(".wyz-search").removeClass("cur"); $(this).parents(".wyz-form").removeClass("cur"); }); $(".wyz-wx").on("mouseenter", function() { $(this).addClass("cur").siblings(".wyz-in").removeClass("cur"); setTimeout(function() { if ($(".wyz-wx").hasClass("cur")) { $(".wyz-qr-show").fadeIn("fast"); } }, 600); }).on("mouseleave", function() { $(this).removeClass("cur"); $(".wyz-qr-show").fadeOut("fast"); }); $(".wyz-dy").on("mouseenter", function() { $(this).addClass("cur").siblings(".wyz-in").removeClass("cur"); setTimeout(function() { if ($(".wyz-dy").hasClass("cur")) { $(".wyz-dy-show").fadeIn("fast"); } }, 600); }).on("mouseleave", function() { $(this).removeClass("cur"); $(".wyz-dy-show").fadeOut("fast"); }); $(window).on("load scroll", function() { var top = $(document).scrollTop(), wHeight = $(window).height(); if (top > wHeight) { $(".wyz-top").fadeIn("fast"); $(".wyz").css({ "height": 1 }); } else { $(".wyz-top").hide(); $(".wyz").removeAttr("style"); } }); $(".wyz-top").on("click", function() { $("html,body").stop().animate({ scrollTop: 0 }, 500); }); }) //滚动代码 var ms = $("#certify"); if (ms.length > 0) { certifySwiper = new Swiper('#certify .swiper-container', { watchSlidesProgress: true, slidesPerView: 'auto', centeredSlides: true, loop: true, loopedSlides: 3, autoplay: true, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, pagination: { el: '.swiper-pagination', //clickable :true, }, on: { progress: function(progress) { for (i = 0; i < this.slides.length; i++) { var slide = this.slides.eq(i); var slideProgress = this.slides[i].progress; modify = 1; if (Math.abs(slideProgress) > 1) { modify = (Math.abs(slideProgress) - 1) * 0.3 + 1; } translate = slideProgress * modify * 260 + 'px'; scale = 1 - Math.abs(slideProgress) / 3; zIndex = 999 - Math.abs(Math.round(10 * slideProgress)); slide.transform('translateX(' + translate + ') scale(' + scale + ')'); slide.css('zIndex', zIndex); slide.css('opacity', 1); if (Math.abs(slideProgress) > 3) { slide.css('opacity', 0); } } }, setTransition: function(transition) { for (var i = 0; i < this.slides.length; i++) { var slide = this.slides.eq(i) slide.transition(transition); } } } }) } //荣誉弹窗 $(document).ready(function() { $('#c_static_001-1640681729466 .p_loopitem').on('click', '.cbox-6-0', function() { let img_src = $(this).find('img').attr("src") let img_name = $(this).find('.e_text-5').text() console.log(img_name) $('.pro-swiper-box').addClass('show-swiper'); $('.pro-swiper-box .proImg-pc').attr('src', img_src); $(".proLink-swiper").text(img_name) var list_index = $(this).index() + 1; }); $('.close-box').on('click', function() { $('.pro-swiper-box').removeClass('show-swiper'); }); $('.pro-swiper-box').on('click', function() { $('.pro-swiper-box').removeClass('show-swiper'); }); }); $(function() { if (isFrontEnv()) { //面包屑补丁 $('.p_breadcrumb .p_breadcrumbItem').each(() => { let a = $(this).find('a').attr('href'); if (a == 'undefined') { $(this).hide() } }) //文字打散 $("#c_static_001-1645253205640 .e_text-2").each(function() { $(this).html("" + $(this).text().trim().split("").join("") + ""); $(this).find("span").each(function() { if (Math.random() > 0.5) { $(this).css("transition-delay", Math.random() + "s"); } }); }); //图片英文title let entitle = $('.header.logo a').attr('title') $("body").find('img').each(function() { $(this).attr('title', entitle); $(this).attr('alt', entitle); }); } });