.ctaBtns {
    text-align: center;
    margin-top: 20px;
}
.n-main-btn:hover{
    color: #FFFFFF;
}

.caseSeciton {
    display: flex;
    justify-content: space-between;
}

.caseCards {
    width: 688px;
}

#caseSwiper-qy .swiper-pagination {
    display: none;
    bottom: 0;
}

#caseSwiper-qy .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    background: #E4E8EB;
    border-radius: 0;
    opacity: 1;
}

#caseSwiper-qy .swiper-pagination-bullet-active {
    background: #E60039;
}

.caseCard {
    background-color: #FFFFFF;
    border: 1px solid #E3E5E6;
    border-radius: 4px;
}

.swiper .n-project-btn {
    display: inline-block;
}

.caseCardText {
    padding: 24px;
}

.caseCardText h3 {
    color: #2A2B2E;
    font-size: 32px;
    font-weight: 700;
    line-height: 150%;
}

.caseCardText b {
    display: block;
    margin-top: 4px;
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
}

.caseCardText p {
    margin-top: 16px;
    margin-bottom: 24px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    min-height: 96px;
}

.caseCardTabs {
    width: 688px;
    background: #FFFFFF;
    border: 1px solid #E3E5E6;
    border-radius: 4px;
}

.caseCardTab {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12.5px 24px;
    cursor: pointer;
}

.caseCardTab.active {
    background: #E4E8EB;
    pointer-events: none;
}

.caseCardTab.active::before {
    position: absolute;
    height: 100%;
    content: '';
    width: 4px;
    background: #E60039;
    top: 0;
    left: 0;
}

.caseCardTab h3 {
    color: #2A2B2E;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    display: flex;
    align-items: center;
}

.caseCardTab p {
    margin-top: 6px;
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.caseCardTab img {
    width: 192px;
    margin-right: 16px;
}

#caseSwiper-qy a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#anli-qy{
    background-image: url(../RJ-img/qy-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.case-tag{
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.40);
    padding: 0 20px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
}
.h3-tag{
    color: #0175E8;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    border-radius: 4px;
    border: 1px solid rgba(1, 117, 232, 0.60);
    background: rgba(1, 117, 232, 0.05);
    padding: 2px 8px;
    margin-right: 6px;
}
.circle{
    border-radius: 44px;
    padding: 12px 48px;
}

#anli-qy .ctaBtns,
#anli-yl .ctaBtns{
    margin-top: 40px;
}

.caselist {
    position: relative;
    background: #F7F9FA;
}

.caselistText {
    padding: 16px;
}

.caselist h3 {
    color: #2A2B2E;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
}

.caselist b {
    margin-top: 4px;
    display: block;
    overflow: hidden;
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 54px;
}

.caselist p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 16px;
    margin-bottom: 28px;
    color: #6A6B6D;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.caselist span {
    display: flex;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.caselist span::after {
    content: '';
    display: block;
    margin-left: 8px;
    width: 24px;
    height: 24px;
    background-image: url(../RJ-img/arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: margin-left .16s linear;
}

.caselist a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.caselistImg {
    overflow: hidden;
}

.caselistImg img {
    transition: transform .16s linear;
}
.n-page-desc{
    font-size: 20px;
}
#why-choose-rj{
    background-image: url(../RJ-img/why-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#why-choose-rj .n-page-desc span{
    color: #E60039;
    font-size: 36px;
    line-height: 150%;
}
#why-choose-rj .n-page-desc span:first-child{
    margin-right: 19px;
}
#why-choose-rj .n-page-desc span:last-child{
    margin-left: 19px;
}
.why-img{
    width: 688px !important;
    margin-bottom: 60px;
}

