var allHeight = $(window).height();function totopWps(){$("#totop").click(function(){$("body,html").stop().animate({scrollTop:0},500,function(){$("body,html").stop()})})}$(function(){var publicW = $(window).width();$("#mmenu .it").each(function(){var _this = $(this);var has = _this.children(".subnav").children("li").length;var $link = $("
");_this.children(".subnav").wrap($link);if( has == 0 ){}});$("#footer .weixinbox").click(function (){$(this).children(".infoPic").toggle();});if( publicW <= 992 ){setTimeout(function(){/* phone nav */ $("#mmenu").mmenu({header:!0,iconPanels:!0,navbar:{title:$("#webname").text()},navbars:{position:"top",content:["prev","title","close"]},offCanvas:{position:"right"},extensions:["pageshadow","theme-black"]});},10);$("#header .lang").click(function (){$(this).children(".subnavbox").toggle();});}$("#header .search-icon").click(function(){$(this).siblings(".search").slideToggle();});$(".mainleft .subnav li").each(function(){var _this = $(this);var _index = _this.index() + 1;_this.find(".num").text(Appendzero(_index));});$(".productlist .item").each(function(){var _this = $(this);var _index = _this.index() + 1;_this.find(".num").text(Appendzero(_index));});$("#owl-banner").owlCarousel({lazyLoad:true,loop:true,margin:0,nav:true,autoplay:500,responsive:{0:{items:1}}});$('#owl-product').owlCarousel({items:3,lazyLoad:true,margin:30,navigation:true,navigationText:["上一个","下一个"],responsiveClass:true,responsive:{0:{items:1,margin:20},641:{items:2,},961:{items:3,}}});$(".problemlist .listtab").click(function(){$(this).parent().toggleClass("current");$(this).siblings(".requ").slideToggle();});});$(document).ready(function(e){totopWps();scrolltTotop();});$(window).scroll(function(){scrolltTotop()});function scrolltTotop(){var top2 = $(window).scrollTop();if (top2 > allHeight){$("#totop").fadeIn(500)}else{$("#totop").fadeOut(500)}}function Appendzero (obj){if (obj < 10) return "0" + obj;else return obj;}