/** * Created by Administrator on 2017/5/17. */ /*杩涘叆鍓嶅姩鐢?/ //$(window).load(function(){ // $('.loadingBg').fadeOut(); //}); /*宸﹀彸闅愯棌鍐呭杩涘叆*/ $(function(){ $('.nav-icon-g').click(function(){ $('.header').addClass('on'); $('.header-left').addClass('on'); $('.nav1').addClass('on'); $('.nav2').addClass('on'); $('.language').addClass('on'); }); $('.close').click(function(){ $('.header').removeClass('on'); $('.header-left').removeClass('on'); $('.nav1').removeClass('on'); $('.nav2').removeClass('on'); $('.language').removeClass('on'); }); $('.float-box>div').click(function(){ $('.header').addClass('on'); $('.header-left').addClass('on'); $('.nav1').addClass('on'); $('.nav2').addClass('on'); $('.language').addClass('on'); }) }) /*宸﹁竟鎮诞logo鍙樺寲*/ $(window).scroll(function (){ if ($(window).scrollTop()>600) { $('.float-box').css({ 'top':0, 'width':'200px', 'height':'100px' }) }else{ $('.float-box').css({ 'top':'30%', 'width':'100px', 'height':'200px' }) } }); /*鍙嬫儏閾炬帴*/ $(function(){ $('.tit').click(function(){ $('.cent').slideToggle('slow'); }) }) /*鎵嬫満瀵艰埅鏁堟灉*/ $(function(){ $('.nav-m').click(function(e){ e.preventDefault(); $('.sub-nav').slideToggle('300'); }); $('.sub-nav>ul>li>a').click(function(e){ e.preventDefault(); $(this).toggleClass('ccolor'); $(this).children().toggleClass('active'); $(this).next().slideToggle('300'); }); //$('.sub-nav1>ul>li>a').click(function(e){ // e.preventDefault(); // $(this).toggleClass('ccolor'); // $(this).children().toggleClass('active'); // $(this).next().slideToggle('300'); //}); }) /*鏁板瓧婊氬姩*/ $(window).scroll(function(){ if ($(window).scrollTop()>700) { var n1 = parseInt($("#math1").html()); var n2 = parseInt($("#math2").html()); var n3 = parseInt($("#math3").html()); var n4 = parseInt($("#math4").html()); function nChange1() { if (n1 < 70) { n1++; setTimeout(nChange1, 15); $("#math1").html(n1); } } function nChange2() { if (n2 < 3000) { n2+=8; setTimeout(nChange2, .4); $("#math2").html(n2); } } function nChange3() { if (n3 < 120) { n3++; setTimeout(nChange3, 3); $("#math3").html(n3); } } function nChange4() { if (n4 < 7) { n4++; setTimeout(nChange4, 200); $("#math4").html(n4); } } /*nChange1(); nChange2(); nChange3(); nChange4()*/ } }) /*鍚勭婊氬姩*/ var swiper1 = new Swiper('.banner .swiper-container', { pagination: '.swiper-pagination', paginationClickable: true, spaceBetween: 0, centeredSlides: true, autoplay: 5000, autoplayDisableOnInteraction: false, prevButton:'.swiper-button-prev', nextButton:'.swiper-button-next' }); var swiper2 = new Swiper('.new-content .swiper-container', { pagination: '.swiper-pagination', slidesPerView: 1, paginationClickable: true, spaceBetween: 30, loop: true }); var swiper3 = new Swiper('.new-content-mobile .swiper-container', { pagination: '.swiper-pagination', slidesPerView: 1, paginationClickable: true, spaceBetween: 30, loop: true }); var swiper4 = new Swiper('.company-mobile .swiper-container', { pagination: '.swiper-pagination', slidesPerView: 1, paginationClickable: true, spaceBetween: 30, loop: true }); var swiper5 = new Swiper('.show-mobile .swiper-container', { pagination: '.swiper-pagination', slidesPerView: 1, paginationClickable: true, spaceBetween: 30, loop: true }); /******about******/ /*鎬昏鑷磋緸鏂囧瓧涓婁笅*/ $(function(){ $(".btns .right").hover(function(){ $(".details .cent").animate({ marginTop:-$(".details .cent").height()+$(".details").height()+"px" },5000) },function(){ $(".details .cent").stop() }) $(".btns .left").hover(function(){ $(".details .cent").animate({ marginTop:0 },5000) },function(){ $(".details .cent").stop() }) }); $(function(){ $(".btns1 .right").hover(function(){ $(".details1 .cent").animate({ marginTop:-$(".details1 .cent").height()+$(".details1").height()+"px" },5000) },function(){ $(".details1 .cent").stop() }) $(".btns1 .left").hover(function(){ $(".details1 .cent").animate({ marginTop:0 },5000) },function(){ $(".details1 .cent").stop() }) }); /*鑽h獕灞曠ず*/ var swiper6 = new Swiper('.honors .swiper-container', { pagination: '.swiper-pagination', nextButton: '.swiper-button-next', prevButton: '.swiper-button-prev', paginationClickable: true, spaceBetween: 30, centeredSlides: true, autoplay: 5000, autoplayDisableOnInteraction: false }); /*澶т簨璁?/ //$(".timelist li").click(function(){ // var i=$(this).index(); // $(this).addClass("active").siblings().removeClass("active"); // $(".thingList div").eq(i).addClass("active").siblings().removeClass("active"); //}); //$(document).ready(function () { // var n=0; // var lis=$(".timelist li").length; // var liw=$(".timelist li").width(); // $(".timelist>ul").css("width",lis*liw+"px"); // $(".h_prev").click(function(){ // prevClk(); // }); // $(".h_next").click(function(){ // nextClk(); // }); // function prevClk(){ // n>0?n--:n=0; // moveStep(); // } // function nextClk(){ // nul").animate({ // left:-n*liw+"px" // },300); // } //}); /*video*/ $(function(){ $('.wrap').click(function(){ $('.video-content').fadeIn(); }); $('.close1').click(function(){ $(this).parent().fadeOut(); }); }); /*job*/ $(function(){ $('.panel-header').click(function(){ $(this).toggleClass('active'); $(this).next('.panel-body').slideToggle(); }) }) var swiper7 = new Swiper('.party-work-show .swiper-container', { pagination: '.swiper-pagination', slidesPerView: 1, paginationClickable: true, spaceBetween: 30, loop: true }); /*鍔ㄧ敾浠g爜*/ $(function() { var i = 0; $('.animate-box').waypoint( function( direction ) { if( direction === 'down' && !$(this.element).hasClass('animated') ) { i++; $(this.element).addClass('item-animate'); setTimeout(function(){ $('body .animate-box.item-animate').each(function(k){ var el = $(this); setTimeout( function () { var effect = el.data('animate-effect'); if ( effect === 'fadeIn') { el.addClass('fadeIn animated'); } else if ( effect === 'fadeInLeft') { el.addClass('fadeInLeft animated'); } else if ( effect === 'fadeInRight') { el.addClass('fadeInRight animated'); } else { el.addClass('fadeInUp animated'); } el.removeClass('item-animate'); }, k * 100, 'easeInOutExpo' ); }); }, 100); } } , { offset: '85%' } ); });