﻿html, body {
    height: 100%;
    font-family: "Microsoft yahei";
}

ul, li {
    list-style: none;
}

.header {
    width: 100%;
    height: 82px;
}

.navbar, .p-container-fluid {
    width: 1500px;
    margin: 0 auto;
}

.navbar-header img {
    display: block;
    margin-top: 20px;
}

.wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background: #f3f3f3;
    margin: 0 auto -60px;
}

.p-container-fluid {
    padding: 0;
    padding-top: 30px;
}

.table th, .table td {
    text-align: center;
}

.table th {
    background: #1179ac;
    color: #fff;
}

.p-table {
    margin-bottom: 30px !important;
    background: #fff;
}

    .p-table th {
        text-align: left;
        font-weight: normal;
        font-size: 16px;
    }

    .p-table td {
        text-align: left;
    }

.panel {
    border-radius: 0;
}

.p-panel-pb {
    margin-bottom: 0 !important;
}

.panel-heading {
    background-color: #1179ac !important;
    border-radius: 0;
}

    .panel-heading .panel-title {
        color: #fff !important;
    }

.p-panel-bg {
    background: #ebebeb !important;
}

    .p-panel-bg .panel-title {
        color: #1179ac !important;
    }

.panel-heading h3 {
    color: #1179ac;
    padding: 2px 0;
}

.row {
    padding: 4px 0;
}

.p-list {
    width: 100%;
    text-align: center;
}

    .p-list img {
        display: block;
        margin: 0 auto;
    }

    .p-list a {
        color: #333;
    }

        .p-list a:hover {
            text-decoration: none;
        }

.form-horizontal {
    height: auto;
    padding-right: 15px;
    padding-left: 10px;
}

.p-panel-body {
    padding: 0;
}

    .p-panel-body .row {
        border-bottom: 1px solid #eee;
        border-left: 3px solid #fff;
        margin: 0 !important;
        height: auto;
    }

        .p-panel-body .row a {
            color: #333;
        }

            .p-panel-body .row a:hover {
                text-decoration: none;
            }

    .p-panel-body .row-current {
        border-left: 3px solid #d40203;
    }

ul.user-nav li {
    display: block;
    float: left;
    margin-top: 25px;
    margin-left: 25px;
}

    ul.user-nav li a {
        color: #272636;
    }

        ul.user-nav li a:hover {
            text-decoration: none !important;
        }

.label-important {
    background: #cb1c26;
}

.footer {
    color: #fff;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: url(../images/ad_footer_bg.jpg) no-repeat transparent;
}

.container .credit {
    margin: 20px 0;
}

ul .user-nav li {
    position: relative;
}

ul.user-nav .dropdown-menu {
    position: absolute;
    top: 40px;
    z-index: 99;
    overflow: hidden;
}

    ul.user-nav .dropdown-menu li {
        margin: 0;
        padding: 0;
        float: left;
        width: 100%;
        height: 28px;
        line-height: 28px;
    }
/*新增*/
.subnav-dropdown {
    position: static;
}

ul.subnav-menu {
    width: 100%;
    z-index: 0;
    border-radius: 0;
    position: static;
    box-shadow: none;
    border: none;
    background: #eee;
}

    ul.subnav-menu li a {
        padding-top: 2px;
        padding-bottom: 2px;
    }

.direct-box {
    position: fixed;
    top: 15%;
    left: 25%;
    z-index: 9999;
    display: none;
    background: #fff;
    color: #000;
    font-family: "Microsoft yahei";
    line-height: 30px;
}

.theme-mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    display: none;
    width: 100%;
    height: 100%;
    background: url(../images/black.png) repeat;
}

.queoted {
    width: 50%;
    height: auto;
    padding: 20px;
}

.book-title01 {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px
}

    .book-title01 h2 {
        font-size: 18px;
    }

.book-close01 {
    cursor: pointer;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    right: 0;
    font: 700 14px/14px simsun;
    color: #6c7683
}

    .book-close01:hover {
        text-decoration: none;
        color: #999
    }
