//pc瀵艰埅瀹氫綅 $(document).ready(function() { $(document).ready(function () { $('.menupc li a').each(function () { if ($($(this))[0].href == String(window.location)) $(this).addClass('current').attr('href', 'javascript:void(0);'); }); }); }); //pc瀵艰埅涓嬫媺 $(document).ready(function() { $(function(){ $(".menupc > li").hover(function(){ $(this).find("a:first").addClass("hover") $(this).find(" ul ").addClass("subnav") },function(){ $(this).find("a:first").removeClass("hover") $(this).find(" ul ").removeClass("subnav") }) }) }); //鎵嬫満瀵艰埅 jQuery(document).ready(function( $ ) { $("#mmenu").mmenu({ "extensions": [ "effect-menu-slide", "effect-listitems-slide", "fx-menu-zoom", "fx-panels-zoom", "theme-dark" ], "iconPanels": true, "offCanvas": { position: "right" }, }); }); //banner $(document).ready(function() { $(function(){ $('.banner-ul').owlCarousel({ items: 1, itemsDesktop: [1920, 1], itemsDesktopSmall: [980, 1], itemsTablet: [768, 1], itemsMobile: [479, 1], autoPlay: 5000, autoHeight: true, //transitionStyle: 'fade', pagination: true, navigation: false, navigationText: [" ", " "] }); }); }); //涓嬫媺 $(document).ready(function() { $(function(){ $(".select").each(function(){ var s=$(this); var z=parseInt(s.css("z-index")); var dt=$(this).children("dt"); var dd=$(this).children("dd"); var _show=function(){dd.slideDown(200);dt.addClass("cur");s.css("z-index",z+1);}; //灞曞紑鏁堟灉 var _hide=function(){dd.slideUp(200);dt.removeClass("cur");s.css("z-index",z);}; //鍏抽棴鏁堟灉 dt.click(function(){dd.is(":hidden")?_show():_hide();}); dd.find("a").click(function(){dt.html($(this).html());_hide();}); //閫夋嫨鏁堟灉锛堝闇€瑕佷紶鍊硷紝鍙嚜瀹氫箟鍙傛暟锛屽湪姝ゅ杩斿洖瀵瑰簲鐨?value"鍊 锛 $("body").click(function(i){ !$(i.target).parents(".select").first().is(s) ? _hide():"";}); }) }) }); //鍐呴〉瀵艰埅瀹氫綅 $(document).ready(function() { $(document).ready(function () { $('.inner_fl_con li a').each(function () { if ($($(this))[0].href == String(window.location)) $(this).addClass('current').attr('href', 'javascript:void(0);'); }); }); }); //鍐呴〉鏂伴椈 $(document).ready(function() { $(function () { $('#home_slider').flexslider({ animation : 'slide', controlNav : true, directionNav : true, animationLoop : true, slideshow : false, useCSS : false }); }); }); //璧勮川鑽h獕 $(document).ready(function() { window.onload = function() { if(typeof oldIE === 'undefined' && Object.keys) hljs.initHighlighting(); baguetteBox.run('.baguetteBoxOne'); baguetteBox.run('.baguetteBoxTwo'); baguetteBox.run('.baguetteBoxThree', { animation: 'fadeIn' }); baguetteBox.run('.baguetteBoxFour', { buttons: false }); baguetteBox.run('.baguetteBoxFive', { captions: function(element) { // `this` == Array of current gallery items return element.getElementsByTagName('img')[0].alt; } }); }; }); //浜у搧宸︿晶涓嬫媺 $(document).ready(function() { $(function(){ $(".inner_fl_con dd").slideToggle(); $(".inner_fl_con dt").click(function(){ $(this).parent().find('dt').addClass("menu_chioce"); $(this).css({"background": "#e74c3c","border-left": "6px solid #b93325"}); $(this).parent().find('dt a').addClass("menu_chioces"); $(this).css({"color": "#fff"}); $(this).parent().find('dd').slideToggle(); }); }) });