$(function() { wowInt() search() select() newscont() back_top() pc_nav() navSlide(); //鑱旂郴鎴戜滑寮圭獥 $('.contact_wrap .btn').click(function() { $('.btn_tcbox').fadeIn(); }) $('.btn_tcbox .close').click(function() { $('.btn_tcbox').fadeOut(); }) $(window).resize() $('.block_01 li') .eq(1) .addClass('cur') $(window).scroll(function() { if ($(this).scrollTop() > 0) { $('body').addClass('scrollHeader') } else { $('body').removeClass('scrollHeader') } }) $('.water-bg,.water-outer-close').click(function() { $('.water-bg,.water-outer').fadeOut() }) $('.water-part2-bottom-l').click(function() { $('.water-bg,.water-outer').fadeIn() }) $('.x_close').click(function(e) { e.stopPropagation() $(this) .parent() .addClass('on') }) $('.bcon,.mcon').hover( function() { if ($(this).hasClass('on')) { $(this).removeClass('on') } }, function() {} ) }) // nav function pc_nav() { $('.header .nav>ul>li').hover(function() { navSlide(); $(this).addClass('on').siblings().removeClass('on'); },function(){ $(this).removeClass('on'); }) } function navSlide(){ var navSwiper = new Swiper ('.navlist03 .swiper-container',{ prevButton:'.navlist03 .swiper-button-prev', nextButton:'.navlist03 .swiper-button-next', slidesPerView: 9, loop:false }) } // nav function search() { // 鎼滅储 $('.header_search').click(function(e) { e.preventDefault() e.stopPropagation() $(this).toggleClass('on') $('.search_wrap').slideToggle(200) $('.header_r01 dd').slideUp(200) }) $('.search_box_text').click(function(e) { e.preventDefault() e.stopPropagation() }) // 鎼滅储 } function select() { $('.header_r01 dt').click(function(e) { e.preventDefault() e.stopPropagation() $('.header_r01 dd').slideToggle(200) $('.search_wrap').slideUp(200) $('.header_search').removeClass('on') }) } $(document).click(function() { $('.search_wrap').slideUp(200) $('.header_r01 dd').slideUp(200) $('.header_search').removeClass('on') }) function wowInt() { if (!/msie [6|7|8|9]/i.test(navigator.userAgent)) { var wow = new WOW({ boxClass: 'wow', animateClass: 'animated', offset: -100, mobile: true, live: true }) wow.init() } } function newscont() { $('.news_special .right li').hover( function() { $('.news_special .left li') .eq($(this).index()) .stop() .fadeIn() .show() .siblings() .stop() .fadeOut() .hide() }, function() {} ) } function back_top() { $('.back_top').click(function() { $('html,body') .stop() .animate({ scrollTop: 0 }) }) $(window).scroll(function() { if ($(window).scrollTop() > 0) { $('.back_top') .show() .stop() .animate({ opacity: 0.5 }) } else { $('.back_top') .stop() .animate({ opacity: 0 }, function() { $('.back_top').hide() }) } }) } /*鍐呭椤垫枃绔犲瓧浣撳垏鎹?/ function fontChange(changeFont, articleClass) { var article = $(articleClass) if (changeFont == 'big') { article.css('font-size', '18px') } if (changeFont == 'medium') { article.css('font-size', '16px') } if (changeFont == 'small') { article.css('font-size', '14px') } } // 鎵撳嵃 function printBind() { $('a#print-but').on('click', function() { $('body').addClass('print_preview') setTimeout(function() { window.print() $('body').removeClass('print_preview') }, 200) }) } // 鍦板浘 function mapInt(mapTitle, mapAdress, mapx, mapy) { var map = new BMap.Map('map') var point = new BMap.Point(mapx, mapy) var point2 = new BMap.Point(mapx, mapy) //鍧愭爣鍋忕Щ var point2 = new BMap.Point(mapx+0.05,mapy); var myIcon = new BMap.Icon('../images/add_map.png', new BMap.Size(39, 53)) // icon鎸夐挳 var marker2 = new BMap.Marker(point2, { icon: myIcon }) // 鍒涘缓鏍囨敞 map.addOverlay(marker2) // 灏嗘爣娉ㄦ坊鍔犲埌鍦板浘涓 map.centerAndZoom(point, 14) var opts = { width: 200, // 淇℃伅绐楀彛瀹藉害 height: 100, // 淇℃伅绐楀彛楂樺害 title: mapTitle // 淇℃伅绐楀彛鏍囬 } var infoWindow = new BMap.InfoWindow(mapAdress, opts) marker2.addEventListener('click', function() { map.openInfoWindow(infoWindow, point) }) } // $(function(){ // var titleText=$(".contact_p>h1").text(); // var titleAddress=$(".contact_add").text() // mapInt(titleText,titleAddress,116.334579,39.937); // }) window.onload = function() { setTimeout(function() { $(window).scroll() }, 300) }