/* 红色主题覆盖样式 */

/* 强制覆盖导航背景 */
.top_bg {
    background: #dc2626 !important;
}

/* 强制覆盖按钮背景 */
.btn {
    background-color: #dc2626 !important;
    background-image: none !important;
}

/* 强制覆盖菜单激活和悬停状态 */
.nav li a.on,
.nav li a:hover {
    color: #dc2626 !important;
}

/* 强制覆盖分类标题 */
.left-title1 {
    background: #dc2626 !important;
}

/* 强制覆盖页脚背景 */
.foot-bg {
    background: #dc2626 !important;
}

/* 强制覆盖标题颜色 */
.con2-title-name h3,
.con3-name h3,
.links-name h3,
.con3-name span,
.right-name,
.news-right>h2 a {
    color: #dc2626 !important;
}

/* 强制覆盖链接颜色 */
.news li a,
.con1_right li p a:hover,
.case li>h1>a,
.page p a {
    color: #dc2626 !important;
}

/* 强制覆盖分页选中状态 */
.pages ul li.clickli {
    background: #dc2626 !important;
    border: 1px solid #dc2626 !important;
}

/* 强制覆盖轮播指示器 */
.b-list .spcss {
    border-color: #dc2626 !important;
}

/* 强制覆盖公告文字 */
.marquee p {
    color: #dc2626 !important;
}

/* 强制覆盖产品列表悬停 */
.con1_right li p a:hover {
    color: #dc2626 !important;
}

/* 强制覆盖悬浮客服 */
.qqkefu ul li.top:hover {
    background: #dc2626 !important;
}

/* 强制覆盖联系我们标题 */
.con2-title-name h3 {
    color: #dc2626 !important;
}
