$(function () { var wow = new wow({ boxclass: 'wow', animateclass: 'animated', offset: 0, mobile: true, live: true, }) wow.init() $('.wow').attr('data-wow-duration', '1.3s') del(1, 0.2, $('.bot li')); // 导航 // $(".ind_nav li").mouseenter(function () { // $(this).find('ind_.subnav').slidedown() // }) // $(".ind_nav li").mouseleave(function () { // $(this).find('ind_.subnav').slideup() // }) // $('.nav02 h1').click(function () { // $(this).next().slidetoggle(500).parent().toggleclass('current') // $(this).parent().siblings().removeclass('current').find('.nav03').slideup(500) // }) // $(function () { // $(".menu_btn").click(function() { // $(".menu_box").fadein(300) // }) // $(".menu_close").click(function() { // $(".menu_box").fadeout(300) // }) // }) // 视频 $('.video-a1').click(function(){ $('.video_bg').show(); $('.video-a3').append('') }); $('.video-a2').click(function(){ $('.video-a3').empty(); $('.video_bg').hide(); }); })