/* =========================================================
   中彦品牌蓝 #014199 + 品牌红 #e72019 覆盖样式 —— 针对 K750 模板(dafeult)
   加载方式：在 skin/css/style.css 之后引入即可全站生效
   （已在 head.html 顶部加了一行 <link>）
   蓝/红色值从用户提供的 LOGO 中采样提取。
   ========================================================= */

:root{
  /* 原主题变量(amber #FDB812) → 中彦品牌色 */
  --color:#014199;        /* 品牌蓝：按钮/侧栏标题/搜索框/强调 */
  --hovercolor:#002a66;   /* 深蓝：页脚等深色区块 */
  --headercolor:#ffffff;  /* 头部文字(白) */
  --footercolor:#cfd6dd;  /* 页脚文字(浅灰蓝) */
  --introcolor:#5b6770;   /* 次级文字 */
  /* 注意：--fontcolor 保持 #000 作为正文，绝不能改白，否则白底白字 */
}
/* 中彦品牌专属色 */
:root{
  --effbe-navy:#014199;   /* 品牌蓝：头部/英雄区/搜索框 */
  --effbe-blue:#014199;   /* 品牌蓝：下拉菜单 */
  --effbe-blue-2:#014199; /* 主色蓝 */
  --effbe-green:#e72019;  /* 品牌红：CTA、强调线、hover */
}

/* ============ 头部 / 主导航：深蓝底 + 白字 ============ */
.head{background-color:var(--effbe-navy) !important;}
.head-nav>ul>li>a{color:#fff !important;}
.head-nav>ul>li .inmenu_1,
.head-nav>ul>li:hover>a{color:var(--effbe-green) !important;background-color:rgba(255,255,255,.08) !important;}
.head-nav>ul .submenu{background-color:var(--effbe-blue) !important;}
.head-nav>ul .submenu a{color:#fff !important;}
.head-nav>ul .submenu a:hover{background-color:var(--effbe-green) !important;color:var(--effbe-navy) !important;}

/* ============ 头部语言切换：白字 + 白图标 + 白箭头 ============ */
.language-btn{color:#fff !important;}
.language-btn .current-lang{color:#fff !important;}
.language-btn .arrow-icon{color:#fff !important;}
.language-btn .globe-icon img{filter:invert(1) !important;}
.language-btn:hover{background:rgba(255,255,255,.1) !important;}

/* 下拉菜单保持白底，但 hover 用 EFFBE 蓝底白字 */
.language-dropdown{background:#fff !important;border-color:#ddd !important;}
.language-item{color:#333 !important;}
.language-item:hover{background:var(--color) !important;color:#fff !important;}
.language-item:hover a{color:#fff !important;}
.more-languages{color:#333 !important;}
.more-languages:hover{background:var(--effbe-green) !important;color:var(--effbe-navy) !important;}

/* 移动端汉堡按钮：白条(深蓝头上看得见) */
.nav-btn span{background-color:#fff !important;}

/* ============ 区块标题：品牌红短横线(中彦品牌细节) ============ */
.common-title{position:relative;color:var(--effbe-navy) !important;}
.common-title::after{content:"";display:block;width:48px;height:3px;margin:14px auto 0;background:var(--effbe-green);}
.about-title{position:relative;color:#fff !important;}
.about-title::after{content:"";display:block;width:48px;height:3px;margin:14px 0 0;background:var(--effbe-green);}

/* ============ 关于区：深蓝底 ============ */
.about{background:url(../images/about.jpg) var(--effbe-navy) no-repeat center center !important;background-size:100% !important;}
.about:before{background-color:var(--effbe-navy) !important;opacity:.88 !important;}
.about-text{color:#fff !important;}

/* ============ 按钮 / Learn More：蓝描边 → 悬停品牌红填充 ============ */
.common-more-btn{border:1px solid var(--color) !important;color:var(--color) !important;}
.common-more-btn-y{border:1px solid var(--color) !important;color:var(--color) !important;}
.hvr-bounce-to-right:before{background:var(--effbe-green) !important;}
.hvr-bounce-to-right:active,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:hover{color:var(--effbe-navy) !important;}
.hvr-bounce-to-right-y:before{background:var(--effbe-green) !important;}
.hvr-bounce-to-right-y:active,
.hvr-bounce-to-right-y:focus,
.hvr-bounce-to-right-y:hover{color:var(--effbe-navy) !important;}

/* ============ 产品卡片悬停：蓝底 + 白字 ============ */
.hot-pro ul li:hover{background-color:var(--color) !important;}
.hot-pro ul li:hover .pro-name,
.hot-pro ul li:hover .pro-intro{color:#fff !important;}

/* ============ 侧栏标题：蓝底白字 ============ */
.common-side .title,
.side-float .title{color:#fff !important;}

/* ============ 新闻 more-btn 悬停白字 ============ */
.news ul li:hover .more-btn{color:#fff !important;}

/* ============ 页脚：深蓝 + 浅字 + 品牌红标题 ============ */
.foot-list{background:var(--effbe-navy) !important;}
.foot-right{background-color:var(--effbe-navy) !important;color:var(--footercolor) !important;}
.foot-title{color:#fff !important;padding-left:12px;border-left:3px solid var(--effbe-green);}
.foot-cate ul li a:hover,
.foot-nav ul li a:hover,
.foot-l .foot-u li a:hover{color:var(--effbe-green) !important;}

/* ============ 全局链接 hover 品牌红 ============ */
a:hover{color:var(--effbe-green) !important;}

/* ============ 搜索框按钮：深蓝底白字 ============ */
.search-input .stbn{background-color:var(--effbe-navy) !important;color:#fff !important;}

/* ============ 上一篇/下一篇：蓝底白字 ============ */
.common-link .prev{background-color:var(--color) !important;color:#fff !important;}
