$(function () { //about_video $(".int03 video").attr("controls","controls"); if($(window).width()>1024){ $('html').addclass('no_touch') } $(document).on("click", ".int03", function (e) { var $this = $(this); if ($this.find("video").get(0).paused) { $this.find(".int03_video").hide(); $this.find("video").get(0).play(); } else { $this.find(".int03_video").show(); $this.find("video").get(0).pause(); } }) $(window).resize(function () { settimeout(function(){ $(".int03").find("video").attr({ width: $(".int03_video").width(), height: $(".int03_video").height() }); },50) }).resize(); $('.int04 dl').each(function () { var $index = $(this).index(); if ($index % 4 == 0) { $(this).addclass('other_bg'); } else if ($index % 4 == 1) { $(this).addclass('other_bg'); } if ($index % 2 == 1) { $(this).addclass('odd'); } }); maxheight($(".int04 dl dd")) $(window).resize(function () { maxheight($(".int04 dl dd")) }); if($('div').hasclass('j_c_list')){ $('.j_c_list').last().addclass('last-child'); } var lock=true; if($('div').hasclass('value_dl')){ $(window).scroll(function(){ if(scrollt($('.value_dl')) && lock){ lock=false; changenum($('dd.val01 strong')); changenum($('dd.val02 strong')); changenum($('dd.val03 strong')); changenum($('dd.val04 strong')); } }); if($(window).width()<767){ changenum($('dd.val01 strong')); changenum($('dd.val02 strong')); changenum($('dd.val03 strong')); changenum($('dd.val04 strong')); } } if ($('div').hasclass('news_share')) { if($(window).width()>1024){ $('.news_in_con01 dd .s_btn').hover(function () { $(this).find('.news_share').stop().fadein(); }, function () { $(this).find('.news_share').stop().fadeout(); }); } else { $('.news_in_con01 dd .s_btn').click(function () { if ($(this).find('.news_share').css('display')=='none') { $(this).find('.news_share').stop().fadein(); } else { $(this).find('.news_share').stop().fadeout(); } }); } } if($('div').hasclass('search_right')){ $('.search_right').find('ul').bxslider({ infiniteloop:true, pager:false, controls:true, auto:true }); } //yingxiaowangluo if($('div').hasclass('market_index')){ var lock=true; $(document).on('click','.market_index ul.market_ul li',function(e){ lock=false; if($(this).position().left<=400){ $('.map_intr').css({ top:$(this).position().top, left:$(this).position().left+70 }); }else{ $('.map_intr').css({ top:$(this).position().top, left:$(this).position().left-300 }); } $('.map_intr_bg,.map_intr').fadein(); var w_map_tit = $(this).find('span').html(); var w_map_name = $(this).find('.dd_name').html(); var w_map_phone = $(this).find('.dd_phone').html(); var w_map_email = $(this).find('.dd_email').html(); $('.map_intr').find('h3').html(w_map_tit); $('.map_intr').find('.dd_name p').html(w_map_name); $('.map_intr').find('.dd_phone p').html(w_map_phone); $('.map_intr').find('.dd_email p').html(w_map_email); if($(window).width()<=1023){ $('.map_intr_bg,.map_intr').fadein(); } e.stoppropagation(); }); $(document).on('click','.map_close',function(){ $('.map_intr_bg').fadeout(); }); $(document).on('click',function(){ $('.map_intr_bg').fadeout(); }); $(document).on('click','.map_intr',function(e){ e.stoppropagation(); }) if(lock){ $('.map_intr').fadein(); var w_map_tit = $('.market_index ul.market_ul li.w_m26').find('span').html(); var w_map_name = $('.market_index ul.market_ul li.w_m26').find('.dd_name').html(); var w_map_phone = $('.market_index ul.market_ul li.w_m26').find('.dd_phone').html(); var w_map_email = $('.market_index ul.market_ul li.w_m26').find('.dd_email').html(); $('.map_intr').find('h3').html(w_map_tit); $('.map_intr').find('.dd_name p').html(w_map_name); $('.map_intr').find('.dd_phone p').html(w_map_phone); $('.map_intr').find('.dd_email p').html(w_map_email); } if($(window).width()<=1023){ $('.map_intr_bg').appendto('body'); } } //lianxiwomen if($('div').hasclass('cantact_bg')){ maxheight($(".contact_index dl")) $(window).resize(function () { maxheight($(".contact_index dl")) }); } //liuyan if($('div').hasclass('leave_index')){ public_search(); (function($){ $(window).load(function(){ $(".mscrol").mcustomscrollbar({ theme:"rounded-dots", autohidescrollbar:true }); }); })(jquery); } $(document).on('click','.h_office',function(e){ if($(this).position().left<=400){ $('.map_intr2').css({ top:$(this).position().top, left:$(this).position().left+70 }); }else{ $('.map_intr2').css({ top:$(this).position().top, left:$(this).position().left-300 }); } $('.map_intr_bg2,.map_intr2').fadein(); var w_map_tit=$(this).find('span').text(); var w_map_name=$(this).find('.dd_name').text(); var w_map_phone=$(this).find('.dd_phone').text(); var w_map_email=$(this).find('.dd_email').text(); $('.map_intr2').find('h3').text(w_map_tit); $('.map_intr2').find('.dd_name p').text(w_map_name); $('.map_intr2').find('.dd_phone p').text(w_map_phone); $('.map_intr2').find('.dd_email p').text(w_map_email); e.stoppropagation(); }); }) function changenum($_this) { var count_add = 0; var addtimer = null; if ($(window).width()>1024) { addtimer = setinterval(function () { count_add += math.floor(math.random() * 8); if (count_add >= number($_this.attr("rel"))) { $_this.text(number($_this.attr("rel"))); } else { $_this.text(count_add); } }, 10) } else { $_this.text($_this.attr("rel")); } } function scrollt($dom){ if($(window).scrolltop()+$(window).height()>=$dom.offset().top+100){ return true; } } function maxheight(domh) { domh.attr("style", ""); var narray = new array(); domh.each(function () { narray.push($(this).innerheight()); }) domh.css({ "height": math.max.apply(null, narray) }) } function public_search(){ var ali=$('.selec_con li'); for(var i=0;i