.test111 {
    height: 230px !important;
    padding: 10px !important;
}

.our-mission {
    display: grid; !important;
    grid-template-columns: 1fr 1fr; /* 将容器分为两个相等宽度的列 */
    gap: 20px; /* 列之间的间距 */
}

img {
    max-width: 100%;
}

.ab-block6 div div .ic {
    font-size: 40px;
    color: #0088cc;
}

.headerbox {
    margin-bottom: 20px;
    justify-content: center;
    background-repeat: no-repeat, no-repeat;
    background-position: center center;
    background-size: cover;
    height: 300px;
    background-image: url("../Images/AboutUs/company.png");
}
.headerbox div {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    margin: 80px 20px;
    font-size: 30px;
}

.headerbox div p {
    color: #fff;
    font-size: 16px;
}

.about-us-content > img {
    width: 200px;
}

.about-us-content {
    font-size: 15px;
    line-height: 1.9;
}

.about-us-content > div > div {
    margin-bottom: 30px;
}

.ab-block3 img:nth-child(2) {
    margin-bottom: 12px;
}

.ab-block3 img:nth-child(3) {
    padding-left: 0px;
    margin-bottom: 12px;
}

.ab-block3 img:nth-child(5) {
    padding: 0px;
}

.ab-block3 > p, .ab-block7 p, .abHistory > p {
    font-size: 25px;
    font-weight: 600;
    color: #fc7418;
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
}

.ab-block6 div div {
    background-color: #f5f5f5;
    padding: 20px 12px;
    height: 100%;
}

.ab-block6 div div p {
    background-color: #0088cc;
    color: #fff;
}

.ab-block4 {
    font-weight: 500;
}

.ab-block4 span, .ab-block5 span {
    font-size: 25px;
    font-weight: 600;
    color: #0088cc;
}

td {
    padding: 8px 10px 8px 0px;
}

.timeline-container {
    display: flex;
    align-items: center;
    position: relative;
}

.timeline {
    background-color: #0075b00a;
    display: flex;
    overflow-x: hidden;
    scroll-behavior: smooth;
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.3s 0s;
    padding: 1em;
    box-sizing: border-box;
}

.timeline-item {
    min-width: 321px;
}
.owl {
    position: absolute;
    border:none;
    top:50%;
    font-size: 60px;
    color: #FF5A00;
    background-color: transparent !important;
    z-index: 999!important;
}

.owl:first-child{
    left: 0;
    transform: translateX(12px) translateY(-50%)!important;
}

.owl:last-child{
    right: 0;
    transform: translateX(-10px) translateY(-50%)!important;
}
.status {
    padding: 0px 40px 0 10px;
    display: flex;
    justify-content: center;
    border-top: 1px solid #BABBBA;
    position: relative;
    transition: all 200ms ease-in;
}

.status p {
    font-weight: normal;
    padding-top: 20px;
    font-size: 14px;
}

.status:after {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #FF5A00;
    border-radius: 25px;
    position: absolute;
    top: -7px;
    left: 0;
    transition: all 200ms ease-in;
}

.timestamp {
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 40px 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: normal;
    font-size: 28px;
}

.timeline-image {
    height: 150px;
    display: flex;
}

.timeline-image span {
    font-size: 14px;
    align-self: flex-end;
    margin-bottom: 15px;
}

.map-container {
    position: relative;
    margin: 0 auto;
}

.marker {
    position: absolute;
    width: 10px;
    height: 10px;
    cursor: pointer;

}

.marker-label {
    position: absolute;
    display: none;
    white-space: nowrap;
    font-size: 13px;
    top: -10px;
    left: 15px;
}

.marker:hover .marker-label {
    display: block;
}

.image-container {
    display: block;
}

.image-container-mobile {
    display: none;
}

@media (max-width: 767px) {
    .headerbox {
        display: none!important;
    }

    .ab-block3 img:nth-child(3) {
        padding-left: 12px;
    }

    .ab-block3 img:nth-child(5) {
        padding: 12px;
    }

    .image-container-mobile {
        display: block;
    }

    .image-container {
        display: none;
    }
    .our-mission{
        display:block;
    }
    .test111 {
        height: 100% !important;
    }
}
