.container {
    width: 1280px;
}

#history .history-box{
    background-image: url("../../image/history-bg.jpg");
    background-repeat: no-repeat;
}

/*轮播图开始*/
.swiper {
    position: relative;
}

.swiper .swiper-img {
    width: 100%;
    min-height: 380px;
}

.title-line {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    z-index: 50;
}

.line {
    width: 81px;
    height: 2px;
    background-color: #fff;
    margin-top: 30px;
}

.bread {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    color: white;
    line-height: 50px;
    color: white;
    z-index: 50;
    font-size: 18px;
}

.bread a {
    color: white;
}

/*轮播图结束*/

/*具体的数据开始*/
.steps {
    padding: 132px 0 113px 113px;

}
.now .steps-item .steps-box{
    width: 90%;
}

.steps .steps-item-sp {
    position: relative;
    padding-left: 3.75rem;
    border-left: 1px solid #e2e2e2;
}

.steps .steps-item-sp p {
    font-size: 20px;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
    /*overflow: hidden;*/
    transform: translateY(-8%);
    line-height: 30px;
}

.steps .steps-item {
    border-left: 1px solid #e2e2e2;
}

.steps .steps-item:last-child .icon {
    display: none;
}

.steps-item .steps-box {
    position: absolute;
    padding-left: 3.75rem;
}

.steps .steps-item {
    padding-top: 72px;
}

.steps .icon {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
}

.steps .steps-item .icon {
    cursor: pointer;
}

.steps .time {
    position: absolute;
    left: -113px;
    font-size: 38px;
    top: 0;
    color: #164199;
    transform: translateY(-50%);
}

.steps .steps-title {
    font-size: 16px;
    color: #3f3f3f;
    transform: translateY(-50%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
}

.steps .steps-item .steps-list {
    display: none;
}

.steps .steps-active .steps-list {
    display: block;
}

.steps .steps-active .steps-list .list-nimat {
    animation: hideIndex 1.3s;
}

@keyframes hideIndex {
    0% {
        opacity: 0;
    translate(0, 0)
    }
    100% {
        opacity: 1;
    translate(0, - 50 px)
    }
}

.steps .steps-list .list-item {
    position: relative;
    margin-top: 25px;
    padding-left: 3.75rem;
    font-size: 16px;
    color: #3f3f3f;
}

.steps .steps-list .list-item:first-child {
    margin-top: 45px;
}

.steps .steps-list .list-item > div {
    transform: translateY(-50%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.steps .steps-list .list-item:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    background-color: #cdcdcd;
}

.bold-title {
    font-style: italic;
    font-weight: 700;
}

/*具体的数据结束*/
@media all and (max-width: 768px) {
    .steps {
        padding-left: 50px;
        padding-top: 30px !important;
    }

}

@media all and (max-width: 824px) {
    .wap-banner-box {
        height: 220px;
    }

    .wap-banner {
        width: 100%;
        height: 220px;
        overflow: hidden;
        background: url("/application/index/static/image/history-banner.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .map-con-box-wrapper {
        padding-bottom: 60px;
        margin-top: 20px;
    }

    .left-title {
        font-size: 3rem;
        line-height: 59px;
    }

    .group-box {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .brand-box-title {
        font-size: 2.4rem;
    }

    .steps {
        padding: 30px 0 20px 36px;
    }

    .steps .time {
        left: -6rem;
        font-size: 2rem;
    }

    .steps-item .steps-box {
        padding-left: 2rem;
    }

    .steps .steps-item-sp {
        padding-left: 2.75rem;
    }

    .steps .steps-item {
        padding-top: 40px;
    }

    .steps .steps-list .list-item {
        padding-left: 2rem;
        margin-top: 36px;
    }

    .line {
        height: 3px;
    }

    .bold-title {
        font-size: 2rem;
    }

    .steps .steps-list .list-item > div {
        white-space: initial;
        overflow: initial;
    }

    .steps .steps-item-sp p{
        font-size: 18px;
    }

}
