$(document).ready(function() { /* * 菜单 **/ $('#menu .nav .btn').click(function(){ if ($(this).hasClass('open')) { $('#menu .nav .two').height(0); $('#menu .nav .btn').html('+'); $(this).removeClass('open'); }else{ $(this).addClass('open'); $('#menu .nav .two').height(0); $('#menu .nav .btn').html('+'); $(this).html('-'); var navbig = $(this).parent(); var h1 = navbig.find('.h1').height(); navbig.find('.two').height(h1+30); var navh = $('#menu').find('.cw1200').height(); var navh2 = navh+h1+30; if ($(window).height()1050) { $('#header .lang').hover(function() { $(this).find('.absolute').height(70); },function(){ $(this).find('.absolute').height(0); }); }else{ $('#header .lang').click(function(){ if ($(this).hasClass('in')) { $('#menu').height(0); $(this).removeClass('in'); }else{ $(this).addClass('in'); var navh = $('#menu').find('.cw1200').height(); if ($(window).height()=3 && $(window).width()<951){ $('#solution .swiper-pagination').removeClass('hide'); } } /*内页-解决方案*/ if ($('#prosolution').length) { var solution2Swiper = new Swiper('#prosolution',{ slidesPerView : 3, slidesPerGroup: 1, autoHeight: true, loop:true, spaceBetween: 30, speed:1500, pagination: { el: '#prosolution .swiper-pagination', clickable: true, }, breakpoints:{ 1050:{ spaceBetween: 20, }, 950:{ spaceBetween: 20, slidesPerView : 2, }, 500:{ spaceBetween: 20, slidesPerView : 1, } } }); if ($('#prosolution .swiper-pagination-bullet').length>=3 && $(window).width()<951){ $('#prosolution .swiper-pagination').removeClass('hide'); } } /*场景方案-解决方案*/ if ($('#center_solution').length) { var centerSwiper = new Swiper('#center_solution',{ slidesPerView : 4, slidesPerGroup: 1, autoHeight: true, loop:true, spaceBetween: 20, speed:1500, pagination: { el: '#center_solution .swiper-pagination', clickable: true, }, breakpoints:{ 850:{ spaceBetween: 15, }, 750:{ slidesPerView : 3, spaceBetween: 15, }, 450:{ slidesPerView : 2, spaceBetween: 15, } } }); } if ($('#solution .swiper-slide').length) { $(function() { var h_max = 0; var h_max2 = 0; $("#solution .swiper-slide").each(function(){ var h = $(this).find('.block').innerHeight(); var h2 = $(this).find('.con').height(); h_max = h_max < h ? h : h_max; h_max2 = h_max2 < h2 ? h2 : h_max2; }); $('#solution .swiper-slide').css('height',h_max); $('#solution .swiper-slide .con').css('height',h_max2); $('#solution').css('height',h_max+30); }); } if ($('#prosolution .swiper-slide').length) { $(function() { var h_max = 0; var h_max2 = 0; $("#prosolution .swiper-slide").each(function(){ var h = $(this).find('.block').innerHeight(); var h2 = $(this).find('.con').height(); h_max = h_max < h ? h : h_max; h_max2 = h_max2 < h2 ? h2 : h_max2; }); $('#prosolution .swiper-slide').css('height',h_max); $('#prosolution .swiper-wrapper').css('height',h_max); $('#prosolution .swiper-slide .con').css('height',h_max2); $('#prosolution').css('height',h_max+30); }); } if ($('.solution1 .li').length) { $(function() { var ih_max2 = 0; $(".solution1 .li").each(function(){ var ih2 = $(this).find('.intro').height(); ih_max2 = ih_max2 < ih2 ? ih2 : ih_max2; }); $('.solution1 .li .intro').css('height',ih_max2); }); } }); $(function(){ if ($('#main.products').length && $(window).width()>981) { var p; var t; $(document).ready(function(){ $(document).scroll(function(){ var tt2 = $('.products .button .boxs').offset().top; var p = $(this).scrollTop(); if (p>tt2) { $('#main.products').css('z-index', 10); $('.button .absolute').addClass('fixed'); $('.button .absolute').addClass('trans5'); $('#header').addClass('trans5'); $('#header').addClass('absolute'); } if (p=th) { $(this).addClass('on').siblings().removeClass('on'); } }); }); }); } $('#main.products .button .b1').click(function(event) { var id = $(this).attr('data'); $(this).addClass('on').siblings().removeClass('on'); var num = 40; if (id=='top1') { num = 120; } $('html,body').animate({scrollTop: $('#'+id).offset().top-num}, 800); }); }); //公共-内容显示 $(document).ready(function(){ if($('.pub-detail .editor.mobile').length){ var w_w = $(window).width(); if(w_w<981){ $('.pub-detail .editor.mobile').show(); $('.pub-detail .editor.pc').hide(); }else{ $('.pub-detail .editor.mobile').hide(); $('.pub-detail .editor.pc').show(); } } });