/* .age_about_content{
    
} */
.age_about_content_wrap {
    max-width: 1400px;
    margin: 0 auto;
}

.age_about_content .company_name {
    display: flex;
}

.age_about_content .company_name div {
    font-size: 1.9em;
    color: #c7000b;
    padding-bottom: 6px;
    border-bottom: 2px solid #9D9D9D;
}

.age_company_desc {
    line-height: 34px;
}

.age_address {
    width: 100%;
    height: 269px;
    max-width: 1000px;
    margin: 0 auto;
}

.swiper {
    width: 100%;
    height: 100%;
}

.addressSwiper>.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* -webkit-justify-content: center;
    justify-content: center; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}



.swiper-pagination-bullet {
    width: 240px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #000;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    color: #c7000b;
    font-size: 18px;
}

.swiper-pagination-bullet-active span {
    background-color: #c7000b;
}

.swiper-pagination-bullet-active div {
    font-size: 20px;
}


.address_pagination {
    display: flex !important;
    cursor: pointer;
    align-items: center;
    font-size: 16px;
    padding-right: 40px;
    margin-bottom: 50px !important;
}

.address_pagination:last-child {

    margin-bottom: 0 !important;
}

.address_pagination span {
    margin-right: 10px !important;
    width: 8px;
    height: 8px;

    border: 1px solid #c7000b;
    border-radius: 4px;
}

/* address 子swiper */
.addressChild {
    width: 500px;
    height: 100%;
}

.addressChild1 {
    width: 100%;
    height: auto;
}

.address_pagination_wrap {
    height: 100%;
    overflow-y: scroll;
}



/* 滚动条上的滚动滑块 */

.address_pagination_wrap::-webkit-scrollbar {
    width: 6px;
}

.address_pagination_wrap::-webkit-scrollbar-thumb {
    background-color: #c7000b;
    border-radius: 32px;
}


.addressChild .swiper-pagination-bullet {
    /* margin-right: 10px !important; */
    width: 8px;
    height: 8px;
    border: 1px solid #c7000b;
    border-radius: 4px;
}

.addressChild .swiper-pagination-bullet-active {
    background-color: #c7000b;
}


/* 发展历程 */

.age_history .swiper {
    width: 100%;
    height: 289px;
    max-width: 1000px;
    margin: 0 auto;
}

.age_history .swiper-pagination-bullet-active div {
    font-size: 22px;
}

.history_desc {
    width: 500px;
}

.history_desc .year {
    font-size: 3rem;
    color: #9D9D9D;
    margin-bottom: 30px;
}

.history_desc .desc {
    font-size: 18px;
    line-height: 35px;
}

#historySwiper_m {
    display: none;
}

#addressSwiper_m {
    display: none;
}


.age_big_number_wrap .age_big_number{
    font-size:3em;
    color: #c7000b;
  }

  .age_big_number_desc div{
      padding: 3px;
  }
  
  
  .age_divider{
    display: block;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }


@media (max-width: 992px) {

    .age_about_content .company_name {
        justify-content: center;
    }

    #historySwiper {
        display: none;
    }

    #historySwiper_m {
        display: block;
    }
    .age_address {
       height:254px;
    }
    .addressSwiper {
        display: none;
    }

    #addressSwiper_m {
        display: block;
    }
    .addressChild_m {
        height: 100%;
    }
    .addressChild_m img {
        display: block;
        width: 100%;
        height: 194px;
    }
    .address_pagination_wrap_m{
        padding: 0;
        height: 60px;
        display: flex;
        overflow-x: scroll;
        bottom: 0 !important;
    }
    .address_pagination_m {
        height: 100%;
        width: auto;
        flex-shrink: 0;
        flex-grow: 0;
        padding-top: 10px;
    }
    

    .address_pagination_m > div {
        padding: 10px;
    }

    
    /* 滚动条上的滚动滑块 */
    .address_pagination_wrap_m::-webkit-scrollbar {
        height: 4px;
    }

    .address_pagination_wrap_m::-webkit-scrollbar-thumb {
        background-color: #c7000b;
        border-radius: 32px;
    }



    .history_pagination_wrap_m {
        width: 100%;
        display: flex;
        overflow-x: scroll;
    }

    

    /* 滚动条上的滚动滑块 */
    .history_pagination_wrap_m::-webkit-scrollbar {
        height: 4px;
    }

    .history_pagination_wrap_m::-webkit-scrollbar-thumb {
        background-color: #c7000b;
        border-radius: 32px;
    }

    .history_pagination_wrap_m div {
        padding: 10px 4px;
    }

    #historySwiper_m .history_pagination_m {
        width: auto;
        height: auto;
        text-align: center;
        line-height: 20px;
        font-size: 14px;
        color: #000;
        border-radius: 0;
        background-color: transparent;
        opacity: 1;
    }

    .swiper-pagination-bullet-active div {
        font-size: 16px;
        color: #c7000b;
        border-top: 1px solid #c7000b;
    }

    #historySwiper_m .history_desc {
        width: 100%;
    }


}

@media (max-width: 400px) {

    .age_big_number_desc div {
        font-size: 12px;
    }
}