.container {
    width: 100%;
    height: 900px;
    overflow: hidden;
    margin: 0 auto;
    background: url('../img/index/bg.jpg') no-repeat;
}
.slogan{
    margin-top: 256px;
}
.login {
    width: 1280px;
    height: 89px;
    margin: 0 auto;
    margin-top: 40px;
}

.login .cli-login {
    width: 269px;
    height: 89px;
    background: url('../img/index/login.png') no-repeat top;
    display: block;
    text-align: center;
    line-height: 80px;
    font-size: 23px;
    color: white;
    float: left;
    margin-left: 50.5%;
}

.login .cli-login:hover {
    font-size: 25px;
}

.message {
    width: 979px;
    height: 50px;
    text-align: center;
    color: #9b0506;
    float: right;
    line-height: 50px;
}

.message span {
    color: #fff;
}

.message span em {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    min-width: 76px;
    display: inline-block;
}

.message .bddq {
    margin-left: 10px;
    display: inline-block;
}