<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">$(function () {
    var w = $(window).width();
    if (!(/msie [6|7|8|9]/i.test(navigator.userAgent))) {
            new WOW(
                {
                    callback: function (box) {
                        $(box).addClass("wow1");
                    }
                }).init();

        }

        $(window).resize(function () {

            new WOW(
                {
                    callback: function (box) {
                        $(box).addClass("wow1");
                    }
                }).init();

        });
    if (w &gt; 1200) {
        
    }else{
        $("footer .col-top .col-r dt").click(function(){
            if($(this).hasClass("on")){
                $(this).removeClass("on")
                $(this).next("dd").stop().slideUp()
            }else{
                $(this).addClass("on")
                $(this).next("dd").stop().slideDown()
            }
        })
    }

            
})

$(window).scroll(function () {

    if ($(window).scrollTop() &gt;= 100) {
        $("header ").stop(true, false).addClass('act');
    } else {
        $("header").stop(true, false).removeClass('act');
    }
});
// // æ‰‹æœºå¤´éƒ¨
// $(function() {
// 	$(".header2 .nav-btn").on('click', function() {
// 		var _this = $(this);
// 		if (!$(this).hasClass('hover')) {
// 			$(this).addClass('hover');
// 			$(this).children('.line1').stop(true, true).transition({
// 				rotate: 45
// 			}, 300);
// 			$(this).children('.line2').stop(true, true).fadeOut(300);
// 			$(this).children('.line3').stop(true, true).transition({
// 				rotate: -45
// 			}, 300, function() {
// 				_this.addClass('active');
// 			});
// 			$(this).parent(".main-wrap").siblings('.sub-menu').stop().fadeIn();
// 			$("header .list-cont").addClass('active');
// 			$("body,html").stop(true, true).addClass('ovh-f');
// 			$(".search-bg1").stop(true, true).fadeIn();
// 			$(".header2").addClass('active');
// 			$(".sub-menu li").addClass("animate");
// 		} else {
// 			$(this).removeClass('hover');
// 			$(this).removeClass('active');
// 			$(this).children('.line1').stop(true, true).transition({
// 				rotate: 0
// 			}, 300);
// 			$(this).children('.line2').stop(true, true).fadeIn(300);
// 			$(this).children('.line3').stop(true, true).transition({
// 				rotate: 0
// 			}, 300);
// 			$(this).parent(".main-wrap").siblings('.sub-menu').stop().fadeOut();
// 			$("header .list-cont").removeClass('active');
// 			$("body,html").stop(true, true).removeClass('ovh-f');
// 			$(".search-bg1").stop(true, true).fadeOut();
// 			$(".header2").removeClass('active');
// 			$(".sub-menu li").removeClass("animate");
// 		}
// 	});

// 	$(".header2 .sub-menu .sec-list a").on('click', function() {
// 		$(".header2 .nav-btn").removeClass('hover');
// 		$(".header2 .nav-btn").removeClass('active');
// 		$(".header2 .nav-btn").children('.line1').stop(true, true).transition({
// 			rotate: 0
// 		}, 300);
// 		$(".header2 .nav-btn").children('.line2').stop(true, true).fadeIn(300);
// 		$(".header2 .nav-btn").children('.line3').stop(true, true).transition({
// 			rotate: 0
// 		}, 300);
// 		$(".header2 .nav-btn").parent(".main-wrap").siblings('.sub-menu').stop().fadeOut();
// 		$("header .list-cont").removeClass('active');
// 		$("body,html").stop(true, true).removeClass('ovh-f');
// 		$(".search-bg1").stop(true, true).fadeOut();
// 		$(".header2").removeClass('active');
// 		$(".sub-menu li").removeClass("animate");
// 	});
// });

// $(".header2 .sub-menu .sub-tit").on('click', function() {
// 	if ($(this).siblings('.sec-list').is(':hidden')) {
// 		$(this).addClass('on');
// 		$(this).siblings('.sec-list').stop().slideDown();
// 		$(this).parent().siblings('li').children('.sec-list').stop().slideUp().siblings('.tit').removeClass(
// 			'on');
// 	} else {
// 		$(this).removeClass('on');
// 		$(this).siblings('.sec-list').stop().slideUp();
// 	}
// });

/*æ‰‹æœºå¤´éƒ¨*/
var w = $(window).width();
if (w &lt; 1200) {
	$(".m_center&gt;.li").click(function(){
		if($(this).hasClass('on')){
			$(".m_center&gt;.li").removeClass("on")
			$(this).removeClass("on")
			$(".m_center&gt;.li").find("ul").stop().slideUp()
			$(this).find("ul").stop().slideUp()
		}else{
			$(".m_center&gt;.li").removeClass("on")
			$(this).addClass("on")
			$(".m_center&gt;.li").find("ul").stop().slideUp()
			$(this).find("ul").stop().slideDown()
		}
		
	})
	$("header .m_nav .close").click(function(){
		$("header .m_nav").removeClass("show")
	})
	$(".m_center .li ul a").click(function(){
		$("header .m_nav").removeClass("show")
	})
	$("header .btn").click(function(){
		$("header .m_nav").addClass("show")
	})
	
	$(".i-part1 div.pimg").remove()
}


