var tme = {}; tme.init = function(){ tme.fnbrower(); tme.fnheader(); tme.fntopnav(); tme.fnm_nav(); tme.fnbacktop(); tme.fntopsearch(); tme.fnlanguage(); tme.fnfooterselect(); tme.fnthumbup(); tme.fnreport(); tme.fnmenulevel3(); tme.fntab(".js_investnotice .tit",".js_investnotice .cont","click"); tme.fntab(".js_investstock .tit",".js_investstock .cont","click"); tme.fntab(".invest_stockwrap .tit",".invest_stockwrap .cont","click"); tme.fntab(".sec_pro2 .sec_protab",".sec_pro2 .sec_pro2cont","click"); /*页面滚动出厂动画*/ $(function(){ $('.article-block').delay(300).scrollClass(); }); (function(jQuery){ $.fn.scrollClass = function(config){ var defaults = {}; var config = jQuery.extend(defaults, config); var target = this; function addAction(){ var length = target.length; for(var i=0; i9){ $('html').addClass('iehtml'); } if(browser.type =="ie" && browser.version <= 9){ location.href="http://outdatedbrowser.com/zh-cn"; } } /*页面滚动头部动画*/ tme.fnheader=function(){ $(window).scroll(function() { var currTop = $(window).scrollTop(); if (currTop < 35) { $('.header').removeClass('tophide'); } else { $('.header').addClass('tophide'); } }); if( $(window).scrollTop() > 0){ $('.header').addClass('tophide'); } } /*pc站导航*/ tme.fntopnav=function(){ var ww = $(window).width(); var bg_w = ww*0.28; var qcloud={}; var navlion=$(".header .nav ul li.nav-up-selected"); $('[_t_nav]').hover(function(){ var _nav = $(this).attr('_t_nav'); clearTimeout( qcloud[ _nav + '_timer' ] ); qcloud[ _nav + '_timer' ] = setTimeout(function(){ $('[_t_nav]').each(function(){ $(this)[ _nav == $(this).attr('_t_nav') ? 'addClass':'removeClass' ]('nav-up-selected'); }); $('#'+_nav).stop(true,true).slideDown(200); $('#'+_nav).find(".bg").animate({},function(){ $(this).css({"transform":"translateX(0px)","opacity":"1","width":bg_w}) }) $('#'+_nav).find(".hidden_navcenter").animate({},function(){ $(this).css({"transform":"translateX(0px)","opacity":"1"}) }) $('#'+_nav).find(".hidden_navright").animate({},function(){ $(this).css({"transform":"translateY(0px)","opacity":"1"}) }) $('#'+_nav).find(".hidden_navtype2").animate({},function(){ $(this).css({"transform":"translateY(0px)","opacity":"1"}) }) }, 150); },function(){ var _nav = $(this).attr('_t_nav'); clearTimeout( qcloud[ _nav + '_timer' ] ); qcloud[ _nav + '_timer' ] = setTimeout(function(){ $('[_t_nav]').removeClass('nav-up-selected'); navlion.addClass('nav-up-selected'); $('#'+_nav).stop(true,true).slideUp(200); $('#'+_nav).find(".bg").animate({},function(){ $(this).css({"transform":"translateX(-20px)","opacity":"0"}) }) $('#'+_nav).find(".hidden_navcenter").animate({},function(){ $(this).css({"transform":"translateX(-20px)","opacity":"0"}) }) $('#'+_nav).find(".hidden_navright").animate({},function(){ $(this).css({"transform":"translateY(-20px)","opacity":"0"}) }) $('#'+_nav).find(".hidden_navtype2").animate({},function(){ $(this).css({"transform":"translateY(-20px)","opacity":"0"}) }) }, 150); }); } /*手机站导航*/ tme.fnm_nav=function(){ var $menu = $('nav#menu'); $menu.mmenu({ position : 'right', classes : 'mm-background mm-front' }); } /*返回顶部*/ tme.fnbacktop=function(){ $('.back_topbtn').fadeOut(300); $(window).scroll(function() { var scroH = $(this).scrollTop(); if (scroH > 500) $('.back_topbtn').fadeIn(300); else $('.back_topbtn').fadeOut(300); }) $('.back_topbtn').click(function(){ $('body,html').animate({scrollTop:0},300); }) } /*搜索弹窗*/ tme.fntopsearch=function(){ $(".msearch_icon,.search_icon").on("click",function(){ layer.open({ content: $(".hidden_search2").html() }); $(".hidden_searchwrap2 .close_search2").click(function(){ layer.closeAll(); }) }) } /*language*/ tme.fnlanguage=function(){ $(".groups,.language").hover(function(){ $(this).find("ul").stop(false).slideDown(300); },function(){ $(this).find("ul").stop(false).slideUp(300); }) } /*底部友情链接*/ tme.fnfooterselect=function(){ $('.select > p').on('click', function(e){ $('.select').toggleClass('open'); e.stopPropagation(); }); $('.select > ul li').on('click', function(e){ var _this = $(this); // $('.select > p').text(_this.attr('data-value')); _this.addClass('selected').siblings().removeClass('selected'); $('.select').removeClass('open'); e.stopPropagation(); }); $(document).on('click', function(){ $('.select').removeClass('open'); }); } /*点赞*/ tme.fnthumbup=function(){ $(".float_btn li a").click(function(){ $(this).toggleClass("on") }) } /*业绩报告页面*/ tme.fnreport=function(){ $('.list_investreport li .title').on("click", function () { $(this).toggleClass("on"); $('.list_investreport li .title').not($(this)).removeClass("on"); $(this).next().slideToggle(100); $('.list_investreport li .cont').not($(this).next()).slideUp('fast'); }); $('.list_investreport li:nth-child(1) .title').trigger("click") } /*三级导航*/ tme.fnmenulevel3=function(){ // var menlevel3len=$(".menu_level3 li").length; // if(menlevel3len==2){ // $(".menu_level3 li").css({"width":"50%"}) // } // if(menlevel3len==3){ // $(".menu_level3 li").css({"width":"33.33%"}) // } // if(menlevel3len==4){ // $(".menu_level3 li").css({"width":"25%"}) // } // if(menlevel3len==5){ // $(".menu_level3 li").css({"width":"20%"}) // } // if(menlevel3len==6){ // $(".menu_level3 li").css({"width":"16.66%"}) // } // if(menlevel3len==7){ // $(".menu_level3 li").css({"width":"14.28%"}) // } // if(menlevel3len==8){ // $(".menu_level3 li").css({"width":"12.5%"}) // } } /*tab切换*/ tme.fntab=function(tabtit,tab_conbox,shijian){ $(tab_conbox).find(".item").hide(); $(tabtit).find("li:first").addClass("on").show(); $(tab_conbox).find(".item:first").show(); $(tabtit).find("li").bind(shijian,function(){ $(this).addClass("on").siblings("li").removeClass("on"); var activeindex = $(tabtit).find("li").index(this); $(tab_conbox).children().eq(activeindex).show().siblings().hide(); return false; }); } $(document).ready( tme.init );