body {
    background: #F8F8FC;
}

/* aboutUs */
.aboutUs-content-div {
    position: relative;
    width: 100%;
    height: 29.1rem;
}

.aboutUs-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 87.2448rem;
    height: 29.1rem;
    overflow: hidden;
}

.aboutUs-img1 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 52.5rem;
    height: 29.1rem;
    overflow: hidden;
}

.aboutUs-content p {
    position: relative;
    z-index: 9;
    width: 30.1rem;
    white-space: pre-line;
}



/* coreProducts */
.coreProducts-content-div {
    margin-top: -4.15rem;
    position: relative;
    width: 100%;
}

.coreProducts-content-bg {
    position: absolute;
    top: 11.15rem;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 25.4rem;
    background: #F3F3F9;
}

.coreProducts-content {
    position: relative;
    z-index: 2;
    justify-content: center;
    gap: 1rem;
}

.coreProducts-content>div {
    width: 24.1rem;
    height: calc(34.2rem + 15rem);
    position: relative;
    background: linear-gradient(0, #FFF 46.05%, rgba(255, 255, 255, 0.23) 62.13%, rgba(255, 255, 255, 0.00) 77.34%);
}

.coreProducts-content-item2 {
    margin-top: 6.75rem;
}

.coreProducts-content-item-img {
    position: absolute;
    bottom: calc(0 + 15rem);
    left: 0;
    width: 100%;
    z-index: 1;
}

.coreProducts-content-item1-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 16.75rem;
    left: 1.9rem;
    bottom: 1.3rem;
}

.coreProducts-content-item1-txt .desc {
    margin-top: 1.75rem;
    margin-bottom: 1.6rem;
}

.desc1 {
    margin-top: 1.5rem;
}

.coreProducts-more-btn {
    padding: 0.85rem 2rem;
    justify-content: space-between;
    align-items: center;
    background: #0066F5;
    margin: 4.5rem auto 0;
    width: 11.2rem;
}

.coreProducts-more-btn .icon {
    width: 1.3rem;
}

/* industrySolutions */
/* .industrySolutions-wrapper-div {
    overflow: hidden;
} */

.one-maintitle-div{
    justify-content: space-between;
    align-items: end;
}

.industrySolutions-wrapper {
    width: calc(19.95rem * 4 + 20px * 3);
    margin-top: 2.5em;
    margin-bottom: 2em;
    height: 24.1rem;
}

.industrySolutions-wrapper .swiper-slide {
    width: 19.95rem;
    height: 24.1rem;
}

.solutions-hover-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 42%;
    color: #fff;
    padding: 2rem;
    gap: 1.3rem;
    transition: all 0.25s;
}

.industrySolutions-wrapper .swiper-slide:hover .solutions-hover-content {
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%);
    gap: 4rem;
}

.solutions-hover-content .hover-title {
    align-items: center;
    gap: 0.55rem;
}

.solutions-hover-content .default-text {
    display: block;
}

.solutions-hover-content .hover-text {
    display: none;
}

.industrySolutions-wrapper .swiper-slide:hover .solutions-hover-content .hover-text {
    display: block;
}

.industrySolutions-wrapper .swiper-slide:hover .solutions-hover-content .default-text {
    display: none;
}


/* news */
.news {
    background: #F0F0F5;
}

.news-title-div {
    justify-content: space-between;
    align-items: flex-end;
}

.news-more-btn {
    width: 12rem;
    padding: 0.85rem 2rem;
    justify-content: space-between;
    align-items: center;
    background: #0066F5;
}

.news-more-btn span {
    color: #FFF;
}

.news-more-btn img {
    width: 1.3rem;
}

.news-content-div {
    margin-top: 2.5rem;
    height: 24.85rem;
    width: 100%;
}

.news-content-r {
    width: 51.65rem;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.news-content-l {
    width: calc(100% - 51.65rem);
    background: #F8F8FC;
}

.news-content-item {
    display: block;
    height: 6.45rem;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s;
}

.news-content-item:nth-child(2n) {
    background: #F0F0F5;
}

.news-content-item.active {
    height: 10.95rem;
}


.news-content-item-txt {
    width: 23.5rem;
}

.news-content-item .title {
    margin-top: 1.5rem;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    height: 1.8rem;
}
.news-content-item.active .title {
    color: #000;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    height: 7rem;
}

.news-content-item .date {
    margin-top: 0.1rem;
}

.news-content-item .txt {
    margin-top: 1.5rem;
    gap: 1.5rem 4.5rem;
}

/* partner */
.partner {
    background-color: #fff;
}

.partner-content-div {
    margin: 2.5rem auto 9.75rem;
    width: 63.5rem;
    flex-wrap: wrap;
    gap: 1.5rem 4.5rem;
}

.partner-content-div div {
    cursor: pointer;
    width: 12.5rem;
    height: 4rem;
    position: relative;
    flex-shrink: 0;
    opacity: 0.3;
}

.partner-content-div div:hover {
    opacity: 1;
}