$(function () { //鍔ㄧ敾婊氬姩 if (!(/msie [6|7|8|9]/i.test(navigator.userAgent))) { new WOW().init(); } var wow = new WOW({ live: true, mobile: false }); //瀵艰埅 var windoww; var windohe; window.onload=function () { $(window).resize(function () { windoww=$(window).width(); windohe=$(window).height(); if(windoww>640){ $(".nav li").hover(function () { if($(this).find(".naverji").find("a").length>0){ $(this).find(".naverji").show() } },function () { $(this).find(".naverji").hide() }) }else { $(".nav li").each(function () { if($(this).find(".naverji").find("a").length>0){ $(this).find(".navyiji").removeAttr("href") } }); $(".nav li").click(function () { $(this).find(".naverji").show() $(this).siblings("li").find(".naverji").hide() }) } //banner if($("#focus_pc").find(".item").length>1){ var focus_slide = $("#focus_pc"); focus_slide.owlCarousel({ items:1, loop: true, nav:false, autoplay:true, autoplayTimeout:12000, dotsSpeed:800, smartSpeed:800 }); focus_slide.on('changed.owl.carousel', function(event) { var page = event.page.index; if(page==1){ $(".bannertwoliang0").animate({ "top":"0" },3000); $(".bannertwoliang1").animate({ "top":"0" },1000) }else { $(".bannertwoliang0").animate({ "top":"-100%" },1500); $(".bannertwoliang1").animate({ "top":"-100%" },1000) } }); }else { $("#focus_pc").removeClass("owl-carousel"); } if($("#focus_phone").find(".item").length>1){ var focus_slide = $("#focus_phone"); focus_slide.owlCarousel({ items:1, loop: true, nav:false, autoplay:true, autoplayTimeout:12000, dotsSpeed:800, smartSpeed:800 }); }else { $("#focus_phone").removeClass("owl-carousel"); } }).resize(); }; $(".menu-activator").click(function (e) { e.stopPropagation(); if($(this).hasClass("cliactnav")){ $(this).removeClass("cliactnav"); $(".nav").stop().fadeOut() }else { $(this).addClass("cliactnav"); $(".nav").stop().fadeIn() } }); $(".fylclble li").click(function () { $(this).addClass("fylclbleavt").siblings("li").removeClass("fylclbleavt"); $(".fylclbrisub").eq($(this).index()).stop().slideDown().siblings(".fylclbrisub").hide() }); var fyldghbotdiv = $(".fyldghbotdiv"); fyldghbotdiv.owlCarousel({ items:5, loop: true, nav:false, center: true, // autoplay:true, // autoplayTimeout:5000, dotsSpeed:800, smartSpeed:800, responsive:{ 0:{ items:3 }, 768:{ items:5 } } }); $(".center").prev(".owl-item").addClass("centerone"); $(".center").next(".owl-item").addClass("centerone"); $(".fyguanhuaiwz").text($(".center").find("p").text()); fyldghbotdiv.on('changed.owl.carousel', function(event) { var item = event.item.index; $(".owl-item").removeClass("centerone"); $(".owl-item").eq(item).prev(".owl-item").addClass("centerone"); $(".owl-item").eq(item).next(".owl-item").addClass("centerone"); $(".fyguanhuaiwz").text($(".owl-item").eq(item).find("p").text()) }); $('.fyghri').click(function() { fyldghbotdiv.trigger('next.owl.carousel'); }); $('.fyghle').click(function() { fyldghbotdiv.trigger('prev.owl.carousel'); }); $(".fyrylb li:nth-child(5n),.fyaqfwlb li:nth-child(2n),.fyfwtdbot li:nth-child(2n),.fyjdalbot li:nth-child(2n),.fyhzmslb li:nth-child(3n),.fybushu li:nth-child(3n),.fylianxi li:nth-child(2n),.fylxmthz li:nth-child(3n),.fyrylbpc .fyrylbdiv li:nth-child(5n)").css("margin-right","0"); // 鍒ゆ柇鏄惁涓烘墜鏈 function isPC() { var userAgentInfo = navigator.userAgent; var Agents = ["Android", "iPhone", "SymbianOS", "Windows Phone", "iPad", "iPod"]; var flag = true; for (var v = 0; v < Agents.length; v++) { if (userAgentInfo.indexOf(Agents[v]) > 0) { flag = false; break; } } return flag; } if(isPC()){ // // // // PC 鍏叡閮ㄥ垎 function Textscoll(col){ this.col=$(col); } Textscoll.prototype={ mousehover:function(){ var _this=this; this.col.hover(function(){ $(this).addClass("hoverli") },function(){ $(this).removeClass("hoverli") }) } }; }else { // // // // 鎵嬫満 鍏叡閮ㄥ垎 } });