/* 重置样式 */ body, div, p, h1, h2, h3, h4, h5, h6, table, tr, td, th, ul, ol, li { margin: 0; padding: 0; font-family: "Microsoft YaHei", Arial, sans-serif; line-height: 1.6; color: #333; } .base { width: 1200px; margin: 0 auto; padding: 20px; background: #fff; min-height: 500px; box-sizing: border-box; } .fagui_con1 { padding: 15px 0; border-bottom: 1px solid #e0e0e0; font-size: 14px; color: #666; } .fagui_con1 a { color: #c62828; text-decoration: none; } .fagui_con1 a:hover { text-decoration: underline; } .fagui_con1-1 { font-size: 28px; font-weight: bold; color: #333; text-align: center; margin: 25px 0 15px 0; padding-bottom: 15px; border-bottom: 2px solid #c62828; } .fagui_con1-2 { text-align: center; color: #666; font-size: 14px; margin-bottom: 25px; padding-bottom: 20px; border-bottom: 1px dashed #e0e0e0; } .fagui_con1-5 { padding: 20px 0 40px 0; } /* 颁奖仪式主题样式 - 金色红色主题 */ .award-header { background: linear-gradient(135deg, #c62828 0%, #ff7043 100%); color: white; padding: 50px 30px; border-radius: 12px; margin: 30px 0 40px 0; text-align: center; box-shadow: 0 5px 15px rgba(198, 40, 40, 0.2); position: relative; overflow: hidden; } .award-header:before { content: ""; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.1) 50%, transparent 70%); animation: shine 3s infinite linear; } @keyframes shine { 0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); } 100% { transform: translateX(100%) translateY(100%) rotate(45deg); } } .award-header h2 { margin: 0 0 15px 0; font-size: 36px; font-weight: bold; letter-spacing: 2px; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); } .award-header .label { font-size: 18px; background: linear-gradient(135deg, #ffd600 0%, #ffab00 100%); color: #333; display: inline-block; padding: 10px 30px; border-radius: 25px; margin-bottom: 20px; font-weight: bold; letter-spacing: 1px; box-shadow: 0 4px 8px rgba(0,0,0,0.2); } /* 仪式信息卡片 */ .award-info-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin: 30px 0 40px 0; } .award-card { background: white; padding: 25px; border-radius: 12px; border-left: 5px solid #c62828; box-shadow: 0 3px 10px rgba(0,0,0,0.08); transition: all 0.3s ease; } .award-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(198, 40, 40, 0.15); } .award-card-title { color: #c62828; font-weight: bold; font-size: 18px; margin-bottom: 15px; padding-bottom: 8px; border-bottom: 1px solid #ffebee; } .award-card-content { font-size: 15px; line-height: 1.7; } .award-card-content ul { margin: 10px 0 0 20px; } .award-card-content li { margin: 5px 0; } /* 荣誉标签 */ .honor-tag { display: inline-block; padding: 4px 15px; border-radius: 20px; font-size: 12px; font-weight: bold; margin-left: 10px; vertical-align: middle; } .gold-tag { background: linear-gradient(135deg, #ffd700 0%, #ff9800 100%); color: #333; } .silver-tag { background: linear-gradient(135deg, #c0c0c0 0%, #9e9e9e 100%); color: #333; } .bronze-tag { background: linear-gradient(135deg, #cd7f32 0%, #8d6e63 100%); color: white; } /* 仪式特色框 */ .ceremony-feature { background: linear-gradient(135deg, #fff3e0 0%, #ffecb3 100%); padding: 30px; margin: 30px 0; border-radius: 12px; border: 2px solid #ffcc80; position: relative; } .feature-title { color: #e65100; text-align: center; margin-bottom: 20px; font-size: 22px; font-weight: bold; } .ceremony-icon { position: absolute; right: 30px; top: 50%; transform: translateY(-50%); font-size: 48px; opacity: 0.3; } /* 获奖名单展示 */ .winners-list { background: linear-gradient(135deg, #f5f5f5 0%, #eeeeee 100%); padding: 30px; margin: 30px 0; border-radius: 12px; border: 2px solid #e0e0e0; } .winners-title { color: #333; text-align: center; margin-bottom: 30px; font-size: 22px; font-weight: bold; padding-bottom: 15px; border-bottom: 2px solid #e0e0e0; } .winners-category { margin-bottom: 30px; } .category-title { color: #c62828; font-size: 20px; font-weight: bold; margin-bottom: 15px; padding-left: 10px; border-left: 4px solid #c62828; } .winner-item { background: white; padding: 20px; border-radius: 10px; margin: 10px 0; box-shadow: 0 3px 8px rgba(0,0,0,0.05); display: flex; align-items: center; gap: 20px; transition: all 0.3s ease; } .winner-item:hover { transform: translateX(5px); box-shadow: 0 5px 15px rgba(0,0,0,0.1); } .winner-medal { width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 20px; flex-shrink: 0; } .medal-gold { background: linear-gradient(135deg, #ffd700 0%, #ffab00 100%); color: #333; } .medal-silver { background: linear-gradient(135deg, #c0c0c0 0%, #9e9e9e 100%); color: #333; } .medal-bronze { background: linear-gradient(135deg, #cd7f32 0%, #8d6e63 100%); color: white; } .winner-info { flex: 1; } .winner-name { font-weight: bold; font-size: 18px; color: #333; margin-bottom: 5px; } .winner-details { color: #666; font-size: 14px; } /* 颁奖流程展示 */ .award-ceremony-flow { background: linear-gradient(135deg, #e8eaf6 0%, #f3f4ff 100%); padding: 30px; margin: 30px 0; border-radius: 12px; border: 2px solid #c5cae9; } .ceremony-flow-title { color: #3949ab; text-align: center; margin-bottom: 30px; font-size: 22px; font-weight: bold; padding-bottom: 15px; border-bottom: 2px solid #e8eaf6; } .ceremony-flow { display: flex; flex-direction: column; gap: 20px; } .ceremony-step { display: flex; align-items: flex-start; gap: 20px; padding: 20px; background: white; border-radius: 10px; box-shadow: 0 3px 8px rgba(0,0,0,0.05); transition: all 0.3s ease; } .ceremony-step:hover { transform: translateY(-5px); box-shadow: 0 8px 15px rgba(0,0,0,0.1); } .step-time { min-width: 80px; background: #3949ab; color: white; padding: 8px 12px; border-radius: 20px; text-align: center; font-weight: bold; flex-shrink: 0; } .step-content { flex: 1; } .step-name { font-weight: bold; color: #3949ab; margin-bottom: 8px; font-size: 16px; } /* 嘉宾名单展示 */ .guests-section { background: linear-gradient(135deg, #e0f7fa 0%, #f1f8f9 100%); padding: 30px; margin: 30px 0; border-radius: 12px; border: 2px solid #b2ebf2; } .guests-title { color: #00838f; text-align: center; margin-bottom: 20px; font-size: 22px; font-weight: bold; } .guests-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 20px; } .guest-item { background: white; padding: 20px; border-radius: 10px; text-align: center; box-shadow: 0 3px 8px rgba(0,0,0,0.05); transition: all 0.3s ease; } .guest-item:hover { transform: translateY(-5px); box-shadow: 0 8px 15px rgba(0,0,0,0.1); } .guest-position { color: #c62828; font-weight: bold; margin-bottom: 5px; font-size: 14px; } .guest-name { font-weight: bold; font-size: 16px; margin-bottom: 5px; } .guest-organization { color: #666; font-size: 13px; } /* 竞赛成果展示 */ .achievements-showcase { background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%); padding: 30px; margin: 30px 0; border-radius: 12px; border: 2px solid #c8e6c9; } .achievements-title { color: #2e7d32; text-align: center; margin-bottom: 20px; font-size: 22px; font-weight: bold; } .achievements-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 20px; } .achievement-item { text-align: center; padding: 20px; background: white; border-radius: 10px; box-shadow: 0 3px 8px rgba(0,0,0,0.05); } .achievement-value { font-size: 32px; font-weight: bold; color: #c62828; margin-bottom: 8px; } .achievement-label { font-size: 14px; color: #666; } /* 现场图片展示 */ .ceremony-photo-showcase { background: linear-gradient(135deg, #f3e5f5 0%, #f9f2fa 100%); padding: 30px; margin: 30px 0; border-radius: 12px; border: 2px solid #e1bee7; } .ceremony-photo-title { color: #7b1fa2; text-align: center; margin-bottom: 30px; font-size: 22px; font-weight: bold; padding-bottom: 15px; border-bottom: 2px solid #f3e5f5; } .ceremony-photo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .ceremony-photo-item { background: white; padding: 20px; border-radius: 10px; box-shadow: 0 3px 8px rgba(0,0,0,0.05); transition: all 0.3s ease; } .ceremony-photo-item:hover { transform: translateY(-5px); box-shadow: 0 8px 15px rgba(0,0,0,0.1); } .ceremony-photo-placeholder { height: 200px; background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #999; font-size: 14px; margin-bottom: 15px; } .ceremony-photo-caption { text-align: center; font-size: 14px; color: #666; } /* 领导致辞 */ .leader-speech { background: linear-gradient(135deg, #fff3e0 0%, #fff8e1 100%); padding: 30px; margin: 30px 0; border-radius: 12px; border: 2px solid #ffe0b2; } .speech-title { color: #ef6c00; text-align: center; margin-bottom: 20px; font-size: 22px; font-weight: bold; } .speech-card { background: white; padding: 25px; border-radius: 10px; margin: 15px 0; box-shadow: 0 3px 8px rgba(0,0,0,0.05); border-left: 4px solid #ef6c00; } .speech-content { line-height: 1.8; margin-bottom: 15px; font-size: 16px; } .speech-author { text-align: right; color: #666; font-weight: bold; font-size: 15px; } /* 附件列表样式 */ .ceremony-attachment-list { background: #f8f9fa; padding: 25px; margin: 30px 0; border-radius: 10px; border: 1px solid #e0e0e0; } .ceremony-attachment-list p { font-weight: bold; margin-bottom: 15px; color: #333; font-size: 18px; } .ceremony-attachment-item { display: flex; align-items: center; padding: 12px 15px; background: white; margin: 8px 0; border-radius: 6px; border: 1px solid #e0e0e0; transition: all 0.3s ease; } .ceremony-attachment-item:hover { border-color: #c62828; background: #ffebee; transform: translateX(5px); } .ceremony-attachment-icon { font-size: 20px; margin-right: 15px; color: #c62828; } /* 标题样式 */ h3 { color: #c62828; font-size: 22px; margin: 35px 0 20px 0; padding-bottom: 10px; border-bottom: 2px solid #ffebee; } p { margin: 15px 0; font-size: 16px; line-height: 1.8; } strong { color: #333; } ol, ul { margin: 15px 0 15px 30px; } li { margin: 8px 0; line-height: 1.7; } /* 响应式调整 */ @media (max-width: 1250px) { .base { width: 95%; padding: 15px; } } @media (max-width: 900px) { .award-info-cards { grid-template-columns: 1fr; } .guests-grid { grid-template-columns: 1fr; } .achievements-grid { grid-template-columns: 1fr; } .ceremony-photo-grid { grid-template-columns: 1fr; } .ceremony-step { flex-direction: column; text-align: center; } .step-time { margin: 0 auto; } .winner-item { flex-direction: column; text-align: center; } } @media (max-width: 768px) { .award-header h2 { font-size: 28px; } .award-header .label { font-size: 14px; padding: 8px 20px; } .ceremony-icon { position: relative; right: 0; top: 0; transform: none; text-align: center; margin-bottom: 15px; } }
弘扬工匠精神,表彰技能人才,共筑技能强国梦想
本次颁奖仪式隆重表彰在全国职业技能竞赛中脱颖而出的优秀技能人才,充分展示我国技能人才队伍建设成果,激励广大劳动者走技能成才、技能报国之路,在全社会营造尊重劳动、崇尚技能的良好氛围。
获奖选手、领导嘉宾、媒体代表、观众陆续入场,红毯仪式,签名留念。
主持人宣布颁奖典礼正式开始,主办单位领导致开幕辞,介绍竞赛意义和成果。
颁发108名铜奖获得者,获奖选手上台领奖,嘉宾为获奖者颁奖并合影留念。
颁发72名银奖获得者,特别表彰在竞赛中表现突出的优秀选手。
隆重的金奖颁奖仪式,36名金牌获得者依次上台,接受最高荣誉表彰。
颁发优秀组织奖、优秀指导教师奖、特殊贡献奖等特别奖项。
主办方领导致闭幕辞,全体获奖者与嘉宾上台合影,典礼圆满结束。
覆盖全国31个省区市
涵盖制造业、服务业等领域
金银铜奖获得者
达到行业技术标准
"本次竞赛和颁奖仪式不仅是对优秀技能人才的表彰,更是对'劳动光荣、技能宝贵、创造伟大'时代风尚的有力弘扬,必将激励更多劳动者特别是青年一代走技能成才、技能报国之路。"
全国职业技能竞赛组委会
2025年9月30日