.head-thumb {
    background-image: url("../../../Video/Views/img/video_bg.jpg");
}

.company-body {
    padding: 50px 15px 100px;
    line-height: 30px;
}

.company-body .title {
    font-size: 32px;
    line-height: 48px;
    height: 48px;
    color: #333;
    text-align: center;
    padding: 0 15px;
}

.company-body .ens {
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    color: #c4c4c4;
    text-align: center;
    padding: 0 15px;
}

.article-body {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    padding: 25px 15px 20px;
}

.article-body p { text-indent: 2em; }

/* region ↓发展历程↓ */
.development-history {
    background-color: #F5F5F5;
    /*height: 640px;*/
    padding-top: 70px;
    padding-bottom: 70px;
}

.development-history .title {
    font-size: 32px;
    line-height: 48px;
    height: 48px;
    color: #333;
    text-align: center;
    padding: 0 15px;
}

.development-history .ens {
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    color: #c4c4c4;
    text-align: center;
    padding: 0 15px;
}

.development-history .swiper {
    width: 100%; height: 100%;
    padding-top: 30px;
}

.swiper-slide {
    background-color: white;
    min-height: 418px;
}

.development-history .swiper-slide .content {
    width: 100%;
    height: 100%;
    padding: 20px 40px;
}

.development-history .swiper-slide .title {
    text-align: left;
    font-size: 22px;
    line-height: 64px;
    height: 64px;
    color: #222;
    padding: 0;
}

.development-history .scroll-wrap {
    line-height: 24px;
    font-size: 14px;
    color: #666;
}

.development-history .scroll-wrap p {
    margin-bottom: 10px;
}

.development-history .swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal {
    position: relative;
    bottom: -30px;
    top: auto;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: rgb(0, 129,62);
}

.swiper-button-next, .swiper-button-prev {
    color: gray;
}

#pagination-scale {
    display: flex;
    justify-content: space-between;
    position: relative;
    bottom: -32px;
    color: lightgray;
    font-size: 12px;
}

#pagination-label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    bottom: -30px;
}
/* endregion ↑发展历程↑ */

.bottom-img {
    height: 620px;
    background: url("../img/company/bottom-bg.jpg") no-repeat center top;
    padding-top: 155px;
}

.bottom-img .content {
    width: 705px;
    height: 285px;
    background: rgba(0, 0, 0, .3);
    line-height: 28px;
    font-size: 14px;
    color: white;
    padding: 44px 40px;
}

@media (max-width: 768px) {
    .bottom-img {
        height: 560px;
        padding-top: 90px;
    }
    .bottom-img .content {
        width: 100%;
        height: 385px;
        padding: 10px;
    }
}

.bottom-img .content .title {
    font-size: 32px;
    line-height: 46px;
}

.bottom-img .content .ens {
    font-size: 22px;
    padding-bottom: 16px;
}
