//=== viewid:dh_style_28_1577343719848 ===// /*pc,鎵嬫満鏄剧ず闅愯棌*/ function is_mobile(){ return window.screen.width<767 || ($('body').width() > 0 && $('body').width() < 767); } var is_mobile_boolean = is_mobile(); $(function(){ /*pc,鎵嬫満鏄剧ず闅愯棌*/ }) //=== viewid:dh_style_28_1577343719848 ===// function navSwtich(obj) { $(obj).siblings(".menuUlCopy").slideToggle(200); $(obj).toggleClass('ontoggle'); $(obj).parent().siblings().find(".menuUlCopy").slideUp(200); $(obj).parent().siblings().find(".fa-angle-down").removeClass('ontoggle'); } function subLeft_dh_style_28_1577343719848(){ $("#dh_style_28_1577343719848 .menuUl>li").each(function(){ $(this).find(".menuUl03").css("left",'100%'); }) } $(window).resize(function() { subLeft_dh_style_28_1577343719848(); }) $(function(){ $("#dh_style_28_1577343719848 .fa-navicon").click(function(){ $("#dh_style_28_1577343719848").addClass('clearTransform'); $("#dh_style_28_1577343719848 .menuUlCopy").each(function(){ $(this).siblings(".fa").show(); }) }) subLeft_dh_style_28_1577343719848(); $("#dh_style_28_1577343719848 .subBox").css("top",$("#dh_style_28_1577343719848 .menuUl_box").height()); if($("#dh_style_28_1577343719848 .menuUl").hasClass("noHover")){ var tabNum = 0; $("#dh_style_28_1577343719848 .menuUl>li").find(".Onsub").each(function(){ tabNum += 1; $(this).parent().attr("tabNum",tabNum) }) $("#dh_style_28_1577343719848 .menuUl>li .Onsub").mouseover(function(){ $("#dh_style_28_1577343719848 .subBox").show(); var index = $(this).parent().attr("tabNum"); $("#dh_style_28_1577343719848 .subBox .subItems").eq(index-1).fadeIn(100).siblings().hide(); $("#dh_style_28_1577343719848 .subBox .subMenuImgArea .subMenuImgCon").eq(0).fadeIn(100).siblings().hide(); }) $("#dh_style_28_1577343719848 .subBox").mouseleave(function(){ $(this).hide(); }); $("#dh_style_28_1577343719848 .menuUl>li .Nosub").mouseover(function(){ $("#dh_style_28_1577343719848 .subBox").hide(); }) //椋庢牸41 42 } }) var color = $('#dh_style_28_1577343719848 .menuStyle_28 .menuUl02 .subMenu02').css('background-color'); $('#dh_style_28_1577343719848 .menuStyle_28').append(``); $('#dh_style_28_1577343719848 .menuStyle_28 .menuUl02 .subMenu02').mouseover(function(){ let that = $(this); setTimeout(function(){ var hoverColor = that.css('background-color'); $('#dh_style_28_1577343719848 .menuStyle_28').append(``); },100); }); //=== viewid:banner_style_01_1660644609256,banner_style_01_1577343876919,banner_style_01_1577950151800,banner_style_08_1660802716691,banner_style_01_1662692562087 ===// //=== viewid:banner_style_01_1577950151800 ===// $(document).ready(function(){ arrowShow(); $(window).resize(function(){ arrowShow(); }); // 绠ご鏄剧ず function arrowShow(){ if(window.screen.width<767 || ($('body').width() > 0 && $('body').width() < 767) || navigator.userAgent.indexOf('Mac OS X') != -1){ $("#banner_style_01_1577950151800 .bannerStyle_1 .awesome-font").show().siblings().hide(); }else{ $("#banner_style_01_1577950151800 .bannerStyle_1 .awesome-font").hide().siblings().show(); } } }); //=== viewid:banner_style_01_1577950151800 ===// /* * Banner 杞挱鍥剧被 */ var intervaltimer; function Banner(config) { this._default = { 'list':[], 'length':0, 'current':0, 'timer':undefined, // 璁℃椂鍣 'view':undefined, // 瑙嗗浘 'flick':undefined, // 鍦嗙偣閫夋嫨鍣 'duration':3, // 鍒囨崲鏃堕棿闂撮殧 'animation':0.5 // 鍔ㄧ敾鏃堕棿 }; config = $.extend(true, this._default, config); this.config = config; this.init(config); } Banner.prototype.init = function(config) { this.animateStyle = 'normal'; // 鍔ㄧ敾鏁堟灉 ( 鏍规嵁鍔ㄧ敾鏁堟灉, 涓嶅悓鐨勬柟娉曟湁涓嶅悓鐨勫疄鐜 ) this.direction = 'right'; // 褰撳墠婊氬姩鏂瑰悜 this.view = this.config.view; this.config.length = this.config.list.length; this.config.flick = this.view ? this.view.find(".bannerStyle_1 .flicking_con > a") : undefined; }; // 璁$畻涓嬩竴涓鏄剧ず鐨勫浘鐗囩殑绱㈠紩 // by: 濡傛灉娌℃湁浼犲叆鍙傛暟, 鍒欎娇鐢ㄩ厤缃腑鐨勬暟鎹畉his.config.current, 鍚﹀垯浣跨敤浼犲叆鐨勫弬鏁 Banner.prototype.nextIndex = function(by) { by === undefined && (by = this.config.current); var next = this.direction == 'right' ? by + 1 : by - 1; next >= this.config.length && (next = 0); next < 0 && (next = this.config.length - 1); return next; }; //鍥剧墖閾炬帴 $url_html = new Array(); $i = 0; $url_len = 1; $url_html[0] = ""; $('#banner_style_01_1577950151800 a.img_url').attr('href',$url_html[$i]); // 璺冲埌鎸囧畾鍥剧墖 Banner.prototype.animateIndex = function(index) { this.endAnimate(); if(index >= 0 && index < this.config.length && this.config.current != index) { if(this.config.current < index) { this.direction = 'right'; this.config.current = index - 1; } else { this.direction = 'left'; this.config.current = index + 1; } this.showIndex(this.config.current); this.startAnimate(); } }; // 鍚戝彸鍔ㄧ敾 Banner.prototype.startAnimateRight = function() { this.direction = 'right'; this.startAnimate(); }; // 鍚戝乏鍔ㄧ敾 Banner.prototype.startAnimateLeft = function() { this.direction = 'left'; this.startAnimate(); }; // 缁撴潫鍔ㄧ敾 Banner.prototype.endAnimate = function() { clearTimeout(this.config.timer); }; // 缁撴潫鍔ㄧ敾 Banner.prototype.hoverEndAnimate = function() { var that = this; intervaltimer = setInterval(function(){ clearTimeout(that.config.timer); },100); }; Banner.prototype.startAnimate = function() { switch(this.animateStyle) { case 'normal': // 榛樿鏁堟灉 this.endAnimate(); if(this.config.length > 1) { var prev = this.config.current, next = this.nextIndex(), end = this.direction == 'right' ? {prev:"-100%", current:"100%"} : {prev:"100%", current:"-100%"}; // 鍓嶄竴涓浘鐗囧拰褰撳墠鍥剧墖鐨勬渶鍚庡仠鐣欎綅缃 this.config.flick.eq(next).addClass("on").siblings().removeClass("on"); // 鎵ц鍔ㄧ敾 var banner = this; this.imgs.eq(prev).stop().animate({"left":end.prev}, this.config.animation, function(){ banner.config.timer = setTimeout(function(){ banner.startAnimate(); },banner.config.duration); }); this.imgs.eq(next).css({"left":end.current}).stop().animate({"left":"0%"}, this.config.animation); this.config.current = next; } break; case 'rotate-3d': // 3D鏃嬭浆鏁堟灉 this.endAnimate(); this.updateBgImg(); if(this.config.length > 1) { var prev = this.config.current, next = this.nextIndex(); this.config.flick.eq(next).addClass("on").siblings().removeClass("on"); this.config.current = next; this.parts.css("transform", "rotateX(" + ((this.direction == 'right' ? ++this.rotate : --this.rotate) * 90) + "deg)"); var banner = this; this.config.timer = setTimeout(function(){ banner.startAnimate(); },banner.config.duration); } $('#banner_style_01_1577950151800 a.img_url').attr('href',$url_html[this.config.current]); break; } }; // 鎸囧畾鏄剧ず鐨勫浘鐗 Banner.prototype.showIndex = function(index) { switch(this.animateStyle) { case 'normal': // 榛樿鏁堟灉 this.imgs.eq(index).css("left","0%").siblings(".img-item").css("left","100%"); this.config.flick.eq(index).addClass("on").siblings().removeClass("on"); break; case 'rotate-3d': // 3D鏃嬭浆鏁堟灉 this.updateFaceBottonTopImg(index); this.config.flick.eq(index).addClass("on").siblings().removeClass("on"); break; } }; /* * ******************************************** * 3D鏃嬭浆鏁堟灉 鐗规湁鍑芥暟 begin */ // 姣忔鏃嬭浆鍓嶉兘闇€瑕佹洿鏂拌儗閮ㄧ殑鍥剧墖 Banner.prototype.updateBgImg = function() { // 璁$畻鑳岄儴瑕佹樉绀虹殑鍥剧墖 var bg_image_index = this.nextIndex(this.nextIndex()); // index: 璁$畻鑳屾櫙鍥剧墖褰撳墠鏄剧ず鍦ㄥ摢涓猧mg涓? 鎬诲叡鏈?涓浘鐗? 鍒嗗埆浣嶄簬姝i潰/搴曢儴/鑳岄儴/椤堕儴, 绱㈠紩鍒嗗埆涓?, 1, 2, 3 ) var c, index = (c = (this.rotate + 2) % 4) >= 0 ? c : c + 4; var banner = this; // console.log('绗?,index,'涓潰-浣跨敤鏇存柊涓虹',bg_image_index,'寮犲浘'); this.parts && this.parts.each(function () { $(this).find('.img:eq('+index+')').css({'background-image': 'url("'+banner.config.list[bg_image_index]+'")'}); }); }; // 鏇存柊姝i潰/椤堕儴/搴曢儴鐨勫浘鐗 // index: 瑕佹樉绀哄摢寮犲浘鐗 // 澶囨敞: 鍥犱负鎬诲叡鏈夊洓涓潰鐨勫浘鐗囬渶瑕佹洿鏂? 鍒濆鍖栨椂, 姝i潰/椤堕儴/搴曢儴鐨勫浘鐗囧彧闇€鏇存柊涓€娆″嵆鍙 (鑳岄儴鐨勫浘鐗囧湪姣忔鏃嬭浆鍓嶉兘闇€瑕佹洿鏂? Banner.prototype.updateFaceBottonTopImg = function(index) { // face, bottom, top: 璁$畻姝i潰/椤堕儴/搴曢儴鍥剧墖褰撳墠鏄剧ず鍦ㄥ摢涓猧mg涓? 鎬诲叡鏈?涓浘鐗? 鍒嗗埆浣嶄簬姝i潰/搴曢儴/鑳岄儴/椤堕儴, 绱㈠紩鍒嗗埆涓?, 1, 2, 3 ) var c, face = (c = this.rotate % 4) >= 0 ? c : c + 4, bottom, top; bottom = face + 1; bottom >= this.config.length && (bottom = 0); top = face - 1; top < 0 && (top = this.config.length - 1); var banner = this; this.parts && this.parts.each(function () { // console.log('绗?,face,'涓潰-浣跨敤鏇存柊涓虹',index,'寮犲浘'); $(this).find('.img:eq('+face+')').css({'background-image': 'url("'+banner.config.list[index]+'")'}); // console.log('绗?,bottom,'涓潰-浣跨敤鏇存柊涓虹',index < banner.config.length - 1 ? index + 1 : 0,'寮犲浘'); $(this).find('.img:eq('+bottom+')').css({'background-image': 'url("'+banner.config.list[index < banner.config.length - 1 ? index + 1 : 0]+'")'}); // console.log('绗?,top,'涓潰-浣跨敤鏇存柊涓虹',index > 0 ? index - 1 : banner.config.length - 1,'寮犲浘'); $(this).find('.img:eq('+top+')').css({'background-image': 'url("'+banner.config.list[index > 0 ? index - 1 : banner.config.length - 1]+'")'}); }); }; // 鍒濆鍖栨棆杞儴鍒咜 璁剧疆3d鏃嬭浆鐨勫洓涓潰鐨勫浘鐗? index琛ㄧず榛樿鏄剧ず鍝紶鍥剧墖 Banner.prototype.initImgPart = function(index) { var banner = this; this.parts && this.parts.each(function () { $(this).find('.img').each(function (i) { var j = 0; switch (i) { case 0: j = index; break; // 姝i潰 case 1: j = index + 1; break; // 搴曢儴 case 2: break; // 鑳岄儴 case 3: j = index - 1; break; // 椤堕儴 } j >= banner.config.length && (j = 0); j < 0 && (j = banner.config.length - 1); $(this).css({'background-image': 'url("'+banner.config.list[j]+'")', 'background-repeat':'no-repeat', 'background-color':'#fff'}); }); }); }; // 鏇存柊鏃嬭浆閮ㄥ垎: 涔嬫墍浠ヤ娇鐢ㄥ畾鏃跺櫒, 鏄洜涓烘棤娉曞疄鏃惰幏鍙栨ā鍧楀搴 Banner.prototype.updateImgPart = function() { this.parts && this.parts.each(function(index) { $(this).css({ "left":$(this).width() * index + "px" }); $(this).find(".img").css({ "background-position": -$(this).width() * index + "px" }); }); var banner = this; setTimeout(function () { banner.updateImgPart(); }, 800); }; /* * 3D鏃嬭浆鏁堟灉 鐗规湁鍑芥暟 end * ******************************************** */ // 鍥剧墖鏁版嵁 var list_banner_style_01_1577950151800 = []; list_banner_style_01_1577950151800.push('https://cdn.yun.sooce.cn/6/40077/jpg/16700306598139f22058d8c909679.jpg?version=1670030661'); var banner_banner_style_01_1577950151800; // 杞挱鍥惧璞 $(function(){ // 鍒涘缓杞挱鍥 $arrHref = new Array(); banner_banner_style_01_1577950151800 = new Banner({ 'list':list_banner_style_01_1577950151800, 'view':$('#banner_style_01_1577950151800'), 'duration':parseFloat('3') * 1000, 'animation':parseFloat('0.5') * 1000 }); banner_banner_style_01_1577950151800.animateStyle = 'normal'; banner_banner_style_01_1577950151800.imgs = banner_banner_style_01_1577950151800.view.find(".bannerStyle_1 .main_image .img-list").children(".img-item"); banner_banner_style_01_1577950151800.view.find('a').each(function (i) { $(this).click(function () { if(!$(this).attr('href')) { return false; } }); }); banner_banner_style_01_1577950151800.view.find('a.picSet').each(function(i){ $arrHref[i] = $(this).attr('href'); }); // 鏄剧ず鎸囧畾绱㈠紩鐨勫浘鐗 banner_banner_style_01_1577950151800.showIndex(banner_banner_style_01_1577950151800.config.current); // 鐩戝惉 鐐瑰嚮鍦嗙偣 banner_banner_style_01_1577950151800.config.flick.click(function(){ banner_banner_style_01_1577950151800.animateIndex($(this).index()); $('#banner_style_01_1577950151800 a.img_url').attr('href',$url_html[$(this).index()]); $i = $(this).index(); return false; }); // 鐩戝惉 榧犳爣鎮诞鏃 banner_banner_style_01_1577950151800.view.hover( function(){ banner_banner_style_01_1577950151800.hoverEndAnimate(); banner_banner_style_01_1577950151800.view.find(".bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next").fadeIn(); }, function(){ clearInterval(intervaltimer); banner_banner_style_01_1577950151800.config.timer = setTimeout(function(){ banner_banner_style_01_1577950151800.startAnimateRight(); },banner_banner_style_01_1577950151800.config.duration); banner_banner_style_01_1577950151800.view.find(".bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next").fadeOut() } ); // 鐩戝惉 鐐瑰嚮宸﹀彸鎸夐挳 banner_banner_style_01_1577950151800.view.find(".btn_prev").click(function() { banner_banner_style_01_1577950151800.startAnimateLeft(); }); banner_banner_style_01_1577950151800.view.find(".btn_next").click(function() { banner_banner_style_01_1577950151800.startAnimateRight(); }); // 鐩戝惉 瑙︽懜浜嬩欢 var touchVal = null; document.addEventListener("touchstart", function(e){ if($(e.target).is(banner_banner_style_01_1577950151800.view) || $(e.target).closest("#"+banner_banner_style_01_1577950151800.view.attr("id")).length > 0) { touchVal = {}; touchVal.downX = e.touches[0].clientX; // 璁板綍瑙︽懜璧峰浣嶇疆 } }, false); document.addEventListener("touchmove", function(e){ if(touchVal && touchVal.downX) { touchVal.moveX = e.touches[0].clientX - touchVal.downX; // 璁$畻瑙︽懜涓殑鍋忕Щ浣嶇疆 } }, false); document.addEventListener("touchend", function(e){ if(touchVal && touchVal.moveX){ if(touchVal.moveX > 30){ banner_banner_style_01_1577950151800.startAnimateLeft(); // 瑙︽懜鐢熸晥 if (e.preventDefault) { e.preventDefault(); } else { e.returnvalue = false; } }else if(touchVal.moveX < -30){ banner_banner_style_01_1577950151800.startAnimateRight(); // 瑙︽懜鐢熸晥 if (e.preventDefault) { e.preventDefault(); } else { e.returnvalue = false; } } } touchVal = null; }, false); // 杩愯 banner_banner_style_01_1577950151800.config.timer = setTimeout(function(){ banner_banner_style_01_1577950151800.startAnimateRight(); }, banner_banner_style_01_1577950151800.config.duration); }); //=== viewid:counter_style_3_1660803116085 ===// //-- $(function(){ var viewid="counter_style_3_1660803116085"; var sys_url="viewid=counter_style_3_1660803116085&name=counter&style=style_3&langid=0&pageid=478723&viewCtrl=default&isfb=1"; var moreParams=''; if(typeof(history.pushState) != 'undefined'){ var hstate=JSON.stringify(history.state); if(hstate!='null'&& hstate!=null){ eval('var hjson = ' + hstate); moreParams=hjson.moreParamscounter_style_3_1660803116085; } } RequestURL(viewid,sys_url,moreParams); }); //-- //=== viewid:counter_style_3_1660803116085 ===// $(function(){ if(!false){ function Timeing(config) { this._default = { 'arrayObj':[], //鎬绘暟瀛 'arrayTimeObj':[], //姣?.1绉掗€掑鏁板瓧 'arrayIndexObj':[], //鍒濆鍊? 'arrayLockObj':[], //鏄惁璁$畻瀹屾垚锛屽畬鎴愬悗涓簍rue 'timeNum':30, //璁$畻鎵€闇€鏃堕棿锛岄粯璁や负3绉 'begin':new Date(), //寮€濮嬫椂闂达紝鐢ㄦ潵璁$畻鑰楁椂澶氬皯 'timer':undefined, //瀹氭椂鍣 'id':'', //瑙嗗浘id 'start':false //閬垮厤婊氬睆鏃堕噸澶嶈Е鍙戠敓鎴愯鏁板櫒 }; config = $.extend(true, this._default, config); this.config = config; this.init(config); } //鍒濆鍖栧悇鏁扮粍 Timeing.prototype.init = function(config) { var _this = this; $('#'+_this.config.id+' .numberLi').each(function(i){ _this.config.arrayObj.push($(this).find('.num').html()); _this.config.arrayTimeObj.push($(this).find('.num').html()/_this.config.timeNum); _this.config.arrayIndexObj.push(0); _this.config.arrayLockObj.push(false); $(this).find('.num').html(0); }); } //瑙勫畾鏃堕棿璁$畻瀹屾暟瀛 Timeing.prototype.getNumFun = function(config){ var _this = this; let time_in = new Date().getTime(); let time_in_id = new Date().getTime()+'counter_style_3_1660803116085'; let setIntervalTime = 0; if (!_this.config.arrayLockObj.every(item => {return item})) { window.counterTimer[time_in_id] = setInterval(function () { for(let key in window.counterTimer){ let keyArr = key.split('counter'); let modelId = 'counter'+keyArr[1]; if(modelId == 'counter_style_3_1660803116085' && keyArr[0] > time_in){ clearInterval(window.counterTimer[key]); } } for (var i = 0; i < _this.config.arrayObj.length; i++) { if(_this.config.arrayLockObj[i]){ continue } _this.config.arrayIndexObj[i] += _this.config.arrayTimeObj[i]; if (Math.abs(_this.config.arrayIndexObj[i]) < Math.abs(_this.config.arrayObj[i])) { $('#'+_this.config.id+' .numberLi').eq(i).find('.num').html(Math.ceil(_this.config.arrayIndexObj[i])); } if (Math.abs(_this.config.arrayIndexObj[i]) - Math.abs(_this.config.arrayObj[i]) >= 0) { //console.info(_this.config.arrayIndexObj[i],_this.config.arrayTimeObj[i],new Date()-_this.config.begin);//璁$畻鏃堕棿 $('#'+_this.config.id+' .numberLi').eq(i).find('.num').html(_this.config.arrayObj[i]); _this.config.arrayLockObj[i] = true; } } if (_this.config.arrayLockObj.every(item => {return item}) && window.counterTimer) { clearInterval(window.counterTimer[time_in_id]); } }, 100); } } //缁戝畾婊氬姩浜嬩欢瑙﹀彂锛岃繘鍏ュ彲瑙嗚寖鍥村悗寮€濮嬭鏁板姛鑳 Timeing.prototype.bindLoad = function(config){ var _this = this; if(($(window).height() + $(window).scrollTop()) > $("#"+_this.config.id).offset().top) { _this.getNumFun(); } $("#"+_this.config.id).one("appear", function() { _this.getNumFun(); }); let fullpageObj = $("#"+_this.config.id).parents('.fullpage_div'); if(fullpageObj &&fullpageObj.length>0 && !fullpageObj.hasClass('active')){ //瀛樺湪浜庢粴灞忛〉闈㈠苟涓斾笉鏄涓€灞 if(!_this.config.start){ //娌″紑濮嬭繃 // 婊氬睆--榧犳爣婊氬姩鏃 $(window).on("mousewheel DOMMouseScroll", function (e) { var delta = (e.originalEvent.wheelDelta && (e.originalEvent.wheelDelta > 0 ? 1 : -1)) || // chrome & ie (e.originalEvent.detail && (e.originalEvent.detail > 0 ? -1 : 1)); // firefox if(fullpageObj.hasClass('active')){ _this.triggerScroll(); } }) // 婊氬睆--榧犳爣鐐瑰嚮鍒囨崲鏃 $("#fp-nav>ul>li").click(function(){ console.log('鐐瑰嚮鐐瑰嚮'); setTimeout(function(){ if(fullpageObj.hasClass('active')){ _this.triggerScroll(); } },50); }); // 婊氬睆--鎵嬫満婊戝姩 $('body').on('touchmove',function(){ if(fullpageObj.hasClass('active')){ _this.triggerScroll(); } }); } } $(window).bind("scroll", function(event) { var fold; if(!_this.config.start){ fold = $(window).height() + $(window).scrollTop(); if(fold >= $("#"+_this.config.id).offset().top) { _this.triggerScroll(); } } }); } //婊氬睆瑙﹀彂浜嬩欢 Timeing.prototype.triggerScroll = function(config){ var _this = this; _this.config.begin = new Date(); _this.config.start = true; _this.getNumFun(); } var timeingcounter_style_3_1660803116085 = new Timeing({ 'timeNum':30, 'id':'counter_style_3_1660803116085'}); timeingcounter_style_3_1660803116085.init(); timeingcounter_style_3_1660803116085.bindLoad(); } }); //=== viewid:banner_style_08_1660802716691 ===// $(document).ready(function(){ arrowShow(); $(window).resize(function(){ arrowShow(); }); // 绠ご鏄剧ず function arrowShow(){ if(window.screen.width<767 || ($('body').width() > 0 && $('body').width() < 767) || navigator.userAgent.indexOf('Mac OS X') != -1){ $("#banner_style_08_1660802716691 .bannerStyle_8 .awesome-font").show().siblings().hide(); }else{ $("#banner_style_08_1660802716691 .bannerStyle_8 .awesome-font").hide().siblings().show(); } } var datestay=parseFloat('5')*1000; var timeAnimi=parseFloat('1')*1000; var obj=$("#banner_style_08_1660802716691"); if(obj&&obj.length>0){ var timeoutObj=null; var nowItem=0; var father=obj.find(".bannerStyle_8 .main_image ul"); var Ulen = father.children("li").length; father.children("li").eq(nowItem).css({"display":"block","float":"none","left":"0%","top":"0px","position":"absolute"}).siblings("li").css({"display":"none","float":"none","left":"0%","top":"0px","position":"absolute"}); obj.hover(function(){ if(timeoutObj){ window.clearTimeout(timeoutObj); } obj.find(".bannerStyle_8 #btn_prev, .bannerStyle_8 #btn_next").fadeIn() },function(){ timeoutObj=setTimeout(function(){ animiIn(animiIn); },datestay); obj.find(".bannerStyle_8 #btn_prev, .bannerStyle_8 #btn_next").fadeOut() }); $("#banner_style_08_1660802716691 .bannerStyle_8 #btn_prev").click(function(){ animiOut(); }); $("#banner_style_08_1660802716691 .bannerStyle_8 #btn_next").click(function(){ animiIn(); }); var touchVal=null; document.addEventListener("touchstart", function(e){ if($(e.target).is(obj)||$(e.target).parents("#"+obj.attr("id")).length>0){ touchVal={}; touchVal.downX=e.touches[0].clientX; if (e.preventDefault) { e.preventDefault(); } else { e.returnvalue = false; } } }, false); document.addEventListener("touchmove", function(e){ if(touchVal&&touchVal.downX){ touchVal.moveX=e.touches[0].clientX-touchVal.downX; if (e.preventDefault) { e.preventDefault(); } else { e.returnvalue = false; } } }, false); document.addEventListener("touchend", function(e){ if(touchVal&&touchVal.moveX){ if(touchVal.moveX>30){ animiOut(animiIn); }else if(touchVal.moveX<-30){ animiIn(animiIn); } if (e.preventDefault) { e.preventDefault(); } else { e.returnvalue = false; } } touchVal=null; }, false); function animiIn(callback){ if(timeoutObj){ window.clearTimeout(timeoutObj); } if(Ulen>1){ var now=nowItem; var next=now+1; if(next>=Ulen){ next=0; } father.children("li").eq(now).stop().fadeOut(timeAnimi,function(){ if(typeof(callback)=="function"){ timeoutObj=setTimeout(function(){ callback(callback); },datestay); } }); father.children("li").eq(next).stop(false,true).fadeIn(timeAnimi); nowItem=next; } } function animiOut(){ if(timeoutObj){ window.clearTimeout(timeoutObj); } if(Ulen>1){ var now=nowItem; var next=now-1; if(next<0){ next=Ulen-1; } father.children("li").eq(now).stop().fadeOut(timeAnimi,function(){ if(typeof(callback)=="function"){ timeoutObj=setTimeout(function(){ callback(callback); },datestay); } }); father.children("li").eq(next).stop(false,true).fadeIn(timeAnimi); nowItem=next; } } timeoutObj=setTimeout(function(){ animiIn(animiIn); },datestay); } }); //=== viewid:banner_style_01_1662692562087 ===// $(document).ready(function(){ arrowShow(); $(window).resize(function(){ arrowShow(); }); // 绠ご鏄剧ず function arrowShow(){ if(window.screen.width<767 || ($('body').width() > 0 && $('body').width() < 767) || navigator.userAgent.indexOf('Mac OS X') != -1){ $("#banner_style_01_1662692562087 .bannerStyle_1 .awesome-font").show().siblings().hide(); }else{ $("#banner_style_01_1662692562087 .bannerStyle_1 .awesome-font").hide().siblings().show(); } } }); //=== viewid:banner_style_01_1662692562087 ===// /* * Banner 杞挱鍥剧被 */ var intervaltimer; function Banner(config) { this._default = { 'list':[], 'length':0, 'current':0, 'timer':undefined, // 璁℃椂鍣 'view':undefined, // 瑙嗗浘 'flick':undefined, // 鍦嗙偣閫夋嫨鍣 'duration':3, // 鍒囨崲鏃堕棿闂撮殧 'animation':0.5 // 鍔ㄧ敾鏃堕棿 }; config = $.extend(true, this._default, config); this.config = config; this.init(config); } Banner.prototype.init = function(config) { this.animateStyle = 'normal'; // 鍔ㄧ敾鏁堟灉 ( 鏍规嵁鍔ㄧ敾鏁堟灉, 涓嶅悓鐨勬柟娉曟湁涓嶅悓鐨勫疄鐜 ) this.direction = 'right'; // 褰撳墠婊氬姩鏂瑰悜 this.view = this.config.view; this.config.length = this.config.list.length; this.config.flick = this.view ? this.view.find(".bannerStyle_1 .flicking_con > a") : undefined; }; // 璁$畻涓嬩竴涓鏄剧ず鐨勫浘鐗囩殑绱㈠紩 // by: 濡傛灉娌℃湁浼犲叆鍙傛暟, 鍒欎娇鐢ㄩ厤缃腑鐨勬暟鎹畉his.config.current, 鍚﹀垯浣跨敤浼犲叆鐨勫弬鏁 Banner.prototype.nextIndex = function(by) { by === undefined && (by = this.config.current); var next = this.direction == 'right' ? by + 1 : by - 1; next >= this.config.length && (next = 0); next < 0 && (next = this.config.length - 1); return next; }; //鍥剧墖閾炬帴 $url_html = new Array(); $i = 0; $url_len = 3; $url_html[0] = ""; $url_html[1] = ""; $url_html[2] = ""; $('#banner_style_01_1662692562087 a.img_url').attr('href',$url_html[$i]); // 璺冲埌鎸囧畾鍥剧墖 Banner.prototype.animateIndex = function(index) { this.endAnimate(); if(index >= 0 && index < this.config.length && this.config.current != index) { if(this.config.current < index) { this.direction = 'right'; this.config.current = index - 1; } else { this.direction = 'left'; this.config.current = index + 1; } this.showIndex(this.config.current); this.startAnimate(); } }; // 鍚戝彸鍔ㄧ敾 Banner.prototype.startAnimateRight = function() { this.direction = 'right'; this.startAnimate(); }; // 鍚戝乏鍔ㄧ敾 Banner.prototype.startAnimateLeft = function() { this.direction = 'left'; this.startAnimate(); }; // 缁撴潫鍔ㄧ敾 Banner.prototype.endAnimate = function() { clearTimeout(this.config.timer); }; // 缁撴潫鍔ㄧ敾 Banner.prototype.hoverEndAnimate = function() { var that = this; intervaltimer = setInterval(function(){ clearTimeout(that.config.timer); },100); }; Banner.prototype.startAnimate = function() { switch(this.animateStyle) { case 'normal': // 榛樿鏁堟灉 this.endAnimate(); if(this.config.length > 1) { var prev = this.config.current, next = this.nextIndex(), end = this.direction == 'right' ? {prev:"-100%", current:"100%"} : {prev:"100%", current:"-100%"}; // 鍓嶄竴涓浘鐗囧拰褰撳墠鍥剧墖鐨勬渶鍚庡仠鐣欎綅缃 this.config.flick.eq(next).addClass("on").siblings().removeClass("on"); // 鎵ц鍔ㄧ敾 var banner = this; this.imgs.eq(prev).stop().animate({"left":end.prev}, this.config.animation, function(){ banner.config.timer = setTimeout(function(){ banner.startAnimate(); },banner.config.duration); }); this.imgs.eq(next).css({"left":end.current}).stop().animate({"left":"0%"}, this.config.animation); this.config.current = next; } break; case 'rotate-3d': // 3D鏃嬭浆鏁堟灉 this.endAnimate(); this.updateBgImg(); if(this.config.length > 1) { var prev = this.config.current, next = this.nextIndex(); this.config.flick.eq(next).addClass("on").siblings().removeClass("on"); this.config.current = next; this.parts.css("transform", "rotateX(" + ((this.direction == 'right' ? ++this.rotate : --this.rotate) * 90) + "deg)"); var banner = this; this.config.timer = setTimeout(function(){ banner.startAnimate(); },banner.config.duration); } $('#banner_style_01_1662692562087 a.img_url').attr('href',$url_html[this.config.current]); break; } }; // 鎸囧畾鏄剧ず鐨勫浘鐗 Banner.prototype.showIndex = function(index) { switch(this.animateStyle) { case 'normal': // 榛樿鏁堟灉 this.imgs.eq(index).css("left","0%").siblings(".img-item").css("left","100%"); this.config.flick.eq(index).addClass("on").siblings().removeClass("on"); break; case 'rotate-3d': // 3D鏃嬭浆鏁堟灉 this.updateFaceBottonTopImg(index); this.config.flick.eq(index).addClass("on").siblings().removeClass("on"); break; } }; /* * ******************************************** * 3D鏃嬭浆鏁堟灉 鐗规湁鍑芥暟 begin */ // 姣忔鏃嬭浆鍓嶉兘闇€瑕佹洿鏂拌儗閮ㄧ殑鍥剧墖 Banner.prototype.updateBgImg = function() { // 璁$畻鑳岄儴瑕佹樉绀虹殑鍥剧墖 var bg_image_index = this.nextIndex(this.nextIndex()); // index: 璁$畻鑳屾櫙鍥剧墖褰撳墠鏄剧ず鍦ㄥ摢涓猧mg涓? 鎬诲叡鏈?涓浘鐗? 鍒嗗埆浣嶄簬姝i潰/搴曢儴/鑳岄儴/椤堕儴, 绱㈠紩鍒嗗埆涓?, 1, 2, 3 ) var c, index = (c = (this.rotate + 2) % 4) >= 0 ? c : c + 4; var banner = this; // console.log('绗?,index,'涓潰-浣跨敤鏇存柊涓虹',bg_image_index,'寮犲浘'); this.parts && this.parts.each(function () { $(this).find('.img:eq('+index+')').css({'background-image': 'url("'+banner.config.list[bg_image_index]+'")'}); }); }; // 鏇存柊姝i潰/椤堕儴/搴曢儴鐨勫浘鐗 // index: 瑕佹樉绀哄摢寮犲浘鐗 // 澶囨敞: 鍥犱负鎬诲叡鏈夊洓涓潰鐨勫浘鐗囬渶瑕佹洿鏂? 鍒濆鍖栨椂, 姝i潰/椤堕儴/搴曢儴鐨勫浘鐗囧彧闇€鏇存柊涓€娆″嵆鍙 (鑳岄儴鐨勫浘鐗囧湪姣忔鏃嬭浆鍓嶉兘闇€瑕佹洿鏂? Banner.prototype.updateFaceBottonTopImg = function(index) { // face, bottom, top: 璁$畻姝i潰/椤堕儴/搴曢儴鍥剧墖褰撳墠鏄剧ず鍦ㄥ摢涓猧mg涓? 鎬诲叡鏈?涓浘鐗? 鍒嗗埆浣嶄簬姝i潰/搴曢儴/鑳岄儴/椤堕儴, 绱㈠紩鍒嗗埆涓?, 1, 2, 3 ) var c, face = (c = this.rotate % 4) >= 0 ? c : c + 4, bottom, top; bottom = face + 1; bottom >= this.config.length && (bottom = 0); top = face - 1; top < 0 && (top = this.config.length - 1); var banner = this; this.parts && this.parts.each(function () { // console.log('绗?,face,'涓潰-浣跨敤鏇存柊涓虹',index,'寮犲浘'); $(this).find('.img:eq('+face+')').css({'background-image': 'url("'+banner.config.list[index]+'")'}); // console.log('绗?,bottom,'涓潰-浣跨敤鏇存柊涓虹',index < banner.config.length - 1 ? index + 1 : 0,'寮犲浘'); $(this).find('.img:eq('+bottom+')').css({'background-image': 'url("'+banner.config.list[index < banner.config.length - 1 ? index + 1 : 0]+'")'}); // console.log('绗?,top,'涓潰-浣跨敤鏇存柊涓虹',index > 0 ? index - 1 : banner.config.length - 1,'寮犲浘'); $(this).find('.img:eq('+top+')').css({'background-image': 'url("'+banner.config.list[index > 0 ? index - 1 : banner.config.length - 1]+'")'}); }); }; // 鍒濆鍖栨棆杞儴鍒咜 璁剧疆3d鏃嬭浆鐨勫洓涓潰鐨勫浘鐗? index琛ㄧず榛樿鏄剧ず鍝紶鍥剧墖 Banner.prototype.initImgPart = function(index) { var banner = this; this.parts && this.parts.each(function () { $(this).find('.img').each(function (i) { var j = 0; switch (i) { case 0: j = index; break; // 姝i潰 case 1: j = index + 1; break; // 搴曢儴 case 2: break; // 鑳岄儴 case 3: j = index - 1; break; // 椤堕儴 } j >= banner.config.length && (j = 0); j < 0 && (j = banner.config.length - 1); $(this).css({'background-image': 'url("'+banner.config.list[j]+'")', 'background-repeat':'no-repeat', 'background-color':'#fff'}); }); }); }; // 鏇存柊鏃嬭浆閮ㄥ垎: 涔嬫墍浠ヤ娇鐢ㄥ畾鏃跺櫒, 鏄洜涓烘棤娉曞疄鏃惰幏鍙栨ā鍧楀搴 Banner.prototype.updateImgPart = function() { this.parts && this.parts.each(function(index) { $(this).css({ "left":$(this).width() * index + "px" }); $(this).find(".img").css({ "background-position": -$(this).width() * index + "px" }); }); var banner = this; setTimeout(function () { banner.updateImgPart(); }, 800); }; /* * 3D鏃嬭浆鏁堟灉 鐗规湁鍑芥暟 end * ******************************************** */ // 鍥剧墖鏁版嵁 var list_banner_style_01_1662692562087 = []; list_banner_style_01_1662692562087.push('https://cdn.yun.sooce.cn/6/40077/png/1662445545484296657429485f5d5.png?version=1662445555');list_banner_style_01_1662692562087.push('https://cdn.yun.sooce.cn/6/40077/png/1662445545482c30a521bf7605b68.png?version=1662445553');list_banner_style_01_1662692562087.push('https://cdn.yun.sooce.cn/6/40077/png/1661239858677d601f03055c44d46.png?version=1661239863'); var banner_banner_style_01_1662692562087; // 杞挱鍥惧璞 $(function(){ // 鍒涘缓杞挱鍥 $arrHref = new Array(); banner_banner_style_01_1662692562087 = new Banner({ 'list':list_banner_style_01_1662692562087, 'view':$('#banner_style_01_1662692562087'), 'duration':parseFloat('3') * 1000, 'animation':parseFloat('0.5') * 1000 }); banner_banner_style_01_1662692562087.animateStyle = 'normal'; banner_banner_style_01_1662692562087.imgs = banner_banner_style_01_1662692562087.view.find(".bannerStyle_1 .main_image .img-list").children(".img-item"); banner_banner_style_01_1662692562087.view.find('a').each(function (i) { $(this).click(function () { if(!$(this).attr('href')) { return false; } }); }); banner_banner_style_01_1662692562087.view.find('a.picSet').each(function(i){ $arrHref[i] = $(this).attr('href'); }); // 鏄剧ず鎸囧畾绱㈠紩鐨勫浘鐗 banner_banner_style_01_1662692562087.showIndex(banner_banner_style_01_1662692562087.config.current); // 鐩戝惉 鐐瑰嚮鍦嗙偣 banner_banner_style_01_1662692562087.config.flick.click(function(){ banner_banner_style_01_1662692562087.animateIndex($(this).index()); $('#banner_style_01_1662692562087 a.img_url').attr('href',$url_html[$(this).index()]); $i = $(this).index(); return false; }); // 鐩戝惉 榧犳爣鎮诞鏃 banner_banner_style_01_1662692562087.view.hover( function(){ banner_banner_style_01_1662692562087.hoverEndAnimate(); banner_banner_style_01_1662692562087.view.find(".bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next").fadeIn(); }, function(){ clearInterval(intervaltimer); banner_banner_style_01_1662692562087.config.timer = setTimeout(function(){ banner_banner_style_01_1662692562087.startAnimateRight(); },banner_banner_style_01_1662692562087.config.duration); banner_banner_style_01_1662692562087.view.find(".bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next").fadeOut() } ); // 鐩戝惉 鐐瑰嚮宸﹀彸鎸夐挳 banner_banner_style_01_1662692562087.view.find(".btn_prev").click(function() { banner_banner_style_01_1662692562087.startAnimateLeft(); }); banner_banner_style_01_1662692562087.view.find(".btn_next").click(function() { banner_banner_style_01_1662692562087.startAnimateRight(); }); // 鐩戝惉 瑙︽懜浜嬩欢 var touchVal = null; document.addEventListener("touchstart", function(e){ if($(e.target).is(banner_banner_style_01_1662692562087.view) || $(e.target).closest("#"+banner_banner_style_01_1662692562087.view.attr("id")).length > 0) { touchVal = {}; touchVal.downX = e.touches[0].clientX; // 璁板綍瑙︽懜璧峰浣嶇疆 } }, false); document.addEventListener("touchmove", function(e){ if(touchVal && touchVal.downX) { touchVal.moveX = e.touches[0].clientX - touchVal.downX; // 璁$畻瑙︽懜涓殑鍋忕Щ浣嶇疆 } }, false); document.addEventListener("touchend", function(e){ if(touchVal && touchVal.moveX){ if(touchVal.moveX > 30){ banner_banner_style_01_1662692562087.startAnimateLeft(); // 瑙︽懜鐢熸晥 if (e.preventDefault) { e.preventDefault(); } else { e.returnvalue = false; } }else if(touchVal.moveX < -30){ banner_banner_style_01_1662692562087.startAnimateRight(); // 瑙︽懜鐢熸晥 if (e.preventDefault) { e.preventDefault(); } else { e.returnvalue = false; } } } touchVal = null; }, false); // 杩愯 banner_banner_style_01_1662692562087.config.timer = setTimeout(function(){ banner_banner_style_01_1662692562087.startAnimateRight(); }, banner_banner_style_01_1662692562087.config.duration); }); //=== viewid:copyright_style_01_1660643282024,text_style_16_1662692794649 ===// //=== viewid:text_style_16_1662692794649 ===// //鍒╃敤鍏ㄥ眬鍩?瀹氫箟姣忎釜瀹氭椂鍣ㄧ殑鍙橀噺鍚?瑙e喅鍙戝竷/涓存椂鐩綍鏃舵墽琛屼袱娆★紙娉?锛夊悗clearTimeout锛堟敞2锛夐棶棰 // 娉?锛氭墽琛屼袱娆℃槸鍦ㄧ綉椤垫墽琛屼竴娆★紝鏈嶅姟鍣ㄤ笂鎵ц涓€娆 // 娉?锛氬鏋滃湪鍏ㄥ眬鍩熷畾涔夛紝clearTimeout浼氬彧娓呴櫎涓€涓 //鍒╃敤鏈湴鍩 閬垮厤鐩稿悓椋庢牸鐨勫嚱鏁板悕绉拌皟鐢ㄦ贩娣嗗嚭閿 $(function(){ let contentHeight; let rolltime = '350'; rolltime = rolltime?rolltime:120; restart(); //寮€濮 $(window).resize(function(){ //娴忚鍣ㄥ彉鍖 restart(); }); function restart(){ //琛ュ厖鐘舵€侊紝鍑嗗寮€濮 let timerout3text_style_16_1662692794649 = setTimeout(function(){ for(var i = 1;i<4;i++){ $('#text_style_16_1662692794649 .contentCopy'+i).empty(); } // 杩樺師 let modelHeight = $('#text_style_16_1662692794649').height(); //妯″潡楂樺害 contentHeight = $('#text_style_16_1662692794649 .textList_default16 .content').height(); //鍐呭楂樺害 if(contentHeight<10){return;} let copyNum = modelHeight / contentHeight; //濉弧闇€瑕佷釜鏁 copyNum++; //琛ュ厖涓€涓粴鍔ㄧ殑鏁伴噺 for(var i = 1;i !styleSheet.href || styleSheet.href.startsWith(window.location.origin)); for (var i = 0; i < ss.length; ++i) { try { for (var x = 0; x < ss[i].rules.length; ++x) { rule = ss[i].rules[x]; if (rule.name == keyframesName) { animation.cssRule = rule; animation.styleSheet = ss[i]; animation.index = x; } } } catch (e) { console.warn("Can't read the css rules of: " + ss[i].href, e); continue } } return animation; } })