function hz6d_cus_web_msg_open() { var str=encodeURIComponent(location.href); var openurl = "http://chat.53kf.com/webCompany.php?arg=citsmo&style=1&language=zh-cn&lytype=0&charset=gbk&kflist=off&zdkf_type=2&referer="+str+"&keyword=&tfrom=1&tpl=crystal_blue&timeStamp=1352970018153"; try{ window.open(openurl,"_blank","height=473,width=703,top=200,left=200,status=yes,toolbar=no,menubar=no,resizable=yes,scrollbars=no,location=no,titlebar=no"); }catch(e){} } function kf_close() { $('#divmsnocs').remove(); } //旧版客服 /*$(function(){ var str = ''; str+= '
'; $('body').append(str); });*/ $(function() { var str = ''; str += ''; var isIe8 = false; if (/msie/.test(navigator.userAgent.toLowerCase())) { if (jQuery.browser && jQuery.browser.version && jQuery.browser.version > '7.0') { isIe8 = true } else if ($.support.leadingWhitespace) { isIe8 = true; } } $('body').append(str); if(isIe8) { $('#divmsnocs').css({ top:$(window).height()/2-122 }); $(window).resize(function() { $('#divmsnocs').css({ top:$(window).height()/2-122 }); }); } $("#divmsnocs .qq").hover(function(){ $(this).children("div").show(); },function(){ $(this).children("div").hide(); }); $("#divmsnocs .weixin").hover(function(){ $(this).children("div").show(); },function(){ $(this).children("div").hide(); }) $("#divmsnocs .kf").hover(function(){ $(this).children("div").show(); },function(){ $(this).children("div").hide(); }) $("#divmsnocs .topIcon").click(function(){ $('html, body').animate({ scrollTop: 0 }, 'slow'); }); });