📅 📍 山东频道 · 青岛

青岛

帆船之都

20篇资讯
20个频道
116站点ID

青岛市,简称青,旧称“胶澳”,别称“琴岛”“小青岛”,是中华人民共和国山东省下辖地级市,车牌代码为鲁B、鲁U。其地理范围位于山东半岛南部,东经119°30′~121°00′、北纬35°35′~37°09′之间;东、南濒临黄海,东北与烟台市毗邻,西与潍坊市相连,西南与日照市接壤。气候类型属温带季风气候,兼具显著的海洋性特征。截至2023年末,该市土地总面积为11293平方千米,海域面积12240平方千米,市辖七个区和三个县级市。截至2024年末,常住人口为1044.25万人。

🏛️ 山东县区分站

查看全部 →
浏览山东全部县区分站 →

🗺️ 山东·青岛周边分站

16个分站
济南省会 淄博齐国故都 枣庄江北水乡 东营黄河入海口 烟台仙境海岸 潍坊鸢都 济宁孔孟之乡 泰安泰山之城 威海宜居之城 日照日出东方 临沂商贸名城 德州太阳能之城
🔥

头条

更多 →
📍

本地

更多 →
🎬

视频

更多 →
🏛️

文旅

更多 →
📊

财经

更多 →
🏠

民生

更多 →
👥

社会

更多 →
📚

教育

更多 →
💊

健康

更多 →
💡

科技

更多 →
🌾

乡村振兴

更多 →
🎁

特产

更多 →
👤

人物

更多 →
🏢

企业

更多 →
🏔️

景区

更多 →
🎭

非遗

更多 →
📜

传统文化

更多 →
🎪

民俗

更多 →
🌐

国际交流

更多 →
🌿

自然资源

更多 →

🎬 青岛视频

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'; }); })();