header {
    width: 100%;
    height: 55px;
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
}

.hmiddle {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
    margin-top: -15px;
    margin-left: -600px;
    height: 30px;
    line-height: 30px;
}

.hleft {
    width: 30%;
    text-align: left;
    overflow: hidden;
    text-indent: 10px;
    float: left;
}

.hright {
    width: 70%;
    text-align: right;
    float: right;
}

.hmiddle span {
    font-size: 16px;
    color: #333333;
    display: inline-block;
}

.hleft b {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/index/home.png) no-repeat center center;
    vertical-align: middle;
    background-size: 100% 100%;
}

.hmiddle i {
    margin: 0 20px;
    width: 1px;
    height: 10px;
    display: inline-block;
    background-color: #333333;
}

.hmiddle a {
    text-decoration: none;
    color: #ffffff;
}

.header {
    background-color: #3388ff;
    height: 50px;
}

.header span {
    color: #ffffff;
}

.header i {
    background-color: #ffffff;
}

.container {
    width: 1200px;
    height: inherit;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
}

.header .hleft b {
    background: url(../img/list/home.png) no-repeat center center;
}