﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

body a {
    text-decoration: none;
}

body {
    font-family: '微软雅黑';
    margin-bottom: 50px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}


/*登录页面样式start*/
.bg_blue {
    background-color: #22a8eb;
}

.content {
    width: 1200px;
    height: 500px;
    background: url(../img/loginpic.png) no-repeat left center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -275px;
    margin-left: -600px;
}

.logincon {
    width: 523px;
    height: 500px;
    background-image: url(../img/dlkbg.png);
    background-position: 0px 70px;
    background-repeat: no-repeat;
    float: right;
    margin-right: 60px;
}

h1, h6 {
    color: #fff;
}

h1 {
    font-size: 39px;
}

h2 {
    padding-top: 26px;
    padding-bottom: 18px;
    color: #00699e;
    font-size: 26px;
}

.title {
    padding-left: 66px;
}

.listcon {
    text-align: center;
}

.textinput {
    padding-left: 4px;
    width: 216px;
    height: 32px;
    line-height: 32px;
    border-radius: 2px;
    border: 1px solid #b2e4ff;
}

    .textinput:focus {
        border: 1px solid #41abe5;
    }

.listcon span {
    font-size: 16px;
    color: #00699e;
}

.listcon p {
    margin-bottom: 10px;
    margin-top: 10px;
}

.remekey {
    line-height: 12px;
    margin-left: -104px;
}

    .remekey span {
        margin-left: 6px;
        font-size: 12px;
        color: #00699e;
    }

.login_btn, .reset_btn {
    width: 99px;
    height: 37px;
    font-size: 14px;
}

.login_btn {
    margin-right: 20px;
    margin-left: 50px;
    background-image: url(../img/loginbtn.png);
    border: none;
    color: #FFF;
}

.reset_btn {
    background-image: url(../img/resetbtn.png);
    border: none;
    color: #00699e;
}

.login_btn:hover {
    background-image: url(../img/loginhover.png);
}

.reset_btn:hover {
    background-image: url(../img/resethover.png);
}

h5 {
    font-size: 12px;
    color: #F00;
    padding-top: 10px;
    margin-left: -100px;
}
/*登录页面样式end*/



/*内容页样式start*/

.header {
    height: 180px;
    background: #22a8eb;
}

.header_up, .header_down {
    width: 60%;
    margin: 0 auto;
}

.header_up {
    height: 138px;
}

.mainnav ul {
    margin-top: 10px;
}

.firstmenu {
    height: 34px;
}

    .firstmenu:hover {
        background: #0c8ecf;
    }

.nav li {
    position: relative;
}

.subnav {
    display: none;
    position: absolute;
    z-index: 999;
    top: 21px;
    width: 95px;
    height: auto;
    background: #fff;
    border: 1px solid #0c8ecf;
    box-shadow: #b9b9b9 0px 0px 5px 0px;
}

    .subnav li {
        line-height: 35px;
        text-align: center;
    }

        .subnav li a {
            display: block;
            height: 35px;
            color: #333;
            font-size: 13px;
        }

            .subnav li a:hover {
                background: #0c8ecf;
                color: #fff;
            }

.mainnav li span {
    display: block;
    height: 20px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 6px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border-right: 1px solid #0c8ecf;
}

.lib, .user {
    margin-top: 15px;
    font-size: 14px;
}

.lib {
    color: #fff;
    background: url(../img/libicon.png) no-repeat left top;
    padding-left: 22px;
    margin-left: 30px;
    width: 168px;
    height: 20px;
    overflow: hidden;
    text-overflow: nowrap;
}

.user {
    color: #fff;
    background: url(../img/usericon.png) no-repeat left top;
    padding-left: 22px;
    margin-left: 30px;
    width: 370px;
    height: 20px;
    overflow: hidden;
    text-overflow: nowrap;
}

.zhuxiao_btn {
    margin-top: 11px;
    border: none;
    width: 54px;
    height: 26px;
    background: url(../img/zhuxiao_btn.png);
    color: #fff;
    cursor: pointer;
}

    .zhuxiao_btn:hover {
        background: url(../img/btn-shape_selected.png) left top no-repeat;
    }

.main_con {
    margin: 0 auto;
    width: 60%;
}

.place {
    margin-top: 10px;
    height: 37px;
    width: 100%;
    background: #e5f4fa url(../img/zuobiao.png) no-repeat 10px;
    border: 1px solid #b8dcf0;
    border-radius: 2px;
    font-size: 14px;
    color: #333;
    line-height: 37px;
}

    .place span {
        margin-left: 30px;
    }


