﻿@charset "utf-8";
/* CSS Document */

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background: #034d8a url(../images/index_back2013.jpg);
    font-size: 9pt;
}

/*数字输入框*/
input[type=number] {
    -moz-appearance: textfield;
}
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

#index_main_back {
    width: 990px;
    height: 660px;
    background: url(../images/index_back2013_2.jpg) no-repeat center top;
    margin: 0 auto;
}

#index_main_select_back {
    width: 990px;
    height: 660px;
    background: url(../images/index_back2013_3.jpg) no-repeat center top;
    margin: 0 auto;
}

#index_main_select_box {
    width: 600px;
    height: 200px;
    margin: 0 auto;
}

    #index_main_select_box span {
        display: block;
        width: 100px;
        height: 40px;
        line-height: 40px;
        margin: 5px;
        text-align: center;
        font-size: 11pt;
        color: #0066cc;
        float: left;
        border: #5f9ee0 1px solid;
        background: #eaf2ff;
    }

    #index_main_select_box a {
        color: #0066CC;
        text-decoration: none;
    }

#index_logo {
    width: 990px;
    height: 90px;
    text-align: center;
    padding-top: 80px;
    background: url(../images/index_title_outline.png) no-repeat center 80px;
}

#index_login_form {
    width: 300px;
    height: 120px;
    margin: 0 auto;
    margin-top: 135px;
    font-size: 11pt;
    font-weight: bold;
}

    #index_login_form .input_0 {
        width: 200px;
        height: 22px;
        background: #003b65;
        border: 1px solid #417c9c;
        color: #FFFFFF;
    }

    #index_login_form .input_user {
        background: #003b65 url(../images/input_user_back.png) no-repeat right;
    }

    #index_login_form .input_pass {
        background: #003b65 url(../images/index_pass_back.png) no-repeat right;
    }

    #index_login_form .input_key {
        width: 80px;
        background: #003b65 url(../images/milestone.png) no-repeat right;
        float: left;
        margin-right: 10px;
        padding: 0 5px;
    }

    #index_login_form .imgkey {
        float: left;
        width: auto;
        height: 24px;
    }


    #index_login_form form {
        padding: 0px;
        margin: 0px;
    }

    #index_login_form div {
        width: 300px;
        height: 34px;
        line-height: 30px;
    }

    #index_login_form span {
        display: block;
        float: left;
        width: 200px;
    }

    #index_login_form .span_title {
        width: 70px;
        text-align: right;
        color: #fff;
    }

    #index_login_form .form_bottum {
        width: 200px;
        height: 30px;
        margin-top: 5px;
        padding-left: 70px;
    }

        #index_login_form .form_bottum input {
            float: left;
            cursor: pointer;
            width: 65px;
            height: 27px;
            padding: 0px;
            margin: 0px;
            border: 0px;
        }

            #index_login_form .form_bottum input[type="submit"] {
                background: url(../images/input_user.png) no-repeat;
            }

            #index_login_form .form_bottum input[type="reset"] {
                background: url(../images/input_pass.png) no-repeat;
                float: right;
            }

#index_copyright {
    width: 100%;
    margin-top: 80px;
    line-height: 20px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
}

    #index_copyright a {
        text-decoration: none;
        color: #fff;
    }
