﻿/*主窗口的头部区域*/
#header
{
    background: url('IndexImage/top_bg.jpg') no-repeat center top;
}

.header
{
    width: 1000px;
    margin: 0px auto;
}

/*登录界面的灰色条带*/
.imgnav_list_index
{
    margin: 0px;
    padding: 0px;
    background: url('IndexImage/top_bg_bg_index.png') center 35px repeat-x;
}

#header .top_left, #header .top
{
    padding: 5px 0px 0px 0px;
    height: 30px;
    width: 340px;
    line-height: 30px;
    text-align: left;
}
#header .top_left
{
    float: left;
}

#header .top_left a
{
    cursor: pointer;
}

#header .top_left a:hover, #header .top_left a:visited
{
    color: #800080;
}

#header .top
{
    float: right;
}

#header .logo
{
    clear: both;
    width: 320px;
    float: left;
    margin-top: -20px;
}

#header .logo a
{
    display: block;
}

/*Nav*/
#header .nav
{
    height: 93px;
    width: 680px;
    float: right;
}
#header .nav_list
{
    clear: both;
    height: 46px;
    padding-top: 5px;
}

#header_body
{
    height: 4px;
    background-color: #0066CC;
}

/*中间部分*/
#main_Login
{
    width: 1000px;
    margin: 0px auto -11px auto;
    height: 611px;
    background-color: #FFFFFF;
}

/*登录界面的系统名称*/
.member .title_img
{
    margin-top: -49px;
    float: left;
    margin-left: 300px;
    width: 700px;
    height: 150px;
    display: block;
}

/*中间左侧的系统描述部分 */
#system_description
{
    background-position: right 0px;
    width: 650px;
    float: left;
    height: 611px;
    background-image: url('IndexImage/system_description_body.png');
    background-repeat: no-repeat;
}

#main_Login #system_description #system_description_top
{
    border-width: thin;
    height: 80px;
    background-color: rgb(250,250,250);
    border-bottom-style: solid;
    border-bottom-color: #EEEEEE;
    padding-top: 20px;
    line-height: 80px;
}

.description_top_lab
{
    font-family: 宋体, Arial, Helvetica, sans-serif;
    font-size: xx-large;
    font-style: italic;
    font-weight: 300;
    margin-left: 40px;
    margin-right: 3px;
}
.description_top_img
{
    width: 150px;
    height: 43px;
    float: right;
    margin-top: 15px;
    margin-right: 55px;
}

#main_Login #system_description_middle
{
    height: 411px;
}

.description_img
{
    margin: 20px auto 0px auto;
    height: 411px;
    width: 640px;
}

/*中间左侧的系统描述部分---End */

/*中间右侧的登陆部分*/

#system_login
{
    width: 295px;
    float: right;
    height: 611px;
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 35px;
}

#system_login .system_login_Lab
{
    font-size: large;
    margin-bottom: 8px;
}

#system_login .system_login_user
{
    padding: 0px 0px 0px 0px;
    border: thin solid #C0C0C0;
    width: 280px;
    height: 35px;
    margin-bottom: 15px;
}

#system_login .login_User_img
{
    margin-left: 15px;
    margin-top: 5px;
    margin-right: 5px;
}

#system_login .login_User_input
{
    padding: 3px 0px 0px 0px;
    margin: 3px 5px 1px 1px;
    float: right;
    line-height: 25px;
    height: 25px;
    vertical-align: bottom;
}

#system_login .system_login_other
{
    padding: 0px 0px 0px 0px;
    width: 280px;
    height: 35px;
    margin-bottom: 5px;
    line-height: 35px;
    text-align: right;
}
.chk_re_Password
{
    float: left;

}.login_help
{
    margin-left: 10px;
}

.forget_Password
{
    float: right;
}
.system_login_other a
{
    color: #66ccff;
    text-decoration: underline;
    cursor: pointer;
}

.system_login_other a:hover
{
    font-weight: bold;
    color: #FF3399;
    text-decoration: underline;
    font-style: italic;
}

#main_Login .face_login
{
    width: 100px;
    height: 100px;
    display: block;
    float: right;
    margin-right: 10px;
    margin-bottom: 40px;
    vertical-align: bottom;
    margin-top: 100px;
}

/*主窗口的底部区域  */
#footer
{
    margin-top: 2px;
    width: 100%;
    background: url('IndexImage/foot_nav_bg.gif') repeat-x 0 10px;
}

.foot_nav
{
    height: 70px;
    width: 1000px;
    margin: 0px auto;
}


.foot_links
{
    clear: both;
    line-height: 27px;
    padding-top: 12px;
    text-align: center;
}
.foot_links a
{
    line-height: 27px;
    padding: 6px 20px;
    text-align: center;
    font-size: 14px;
    color: #111;
}
.foot_links a:hover
{
    color: #5aaee7;
}

.foot_links .line
{
    border-width: medium;
    float: none;
    display: inline;
    border-color: #CCC;
}

#footer p
{
    text-align: center;
}