.nav .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 小标题 */

/* .contentbox {
    width: 12rem;
    margin: auto;
} */

.xnavbox {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* padding: 0.23rem 0; */
}

.xnavboxleftbox {
    display: flex;
    align-items: center;
}

.xnaverji {
    font-size: 0.15rem;
    color: #808080;
    background: url(../images/jticon.png) no-repeat left center;
    background-size: 0.03rem 0.05rem;
    padding-left: 0.16rem;
    box-sizing: border-box;
    margin-left: 0.14rem;
}

.xnaverji.active {
    color: #e60012;
}

.nav-right-text #company .i {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
}

.mainboxborder {
    border-top: 0.01rem solid #efefef;
    border-bottom: 0.03rem solid #004098;
}

.jieshaoleftbox {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0.55rem 0.35rem 0.55rem 0;
    border-right: 0.02rem solid transparent;
}

.list_footer {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5vh;
    font-size: 20px;
}

.list_footer h2 {
    margin-right: 20px;
    color: #93988d;
    font-size: 12px;
    font-weight: 400;
}

.xnavbox {
    display: none;
}

@media (max-width:860px) {
    .jieshaoleftbox {
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0;
        border-right: 0.02rem solid transparent;
    }
    .list_footer {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 5vh;
        color: #93988d;
        font-size: 12px;
        font-weight: 400;
    }
    .list_footer h2 {
        margin-right: 12px;
    }
}