jQuery(document).ready(function($) { $(".ft_1_2 ul li").hover(function(){ $(this).find(".ewm_hide").stop().fadeToggle(); }) //投诉建议弹窗 $(".callus .call5 .complaints").click(function () { $(".fotdn-jb").fadeIn(200); }); $(".jbxx-div .fancybox").click(function () { $(".fotdn-jb").fadeOut(200); }); }); // 栏目停留 var href=window.location.href; //一级栏目停留 var arr=new Array(); arr=['about','property','service','business','news','investors','contactus']; for(var i=0;i0){ $(".header_cont .nav .left .lump").eq(i+1).attr("id","menunow"); break; } } //内页二级栏目 $(".menu2 a").each(function(index, element) { if(href.indexOf($(this).attr("href"))>0){ $(this).attr("id","menu2_on"); return false; } }); function isMobile() { var userAgentInfo = navigator.userAgent; var mobileAgents = [ "Android", "iPhone", "SymbianOS", "Windows Phone", "iPad","iPod"]; var mobile_flag = false; //鏍规嵁userAgent鍒ゆ柇鏄惁鏄墜鏈� for (var v = 0; v < mobileAgents.length; v++) { if (userAgentInfo.indexOf(mobileAgents[v]) > 0) { mobile_flag = true; break; } } var screen_width = window.screen.width; //鏍规嵁灞忓箷鍒嗚鲸鐜囧垽鏂槸鍚︽槸鎵嬫満 if(screen_width <= 992){ mobile_flag = true; } return mobile_flag; } $(function(){ //鏁板瓧鍔ㄧ敾 $('.counter').countUp({ delay: 10, time: 2000 }); $('.counters').countUp({ delay: 10, time: 1000 }); $('.counter1').countUp({ delay: 4, time: 2500 }); $('.counter2').countUp({ delay: 1, time: 1000 }); //pageTAB isMobile()?$('.wrapper li').length!=0?$('.wrapper').navbarscroll():'':''; //澶撮儴婊氬姩鏄剧ず function scrollt(){ var topp = $(document).scrollTop(); if(topp > 100){ // $('.header').find('.logo img').attr('src','images/logo02.png'); $('.header').addClass("onshow").find('.phoneIcon>img').attr('src','/skin/default/images/tel.png'); }else{ $('.header').find('.logo img').attr('src','/skin/default/images/logo.png'); $(".header").removeClass("onshow").find('.phoneIcon>img').attr('src','/skin/default/images/tel.png'); } // if(topp > $(window).height()-$('.header').height()){ // $("#back_top").addClass('onshow'); // }else{ // $("#back_top").removeClass('onshow'); // } } scrollt(); if(isMobile()){ // $('.header').addClass("onshow").find('.logo img').attr('src','images/logo02.png') // .parents('.header').find('.phoneIcon>img').attr('src','images/phoneicon.png'); }else{ $(window).scroll(function(){ scrollt() }); } //home涓氬姟鑼冨洿hover if($('.business_line').length!=0){ $.each($('.business_line'), function() { var fh = $(this).find('.business_p').height(); $(this).height(fh); }); } if(!isMobile()){ $('.business_item>a').hover(function() { var th = $(this).find('.business_p').height(),lih = $(this).find('.business_li').height(); $(this).find('.business_line').height(lih); $(this).find('.business_line>div').css({'transform':'translateY(-'+th+'px)','-webkit-transform':'translateY(-'+th+'px)'}); }, function(){ var th = $(this).find('.business_p').height(); $(this).find('.business_line').height(th); $(this).find('.business_line>div').css({'transform':'none','-webkit-transform':'none'}); }); } //home涓氱哗鍒囨崲 if($('.case_list').length!=0){ $('.case_box').height($('.case_list:first-child').height()); } $(document).on('click','.case_tab .case_tab_btn>a',function(){ var is = $(this); if(!is.is('.on')){ var isht = $('.case_box').children('.case_list').eq(is.parent('.case_tab_btn').index()); is.addClass('on').parent('.case_tab_btn').siblings().children('a').removeClass('on'); $('.case_box').height(isht.height()); isht.addClass('on').siblings().removeClass('on'); } }); //鑿滃崟灞曞紑鏀惰捣 $(document).on('click','#menu_btn',function(){ $('.header').is('.mobile_side')?($('.header').removeClass('mobile_side'),$('.container').removeClass('m_scale')): ($('.container').addClass('m_scale'),$('.header').addClass('mobile_side')); }); //婊氬姩涓€灞� $(document).on('click','.roller',function(){ var scroll; // if(isMobile()){ // scroll = $(window).height()-50; // }else{ // scroll = $(window).height(); // } // $('html,body').animate({scrollTop:scroll},600); }); //杩斿洖椤堕儴 $(document).on('click','#back_top',function(){ $('html,body').animate({scrollTop: 0},600); }); !isMobile()?$('.pageBanner_txt').length!=0?$('.pageBanner_txt').css('padding-top',$('.header').height()):'':''; //鏂伴椈鏂瑰悜鑳屾櫙 if(!isMobile()){ if($('.news_item').length!=0){ $('.news_item').each( function() { $(this).hoverdir(); }); } } //table灞曞紑鏀惰捣 $(document).on('click','#check_list .Nash_check',function(){ var isthis = $(this); if(isthis.is('.on')){ isthis.removeClass('on').next('.Nash_item').find('.Nash_condition').height(0); }else{ isthis.addClass('on').next('.Nash_item').find('.Nash_condition') .height(isthis.addClass('on').next('.Nash_item').find('.Nash_condition>div').innerHeight()); } }); //鎮诞type if(!isMobile()){ if($('.servicedtl_tab').length!=0){ var type_top = $('.servicedtl_tab').offset().top - 140; // $(document).scroll(function() { // var scroH = $(document).scrollTop(); // if(scroH>=type_top){ // $('.servicedtl_tab').addClass('tab_fixed'); // }else{ // $('.servicedtl_tab').removeClass('tab_fixed'); // } // }); } } if($('.com-uni').length!=0){ $('.com-content').height($('.com-uni:first-child').width() / 1.75); } }) jQuery(document).ready(function($) { $("#banshichu").click(function(){ if($(this).hasClass("bsc_show")){ $("#banshichulist").stop().slideDown(500,"swing"); $("#banshichu").removeClass("bsc_show"); $("#banshichu").text("收起"); }else{ $("#banshichulist").stop().slideUp(500,"swing"); $("#banshichu").addClass("bsc_show"); $("#banshichu").text("展开"); } }) });