var isTouch = Modernizr.touch, isMobile = false,//鍖哄垎绉诲姩绔笌PC绔 mobile = false,//鍖哄垎鎵嬫満绔笌骞虫澘 w_width = 0, w_height = 0, bannerImgh=638, navItem = 0, h_height=0, roll=0, sTop=150, produs=0, ST = 0; var _mousemove; var _click; var _mousedown; var _mouseup; //绉诲姩绔簨浠跺拰PC浜嬩欢鐨勫垏鎹 if (Modernizr.touch) { _mousemove = "touchmove"; _click = "touchend"; _mousedown = "touchstart"; _mouseup = "touchend"; } else { _mousemove = "mousemove"; _click = "click"; _mousedown = "mousedown"; _mouseup = "mouseup"; }; function pageBox() { w_width = jQuery(window).width(); w_height = jQuery(window).height(); // about_len = jQuery('.about-list').length; // about_w = jQuery('.about-item').width(); //璁剧疆绉诲姩绔弬鏁 if (w_width <= 1024) { isMobile = true; } else if (w_width > 1024) { isMobile = false; }; //鍖哄垎鎵嬫満绔拰骞虫澘 if (w_width <= 640) { mobile = true; } else if (w_width > 640) { mobile = false; }; if(!isMobile){ }else{ } } pageBox(); jQuery(window).resize(function () { pageBox(); }); // jQuery(window).resize(function () { // pageInit.initBox(); // }); getHash(); function getHash(){ }; var scnum=0; function c() { } $(window).scroll(c), c() jQuery(window).scroll(function () { var windowTop = jQuery(window).scrollTop(); if (windowTop < w_height && !isMobile) { }; }); function setPopUp(obj, title) { }; function setImgMax(img, imgW, imgH, tW, tH) { var tWidth = tW || w_width; var tHeight = tH || w_height; var coe = imgH / imgW; var coe2 = tHeight / tWidth; if (coe < coe2) { var imgWidth = tHeight / coe; img.css({ height: tHeight, width: imgWidth, left: -(imgWidth - tWidth) / 2, top: 0 }); } else { var imgHeight = tWidth * coe; img.css({ height: imgHeight, width: tWidth, left: 0, top: -(imgHeight - tHeight) / 2 }); }; };