/* .page-template-about .content {
    max-width: 1440px;
} */

.page-template-about .contact_us .content ,
.page-template-about .home-about .content {
    max-width: 1220px;
}
.about-banner .overlay {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
div.all-banner.about-banner {
    padding: 10rem 0 16rem;
    background: url('../images/about-banner.webp') no-repeat bottom/cover;
    position: relative;
}
.about-banner .content {
    position: relative;
    z-index: 2;
}
.all-banner span.subtitle {
    color: #fff;
}
div.all-banner.about-banner h1 {
    font-size: 52px;
    margin-bottom: 1rem;
    color: #fff;
}

div.all-banner.about-banner .button_red {
    padding: 13px 60px;
    font-weight: 400;
}

div.all-banner.about-banner .button_red:hover {
    background-color: white;
    border-color: white;
    color: var(--hover-color);
}

div.all-banner.about-banner p {
    font-size: 16px;
    color: #fff;
    line-height: 1.8rem;
    margin-bottom: 4rem;
    width: 60%;
}

.page-template-about .our_service {
    padding: 6rem 0 12rem;
}

div.about-page-head .content {
    position: relative;
    padding: 100px 0 550px;
}

div.about-page-head .title-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 65px;
}

div.about-page-head .video {
    width: 100%;
    height: 780px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(30%);
}

div.about-page-head .title-box>div {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div.about-page-head .title-box span {
    color: var(--hover-color);
    font-size: 18px;
    margin-bottom: 25px;
    display: inline-block;
}

div.about-page-head .title-box p {
    line-height: 28px;
    color: #616161;
}

div.about-page-head .title-box h2 {
    font-size: 3.4rem;
    line-height: 75px;
    font-weight: 400;
}

div.about-xingbao {
    padding: 340px 0 120px;
    background-color: #eee;
    margin-bottom: 80px;
}

div.about-xingbao h3 {
    padding-left: 20px;
    font-weight: 18px;
    font-weight: 450;
    position: relative;
    margin-bottom: 30px;
}

div.about-xingbao h3::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    background-color: #000;
}

div.about-xingbao ul.text-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

div.about-history {
    padding: 70px 0 150px;
}

div.about-history .title-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 110px;
}

div.about-history .title-box span {
    color: var(--hover-color);
    display: inline-block;
    font-size: 18px;
    margin-bottom: 20px;
}

div.about-history .title-box h2 {
    font-size: 2.7rem;
    line-height: 75px;
    font-weight: 400;
}

div.about-history .title-box p {
    line-height: 28px;
    color: #616161;
    width: 540px;
}

div.about-history .history-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.about-history ul.history-list {
    width: 20%;
    position: relative;
}

div.about-history ul.history-list::after {
    position: absolute;
    left: 20px;
    top: 0;
    content: "";
    height: 100%;
    width: 5px;
    background-color: var(--hover-color);
}

div.about-history ul.history-list li {
    padding: 25px 0;
    padding-left: 65px;
    font-size: 20px;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

div.about-history ul.history-list li.active {
    padding-left: 80px;
}

div.about-history ul.history-list li::after {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 20px;
    width: 20px;
    transition: all 0.3s ease;
    border-radius: 50%;
    background-color: var(--hover-color);
}

div.about-history ul.history-list li.active::after {
    height: 50px;
    width: 50px;
    left: -2px;
    border-radius: 0;
    background: url('../images/page_about_us-company_history-swiper_active.png')no-repeat center /cover;
    background-size: contain;
}

div.about-history .swiper-history {
    width: 80%;
    margin: 0;
    padding: 10px;
}

div.about-history .swiper-history .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

div.about-history .swiper-history .swiper-slide>div {
    width: 50%;
    height: 485px;
}

div.about-history .swiper-history .swiper-slide .content-box {
    padding: 110px 80px 110px 30px;
}

div.about-history .swiper-history .content-box span {
    color: var(--hover-color);
    font-size: 18px;
    display: inline-block;
    margin-bottom: 20px;
}

div.about-history .swiper-history .content-box h3 {
    font-size: 1.6rem;
    margin-bottom: 25px;
}

div.about-history .swiper-history .content-box p {
    line-height: 28px;
    font-size: 15px;
    color: #616161;
}

ul.text-list li {
    width: 46%;
    font-size: 17px;
    color: #616161;
    line-height: 27px;
}

ul.xingbao-yeji {
    display: flex;
    justify-content: space-between;

}

ul.xingbao-yeji li {
    flex: 1;
    text-align: center;
}

ul.xingbao-yeji li .img-box {
    width: 84px;
    height: 84px;
    margin: 0 auto;
    margin-bottom: 90px;
    position: relative;

}

ul.xingbao-yeji li .img-box::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -60%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--hover-color);
}

