@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0 auto;
    position: relative;
}

body {
    font-size: 14px;
    color: #333;
    font-family: 微软雅黑, Arial, sans-serif, "Trebuchet MS", "Times New Roman", "Times", "serif";
	min-height:600px;
    background: url("../images/loginm_bg.jpg");
    background-size: cover;
}

img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

A {
    color: #333;
    text-decoration: none
}

A:hover {
    color: #EB3C19;
    text-decoration: underline;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none
}

li {
    margin: 0px;
    padding: 0px;
    list-style-type: none
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, li, body, form, input, button, img, cite, strong, em, table, td, th {
    padding: 0;
    margin: 0;
    font-family: 微软雅黑;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
}

img, table, td, th {
    border: 0;
}

ul, ol {
    list-style-type: none;
}


input:focus
{
    outline-color:#eb6100;
}
.login_box{
    width:881px;
    height: 480px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -440px;
    margin-top: -240px;
}
.login_box_left{
    height: 480px;
    width: 441px;
    background: url(../images/login_left.jpg) no-repeat;
    background-size: 441px 480px;
    float: left;
}
.login_box_form {
    width: 440px;
    height: 480px;
    float: left;
    background:#ffffff;
}

.login_title{
    width: 360px;
    float: left;
    height:90px;
    line-height: 90px;
    font-size:24px;
    color:#000000;
    text-align: left;
    padding-left: 40px;
    margin-top: 50px;
}

.login_li {
    width: 360px;
    float: left;
    height:45px;
    line-height: 45px;
    padding-left: 47px;
    margin-top:30px;
}
.login_li_username{
    margin-top:0px;
}
.login_li_btn{
    padding-top:15px;
}
.input_width {
    width: 333px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #dfdfdf;
    padding-left: 10px;
}
.copyrights{
    width: 100%;
    text-align: center;
    height: 40px;
    position: fixed;
    bottom: 0;
    line-height: 40px;
    color: #333333;
}

.button_blue {
    width: 350px;
    height: 45px;
	line-height:45px;
    float: left;
    background:#0077FF;
    border: 0px;
    cursor: pointer;
    color: #FFF;
    font-size: 16px;
	border-radius:1px;
}
