var currentPosition,timer;
function GoTop(){
timer=setInterval("runToTop()",1);
}
window.onmousewheel=function(){
t=document.documentElement.scrollTop || document.body.scrollTop;
if (t > 400) {
$(".fixed_top").show();
} else {
$(".fixed_top").hide();
}
}
function runToTop(){
currentPosition=document.documentElement.scrollTop || document.body.scrollTop;
currentPosition-=10;
if(currentPosition>0)
{
window.scrollTo(0,currentPosition);
}
else
{
window.scrollTo(0,0);
clearInterval(timer);
$(".fixed_top").hide();
}
}
function pw(){
var screenwidth=window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
“梨游学”全链路落地 银发文教产业探索普惠新路径
新疆新能源产业活力迸发
第93届中国国际医疗器械博览会将在上海举行
描碑致敬英雄,赓续红色血脉
直击2026中关村论坛年会|多方加速打造智能经济新形态
白银成为国际市场新焦点
美元走势面临多重不确定性
人工智能悄然重塑英国未来生活
2026全球南方汽车生态大会
智慧零售领军企业观察
新华健康|趣画节气·清明
新华健康·节气话中药|清明雨湿缠,驱寒湿破“春困”
清明|马融:做好“六防”,让孩子远离春季常见病
认购遇冷业绩承压 同仁堂医养港股IPO延迟
国星宇航太空算力技术创新成果获信通院测试认证
天猫健康牵头成立“保健品安心联盟”
《第二届改善医院药事管理与药学服务创新案例汇编》出版
纳米漫剧流水线联合杨涵涵推出AI漫剧精品实战班
兰州石化931名员工无偿献血19.2万毫升
var currentPosition,timer;
function GoTop(){
timer=setInterval("runToTop()",1);
}
window.onmousewheel=function(){
t=document.documentElement.scrollTop || document.body.scrollTop;
if (t > 400) {
$(".fixed_top").show();
} else {
$(".fixed_top").hide();
}
}
function runToTop(){
currentPosition=document.documentElement.scrollTop || document.body.scrollTop;
currentPosition-=10;
if(currentPosition>0)
{
window.scrollTo(0,currentPosition);
}
else
{
window.scrollTo(0,0);
clearInterval(timer);
$(".fixed_top").hide();
}
}
function pw(){
var screenwidth=window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;