$(function () { $("#nav li").hover( function () { $("#nav .nav_lishw .aon .sele").attr("class", "shutAhover"); $(this).attr("id", "nav_hover"); $("#nav_hover .aon a").attr("class", "sele"); $("#nav_hover").find(".subnav").fadeIn(500); }, function () { if ($(this).attr("class") != "nav_lishw") { $("#nav_hover .aon .sele").attr("class", ""); $("#nav_hover .subnav").hide(); } $(this).attr("id", "") $("#nav .nav_lishw .aon .shutAhover").attr("class", "sele"); $(".nav_lishw").find(".subnav").hide(100); $(".nav_lishw .aon a").attr("class", "sele"); } ); $('.slide_banner').slick({ dots: true, arrows: false, speed: 1000, autoplay: true, pauseOnHover: false, //fade:true, autoplaySpeed: 4000, }); $('.slide_banner div').css("display", ""); }); $(function () { wow = new WOW({ boxClass: 'wow', animateClass: 'animated', offset: 0, mobile: true, live: true }) wow.init(); }); /*自适应显示版块js*/ function slide_int() { "use strict"; if ($(window).width() >= 1200) { $("#slide_show1").html($("#slide_block1").html()); } if ($(window).width() < 1200) { $("#slide_show1").html($("#slide_block1").html()); } } window.onload = slide_int; $(document).ready(function () { "use strict";/*进入严格模式标语*/ $(window).resize(function () { slide_int(); }); }); setTimeout(function () { "use strict"; $(".pz_banner").css("height", "auto"); $(".news_pic").css("height", "auto"); }, 10); $("#menuph").click(function () { "use strict"; $(this).find(".point").toggleClass("active"); $(".xialaph").slideToggle(); $(".phonemeng").toggleClass('active'); }); $(".xialaph h4").click(function () { "use strict"; $(this).siblings(".ul2").slideToggle(); $(this).parent().siblings().find(".ul2,.ul3").slideUp(); $(this).toggleClass("active"); $(this).parent().siblings().find("h4,h5").removeClass('active'); }); $(".xialaph h5").click(function () { "use strict"; $(this).siblings(".ul3").slideToggle(); $(this).parent().siblings().find(".ul3").slideUp(); $(this).toggleClass("active"); $(this).parent().siblings().find("h4,h5").removeClass('active'); }); $(".xialaph .lian h5").click(function () { "use strict"; $(this).siblings().toggleClass('active'); }); $('.back').on('click', function () { $('html,body').animate({scrollTop: '0'}, 500); }); $(".mobile_subnav .t_ntop_1").click(function () { "use strict"; $(".mobile_subnav .pz_SideLayer").slideToggle(); }); $(".mobile_subnav .t_ntop_1").html($(".mobile_subnav .pz_SideLayer .hover a").html()); $(".wmobile_subnav .wt_ntop_1").click(function () { "use strict"; $(".wmobile_subnav .wpz_SideLayer").slideToggle(); }); $(".wmobile_subnav .wt_ntop_1").html($(".wmobile_subnav .wpz_SideLayer .hover a").html()); // 点击按钮,返回顶部 function topFunction() { document.body.scrollTop = 0; document.documentElement.scrollTop = 0; $('.slide_banner').slick('slickGoTo',0); } // 计数器 function addNum(num, speed, callBack) { var n = 0; var setTime = setInterval(function(){ callBack(n) if ( n >= num ) { clearInterval(setTime) } n++ } ,speed) } // index var n_1=$('.n_1'); var n_2=$('.n_2'); var n_3=$('.n_3'); addNum(100,120,function(num){ n_1.html(num); }); addNum(200,120,function(num){ n_2.html(num); }); addNum(200,120,function(num){ n_3.html(num); }); // 合作伙伴 var co_n1=$('.co_n1'); var co_n2=$('.co_n2'); var co_n3=$('.co_n3'); addNum(100,20,function(num){ co_n1.html(num); }); addNum(200,10,function(num){ co_n2.html(num); }); addNum(200,10,function(num){ co_n3.html(num); });