function tabChange(sId,hClass,hoverId,hoverClass,hover){ $(hClass).hide(); $(sId).show(); if(hoverClass && hover){ $(hoverClass).removeClass(hover); hoverId.addClass(hover); } } function browserRedirect(){ var sUserAgent = navigator.userAgent.toLowerCase(); var bIsIpad = sUserAgent.match(/ipad/i) == "ipad"; var bIsIphoneOs = sUserAgent.match(/iphone os/i) == "iphone os"; var bIsMidp = sUserAgent.match(/midp/i) == "midp"; var bIsUc7 = sUserAgent.match(/rv:1.2.3.4/i) == "rv:1.2.3.4"; var bIsUc = sUserAgent.match(/ucweb/i) == "ucweb"; var bIsAndroid = sUserAgent.match(/android/i) == "android"; var bIsCE = sUserAgent.match(/windows ce/i) == "windows ce"; var bIsWM = sUserAgent.match(/windows mobile/i) == "windows mobile"; if(bIsIpad){ var metaWidth = document.createElement("meta"); metaWidth.setAttribute("name","viewport"); metaWidth.setAttribute("content","width=1050, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"); var metaWidthBox=document.getElementsByTagName("head")[0]; metaWidthBox.appendChild(metaWidth); return false; } if (bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM) { return true; }else{ return false; } } function copyUrl(){ const textarea= document.createElement('textarea'); textarea.setAttribute('readonly', 'readonly'); textarea.value = '2250991425'; document.body.appendChild(textarea); textarea.select(); if (document.execCommand('copy')) { document.execCommand('copy'); alert("微信号复制成功!\n请在微信添加朋友-框中长按-粘贴-添加好友!"); } document.body.removeChild(textarea); var locatUrl = "weixin://"; if (/ipad|iphone|mac/i.test(navigator.userAgent)) { var ifr = document.createElement("iframe"); ifr.src = locatUrl; ifr.style.display = "none"; document.body.appendChild(ifr); }else{ window.location.href = locatUrl; } } if (browserRedirect()) { document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
    "); document.writeln("
  • 在线客服
  • "); document.writeln("
  • 添加微信
  • "); document.writeln("
  • 拨打电话
  • "); document.writeln("
  • 预约挂号
  • "); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); } else { document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln("
"); document.writeln(""); document.writeln("
"); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); window.onload=function(){ var tDiv=document.getElementById("address"); var oDiv = document.getElementById("zxgs"); var BH=document.getElementById("address").offsetTop+tDiv.offsetHeight-oDiv.offsetHeight-80; H = 0, Y = oDiv while (Y) {H += Y.offsetTop; Y = Y.offsetParent} window.onscroll = function() { var s = document.body.scrollTop || document.documentElement.scrollTop; if(s>H) { var top = s-H; if(top>BH-H){ var top=BH-H; oDiv.style.paddingTop=top+100+"px"; }else { oDiv.style.paddingTop=top+100+"px"; } } else { oDiv.style = ""; } } } } document.writeln(""); (function(){ var bp = document.createElement('script'); bp.src = '//push.zhanzhang.baidu.com/push.js'; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();