﻿
// JavaScript Document
if (screen.width > 1024){;
	var body_width = 990;
}
else{
	var body_width = 600;
	}
if (screen.height > 768){;
	var QQtop = 520;
}
else{
	var QQtop = 300;
	}
var QQwidth = 0;
document.write('<div id="layer_qq" style="position:absolute; width:'+QQwidth+'px; height:auto; z-index:999; text-align:center; top:'+QQtop+'px; left:0px;">');
QQlink("605287785","业务咨询");
document.write('</div>');
document.getElementById('layer_qq').style.top = document.documentElement.scrollTop+QQtop+'px';
document.getElementById('layer_qq').style.left = Math.round((document.body.offsetWidth - body_width)/2) + body_width +'px' ; 

window.onscroll=resetL;
window.onresize=resetL;
function resetL(){
document.getElementById('layer_qq').style.top = document.documentElement.scrollTop+QQtop+'px';
document.getElementById('layer_qq').style.left = Math.round((document.body.offsetWidth - body_width)/2) + body_width +'px' ; 
}

function QQlink(qqid,alt)
{
style_id = "3";
site = "";
document.write('<div id="f_fun_box" ></div>');
document.getElementById("f_fun_box").innerHTML = document.getElementById("addfun").innerHTML;
document.getElementById("addfun").innerHTML = "";
}
