📅
📍
四川频道
· 金川县
华聚网首页
全国分站
华聚
华聚网
· 金川县
四川,县,本地资讯
🏠 首页
🔥 头条
📍 本地
🎬 视频
🏛️ 文旅
📊 财经
🏠 民生
👥 社会
📚 教育
💊 健康
💡 科技
🌾 乡村振兴
🎁 特产
👤 人物
🏢 企业
🏔️ 景区
🎭 非遗
📜 传统文化
🎪 民俗
🌐 国际交流
🌿 自然资源
头条
金川县精彩资讯
关注金川县经济社会发展最新动态
2026-01-10
头条
金川县精彩资讯
关注金川县经济社会发展最新动态
2026-01-10
头条
金川县精彩资讯
关注金川县经济社会发展最新动态
2026-01-10
‹
›
金川县
四川,县,本地资讯
0
篇资讯
20
个频道
2497
站点ID
金川县在新石器时代就有人类活动。唐朝,置羁縻金川州。清乾隆十四年(1749年),改土归流,设屯治理,民国二
🏛️ 四川县区分站
查看全部 →
浏览四川全部县区分站 →
🗺️ 四川·金川县周边分站
12个分站
成都
自贡
攀枝花
泸州
德阳
绵阳
广元
遂宁
内江
乐山
南充
眉山
var slides = document.querySelectorAll('.carousel-slide'); var dots = document.querySelectorAll('.carousel-dot'); var current = 0; var total = slides.length; var timer = null; function show(idx) { slides.forEach(function(s){ s.classList.remove('active'); }); dots.forEach(function(d){ d.classList.remove('active'); }); current = ((idx % total) + total) % total; slides[current].classList.add('active'); if(dots[current]) dots[current].classList.add('active'); } window.carouselNext = function(){ show(current + 1); resetTimer(); }; window.carouselPrev = function(){ show(current - 1); resetTimer(); }; dots.forEach(function(dot, i){ dot.addEventListener('click', function(){ show(i); resetTimer(); }); }); function autoPlay(){ show(current + 1); } function resetTimer(){ if(timer) clearInterval(timer); timer = setInterval(autoPlay, 5000); } if(total > 1) resetTimer(); })(); // 频道导航滚动高亮 (function(){ var tabs = document.querySelectorAll('.ch-tab'); var nav = document.getElementById('channelNav'); if(!nav) return; tabs.forEach(function(tab){ tab.addEventListener('click', function(e){ tabs.forEach(function(t){ t.classList.remove('active'); }); this.classList.add('active'); }); }); })(); // 新闻滚动暂停 (function(){ var ticker = document.querySelector('.ticker-scroll'); if(!ticker) return; ticker.addEventListener('mouseenter', function(){ this.style.animationPlayState = 'paused'; }); ticker.addEventListener('mouseleave', function(){ this.style.animationPlayState = 'running'; }); })();