/*  
Theme Name: 简站主题For1a24tradehwfw-Gangjiegou-footer
Theme URI: http://www.jianzhanpress.com
Description: 本主题为简站主题www.jianzhanpress.com定制.
Version: 1.0
Author: jianzhanpress.com
Author URI: http://www.jianzhanpress.com
*/
/* ========== 电气网站 核心字体样式 完整版 ========== */
/* 全局基础字体 */
:root {
  --bs-font-sans-serif: "Poppins", "Montserrat", "Noto Sans SC", sans-serif;
  --bs-body-font-weight: 400;
  --bs-body-font-size: 1rem;
  --bs-body-color: #2d3039;
  --bs-theme-color: #006db8;
  --bs-sec-theme-color: #001e34;
  --bs-link-color: #000;
  --bs-link-hover-color: #000;
}

/* 全局默认样式 */
body {
  font-family: var(--bs-font-sans-serif);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  color: var(--bs-body-color);
  line-height: 1.6;
}

/* ========== 标题字体规范 ========== */
/* 主大标题 H1 */
h1, .title-h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  text-transform: capitalize;
  color: #383838;
}

/* 二级标题 H2 */
h2, .title-h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  text-transform: capitalize;
  color: #383838;
}

/* 三级标题 H3 */
h3, .title-h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #383838;
}

/* 产品/模块小标题 */
.product-title, .item-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
}

/* 新闻/案例标题 */
.news-title, .case-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
}

/* ========== 正文字体规范 ========== */
/* 主要正文 */
p, .desc, .about-desc {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.8;
  color: #666666;
}

/* 辅助正文/小描述 */
.small-desc, .item-desc {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #696969;
}

/* 超小文字（标签/备注） */
.text-xs {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

/* ========== 导航/按钮字体 ========== */
/* 顶部导航菜单 */
.nav li a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #383838;
  text-transform: capitalize;
}

/* 按钮文字 */
.btn {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

/* 小按钮 */
.btn-sm {
  font-size: 14px;
}

/* ========== 底部字体规范 ========== */
/* 底部标题 */
.foot-title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: #ffffff;
  text-transform: capitalize;
}

/* 底部链接/文字 */
.foot-nav li a, .foot-val {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #ffffff;
}

/* ========== 响应式字体适配（手机/平板） ========== */
/* 平板端 */
@media only screen and (max-width: 1280px) {
  h1 { font-size: 40px; line-height: 48px; }
  h2 { font-size: 32px; }
  .nav li a { font-size: 14px; }
  p, .about-desc { font-size: 16px; }
}

/* 手机端 */
@media only screen and (max-width: 480px) {
  h1, h2 { font-size: 36px; line-height: 40px; }
  .product-title { font-size: 20px; line-height: 30px; }
  p, .about-desc { font-size: 16px; line-height: 26px; }
}

/* ========== 交互效果 ========== */
a:hover {
  color: var(--bs-theme-color) !important;
  transition: all 0.35s ease;
}
