.crumbs {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #E0E0E0;
    position: relative;
    top: -5px;
}

.crumbs .xq_c {
    padding: 0;
}

.crumbs .xq_crumbs {
    background: url('../images/position.png') no-repeat left 19px;
    background-size: auto 12px;
    line-height: 20px;
    float: left;
    padding: 15px 0 15px 20px;
}

.crumbs .xq_nav {
    float: right;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.crumbs .xq_nav a {
    display: inline-block;
    height: 49px;
    line-height: 49px;
    padding: 0 18px;
    text-align: center;
    position: relative;
    font-size: 14px;
}

.crumbs .xq_nav a {
    background: #ededee;
    color: black;
    border-right: 1px solid white;
}

.crumbs .xq_nav a.on {
    background: #fb843e;
    color: #FFF;
    border-right: 1px solid white;
}

.crumbs .xq_nav a.on .san {
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fb843e;
    display: block;
}