.table1 {
    margin-top: 10px;
    border-radius: 2px;
}

    .table1 table {
        width: 100%;
    }

.table1_title {
    height: 37px;
    background: #e5f4fa;
    border: 1px solid #b8dcf0;
    line-height: 37px;
    font-size: 14px;
    color: #333;
}

.table1 td {
    text-align: center;
    height: 34px;
    font-size: 13px;
    border-left: 1px solid #b8dcf0;
    border-bottom: 1px solid #b8dcf0;
    border-bottom: 1px solid #b8dcf0;
    color: #333;
}

.last_r_line {
    border-right: 1px solid #b8dcf0;
}

.table1 td input {
    border: none;
    background: none;
    color: #00699e;
}

    .table1 td input:hover {
        text-decoration: underline;
    }

.tab1_t_l {
    vertical-align: middle;
}

    .tab1_t_l span {
        padding-left: 10px;
    }

.readerinfo {
    margin-left: 10px;
}

.tab1_t_l select {
    vertical-align: middle;
    margin-bottom: 1px;
    width: 90px;
    height: 26px;
    font-size: 13px;
    *vertical-align: auto;
}

.tab1_t_l .text_input {
    height: 24px;
    line-height: 24px;
}

.search_btn {
    margin-left: 4px;
    border: none;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    background: url(../img/search_btn.png) left top no-repeat;
}

    .search_btn:hover {
        background: url(../img/search_btn_selected.png);
    }

.table1 thead td {
    font-weight: 700;
}

.table1 tr:hover {
    background: #f9fbfc;
}

.pagenum_wrap {
    height: 30px;
    width: 1008px;
    border-bottom: 1px solid #b8dcf0;
    border-left: 1px solid #b8dcf0;
    border-right: 1px solid #b8dcf0;
}

.pagenum {
    padding-right: 10px;
    font-size: 13px;
    line-height: 30px;
}

    .pagenum span {
        padding-left: 20px;
    }

    .pagenum a {
        padding: 0px 3px;
        font-size: 12px;
        color: #000;
    }

        .pagenum a:hover {
            text-decoration: underline;
        }

    .pagenum i {
        font-style: normal;
        color: #000;
        font-size: 12px;
    }

.tab1_t_r {
    padding-right: 4px;
}

    .tab1_t_r input, tbody input {
        border: none;
        cursor: pointer;
        height: 37px;
    }

.smjs {
    background: url(../img/iconfont-search.png) no-repeat left center;
    padding-left: 16px;
    padding-right: 6px;
}

.xz {
    background: url(../img/iconfont-xinzeng.png) no-repeat left center;
    padding-left: 16px;
    padding-right: 6px;
}

.sc {
    background: url(../img/iconfont-delete.png) no-repeat left center;
    padding-left: 16px;
    padding-right: 6px;
}

.dr {
    background: url(../img/iconfont-daoru06.png) no-repeat left center;
    padding-left: 16px;
    padding-right: 6px;
}

.bj {
    background: url(../img/iconfont-bianji.png) no-repeat left center;
    padding-left: 16px;
    padding-right: 6px;
}

.zc {
    background: url(../img/iconfont-zhuce.png) no-repeat left center;
    padding-left: 16px;
    padding-right: 6px;
}

.zx {
    background: url(../img/iconfont-tuichu.png) no-repeat left center;
    padding-left: 16px;
    padding-right: 6px;
}

.smjs:hover {
    text-decoration: underline;
    color: #00699e;
}

.xz:hover {
    text-decoration: underline;
    color: #00699e;
}

.sc:hover {
    text-decoration: underline;
    color: #00699e;
}

.dr:hover {
    text-decoration: underline;
    color: #00699e;
}

.bj:hover {
    text-decoration: underline;
    color: #00699e;
}

.zc:hover {
    text-decoration: underline;
    color: #00699e;
}

.zx:hover {
    text-decoration: underline;
    color: #00699e;
}

/*table2-start*/
.t_name {
    padding-left: 4px;
    font-weight: 700;
}

.t2_t_r input {
    height: 26px;
    line-height: 26px;
    margin-right: 10px;
}

.t2_t_r span {
    line-height: 37px;
}

.table2 {
    margin-top: 10px;
    border-radius: 2px;
}

    .table2 table {
        width: 1010px;
    }

.table2_title {
    height: 37px;
    background: #e5f4fa;
    border: 1px solid #b8dcf0;
    line-height: 37px;
    font-size: 14px;
    color: #333;
}

