/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

body {
    font: 12px/28px "Microsoft Yahei";
    height: 98%;
}

form {
    height: 98%;
}

a {
    cursor: pointer;
    text-decoration: none;
}

img {
    border: 0;
}

a:hover {
    color: #f60;
}

input, select, textarea {
    vertical-align: middle;
    font-family: inherit;
    font-size: inherit;
}

ul li {
    list-style-type: none;
}

html {
    width: 100%;
    height: 100%;
}

.defaultbody {
    width: 100%;
    height: 100%;
    background: url(../images/bk.jpg) repeat;
}

.divTop {
    height: 100px;
}

.divBottom {
    height: calc(100% - 110px);
}

.body01 {
    background: #fff;
}

.loginpage {
    background-color: #1e67b4;
}

.login {
    width: 960px;
    min-height: 700px;
    height: 100%;
    margin: 0 auto;
    background: url(../images/login.jpg) no-repeat left top;
    position: relative;
}

    .login .login_con {
        position: absolute;
        left: 340px;
        top: 230px;
    }

        .login .login_con p {
            color: #175b9d;
            margin-top: 8px;
        }

            .login .login_con p span {
                letter-spacing: 1em;
            }

            .login .login_con p input {
                width: 180px;
                height: 24px;
                border: 1px solid #d4d7dc;
                margin-left: 10px;
                line-height: 24px;
            }

                .login .login_con p input#txtVali {
                    width: 100px;
                }

                .login .login_con p input:hover {
                    border: 1px solid #f60;
                }

            .login .login_con p img {
                vertical-align: middle;
                margin-left: 10px;
            }

            .login .login_con p a {
                color: #0089ff;
                margin-left: 10px;
            }

                .login .login_con p a:hover {
                    color: #f60;
                }

            .login .login_con p input.but01 {
                width: 86px;
                height: 26px;
                color: #fff;
                background: url(../images/but01.png) no-repeat;
                border: none;
                margin: 15px 0 0 35px;
                cursor: pointer;
            }

            .login .login_con p input.but02 {
                width: 86px;
                height: 26px;
                color: #0b3c8d;
                background: url(../images/but02.png) no-repeat;
                border: none;
                margin: 15px 0 0 20px;
                cursor: pointer;
            }


.container {
    width: 100%;
    height: 100%;
    background: url(../images/bk.jpg) repeat;
}

    .container .con_top {
        width: 100%;
        height: 109px;
        background: url(../images/contopbk.jpg) repeat-x left top;
    }

    .container .logo {
        float: left;
        display: inline;
        margin: 20px 0 0 20px;
    }

    .container .top_right {
        float: right;
        display: inline;
        margin: 15px 30px 0 0;
        color: #fff;
    }

        .container .top_right p {
            font: normal 12px/30px "宋体";
        }

            .container .top_right p.p1 {
                background: url(../images/ico.jpg) no-repeat left center;
                text-indent: 25px;
            }

            .container .top_right p a {
                color: #fff;
            }

                .container .top_right p a:hover {
                    color: #f00;
                }

.content {
    width: 100%;
    height: 98%;
    overflow: hidden;
    margin: 10px 0px 0px 0px;
    background: #fff;
    position: relative;
}

    .content .con_left {
        width: 250px;
        height: auto;
        float: left;
        display: inline;
        overflow: hidden;
        min-height: 600px;
        background: url(../images/conleft.jpg) repeat-y;
        padding-bottom: 20px;
    }

        .content .con_left .tit01 {
            width: 90%;
            height: 40px;
            margin: 10px auto;
            font: bold 15px/40px "宋体";
            background: url(../images/icopc.png) no-repeat left center;
            color: #0364b0;
            text-indent: 35px;
        }

        .content .con_left .nav {
            width: 80%;
            height: 30px;
            margin: 0 auto;
            line-height: 30px;
            margin-top: 5px;
            margin-bottom: 5px;
            border-bottom: 2px solid #ccdbf0;
            background: #CCDBF0;
        }

            .content .con_left .nav a {
                width: 100%;
                height: 30px;
                display: block;
                font-weight: bold;
                color: #0364b0;
                background: url(../images/ico02.png) no-repeat 20px center;
                text-indent: 40px;
            }

                .content .con_left .nav a:hover {
                    background: #02589f;
                    color: #fff;
                }

        .content .con_left ul {
            width: 60%;
            height: auto;
            overflow: hidden;
            margin: 0 auto;
        }

            .content .con_left ul li {
                background: url(../images/ico03.png) no-repeat 10px center;
                text-indent: 20px;
            }

                .content .con_left ul li a {
                    color: #333;
                    display: block;
                }

                    .content .con_left ul li a:hover {
                        color: #f60;
                    }

                    .content .con_left ul li a.current {
                        background: #006fca;
                        color: #fff;
                    }

        .content .con_left .subnav {
            width: 60%;
            height: auto;
            overflow: hidden;
            margin: 0 auto;
            display: none;
        }

        .content .con_left .subnav01 {
            display: block;
        }

        .content .con_left .subnav a {
            width: 100%;
            height: 30px;
            display: block;
            background: url(../images/ico03.png) no-repeat 10px center;
            text-indent: 20px;
        }

    .content .con_right {
        width: auto;
        margin-left: 250px;
        min-height: 600px;
        margin-top: 1px;
        margin-right: 2px;
        padding-bottom: 20px;
        background: #ffffff;
    }

        .content .con_right iframe {
            width: 100%;
            height: 100%;
            min-height: 600px;
            overflow: hidden;
            border: none;
        }


