小型酿酒设备 酿酒设备厂家 家用酿酒设备 白酒酿酒设备厂家 酿酒设备公司 全自动酿酒设备 大型酿酒设备                        //全局变量 var GV = { ROOT: "/", WEB_ROOT: "/", JS_ROOT: "static/js/" };           博大酿酒设备   公司介绍   新闻中心    产品展示    博大酿酒设备   香精香料系列   博大酒曲系列   博大食品仪器   博大酵母系列   博大保健酒系列   博大酶制剂系列   博大食品添加剂   博大催陈净化机   博大高科技专利产品     合作案例   工艺流程   投资分析   售后服务   联系我们         搜索       $(function(){ $(".menu-flag").click(function(e){ e.stopPropagation(); if ($(this).is(".active")) { $(".nav>ul").height("0"); $(this).removeClass("active"); $(".search-fixed").hide(); }else { $(".nav>ul").height("auto"); $(this).addClass("active"); } }) // $(".nav>ul>li").click(function(){ // $(this).css("z-index","301").siblings().css("z-index","300"); // }) $(".nav>ul>li").bind("click",function(){ // touchstart $(this).css("z-index","301").siblings().css("z-index","300"); }); $(".nav>ul").click(function(e){ e.stopPropagation(); $(".search-fixed").hide(); }) $("body").click(function(){ $(".search-fixed").hide(); if ($(".menu-flag").is(".active")) { $(".menu-flag").click(); } }) $(".search-btn,.search-fixed").click(function(e){ e.stopPropagation(); }) })              您现在的位置:  博大酿酒 小型酿酒设备 酿酒设备厂家 家用酿酒设备 白酒酿酒设备厂家 酿酒设备公司 全自动酿酒设备 大型酿酒设备  

        公司介绍   新闻中心   产品展示 博大酿酒设备 香精香料系列 博大酒曲系列 博大食品仪器 博大酵母系列 博大保健酒系列 博大酶制剂系列 博大食品添加剂 博大催陈净化机 博大高科技专利产品   合作案例   工艺流程   投资分析   售后服务      联系我们  服务热线:  0371-66660787    手机: 13015500201   传真: 0371-56762311   邮箱: 601896503@qq.com   地址: 河南省郑州市二七区台胞小区107号       About Winning

 联系我们 

   

   

      $(function () { /*$(".banner").slide({titCell:".hd ul", mainCell:".bd ul", effect:"fold", autoPlay:true, autoPage:true, trigger:"click" }); $('.banner .hd ul li').each(function(){ $(this).html(''); });*/ //搜索 $('.search-btn').click(function () { $('.search-fixed').stop().slideToggle(); }); $('.search-fixed form button').click(function () { var val = $('input[name="searchword"]').val(); if (val == '') { alert("请输入搜索关键词!"); return false; } $(".search-fixed form").submit(); }); $('.to-top').toTop(); $(window).scroll(function (event) { var scrollTop = $(window).scrollTop(); if (scrollTop == 0) { $('#nav').css('border', 'none'); } else { $('#nav').css('border-bottom', '2px solid #40a3e1'); } }); }); $(window).load(function () { $("img").each(function () { var wid = $(this).width(); if (wid > 922) { $(this).css('width', '100%'); } $(this).parent('p').css('text-indent', '0'); }) })        $(function(){ $("#main-menu li.dropdown").hover(function(){ $(this).addClass("open"); },function(){ $(this).removeClass("open"); }); $("#main-menu a").each(function() { if ($(this)[0].href == String(window.location)) { $(this).parentsUntil("#main-menu>ul>li").addClass("active"); } }); $.post("/user/index/islogin.html",{},function(data){ if(data.code==1){ if(data.data.user.avatar){ } $("#main-menu-user span.user-nickname").text(data.data.user.user_nickname?data.data.user.user_nickname:data.data.user.user_login); $("#main-menu-user li.login").show(); $("#main-menu-user li.offline").hide(); } if(data.code==0){ $("#main-menu-user li.login").hide(); $("#main-menu-user li.offline").show(); } }); ;(function($){ $.fn.totop=function(opt){ var scrolling=false; return this.each(function(){ var $this=$(this); $(window).scroll(function(){ if(!scrolling){ var sd=$(window).scrollTop(); if(sd>100){ $this.fadeIn(); }else{ $this.fadeOut(); } } }); $this.click(function(){ scrolling=true; $('html, body').animate({ scrollTop : 0 }, 500,function(){ scrolling=false; $this.fadeOut(); }); }); }); }; })(jQuery); $("#backtotop").totop(); });