$(function () { var industrsswi = new swiper('.industry_swi .swiper-container',{ pagination : '.industry_swi .swiper-pagination', paginationclickable: true, slidesperview:3, spacebetween:25, autoplaydisableoninteraction : false, nextbutton:'.industry_swi .swiper-button-next', prevbutton:'.industry_swi .swiper-button-prev', breakpoints: { 1024: { slidesperview: 3, spacebetween:20 }, 767: { slidesperview: 1, spacebetween:0, loop:true, autoplay:4000 }, } }) if ($(".industry_li .news_edit").length > 0) { $(".industry_li .news_edit").mcustomscrollbar({ mousewheelpixels:500, autodraggerlength:false }); } if ($(".hotspot_con .news_edit").length > 0) { $(".hotspot_con .news_edit").mcustomscrollbar({ mousewheelpixels:500, autodraggerlength:false }); } if ($(".aluminum_list dl dt .news_edit").length > 0) { $(".aluminum_list dl dt .news_edit").mcustomscrollbar({ mousewheelpixels:500, autodraggerlength:false }); } if ($(".internet_list dl .news_edit").length > 0) { $(".internet_list dl .news_edit").mcustomscrollbar({ mousewheelpixels:500, autodraggerlength:false }); } var evolveswi = new swiper('.evolve_swi .swiper-container',{ pagination : '.evolve_swi .swiper-pagination', paginationclickable: true, slidesperview:3, spacebetween:25, autoplaydisableoninteraction : false, nextbutton:'.evolve_swi .swiper-button-next', prevbutton:'.evolve_swi .swiper-button-prev', breakpoints: { 1024: { slidesperview: 3, spacebetween:20 }, 767: { slidesperview: 1, spacebetween:0, loop:true, autoplay:4000 }, } }) $(".map_point>img").click(function () { $(this).siblings(".map_point_txt").toggleclass("on") }) if($(window).width()>1024){ $(".new_squr_item").hover(function () { $(this).find(".new_squr_div>i").addclass("on") },function () { $(this).find(".new_squr_div>i").removeclass("on") }) } hotspot() }) function hotspot(){ $(".hotspot-tab_t ul li").eq(0).addclass("on") $(".hotspot-tab_b .hotspot-tab_b-item").eq(0).addclass("on") if($(window).width()<768){ var hotspotswi = new swiper('.hotspot-tab_t .swiper-container',{ pagination : '.hotspot-tab_t .swiper-pagination', paginationclickable: true, slidesperview:1, spacebetween:0, autoplaydisableoninteraction : false, nextbutton:'.hotspot-tab_t .swiper-button-next', prevbutton:'.hotspot-tab_t .swiper-button-prev', onslidechangeend:function (swiper) { $(".hotspot-tab_b .hotspot-tab_b-item").eq(swiper.activeindex).addclass("on").siblings().removeclass("on"); } }) }else{ $(document).on('click','.hotspot-tab_t ul li',function () { var index=$(this).index() $(this).addclass("on").siblings().removeclass("on") $(".hotspot-tab_b .hotspot-tab_b-item").eq(index).addclass("on").siblings().removeclass("on") }) } if ($(".hotspot-tab_b-item").length > 0) { $(".hotspot-tab_b-item").mcustomscrollbar({ mousewheelpixels:500, autodraggerlength:false }); } }