var slide = function(tthis, type, time){ var selected=0, div=$('.'+tthis); if(!div) return; div.find('ul').css('width',$(window).width()*4); div.find('li').css('width',$(window).width()); if(!time) time = 5000; var a=div.find('.banner-num').find('span'), tabview=div.find('.focus-img'), total=math.min(a.length,tabview.find('li').length), tthis=window.settimeout(function(){ slideto((selected+1)%total); },time); a.each(function(index,element){ $(this).on('click',function(){ slideto(index); return false; }) }); tabview.mouseover(function(){ if(!$(this).is(':animated')){ $(this).stop(); window.cleartimeout(tthis) } }); tabview.mouseout(function(){ tthis=window.settimeout(function(){ slideto((selected+1)%total); },time); }); function slideto(i){ var t=selected; if(i!=t){ window.cleartimeout(tthis); a.eq(i).addclass('hover'); a.eq(selected).removeclass('hover'); tabview.find('li').each(function(index,element) { if(index==i||index==selected){ $(this).css('display','block'); }else{ $(this).css('display','none'); } }); if(!tabview.is(':animated')){ tabview.css({marginleft:(((i'; html += '
  • tel:+86-28-85721295
  • '; html += ''; $('.footer-contact').html(html); $('.footer-company-name').html('aircraft maintenance & engineering corporation, chengdu branch'); //标注点数组 lng = '103.947354', lat = '30.590069', markertitle = 'chengdu branch'; markerarr = [{title:"chengdu branch",content:"",point:"103.947354|30.590069",isopen:0,icon:{w:21,h:21,l:0,t:0,x:6,lb:5}}]; initmap(); break; } }); // 轮播图 slide('index-banner'); //二级页面 右侧浮动关注微信公众号 $(".right-focus-us").hover(function(){ var top = $(this).offset().top - 120; var left = $(this).offset().left - 240; $('.wechat-qrcode').css('top',top).css('left',left).stop().fadein(200); $('.wechat-qrcode::after').css('display','none'); },function(){ $('.wechat-qrcode').stop().fadeout(200) }); $('.wechat-qrcode').hover(function(){ $(this).stop().fadein(200) },function(){ $(this).stop().fadeout(200) }); // 返回顶部 $(".go-top").click(function(){ $('body,html').animate({scrolltop:0},500); return false; }); // 查看大图 $('.news-images-list').find('li').click(function(){ if($('.pop-box').length <= 0){ $('body').append('
    ') } var html = '
    '; html += '
    关闭
    '; html += ''; html += '
    ' $('.pop-box').html(html); var w = $('.pop-content').find('img').width() / 2; var h = ($('.pop-content').find('img').height() + 30) / 2; $('.pop-content').css('margin-top','-'+ h + 'px'); $('.pop-content').css('margin-left','-'+ w + 'px'); }); $(document).on('click','.pop-content .close',function(){ $('.pop-box').remove(); }); // 查看视频 $('.news-video-list').find('li').click(function(){ var videourl = $(this).attr('video-url'); if($('.pop-box').length <= 0){ $('body').append('
    ') } var html = '
    '; html += '
    关闭
    '; html += ''; html += ''; html += '
    '; $('.pop-box').html(html); var w = $('.pop-content').find('video').width() / 2; var h = ($('.pop-content').find('video').height() + 30) / 2; $('.pop-content').css('margin-top','-'+ h + 'px'); $('.pop-content').css('margin-left','-'+ w + 'px'); var videoobj=document.getelementbyid("video"); $('#video').click(function(){ if (videoobj.paused){ videoobj.play(); $('.play-btn').css('display', 'none'); }else{ videoobj.pause(); $('.play-btn').css('display', 'block'); } }); $('.play-btn').click(function(){ if (videoobj.paused){ videoobj.play(); $('.play-btn').css('display', 'none'); }else{ videoobj.pause(); $('.play-btn').css('display', 'block'); } }) }); $(document).on('click','.pop-content .close',function(){ $('.pop-box').remove(); }) })