$("#navIcon").slide({ type:"menu",titCell:".nLi",targetCell:".sub",effect:"slideDown",delayTime:300 ,triggerTime:0,returnDefault:true
});
$(".flexslider").slide({mainCell:".bd ul",effect:"fold",interTime:3500,autoPlay:true,mouseOverStop:true});
$(".pro-titbox").slide();
$(".picScroll-top").slide({mainCell:".bd ul",autoPlay:true,effect:"topLoop",vis:2,autoPage:true,mouseOverStop:true});
$(".school-fg-nr").slide({mainCell:".bd ul",autoPlay:true,effect:"leftMarquee",vis:5,interTime:50,mouseOverStop:true});
$(".news-slider").slide({mainCell:".bd",autoPlay:true,effect:"leftLoop",vis:1,interTime:3000,mouseOverStop:true});

$(".gg_pc").length>0 && $(".gg_pc").show();

$(".ewm-right").hover(function(){$(".ewm-right-d").css("display","block")},function(){$(".ewm-right-d").css("display","none")})
$(".ewm-left").hover(function(){$(".ewm-left-d").css("display","block")},function(){$(".ewm-left-d").css("display","none")})

//固定对联广告
$(".coupletAd").length>0 && CoupletAdPos();
$(window).resize(function(){
	CoupletAdPos();
});
