/* 面包屑 */
.header_breadcrumb_wrapper {
    position: relative;
    height: 52px;
    line-height: 52px;
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
    text-align: center;
}
.header_breadcrumb_wrapper .header_breadcrumb {
    width: 1200px;
    text-align: left;
}
.header_breadcrumb_wrapper .header_breadcrumb-first {
    color: #999;
}
.header_breadcrumb_wrapper a {
    color: #999;
    text-decoration: none;
}
.header_breadcrumb_wrapper div {
    display: inline-block;
    font-size: 12px;
    color: #666;
}
.header_breadcrumb_wrapper .header_breadcrumb-sec {
    margin-left: 4px;
}