$(window).scroll(function(){
var scrollTop = $(document).scrollTop();
if(scrollTop > 0){
$("#top").addClass("s_down");
} else {
$("#top").removeClass("s_down");
}
initTop = scrollTop;
});
产品与服务
-
中国大麦网
-
田美花园
-
树年手机
-
黑龙潭
-
以幸时尚摄影
合作伙伴
$(document).ready(function() {
$("#selectXiangGuanLianJie").change(function() {
var hrefstr = $.trim($(this).val());
if (hrefstr != "" && hrefstr != "0" && hrefstr != undefined) {
var tmp = window.open("about:blank", "", "");
tmp.moveTo(0, 0);
tmp.resizeTo(screen.width + 20, screen.height);
tmp.focus();
tmp.location = hrefstr;
}
})
})
$(".rxxm").imgFade();
深圳业务咨询
惠州业务咨询
重庆业务咨询
贵阳业务咨询
昆明业务咨询
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://"); document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3Ff0883abc848f2bd29b354805cee56dbd' type='text/javascript'%3E%3C/script%3E"))
var box = new LightBox("idBox");
$("idBoxCancel").onclick = function(){ box.Close(); }
$("idBoxOpen").onclick = function(){
//box1.Close();
box.Center = true;
box.OverLay.Color = "#000";
box.Show();
}
var box1 = new LightBox("idBox1");
$("idBoxCancel1").onclick = function(){ box1.Close(); }
$("idBoxOpen1").onclick = function(){
//box.Close();
box1.Center = true;
box1.OverLay.Color = "#000";
box1.Show();
}
function kefu_close()
{
document.getElementById("bottomDiv1").style.display="none";
$(".footer").css({"margin-bottom":"0px"})
}