table {
    width: 100%;
    border: 1px solid #AAAAAA;
    border-collapse: collapse;
    background: #fff;
}

    table tr td {
        border: 1px solid #AAAAAA;
        text-align: center;
        line-height: 35px;
    }

        table tr td input.in01 {
            width: 180px;
            height: 22px;
            border: 1px solid #ccc;
            margin-left: 10px;
        }

        table tr td input.but01 {
            width: 80px;
            height: 22px;
            border: 1px solid #ccc;
            text-align: center;
            margin-left: 10px;
        }

        table tr td.td01 {
            text-align: left;
            text-indent: 20px;
        }

.page {
    text-align: center;
    margin-top: 20px;
}

    .page .leftLable {
        float: left;
    }

    .page .pageRight {
        float: right;
    }

        .page .pageRight .pagePrompt {
            font-size: 12px;
            position: relative;
            top: 3px;
        }

        .page .pageRight .inputPage {
            width: 30px;
            height: 15px;
        }

        .page .pageRight .JumpPages {
            position: relative;
            top: 5px;
        }

            .page .pageRight .JumpPages:hover {
                cursor: pointer;
            }

    .page a {
        border: 1px solid #ccc;
        padding: 4px 8px;
        text-align: center;
        margin-left: 5px;
        margin-right: 5px;
        color: #666;
    }

        .page a:hover {
            color: #f60;
            border: 1px solid #f60;
        }

table.table01 {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
    border: 1px solid #6eb1f2;
    border-collapse: collapse;
}

    table.table01 tr td {
        text-align: left;
        padding-left: 20px;
    }

        table.table01 tr td input.in02 {
            width: 300px;
            height: 22px;
            border: 1px solid #ccc;
        }

        table.table01 tr td textarea {
            width: 600px;
            height: 80px;
            margin-top: 20px;
            margin-bottom: 20px;
        }

table tr th {
    text-align: center;
    color: White;
    background: #2f4050;
    line-height: 40px;
}

    table tr th span {
        float: right;
    }

select {
    height: 25px;
}

input {
    min-height: 25px;
}

table tr td .operate01 {
    width: 90px;
    height: 28px;
    float: left;
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
}

table tr td .operate02 {
    width: 90px;
    height: 28px;
    float: left;
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
}

table tr td .operate03 {
    width: 90px;
    height: 28px;
    float: left;
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
}

table tr td .operate04 {
    width: 90px;
    height: 28px;
    float: left;
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
}

table tr td a.operate {
    background: url(../images/abk.jpg) no-repeat left top;
    width: 89px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    display: block;
    color: #333;
}

table tr td .file {
    width: 100%;
    height: auto;
    margin-top: 10px;
    clear: both;
}

    table tr td .file span {
        margin-right: 10px;
    }

.contents09 {
    width: 100%;
    background: #fff;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

table.tab01 {
    width: 100%;
    border: none;
    margin: 0;
}

    table.tab01 tr td {
        border: none;
    }

        table.tab01 tr td.td02 {
            text-align: right;
            font-weight: bold;
            padding-right: 10px;
        }

        table.tab01 tr td.td03 {
            text-align: left;
            padding-left: 10px;
        }

input.but03 {
    width: 100px;
    height: 30px;
    display: block;
    margin: 20px auto;
    line-height: 25px;
}

.leftShow {
    text-align: left;
}

.leftDiv {
    height: 100%;
}
