(function(op){var effect1=function(){var head=$('#xg_header');var an=function(){if(document.documentElement.scrollTop+document.body.scrollTop>head.height()){head.css('opacity',0);}else{head.css('opacity',1);}} head.hover(function(){head.css('opacity',1);},an);page.scroll(an);head.on('mousemove',function(){$(this).css('opacity',1);});$(an);} if(page.currentDevice()==1){if(op.pcEffect==2){effect1();}}else{}})({'pcEffect':0,'mobileEffect':0}); var menu=function(obj,options){var cssAColor='';var addClass=function(el,className){el.addClass(className);if(el.css('color')&&cssAColor.indexOf('.'+className)==-1){cssAColor+='.'+className+' a{color:'+el.css('color')+';}';}} var nid=parseInt(util.queryString('nid'));if(isNaN(nid)){nid=0;} if(nid>0){var navi=obj.find('li[data-nid='+nid+']');var tid=parseInt(util.queryString('typeid'));if(isNaN(tid)){tid=parseInt(util.queryString('tid'));} var li=obj.children('.xg_menuUl').children('li[data-tid='+tid+']');if(li.length>0){addClass(li,li.attr('class').split(' ')[0]+'-select');}else if(navi.length>0){addClass(navi,navi.attr('class').split(' ')[0]+'-select');if(tid>0){var li=navi.find('li[data-tid='+tid+']');if(li.length>0){addClass(li,li.attr('class').split(' ')[0]+'-select');li.parentsUntil('.xg_menu','li').each(function(){addClass($(this),$(this).attr('class').split(' ')[0]+'-select');actived=true;return false;});}}}}else{var url=util.createUrl();if(url.replace(document.location.host,'').indexOf('.')==-1||url.indexOf('index.aspx')>0){var home=obj.find('li[home=1]');if(home.length>0){addClass(home,home.attr('class').split(' ')[0]+'-select');}}} if(cssAColor){var style=document.createElement('style');style.type='text/css';style.innerText=cssAColor;document.head.appendChild(style);} var showType=obj.data('mobileshoweffect');obj.find('.xg_menuMobile .xg_memu_btn').on('click',function(){options.mobileMenuEffect.show(obj);if(util.isNullOrEmpty($('body').attr('style'))||(!util.isNullOrEmpty($('body').attr('style')&&$('body').attr('style').indexOf('overflow-y')==-1))){$('body').css('overflow-y','hidden');$('body').attr('data-overflow',true);}else{$('body').attr('data-overflow',false);} if(showType==0||showType==2){$(this).next().css({'left':'0px'});}else if(showType==1||showType==3){$(this).next().css({'top':'0px'});} setTimeout(function(){obj.find('img').lazyload();},300);});obj.find('.xg_menuShade').on('click',function(){if($('body').data('overflow')){$('body').css('overflow-y','');} $('body').removeAttr('data-overflow');var css={};if(showType==0){css={'left':'-100%'};}else if(showType==1){css={'top':'-100%'};}else if(showType==2){css={'left':'100%'};}else if(showType==3){css={'top':'100%'};} $(this).parent().css(css);options.mobileMenuEffect.hide(obj);});var design=util.inDesign();if(design){if(obj.find('.xg_menutop').children().length==0){obj.find('.xg_menutop').html('
可拖动行到此
');} if(obj.find('.xg_menubottom').children().length==0){obj.find('.xg_menubottom').html('
可拖动行到此
');}} var device=page.currentDevice();if(device==2){options.mobileMenuEffect.init(obj);if(obj.data('mobilelisttype')==2){var mobile=obj.find('.xg_menuMobile');mobile.children('.xg_menuPanel').find('ul').show();mobile.find('.xg_menuUl').css({'height':'100%','overflow-y':'auto'});return;}} obj.children('.xg_menuMobile').find('.xg_menuTitle1,.xg_menuTitle2,.xg_menuTitle3,.xg_menuTitle4').on('click',function(e){var ul=$(this).next();if(ul.length==0){return true;} ul.slideToggle();return true;});if(device==1&&obj.data('droptype')=='1'){var ul=obj.children('.xg_menuUl');var needEffect=obj.data('effect');if(!needEffect){needEffect=0;} var menulis=ul.children('li');var droplist=obj.children('.xg_dropdownlist');if(design){var html='';if(droplist.length==0){html='
';} obj.children('.xg_menuUl').children('li').each(function(){var id=$(this).data('nid');var type='n';if(!id){id=$(this).data('tid');type='t';} if($(this).attr('home')||droplist.children('div[data-rid='+id+']').length>0){return;} html+='
当前下拉菜单中无内容,访客访问将不显示当前下拉菜单
';});if(droplist.length==0){html+='
';obj.append(html);droplist=obj.children('.xg_dropdownlist');}else{droplist.append(html);} menulis.on('click',function(){var _this=$(this);setTimeout(function(){if(!selector._element.innerSelect){return;} var id=_this.data('nid');if(!id){id=_this.data('tid');} if(!id){return;} var mWidth=$(this).parents('.xg_header').width();droplist.css({'width':document.documentElement.clientWidth+'px','height':'auto','display':'block','min-width':mWidth+'px','position':'absolute','top':ul.height()+'px'});if(droplist.offset().left!=0){var mLeft=parseInt(droplist.css('margin-left'));isNaN(mLeft)&&(mLeft=0);var left=mLeft-droplist.offset().left;droplist.css({'margin-left':left+'px'});} var list=droplist.children('[data-rid='+id+']');if(list.length==0){return;} if(list.css('display')=='block'){list.hide();}else{list.show().siblings().hide();}},150);});}else if(droplist.length>0){menulis.hover(function(){clearTimeout($(this).data('menuHide'));var id=$(this).data('nid');if(!id){id=$(this).data('tid');} if(!id){return;} var mWidth=$(this).parents('.xg_header').width();droplist.css({'width':document.documentElement.clientWidth+'px','height':'auto','display':'block','min-width':mWidth+'px','position':'absolute','top':ul.height()+'px'});if(droplist.offset().left!=0){var mLeft=parseInt(droplist.css('margin-left'));isNaN(mLeft)&&(mLeft=0);var left=mLeft-droplist.offset().left;droplist.css({'margin-left':left+'px'});} var list=droplist.children('[data-rid='+id+']');if(list.length==0){return;} list.siblings().hide();if(needEffect==0){list.show();}else{list.stop().slideDown('fast');}},function(){var _this=$(this);var id=_this.data('nid');if(!id){id=_this.data('tid');} if(!id){return;} var list=droplist.children('[data-rid='+id+']');if(list.length==0){return;} clearTimeout(_this.data('menuHide'));_this.data('menuHide',setTimeout(function(){if(needEffect==0){list.hide();}else{list.stop().slideUp('fast');}},120));});droplist.children('div').hover(function(){var id=$(this).data('rid');menulis.each(function(){var _that=$(this);var mid=_that.data('nid');if(!mid){mid=_that.data('tid');} if(mid==id||mid==id){clearTimeout(_that.data('menuHide'));}});},function(){if(needEffect==0){$(this).hide();}else{$(this).stop().slideUp('fast');}});}}} var banner={init:function(panel){banner.autoChange(panel);var adaptive=panel.data('adaptive');var firstImg=panel.find('img:first');firstImg.addClass('lazyload');firstImg.one('animationend webkitAnimationEnd oAnimationEnd webkitTransitionEnd otransitionend oTransitionEnd msTransitionEnd transitionend',function(){firstImg.removeClass('lazyload');});firstImg.one('load',function(e){var maxWidth=e&&e.target?e.target.width:0;var op=banner.getOptions(panel);op.onAfterChange=banner.afterChange;op.centerPadding='0px';op.index=0;op.pcMouseTouch=true;if(typeof op.animaType=='undefined'||op.animaType==1){if(typeof myBannerOption!='undefined'){op=myBannerOption(op);} var sc=panel.slick(op);panel.on('beforeChange',function(event,slick,currentSlide,nextSlide){slick.$slides.eq(currentSlide).find('[data-eventid]').trigger('screenout');if(typeof myBannerBeforeChange!='undefined'){myBannerBeforeChange(slick,currentSlide,nextSlide);}});panel.on('afterChange',function(event,slick,currentSlide,nextSlide){var container=slick.$slides.eq(currentSlide);var device=page.currentDevice();var hideClass=(device==1?'pc_an_hide':'mobile_an_hide');setTimeout(function(){container.find('[data-anids]').each(function(){var ok=false;String($(this).data('anids')).split(',').forEach(function(item){if(!ok&&animation.anFindEvent(item)){ok=true;}});if(ok){$(this).removeClass(hideClass);}});},17);container.find('[data-eventid]').trigger('screenin');container.siblings().find('[data-anids]').each(function(){animation.removeAllAn($(this));var ok=false;String($(this).data('anids')).split(',').forEach(function(item){if(!ok&&animation.anFindEvent(item)){ok=true;}});if(ok){$(this).removeClass(hideClass).addClass(hideClass);}});if(typeof myBannerAfterChange!='undefined'){myBannerAfterChange(slick,currentSlide,nextSlide);}});$(function(){setTimeout(function(){setTimeout(function(){sc.find('.slick-current').find('[data-anids]').each(function(){$(this).removeClass(hideClass);});},17);sc.find('.slick-current').find('[data-eventid]').trigger('screenin');},100);});}else{var relwidth=panel.data('width');var relheight=panel.data('height');var width=panel.width();var height=panel.height();if(width>relwidth){width=relwidth;op.Width=relwidth;} if(height>relheight){height=relheight;op.Height=relheight;} if(typeof myBannerOption!='undefined'){op=myBannerOption(op);} banner.initshutter(op);panel.find('.xg_banner_item').addClass('xg_banner_show');if(width>relwidth){panel.find('.shutter').css({'width':width+'px','height':height+'px','margin-left':'auto','margin-right':'auto','overflow':'hidden'});}} banner.resize(panel);var hideClass=(page.currentDevice()==1?'pc_an_hide':'mobile_an_hide');var ans=[];panel.find('[data-anids]').each(function(){var ok=false;String($(this).data('anids')).split(',').forEach(function(item){if(!ok&&animation.anFindEvent(item)){ok=true;}});if(ok){$(this).addClass(hideClass);ans.push($(this));}});panel.find('.container').on('click',function(e){if(util.inDesign()){return;} var a=$(this).prev().find('a');util.openUrl(a.attr('href'),a.attr('target'));e.stopPropagation();});});if(firstImg.length>0&&firstImg.parent().is('picture')&&firstImg.get(0).complete){firstImg.trigger('load');};panel.find('img').each(function(){banner.loadImage($(this));});},documentWidth:function(container){if(page.currentDevice()==2){return document.documentElement.clientWidth;};var zoom=parseFloat($('html').get(0).style.zoom)||1;var width=document.documentElement.clientWidth/zoom;if(container.parents('#xg_banner').length==1){var bannerWidth=$('#xg_banner').attr('width');if(bannerWidth!='100%'&&(parseInt(bannerWidth)||0)>0){var bw=parseInt(bannerWidth);if(zoom!=1||document.documentElement.scrollWidth!=document.documentElement.clientWidth){width=bw;}else if(bwrelheight){height=relheight;}} if(device==2){height=width/(parseInt(container.data('scalheight'))/100);}else if(adaptive){height=relheight/relwidth*width;} if(!adaptive&&device==1){container.css('height','');}else{if(device==2){container.css({'height':height+'px','width':width+'px'});}else{container.css({'height':(relheight/relwidth*width)+'px','width':width+'px'});}} container.find('.xg_banner_item').css({'width':width+'px','height':height+'px','max-width':width+'px','max-height':height+'px','min-width':width+'px','min-height':height+'px'});if(parent.$('#preview_page').length>0){setTimeout(function(){container.find('.xg_banner_item').css({'width':width,'height':height,'max-width':width,'max-height':height,'min-width':width,'min-height':height});},40);} if(device==1){if(container.data('effect')==1){container.find('.slick-list').css({'width':width+'px','height':height+'px','margin-left':'auto','margin-right':'auto','overflow':'hidden'});if(adaptive){container.find('.xg_banner_img').css({'max-width':'100%','height':'100%','margin-left':'auto','margin-right':'auto'});container.find('.xg_banner_img img').css({'width':'100%','height':'100%','min-width':'','max-width':'','min-height':'','left':'','margin-left':'','top':'','margin-top':''});}else{container.find('.xg_banner_img').css({'max-width':relwidth+'px','max-height':relheight+'px','margin-left':'auto','margin-right':'auto'});container.find('.xg_banner_img img').css({'width':relwidth+'px','height':relheight+'px','min-width':relwidth+'px','min-height':relheight+'px','max-width':'','left':'50%','position':'relative','margin-left':(-1*relwidth/2)+'px'});}}else if(adaptive){container.find('.xg_banner_img').css({'max-width':'100%','height':'100%','margin-left':'auto','margin-right':'auto'});container.find('.xg_banner_img img').css({'width':'100%','height':'100%','position':'relative','min-width':'','min-height':'','max-width':'','left':'','margin-left':'','top':'','margin-top':''});}else{container.find('.xg_banner_img').css({'max-width':relwidth+'px','max-height':relheight+'px','margin-left':'auto','margin-right':'auto'});container.find('.xg_banner_img img').css({'width':relwidth+'px','height':relheight+'px','min-width':relwidth+'px','min-height':relheight+'px','max-width':'','left':'50%','top':'50%','position':'relative','margin-left':(-1*relwidth/2)+'px','margin-top':(-1*relheight/2)+'px'});}}else{container.find('.xg_banner_img').css({'max-width':'100%','height':'100%','margin-left':'auto','margin-right':'auto'});container.find('.xg_banner_img img').css({'width':'100%','height':'100%','position':'relative','min-width':'','max-width':'100%','min-height':'','left':'','margin-left':'','top':'','margin-top':''});}},autoChange:function(container){var pcAdaptive=container.data('adaptive');if(parent!=window&&page.currentDevice()==2&&container.parent().width()==banner.getWidth(container)){var width=container.parent().width();width=screen.width0){width=thisWidth;}});console.log('pc banner width compute result:'+width);}else{width=banner.documentWidth(container);} return width;},initshutter:function(option){option.shutterW=option.Width;option.shutterH=option.Height;option.isAutoPlay=option.autoplay;option.playInterval=option.autoplaySpeed;option.curDisplay=0;option.fullPage=false;option.dotsNav=option.dots;option.arrows=option.arrows;option.animaType=option.animaType;option.duration=option.speed;option.mobilarrow=option.mobilarrow;option.currentDevice=page.currentDevice();$('.shutter').shutter(option);}} $(function(){ $("div#if172500001").css({"background":"none","box-shadow":"none"}); $(".xg_hfBox").css({"width":"100%"}); }) menu($('#'+'if173605838e6dfcc060754'),{mobileMenuEffect:{init:function(root){},show:function(root){var lis=root.find('.xg_menuMobile').find('li');var count=0;for(var index=0;index=0){resetQQLink(_this);}});var init=function(){if(root.offset().left<($(window).width()/2)){root.find('.xg_rnp-tips-ewm').css({'left':'125px','right':'auto','top':' 70%'});root.find('.xg_rnp-tips-tel,.xg_rnp-tips-qq').css({'left':'125px','right':'auto',});$('').appendTo('head');} if(config.shrinkBtn){var html=$('
');html.find('img').one('load',function(){load();if(config.defaultStat==1){root.find('.xg_shbtn').trigger('click');}});root.append(html);}} setTimeout(init,(util.inToolBox()?410:0));root.find('.xg_hf-list:first').find('.xg_hfl-txt').on('click',function(){if($(this).parent().find('a').length>0){$(this).parent().find('a').get(0).click();}});}else{root.parent().find('#QQPopup').find('.xg_mpqqList').each(function(){resetQQLink($(this).children('a'));});}})($('#xg_marketing').children('.xg_marketform'));}); animation.config['an434']={"id":"434","clientIndex":"f1735-0da80162cb537e302","timingFunction":"","duration":"1","delay":"0","type":10,"name":"友情链接4_上移","anName":"an_tran_434","device":1,"resume":0,"clear":1};animation.config['an435']={"id":"435","clientIndex":"f1735-0da80162cb537e302","timingFunction":"","duration":"1","delay":"0","type":10,"name":"友情链接4_移出","anName":"an_tran_435","device":1,"resume":0,"clear":1}; animation.regist("[data-eventid='f1735-0da80162cb537e302']",[{"name":"鼠标悬停","id":250,"event":"mouseenter","an":[{"id":434,"anName":"an_tran_434","device":1}],"device":1,"doCount":0,"count":0},{"name":"鼠标移出","id":251,"event":"mouseleave","an":[{"id":435,"anName":"an_tran_435","device":1}],"device":1,"doCount":0,"count":0}]); animation.config['an436']={"id":"436","clientIndex":"f1735-01f68008054a84722","timingFunction":"","duration":"1","delay":"0","type":10,"name":"友情链接5_上移","anName":"an_tran_436","device":1,"resume":0,"clear":1};animation.config['an437']={"id":"437","clientIndex":"f1735-01f68008054a84722","timingFunction":"","duration":"1","delay":"0","type":10,"name":"友情链接5_移出","anName":"an_tran_437","device":1,"resume":0,"clear":1}; animation.regist("[data-eventid='f1735-01f68008054a84722']",[{"name":"鼠标悬停","id":258,"event":"mouseenter","an":[{"id":436,"anName":"an_tran_436","device":1}],"device":1,"doCount":0,"count":0},{"name":"鼠标移出","id":259,"event":"mouseleave","an":[{"id":437,"anName":"an_tran_437","device":1}],"device":1,"doCount":0,"count":0}]); animation.config['an438']={"id":"438","clientIndex":"f1735-018e6f5b0ccbd21cd","timingFunction":"","duration":"1","delay":"0","type":10,"name":"友情链接6_上移","anName":"an_tran_438","device":1,"resume":0,"clear":1};animation.config['an439']={"id":"439","clientIndex":"f1735-018e6f5b0ccbd21cd","timingFunction":"","duration":"1","delay":"0","type":10,"name":"友情链接6_移出","anName":"an_tran_439","device":1,"resume":0,"clear":1}; animation.regist("[data-eventid='f1735-018e6f5b0ccbd21cd']",[{"name":"鼠标悬停","id":260,"event":"mouseenter","an":[{"id":438,"anName":"an_tran_438","device":1}],"device":1,"doCount":0,"count":0},{"name":"鼠标移出","id":261,"event":"mouseleave","an":[{"id":439,"anName":"an_tran_439","device":1}],"device":1,"doCount":0,"count":0}]); animation.config['an471']={"id":"471","clientIndex":"f1735-07866b939c8e425de","timingFunction":"","duration":"1","delay":"0","type":10,"name":"471_友情链接4_上移","anName":"an_tran_471","device":1,"resume":0,"clear":1};animation.config['an472']={"id":"472","clientIndex":"f1735-07866b939c8e425de","timingFunction":"","duration":"1","delay":"0","type":10,"name":"472_友情链接4_移出","anName":"an_tran_472","device":1,"resume":0,"clear":1}; animation.config['an475']={"id":"475","clientIndex":"f1735-09f85517dac818994","timingFunction":"","duration":"1","delay":"0","type":10,"name":"475_友情链接5_上移","anName":"an_tran_475","device":1,"resume":0,"clear":1};animation.config['an476']={"id":"476","clientIndex":"f1735-09f85517dac818994","timingFunction":"","duration":"1","delay":"0","type":10,"name":"476_友情链接5_移出","anName":"an_tran_476","device":1,"resume":0,"clear":1}; animation.config['an473']={"id":"473","clientIndex":"f1735-03cc936ffa686fa71","timingFunction":"","duration":"1","delay":"0","type":10,"name":"473_友情链接6_上移","anName":"an_tran_473","device":1,"resume":0,"clear":1};animation.config['an474']={"id":"474","clientIndex":"f1735-03cc936ffa686fa71","timingFunction":"","duration":"1","delay":"0","type":10,"name":"474_友情链接6_移出","anName":"an_tran_474","device":1,"resume":0,"clear":1};