/*css document*/
/*È«¾Ö*/
*{margin:0;padding:0;border:0;font-family:"Î¢ÈíÑÅºÚ";}
body,div,table,p,ul,li,span,b,a,h1,tr,td,th,form,dl,dt,dd,input{margin:0; padding:0;}
body{
    overflow:Scroll;
    overflow-x:hidden;
}
img{border:0;}
ul,li{list-style:none;}
a{text-decoration:none;}
body,html{margin:0px;}
.center{
    width: 1200px;
    margin: 0 auto;
}
.left{
    float: left;
}
.right{
    float: right;
}
.clear{
    clear: both;
}
.content{
    width: 1900px;
    background: url("../images/login/login_bg.png") no-repeat left center;
}
/**/
.center_login{
    width: 1200px;
   /* border: 1px solid #000;*/
    position: relative;
}
.footer{
    color: #666;
    position: absolute;
    margin-left: 208px;
}
.login{
    position: absolute;
    width: 537px;
    height: 473px;
    background: url("../images/login/login.png") no-repeat;
}
.top_logo{
    width: 78px;
    height: 78px;
    float: left;
    margin-left: 45px;
    margin-top: 43px;
}
.login_top h3{
    float: left;
    font-weight:normal ;
    font-size: 30px;
    color: #333;
    margin-top: 50px;
    margin-left: 20px;
    margin-bottom: 10px;
}
.login_top p{
    color: #999;
    font-size: 14px;
    text-indent:40px;
}
.login_form tr td p{
    font-size: 18px;
    color: #666;
}
.login_form input{
    width: 299px;
    height: 38px;
    border: 1px solid #BDC3CA;
    border-radius: 5px;
    text-indent: 5px;
}
.login_form table{
   /* border: 1px solid #000;*/
    margin-left: 75px;
    margin-top: 40px;
}
.login_form table tr td{
    position: relative;
}
.login_form table tr td img{
    position: absolute;
    left: 170px;
    top: 18px;
}
.login_form table tr td.one{
    width: 80px;
}
.login_form table tr {
    height: 72px;
}
.login_form table tr td input.code{
    width: 148px;
}
a.submit{
    width: 374px;
    height: 45px;
    color: #fff;
    display: block;
    text-indent: each-line;
    line-height: 45px;
    background:#35ACF6;
    margin: 30px auto;
    border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    text-align: center;
}
