.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}
.clearfix {
    zoom:1;
}
.a_container {
    position:relative;
}
.a_l_top {
    width:100%;
    height:20%;
}
.a_top_inner {
    width:800px;
    height:100%;
    position:relative;
    margin:0 auto;
}
.a_top_inner img {
    height:50%;
    position:absolute;
    left:0;
    bottom:25px;
}
.a_top_inner a {
    display:block;
    position:absolute;
    right:0;
    bottom:25px;
    color:#005aa3;
    font-weight:bold;
}
.a_l_con {
    width:100%;
    height:60%;
    position:relative;
}
.a_con_bg {
    width:100%;
    height:70%;
    background:#5cb;
}
.a_con_form {
    width:800px;
    box-sizing:border-box;
    /*position:absolute;
    bottom:0;
    left:50%;
    margin-left:-400px;*/
    padding:30px;
    background:#fff;
    box-shadow:0 0 4px #888;
    border-radius:5px;
}
.a_img {
    width:368px;
    float:left;
}
.a_img img {
    width:100%;
    max-width:480px;
}
.a_form {
    width:370px;
    float:right;
    box-sizing:border-box;
    padding:40px 30px;
}
.a_tit {
    font-size:14px;
    font-weight:bold;
    font-family:'Microsoft YaHei';
    color:#005aa3;
    box-sizing:border-box;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
}
.a_input {
    width:100%;
    box-sizing:border-box;
    border:1px solid #ccc;
    margin-top:15px;
    height:32px;
}
.a_input input {
    width:100%;
    height:30px!important;
    border:0!important;
    outline:none!important;
    line-height:30px;
    font-size:14px;
    font-family:'Microsoft YaHei'!important;
    box-sizing:border-box;
    padding-left:7px!important;
}
.a_code {
    position:relative;
}
.a_code img {
    position:absolute;
    right:0;
    top:0;
}
.a_log_btn {
    width:100%!important;
    margin-top:20px!important;
    border-radius:4px!important;
    font-size:14px!important;
    font-family:'Microsoft YaHei'!important;
}
.a_l_bottom {
    width:100%;
    height:100px;
    position:absolute;
    bottom:0;
    left:0;
}
.a_l_bottom div {
    width:100%;
    text-align:center;
    line-height:35px;
    font-size:12px;
    color:#666;
    font-family:'Microsoft YaHei';
}
.a_l_bottom div a {
    color:#666;
    text-decoration:none;
}
.navbar {
    background:#005aa3!important;
}
.btn-xs {
        height:35px!important;
        width:auto!important;
        box-sizing:border-box;
        padding:7px 12px!important;
        font-size:14px!important;
        font-family:'Microsoft YaHei'!important;
        border-radius:4px!important;
        margin-right:12px!important;
}
.btn-xs img {
    width:20px;
    position:relative;
    top:-1px;
    margin-right:3px;
}