ul.xingbao-yeji li strong {
    font-size: 2.6rem;
    margin-bottom: 25px;
    display: inline-block;
    font-weight: 450;
}




.our_service .our_service-title span {
    display: block;
    text-align: center;
    font-size: 18px;
    color: var(--hover-color);
}

.our_service .our_service-title h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 85px;
}

.our_service-title p {
    text-align: center;
    line-height: 28px;
    width: 600px;
    margin: 0 auto;
}

.our_service .our_service-list {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(3, 31.6%);
    margin-top: 60px;
    /* row-gap: 45px;  */
}

.our_service .choose_us-item {
    padding: 40px;
    padding-bottom: 50px;
    margin-bottom: 45px;
}

.our_service .choose_us-item p {
    font-weight: lighter;
    opacity: 0.9;
}

.our_service .choose_us-item .learn_more {
    font-weight: normal;
}

div.about-equipment {
    padding: 80px 0;
    text-align: center;
}

div.about-equipment span {
    color: var(--hover-color);
    font-size: 20px;
}

div.about-equipment h2 {
    font-size: 2.8rem;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 20px;
}

div.about-equipment P {
    width: 600px;
    margin: 0 auto;
    line-height: 28px;
}

div.about-equipment .swiper {
    margin-top: 80px;
    padding: 30px 0;
}

div.about-equipment .swiper-slide {
    height: 460px;
    transition: all 0.3s ease;
    transform: scale(0.95);
}

div.about-equipment .swiper-slide-active {
    transform: scale(1.05);
}

div.about-customer {
    padding: 10rem 0;
    overflow: hidden;
    max-width: 100%;
}

div.about-customer .template__title {
    text-align: left;
    margin-bottom: 4rem;
    position: relative;
}

div.about-customer .template__title span {
    text-align: left;
}

div.about-customer .template__title .swiper-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    column-gap: 2rem;
    --swiper-navigation-color: white;
    --swiper-navigation-size: 1.5rem;
}

div.about-customer .template__title .swiper-btn div {
    position: relative;
    left: unset;
    top: unset;
    right: unset;
    bottom: unset;
    margin-top: 0;
    background: linear-gradient(to right, #07923c, #5dac2e);
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

div.about-customer .template__title .swiper-btn div.swiper-button-disabled {
    background: #242424;
}

div.about-customer .swiper-slide {
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    padding: 50px;
    background: url('../images/customers-bg.svg') no-repeat;
    background-position: 10% 10%;
    background-size: 7rem;
}

div.about-customer .swiper-slide h3 {
    font-size: 26px;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
    font-weight: 500;
}

div.about-customer .swiper-slide>p {
    color: #424242;
    font-size: 18px;
    line-height: 1.8rem;
}

div.about-customer .swiper-slide .customer-footer {
    display: flex;
    align-items: center;
    margin-top: 4rem;
}

div.about-customer .swiper-slide .customer-footer .img-content {
    width: 140px;
    height: 80px;
    object-fit: contain;
    margin-right: 1rem;
}

div.about-customer .swiper-slide .customer-footer .text-content {
    border-left: 1px solid #d8d8d8;
    padding-left: 1.5rem;
}

div.about-customer .swiper-slide .customer-footer .text-content h4 {
    margin-bottom: 0.5rem;
    font-size: 20px;
    font-weight: 600;
}

div.about-customer .swiper-slide .customer-footer .text-content p {
    opacity: 0.5;
}

div.about-customer .about-customer-box {
    position: relative;
    margin-bottom: 6rem;
}

div.about-customer .swiper-pagination {
    bottom: -5rem;
    left: 50%;
    transform: translateX(-50%);
}

div.about-customer .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    border-radius: 50%;
    margin-right: 15px;
    border: 2px solid #aaaaaa;
    --swiper-pagination-bullet-size: 16px;
}

div.about-customer .swiper-pagination .swiper-pagination-bullet-active {
    background: linear-gradient(to right, #07923c, #5dac2e);
    border-color: var(--hover-color);
}

.service_locations {
    text-align: center;
}

.service_locations .service_locations-main {
    margin-top: 4rem;
}

.service_locations .service_locations-main img {
    max-width: 100%;
}