// å¤´éƒ¨å¯¼èˆª
$(document).ready(function() {
	$("header .layout .nav ul li").hover(function() {
		$(this).children(".xl").stop(true, false).slideDown();
	}, function() {
		$(this).children(".xl").stop(true, false).slideUp("fast");
	});
});

$(document).ready(function() {
	$("header .layout .nav .lang").hover(function() {
		$(this).children(".xl").stop(true, false).slideDown();
	}, function() {
		$(this).children(".xl").stop(true, false).slideUp("fast");
	});
	$("header .layout .nav .user").hover(function() {
		$(this).children(".xl").stop(true, false).slideDown();
	}, function() {
		$(this).children(".xl").stop(true, false).slideUp("fast");
	});
});

// æ¨¡æ€æ¡†
$(function() {
	var cModalVideo;
	$('.j-modal-open').click(function() {
		var $obj = $(this).attr('data-type');
		$('.c-modal').addClass('on').children().addClass('on');
		$('.c-modal-dialog').children('.' + $obj).show().siblings('.content').hide();
		if ($obj == 'video') {
			// æ·»åŠ&nbsp;è§†é¢‘
			$('.c-modal .video').append(
				'&lt;video class="video-js vjs-default-skin vjs-big-play-centered" id="cModalVideo"&gt;&lt;source src="' +
				$(this).attr('data-url') + '" type="video/mp4"&gt;&lt;/video&gt;');
			// å®šä¹‰è§†é¢‘
			cModalVideo = videojs('cModalVideo', {
				muted: false,
				controls: true,
				loop: false,
				autoplay: true
			});

		} else if ($obj == 'imgshow') {
			$('.c-modal .imgshow').html('');
			$('.c-modal .imgshow').append('&lt;img src="' + $(this).attr('data-url') +
				'" class="img" alt=""&gt;');
		} else if ($obj == 'form') {
			$('.committee-form input[name="type"]').val($(this).attr('data-join'));
		}
		return false;
	});
	$('.j-modal-off').click(function() {
		$('.c-modal').children().removeClass('on');
		setTimeout(function() {
			if (cModalVideo) {
				cModalVideo.dispose();
			};
			$('.c-modal .video').html('');
			$('.c-modal').removeClass('on')
			$('.c-modal-dialog').children('.content').hide();
		}, 300);
	});
	// ç§»é™¤ç‚¹å‡»äº‹ä»¶
	$('.prohibit .j-modal-open').unbind();
});
// END æ¨¡æ€æ¡†

// åº•éƒ¨åˆ†äº«äºŒç»´ç&nbsp;
$(document).ready(function() {
	$("footer .col-t .layout ul li").hover(function() {
		$(this).children("img").stop(true, false).slideDown();
	}, function() {
		$(this).children("img").stop(true, false).slideUp("fast");
	});
});

$(document).ready(function() {
	$("footer .col-top .col-l .f-link").hover(function() {
		$(this).children(".xl").stop(true, false).slideDown();
	}, function() {
		$(this).children(".xl").stop(true, false).slideUp("fast");
	});
});

$(".map .m_con&gt;img.img2").click(function(){
    $(".map_tanchuang").fadeIn()
    $("html").addClass("act")
    var index = $(this).index()
    console.log(index)
    $(".map_tanchuang .map_con").addClass("on").siblings().removeClass("on")
    
})
$(".map .xm_con&gt;img.img2").click(function(){
    $(".map_tanchuang").fadeIn()
    $("html").addClass("act")
    var index = $(this).index()
    console.log(index)
    $(".map_tanchuang .map_con").addClass("on").siblings().removeClass("on")
    
})

$(".map_tanchuang .out").click(function(){
    $(".map_tanchuang").fadeOut()
    $("html").removeClass("act")
    $(".map_tanchuang .map_con").removeClass("on")
    
})



$("header .m_nav .lag_btn").click(function(){
    $("header .lag_m_box").addClass("on")
})
$("header .lag_m_box .back").click(function(){
    $("header .lag_m_box").removeClass("on")
})

$("header .m_nav .user_btn").click(function(){
    $("header .user_m_box").addClass("on")
})
$("header .user_m_box .back").click(function(){
    $("header .user_m_box").removeClass("on")
})
$("header .m_nav .close").click(function(){
    $("header .lag_m_box").removeClass("on")
})

// ç¦æ­¢å³é”®
$(document).ready(function(){
    $(document).bind("contextmenu",function(e){
        return false;
    });
    
    var myVar = setInterval(function(){ 

        var num=$(".gx_tc .con .btn span").text();

        num--;

        $(".gx_tc .con .btn span").text(num);

        if(num==0){

            clearInterval(myVar);
            $(".gx_tc").addClass("hide")
        }

    }, 1000);
    
    $(".gx_tc .con .btn").click(function(){
        clearInterval(myVar);
        $(".gx_tc").addClass("hide")
    })
    
    
});

// $(function(){
//     var href = window.location.origin
//     console.log(href)
//     if(href == "http://leadgp.com"){
//     //  $(".gx_tc").remove()   
//     }else{
//       $(".gx_tc").removeClass("hide") 
//     }
// })

document.body.onselectstart = function(){
 ã€€ã€€return false;
 }</pre></body></html>