$(function(){ /*主大图切换*/ $(".mbanner .focus").sudyfocus({ p:2, zWidth:1920, zHeight:640, title:{ isAutoWidth: true, active:true }, text:{ active: false, isAutoHeight: false, href: false }, response: true, speed:600, pagination: true, navigation: true, isNavHover: true, href:true, effect: 'fade' }); /*图切换2*/ var swiper1 = new Swiper('.f_01 .swiper-container', { nextButton: '.f_01 .swiper-button-next', prevButton: '.f_01 .swiper-button-prev', autoplay: 3000, loop: true, effect : 'silde', }); //切换 $('.main1_03 .f_04 .bt_title').find('.wzname').eq(0).addClass('on'); $('.main1_03 .f_04 .bt_title').on('click','.wzname',function(){ $(this).addClass('on').siblings().removeClass('on'); var index = $(this).index(); $('.main4_list').css('display','none'); $('.main4_list').eq(index).css('display','block'); }); //百叶窗 $(".main1_03 .tulist li").hover(function() { $(this).find('.hide-text').stop().animate({ top: 0, },400); }, function() { $(this).find('.hide-text').stop().animate( { top:'134px', },400); }); });