﻿body {
    background: #fff
}
body {
    margin: 0px;
    padding: 0px;
    font-family: "microsoft yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333
}
.banner {
    width: 100%;
    height: 400px;
    position: relative
}
.piclist {
    width: 100%;
    height: 400px;
    /*border-top: 8px solid #d3d3d3;
    border-bottom: 8px solid #d3d3d3;*/
    background: url(../images/login_bg2.jpg) no-repeat;
}
.bgf_bottom {
    padding-bottom: 35px;
    background: url(../images/headbg.jpg) repeat-x top;
}
.login {
    width: 450px;
    height: 343px;
    float: right;
    background: url(../images/login_box_bg.png) no-repeat;
    position: absolute;
    left: 55%;
    top: 40px;
    z-index: 999
}
.login h2 {
    color: #242424;
    font-size: 18px;
    font-weight: normal;
    margin: 28px 0 0 0;
    text-align: center
}
.login_form {
    margin: 20px 0 0 40px;
    width: 380px;
}
.login_form .login_input {
    position: relative;
    margin-top: 15px;
}
.login_form .login_input label {
    display: block;
    width: 40px;
    line-height: 40px;
    color: #666;
    font-size: 18px;
    background: #fff;
    text-align: center;
    position: absolute;
    left: 1px;
    top: 1px;
    outline: 0;
}
.login_form .login_input .login_text {
    width: 330px;
    font-size: 14px;
    line-height: 18px;
    padding: 11px 8px 11px 40px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.login_form .login_input .login_text.login_code {
    width: 200px;
}
.login_form .login_code_img {
    position: absolute;
    right: 12px;
    top: 0;
    line-height: 40px;
}
.login_form .login_input input:focus {
    border: 1px solid #EF2F39;
}
input,button,select,textarea {
    outline: none;
    font-family: "微软雅黑";
    border: 0
}
.login_help {
    margin-top: 5px;
}
.login_help a {
    color: #666;
    float: right;
    padding-right: 30px;
    text-decoration: none;
    font-size: 14px;
}
#btn_Login {
    background: #ef2f39;
    width: 380px;
    margin: 15px 0 10px 0;
    color: #fff;
    font-size: 16px;
    line-height: 42px;
    cursor: pointer;
    border-radius: 3px
}
#btn_Login:hover {
    background-color: #ff5260;
}
img {
    border: 0
}