.table2 td {
    padding-left: 4px;
    height: 34px;
    font-size: 13px;
    border-left: 1px solid #b8dcf0;
    border-bottom: 1px solid #b8dcf0;
    border-bottom: 1px solid #b8dcf0;
    color: #333;
}

.t2_leftname {
    background: #f6fbfd;
}
/*table2-end*/

/*弹窗start*/
.popup {
    height: auto;
    margin-top: 20px;
}

    .popup table {
        margin: 0 auto;
    }

    .popup td {
        height: 35px;
    }

.popup_tname {
    text-align: right;
    font-size: 14px;
    color: #333;
}

    .popup_tname span {
        padding-right: 10px;
        padding-left: 10px;
    }

.popup input {
    padding-left: 4px;
    border: 1px solid #b8dcf0;
    border-radius: 2px;
    line-height: 26px;
    height: 26px;
}

    .popup input:focus {
        border: 1px solid #00699e;
        box-shadow: 0px 0px 2px 0px #63aad1;
    }

.popup textarea {
    padding-left: 4px;
    border: 1px solid #b8dcf0;
    border-radius: 2px;
    line-height: 26px;
}

    .popup textarea:focus {
        border: 1px solid #00699e;
        box-shadow: 0px 0px 2px 0px #63aad1;
    }

.popup_btn input {
    padding-left: 0px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    border: none;
    height: 28px;
    width: 60px;
    text-align: center;
    line-height: 26px;
    background: #22A9EC;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
}

.popup_btn {
    margin: 0 auto;
    width: 220px;
}

    .popup_btn input:hover {
        background: #0c8ecf;
    }

.popup select {
    height: 28px;
    width: 100%;
    border: 1px solid #b8dcf0;
    border-radius: 2px;
}
/*弹窗end*/



.popup_tname2 span {
    font-size: 14px;
}

.popup_tname2 em {
    font-style: normal;
    font-size: 12px;
    padding-left: 4px;
    color: #333;
    height: 26px;
    line-height: 26px;
}

.popup_tname2 input {
    margin-left: 10px;
}

.popup .popup_checkb_con {
    height: auto;
    padding-top: 12px;
}

.popup_checkb_con span {
    display: inline-block;
    font-size: 12px;
    padding-right: 14px;
    padding-left: 4px;
    line-height: 28px;
}

.popup_checkb_con input {
    height: auto;
    border: 0;
    vertical-align: middle;
    margin-right: 4px;
}

.font12 span {
    font-size: 12px;
}

.tip_text {
    color: red;
    line-height: 50px;
}

.text_center {
    text-align: center;
}

.font {
    line-height: 30px;
}














/*内容页样式end*/
.footer {
    margin-top: 40px;
    height: 40px;
    width: 100%;
    background: #005e8c;
    position: fixed;
    bottom: 0;
    left: 0;
}

    .footer p {
        width: 1010px;
        margin: 0 auto;
        color: #fff;
        font-size: 13px;
        line-height: 40px;
    }

.filter {
    height: 100%;
    background: #fff8e8;
    border-left: 1px solid #b8dcf0;
    border-right: 1px solid #b8dcf0;
    border-bottom: 1px solid #b8dcf0;
}

    .filter a {
        margin-left: 5px;
        margin-top: 4px;
        margin-bottom: 4px;
        margin-right: 5px;
        padding-right: 15px;
        padding-left: 6px;
        display: block;
        height: 22px;
        color: #7f4500;
        font-size: 12px;
        line-height: 22px;
        border: 1px dotted #fff8e8;
        *white-space: nowrap;
        cursor: pointer;
        background: #ffeec7 url(/img/cha.png) no-repeat 99% 2px;
        border: 1px dotted #e3be69;
    }

.climbto_btn {
    width: 72px;
    height: 26px;
    border: none;
    vertical-align: middle;
    background: url(../img/climbtobtnbg.png) left top no-repeat;
    color: #fff;
    font: 12px;
}
.climbtocpoy_btn {
    width: 100px;
    height: 26px;
    border: none;
    vertical-align: middle;
    background: url(../img/climbtobtnbgcopy.png) left top no-repeat;
    color: #fff;
    font: 12px;
}
    .climbto_btn:hover {
        cursor: pointer;
        height: 26px;
        border: none;
        vertical-align: middle;
        background: url(../img/climbtobtnbghover.png) left top no-repeat;
        color: #fff;
        font: 12px;
    }
