锘?(function(){ wowDelay(".about_num ul",$('.about_num ul li').length,"0.2"); wowDelay(".system_list ul",$('.system_list ul li').length,"0.2"); if($(window).width()>767){ ScollText(".about_02 dd"); ScollText(".develop_p"); } aboutHonor(); honor_tab01(); history_tab01(); newsSlider(); index_animate(); about02() }) function aboutHonor(){ if($(".about_honor li").length>1){ var brand3Swiper = new Swiper('.about_honor .swiper-container', { slidesPerView: 5, slidesPerGroup: 1, spaceBetween: 40, prevButton:'.about_honor .swiper-button-prev', nextButton:'.about_honor .swiper-button-next', pagination: '.about_honor .swiper-pagination', paginationClickable: true, speed:600, breakpoints:{ 1440: { spaceBetween: 20, }, 767: { slidesPerView: 1, spaceBetween:0 }, } }) } if($(window).width()>767){ if($(".about_honor li").length>5){ $(".about_honor .swipercicle,.about_honor .but_pub").show(); } }else{ if($(".about_honor li").length>1){ $(".about_honor .swipercicle,.about_honor .but_pub").show(); } } } function ScollText(obj){ if($(obj).length>0){ $(obj).mCustomScrollbar({ mouseWheelPixels:500, autoDraggerLength:false, advanced: { autoScrollOnFocus: "" } }); } } function wowDelay(box,row,delayTime){ $(box).children().each(function(index){ for(var i = 0;i 0 ? $('.about_num span').eq(i).find('em').get(0) : $('.about_num span').eq(i).get(0), time: 2000 }) } }) function honor_tab01(){ setTimeout(function () { $(".honor_slider_01 li").eq(0).click(); },200); var _ind = 0; var _len = $(".honor_slider_01 .swiper-slide").length; if($(window).width()>767){ if($(".honor_slider_01 li").length>5){ $(".honor_slider_01 .but_pub").show(); }else{ $(".honor_slider_01 .but_pub").hide(); } }else{ if($(".honor_slider_01 li").length>2){ $(".honor_slider_01 .but_pub").show(); }else{ $(".honor_slider_01 .but_pub").hide(); } } if($(".honor_slider_01").length>0){ var leftbox_swiper = new Swiper('.honor_slider_01 .swiper-container', { nextButton: '.honor_slider_01 .swiper-button-next', prevButton: '.honor_slider_01 .swiper-button-prev', slidesPerView:5, spaceBetween : 0, //direction :'vertical', //initialSlide :$(".honor_slider_01 .swiper-slide").length,//璁惧畾鍒濆鍖栨椂slide鐨勭储寮曘€ breakpoints: { 1024: { }, 767: { slidesPerView:2, } } }); } btnJudge(); $(".honor_slider_01 .swiper-button-prev").click(function() { _ind--; btnJudge() $(".honor_slider_01 .swiper-slide").eq(_ind).addClass("on").siblings().removeClass("on"); $(".honor_slider_01 .swiper-slide.on").click(); }) $('.honor_slider_01 .swiper-button-next').click(function() { _ind++; btnJudge() $(".honor_slider_01 .swiper-slide").eq(_ind).addClass("on").siblings().removeClass("on"); $(".honor_slider_01 .swiper-slide.on").click(); }) $(".honor_slider_01 .swiper-slide").click(function(){ _ind = $(this).index(); $(this).addClass("on").siblings().removeClass("on"); btnJudge(); var url = $(this).data("src"); if(url == ""){ return false; }else{ caseAjax(".honor_list",url); } }) $(".honor_slider_01 .li").eq(0).click(); function btnJudge() { //console.log(_ind,_len) if(_ind >= _len - 1) { $('.honor_slider_01 .swiper-button-next').addClass("disabled") _ind = _len - 1; } else { $('.honor_slider_01 .swiper-button-next').removeClass("disabled") } if(_ind <= 0) { $(".honor_slider_01 .swiper-button-prev").addClass("disabled") _ind = 0; } else { $(".honor_slider_01 .swiper-button-prev").removeClass("disabled") } } } function history_tab01(){ setTimeout(function () { $(".honor_slider_02 li").eq(0).click(); },200); var _ind = 0; var _len = $(".honor_slider_02 .swiper-slide").length; if($(window).width()>767){ if($(".honor_slider_02 li").length>3){ $(".honor_slider_02 .but_pub").show(); }else{ $(".honor_slider_02 .but_pub").hide(); } }else{ if($(".honor_slider_02 li").length>2){ $(".honor_slider_02 .but_pub").show(); }else{ $(".honor_slider_02 .but_pub").hide(); } } if($(".honor_slider_02").length>0){ var leftbox_swiper = new Swiper('.honor_slider_02 .swiper-container', { nextButton: '.honor_slider_02 .swiper-button-next', prevButton: '.honor_slider_02 .swiper-button-prev', slidesPerView:3, spaceBetween : 0, //direction :'vertical', //initialSlide :$(".honor_slider_02 .swiper-slide").length,//璁惧畾鍒濆鍖栨椂slide鐨勭储寮曘€ breakpoints: { 1024: { }, 767: { slidesPerView:2, } } }); } btnJudge(); $(".honor_slider_02 .swiper-button-prev").click(function() { _ind--; btnJudge() $(".honor_slider_02 .swiper-slide").eq(_ind).addClass("on").siblings().removeClass("on"); $(".honor_slider_02 .swiper-slide.on").click(); }) $('.honor_slider_02 .swiper-button-next').click(function() { _ind++; btnJudge() $(".honor_slider_02 .swiper-slide").eq(_ind).addClass("on").siblings().removeClass("on"); $(".honor_slider_02 .swiper-slide.on").click(); }) $(".honor_slider_02 .swiper-slide").click(function(){ _ind = $(this).index(); $(this).addClass("on").siblings().removeClass("on"); btnJudge(); var url = $(this).data("src"); if(url == ""){ return false; }else{ caseAjax(".history_list",url); } }) $(".honor_slider_02 .li").eq(0).click(); function btnJudge() { //console.log(_ind,_len) if(_ind >= _len - 1) { $('.honor_slider_02 .swiper-button-next').addClass("disabled") _ind = _len - 1; } else { $('.honor_slider_02 .swiper-button-next').removeClass("disabled") } if(_ind <= 0) { $(".honor_slider_02 .swiper-button-prev").addClass("disabled") _ind = 0; } else { $(".honor_slider_02 .swiper-button-prev").removeClass("disabled") } } } function hisSlider(){ if($(window).width()>1024){ ScollText(".history_box"); } if($(".history_slider li").length>1){ var brand3Swiper = new Swiper('.history_slider .swiper-container', { slidesPerView: "auto", slidesPerGroup: 1, spaceBetween: 0, prevButton:'.history_slider .swiper-button-prev', nextButton:'.history_slider .swiper-button-next', breakpoints:{ //褰撳搴﹀皬浜庣瓑浜?024 1024: { slidesPerView: 1, }, } }) $(".history_slider .but_pub").show(); } } function newsSlider(){ if($(".news_top li").length>1){ var brand3Swiper = new Swiper('.news_top .swiper-container', { slidesPerView: 1, slidesPerGroup: 1, spaceBetween: 0, prevButton:'.news_top .swiper-button-prev', nextButton:'.news_top .swiper-button-next', pagination: '.news_top .swiper-pagination', paginationClickable: true, speed:600, }) if($(window).width()>1024){ $(".news_top .news_cicle").show(); }else{ $(".news_top .but_pub").show(); } }else{ $(".news_top").addClass("cur") } } //caseAjax function caseAjax(str,url){ if (url.indexOf('?') == -1) { url += '?tm=' + Math.random(); } else { url += '&tm=' + Math.random(); } $.ajax({ url:url, success:function(msg){ $(str).html(""); $(str).append(msg); hisSlider(); } }); } function index_animate(){ if($(window).width()>1024){ $(".system_box02 li").hover(function(){ $(".system_box01 li").eq($(this).index()).show().siblings().hide(); }) if ($('.system_box02 li').length>0) { $('.system_box02 li').each(function(index, el) { var target=$(this); target.mouseover(function(event) { var index=target.index(); console.log(index) if(index<5){ $(this).addClass("on").siblings().removeClass("on"); $('.system_box02').attr('class','system_box02 state_'+(index+1)); } }); }); } } } function about02(){ if($(".about_02 li").length>1){ var about02Swiper = new Swiper('.about_02 .swiper-container', { slidesPerView: 1, slidesPerGroup: 1, spaceBetween: 0, prevButton:'.about_02 dt .swiper-button-prev', nextButton:'.about_02 dt .swiper-button-next', }) $(".about_02 .but_pub").show(); }else{ $(".about_02 .but_pub").hide(); } }