/* 面包屑 */

.breadcrumbCont {
    margin-left: calc((100% - 1400px)/2);
    display: flex;
    align-items: center;
    padding: 24px 0;
}

.breadcrumbCont li,
.breadcrumbCont li a {
    color: #7D7D7D;
}

.breadcrumbCont li {
    margin-right: 6px;
}

.breadcrumbCont li a[href]:hover {
    color: #DA0030;
}

.breadcrumbCont li::after {
    content: '>';
}

.breadcrumbCont li:last-child::after {
    display: none;
}

.aggregationBanner {
    position: relative;
}

.aggregationBanner img {
    width: 100%;
}

.aggregationBannerText {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    left: calc((100% - 1400px)/2);
}

.aggregationBannerText h2 {
    color: #FFF;
    font-size: 48px;
    font-weight: 700;
}

.aggregationBannerText p,
.aggregationBannerText p span {
    margin-top: 12px;
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    background: unset;
    display: block;
    height: unset;
    line-height: unset;
    padding: unset;
    border-radius: unset;
}

.aggregationBannerText span {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    padding: 0 36px;
    color: #FFF;
    background: #E60039;
    border-radius: 4px;
    margin-top: 24px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.aggregationBanner a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.aggregationBanner:hover .aggregationBannerText span {
    background: #CC002D;
}

.aggregationBanner:hover .aggregationBannerText p span {
    background: unset;
}

.aggregationBanner .swiper-pagination {
    bottom: 24px!important;
}

.aggregationBanner .swiper-pagination-bullet {
    background: rgba(125, 125, 125, 0.9);
}

.aggregationBanner .swiper-pagination-bullet-active {
    opacity: 1;
}

h2.aggregationTitle {
    color: #2A2B2E;
    font-size: 36px;
    font-weight: 700;
    line-height: 150%;
    text-align: left;
    margin-bottom: 60px;
}

.solutionClassify {
    margin-bottom: 80px;
}

.aggregationCont {
    width: 1400px;
    margin: 120px auto 80px auto;
}

.aggregationInfo {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.tabCont {
    flex-shrink: 0;
}

.tabInfo {
    position: relative;
    color: #6A6B6D;
    font-size: 18px;
    font-weight: 400;
    padding: 0 20px;
    margin-bottom: 24px;
    cursor: pointer;
}

.tabInfo.active {
    pointer-events: none;
    color: #E60039;
}

.tabInfo.active::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #E60039;
}

.rightCont {
    text-align: center;
}

.gridCont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.gridCont>* {
    max-width: 332px;
    width: 100%;
}

.gridCard {
    padding: 16px;
    background: #F7F9FA;
    position: relative;
}

.gridCard a,
.gridlist a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cardInfo {
    display: flex;
    align-items: flex-start;
}

.cardText h3,
.listText h3 {
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cardText p,
.listText p {
    overflow: hidden;
    color: #6A6B6D;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 12px;
    text-align: left;
}

.listText p {
    min-height: 42px;
}

.cardArrow {
    width: 24px;
    height: 24px;
    background-image: url(../RJ-img/arrow.svg);
    background-position: 0 0;
    margin-left: auto;
    margin-top: 16px;
}

.cardImg {
    width: 40px;
    margin-right: 16px;
    flex-shrink: 0;
}

.cardImg img {
    width: 100%;
}

.gridlist {
    background: #F7F9FA;
    position: relative;
    border-radius: 4px;
}

.listImg {
    height: 158px;
    background-position: center center;
    background-size: cover;
}

.listText {
    padding: 24px;
}

.listText span {
    margin-top: 16px;
    display: flex;
    align-items: center;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.listText span::after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../RJ-img/link.svg);
    background-size: cover;
    transition: transform 0.3s ease;
}

.listText h3 {
    min-height: 48px;
}

.moreBtn {
    display: inline-block;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    height: 46px;
    line-height: 46px;
    margin-top: 40px;
    border-radius: 4px;
    border: 1px solid #E60039;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    padding: 0 40px;
}

.bottomCont {
    position: relative;
    margin-bottom: 120px;
}

.bottomCont img {
    width: 100%;
}

.bottomText {
    position: absolute;
    top: 50%;
    left: calc((100% - 1400px)/2);
    transform: translateY(-50%);
}

.bottomText h3 {
    color: #2A2B2E;
    font-size: 48px;
    font-weight: 700;
}

.bottomText h3 span {
    color: #E60039;
}

.bottomText p {
    margin-top: 8px;
    color: #6A6B6D;
    font-size: 18px;
    font-weight: 400;
}

.bottomText a {
    margin-top: 24px;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0 24px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    background: #E60039;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
}

#caseCont .swiper-pagination {
    display: none;
}

.tabText {
    display: none;
}

@media screen and (min-width: 1200px) {
    .moreBtn:hover {
        background: #E60039;
        color: #FFF;
    }
    .gridCard:hover .cardArrow {
        background-position: 0 -24px;
    }
    .gridCard:hover .cardText h3 {
        color: #E60039;
    }
    .gridlist:hover .listText span::after {
        transform: translateX(10px);
    }
    .bottomText a:hover {
        background: #CC002D;
    }
}

@media screen and (max-width:1921px) {
    .aggregationCont {
        margin: 80px auto;
    }
}

