.aboutUs {
    overflow: hidden;
    padding-bottom: 120px;
}

.aboutUs .page_title {
    padding-top: 30px;
    font-size: 44px;
    color: #000;
    font-weight: 100;
}

.aboutUs .company {
    display: flex;
    align-items: center;
    padding-top: 60px;
}

.aboutUs .company>div {
    flex-shrink: 0;
}

.aboutUs .company .left {
    width: 57.5%;
    background-color: #f6f6f6;
    position: relative;
    z-index: 1;
    padding: 70px 60px;
    max-height: 335px;
    overflow-y: auto;
}

.aboutUs .company .left .title {
    font-size: 32px;
    color: #000;
    font-weight: 100;
}

.aboutUs .company .left p {
    font-size: 16px;
    color: #000;
    font-weight: 100;
    line-height: 1.5;
    margin-top: 21px;
}

.aboutUs .company .right {
    height: 460px;
    width: 50%;
    margin-left: -7.5%;
    position: relative;
}

.aboutUs .company .right::before {
    content: '';
    position: absolute;
    width: 25%;
    height: 30%;
    background-color: #c7000a;
    bottom: 0;
    left: -25%;
}

.aboutUs .data_list {
    padding: 80px 0;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #e5e5e5;
}

.aboutUs .data_list .data .img {
    height: 59px;
    max-width: 90px;
    display: flex;
    align-items: center;
}

.aboutUs .data_list .data .img img {
    max-width: 100%;
    height: auto;
}

.aboutUs .data_list .data .number {
    margin-top: 30px;
    font-size: 36px;
    color: #000;
    font-weight: 600;
}

.aboutUs .data_list .data .number .num {
    font-size: 46px;
}

.aboutUs .data_list .data .txt {
    margin-top: 20px;
    font-size: 16px;
    color: #333333;
}

.aboutUs .history {
    margin-top: 80px;
}

.aboutUs .history .swiper-wrapper .item {
    width: 38.75%;
    height: 275px;
    background-color: #f6f6f6;
    padding: 73px 60px 0;
}

.aboutUs .history .swiper-wrapper .item .time {
    font-size: 32px;
    /* color: #c7000a; */
    color: #000;
    font-weight: 600;
}

.aboutUs .history .swiper-wrapper .item.swiper-slide-active .time {
    color: #c7000a;
}

.aboutUs .history .swiper-wrapper .item .txt {
    font-size: 16px;
    color: #333;
    margin-top: 25px;
    line-height: 1.8;
}

.aboutUs .times {
    padding: 0 40px;
    background: url('/themes/basic/skin/images/x.png');
    background-repeat: repeat-x;
    background-position: left center;
    margin-top: 50px;
    margin-bottom: 100px;
}

.aboutUs .times .swiper-wrapper .item .time {
    background-color: #fff;
    padding: 0 5px;
    width: max-content;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.aboutUs .times .swiper-wrapper .item .time .icon {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #333333;
    border-radius: 50%;
    position: relative;
    background-color: #fff;
}

.aboutUs .times .swiper-wrapper .item .time .icon::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333333;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.aboutUs .times .swiper-wrapper .item .time .year {
    font-size: 18px;
    color: #333333;
}

.aboutUs .times .swiper-wrapper .item.swiper-slide-thumb-active .time {
    width: 120px;
    text-align: center;
    background-color: #fff;
    background-image: url('/themes/basic/skin/images/time_bg.png');
    background-repeat: no-repeat;
    background-size: 95%;
    background-position: center;
}

.aboutUs .times .swiper-wrapper .item.swiper-slide-thumb-active .time .year {
    color: #c7000a;
}

.aboutUs .times .swiper-wrapper .item.swiper-slide-thumb-active .time .icon {
    display: none;
}

.aboutUs .target {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 125px;
    padding-bottom: 150px;
    margin: 100px 0;
}

.aboutUs .target .content {
    width: 52.813%;
    padding-left: 35px;
}

.aboutUs .target .content .title {
    font-size: 32px;
    color: #fff;
    font-weight: 100;
    padding-right: 35px;
    line-height: 1.25;
    position: relative;
    padding-bottom: 25px;
}

.aboutUs .target .content .title::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 80px;
    background-color: #fff;
    top: 0;
    left: -35px;
}

.aboutUs .target .content p {
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
    line-height: 25px;
    font-weight: 100;
}

