<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">$(function(){

    $("#banxing_nav .item").mouseover(function() {
        var index = $(this).index()
        $(this).addClass('active').siblings('.active').removeClass('active')
        $('.kecheng_bx').eq(index).addClass('show').siblings('.show').removeClass('show');
    });
     //  浼樿川鏁欑爺鍥㈤槦 涓轰綘淇濋┚鎶よ埅
    // 鏁欏笀灏忓浘杞挱
    var galleryThumbs = new Swiper('.gallery-thumbs', {
        spaceBetween: 10,
        slidesPerView: 6,
        loop: true,
        freeMode: true,
        autoplay: {
            delay: 8000,
            disableOnInteraction: false
        },
        loopedSlides: 6, //涓€鑸缃负鏈潵slide鐨勪釜鏁�
        watchSlidesVisibility: true,
        watchSlidesProgress: true,
    
    });
    // 鏁欏笀涓昏鍐呭
    var galleryTop = new Swiper('.gallery-top', {
            spaceBetween: 10,
            loop: true,
            autoplay: {
                delay: 8000,
                disableOnInteraction: false
            },
            slidesPerView:1,
            navigation: {
                nextEl: '.swiper-button-next',
                prevEl: '.swiper-button-prev',
        },
            thumbs: {
                swiper: galleryThumbs,
            }
        
    });
       //  DSE璇剧▼璁ゅ彲搴�
       var swiper = new Swiper("#zaixianSwiper", {
        effect: "coverflow",
        loop: true,
        autoplay: {
            delay: 5000,
            disableOnInteraction: false
        },
        grabCursor: true,
        centeredSlides: true,
        slidesPerView: "auto",
        initialSlide: 1,
        coverflowEffect: {
          rotate: 0,
          stretch: 0,
          depth: 80,
          modifier: 1.3,
          slideShadows: false,
        },
        navigation: {
            nextEl: '.swiper-button-next',
            prevEl: '.swiper-button-prev',
         }, 
      });
new Reservation('.section4', {
	    siteId: 19, // 绔欑偣ID
	    contentName: 'HKDSE璇剧▼棰勭害', // 棰勭害鍚嶇О
	    platform:1, //绔欑偣鏉ユ簮 1銆丳C 2銆佺Щ鍔�
	});
	//鍜ㄨ寮圭獥鎵撳紑
	$('.leyu').click(function(){
		kfPopup()
	});
	function kfPopup() {
		console.log("鍜ㄨ瀹㈡湇绐楀彛")
		var kefuApi = $53.createApi()
		kefuApi.push('cmd', 'kfclient')
		kefuApi.push('type', 'new')
		kefuApi.query()
	}
	function insertCssIntoHead(href) {
		var head = document.querySelector('head')
		var link = document.createElement('link')
		link.setAttribute('rel', 'stylesheet')
		link.setAttribute('href', href)
		head.appendChild(link)
	}
	;(function () {
		insertCssIntoHead('https://static.xhd.cn/kefu/yupei/kefu.css')
	
		// 53蹇湇
		var _53code = document.createElement('script')
		_53code.src =
			'https://tb.53kf.com/code/code/60252cb2693751fd7f469547756d93183/7'
		var s = document.getElementsByTagName('script')[0]
		s.parentNode.insertBefore(_53code, s)
	})()
})</pre></body></html>