window.onload = function(){ // 点击展开搜索框 $('.kssearch').click(function() { $('.kssearch-form, .kssearch').toggleclass('active'); }); $('.kssearch-form input[type=submit]').click(function() { $('.kssearch-form, .kssearch').toggleclass('active'); }); $('.kswxbtn').on('mouseover',function(){ $('.kswx-form, .kswxbtn').addclass('active'); $('.kssearch-form, .kssearch').removeclass('active'); }); $('.kstelbtn').on('mouseover',function(){ $('.kstel-form, .kstelbtn').addclass('active'); $('.kssearch-form, .kssearch').removeclass('active'); }); $('.kswxbtn').on('mouseout',function(){ $('.kswx-form, .kswxbtn').removeclass('active'); }); $('.kstelbtn').on('mouseout',function(){ $('.kstel-form, .kstelbtn').removeclass('active'); }); //点击其他地方收起搜索框 $(document).click(function(event) { var target = $(event.target); if (!target.is('.kssearch') && !target.closest('.kssearch-form').size()) { $('.kssearch-form, .kssearch').removeclass('active'); } }); //点击展开导航--手机版 $(".wapmenubt").click(function(){ $('.topmenu').delay(0).css({opacity:'1',top:'0'}).animate({opacity:'1',top:'-160px'}); $('.wapmenubox').delay(50).css({opacity:'0',top:'-100%'}).animate({opacity:'1',top:'0'}); $('.menulogo').delay(800).css({opacity:'0',top:'0%'}).animate({opacity:'1',top:'50%'}); $('.menu-btnbox').delay(1000).css({opacity:'0',top:'48%'}).animate({opacity:'1',top:'50%'}); $('.menu-back').delay(1000).css({opacity:'0',top:'55%'}).animate({opacity:'1',top:'50%'}); $('.loginbox').delay(1100).css({opacity:'0',bottom:'10%'}).animate({opacity:'1',bottom:'15%'}); $('.copy-box').delay(1200).css({opacity:'0',bottom:'-30px'}).animate({opacity:'1',bottom:'10px'}); $('body').css({'overflow':'hidden'}); }); $(".menu-back").click(function(){//点击关闭导航 $('.topmenu').delay(500).css({opacity:'1',top:'-60px'}).animate({opacity:'1',top:'0px'}); $('.wapmenubox').delay(400).css({opacity:'1',top:'0%'}).animate({opacity:'0',top:'-100%'}); $('.menulogo').delay(100).css({opacity:'1',top:'50%'}).animate({opacity:'0',top:'0%'}); $('.menu-btnbox').delay(200).css({opacity:'1',top:'50%'}).animate({opacity:'0',top:'48%'}); $('.menu-back').delay(100).css({opacity:'1',top:'50%'}).animate({opacity:'0',top:'55%'}); $('.loginbox').delay(50).css({opacity:'1',bottom:'15%'}).animate({opacity:'0',bottom:'10%'}); $('.copy-box').delay(0).css({opacity:'1',bottom:'10px'}).animate({opacity:'0',bottom:'-30px'}); $('body').css({'overflow':'auto'}); }); //点击视频播放按钮 $('.spbbbg').on('click',function(){ $('#spplay').attr('src','homevideo.html') $('.sp-playbox').css({'left':"0"}) $('body').css({'overflow':'hidden'}) }) //点击视频关闭按钮 $(".sp-close").click(function(){ $('.video-spbox').find('#spplay').attr('src',''); $('.sp-playbox').css({'left':"100%"}) $('body').css({'overflow':'auto'}) }); //二级页面banner高度 var ww =$(window).width(); if($(window).width()>768){ var bh = $(".ebanner").width()*0.286; $(".ebanner").css("height", bh); $(".ebigcen").css("top", bh); } if($(window).width()>700 && $(window).width()<=768){ var bh = $(".ebanner").width()*0.4; $(".ebanner").css("height", bh); $(".ebigcen").css("top", bh); } if($(window).width()<=700){ var bh = $(".ebanner").width()*0.6; $(".ebanner").css("height", bh); $(".ebigcen").css("top", bh); } } $(window).scroll(function(){ if($(window).width()>1024){ var nhh = '85px' } if($(window).width()<=1024){ var nhh = '70px' } if($(window).scrolltop()>=$('.topmenu').height()){ $('.topmenu').addclass('active'); $('.logo').addclass('active'); $('.kswx-form').css({'top':'60px'}); $('.kstel-form').css({'top':'60px'}); $('.nav_menu3 > ul > li > a').css({'line-height':'60px'}); $('.kssearch-form').css({'top':'60px'}); } if($(window).scrolltop()<$('.topmenu').height()){ $('.topmenu').removeclass('active'); $('.logo').removeclass('active'); $('.kswx-form').css({'top':'85px'}); $('.kstel-form').css({'top':'85px'}); $('.nav_menu3 > ul > li > a').css("line-height", nhh); $('.kssearch-form').css("top", nhh); } if($(window).scrolltop()>=$('.inabout').height()*0.3){ $('.inabout >.title').addclass('active'); $('.inabout >.cenbox >.inbox >.pic01').addclass('active'); $('.abtit').addclass('active'); $('.inabout >.cenbox >.inbox >.line').addclass('active'); } if($(window).scrolltop()>=$('.inabout').height()*0.5){ $('.inabout >.cenbox >.inbox >.info').addclass('active'); $('.inabout >.cenbox >.inbox >.pic02').addclass('active'); } if($(window).scrolltop()>=$('.inabout').height()*0.8){ $('.inabout >.cenbox >.inbox >.morebox').addclass('active'); $('.inabout >.cenbox >.inbox >.btnbox').addclass('active'); $('.inabout >.cenbox >.inbox >.pic03').addclass('active'); } if($(window).scrolltop()>=$('.inabout').height()+$('.inchaye').height()*0.3){ $('.inchaye >.inbox >.title').addclass('active'); $('.inchaye >.inbox >.yy-title').addclass('active'); } if($(window).scrolltop()>=$('.inabout').height()+$('.inchaye').height()*0.5){ $('.inchaye >.inbox >.info').addclass('active'); $('.inchaye >.inbox >.btnbox').addclass('active'); $('.cypicbox').addclass('active'); $('.cypicbox >.pic').addclass('active'); $('.cyinfobox').addclass('active'); } if($(window).scrolltop()>=$('.inabout').height()+$('.inchaye').height()*0.8){ $('.inchaye >.inbox >.btnbox').addclass('active'); } if($(window).scrolltop()>=$('.inabout').height()+$('.inchaye').height()+$('.innews').height()*0.3){ $('.nwstitle').addclass('active'); $('.ksnews-box').addclass('active'); } if($(window).scrolltop()>=$('.inabout').height()+$('.inchaye').height()+$('.innews').height()*0.5){ $('.ppicbox').addclass('active'); } if($(window).scrolltop()>=$('.inabout').height()+$('.inchaye').height()+$('.innews').height()*0.8){ $('.newsmorex').addclass('active'); } // banner var windowtop = $(window).scrolltop(); $('.hbanner').css('transform', "translate(0px," + (windowtop) / 1.8 + "px)"); $('.ebanner').css('transform', "translate(0px," + (windowtop) / 2.1 + "px)"); if($(window).scrolltop()>=$('.swiper-container').height()/2.1){ $('.mouse-icon').css('opacity', 0); $('.banner_page').css('opacity', 0); } if($(window).scrolltop()<$('.swiper-container').height()/2.1){ $('.mouse-icon').css('opacity', 1); $('.banner_page').css('opacity', 1); } })