﻿@charset "utf-8";

.doc {
    background-image: url("../images/body_bg_1.jpg");
    background-color: rgb(255, 255, 255);
    background-position: center top;
    background-repeat: no-repeat;
}

.nav ul {
    background-image: url(../images/navbg_1.jpg);
    height: 41px;
    line-height: 41px;
}

#menu {
    background-color: rgb(255, 255, 255);
}

    #menu li a:hover {
        background-image: url("");
        background-color: rgb(0, 92, 153);
        height: 41px;
    }

.ltab .maintit {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 112, 187);
    height: 34px;
    line-height: 34px;
    padding-left: 25px;
}

.lcom .maintit {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 112, 187);
    height: 37px;
    line-height: 37px;
    text-align: center;
}

.lcom .content {
    border: 1px solid #cccccc;
    border-top: none;
    background: url(../images/l_bg_2.jpg) repeat-x;
    padding: 10px;
    overflow: hidden;
    _zoom: 1;
}

.rtab .maintit, .rcom .maintit {
    height: 34px;
    line-height: 34px;
    padding-left: 25px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 112, 187);
}

.ltab .content, .lcom .content, .rcom .content, .rtab .content, .nrtab .content {
    border: 1px solid #ccc;
    border-top: none;
}

.ltab .maintit .more, .rtab .maintit .more {
    float: right;
    margin-right: 10px;
    color: rgb(255, 255, 255);
}
.ltab .maintit .more, .rtab .maintit .more a {
    color: rgb(255, 255, 255);
}

.mtab .maintit {
    background-image: url(../images/tit_bg_1.jpg);
    height: 33px;
    line-height: 33px;
    padding-left: 36px;
    color: #fff;
}

.mtab .sort li {
    background: url(../images/ico_1.gif) no-repeat 0 0;
}

/*内页样式*/
.nrtab .maintit {
    background-image: url(../images/tit_bg_1.jpg);
    height: 34px;
    line-height: 34px;
    padding-left: 25px;
}

    .nrtab .maintit b {
        color: #0072b2;
    }

/*底部*/
.botomtab {
    width: 100%;
    background-color: #efefef;
}

/* 万能模块 */
.univer .maintit {
    background-image: url(../images/tit_bg1_1.jpg);
    height: 34px;
    line-height: 34px;
    padding-left: 25px;
    color: #FFF;
}