/* Your custom css code goes here */

/* 顶部联系方式栏 */
.probootstrap-top-bar {
    background-color: #333;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    position: relative;
    z-index: 10;
}

.probootstrap-top-bar p {
    margin: 0;
    color: #fff;
}

.probootstrap-top-bar strong {
    color: #ffcc00;
    font-size: 16px;
}

/* 修复导航栏定位，使其在顶部栏下方 */
.probootstrap-navbar {
    position: relative !important;
    top: auto !important;
    z-index: 5 !important;
}

/* Logo文字样式 */
.probootstrap-navbar .navbar-brand {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #fff !important;
    white-space: normal !important;
    line-height: 1.3 !important;
    padding: 15px 10px !important;
    background: none !important;
    text-indent: 0 !important;
    width: auto !important;
    height: auto !important;
    top: 0 !important;
    position: static !important;
}

/* 业务板块表格样式 */
.table-bordered {
    border: 2px solid #ddd;
}

.table-bordered > thead > tr > th {
    background-color: #f5f5f5;
    border: 2px solid #ddd;
    padding: 12px;
    font-weight: bold;
}

.table-bordered > tbody > tr > td {
    border: 1px solid #ddd;
    padding: 10px;
}

/* 功能特性样式 */
.probootstrap-feature {
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
}

.probootstrap-feature .icon {
    font-size: 48px;
    color: #ff6600;
    margin-bottom: 20px;
}

.probootstrap-feature h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.probootstrap-feature p {
    color: #666;
    line-height: 1.6;
}

/* 页脚链接样式 */
.probootstrap-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.probootstrap-footer-links li {
    margin-bottom: 10px;
}

.probootstrap-footer-links li a {
    color: #fff;
    text-decoration: none;
}

.probootstrap-footer-links li a:hover {
    color: #ffcc00;
}