锘緼OS.init({ easing: 'ease-out-back', duration: 1000, placement: 'top-center', once: true }); $(function(){ window.onload = function(){ } $('html head').append('') if($('.pageban .textbox').length != 0){ $('.pageban .textbox').addClass('cur'); } $('.headtop .line, .logo').addClass('cur'); //鍝嶅簲寮忔墽琛宩s var windw = $(window).width(); if (windw < 1024) { $('.project1 .w1200 .text1').find('img').css('width', '100%'); $('.project1 .w1200 .text1').find('img').css('height', 'auto'); $('.project1 .w1200 .text1').find('input').css('width', '100%'); $('.project1 .w1200 .text1').find('input').css('height', 'auto'); $('.prodcontent').find('img').css('width', '100%'); $('.prodcontent').find('img').css('height', 'auto'); $('.prodcontent').find('input').css('width', '100%'); $('.prodcontent').find('input').css('height', 'auto'); banner('.m-bann'); $('.headnavitem .name').click(function(){ $(this).toggleClass('cur'); $(this).siblings('.navchilditems').slideToggle(500) $(this).closest('.headnavitem').siblings().find('.navchilditems').slideUp(500) $(this).closest('.headnavitem').siblings().find('.name').removeClass('cur'); }) $('.footfriendtop').click(function(){ $(this).closest('.footfriend').toggleClass('cur') }) //瀛愰〉闈㈠瓙绾у鑸睍寮€浜嬩欢 $('[pagenavclick]').on('click',function(){ if($(this).siblings('[showbox]').length == 1) $(this).toggleClass('cur').siblings('[showbox]').slideToggle(200); }) $('.wapbtnbox').click(function(){ $(this).toggleClass('cur'); $('.navleft').toggleClass('cur'); $('.head').toggleClass('cur') }) $('.wapreturn').click(function(){ $('.wapbtnbox').removeClass('cur') $('.navleft').removeClass('cur'); $('.head').removeClass('cur') }) $('.navitemname').click(function(){ $(this).toggleClass('cur').siblings('.navchildbox').slideToggle(400); $(this).closest('.navitem').siblings().find('.navitemname').removeClass('cur').siblings('.navchildbox').slideUp(400) }) $('.searchbtn').click(function(){ $('.head').addClass('cur'); }) $('.searchbox .close').click(function(){ $('.head').removeClass('cur'); }) $('.navchildlistname').click(function(){ $(this).toggleClass('cur'); $(this).siblings('.navgadson').slideToggle(400); $(this).closest('.navchildlist').siblings().find('.navchildlistname').removeClass('cur').siblings('.navgadson').slideUp(400) }) $('.foottopwap').click(function(){ $('html, body').animate({scrollTop: '0'}, 1000) }) $('.footmapname').click(function(){ $(this).toggleClass('cur'); $(this).siblings('.footmapchild').slideToggle(500); $(this).closest('.footmaplist').siblings().find('.footmapname').removeClass('cur').siblings('.footmapchild').slideUp(500); }) var hbswiper = new Swiper('.homebrand .swiper-container', { speed:1000, pagination: { el: '.homebrand .swiper-pagination', clickable: true }, }); $('.propagenavlist .name').click(function(){ $(this).closest('.propagenavlist').toggleClass('cur').siblings().removeClass('cur') }) }else{ function detectZoom (){ var ratio = 0, screen = window.screen, ua = navigator.userAgent.toLowerCase(); if (window.devicePixelRatio !== undefined) { ratio = window.devicePixelRatio }else if (~ua.indexOf('msie')) { if (screen.deviceXDPI && screen.logicalXDPI) ratio = screen.deviceXDPI / screen.logicalXDPI; }else if (window.outerWidth !== undefined && window.innerWidth !== undefined) { ratio = window.outerWidth / window.innerWidth; } if(ratio) ratio = Math.round(ratio * 100); return ratio; }; //isScale(); //$(window).on('resize',function(){ isScale() }); //鍒ゆ柇PC绔祻瑙堝櫒缂╂斁姣斾緥涓嶆槸100%鏃剁殑鎯呭喌 //function isScale(){ //var rate = detectZoom(); //if(rate != 100) alert('褰撳墠椤甸潰涓嶆槸鏍囧噯100%鏄剧ず锛屼负闃叉娴忚鍣ㄥ嚭閿欙紝璇锋寜閿洏ctrl+0鎭㈠100%鏄剧ず鏍囧噯锛?); //} banner('.pcbanner'); $('#scrolltop').click(function(){ $('html, body').animate({scrollTop: '0'}, 1000) }) $(window).scroll(function(){ var t = $(this).scrollTop(); if(t >= $('[allbanner]').height()) $('.head').addClass('cur'); else $('.head').removeClass('cur'); }) $('.propagenavlist').mouseenter(function(){ $(this).closest('.propagenavlist').addClass('cur').siblings().removeClass('cur') }) $('.propagenavlist').mouseleave(function(){ $(this).closest('.propagenavlist').removeClass('cur') }) } $('.searchbtn').click(function(){ $(this).closest('.head').addClass('cur'); $(this).siblings('.searchbox').stop().addClass('cur') }) $('.searchbox .close').click(function(){ $(this).closest('.head').removeClass('cur'); $('.searchbox').stop().removeClass('cur') }) $(window).scroll(function(){ var t = $(this).scrollTop(); if(t >= $('[allbanner]').height()) $('.scrolltop').addClass('cur'); else $('.scrolltop').removeClass('cur'); }) $('.scrolltop').click(function(){ $('body, html').animate({scrollTop: '0px'}, 1000) }) function banner(obj, s){ var banswiper = new Swiper(''+obj+'', { speed: 1000, autoplay: { delay: 6000, disableOnInteraction: false }, // effect: 'fade', pagination: { el: '.indexban .swiper-pagination', clickable: true }, navigation: { nextEl: '.indexban .swiper-button-next', prevEl: '.indexban .swiper-button-prev', }, on: { init: function(){ var i = this.activeIndex; $(''+obj+' .swiper-slide').eq(i).find('.textbox').addClass('cur'); // homeban() }, slideChangeTransitionEnd: function(){ var i = this.activeIndex; $(''+obj+' .swiper-slide').eq(i).find('.textbox').addClass('cur'); $(''+obj+' .swiper-slide').eq(i).siblings().find('.textbox').removeClass('cur'); if($(''+obj+' .swiper-slide').find('video')[0]){ $(''+obj+' .swiper-slide').find('video')[0].pause(); } if($(''+obj+' .swiper-slide').eq(i).find('video')[0]){ $(''+obj+' .swiper-slide').eq(i).find('video')[0].play(); } } } }) } // 浼佷笟浠嬬粛绗竴娈 var a1swiper = new Swiper('.about1slide .swiper-container', { navigation: { nextEl: '.about1slide .swiper-button-next', prevEl: '.about1slide .swiper-button-prev', }, }); // 浼佷笟浠嬬粛绗簩娈 function about2(){ if(windw <= 1441 && windw >= 1025){ $('.about2twolist .textbox').find('br').remove(); } } about2() $(window).resize(function(){ about2(); }) //浼佷笟浠嬬粛杩愯惀鍥㈤槦 var a3swiper = new Swiper('.about3slide .swiper-container', { navigation: { nextEl: '.about3slide .swiper-button-next', prevEl: '.about3slide .swiper-button-prev', }, }); // 浼佷笟浠嬬粛鑽h獕璧勮川 var a5swiper = new Swiper('.about5slide .swiper-container', { slidesPerView: 3, spaceBetween: 42, slidesPerGroup: 1, navigation: { nextEl: '.about5slide .swiper-button-next', prevEl: '.about5slide .swiper-button-prev', }, breakpoints: { 1024: { slidesPerView: 1, spaceBetween: 0, }, } }); // 椤圭洰浠嬬粛 绗簩閮ㄥ垎 function proj2(){ $('.proj2slide').eq(0).show(); var oneobj = $('.proj2slide').eq(0).find('.swiper-container'); var pj2swiper = new Swiper(oneobj, { slidesPerView: 3, spaceBetween: 25, slidesPerGroup: 1, speed:1000, breakpoints: { 1024: { slidesPerView: 1, spaceBetween: 0, }, }, navigation: { nextEl: $('.proj2slide').eq(0).find('.swiper-button-next'), prevEl: $('.proj2slide').eq(0).find('.swiper-button-prev'), }, }) $('.proj2navlist').click(function(){ var idval = $(this).attr('id'); pj2swiper.destroy(false); $(this).addClass('cur').siblings().removeClass('cur'); $('.proj2slide[idval="'+idval+'"]').show(); $('.proj2slide[idval="'+idval+'"]').siblings().hide(); pj2swiper = new Swiper($('.proj2slide[idval="'+idval+'"]').find('.swiper-container'), { slidesPerView: 3, spaceBetween: 25, slidesPerGroup: 1, speed:1000, breakpoints: { 1024: { slidesPerView: 1, spaceBetween: 0, }, }, navigation: { nextEl: $('.proj2slide[idval="'+idval+'"]').find('.swiper-button-next'), prevEl: $('.proj2slide[idval="'+idval+'"]').find('.swiper-button-prev'), }, }) }) } proj2() // 鏂伴椈鍒楄〃 var newswiper = new Swiper('.newstop .swiper-container', { autoplay: { delay: 6000, disableOnInteraction: false }, speed:1000, pagination: { el: '.newstop .swiper-pagination', clickable: true, }, }); // 鍦ㄧ嚎鍜ㄨ $('.custser').click(function(){ $('.allform').addClass('cur') }) $('.allformtop').click(function(){ $('.allform').removeClass('cur') }) //棣栭〉绗竴灞忔挱鏀捐棰 $('.homeaboutvideo .playbox .play').click(function(){ var vsrc = $('.homeaboutvideo').attr('vsrc'); if($('.homeaboutvideo').find('video').attr('src') == ""){ $('.homeaboutvideo').find('video').attr('src', vsrc); $('.homeaboutvideo').addClass('cur'); var playPromise = $('.homeaboutvideo').find('video')[0].play() // $('.homeaboutvideo').find('video')[0].webkitRequestFullScreen(); if (playPromise !== undefined) { playPromise.then(function(){ $(this).closest('.swiper-slide').find('video')[0].play() $('.homeaboutvideo').find('video')[0].webkitRequestFullScreen(); }).catch(function(){ }) } } }) $(window).keyup(function (e) { console.log(e.keyCode) if($('.iavideobox')[0]){ if(e.keyCode == 27) { $('.iavideobox').removeClass('cur').find('video')[0].pause() } } }); function idfun(){ var idswiper = new Swiper($('.indexdlist[selval="c1"]').find('.swiper-container'), { slidesPerView: 3, spaceBetween: 30, slidesPerGroup: 1, navigation: { nextEl: $('.indexdlist[selval="c1"]').find('.swiper-button-next'), prevEl: $('.indexdlist[selval="c1"]').find('.swiper-button-prev'), }, breakpoints: { 1024: { slidesPerView: 1, spaceBetween: 0, }, } }); $('.indexdnavlist').click(function(){ idswiper.destroy(false); var cur = $(this).attr('selval'); $(this).addClass('cur').siblings().removeClass('cur'); $('.indexdlist[selval="'+cur+'"]').addClass('cur').siblings().removeClass('cur'); idswiper = new Swiper($('.indexdlist[selval="'+cur+'"]').find('.swiper-container'), { slidesPerView: 3, spaceBetween: 30, slidesPerGroup: 1, navigation: { nextEl: $('.indexdlist[selval="'+cur+'"]').find('.swiper-button-next'), prevEl: $('.indexdlist[selval="'+cur+'"]').find('.swiper-button-prev'), }, breakpoints: { 1024: { slidesPerView: 1, spaceBetween: 0, }, } }); }) } idfun(); $('.indexenavlist').click(function(){ var cur = $(this).attr('selval'); $(this).addClass('cur').siblings().removeClass('cur'); $('.indexelist[selval="'+cur+'"]').addClass('cur').siblings().removeClass('cur'); }) var swiper = new Swiper('.homedesignslide .swiper-container', { speed:1000, pagination: { el: '.homedesignslide .swiper-pagination', clickable: true, }, }); var homecaseswiper = null; if(windw <= 1024){ homecaseswiper = new Swiper('.homecasebot .list.cur .swiper-container', { speed:1000, navigation: { nextEl: '.homecasebot .list.cur .swiper-button-next', prevEl: '.homecasebot .list.cur .swiper-button-prev', }, }); } $('.homecasetopright .list').click(function(){ var i = $(this).index(); $(this).addClass('cur').siblings().removeClass('cur'); $(this).closest('.homecasetop').siblings('.homecasebot').find('.list').eq(i).addClass('cur').siblings().removeClass('cur'); if($(this).closest('.homecasetop').attr('homenewsbtn') == undefined){ if(homecaseswiper != null){ homecaseswiper.destroy(false); homecaseswiper = new Swiper('.homecasebot .list.cur .swiper-container', { speed:1000, navigation: { nextEl: '.homecasebot .list.cur .swiper-button-next', prevEl: '.homecasebot .list.cur .swiper-button-prev', }, }); } } }) })