$(function () { /*****************************妫€娴嬫祻瑙堝櫒鐗堟湰*******************************/ var browser = navigator.appName var b_version = navigator.appVersion var version = b_version.split("") var trim_Version = version[1].replace(/[ ]/g, "") if (browser == "Microsoft Internet Explorer" && trim_Version == "MSIE8.0") { alert("鎮ㄧ殑娴忚鍣ㄧ増鏈繃浣庯紝璇风敤IE9浠ヤ笂鎴栧叾浠栭珮鐗堟湰娴忚鍣ㄦ祻瑙堣缃戠珯銆?) window.open("http://chrome.360.cn") } if (browser == "Microsoft Internet Explorer" && trim_Version == "MSIE7.0") { alert("鎮ㄧ殑娴忚鍣ㄧ増鏈繃浣庯紝璇风敤IE9浠ヤ笂鎴栧叾浠栭珮鐗堟湰娴忚鍣ㄦ祻瑙堣缃戠珯銆?) window.open("http://chrome.360.cn") } /*****************************绂佹娴忚鍣ㄧ缉鏀鹃〉闈?******************************/ function disablePageZoom(e) { if (e.ctrlKey) { if (e.wheelDelta || e.detail) { e.returnValue = false } if (e.keyCode === 107 || e.keyCode === 109 || e.keyCode === 187 || e.keyCode === 189) { e.returnValue = false } } } if (document.addEventListener) { document.addEventListener('mousewheel', disablePageZoom, false) document.addEventListener('DOMMouseScroll', disablePageZoom, false) document.addEventListener('keydown', disablePageZoom, false) } else { document.attachEvent('onmousewheel', disablePageZoom, false) document.attachEvent('onkeydown', disablePageZoom, false) } /*****************************婊氬姩鐩戝惉鎵цcss3鍔ㄧ敾*******************************/ /* eg:
鍙€夊弬鏁帮細 data-wow-duration锛堝姩鐢绘寔缁椂闂达級 data-wow-delay锛堝姩鐢诲欢杩熸椂闂达級 data-wow-offset锛堝厓绱犵殑浣嶇疆闇插嚭鍚庤窛绂诲簳閮ㄥ灏戝儚绱犳墽琛岋級 data-wow-iteration锛堝姩鐢绘墽琛屾鏁帮級 */ if (!(/msie [6|7|8|9]/i.test(navigator.userAgent))) { var wow = new WOW({ boxClass: 'wow', // 闇€瑕佹墽琛屽姩鐢荤殑鍏冪礌鐨 class animateClass: 'animated', // animation.css 鍔ㄧ敾鐨 class offset: 50, // 鍏冪礌鐨勪綅缃湶鍑哄悗璺濈搴曢儴澶氬皯鍍忕礌鎵ц mobile: true, // 鏄惁鍦ㄧЩ鍔ㄨ澶囦笂鎵ц鍔ㄧ敾 live: true // 寮傛鍔犺浇鐨勫唴瀹规槸鍚︽湁鏁 }) wow.init() } /*****************************鎵嬫満绔欏鑸垏鎹㈡寜閽?******************************/ $('.headerSJ .navbar').on('click', function (event) { $('.headerSJ .navwrap').animate({ 'left': '0px', 'opacity': '1' }, 800) $('.headerSJ .navbg').fadeIn(800) }) $('.headerSJ .navbg').on('click', function (event) { $(this).fadeOut(800) $('.headerSJ .navwrap').animate({ 'left': '-50%', 'opacity': '0' }, 800) }) $(".headerSJ .plus").on('click', function () { //浜岀骇鏍忕洰鎵嬮鐞村垏鎹㈡晥鏋 $(this).toggleClass('minus').parent().siblings().find('.minus').removeClass('minus') $(this).next(".SJbod").stop().slideToggle(300).parent().siblings().find(".SJbod").stop().slideUp(500) }) $('.friend_link span, .friend_link p, .friend_link_footer p').on('click', function () { $(this).siblings('ul').stop().slideToggle() }) $('.footer_b .footer_r span').on('click', function () { $('html, body').animate({ scrollTop: 0 }, 1000) }) $('.header_menu').on('click', function () { $('.menu').fadeIn() }) $('.menu_close').on('click', function () { $('.menu').fadeOut() }) $('.banner .bannerBottom').on('click', function () { $('html, body').animate({ scrollTop: $(window).height() }, 1000) }) var video_model = '
' $('.ind_sec2_l_inner .mask_inner, .inter_sec1_con1_img .mask_inner, .about_sec2_con2_text h4 a, .inter_sec2_con2_r_text h3 a').on('click', function () { $('body').append(video_model) $('#video_model img').on('click', function () { $('#video_model').remove() }) }) $('.buss_sec_rzjj_nav').on('mouseenter', 'li', function () { var i = $(this).index() $(this).addClass('active') $('#buss_sec_rzjj_box' + (i + 1)).addClass('active') }) $('.buss_sec_rzjj_box').on('mouseenter', function () { var i = $(this).attr('id')[$(this).attr('id').length - 1] $(this).addClass('active') $('.buss_sec_rzjj_nav li').eq(i - 1).addClass('active') }) $('.buss_sec_rzjj_nav').on('mouseleave', 'li', function () { var i = $(this).index() $(this).removeClass('active') $('#buss_sec_rzjj_box' + (i + 1)).removeClass('active') }) $('.buss_sec_rzjj_box').on('mouseleave', function () { var i = $(this).attr('id')[$(this).attr('id').length - 1] $(this).removeClass('active') $('.buss_sec_rzjj_nav li').eq(i - 1).removeClass('active') }) function resize () { $('.buss_sec2_zsgs_r li a').outerHeight($('.buss_sec2_zsgs_l').outerHeight() / 2 - 10) $('.ind_sec1_t_r').height($('.ind_sec1_t_l').height()) $('.ind_sec2_r').height($('.ind_sec2_l').height()) $('.news_sec_t_r').height($('.news_sec_t_l').height()) $('.news_sec_b_l:visible').height($('.news_sec_b_r:visible').outerHeight()) $('.about_sec1_con2_r').outerHeight($('.about_sec1_con2_l').outerHeight()) $('.inter_sec1_con1_r').height($('.inter_sec1_con1_l').height()) $('.inter_sec2_con2_l_l, .inter_sec2_con2_r').height($('.inter_sec2_con2_l_r').height()) $('.buss_sec_rzjj_b_l, .buss_sec_rzjj_b_r').outerHeight($('.buss_sec_rzjj_b_m').outerHeight()) if ($('#buss_sec_rzjj_box4').length > 0) { $('#buss_sec_rzjj_box4').css({ top: $('#buss_sec_rzjj_box2').position().top }) } } $(window).resize(function () { resize() }) $(window).load(function () { resize() }) })