header a {
    color: #252626;
}

.header1 {
    background: linear-gradient(180deg, rgba(141, 138, 131, 0.02) 0%, rgba(255, 255, 255, 0.02) 100%) !important;
    backdrop-filter: blur(24px);
}

.aboutUs-content > img {
    display: block;
    width: 100%;
    height: 50rem;
}

.aboutUs-content {
    background-color: white;
}

.aboutUs-content .cont {
    width: 128rem;
    margin: 0 auto 8rem;
}

.aboutUs-content .cont .title {
    position: relative;
    width: 100%;
    height: 8.8rem;
    margin: 8rem 0;
}

.aboutUs-content .cont .title > img {
    display: block;
    width: 64rem;
    height: 8.8rem;
}

.aboutUs-content .cont .title > span {
    font-size: 3.6rem;
    font-weight: 700;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
}

.aboutUs-content .cont .introduction {
    display: flex;
}

.aboutUs-content .cont .introduction > .img {
    overflow: hidden;
}

.aboutUs-content .cont .introduction > .img,
.aboutUs-content .cont .introduction > .img > img {
    display: block;
    width: 60rem;
    height: 38.8rem;
    margin-right: 6rem;
    transition: 0.5s;
}

.aboutUs-content .cont .introduction > div > img {
    display: block;
    width: 18.4rem;
    height: 5rem;
    margin-bottom: 2.4rem;
    margin-top: .4rem;
}

.aboutUs-content .cont .introduction .line {
    border-top: 1px solid #EBEDF0;
}

.aboutUs-content .cont .introduction article {
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: 400;
    margin-top: 4rem;
}

.introduction .contRight {
    flex: 1;
}

.abouUsbanner {
    width: 128rem;
    margin: 0 auto 12rem;
}

.abouUsbanner .banner-img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;;
}

.abouUsbanner img {
    display: block;
    width: 100%;
    height: 54rem;
}

.abouUsbanner span {
    display: block;
    text-align: center;
    margin-top: 3.2rem;
    font-size: 2rem;
}

.abouUsbanner-left,
.abouUsbanner-right {
    display: block;
    width: 4.8rem;
    height: 4.8rem;
}

.abouUsbanner-left {
    position: absolute;
    top: 50%;
    margin-top: -2.4rem;
    left: 19.2rem;
    z-index: 20;
}

.abouUsbanner-right {
    position: absolute;
    top: 50%;
    margin-top: -2.4rem;
    right: 19.2rem;
    z-index: 20;
}

.aboutUs-content .cont .introduction > .img > img:hover {
    transform: scale(1.1);
}