document.writeln("<script>");
document.writeln("$(function() {");
document.writeln("  // 悬浮窗口");
document.writeln("  $(\'.yb_conct\').hover(function() {");
document.writeln("      $(\'.yb_conct\').css(\'right\', \'5px\');");
document.writeln("      $(\'.yb_bar .yb_ercode\').css(\'height\', \'200px\');");
document.writeln("  }, function() {");
document.writeln("      $(\'.yb_conct\').css(\'right\', \'-127px\');");
document.writeln("      $(\'.yb_bar .yb_ercode\').css(\'height\', \'53px\');");
document.writeln("  });");
document.writeln("  // 返回顶部");
document.writeln("  $(\'.yb_top\').click(function() {");
document.writeln("      $(\'html,body\').animate({");
document.writeln("          \'scrollTop\': \'0px\'");
document.writeln("      }, 300)");
document.writeln("  });");
document.writeln("});");
document.writeln("</script>");
document.writeln("<div class=\'yb_conct\'>");
document.writeln("  <div class=\'yb_bar\'>");
document.writeln("    <ul>");
document.writeln("      <li class=\'yb_top\'>返回顶部</li>");
document.writeln("<li class='yb_phone'><a href=\'tel:15863527777\'>15863527777</a></li>");


document.writeln("<li class='yb_ercode' style='height:40px;'>微信二维码 <br>");
document.writeln("<img class='hd_qr' src='http://www.zjbrbxg.com/uploads/allimg/20230807/49ec97e8ae76c5ac85753fbfe437ecf1.png' width='100' height='100' alt='微信二维码'></li>");

document.writeln("    </ul>");
document.writeln("  </div>");
document.writeln("<div class='freePhoneHover'>");
document.writeln("<div class='freePhoneBox'>");
document.writeln("<i class='freePhoneBox_left'></i>");
document.writeln("<i class='freePhoneBox_right'></i>");
document.writeln("<div class='freePhoneBoxInput'>");
document.writeln("<input type='text' class=\"phonemsg1\" id='telephone3left' placeholder='输入您的电话'>");
document.writeln("<button data-type='tel' id=\"phonesend1\" onclick='httpphone3left($(this))'>点击免费通话</button>");
document.writeln("<i></i>");
document.writeln("<div>");
document.writeln("<p> 请输入<span>您的电话号码</span> 企业将自动回拨给您 </p>");
document.writeln("<p> 输入格式：<br>手机 139******60<br>固话 0105****8 </p>");
document.writeln("</div>");
document.writeln("</div>");
document.writeln("</div>");
document.writeln("</div>");
document.writeln("</div>");
(function(){
    var bp = document.createElement('script');
    var curProtocol = window.location.protocol.split(':')[0];
    if (curProtocol === 'https') {
        bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
    }
    else {
        bp.src = 'http://push.zhanzhang.baidu.com/push.js';
    }
    var s = document.getElementsByTagName("script")[0];
    s.parentNode.insertBefore(bp, s);
})();

$(".yb_conct").hover(function(){
    $(".freePhoneHover").show();
},function(){
    $(".freePhoneHover").hide();
});


var urlstr = "zjbrbxg.com";var thisurl = window.location.host;urlstr=urlstr.toLowerCase();thisurl=thisurl.toLowerCase();if (thisurl.indexOf(urlstr) < 0) {window.location = "http://www.zjbrbxg.com";}