/* 自定义样式覆盖 */

/* 移除 h6.tit 的显示 */
.calc h6.tit {
    display: none !important;
}

/* 更新 service-box 图标背景 */
.service-box .icon1 {
    background: url(service_img.png) no-repeat 0 0 !important;
}

.service-box .icon2 {
    background: url(service_img.png) no-repeat -34px 0 !important;
}

/* 确保 icon3 不显示（已从HTML中移除） */
.service-box .icon3 {
    display: none !important;
}

/* ========== 面包屑导航和文章样式 ========== */
.about-bg {
    background: #f5f5f5;
    padding: 20px 0;
}

.warp-about {
    width: 1190px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
}

.warp-about .title {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    color: #666;
    font-size: 12px;
}

.warp-about .title a {
    color: #08c;
}

.warp-about .title a:hover {
    color: #069;
}

.warp-about .right-about {
    padding: 10px 0;
}

.warp-about .detail {
    line-height: 1.8;
}

.warp-about .detail p {
    margin: 5px 0;
}
