pageTipsFun(); function pageTipsFun() { var browser = navigator.appName; var b_version = navigator.appVersion; var version = b_version.split(";"); if(version[1] === undefined) return; var trim_Version = version[1].replace(/[ ]/g, ""); if (browser == "Microsoft Internet Explorer") { if(/*trim_Version == "MSIE9.0" || trim_Version == "MSIE8.0" ||*/ trim_Version == "MSIE7.0" || trim_Version == "MSIE6.0" || trim_Version == "MSIE5.0"){ document.write('
抱歉,我们不再支持您的浏览器。请升级您的Internet Explorer(IE)浏览器到最新版本( IE 8以上版本),或将搜狗、360、QQ 等浏览器切换到极速模式,您还可以下载安装谷歌浏览器以达到最佳观看模式。
') } } } $(function(){ /*二级导航*/ var timer = null, funH = function(){ timer = window.setTimeout(function(){ $(".nav_yj>li").removeClass("on"); $(".nav_ej").hide(); }, 500); }; //延时计时器 var timer1 = null, funS = function(){ timer1 = window.setTimeout(function(){ $(".nav_ej>li").removeClass("on"); $(".nav_sj").hide(); }, 500); }; //延时计时器 $(".nav_yj>li").mouseenter(function(){ window.clearTimeout(timer); $(".nav_yj>li").removeClass("on"); $(this).addClass("on"); $(".nav_yj>li>.nav_ej").stop().hide("800"); $(this).children(".nav_ej").stop().show("800"); }).mouseleave(funH); $(".nav_ej>li").mouseenter(function(){ window.clearTimeout(timer1); $(".nav_ej>li").removeClass("on"); $(this).addClass("on"); $(".nav_ej>li>.nav_sj").stop().hide("800"); $(this).children(".nav_sj").stop().show("800"); }).mouseleave(funS); $(".nav_ej>li").each(function(){ if($(this).find(".nav_sj").length>0){ $(this).addClass("has"); } }); //list新闻列表左侧选择 var _href=window.location.pathname; var h2 = $(".local>a:last-child").attr("href"); $(".menu>ul>li").each(function(){ var h = $(this).children("a").attr("href"); var h3="https://"+ window.location.host + h; /*alert(h3);*/ if(_href==h || h3==h2 ){ $(".menu>ul>li").removeClass("on"); $(this).addClass("on"); } }); var w=document.body.clientWidth; var wideScreen = false; //大图轮播 $(".banner-bg").css("height",w*0.237); var H1=$(".xyxw li").width(); $(".xyxw ul.slides li .sy_img").css("height",H1*0.62); $(".xyxw li").css("padding-top",H1*0.62); //学院新闻 $(".xyxw ul.slides li:last-child").addClass("last"); //链接1 var H2=$(".zt").width(); $(".zt").css("height",H2*0.575); if( w<=1300 ){ var H3=$(".list_item2 li").width(); //$(".list_item2 li").css("height",H3*1.4); $(".list_item2 li img").css("height",H3*1.4*0.83); $(".list_item2 li div").css("height",H3*1.4*0.83); $(".list_item2 li div").css("padding-top",H3*1.4*0.83-38); $(".footer div div").css("margin-left",(w*0.9-610)/2); } if( w<=800 ){ var H4=$(".xyxw").width()-44; $(".xyxw ul.slides li .sy_img").css("height",H4*0.62); $(".xyxw li").css("padding-top",H4*0.62); $(".footer div>a img").css("margin-left",(w-30-25)/2); $(document).ready(function(){ $('.box_one .xyxw').flexslider({ animation: 'fade', animationLoop: true, slideshowSpeed: 4000, //展示时间间隔ms animationSpeed: 400, //滚动时间ms touch: true //是否支持触屏滑动 }); $('.flex-direction-nav a').each(function(e){ var $this =$(this) $this.addClass('iconfont'); $this.text(''); if($this.hasClass('flex-prev')){ $(this).addClass('icon-arrow') }else if($this.hasClass('flex-next')){ $(this).addClass('icon-arrow1') } }) }); } //手机端导航 $(".index").click(function () { $(".fh_dh").show(); $(".fh_dh").animate( { right: "0px" }, 800 ) $(".fh_bc").show(); }); $(".fh_bc").click(function () { $(".fh_dh").animate( { right: "-180px", display: "none" }, 800 ); $(this).hide(); }); $(".fh_dh ul .yj_li").click(function () { $(".fh_dh ul .yj_li").removeClass("on"); $(this).addClass("on"); $(this).siblings().children(".yj_a").removeClass("up"); $(this).children(".yj_a").toggleClass("up"); $(this).siblings().children(".ej").hide(); $(this).children(".ej").toggle(); }); });