关于西柏坡

  西柏坡红色教育培训基地致力于传承和弘扬西柏坡精神,为新时代党员干部提供党性教育和能力提升的重要平台。立足革命圣地西柏坡,为直属事业单位或专业培训机构,面向全国党政机关、企事业单位、中高等院校等开展红色文化宣传及培训工作‌.基地以"弘扬西柏坡精神,传承红色基因"为宗旨,充分利用西柏坡独特的红色资源,构建了系统的教育培训体系‌.  基地培训对象广泛,涵盖党政机关领导干部、事业单位党员干部、高等院校教职工、中等院校师生团队、社会团体干部、工矿企业党组织成员、城市街道办事处党员干部以及农村基层党员干部等各类群体‌.培训内容以西柏坡精神为核心,结合新时代干部队伍建设需求,形成了特色鲜明的教育模式。

📚 专业课程

理论与实践结合

🎯 现场教学

身临其境的体验

👥 研学活动

团队建设与学习

🏆 优质服务

全程周到保障

关于西柏坡

红色资源

暂无红色资源内容

教育课程

暂无教育课程内容

基地动态

暂无基地动态内容
基地动态

学员心声

暂无学员心声内容

最新文章

关于西柏坡 - 红色教育基地简介
关于西柏坡 - 红色教育基地简介

关于西柏坡 发布于 2025-11-26

走进中共中央旧址,参观毛泽东、刘少奇、周恩来等老一辈革命家的故居,感受革命先辈的工作和生活环境,接受身临其境的党性教育。适合全体学员,课程时长半天。...

阅读全文

预约报名

即刻预约,开启红色研学之旅

联系我们
  • 地址
    河北省石家庄市平山县西柏坡镇西柏坡红色教育基地
  • 电话
    0311-80892759
  • 手机/微信
    15510480752
  • 邮箱
    1253865496@qq.com
  • QQ
    1253865496
  • 开放时间
    周一至周日 8:30-17:30(法定节假日正常开放)
基地位置
document.addEventListener('DOMContentLoaded', function() { // 初始化地图 const map = L.map('map-container-home').setView([38.339, 113.930], 15); // 添加CartoDB Light地图瓦片 L.tileLayer('https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png', { attribution: '© OpenStreetMap contributors © CARTO', subdomains: 'abcd', maxZoom: 20 }).addTo(map); // 添加标记点 const marker = L.marker([38.339, 113.930], { icon: L.icon({ iconUrl: 'https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.4/images/marker-icon.png', shadowUrl: 'https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.4/images/marker-shadow.png', iconSize: [25, 41], iconAnchor: [12, 41], popupAnchor: [1, -34], shadowSize: [41, 41] }) }).addTo(map); // 添加弹窗 marker.bindPopup('
西柏坡红色教育基地
河北省石家庄市平山县西柏坡
查看详情
'); // 添加永久显示的标签 marker.bindTooltip('西柏坡红色教育基地', { permanent: true, direction: 'top', offset: [0, -10], className: 'marker-label', opacity: 1 }); // 添加图层控制 const baseMaps = { '标准地图': L.tileLayer('https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png', { attribution: '© OpenStreetMap contributors © CARTO', subdomains: 'abcd' }), '卫星地图': L.tileLayer('https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}', { attribution: 'Tiles © Esri', maxZoom: 18 }), '地形地图': L.tileLayer('https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png', { attribution: 'Map data: © OpenStreetMap contributors, SRTM | Map style: © OpenTopoMap', maxZoom: 17 }) }; L.control.layers(baseMaps).addTo(map); });
// 预约表单提交 document.getElementById('bookingForm').addEventListener('submit', function(e) { e.preventDefault(); // 获取表单数据 const formData = new FormData(this); // 构建留言内容 const content = `预约报名\n` + `单位/团队:${formData.get('organization')}\n` + `联系人:${formData.get('contact_name')}\n` + `联系电话:${formData.get('phone')}\n` + `预约日期:${formData.get('booking_date')}\n` + `参与人数:${formData.get('participants')}人\n` + `课程需求:${formData.get('course_type') || '未选择'}\n` + `备注:${formData.get('remarks') || '无'}`; // 提交到留言接口 const submitData = new FormData(); submitData.append('name', formData.get('contact_name')); // 生成标准邮箱格式:使用组织名称的首字母+时间戳 const timestamp = Date.now(); const email = 'booking' + timestamp + '@xibaipo.com'; submitData.append('email', email); submitData.append('phone', formData.get('phone')); submitData.append('content', content); // 验证必填字段 if (!formData.get('organization') || !formData.get('contact_name') || !formData.get('phone') || !formData.get('booking_date') || !formData.get('participants')) { alert('请填写所有必填字段'); return; } fetch('/message/submit', { method: 'POST', body: submitData }) .then(response => response.json()) .then(data => { if (data.success) { alert('预约提交成功!我们会尽快与您联系。'); document.getElementById('bookingForm').reset(); } else { alert('提交失败:' + data.message); } }) .catch(error => { alert('提交失败,请稍后重试。'); console.error('Error:', error); }); });
(function() { // 获取当前页面URL var currentUrl = window.location.href; // 发送统计请求 var xhr = new XMLHttpRequest(); xhr.open('POST', '/api/statistics/track', true); xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); xhr.send('url=' + encodeURIComponent(currentUrl)); })(); document.addEventListener('DOMContentLoaded', function() { // 平滑滚动 document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); const target = document.querySelector(this.getAttribute('href')); if (target) { target.scrollIntoView({ behavior: 'smooth' }); } }); }); // 导航栏激活状态 const currentLocation = location.pathname; const navLinks = document.querySelectorAll('.navbar-nav .nav-link'); navLinks.forEach(link => { if (link.getAttribute('href') === currentLocation) { link.classList.add('active'); } else { link.classList.remove('active'); } }); });