html {
    overflow-x: hidden;
}

.sub_content {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}

.content_top {
    padding: 0 .4rem !important;
}

.content_top_bar {
    margin-bottom: 0.5rem !important;
}

/* 公司历程 */
.history {
    width: 100%;
    height: 20vw;
    padding:0 5vw;
    display: flex;
    align-items: center;
    background: url('../../img/subpage/历程背景图.jpg') no-repeat;
    background-size: 100% 100%;
    font-family: PangMenZhengDao-3 !important;
    overflow-x: scroll;
}

.history::-webkit-scrollbar {
    display: none;
    -webkit-overflow-scrolling: touch;
}

.history-nav {
    margin-left: 1vw;
    display: flex;
}
.history-nav-item{
    position: relative;
    justify-content: center;
}

.history-nav .year {
    color: #FFFFFF;
    font-size: .28rem;
    font-weight: 500;
    margin-left: -1.6vw;
    position: absolute;
    top: -6vw;
    left: -2.5vw;
    width: 10.5vw;
    height: 6vw;
    line-height: 6vw;
    text-align: center;
}

.history-nav .node {
    margin-top: 0.5vw;
    display: flex;
    align-items: center;
}

.history-nav .core {
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.33);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dot {
    width: 1.5vw;
    height: 1.5vw;
    border-radius: 50%;
    background: #FFFFFF;
    cursor: pointer;
}

.history-nav .line {
    width: 30vw;
    height: 0.2vw;
    background: rgba(255, 255, 255, 0.33);
}

/* 年度下月份历程 */
.drag-slide-box {
    padding: 2vw 0;
    width: 100%;
}
.drag-slide-box img {
    width: 100%;
    height: auto;
}

.history-content-block {
    padding-left: 3.9vw;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.history-content-none {
    display: none;
}

.history-content .year {
    margin-left: 0.3vw;
    color: #C40518;
    font-size: .4rem;
    font-weight: 600;
    font-family: PangMenZhengDaoBiaoTi;
    margin-top: 2vw;
    margin-bottom: 3vw;
}

.month-nav {}

.month-nav-item {
    display: flex;
    padding-top: 2vw;
    padding-bottom: 2vw;
    position: relative;

}

.month-nav .node {
    display: flex;
    align-items: center;
    height: 4vw;
}

.month-nav .core {
    width: 1.2vw;
    height: 1.25vw;
    border-radius: 50%;
    background: #C40518;
    margin: 0 2vw;
}

.year-line {
    position: absolute;
    margin-top: 0.56vw;
    height: 100%;
    width: 0.13vw;
    background: #b1b1b1;
}

.month-nav .line {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0.13vw;
    background: #b1b1b1;
}

.month-nav .month {
    color: #585858;
    width: 14vw;
    font-size: .26rem;
    font-weight: 550;
    margin-right: .1rem 0rem .05rem 0rem;
    font-family: SourceHanSansCN;
}

.month-nav .describe {
    font-size: 0.24rem !important;
    width: calc(100vw - 26vw);
}

.month-nav .describe p span {
    font-size: 0.24rem !important;
}