/* .aboutUs .what {
    padding-top: 100px;
} */

.aboutUs .what .cont {
    display: flex;
    align-items: center;
}

.aboutUs .what .cont>div {
    flex-shrink: 0;
}

.aboutUs .what .cont .left {
    width: 50%;
    position: relative;
    z-index: 0;
    height: 460px;
}

.aboutUs .what .cont .right {
    width: 57.5%;
    margin-left: -7.5%;
    position: relative;
    z-index: 1;
    height: 335px;
    background-color: #f6f6f6;
}

.aboutUs .what .cont .right .swiper_what {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.aboutUs .what .cont .right .swiper_what .tool {
    position: absolute;
    width: 200px;
    height: 62px;
    right: 0;
    bottom: -60px;
    background-color: #c7000a;
}

.aboutUs .what .cont .right .swiper_what .tool .swiper_what_pagination {
    height: 62px;
    bottom: auto;
    line-height: 62px;
    color: #fff;
    font-weight: 100;
}

.aboutUs .what .cont .right .swiper_what .tool .swiper_what_pagination .swiper-pagination-current {
    font-size: 24px;
}

.aboutUs .what .cont .right .swiper_what .tool .swiper_what_prev,
.aboutUs .what .cont .right .swiper_what .tool .swiper_what_next {
    width: 17px;
    height: 13px;
    background: url('/themes/basic/skin/images/swiper_arrow.png');
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.aboutUs .what .cont .right .swiper_what .tool .swiper_what_prev {
    left: 30px;
    transform: rotateZ(180deg) translateY(50%);
}

.aboutUs .what .cont .right .swiper_what .tool .swiper_what_next {
    right: 30px;
}

.aboutUs .what .cont .right .swiper_what .item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 60px;
}

.aboutUs .what .cont .right .swiper_what .item .title {
    padding-left: 30px;
    border-left: 2px solid #c7000a;
}

.aboutUs .what .cont .right .swiper_what .item .title .en {
    font-size: 32px;
    color: #c7000a;
    text-transform: uppercase;
}

.aboutUs .what .cont .right .swiper_what .item .title .cn {
    font-size: 32px;
    color: #000;
    font-weight: 100;
    margin-top: 15px;
}

.aboutUs .what .cont .right .swiper_what .item .txt {
    padding-left: 30px;
    font-size: 16px;
    color: #333333;
    font-weight: 100;
    margin-top: 40px;
    line-height: 1.5;
}

@media (max-width:1669px) {
    .aboutUs .company .left {
        padding: 30px 40px;
    }

    .aboutUs .company .right {
        height: auto;
    }
}

@media (max-width:1280px) {
    .aboutUs .company {
        display: block;
    }

    .aboutUs .company .left {
        max-height: max-content;
        width: 100%;
    }

    .aboutUs .company .right {
        margin-left: 0;
        width: 100%;
    }

    .aboutUs .company .right img {
        width: 100%;
    }

    .aboutUs .company .right::before {
        display: none;
    }

    .aboutUs .history .swiper-wrapper .item {
        height: 200px;
        padding: 30px 25px 0;
    }

    .aboutUs .what .cont {
        display: block;
    }

    .aboutUs .what .cont .left {
        width: 100%;
        height: auto;
    }

    .aboutUs .what .cont .left img {
        width: 100%;
    }

    .aboutUs .what .cont .right {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width:991px) {
    .aboutUs .data_list {
        flex-wrap: wrap;
        padding: 80px 0;
        padding-top: 40px;
    }

    .aboutUs .data_list .data {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }

    .aboutUs .target .content{
        width: 100%;
    }

}

@media (max-width:681px) {
    .aboutUs .company .left{
        padding: 20px;
    }

    .aboutUs .target .content{
        padding-left: 0;
    }

    .aboutUs .target .content .title{
        padding-right: 0;
        font-size: 24px;
        padding-bottom: 0;
    }

    .aboutUs .target .content .title::before{
        display: none;
    }

    .aboutUs .target{
        padding: 60px 0;
        margin-top: 50px;
    }

    .aboutUs .what .cont .right .swiper_what .item{
        padding: 0 10px;
    }

    .aboutUs .what .cont .right .swiper_what .item .title{
        border: none;
        padding-left: 0;
    }

    .aboutUs .what .cont .right .swiper_what .item .txt{
        padding-left: 0;
        line-height: 1.5;
        margin-top: 20px;
    }
}