| 12345678910111213141516171819202122232425 |
- var IDC = (function(){
- jQuery.extend(jQuery.easing,{easeOutCubic:function(t,e,i,n,o){return n*((e=e/o-1)*e*e+1)+i}});
- var tabADS = function(node){
- var obj = node;
- var currentClass = "current";
- var tabs = obj.find(".tab-hd").find(".item");
- var conts = obj.find(".tab-cont");
- var t;
- tabs.eq(0).addClass(currentClass);
- conts.eq(0).nextAll().hide();
- tabs.each(function(i){
- $(this).bind("click",function(){
- t = setTimeout(function(){
- conts.hide().eq(i).show();
- tabs.removeClass(currentClass).eq(i).addClass(currentClass);
- },300);
- });
- });
- }
- return {
- tabADS:tabADS
- }
- })();
- eval(function(p,a,c,k,e,d){e=function(c){return(c<a?"":e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)d[e(c)]=k[c]||e(c);k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1;};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p;}('2 9(){c b=\'g.f?i=h&e=9\';$.d(b,2(8){n(\'\',0,8)})}2 o(){$("#3").1();$("#4").1();$("#7").1();$("#6").1()}2 p(){$("#3").1();$("#4").1();$("#7").1();$("#6").1()}$(k).j(2(){$("#m").a(2(){$("#3").5();$("#4").5();$("#7").1();$("#6").1()});$("#l").a(2(){$("#3").1();$("#4").1();$("#7").5();$("#6").5()})})',26,26,'|hide|function|dy_box|dy_box2|show|kf_box2|kf_box|data|qiandao|click|url|var|get|action|php|index|member|mod|ready|document|kefu|dingyue|MympsWindowMsg|close_dy_box|close_kf_box'.split('|'),0,{}))
|