/* 首页 */
.nava {
    margin: 0 auto;
    width: 920px;
    height: 38px;
    background: url(/themes/images/index0.gif);
    color: #FFFFFF;
    font-weight: 800;
    text-align: center;
    line-height: 35px;
}

.naval {
    float: left;
    width: 868px;
    color: #FFFFFF;
    font-weight: 800;
    text-align: center;
    line-height: 36px;
}

.navar {
    float: left;
    width: 50px;
    line-height: 36px;
}

.navb {
    margin: 0 auto;
    width: 918px;
    height: 30px;
    background-color: #e5cccc;
    border: 1px solid #D9B5B5;
}

.navbs {
    float: left;
    line-height: 30px;
    text-align: center;
}

.navc {
    margin: 0 auto;
    width: 918px;
    height: 40px;
    border-bottom: 1px solid #D9B5B5;
    border-left: 1px solid #D9B5B5;
    border-right: 1px solid #D9B5B5;
}

.navcs {
    float: left;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-shadow: 0px 0.6px 1px rgba(0, 0, 0, 0.1);
}

.pad {
    padding-left: 3px;
}

.navbor_r {
    border-right: 1px solid #D9B5B5;
}

/* 颜色主题 */
.d_00 { background-color: #FAE1FF; }
.d_01 { background-color: #FEF9FF; }
.d_10 { background-color: #CAFFE4; }
.d_11 { background-color: #E8FFF3; }
.d_20 { background-color: #FFEAEA; }
.d_21 { background-color: #FFFDFD; }
.d_30 { background-color: #E1EFFF; }
.d_31 { background-color: #F7FBFF; }
.d_40 { background-color: #FFF8DF; }
.d_41 { background-color: #FFFDF6; }
.d_50 { background-color: #F1F1F1; }
.d_51 { background-color: #FFFFFF; }
.d_60 { background-color: #FFFFFF; }
.d_61 { background-color: #F1F1F1; }

/* 悬停效果 */
.d_00:hover, .d_01 { background-color: #FEF9FF !important; }
.d_10:hover, .d_11 { background-color: #E8FFF3 !important; }
.d_20:hover, .d_21 { background-color: #FFFDFD !important; }
.d_30:hover, .d_31 { background-color: #F7FBFF !important; }
.d_40:hover, .d_41 { background-color: #FFFDF6 !important; }
.d_50:hover, .d_51 { background-color: #FFFFFF !important; }
.d_60:hover, .d_61 { background-color: #F1F1F1 !important; }

.link {
    background-color: #F8F2E7;
    font-weight: bold;
    line-height:38px;
    text-align:center;
    text-shadow: 1px 1px 2px rgba(160, 0, 0, 0.2);
}

.link a {
    font-size: 14px;
    color: #6B000A;
}

.link a:link {
    text-decoration: none;
}

.link a:visited {
    text-decoration: none;
    color: #6B000A;
}

.link a:hover {
    text-decoration: none;
    color: #FF0000;
    text-decoration: underline;
    text-decoration-color: #FF0000;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.link a:active {
    text-decoration: none;
    color: #6B000A;
}

