$(function(){ $('.searchIcon').click(function(){ $('.searchBox').fadeIn(300); $('.headMain .menu .nav,.headMain .right').fadeOut(300); $('.searchBox .innerBox .input').focus(); $('.headMain').addClass('headMain2'); }); $('..searchBox .searchClose').click(function(){ $('.searchBox').fadeOut(300); $('.headMain .menu .nav,.headMain .right').fadeIn(300); $('.headMain').removeClass('headMain2'); }); $('.headMain .right .buy').hover(function(){ $('.headMain .shopBox').stop().slideDown(300); },function(){ $('.headMain .shopBox').stop().slideUp(300); }); $('.headMain .menu li').hover(function(){ $(this).find('.navBox').stop().slideDown(300); $(this).find('.navBox').addClass('navDh'); $('.headMain .menu li .navBox span').show(); },function(){ $('.headMain .menu li .navBox').stop().slideUp(200); $('.headMain .menu li .navBox').removeClass('navDh'); $('.headMain .menu li .navBox span').hide(); }); $('.headMain .right .share .shareIcon').hover(function(){ $(this).find('.ma').stop().slideDown(300); },function(){ $('.headMain .right .share .shareIcon .ma').stop().slideUp(200); }); function wrap(){ var width = $(window).width(); if(width < 1360){ $('body').addClass('w1360'); }else{ $('body').removeClass('w1360'); } if(width > 1900){ $('body').addClass('w1920'); }else{ $('body').removeClass('w1920'); } $('.navBox').width($(window).width()); var brandLeft= $('.navBrand').offset().left; $('.navBrand .navBox').css({left:-brandLeft}); $('.navBrand span').css({left:brandLeft}); var serviceLeft= $('.navService').offset().left; $('.navService .navBox').css({left:-serviceLeft}); $('.navService span').css({left:serviceLeft}); var newLeft= $('.navNew').offset().left; $('.navNew .navBox').css({left:-newLeft}); $('.navNew span').css({left:newLeft}); var aboutLeft= $('.navAbout').offset().left; $('.navAbout .navBox').css({left:-aboutLeft}); $('.navAbout span').css({left:aboutLeft}); var buyLeft= $('.navBuy').offset().left; $('.navBuy .navBox').css({left:-buyLeft}); $('.navBuy span').css({left:buyLeft}); //alert($('.navBrand span').width()); } wrap(); $(window).resize(function() { wrap(); }); $('.dialog .btn span').click(function(){ $('.dialog').fadeOut(300); }); //$('body,html').animate({scrollTop:0},300); window.onload=function(){ wrap(); //$('body,html').animate({scrollTop:0},300); //$('body,html').css({scrollTop:0}); } $(".an").addClass("wow fadeInUp2"); wow = new WOW({ nimateClass: 'animated', offset: 0 }); wow.init(); $(".an1").addClass("wow fadeInUp1"); wow = new WOW({ nimateClass: 'animated', offset: 0 }); wow.init(); $(".an2").addClass("wow fadeInUp"); wow = new WOW({ nimateClass: 'animated', offset: 0 }); wow.init(); $(".an3").addClass("wow fadeInDown"); wow = new WOW({ nimateClass: 'animated', offset: 0 }); wow.init(); $(".an4").addClass("wow fadeInLeft"); wow = new WOW({ nimateClass: 'animated', offset: 0 }); wow.init(); });