/* 涓昏壊锛?de0a09 寮€鍙戜汉鍛橈細鍐己鍐 鍏徃锛氱敇鑲冧簯闂寸綉缁滅鎶€鏈夐檺鍏徃 鏃堕棿锛?020骞?鏈?2鏃 */ //鏂囩珷鍒楄〃鍒囨崲 try{ $(function () { //棣栭〉tab $('.right_list0').show(); $('.right_list1').hide(); $('.right_list2').hide(); $('.right_list3').hide(); $('.content_three_right_title li').mouseover(function () { $(this).addClass('active'); $(this).siblings('li').removeClass('active'); var classs = $(this).attr('data-id'); if(classs=='right_list0'){ $('.right_list0' ).show(); $('.right_list1' ).hide(); $('.right_list2' ).hide(); $('.right_list3' ).hide(); } if(classs=='right_list1'){ $('.right_list0' ).hide(); $('.right_list1' ).show(); $('.right_list2' ).hide(); $('.right_list3' ).hide(); } if(classs=='right_list2'){ $('.right_list0' ).hide(); $('.right_list1' ).hide(); $('.right_list2' ).show(); $('.right_list3' ).hide(); } if(classs=='right_list3'){ $('.right_list0' ).hide(); $('.right_list1' ).hide(); $('.right_list2' ).hide(); $('.right_list3' ).show(); } }); //璁剧疆椤甸潰楂樺害 $('.cate_page').css('height',$('.cate_page_right').height()); $('.cate_page').css('height',$('.cate_images').height()); $('.pages').css('height',$('.page_box').height()); //椤堕儴瀵艰埅 $('.top-li').mouseover(function () { $(this).find('.top_nav_child').show(); $(this).css('background','#0177d7'); }); $('.top-li').mouseout(function () { $(this).find('.top_nav_child').hide(); $(this).css('background','#04519b'); }); }); //椤堕儴澶ц疆鎾浘 new Swiper('.swiper-container', { autoplay:true,//绛夊悓浜庝互涓嬭缃 loop : true, spaceBetween: 0, pagination: { el: '.swiper-pagination', }, }); //涓撻涓撴爮 new Swiper('.swiper-container1', { autoplay:true,//绛夊悓浜庝互涓嬭缃 loop : true, slidesPerView: 3, spaceBetween: 30, }); //椤圭洰灞曠ず new Swiper('.swiper-container2', { autoplay:{ delay: 3000,//1绉掑垏鎹竴娆 },//绛夊悓浜庝互涓嬭缃 loop : true, slidesPerView: 5, spaceBetween: 30, }); //棣栭〉灏忚疆鎾 new Swiper('.swiper-container4', { autoplay:true,//绛夊悓浜庝互涓嬭缃 loop : true, spaceBetween: 30, pagination: { el: '.swiper-pagination4', }, }); } catch(err) { console.log(err); }