/**2021-04-30 07:32:19 merge:*/
/**[file/script/jquery.lazyload.min.js]*/
(function($){
$.fn.lazyload = function(options){
//定义需要的参数的初始值,并合并options对象到set对象
var set = $.extend({url:"original",fadeIn :500,scrollcontainer:null}, options || {});
var cache = [];
$(this).each(function(){
var nodeName = this.nodeName.toLowerCase();
var url = $(this).attr(set.url);
//获取每个元素的信息
var data = {
obj : $(this),
url : url,
tag : nodeName
};
cache.push(data);
});
var lazyLoading = function(){
$.each(cache,function(i, e){
var obj = e.obj,
url = e.url,
tag = e.tag;
if(obj){
var winHeight = $(window).height(); //当前窗口高度
var scrolltop = $(window).scrollTop(); //滚动条偏移高度
var oTop = obj.offset().top; //图片相对高度
//判断是否在当前窗口内
if((oTop-scrolltop) > -20 && (oTop-scrolltop) < winHeight){
if(tag === "img"){
//图片加载完成
obj.bind('load',function(){
obj.removeClass("lazy"); // 已经加载完成的图片去掉lazy
})
//给src属性赋值,防止重复操作src
if (obj.attr("src")!=url) obj.attr("src", url);
}else{
return false;
}
}
}
});
};
//加载后立即执行
lazyLoading();
//执行滚动,触发事件
$(window).bind("scroll", lazyLoading);
//如果有滚动模块的容器 绑定滚动事件触发lazyload
if(set.scrollcontainer)
{
console.log("Auto Scroll");
set.scrollcontainer.bind("scroll",lazyLoading);
}
};
})(jQuery);
/**[file/script/jquery.SuperSlide.2.1.1.min.js]*/
/*!
* SuperSlide v2.1.1
* 轻松解决网站大部分特效展示问题
* 详尽信息请看官网:http://www.SuperSlide2.com/
*
* Copyright 2011-2013, 大话主席
*
* 请尊重原创,保留头部版权
* 在保留版权的前提下可应用于个人或商业用途
* v2.1.1:修复当调用多个SuperSlide,并设置returnDefault:true 时返回defaultIndex索引错误
*/
!function(a){a.fn.slide=function(b){return a.fn.slide.defaults={type:"slide",effect:"fade",autoPlay:!1,delayTime:500,interTime:2500,triggerTime:150,defaultIndex:0,titCell:".hd li",mainCell:".bd",targetCell:null,trigger:"mouseover",scroll:1,vis:1,titOnClassName:"on",autoPage:!1,prevCell:".prev",nextCell:".next",pageStateCell:".pageState",opp:!1,pnLoop:!0,easing:"swing",startFun:null,endFun:null,switchLoad:null,playStateCell:".playState",mouseOverStop:!0,defaultPlay:!0,returnDefault:!1},this.each((function(){var c=a.extend({},a.fn.slide.defaults,b),d=a(this),e=c.effect,f=a(c.prevCell,d),g=a(c.nextCell,d),h=a(c.pageStateCell,d),i=a(c.playStateCell,d),j,k=(j=a(c.titCell,d)).size(),l=a(c.mainCell,d),m=l.children().size(),n=c.switchLoad,o=a(c.targetCell,d),p=parseInt(c.defaultIndex),q=parseInt(c.delayTime),r=parseInt(c.interTime);parseInt(c.triggerTime);var Q,t=parseInt(c.scroll),u=parseInt(c.vis),v="false"!=c.autoPlay&&0!=c.autoPlay,w="false"!=c.opp&&0!=c.opp,x="false"!=c.autoPage&&0!=c.autoPage,y="false"!=c.pnLoop&&0!=c.pnLoop,z="false"!=c.mouseOverStop&&0!=c.mouseOverStop,A="false"!=c.defaultPlay&&0!=c.defaultPlay,B="false"!=c.returnDefault&&0!=c.returnDefault,C=0,D=0,E=0,F=0,G=c.easing,H=null,I=null,J=null,K=c.titOnClassName,L=j.index(d.find("."+K)),M=p=-1==L?p:L,N=p,O=p,P=m>=u?0!=m%t?m%t:t:0,R="leftMarquee"==e||"topMarquee"==e,S=function(){a.isFunction(c.startFun)&&c.startFun(p,k,d,a(c.titCell,d),l,o,f,g)},T=function(){a.isFunction(c.endFun)&&c.endFun(p,k,d,a(c.titCell,d),l,o,f,g)},U=function(){j.removeClass(K),A&&j.eq(N).addClass(K)};if("menu"==c.type)return A&&j.removeClass(K).eq(p).addClass(K),j.hover((function(){Q=a(this).find(c.targetCell);var b=j.index(a(this));I=setTimeout((function(){switch(p=b,j.removeClass(K).eq(p).addClass(K),S(),e){case"fade":Q.stop(!0,!0).animate({opacity:"show"},q,G,T);break;case"slideDown":Q.stop(!0,!0).animate({height:"show"},q,G,T)}}),c.triggerTime)}),(function(){switch(clearTimeout(I),e){case"fade":Q.animate({opacity:"hide"},q,G);break;case"slideDown":Q.animate({height:"hide"},q,G)}})),void(B&&d.hover((function(){clearTimeout(J)}),(function(){J=setTimeout(U,q)})));if(0==k&&(k=m),R&&(k=2),x){if(m>=u)if("leftLoop"==e||"topLoop"==e)k=0!=m%t?1+(0^m/t):m/t;else{var V=m-u;0>=(k=1+parseInt(0!=V%t?V/t+1:V/t))&&(k=1)}else k=1;j.html("");var W="";if(1==c.autoPage||"true"==c.autoPage)for(var X=0;k>X;X++)W+="
"+(X+1)+"";else for(var X=0;k>X;X++)W+=c.autoPage.replace("$",X+1);j.html(W);var j=j.children()}if(m>=u){l.children().each((function(){a(this).width()>E&&(E=a(this).width(),D=a(this).outerWidth(!0)),a(this).height()>F&&(F=a(this).height(),C=a(this).outerHeight(!0))}));var Y=l.children(),Z=function(){for(var a=0;u>a;a++)Y.eq(a).clone().addClass("clone").appendTo(l);for(var a=0;P>a;a++)Y.eq(m-a-1).clone().addClass("clone").prependTo(l)};switch(e){case"fold":l.css({position:"relative",width:D,height:C}).children().css({position:"absolute",width:E,left:0,top:0,display:"none"});break;case"top":l.wrap('').css({top:-p*t*C,position:"relative",padding:"0",margin:"0"}).children().css({height:F});break;case"left":l.wrap('').css({width:m*D,left:-p*t*D,position:"relative",overflow:"hidden",padding:"0",margin:"0"}).children().css({float:"left",width:E});break;case"leftLoop":case"leftMarquee":Z(),l.wrap('').css({width:(m+u+P)*D,position:"relative",overflow:"hidden",padding:"0",margin:"0",left:-(P+p*t)*D}).children().css({float:"left",width:E});break;case"topLoop":case"topMarquee":Z(),l.wrap('').css({height:(m+u+P)*C,position:"relative",padding:"0",margin:"0",top:-(P+p*t)*C}).children().css({height:F})}}var $=function(a){var b=a*t;return a==k?b=m:-1==a&&0!=m%t&&(b=-m%t),b},_=function(b){var c=function(c){for(var d=c;u+c>d;d++)b.eq(d).find("img["+n+"]").each((function(){var b=a(this);if(b.attr("src",b.attr(n)).removeAttr(n),l.find(".clone")[0])for(var c=l.children(),d=0;d=1?p=1:0>=p&&(p=0):(O=p,p>=k?p=0:0>p&&(p=k-1)),S(),null!=n&&_(l.children()),o[0]&&(Q=o.eq(p),null!=n&&_(o),"slideDown"==e?(o.not(Q).stop(!0,!0).slideUp(q),Q.slideDown(q,G,(function(){l[0]||T()}))):(o.not(Q).stop(!0,!0).hide(),Q.animate({opacity:"show"},q,(function(){l[0]||T()})))),m>=u)switch(e){case"fade":l.children().stop(!0,!0).eq(p).animate({opacity:"show"},q,G,(function(){T()})).siblings().hide();break;case"fold":l.children().stop(!0,!0).eq(p).animate({opacity:"show"},q,G,(function(){T()})).siblings().animate({opacity:"hide"},q,G);break;case"top":l.stop(!0,!1).animate({top:-p*t*C},q,G,(function(){T()}));break;case"left":l.stop(!0,!1).animate({left:-p*t*D},q,G,(function(){T()}));break;case"leftLoop":var b=O;l.stop(!0,!0).animate({left:-($(O)+P)*D},q,G,(function(){-1>=b?l.css("left",-(P+(k-1)*t)*D):b>=k&&l.css("left",-P*D),T()}));break;case"topLoop":var b=O;l.stop(!0,!0).animate({top:-($(O)+P)*C},q,G,(function(){-1>=b?l.css("top",-(P+(k-1)*t)*C):b>=k&&l.css("top",-P*C),T()}));break;case"leftMarquee":var c=l.css("left").replace("px","");0==p?l.animate({left:++c},0,(function(){l.css("left").replace("px","")>=0&&l.css("left",-m*D)})):l.animate({left:--c},0,(function(){l.css("left").replace("px","")<=-(m+P)*D&&l.css("left",-P*D)}));break;case"topMarquee":var d=l.css("top").replace("px","");0==p?l.animate({top:++d},0,(function(){l.css("top").replace("px","")>=0&&l.css("top",-m*C)})):l.animate({top:--d},0,(function(){l.css("top").replace("px","")<=-(m+P)*C&&l.css("top",-P*C)}))}j.removeClass(K).eq(p).addClass(K),M=p,y||(g.removeClass("nextStop"),f.removeClass("prevStop"),0==p&&f.addClass("prevStop"),p==k-1&&g.addClass("nextStop")),h.html(""+(p+1)+"/"+k)}};A&&ab(!0),B&&d.hover((function(){clearTimeout(J)}),(function(){J=setTimeout((function(){p=N,A?ab():"slideDown"==e?Q.slideUp(q,U):Q.animate({opacity:"hide"},q,U),M=p}),300)}));var bb=function(a){H=setInterval((function(){w?p--:p++,ab()}),a||r)},cb=function(a){H=setInterval(ab,a||r)},db=function(){z||(clearInterval(H),bb())},eb=function(){(y||p!=k-1)&&(p++,ab(),R||db())},fb=function(){(y||0!=p)&&(p--,ab(),R||db())},gb=function(){clearInterval(H),R?cb():bb(),i.removeClass("pauseState")},hb=function(){clearInterval(H),i.addClass("pauseState")};if(v?R?(w?p--:p++,cb(),z&&l.hover(hb,gb)):(bb(),z&&d.hover(hb,gb)):(R&&(w?p--:p++),i.addClass("pauseState")),i.click((function(){i.hasClass("pauseState")?gb():hb()})),"mouseover"==c.trigger?j.hover((function(){var a=j.index(this);I=setTimeout((function(){p=a,ab(),db()}),c.triggerTime)}),(function(){clearTimeout(I)})):j.click((function(){p=j.index(this),ab(),db()})),R){if(g.mousedown(eb),f.mousedown(fb),y){var ib,jb=function(){ib=setTimeout((function(){clearInterval(H),cb(0^r/10)}),150)},kb=function(){clearTimeout(ib),clearInterval(H),cb()};g.mousedown(jb),g.mouseup(kb),f.mousedown(jb),f.mouseup(kb)}"mouseover"==c.trigger&&(g.hover(eb,(function(){})),f.hover(fb,(function(){})))}else g.click(eb),f.click(fb)}))}}(jQuery),jQuery.easing.jswing=jQuery.easing.swing,jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(a,b,c,d,e){return jQuery.easing[jQuery.easing.def](a,b,c,d,e)},easeInQuad:function(a,b,c,d,e){return d*(b/=e)*b+c},easeOutQuad:function(a,b,c,d,e){return-d*(b/=e)*(b-2)+c},easeInOutQuad:function(a,b,c,d,e){return(b/=e/2)<1?d/2*b*b+c:-d/2*(--b*(b-2)-1)+c},easeInCubic:function(a,b,c,d,e){return d*(b/=e)*b*b+c},easeOutCubic:function(a,b,c,d,e){return d*((b=b/e-1)*b*b+1)+c},easeInOutCubic:function(a,b,c,d,e){return(b/=e/2)<1?d/2*b*b*b+c:d/2*((b-=2)*b*b+2)+c},easeInQuart:function(a,b,c,d,e){return d*(b/=e)*b*b*b+c},easeOutQuart:function(a,b,c,d,e){return-d*((b=b/e-1)*b*b*b-1)+c},easeInOutQuart:function(a,b,c,d,e){return(b/=e/2)<1?d/2*b*b*b*b+c:-d/2*((b-=2)*b*b*b-2)+c},easeInQuint:function(a,b,c,d,e){return d*(b/=e)*b*b*b*b+c},easeOutQuint:function(a,b,c,d,e){return d*((b=b/e-1)*b*b*b*b+1)+c},easeInOutQuint:function(a,b,c,d,e){return(b/=e/2)<1?d/2*b*b*b*b*b+c:d/2*((b-=2)*b*b*b*b+2)+c},easeInSine:function(a,b,c,d,e){return-d*Math.cos(b/e*(Math.PI/2))+d+c},easeOutSine:function(a,b,c,d,e){return d*Math.sin(b/e*(Math.PI/2))+c},easeInOutSine:function(a,b,c,d,e){return-d/2*(Math.cos(Math.PI*b/e)-1)+c},easeInExpo:function(a,b,c,d,e){return 0==b?c:d*Math.pow(2,10*(b/e-1))+c},easeOutExpo:function(a,b,c,d,e){return b==e?c+d:d*(1-Math.pow(2,-10*b/e))+c},easeInOutExpo:function(a,b,c,d,e){return 0==b?c:b==e?c+d:(b/=e/2)<1?d/2*Math.pow(2,10*(b-1))+c:d/2*(2-Math.pow(2,-10*--b))+c},easeInCirc:function(a,b,c,d,e){return-d*(Math.sqrt(1-(b/=e)*b)-1)+c},easeOutCirc:function(a,b,c,d,e){return d*Math.sqrt(1-(b=b/e-1)*b)+c},easeInOutCirc:function(a,b,c,d,e){return(b/=e/2)<1?-d/2*(Math.sqrt(1-b*b)-1)+c:d/2*(Math.sqrt(1-(b-=2)*b)+1)+c},easeInElastic:function(a,b,c,d,e){var f=1.70158,g=0,h=d;if(0==b)return c;if(1==(b/=e))return c+d;if(g||(g=.3*e),hb?-.5*h*Math.pow(2,10*(b-=1))*Math.sin(2*(b*e-f)*Math.PI/g)+c:.5*h*Math.pow(2,-10*(b-=1))*Math.sin(2*(b*e-f)*Math.PI/g)+d+c},easeInBack:function(a,b,c,d,e,f){return null==f&&(f=1.70158),d*(b/=e)*b*((f+1)*b-f)+c},easeOutBack:function(a,b,c,d,e,f){return null==f&&(f=1.70158),d*((b=b/e-1)*b*((f+1)*b+f)+1)+c},easeInOutBack:function(a,b,c,d,e,f){return null==f&&(f=1.70158),(b/=e/2)<1?d/2*b*b*((1+(f*=1.525))*b-f)+c:d/2*((b-=2)*b*((1+(f*=1.525))*b+f)+2)+c},easeInBounce:function(a,b,c,d,e){return d-jQuery.easing.easeOutBounce(a,e-b,0,d,e)+c},easeOutBounce:function(a,b,c,d,e){return(b/=e)<1/2.75?7.5625*d*b*b+c:2/2.75>b?d*(7.5625*(b-=1.5/2.75)*b+.75)+c:2.5/2.75>b?d*(7.5625*(b-=2.25/2.75)*b+.9375)+c:d*(7.5625*(b-=2.625/2.75)*b+.984375)+c},easeInOutBounce:function(a,b,c,d,e){return e/2>b?.5*jQuery.easing.easeInBounce(a,2*b,0,d,e)+c:.5*jQuery.easing.easeOutBounce(a,2*b-e,0,d,e)+.5*d+c}});
/**[file/script/jquery.H5Validate.min.js]*/
/*! jquery-html5Validate.js 基于HTML5表单验证的jQuery插件
* Create by zhangxinxu(.com) on 2012-12-05
* Move to Github ( https://github.com/zhangxinxu/html5Validate ) on 2014-12-17
**/
!function($,undefined){var winWidth,fnMouseDown,fnKeyDown,funResize;DBC2SBC=function(str){var result="",i,code;for(i=0;i=65281&&code<=65373?String.fromCharCode(str.charCodeAt(i)-65248):12288==code?String.fromCharCode(str.charCodeAt(i)-12288+32):str.charAt(i);return result},$.testRemind=(winWidth=$(window).width(),fnMouseDown=function(e){e&&e.target&&e.target.id!==$.testRemind.id&&0===$(e.target).parents("#"+$.testRemind.id).length&&$.testRemind.hide()},fnKeyDown=function(e){e&&e.target&&"body"!==e.target.tagName.toLowerCase()&&$.testRemind.hide()},funResize=function(){if($.testRemind.display){var nowWinWidth=$(window).width();Math.abs(winWidth-nowWinWidth)>20&&($.testRemind.hide(),winWidth=nowWinWidth)}},{id:"validateRemind",display:!1,css:{},hide:function(){$("#"+this.id).remove(),this.display=!1,this.target&&this.target.removeClass("error"),$(document).unbind({mousedown:fnMouseDown,keydown:fnKeyDown}),$(window).unbind("resize",funResize)},bind:function(){$(document).bind({mousedown:fnMouseDown,keydown:fnKeyDown}),$(window).bind("resize",funResize)}}),OBJREG={EMAIL:"^[a-z0-9._%-]+@([a-z0-9-]+\\.)+[a-z]{2,4}$",NUMBER:"^\\-?\\d+(\\.\\d+)?$",URL:"^(http|https|ftp)\\:\\/\\/[a-z0-9\\-\\.]+\\.[a-z]{2,3}(:[a-z0-9]*)?\\/?([a-z0-9\\-\\._\\?\\,\\'\\/\\\\\\+&%\\$#\\=~])*$",TEL:"^(1[3-9]\\d{9})$",ZIPCODE:"^\\d{6}$",NAME:"^[\\u4e00-\\u9fa5]{2,6}$",prompt:{radio:"请选择一个选项",checkbox:"如果要继续,请选中此框",select:"请选择列表中的一项",email:"请输入电子邮件地址",url:"请输入网站地址",tel:"请输入正确的号码",number:"请输入数值",date:"请输入日期",pattern:"内容格式不符合要求",empty:"请填写此字段",multiple:"多条数据使用逗号分隔",name:"请输入正确的姓名",code:"请输入验证码",query:"请输入您的问题"}},$.html5Attr=function(ele,attr){var ret;if(ele&&attr)return document.querySelector?$(ele).attr(attr):(ret=ele.getAttributeNode(attr))&&""!==ret.nodeValue?ret.nodeValue:void 0},$.html5Validate={isSupport:"email"===$('').attr("type"),isEmpty:function(ele,value){value=value||$.html5Attr(ele,"placeholder");var trimValue=ele.value;return"password"!==ele.type&&(trimValue=$.trim(trimValue)),""===trimValue||trimValue===value},isRegex:function(ele,regex,params){var inputValue=ele.value,dealValue=inputValue,type=ele.getAttribute("type")+"";if("password"!==(type=type.replace(/\W+$/,""))&&(dealValue=$.trim(inputValue),"text"!==type&&"null"!==type&&"textarea"!=ele.tagName.toLowerCase()&&(dealValue=DBC2SBC(dealValue)),dealValue!==inputValue&&$(ele).val(dealValue)),regex=regex||$.html5Attr(ele,"pattern")||type&&$.map(type.split("|"),(function(typeSplit){var matchRegex=OBJREG[typeSplit.toUpperCase()];if(matchRegex)return matchRegex})).join("|"),""===dealValue||!regex)return!0;var isMultiple=$(ele).hasProp("multiple"),newRegExp=new RegExp(regex,params||"i");if(isMultiple&&!/^number|range$/i.test(type)){var isAllPass=!0;return $.each(dealValue.split(","),(function(i,partValue){partValue=$.trim(partValue),isAllPass&&!newRegExp.test(partValue)&&(isAllPass=!1)})),isAllPass}return newRegExp.test(dealValue)},isOverflow:function(ele){if(!ele)return!1;var attrMin=$(ele).attr("min"),attrMax=$(ele).attr("max"),attrStep,attrDataMin,attrDataMax,value=ele.value;if(attrMin||attrMax){if(value=Number(value),attrStep=Number($(ele).attr("step"))||1,attrMin&&valueattrMax)$(ele).testRemind("值必须小于或等于"+attrMax);else{if(!attrStep||/^\d+(\.0+)?$/.test((Math.abs(value-attrMin||0)/attrStep).toFixed(10)))return!1;$(ele).testRemind("值无效")}ele.focus(),ele.select()}else if(attrDataMin=$(ele).attr("data-min"),attrDataMax=$(ele).attr("data-max"),attrDataMin&&value.lengthattrDataMax))return!1;$(ele).testRemind("最多输入"+attrDataMax+"个字符"),$(ele).selectRange(attrDataMax,value.length)}return!0},isAllpass:function(elements,options){if(!elements)return!0;var defaults={labelDrive:!0};params=$.extend({},defaults,options||{}),elements.size&&1==elements.size()&&"form"==elements.get(0).tagName.toLowerCase()?elements=elements.find(":input"):elements.tagName&&"form"==elements.tagName.toLowerCase()&&(elements=$(elements).find(":input"));var self=this,allpass=!0,remind=function(control,type,tag){var key=$(control).attr("data-key"),label=$("label[for='"+control.id+"']"),text="",placeholder;if(params.labelDrive&&(placeholder=$.html5Attr(control,"placeholder"),label.each((function(){var txtLabel=$(this).text();txtLabel!==placeholder&&(text+=txtLabel.replace(/\*|:|:/g,""))}))),$(control).isVisible())if("radio"==type||"checkbox"==type)$(control).testRemind(OBJREG.prompt[type],{align:"left"}),control.focus();else if("select"==tag||"empty"==tag)$(control).testRemind("empty"==tag&&text?"您尚未输入"+text:OBJREG.prompt[tag]),control.focus();else if(/^range|number$/i.test(type)&&Number(control.value))$(control).testRemind("值无效"),control.focus(),control.select();else{var finalText=OBJREG.prompt[type]||OBJREG.prompt.pattern;text&&(finalText="您输入的"+text+"格式不准确"),"number"!=type&&$(control).hasProp("multiple")&&(finalText+=","+OBJREG.prompt.multiple),$(control).testRemind(finalText),control.focus(),control.select()}else{var selector=$(control).attr("data-target"),target=$("#"+selector);0==target.size()&&(target=$("."+selector));var customTxt="您尚未"+(key||("empty"==tag?"输入":"选择"))+(!/^radio|checkbox$/i.test(type)&&text||"该项内容");target.size()?(target.offset().top<$(window).scrollTop()&&$(window).scrollTop(target.offset().top-50),target.testRemind(customTxt)):alert(customTxt)}return!1};return elements.each((function(){var el=this,type=el.getAttribute("type"),tag=el.tagName.toLowerCase(),isRequired=$(this).hasProp("required");if(type){var typeReplace=type.replace(/\W+$/,"");if(!params.hasTypeNormally&&$.html5Validate.isSupport&&type!=typeReplace)try{el.type=typeReplace}catch(e){}type=typeReplace}if(0!=allpass&&!el.disabled&&"submit"!=type&&"reset"!=type&&"file"!=type&&"image"!=type)if("radio"==type&&isRequired){var eleRadios=el.name?$("input[type='radio'][name='"+el.name+"']"):$(el),radiopass=!1;eleRadios.each((function(){0==radiopass&&$(this).is(":checked")&&(radiopass=!0)})),0==radiopass&&(allpass=remind(eleRadios.get(0),type,tag))}else"checkbox"==type&&isRequired&&!$(el).is(":checked")?allpass=remind(el,type,tag):"select"==tag&&isRequired&&!el.value?allpass=remind(el,type,tag):isRequired&&self.isEmpty(el)||!(allpass=self.isRegex(el))?(remind(el,type,tag),allpass=!1):self.isOverflow(el)&&(allpass=!1)})),allpass}},$.fn.extend({isVisible:function(){return"hidden"!==$(this).attr("type")&&"none"!==$(this).css("display")&&"hidden"!==$(this).css("visibility")},hasProp:function(prop){if("string"==typeof prop){var hasProp=!1;if(document.querySelector){var attrProp=$(this).attr(prop);void 0!==attrProp&&!1!==attrProp&&(hasProp=!0)}else{var outer=$(this).get(0).outerHTML,part=outer.slice(0,outer.search(/\/?['"]?>(?![^<]*<['"])/));hasProp=new RegExp("\\s"+prop+"\\b","i").test(part)}return hasProp}},selectRange:function(start,end){var that=$(this).get(0);if(that.createTextRange){var range=that.createTextRange();range.collapse(!0),range.moveEnd("character",end),range.moveStart("character",start),range.select()}else that.focus(),that.setSelectionRange(start,end);return this},testRemind:function(content,options){var defaults={size:6,align:"center",css:{maxWidth:280,backgroundColor:"#FFF",borderColor:"#fe5b29",borderRadius:"3px",color:"#fe5b29",fontSize:"12px",padding:"6px 10px",zIndex:2000000002,boxShadow:"0 0 4px #a9a9a9"}};(options=options||{}).css=$.extend({},defaults.css,options.css||$.testRemind.css);var params=$.extend({},defaults,options||{});if(content&&$(this).isVisible()){var objAlign,align={center:"50%",left:"15%",right:"85%"}[params.align]||"50%",maxWidth;params.css.position="absolute",params.css.top="-99px",params.css.border="1px solid "+params.css.borderColor,$(this).parents().each((function(){"fixed"==$(this).css("position")&&(params.css.position="fixed")})),$("#"+$.testRemind.id).size()&&$.testRemind.hide(),this.remind=$(''+content+"
").css(params.css),$(document.body).append(this.remind),!window.XMLHttpRequest&&(maxWidth=parseInt(params.css.maxWidth))&&this.remind.width()>maxWidth&&this.remind.width(maxWidth);var offset=$(this).offset(),direction="top";if(console.log($(this)),!offset)return $(this);var remindTop=offset.top-this.remind.outerHeight()-params.size;remindTop<$(document).scrollTop()&&(direction="bottom",remindTop=offset.top+$(this).outerHeight()+params.size);var thisRemindHeight=this.remind.outerHeight();$(this).parents().each((function(){"fixed"==$(this).css("position")&&(remindTop=offset.top-$(document).scrollTop()-thisRemindHeight-params.size)}));var fnCreateCorner=function(beforeOrAfter){var transparent="transparent",dashed="dashed",solid="solid",cssWithDirection={},cssWithoutDirection={width:0,height:0,overflow:"hidden",borderWidth:params.size+"px",position:"absolute"},cssFinalUsed={};if("before"===beforeOrAfter)cssWithDirection={top:{borderColor:[params.css.borderColor,transparent,transparent,transparent].join(" "),borderStyle:[solid,dashed,dashed,dashed].join(" "),top:0},bottom:{borderColor:[transparent,transparent,params.css.borderColor,""].join(" "),borderStyle:[dashed,dashed,solid,dashed].join(" "),bottom:0}};else{if("after"!==beforeOrAfter)return cssWithDirection=null,cssWithoutDirection=null,cssFinalUsed=null,null;cssWithDirection={top:{borderColor:params.css.backgroundColor+["",transparent,transparent,transparent].join(" "),borderStyle:[solid,dashed,dashed,dashed].join(" "),top:-1},bottom:{borderColor:[transparent,transparent,params.css.backgroundColor,""].join(" "),borderStyle:[dashed,dashed,solid,dashed].join(" "),bottom:-1}}}return cssFinalUsed=$.extend({},cssWithDirection[direction],cssWithoutDirection),$("<"+beforeOrAfter+">"+beforeOrAfter+">").css(cssFinalUsed)},cssOuterLimit={width:2*params.size,left:align,marginLeft:-1*params.size+"px",height:params.size,textIndent:0,overflow:"hidden",position:"absolute"};return"top"==direction?cssOuterLimit.bottom=-1*params.size:cssOuterLimit.top=-1*params.size,this.remind.css({left:offset.left,top:remindTop,marginLeft:.5*$(this).outerWidth()-this.remind.outerWidth()*parseInt(align)/100}).prepend($("").css(cssOuterLimit).append(fnCreateCorner("before")).append(fnCreateCorner("after"))),$.testRemind.display=!0,$.testRemind.target=$(this).addClass("error"),$.testRemind.bind(),$(this)}},html5Validate:function(callback,options){var defaults={novalidate:!0,submitEnabled:!0,validate:function(){return!0}},params=$.extend({},defaults,options||{});return $.html5Validate.isSupport&&(params.novalidate?$(this).attr("novalidate","novalidate"):params.hasTypeNormally=!0),params.submitEnabled&&$(this).find(":disabled").each((function(){/^image|submit$/.test(this.type)&&$(this).removeAttr("disabled")})),$(this).bind("submit",(function(event){var elements=$(this).find(":input");return elements.each((function(){var type=this.getAttribute("type")+"",typeReplaced=type.replace(/\W+$/,"");if(type!=typeReplaced)try{this.type=typeReplaced}catch(e){}})),$.html5Validate.isAllpass(elements,params)&¶ms.validate()&&$.isFunction(callback)&&callback.call(this),event.preventDefault(),!1})),$(this)}})}(jQuery);
/**[file/script/v5.0/global.min.js]*/
var sms_debug=!1,defaultAreaid=1944;function parseParams(data){try{var tempArr=[],urlParamsStr;for(var i in data){var key=encodeURIComponent(i),value=encodeURIComponent(data[i]);tempArr.push(key+"="+value)}return tempArr.join("&")}catch(err){return""}}function pad(num,n){for(var len=num.toString().length;len-1){i=arr[i][1],i=parseInt(i),initAreaId=i,initAreaFun(str,area[i]);break}}function initArea(text){if("undefined"!=typeof area){var areainput=$("input[name='agentcityid']");if("LAN"!=text)initAreaFun(text,area[0]),areainput.val(initAreaId);else{var tareaid=defaultAreaid;areainput.val(tareaid)}areainput.each((function(){var id=$(this).attr("id");"areaid_1"!=id&&($(this).AreaSelect(),$("#"+id+"_0").attr("required","required"))}))}}if("undefined"!=typeof area){var ipinfo=get_cookie("ipinfo");ipinfo?initArea(decodeURIComponent(ipinfo)):$.ajax({url:DTPath+"ajax.json?action=ip2area&datatype=wry",type:"get",async:!1,dataType:"jsonp",async:!1,success:function(text){initArea(text)},timeout:"2000",error:function(){}})}var js_agent_arr=[],json_agent_relation={js_agent_today_num:"todaynum2",js_agent_total_num:"totalnum2"},$obj,$fixObj,winHeight;function initAgentnums(js_agent_arr,json){for(i=0,len=js_agent_arr.length;i0&&js_agent_arr.push("js_agent_today_num"),$(".js_agent_total_num").length>0&&js_agent_arr.push("js_agent_total_num"),js_agent_arr.length>0){var agentnums=get_cookie("ajax_agentnums");agentnums?(agentnums=eval("("+agentnums+")"),initAgentnums(js_agent_arr,agentnums)):$.ajax({type:"get",url:DTPath+"ajax.json?action=agentnum&moduleid=23",async:!1,dataType:"jsonp",success:function(json){initAgentnums(js_agent_arr,json)},error:function(e){}})}if($(".js-zsgj-tip").length>0||$(".js-jmys-tip").length>0||$(".js-side-agentdata").length>0||$(".js-wyjm-tip").length>0){var jmtip=$("#jmtip").length>0?$("#jmtip").val():"提交了加盟信息 离财富更近了一步";$.ajax({type:"get",async:!1,url:DTPath+"ajax.json?action=agentjson&moduleid=23&pagesize=21&chunk=7&areadeep=2",dataType:"jsonp",success:function(json){if($(".js-zsgj-tip").length>0){for(var str="",i=0;i';for(var j=0;j"}$(".js-zsgj-tip div").html(str),(".js-wyjm-tip").slide({mainCell:".bd",effect:"topLoop",autoPlay:!0})}if($(".js-jmys-tip").length>0){for(var str="",i=0;i0&&$(item.className).live("click",(function(){item.callback&&item.callback($(this),item.dialogName,item.jsonData)}))}(domList[index])}if($(".js-anchor-newsnav").length>0&&$(window).scroll((function(){var offsetTop=$(".js-anchor-newsnav").offset().top,eleFix=$(".js-fixed-newsnav"),scrollTop;$(window).scrollTop()<=offsetTop?eleFix.removeClass("fixed-newsnav"):eleFix.addClass("fixed-newsnav")})),function(){if($(".js-news-right").length>0){var offsetTop=$(".js-news-right div:last").offset().top-2e3,jmcfTop=$(".js-fixed-jmcf");$(window).scroll((function(){var scrollTop;$(window).scrollTop()>offsetTop?jmcfTop.addClass("fixed-jmcf"):jmcfTop.removeClass("fixed-jmcf")}))}}(),$(".js-news-msg").length>0&&$(".js-news-msg").slide({mainCell:".bd ul",effect:"top",autoPage:!0,autoPlay:!0,vis:4,scroll:1}),$(".js-news-alllike").length>0&&$(".js-news-alllike").slide({mainCell:".bd",effect:"fade"}),$(".js-side-rcm dl").length>0&&$(".js-side-rcm dl").hover((function(){$(this).addClass("on").siblings().removeClass("on")})),$(".js-tab").length>0&&$(".js-tab").slide({mainCell:".bd",titCell:".hd>*"}),$("#js-scroll-fix").length>0&&($obj=$("#js-scroll-fix"),$fixObj=$(".scroll-fixed"),winHeight=$(window).height(),$(window).on("scroll",(function(){var top=parseInt($obj.offset().top),height=parseInt($obj.height()),scroll_top=$(window).scrollTop();scroll_top=top&&scroll_toptop+height-winHeight&&scroll_top0&&$(".js-cj-close").on("click",(function(){$(this).toggleClass("on"),$(this).closest(".js-toggle-banner").toggleClass("big-banner")})),$(".js-left-slide").length>0&&$(".js-left-slide").slide({mainCell:".bd ul",effect:"left",autoPlay:!0}),$(".js-slide-top").length>0&&$(".js-slide-top").slide({mainCell:".bd",effect:"top",autoPlay:!0,interTime:5e3}),$(".js-img-slide").length>0&&$(".js-img-slide").slide({mainCell:".img-bd",titCell:".img-hd a",effect:"left",autoPlay:!0}),$(".js-fade-slide").length>0&&$(".js-fade-slide").slide({mainCell:".bd ul"}),$(".js-fade").length>0&&$(".js-fade").slide({mainCell:".statetab4",titCell:".nav_list li"}),$(".js-fade-list").length>0&&$(".js-fade-list").slide({mainCell:".bd",effect:"left"}),$(".js-top-slide").length>0&&$(".js-top-slide").slide({mainCell:".bd ul",autoPage:!0,effect:"top",autoPlay:!0,vis:2}),$(".js-scroll-top").length>0&&$(".js-scroll-top").slide({titCell:".hd ul",mainCell:".bd ul",autoPage:!0,effect:"top",autoPlay:!0,scroll:2,vis:5}),$(".js-scroll-top2").length>0&&$(".js-scroll-top2").slide({mainCell:".bd ul",autoPage:!0,effect:"top",autoPlay:!0,scroll:5,vis:10}),$(".js-sideMenu").length>0&&$(".js-sideMenu").slide({titCell:"h3",targetCell:"ul",defaultIndex:1,effect:"slideDown",trigger:"click"}),$("#js-list-hover li").length>0&&($("#js-list-hover").on("mouseenter",".item",(function(){$(this).find("span").after("").remove()})),$("#js-list-hover").on("mouseleave",".item",(function(){$(this).find("i").after("").remove()}))),$(".js-tc-zixun").length>0&&$(".js-tc-zixun").live("click",(function(){var obj=$(this),agent_forms=obj.closest("form[name='agentform_api']"),source=obj.attr("baoming-weizhi");if(!$.html5Validate.isAllpass(agent_forms.find("input")))return!1;var title="",agentcatid="",phone=agent_forms.find("input[name='phone']").val();if(agent_forms.find("input[name='title']").length>0)var title=agent_forms.find("input[name='title']").val();agent_forms.find("select[name='agentcatid']").length>0&&(agentcatid=agent_forms.find("select[name='agentcatid']").val()),agentcatid||"undefined"==typeof const_hangye||(agentcatid=const_hangye);var json,tempcommonjson=deepCopy("object"==typeof agentformjson?agentformjson:agentcommonjson)||{};tempcommonjson.phone=phone,tempcommonjson.title=title,tempcommonjson.source=source,agentcatid&&(tempcommonjson.agentcatid=agentcatid),show_agentdialog($(this),"cgts",tempcommonjson,1)})),$(".js-open-jmgj").length>0&&$(".js-open-jmgj").on("click",(function(){var agentjson,tempcommonjson=deepCopy("object"==typeof agentformjson?agentformjson:agentcommonjson)||{};tempcommonjson.source=$(this).attr("baoming-weizhi"),null!=$(this).attr("baoming-username")&&(tempcommonjson.username=$(this).attr("baoming-username")),null!=$(this).attr("baoming-guanjia")&&(tempcommonjson.guanjia=$(this).attr("baoming-guanjia")),show_agentdialog($(this),"jmgj",tempcommonjson,1)})),($(".js-btn-join").length>0||$(".js-jm-all").length>0)&&$(".js-btn-join").live("click",(function(){var agentjson,tempcommonjson=deepCopy("object"==typeof agentformjson?agentformjson:agentcommonjson)||{};tempcommonjson.source=$(this).attr("baoming-weizhi"),null!=$(this).attr("baoming-agentcatid")&&""!=$(this).attr("baoming-agentcatid")?tempcommonjson.agentcatid=$(this).attr("baoming-agentcatid"):void 0!==window.top.const_hangye&&(tempcommonjson.agentcatid=window.top.const_hangye),null!=$(this).attr("baoming-username")&&(tempcommonjson.username=$(this).attr("baoming-username")),null!=$(this).attr("baoming-guanjia")&&(tempcommonjson.guanjia=$(this).attr("baoming-guanjia")),null!=$(this).attr("baoming-brandname")&&(tempcommonjson.brandname=$(this).attr("baoming-brandname")),show_agentdialog($(this),"jmgj",tempcommonjson)})),void 0===agentcommonjson)var agentcommonjson={};testDomToListen([{className:".js-btn-wyjm",callback:publicClickF1,dialogName:"wyjm",jsonData:agentcommonjson},{className:".js-btn-jmzx",callback:publicClickF1,dialogName:"jmzx",jsonData:agentcommonjson},{className:".js-btn-butie",callback:show_agentdialog,dialogName:"pop_butie",jsonData:agentcommonjson},{className:".js-btn-pipei",callback:show_agentdialog,dialogName:"pop_pipei",jsonData:agentcommonjson},{className:".js-btn-duibi",callback:show_agentdialog,dialogName:"pop_duibi",jsonData:agentcommonjson},{className:".js-btn-libao",callback:show_agentdialog,dialogName:"pop_libao",jsonData:agentcommonjson},{className:".js-btn-jmys",callback:show_agentdialog,dialogName:"ysfx01",jsonData:agentcommonjson},{className:".js-btn-jmfxpg",callback:show_agentdialog,dialogName:"fxpg01",jsonData:agentcommonjson},{className:".js-btn-jmppsp",callback:publicClickF2,dialogName:"ppsp",jsonData:agentcommonjson},{className:".js-btn-jmqycx",callback:publicClickF2,dialogName:"qycx",jsonData:agentcommonjson}]),$(".js-btn-phone").length>0&&$(".js-btn-phone").live("click",(function(){var tempcommonjson=deepCopy(agentcommonjson)||{};tempcommonjson.source=$(this).attr("baoming-weizhi"),"undefined"!=$(this).attr("baoming-username")&&(tempcommonjson.username=$(this).attr("baoming-username")),"undefined"!=$(this).attr("baoming-brandname")&&(tempcommonjson.brandname=$(this).attr("baoming-brandname")),show_agentdialog($(this),"sqzl2",tempcommonjson)})),$(".js-validate-form").each((function(){$(this).html5Validate((function(){agentHandler($(this))}))}))})),$.dialog&&function(config){config.extendDrag=!0,config.okVal="确定",config.cancelVal="取消",config.min=!1,config.max=!1,config.fixed=!0,config.lock=!0,config.cache=!1,config.padding="10px;"}($.dialog.setting),$((function(){var _boolValue={true:!0,false:!1},_bool=function(s){return"string"==typeof s?_boolValue[s.toLowerCase()]:void 0},_boolorfunction=function(s){var b=_bool(s);return null!=b?b:s?new Function(s):void 0},_show=function(){var o=$(this);return $.dialog({title:"false"!==o.attr("title")&&o.attr("title"),content:o.attr("href")?"url:"+o.attr("href"):o.attr("content"),ok:_boolorfunction(o.attr("ok")),cancel:_boolorfunction(o.attr("cancel")),init:_boolorfunction(o.attr("init")),close:_boolorfunction(o.attr("close")),okVal:o.attr("okVal"),cancelVal:o.attr("cancelVal"),min:!!o.attr("min")&&o.attr("min"),max:!!o.attr("max")&&o.attr("max"),button:eval(o.attr("button")),width:o.attr("dlg_w")||"auto",height:o.attr("dlg_h")||"auto",fixed:_boolorfunction(!o.attr("fixed")||o.attr("fixed")),left:o.attr("left"),top:o.attr("top"),lock:_boolorfunction(!o.attr("lock")||o.attr("lock")),icon:o.attr("icon"),padding:o.attr("padding"),skin:o.attr("skin"),focus:_bool(o.attr("focus")),time:o.attr("time"),resize:eval(o.attr("resize")),drag:_bool(o.attr("drag")),esc:o.attr("esc"),cache:_bool(o.attr("cache")),extendDrag:_bool(o.attr("extendDrag")),id:o.attr("dialog_id"),data:eval(o.attr("data"))}),!1};$(".js-mydialog").live("click",_show)})),$((function(){$(".js-jmgjcon").length>0&&$(".js-jmgjcon").each((function(){var obj=$(this),posid=obj.attr("data-posid");null==posid&&(posid=-1),$.ajax({type:"get",async:!1,url:DTPath+"ajax.json?action=guanjia&posid="+posid,dataType:"jsonp",success:function(data){obj.find(".js-jmgj-name").html(data.name),obj.find(".js-jmgj-num").html(data.num),obj.find(".js-jmgj-image").attr("src",data.image).show(),obj.find(".js-jmgj-pos").attr("baoming-guanjia",data.gjpos+"_"+data.posid)},error:function(e){}})})),$(".js-jmyscode-submit").length>0&&$(".js-jmyscode-submit").on("click",(function(){var obj,box=$(this).parents(".js-telephone-code-box"),input_tel=box.find(".js-telephone"),input_code=box.find(".js-telephone_code"),sendcode=box.find(".js-sendcode"),mobile=input_tel.val(),mobile_code=input_code.val(),form=box.find(".js-form-tag").val();return""==form?(alert("没有要提交的表单"),!1):!!$.html5Validate.isAllpass(box.find("input"))&&($("#"+form).find("input[name='phone']").val(mobile),void $("#"+form).submit())})),$(".js-sendcode").length>0&&$(".js-sendcode").click((function(){var obj=$(this),box=obj.parents(".js-telephone-code-box"),mobile=box.find(".js-telephone").val();return!!$.html5Validate.isAllpass(box.find(".js-telephone"))&&(obj.val("短信发送中…"),$(obj).attr("disabled",!0),$.ajax({type:"get",url:DTPath+"ajax.json?action=sms&type=agent&smstype=1&mobile="+mobile,dataType:"jsonp",success:function(json){1==json.status?StopCode(obj):(alert(json.msg),$(obj).attr("disabled",!1),obj.val("重新获取验证码"))},error:function(e){$(obj).attr("disabled",!1),obj.val("重新获取验证码")}}),!1)}))})),$((function(){function holiday(){var timer1,timer2;$(document.body).append('
关闭 '),$(".alert").css({width:"920px",height:"522px",position:"fixed",top:"50%",left:"50%",marginTop:"-261px",marginLeft:"-460px",display:"none",zIndex:"88888"}),$(".alert span").css({width:"84px",height:"36px",position:"absolute",left:"400px",bottom:"-80px",cursor:"pointer",zIndex:"99999",backgroundColor:"rgba(255,255,255,0.12);",color:"#FFF1C9",border:"1px solid #FFF1C9",borderRadius:"25px",fontSize:"16px",lineHeight:"36px",textAlign:"center"}),$(".alert img").css({width:"920px",height:"261px",verticalAlign:"middle"}),$(".mask01").css({width:"100%",height:$(document).height()+"px",position:"absolute",left:"0",top:"0",background:"#000",opacity:"0.6",filter:"alpha(opacity:60)",display:"none",zIndex:"88888"});var timer1=setTimeout((function(){$(".alert").fadeIn(1e3),$(".mask01").show(),timer2=setTimeout((function(){$(".alert").fadeOut(500),$(".mask01").hide()}),8e3)}),2e3);$("#yd-close").on("click",(function(){$(".alert").fadeOut(500),$(".mask01").hide()}))}function isHoliday(){var nowTime=new Date,startTime=new Date("Feb 6, 2021").getTime(),endTime=new Date("Feb 19, 2021").getTime();return nowTime>startTime&&nowTime-1&&isHoliday()&&!localStorage.myflag&&(holiday(),localStorage.myflag="on"),"undefined"!=typeof pop_dialog&&(""!=get_cookie("agent_phone")&&$("input[name='phone']").length>0&&$("input[name='phone']").each((function(){"hidden"!=$(this).attr("type")&&$(this).val(decodeURIComponent(get_cookie("agent_phone")))})),""!=get_cookie("agent_title")&&$("input[name='title']").length>0&&$("input[name='title']").each((function(){"hidden"!=$(this).attr("type")&&$(this).val(decodeURIComponent(get_cookie("agent_title")))})))})),window.onload=function(){"function"==typeof $.fn.selectMatch&&$("select").selectMatch()},$((function(){$(".js-module-jmgl").length>0&&$(".js-module-jmgl").slide({titCell:".hd li",mainCell:".bd",autoPlay:!0}),$(".js-news-list").length>0&&$(".js-news-list").slide({titCell:".hd li",mainCell:".bd",autoPlay:!1}),$(".m-project-rcm1").length>0&&($(".m-project-rcm1 dd li").hover((function(){$(this).addClass("on").siblings().removeClass("on")})),$(".m-project-rcm1 dd li:first-child").trigger("mouseenter")),$(".m-project-rcm2 dl").length>0&&$(".m-project-rcm2 dl").slide({mainCell:"dd",titCell:"dt h2"}),$(".js-tab").length>0&&$(".js-tab").slide({mainCell:".bd"}),$(".m-activemsg").length>0&&$(".m-activemsg").slide({mainCell:".bd ul",effect:"top",autoPage:!0,autoPlay:!0,vis:3,scroll:1}),$(".js-honest-brand").length>0&&($(".js-honest-brand .bd li").each((function(i){jQuery(".js-honest-brand .bd li").slice(10*i,10*i+10).wrapAll("")})),$(".js-honest-brand").slide({mainCell:".bd",effect:"top",autoPlay:!0,endFun:function(i,c){var ioffsetT=$(".js-honest-brand").offset().top,iscrollT=$(window).scrollTop(),iwindowH=window.innerHeight;ioffsetT-iscrollT>0&&ioffsetT-iscrollT0&&$(".js-honest-brand").find("img.lazy").lazyload()}})),$("#industrySelect").length>0&&$("#industrySelect").on("click",(function(){$(".industry-list").hasClass("show")?$(".industry-list").removeClass("show"):$(".industry-list").addClass("show")})),$(".industry-list").length>0&&$(".industry-list").on("click",(function(e){console.log(e.target.tagName),"LI"===e.target.tagName&&$(".select-tip").html(e.target.innerText)}))})),$((function(){$(".js-brand-auth").length>0&&$(".js-brand-auth").slide({mainCell:"div",effect:"top",autoPlay:!0,interTime:3e3}),clearEmptyAd()})),$((function(){var hdiv_timer,timer_Mc;$(".u-sitenav").hover((function(){clearTimeout(hdiv_timer),$(this).find("ul").show(),$(this).addClass("hover"),$(this).siblings().find("ul").hide()}),(function(){var _this=this;hdiv_timer=setTimeout((function(){$(_this).find("ul").hide(),$(_this).removeClass("hover")}),1e3)})),$(".jmj-ban").length>0&&(setTimeout((function(){$(".jmj-ban").removeClass("jmj-ban").addClass("jmj-ban-hide")}),5e3),setTimeout((function(){$(".jmj-min").show(),$(".jmj-replay").show()}),6e3),$(".jmj-replay").on("click",(function(){$(".jmj-min").hide(),$(".jmj-replay").hide(),$(".jmj-ban-hide").removeClass("jmj-ban-hide").addClass("jmj-ban"),setTimeout((function(){$(".jmj-ban").removeClass("jmj-ban").addClass("jmj-ban-hide")}),5e3),setTimeout((function(){$(".jmj-min").show(),$(".jmj-replay").show()}),6e3)}))),$(".js-jjh-hy-slide").length>0&&$(".js-jjh-hy-slide").slide({mainCell:".bd",effect:"left",autoPlay:!0,interTime:5e3}),$(".js-adfull").length>0&&($(".js-adfull").slide({mainCell:".bd",effect:"fade",autoPlay:!0,interTime:5e3}),setTimeout((function(){function adfull_ImgH(){var window_width=$(window).width(),adfull_img=$(".adfull-item").length,bd_width=window_width*adfull_img,adImgs=$(".js-adfull,.adfull-item");window_width<1920&&adImgs.each((function(){$(this).css({width:window_width,height:"460px",overflow:"hidden"}),$(".js-adfull .js-adfull-bd").css({width:bd_width,height:"460px"})}))}$(window).resize((function(){adfull_ImgH()})),adfull_ImgH()}),100))}));
/**[file/script/UI_Select.js]*/
/**
* @Select.js
* @author zhangxinxu
* @version
* @Created: 15-06-18
* @edit: 07-06-15 rewrite
**/
(function (global, factory) {
if (typeof define === 'function' && (define.amd || define.cmd)) {
define(factory);
} else {
global.Select = factory();
}
}(this, function (require) {
if (typeof require == 'function') {
require('common/ui/Enhance');
}
/**
* 模拟下拉框效果
* 针对所有浏览器进行处理
* 基于原生的