.shangye a {
    color: #fff;
}

.ceo-cat-switcher h5 {
    font-size: 26px;
    color: #333;
    height: 32px;
    line-height: 32px;
    font-weight: 500;
    margin: 20px 0 0 0;
    padding: 0 80px;
    position: relative;
    display: inline-block;
}

.ceo-cat-switcher h5:before {
    content: '';
    width: 61px;
    height: 10px;
    position: absolute;
    top: 10px;
    left: 0;
    background: url() center no-repeat;
}

.ceo-cat-switcher h5:after {
    content: '';
    width: 61px;
    height: 10px;
    position: absolute;
    top: 10px;
    right: 0;
    background: url() center no-repeat;
}

.ceo-cat-switcher {
    text-align: center;
}