@media screen and (max-width:1440px) {
    .breadcrumbCont {
        margin-left: calc((100% - 1200px)/2);
    }
    .aggregationBannerText {
        left: calc((100% - 1200px)/2);
    }
    .aggregationBannerText h2 {
        font-size: 42px;
    }
    .aggregationBannerText p {
        font-size: 20px;
    }
    .aggregationCont {
        width: 1200px;
    }
    h2.aggregationTitle {
        font-size: 28px;
    }
    .tabInfo {
        padding: 0 16px;
        font-size: 16px;
    }
    .gridCont>* {
        max-width: 285px;
        width: 100%;
    }
    .cardText h3,
    .listText h3 {
        font-size: 16px;
    }
    .listImg {
        height: 132px;
    }
    .listText h3 {
        min-height: 42px;
    }
    .listText span {
        font-size: 14px;
    }
    .moreBtn {
        padding: 0 32px;
    }
    .bottomText {
        left: calc((100% - 1200px)/2);
    }
    .bottomText h3 {
        font-size: 42px;
    }
}

@media screen and (max-width:1281px) {
    .breadcrumbCont {
        margin-left: calc((100% - 1100px)/2);
    }
    .aggregationBannerText {
        left: calc((100% - 1100px)/2);
    }
    .aggregationBannerText h2 {
        font-size: 36px;
    }
    .aggregationBannerText p {
        font-size: 18px;
        max-width: 420px;
    }
    .aggregationCont {
        width: 1100px;
        margin: 80px auto 40px auto;
    }
    .gridCont>* {
        max-width: 250px;
    }
    .cardArrow {
        width: 20px;
        height: 20px;
        background-size: cover;
    }
    .gridCard:hover .cardArrow {
        background-position: 0 -20px;
    }
    .gridCard {
        padding: 12px;
    }
    .listText {
        padding: 20px;
    }
    .bottomText {
        left: calc((100% - 1100px)/2);
    }
    .bottomText h3 {
        font-size: 32px;
    }
    .bottomText p {
        font-size: 16px;
    }
    .bottomText a {
        padding: 0 20px;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    .moreBtn {
        height: 40px;
        line-height: 40px;
        padding: 0 24px;
        font-size: 14px;
    }
    h2.aggregationTitle {
        font-size: 24px;
    }
}

@media screen and (max-width:1200px) {
    .aggregationBannerText {
        left: 48px;
    }
    .aggregationBannerText h2 {
        font-size: 28px;
    }
    .aggregationBannerText p {
        font-size: 16px;
    }
    .aggregationBannerText span {
        height: 40px;
        line-height: 40px;
        padding: 0 32px;
        font-size: 14px;
        margin-top: 12px;
    }
    .breadcrumbCont {
        margin-left: 48px;
    }
    .aggregationCont {
        width: 100%;
        margin: 80px auto 40px auto;
        padding: 0 60px;
    }
    .gridCont {
        grid-template-columns: repeat(2, 1fr);
    }
    .gridCont>* {
        max-width: 400px;
    }
    .tabCont {
        margin-right: 40px;
    }
    .bottomText {
        left: 60px;
    }
    .bottomText h3 {
        font-size: 28px;
    }
    .bottomText p {
        font-size: 14px;
    }
    .bottomText a {
        margin-top: 12px;
    }
}

@media screen and (max-width:768px) {
    .breadcrumbCont {
        display: none;
    }
    .aggregationBannerText {
        left: 0;
        transform: translateY(-50%);
        padding: 0 28px;
    }
    .aggregationBannerText h2 {
        font-size: 32px;
    }
    .aggregationCont {
        box-sizing: border-box;
        margin: 40px auto;
        padding: 0 20px;
    }
    .aggregationInfo {
        flex-wrap: wrap;
    }
    .tabCont {
        margin-right: unset;
        width: 100%;
    }
    h2.aggregationTitle {
        margin-bottom: 20px;
        text-align: center;
    }
    .gridCont>* {
        max-width: unset;
    }
    .gridCont {
        grid-template-columns: repeat(1, 1fr);
    }
    .gridCard {
        padding: 16px;
    }
    .cardText h3,
    .listText h3 {
        font-size: 18px;
    }
    #caseCont .swiper-pagination {
        display: block;
    }
    #caseCont .swiper-pagination-bullet {
        opacity: 1;
        width: 38px;
        height: 4px;
        border-radius: unset;
        background: #E4E8EB;
    }
    #caseCont .swiper-pagination-bullet-active {
        background: #E60039;
    }
    .bottomText {
        left: 20px;
    }
    .bottomText a {
        font-size: 16px;
        padding: 0 24px;
        margin-top: 24px;
    }
    .rightCont {
        margin-top: 20px;
        width: 100%;
    }
    #caseCont .gridCont {
        grid-template-columns: unset;
        gap: unset;
    }
    #caseCont .swiper-container {
        padding-bottom: 24px;
    }
    .bottomCont {
        margin-bottom: 40px;
    }
    .tabCont {
        max-height: 240px;
        overflow-y: scroll;
        display: none;
        position: sticky;
        top: 116px;
        z-index: 10;
        background: #F7F9FA;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    .tabText {
        display: block;
        position: sticky;
        top: 64px;
        z-index: 10;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        border-bottom: 1px solid #D5D5D5;
        background: #F7F9FA;
        color: #6A6B6D;
        font-size: 18px;
        font-weight: 400;
        line-height: 150%;
        padding: 12px;
    }
    .tabText.active::after {
        transform: rotate(-90deg);
    }
    .tabText::after {
        transition: transform 0.3s ease;
        content: '';
        display: block;
        width: 24px;
        height: 24px;
        background-image: url(../RJ-img/link.svg);
        transform: rotate(90deg);
    }
    .tabInfo {
        padding: 12px 16px;
        margin-bottom: 0;
    }
    .tabInfo.active::before {
        display: none;
    }
}

@media screen and (max-width:520px) {
    .aggregationBannerText h2 {
        font-size: 24px;
    }
    .aggregationBannerText p,
    .aggregationBannerText p span {
        font-size: 16px;
    }
}