.errorbg{
    background: url("../image/404bg-3.png") center top no-repeat;
    height: 634px;
}
.errorbg .container{
    background: url("../image/404bg-1.png") left 133px no-repeat;
    height: 634px;
    padding:130px 0 0 450px;
}
.errorbg .container img{
    margin-bottom: 20px;
}
.errorbg .container p{
    font-size: 16px;
    line-height: 2;

    text-indent: 2em;
}
.errorbg .container p a{
    color: #1a5284;
    font-weight: bold;
    padding:0 5px;
}
.errorbg .container .btn-group{
    margin-top: 20px;
}
.errorbg .container .btn-group a.goindex{
    float: left;
    width:120px;
    height:35px;
    border-radius: 4px;
    font-size: 14px;
    font-weight:bold;
    color: #fff;
    text-align: center;
    line-height: 35px;
    background: #d60000;
}
.errorbg .container .btn-group a.back{
    float: left;
    width:120px;
    height:35px;
    border-radius: 4px;
    font-size: 14px;
    font-weight:bold;
    color: #d60000;
    text-align: center;
    line-height: 35px;
    background: #fff;
    border:1px solid #d60000;
    margin-left: 20px;
}