";
abc += "
";
abc += "采购热线 15158897711";
}
else{
abc += "
";
abc += "
点住鼠标左键,可以拖动到任意位置
";
//在线交流小框部分开始
//abc+="
";
//abc+="
点住鼠标左键,可以拖动到任意位置
";
//在线交流小框部分结束
jQuery("body").prepend(abc);
if (jQuery("#KFRightScreen") != null) {
ResetRightDivpostion();
if(typeof getCookie("KFRightScreenLeft_277057") != "undefined")
{
var leftpx=getCookie("KFRightScreenLeft_277057");
var rightpx=getCookie("KFRightScreenRight_277057");
//if(IsLimtSite('chat.chem17.com',LimtSiteSiteName)){
// jQuery("#KFRightScreen").css("right", rightpx + "px");
//}
//else
//{
jQuery("#KFRightScreen").css("left", leftpx + "px");
//}
}
else
if(IsLimtSite('chat.chem17.com',LimtSiteSiteName)){
jQuery("#KFRightScreen").css("right", rightMargin + "px");
}
else
{
jQuery("#KFRightScreen").css("left", leftMargin + "px");
}
if (!( /msie/.test(navigator.userAgent.toLowerCase())) || ( /msie/.test(navigator.userAgent.toLowerCase())) && ('undefined' == typeof(document.body.style.maxHeight))){
if(typeof getCookie("KFRightScreenTop_277057") != "undefined")
{
var toppx=getCookie("KFRightScreenTop_277057");
jQuery("#KFRightScreen").css("top", toppx + "px");
if(IsLimtSite('chat.chem17.com',LimtSiteSiteName)){
jQuery("#KFRightScreen").animate({ height: 50+'px' }, 1000);
}
else
{
jQuery("#KFRightScreen").animate({ height: imgWidth+'px' }, 1000);
}
}
else{
jQuery("#KFRightScreen").css("top", topMargin + "px");
if(IsLimtSite('chat.chem17.com',LimtSiteSiteName)){
jQuery("#KFRightScreen").animate({ height: 50+'px' }, 1000);
}
else
{
jQuery("#KFRightScreen").animate({ height: imgWidth+'px' }, 1000);
}
}
}
jQuery("#KFRightScreen").show();
jQuery(window).resize(function(){
DelCookies("KFRightScreenLeft_277057");
DelCookies("KFRightScreenTop_277057");
DelCookies("KFRightScreenRight_277057");
leftMargin = getWindowWidth()-116;
rightMargin = 2;
if(IsLimtSite('chat.chem17.com',LimtSiteSiteName)){
jQuery("#KFRightScreen").css("right", rightMargin + "px");
}
else
{
jQuery("#KFRightScreen").css("left", leftMargin + "px");
}
if ((jQuery.browser) && ( !(jQuery.browser.msie) || (jQuery.browser.msie) && (jQuery.browser.version != "6.0"))){
if(IsLimtSite('chat.chem17.com',LimtSiteSiteName)){
topMargin=PaddingTopLoad;
}
else
{
topMargin = getWindowHeight() / 2 - imgWidth / 2;
}
jQuery("#KFRightScreen").css("top", topMargin + "px");
}
});
}
}
setTimeout(function(){
try{
zxjl_Help();
}catch(Err){}},500);
}
function ChatBoxClick(){
//console.log("KFRightScreen a click");
var strUrlReferrer="";
var u = navigator.userAgent;
if(u.toLowerCase().indexOf('micromessenger') > -1){
strUrlReferrer+="?miniprogram=1";
}
var chatUrl="https://chat.chem17.com/Chat/ChatIndex/270120?Weburl="+strUrlReferrer;
if(!!u.match(/AppleWebKit.*Mobile.*/)){
chatUrl="https://chat.chem17.com/Chat/MobileChatIndex/270120?Weburl="+strUrlReferrer;
}
OpenChatBox(chatUrl);
callStopGet();
return false;
}
jQuery(document).ready(function () {
//if("chat.chem17.com"=="chat.hbzhan.com" ||"chat.chem17.com"=="chat.afzhan.com" ||"chat.chem17.com"=="chat.gkzhan.com" ||"chat.chem17.com"=="chat.ybzhan.cn"){
rightNewBoxShow();//1.环保站搞个新的客服框飘着20200430 2.工控看见后表示也想要20200507 3.仪表也要20200709 4.安防站也要20220525
//}
//else{
//rightBoxShow();
//}
});
var webDefinitionKey="";
var CustomerAppID="";
var CallDefinitionKey="";
var _timer=0;
var _ContactionSuccess=false;
jQuery(document).ready(function () {
if(parseInt(1)!=2)
return;
if(getCookie("MyDefinitionKey")!=null)
{
var temp=getCookie("MyDefinitionKey").split(',');
var uservice=277057;
for (var i = 0; i < temp.length; i++)
{
if (temp[i] == uservice)
{
//console.log("NoOprate");
setCookie("KfCenterBox_277057", 1, 1); //修改初始中间邀请框不显示
sttCall(); //先执行一遍
setInterval(sttCall, 5000);
return ;
}
}
}
setTimeout(BeginCtebvis,10000);
});
function BeginCtebvis(){
var randomSubStr="";
var exp = new Date();
var chars = ['0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z'];
for(var i = 0; i < 18 ; i ++) {
var id = Math.floor(Math.random()*35);
randomSubStr+= chars[id];
}
var haveSend=0;
if (getCookie("CookDefinitionKey") == null) {
webDefinitionKey='Z'+277057+'Z'+randomSubStr;
setCookie("CookDefinitionKey", webDefinitionKey, 1);
}
else
{
webDefinitionKey=getCookie("CookDefinitionKey");
haveSend=1;
}
//webDefinitionKey='Z'+277057+'Z'+randomSubStr;
if (haveSend == 0) {
var NowDataTime=exp.getTime();
var NowTitle=encodeURI(document.title);
var link = encodeURI(window.location.href);
if(link.indexOf('.aspx')>=0)//非静态页不发送
return;
//有用户不想要,临时关闭下
if('chat.chem17.com'.indexOf('.chem17.')>=0&&'277057'=='269363')
return;
var StrPostUrl="//chat.chem17.com/Chat/Ctebvis?webDefinitionKey="+webDefinitionKey+"&CustomerUserId="+270120+"&Title="+NowTitle+"&link="+link+"&v="+NowDataTime;
var script = document.createElement("script");
script.src=StrPostUrl;
document.body.appendChild(script);
document.body.removeChild(script);
}
setInterval(sttCall, 3000);
}
function callNotContaction(k,u,r){
//未发起响应,或者阻止响应
//console.log(k+";"+u+";"+r);
}
function callSuccessPK(){
//响应成功,发起联系
doSuccessPK();
//如果通知游客成功 停止继续执行,直到页面被重新载入.
_ContactionSuccess=true;
}
function callContactionError(){
//参数异常,或者执行出错
//console.log("发生异常!");
}
function callStopGet(){
_ContactionSuccess=false;
_timer=10086;
// console.log("关闭动作");
}
function callResult(r,k,u){
switch (parseInt(r))
{
case 1:
callStopGet();
setCookie("cResult"+k+u,r,1);
break;
case 3:
callSuccessPK();
setCookie("cResult"+k+u,r,1);
break;
case 4:
callStopGet();
setCookie("cResult"+k+u,r,1);
break;
}
}
function sttCall() {
if(_ContactionSuccess==true)
return;
_timer++;
var cookDefinitionKey="";
var cookKeyAppId="";
if(getCookie("CookDefinitionKey")!=null)
{
cookDefinitionKey=getCookie("CookDefinitionKey");
}
else
{
// console.log("CookDefinitionKeyNULL!");
return;
}
if(getCookie("CookKeyAppId")!=null)
{
cookKeyAppId=getCookie("CookKeyAppId");
}
else
{
// console.log("CookKeyAppIdNull!");
return;
}
if(getCookie("cResult"+cookDefinitionKey+cookKeyAppId)!=null)
{
var value=getCookie("cResult"+cookDefinitionKey+cookKeyAppId);
switch (parseInt(value))
{
case 3:
callSuccessPK();
_ContactionSuccess=true;
break;
default:
_ContactionSuccess=true;
_timer=10086;
break;
}
return;
}
// 36*5=180s 超过3分钟无响应视为挂机,放弃接下来的接口操作.
if(_timer<36 && _timer>3)
{
var exp = new Date();
var NowDataTime=exp.getTime();
//创建标签(createElement)
var script = document.createElement("script");
//添加地址
var scriptUrl="//chat.chem17.com/Chat/GetKFpkVS?webDefinitionKey="+cookDefinitionKey+"&cusUserId="+cookKeyAppId+"&v="+NowDataTime;
script.src=scriptUrl;
//添加给body的(成为body包涵的孩子)
document.body.appendChild(script);
//创建后即销毁,节省开销.
document.body.removeChild(script);
}
}
function cookieEnabledFalse(y){
if(getCookie("MyDefinitionKey")==null)
{
setCookie("MyDefinitionKey",y,1);
}
else
{
var newKey=getCookie("MyDefinitionKey");
DelCookies("MyDefinitionKey");
setCookie("MyDefinitionKey",newKey+","+y,1);
}
//console.log("用户禁用或拒绝 Cookie");
}
function cookEnableTrue(y,k,a){
CustomerAppID=y;
CallDefinitionKey=k;
if(getCookie("MyDefinitionKey")==null)
{
setCookie("MyDefinitionKey",y,1);
}
else
{
var newKey=getCookie("MyDefinitionKey");
DelCookies("MyDefinitionKey");
setCookie("MyDefinitionKey",newKey+","+y,1);
}
if(getCookie("CookDefinitionKey")==null)
{
setCookie("CookDefinitionKey",k,1);
}
if(getCookie("CookKeyAppId")==null)
{
setCookie("CookKeyAppId",a,1);
}
//console.log("Cookie正常;"+y+";"+k);
}
function setCookie(name, value, expireday) {
var exp = new Date();
exp.setTime(exp.getTime() + expireday*24*60*60*1000);
document.cookie = name+"="+escape(value)+"; expires"+"="+exp.toGMTString();
}
function getCookie(name) {
var cookieArr = document.cookie.match(new RegExp(name+"=[a-zA-Z0-9]*", "gi"));
if(cookieArr != null && cookieArr.length>0){
var cookieVal = cookieArr[0].split("=");
if(cookieVal[0] == name) {
return unescape(cookieVal[1]);
}
}
}
function DelCookies(name)
{
var exp = new Date();
exp.setTime(exp.getTime() - 1);
var cval=getCookie(name);
if(cval!=null) document.cookie= name + "="+cval+";expires="+exp.toGMTString() + ";path=/";
}
function PostData(){
var cookDefinitionKey="";
var cookKeyAppId="";
if(getCookie("CookDefinitionKey")!=null)
{
cookDefinitionKey=getCookie("CookDefinitionKey");
}
else
{
// console.log("CookDefinitionKeyNULL!");
return;
}
if(getCookie("CookKeyAppId")!=null)
{
cookKeyAppId=getCookie("CookKeyAppId");
}
else
{
// console.log("CookKeyAppIdNull!");
return;
}
var PostURl="https://chat.chem17.com/Chat/TempVistorSata?webDefinitionKey="+cookDefinitionKey+"&cusUserId="+cookKeyAppId;
DelCookies("cResult"+cookDefinitionKey+cookKeyAppId);
setCookie("cResult"+cookDefinitionKey+cookKeyAppId,1,1);
jQuery.post(PostURl);
}
function doSuccessPK() {
if (document.getElementById("KFCenterScreen")) {
var element = document.getElementById("KFCenterScreen");
document.body.removeChild(element);
}
var IsMobileVsss = false;
if ((navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i))) {
IsMobileVsss = true;
}
if (IsMobileVsss) {
var abc = "
";
var topMargin = getWindowHeight() / 2 - 118 / 2;
jQuery("body").prepend(abc);
jQuery("#KFRightScreen").hide();
jQuery("#KFRightScreenYQ").css("right", 10 + "px");
jQuery("#KFRightScreenYQ").css("top", topMargin + "px");
jQuery("#KFRightScreenYQ").show();
if (jQuery("#KFRightScreenYQ") != null) {
jQuery("#KFRightScreenYQ").click(function () {
var strUrlReferrer = "";
PostData();
var u = navigator.userAgent;
if (/swan\//.test(window.navigator.userAgent) || /^webswan-/.test(window.name)) {
strUrlReferrer += "?bdminiprogram=1";
}
var chatUrl = "https://chat.chem17.com/Chat/ChatIndex/270120?Weburl=" + strUrlReferrer;
if (!!u.match(/AppleWebKit.*Mobile.*/)) {
chatUrl = "https://chat.chem17.com/Chat/MobileChatIndex/270120?Weburl=" + strUrlReferrer;
}
jQuery("#KFRightScreen").show();
jQuery("#KFRightScreenYQ").hide();
OpenChatBox(chatUrl);
// callStopGet();
});
}
} else {
if (document.getElementById("KFCenterScreenYQK")) {
var element = document.getElementById("KFCenterScreenYQK");
document.body.removeChild(element);
}
var abc = "";
abc += "
";
abc += "
";
abc += "
来自一条APP端客服的请求,是否会话?
";
abc += "
";
abc += "
";
var topMargin = getWindowHeight() / 2 - 140 / 2;
var leftMargin = getWindowWidth() / 2 - 359 / 2;
jQuery("body").prepend(abc);
if( 'chat.chem17.com'=='chat.chem17.com'){
topMargin=getWindowHeight() / 2 - 170 / 2;
jQuery("#KFCenterScreenYQK").css("right", "5px");
jQuery("#KFCenterScreenYQK").css("top", topMargin+"px");
}
else
{
leftMargin = getWindowWidth() / 2 - 359 / 2;
jQuery("#KFCenterScreenYQK").css("left", leftMargin + "px");
if (!(jQuery.browser.msie) || (jQuery.browser.msie) && (jQuery.browser.version != "6.0")) {
topMargin = getWindowHeight() / 2 - 140 / 2;
jQuery("#KFCenterScreenYQK").css("top", topMargin + "px");
}
}
jQuery("#KFCenterScreen").hide();
jQuery("#KFCenterScreenYQK").show();
}
}
function CloseAPPKFCenter(){
jQuery("#KFCenterScreenYQK").hide();
jQuery("#KFRightScreen").show();
}
function openyqkbbb() {
if (jQuery("#KFCenterScreenYQK") != null) {
var strUrlReferrer = "";
PostData();
var u = navigator.userAgent;
if (/swan\//.test(window.navigator.userAgent) || /^webswan-/.test(window.name)) {
strUrlReferrer += "?bdminiprogram=1";
}
var chatUrl = "https://chat.chem17.com/Chat/ChatIndex/270120?Weburl=" + strUrlReferrer;
if (!!u.match(/AppleWebKit.*Mobile.*/)) {
chatUrl = "https://chat.chem17.com/Chat/MobileChatIndex/270120?Weburl=" + strUrlReferrer;
}
CloseAPPKFCenter();
var iHeight = 698;
var iWidth = 980;
if(window.screen.availWidth>=1920)
{
iWidth = 980;
iHeight = 740;
}
else if(window.screen.availWidth>1599 && window.screen.availWidth<1920 )
{
iWidth = 790;
iHeight = 620;
}
else if(window.screen.availWidth>1439 && window.screen.availWidth<1600 )
{
iWidth = 710;
iHeight = 620;
}
else if(window.screen.availWidth>1365 && window.screen.availWidth<1440 )
{
iWidth = 670;
iHeight = 530;
}
var iTop = (window.screen.availHeight - 30 - iHeight) / 2; //获得窗口的垂直位置;
var iLeft = (window.screen.availWidth - 10 - iWidth) / 2; //获得窗口的水平位置;
window.open(chatUrl, 'window1', 'height=' + iHeight + ', width=' + iWidth + ', top=' + iTop + ', left=' + iLeft + ', toolbar=no, menubar=no, scrollbars=no,resizable=no, location=no, status=no');
}
}
function rightNewBoxShow() {
if ("chat.chem17.com" == "chat.afzhan.com") {
} else if ("chat.chem17.com" == "chat.afzhan.com") {
var strr = "
\
\
\
- \
\
\
\
需要咨询产品吗?\
\
\
- \
\
\
\
咨询产品价格吗?\
\
\
- \
\
\
\
有什么需要了解的吗?\
\
\
\
\
";
jQuery("body").prepend(strr);
setInterval('marquee(".Xwt-marquee-text")', 2000);
}else if ((jQuery("#KFRightScreen") == null || jQuery("#KFRightScreen").length < 1) && typeof getCookie("KfCenterBox_277057") != "undefined") {
var strr = "
";
if ("chat.chem17.com" == "chat.hbzhan.com") {
strr = "
";
}
jQuery("body").prepend(strr);
if (jQuery(".rightPhone").length > 0) {
jQuery(".rightPhone").css("bottom", "160px");
jQuery(".rightPhone").css("right", "5px");
}
if(typeof(showPurchaseTel) == "function"){
showPurchaseTel();//chem17加载采购热线
}
}
}
function IsLimtSite(BeSiteName,SiteName){
return true;
for(var i=0;i