.contactCont {
    background-image: url(../RJ-img/contactBg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.contactInfo {
    display: flex;
    align-items: center;
    width: 1400px;
    margin: 0 auto;
}

.contactCont .contactInfo img {
    width: unset;
    height: 220px;
    margin-right: 60px;
}

.contactInfo h2 {
    color: #2A2B2E;
    font-size: 30px;
    font-weight: 700;
    line-height: 150%;
}

.contactInfo a.n-project-btn.red {
    margin-top: 24px;
    padding: 0 68px;
}
.contactInfo .n-main-btn{
    display: block;
    margin-top: 24px;
    padding: 12px 60px;
}

@media screen and (min-width:768px) {
    .caselist:hover span::after {
        margin-left: 16px;
    }
    .caselist:hover .caselistImg img {
        transform: scale(1.05);
    }
}
@media screen and (max-width:1600px) {
    .caseCards,
    .caseCardTabs {
        width: 592px;
    }
    .caseCardText h3 {
        font-size: 28px;
    }
    .caseCardTab h3 {
        font-size: 20px;
    }
    .caseCardTab img {
        width: 170px;
    }
    .why-img {
        width: 588px !important;
    }
    .contactInfo {
        width: 1200px;
    }
}
@media screen and (max-width:1400px) {
    .caseCardText h3 {
        font-size: 24px;
    }
    .caseCardText b {
        font-size: 16px;
    }
    .caseCardText p {
        font-size: 14px;
    }
    .caseCards,
    .caseCardTabs {
        width: 530px;
    }
    .caseCardTab p {
        margin-top: 8px;
        font-size: 14px;
    }
    .caseCardTab img {
        width: 155px;
    }
    .why-img {
        width: 508px !important;
    }
    .contactInfo {
        width: 1080px;
    }
}
@media screen and (max-width:768px) {
    #page-content {
        overflow-x: hidden;
    }
    .n-banner-text {
        padding: 250px 20px 0 20px;
    }
    .n-page-desc {
        font-size: 16px;
        line-height: 1.7;
    }
    .ctaBtns {
        margin-top: 24px;
        padding: 0 20px;
    }
    .ctaBtns .n-main-btn {
        display: block;
        width: 100%;
        padding: 12px 20px;
        line-height: 1.5;
    }
    .caseSeciton {
        display: block;
    }
    .caseCards,
    .caseCardTabs {
        width: 100%;
    }
    #caseSwiper-qy,
    #caselistsSwiper {
        padding-bottom: 40px;
    }
    #caseSwiper-qy .swiper-pagination,
    #caselistsSwiper .swiper-pagination {
        display: block;
        bottom: 0;
    }
    #caseSwiper-qy .swiper-pagination-bullet,
    #caselistsSwiper .swiper-pagination-bullet {
        width: 24px;
        height: 4px;
        background: #E4E8EB;
        border-radius: 0;
        opacity: 1;
    }
    #caseSwiper-qy .swiper-pagination-bullet-active,
    #caselistsSwiper .swiper-pagination-bullet-active {
        background: #E60039;
    }
    .caseCardTabs {
        display: none;
        margin-top: 12px;
    }
    .caseCardTab {
        padding: 12px;
    }
    .caseCardTab img {
        width: 112px;
        margin-right: 10px;
    }
    .caseCardTab h3 {
        font-size: 18px;
        line-height: 1.4;
    }
    .caseCardTab p {
        margin-top: 4px;
        font-size: 13px;
    }
    .h3-tag {
        font-size: 12px;
        padding: 2px 6px;
    }
    .caseCardText {
        padding: 16px;
    }
    .caseCardText h3 {
        font-size: 22px;
    }
    .caseCardText b {
        font-size: 15px;
    }
    .caseCardText p {
        margin-top: 10px;
        margin-bottom: 18px;
        min-height: unset;
        font-size: 14px;
    }
    .circle {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 10px 16px;
    }
    .case-tag {
        top: 12px;
        left: 12px;
        font-size: 12px;
        padding: 0 10px;
        line-height: 28px;
    }
    #anli-qy .ctaBtns,
    #anli-yl .ctaBtns {
        margin-top: 24px;
    }
    .caselist h3 {
        font-size: 20px;
    }
    .caselist b {
        min-height: unset;
        font-size: 16px;
    }
    .caselist p {
        -webkit-line-clamp: 4;
        line-clamp: 4;
        margin-top: 10px;
        margin-bottom: 18px;
    }
    #why-choose-rj .n-page-desc {
        padding: 0 20px;
    }
    #why-choose-rj .n-page-desc span {
        font-size: 24px;
    }
    #why-choose-rj .n-page-desc span:first-child,
    #why-choose-rj .n-page-desc span:last-child {
        margin: 0 6px;
    }
    .why-img {
        width: 100% !important;
        margin-bottom: 28px;
    }
    .contactCont {
        background-position: center;
    }
    .contactInfo {
        width: 100%;
        padding: 0 24px;
    }
    .contactCont .contactInfo img {
        width: unset;
        height: 220px;
        margin-right: 24px;
        margin-bottom: 0;
    }
    .contactInfo h2 {
        font-size: 22px;
    }
    .contactInfo .n-main-btn {
        width: auto;
        text-align: left;
        padding: 12px 60px;
    }
    #anli-qy{
        background-image: unset;
    }
    #why-choose-rj{
        background-image: url(../RJ-img/why-bg_750.webp);
    }
    #caseSwiper-qy {
        padding-bottom: 40px;
    }
}

@media screen and (max-width:580px) {
    .contactInfo {
        padding: 40px 20px;
        flex-direction: column-reverse;
    }
    .contactText {
        text-align: center;
    }
    .contactInfo h2 {
        font-size: 20px;
    }
    .contactInfo img {
        margin-right: 0;
        margin-top: 20px;
    }
}

@media screen and (min-width:769px) and (max-width:1068px) {
    .caseSeciton {
        flex-direction: column;
        gap: 16px;
    }
    .caseCards,
    .caseCardTabs {
        width: 100%;
    }
    .caseCardTabs {
        display: none;
    }
    .contactInfo {
        width: 100%;
        padding-left: 32px;
        padding-right: 32px;
        box-sizing: border-box;
    }
    .why-img {
        width: 100% !important;
        max-width: 688px;
    }
}