* {
    margin: 0;
    padding: 0;
}

.n-project-page img {
    width: 100%;
}

.n-banner {
    position: relative;
}

.n-banner-content {
    position: absolute;
    height: 100%;
    left: calc((100% - 1400px)/2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #FFF;
}

.n-banner-content h1 {
    font-size: 40px;
    font-weight: 700;
}

.n-banner-content p {
    width: 640px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 24px;
}

.projectBtn {
    display: inline-block;
    padding: 8px 36px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 4px;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
}

.redBtn {
    background: #DA0030;
    color: #FFF;
    transition: background .36s ease-in-out;
}

.redBtn:hover {
    color: #FFF;
    background: #C7002A;
}

.whiteBtn {
    background: #FFF;
    color: #DA0030;
}

.n-btns a {
    margin-right: 24px;
}

.n-btns {
    margin-top: 48px;
}

.n-btns a:last-child {
    margin-right: 0;
}

.n-nav {
    position: relative;
    margin-top: -60px;
    top: 0;
    height: 60px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.n-nav-content {
    display: flex;
    justify-content: space-between;
    width: 1400px;
    margin: 0 auto;
}

.n-breadcrumb {
    display: flex;
}

.n-nav-content a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #D5D5D5;
    cursor: pointer;
}

.n-breadcrumb a::after {
    content: '>';
    display: block;
    margin: 2px 6px 0 6px;
}

.n-breadcrumb a:last-child:after {
    content: '';
}

.n-nav-content ul {
    display: flex;
}

.n-nav-content ul li {
    margin-right: 24px;
}

.n-nav-content ul li:last-child {
    margin-right: 0;
}

.n-nav-content .n-nav-active {
    color: #FFFFFF;
    font-weight: 700;
}

.nav-show {
    display: none;
}

.n-page-title {
    color: #292929;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    padding-top: 90px;
}

.n-page-content {
    width: 1400px;
    margin: 48px auto 0 auto;
}

.n-worries {
    display: flex;
    justify-content: space-between;
}

.n-worry {
    width: 450px;
    border: 1px solid #F7F8FB;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03);
}

.n-worry strong {
    color: #292929;
    font-size: 20px;
    font-weight: 400;
}

.n-worry p {
    margin-top: 12px;
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
}

.n-worry-bottom {
    padding: 20px 24px 0 24px;
    height: 150px;
    box-sizing: border-box;
}

.n-worry:hover {
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
}

#n-topo {
    background: #eaecf1;
    padding-bottom: 50px;
    margin-top: 90px;
}

.n-page-desc {
    text-align: center;
    color: #292929;
    font-size: 16px;
    font-weight: 290;
    line-height: 150%;
    margin-top: 12px;
}

.n-scenes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.n-scene {
    width: 332px;
    position: relative;
}

.n-scene-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 6px 0 6px 24px;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 200%;
    border: 1px solid rgba(1, 160, 232, 0.15);
    background: rgba(41, 41, 41, 0.50);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.n-products {
    display: flex;
    justify-content: space-between;
}

.n-project-page .n-product {
    width: 450px;
    border: 1px solid #D5D5D5;
    text-align: center;
    color: #292929;
    font-weight: 400;
    padding: 24px;
    box-sizing: border-box;
}

.n-product img {
    margin-top: 40px;
    width: 240px;
}

.n-product h6 {
    margin-top: 18px;
    font-weight: 700;
    font-size: 16px;
    font-weight: 700;
}

.n-product p {
    margin-top: 12px;
    font-size: 16px;
}

.caseCont {
    display: flex;
    justify-content: space-between;
}

.caseImg {
    overflow: hidden;
}

.caseImg img {
    transition: transform .36s ease-in-out;
}

.caseInfo:hover .caseImg img {
    transform: scale(1.05);
}

.caseInfo {
    position: relative;
    width: 688px;
}

.caseInfo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.caseText {
    padding: 24px;
    background: #F7F9FA;
}

.caseText h3 {
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 700;
    line-height: 125%;
}

.caseText p {
    margin-top: 12px;
    color: #6A6B6D;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    min-height: 46px;
}

.n-qa {
    margin-top: 36px;
    font-size: 18px;
    color: #292929;
    border-bottom: 1px solid rgba(216, 216, 216, 0.50);
    padding-bottom: 36px;
}

.n-qa:first-child {
    margin-top: 0;
}

.n-qa:last-child {
    border-bottom: none;
}

.n-ask {
    font-weight: 700;
}

.n-answer {
    font-size: 16px;
    color: #9B9FA8;
    margin-top: 12px;
    font-weight: 400;
    line-height: 175%;
}

.n-value {
    position: relative;
}

.value-icon {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
}

.value-tab:first-child .value-icon {
    background-image: url(/fa/jh/20241210/0508/RJ-img/value-icon1.svg);
}

.value-tab:nth-child(2) .value-icon {
    background-image: url(/fa/jh/20241210/0508/RJ-img/value-icon2.svg);
}

.value-tab:last-child .value-icon {
    background-image: url(/fa/jh/20241210/0508/RJ-img/value-icon3.svg);
}

.value-tab-head {
    display: flex;
    align-items: center;
}

.value-tabs .value-tab-active .value-icon {
    background-position: 0 -32px;
}

.value-tab-head span {
    color: #7D7D7D;
    font-size: 24px;
    font-weight: 400;
    margin-left: 16px;
}

.value-tab p {
    margin-top: 24px;
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    opacity: 0;
    transition: opacity .3s ease-in-out .1s;
}

.value-tabs .value-tab-active p {
    opacity: 1;
}

.value-tabs .value-tab-active .value-tab-head span {
    color: #2087FF;
}

.value-tab ul {
    margin-top: 24px;
    opacity: 0;
    transition: opacity .3s ease-in-out .1s;
}

.value-tab ul li {
    color: #7D7D7D;
    font-size: 14px;
    font-weight: 400;
    line-height: 200%;
}

.value-tab ul li span {
    font-size: 16px;
}

.value-tabs .value-tab-active ul {
    opacity: 1;
}

.valueContent {
    display: flex;
}

.value-tabs {
    width: 368px!important;
}

.valueContent .valueSwiper {
    width: 1032px;
}

.value-tabs .value-tab {
    height: 132px;
    padding: 44px 24px 0 24px;
    border: 1px solid #F7F8FB;
    background: rgba(195, 201, 213, .25);
    transition: height 0.4s ease-in-out;
    cursor: pointer;
    overflow: hidden;
    border-left: 4px solid transparent;
}

.value-tabs .value-tab-active {
    height: 322px;
    background: #e8f3ff;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
    pointer-events: none;
    border-left: 4px solid #2087FF;
}

.consultCont {
    background: #0094FF;
    padding: 36px 0;
    margin: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.projectBtn.blueBtn {
    background: #FFF;
    color: #0094FF;
}

.consultCont p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-right: 48px;
}

#contactus {
    margin-top: 80px;
    padding: 40px 0;
    background-image: url("/fa/jh/20241210/0508/RJ-img/contact-bg.webp");
}

#contactus .n-page-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto 0 auto;
}

.n-box-title {
    color: #2A2B2E;
    font-size: 30px;
    font-weight: 700;
    line-height: 150%;
    /* 45px */
    margin-bottom: 24px;
}

.n-box-desc {
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
}

#contactus .primary-btn {
    background: #DA0030;
    color: #FFF !important;
    font-size: 16px;
    font-weight: 400;
    padding: 16px 48px;
    width: 400px;
    text-align: center;
    border-radius: 4px;
    transition: background .16s linear;
}

#contactus .primary-btn:hover {
    background: #C7002A;
}

@media screen and (max-width:1440px) {
    .n-banner-content {
        width: 1200px;
        left: calc((100% - 1200px)/2);
        height: calc(100% - 60px);
    }
    .n-banner-content h1 {
        font-size: 34px;
    }
    .n-banner-content p {
        font-size: 14px;
        width: 550px;
    }
    .projectBtn {
        padding: 6px 32px;
        font-size: 16px;
    }
    .n-btns a {
        margin-right: 20px;
    }
    .n-btns {
        margin-top: 40px;
    }
    .n-nav-content {
        width: 1200px;
    }
    .n-page-title {
        font-size: 32px;
        padding-top: 76px;
    }
    .n-page-content {
        width: 1200px;
        margin-top: 42px;
    }
    .n-worry {
        width: 388px;
    }
    .value-tabs {
        width: 316px!important;
    }
    .value-tabs .value-tab {
        height: 106px;
    }
    .value-tabs .value-tab-active {
        height: 276px;
    }
    .valueContent .valueSwiper {
        width: 888px;
    }
    .value-icon {
        width: 28px;
        height: 28px;
    }
    .value-tabs .value-tab-active .value-icon {
        background-position: 0 -28px;
    }
    .value-tab-head span {
        font-size: 20px;
        margin-left: 12px;
    }
    .value-tab p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 175%;
    }
    .value-tab ul li {
        font-size: 12px;
    }
    .value-tab ul li span {
        font-size: 14px;
    }
    .n-scene {
        width: 286px;
    }
    .n-scene-bottom {
        font-size: 20px;
    }
    .n-project-page .n-product {
        width: 374px;
    }
    .n-product img {
        width: 206px;
        margin-top: 32px;
    }
    .n-product h6 {
        font-size: 14px;
        margin-top: 12px;
    }
    .n-product p {
        font-size: 14px;
    }
    .n-qa {
        font-size: 16px;
    }
    .n-answer {
        font-size: 14px;
    }
    .down-line {
        height: 72px;
    }
    .caseInfo {
        width: 592px;
    }
    .caseInfo p {
        min-height: 68px;
    }
    #contactus .primary-btn {
        width: 320px;
    }
}

@media screen and (max-width:1280px) {
    .n-banner-content {
        width: 1024px;
        left: calc((100% - 1024px)/2);
    }
    .n-nav-content {
        width: 1024px;
    }
    .n-page-content {
        width: 1024px;
        margin-top: 36px;
    }
    .n-banner-content p {
        width: 468px;
    }
    .n-btns {
        margin-top: 24px;
    }
    .n-btns a {
        margin-right: 16px;
    }
    .projectBtn {
        font-size: 14px;
    }
    .n-worry {
        width: 330px;
    }
    .n-worry strong {
        font-size: 18px;
    }
    .n-worry p {
        font-size: 14px;
        margin-top: 8px;
    }
    .n-worry-bottom {
        height: 120px;
        padding: 16px 20px 0 20px;
    }
    .n-page-title {
        font-size: 28px;
        padding-top: 66px;
    }
    #n-topo {
        margin-top: 72px;
    }
    .value-tabs {
        width: 268px!important;
    }
    .valueContent .valueSwiper {
        width: 756px;
    }
    .value-tabs .value-tab {
        height: 90px;
    }
    .value-tabs .value-tab-active {
        height: 250px;
    }
    .value-tabs .value-tab {
        padding: 30px 10px 0 10px;
    }
    .value-tab ul {
        margin-top: 12px;
    }
    .value-tab-head span {
        font-size: 16px;
    }
    .value-icon {
        width: 20px;
        height: 20px;
    }
    .value-tabs .value-tab-active .value-icon {
        background-position: 0 -20px;
    }
    .n-scene {
        width: 242px;
    }
    .n-project-page .n-product {
        width: 318px;
    }
    .n-product img {
        margin-top: 16px;
        width: 176px;
    }
    .n-product p {
        font-size: 12px;
    }
    .n-product span {
        margin-top: 16px;
        font-size: 12px;
    }
    .n-qa {
        margin-top: 32px;
        padding-bottom: 32px;
    }
    .caseInfo {
        width: 502px;
    }
    .caseText h3 {
        font-size: 18px;
    }
    .consultCont p {
        font-size: 16px;
    }
}

@media screen and (max-width:1040px) {
    .n-banner-content {
        width: 750px;
        left: calc((100% - 750px)/2);
        height: calc(100% - 48px);
    }
    .n-nav-content {
        width: 750px;
    }
    .n-nav {
        height: 48px;
        margin-top: -48px;
    }
    .n-banner-content h1 {
        font-size: 24px;
    }
    .n-banner-content p {
        font-size: 12px;
        width: 340px;
        margin-top: 12px;
    }
    .n-btns a {
        margin-right: 8px;
    }
    .projectBtn {
        font-size: 12px;
        padding: 4px 16px;
        border-radius: 2px;
    }
    .n-btns {
        margin-top: 16px;
    }
    .n-nav-content a {
        font-size: 14px;
    }
    .n-page-content {
        width: 750px;
        margin-top: 26px;
    }
    .n-page-title {
        font-size: 20px;
    }
    .n-worry {
        width: 240px;
    }
    .n-worry strong {
        font-size: 14px;
    }
    .n-worry-bottom {
        padding: 12px 16px 0 16px;
    }
    .n-worry p {
        margin-top: 4px;
        font-size: 12px;
    }
    .n-worry-bottom {
        height: 100px;
    }
    .value-tabs .value-tab {
        height: 66px;
    }
    .value-tabs .value-tab-active {
        height: 170px;
    }
    .value-icon {
        width: 20px;
        height: 20px;
    }
    .value-tabs .value-tab-active .value-icon {
        background-position: 0 -20px;
    }
    .value-tab-head span {
        font-size: 16px;
    }
    .value-tabs {
        width: 196px!important;
    }
    .valueContent .valueSwiper {
        width: 552px;
    }
    .value-tab p {
        font-size: 12px;
        line-height: 150%;
    }
    .value-tabs .value-tab {
        padding: 20px 12px 0 12px;
    }
    .n-scene {
        width: 364px;
    }
    .n-scene-bottom {
        font-size: 16px;
        padding: 4px 0 4px 16px;
    }
    .n-products {
        flex-wrap: wrap;
    }
    .n-project-page .n-product:first-child {
        margin-top: 0;
    }
    .n-project-page .n-product {
        width: 100%;
        margin-top: 12px;
    }
    .n-product h6 {
        font-size: 16px;
    }
    .n-product p {
        font-size: 14px;
    }
    .caseInfo {
        width: 100%;
    }
    .caseCont {
        flex-wrap: wrap;
    }
    .caseInfo p {
        min-height: unset;
    }
    .caseInfo:nth-child(2) {
        margin-top: 24px;
    }
    .consultCont p {
        font-size: 14px;
    }
}

@media screen and (max-width:750px) {
    .n-breadcrumb {
        display: none;
    }
    .n-nav {
        flex-direction: column;
        height: unset;
        align-items: flex-start;
        margin-top: -50px;
        background: rgba(0, 0, 0, 0.9);
    }
    .n-nav-content {
        display: none;
        width: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.9);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        margin-top: 50px;
    }
    .n-nav-content ul {
        flex-direction: column;
        width: 100%;
    }
    .nav-show {
        width: 100%;
        display: flex;
        height: 50px;
        align-items: center;
        padding: 0 1.25rem;
        justify-content: space-between;
    }
    .nav-show span {
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
    }
    .nav-show div {
        display: flex;
        align-items: center;
    }
    .nav-show img {
        margin-left: 8px;
        width: 12px;
    }
    .n-nav-content ul li {
        padding: 10px 0 10px 1.25rem;
        width: 100%;
    }
    .n-nav .n-nav-content .n-nav-active {
        display: unset;
        border-bottom: 1px solid #DA0030;
        padding-bottom: 4px;
    }
    .arrow-active {
        transform: rotate(180deg);
    }
    .n-banner-content {
        width: 20.4375rem;
        left: calc((100% - 20.4375rem)/2);
        justify-content: start;
    }
    .n-banner-content h1 {
        font-size: 2rem;
        padding-top: 2.5rem;
    }
    .n-banner-content p {
        margin-top: .75rem;
        font-size: .8125rem;
    }
    .n-btns {
        margin-top: 1.5rem;
    }
    .projectBtn {
        font-size: .875rem;
        padding: .5rem 1.125rem;
        border-radius: .125rem;
    }
    .n-page-title {
        padding-top: 2.8125rem;
    }
    .n-page-content {
        margin-top: .75rem;
        width: 20.9375rem;
    }
    .n-worries {
        flex-wrap: wrap;
    }
    .n-worry {
        width: 100%;
        box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
        margin-top: .75rem;
    }
    .n-worry strong {
        font-size: 1rem;
    }
    .n-worry p {
        font-size: .75rem;
    }
    .n-worry-bottom {
        height: 6.25rem;
        padding: 1rem .75rem 0 .75rem;
    }
    .n-scene {
        width: 100%;
    }
    .n-scene-bottom {
        font-size: .75rem;
        padding: .1875rem 0 .1875rem .75rem;
    }
    .n-scene:nth-child(3),
    .n-scene:nth-child(4),
    .n-scene {
        margin-top: .75rem;
    }
    .n-page-desc {
        margin-top: .75rem;
        font-size: .75rem;
    }
    .value-tabs {
        display: none;
    }
    .n-qa {
        font-size: .75rem;
        margin-top: .75rem;
        padding-bottom: .75rem;
    }
    .n-answer {
        margin-top: .75rem;
    }
    .n-project-page .n-product {
        width: 100%;
        height: unset;
        padding-bottom: 1.125rem;
    }
    .n-project-page .n-product {
        margin-top: .75rem;
    }
    .n-product {
        padding: 0 .75rem;
        box-sizing: border-box;
    }
    .n-product img {
        width: 7.5rem;
        margin-top: 1.5rem;
    }
    .n-product h6 {
        margin-top: .75rem;
        font-size: .75rem;
    }
    .n-product p {
        margin-top: .375rem;
        font-size: .75rem;
    }
    .n-product span {
        font-size: .75rem;
        margin-top: .75rem;
    }
    .whiteBtn {
        padding: 6px 16px;
    }
    .topoContent {
        position: relative;
    }
    .resizeBtn {
        width: 1.125rem;
        height: 1.125rem;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0 0;
        background-image: url(/fa/jh/20241210/0508/RJ-img/reszie.svg);
        position: absolute;
        right: 0;
        bottom: -1rem;
        z-index: 9;
    }
    .resizeBtn-active {
        background-position: 0 -1.125rem;
    }
    .valueContent .valueSwiper {
        width: 100%;
    }
    .valueContent .valueSwiper .swiper-wrapper {
        height: unset;
        flex-wrap: wrap;
    }
    .n-value {
        margin-top: .75rem;
    }
    #contactus .n-page-content {
        flex-wrap: wrap;
    }
    #contactus {
        padding: 40px 0px;
        background-size: 100% 100%;
    }
    .n-box-title {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .n-box-desc {
        font-size: 16px;
        margin-bottom: 32px;
    }
    #contactus .primary-btn {
        color: #FFF !important;
        font-size: 20px;
        padding: 12px 60px;
        width: 250px;
    }
    .consultCont {
        padding: 24px 0;
    }
    .consultCont p {
        font-size: 16px;
        margin-right: 24px;
    }
}

.transparent-commonlink {
    margin-top: 24px;
    display: flex;
    align-items: center;
    color: #DA0030;
    font-size: 16px;
}

.transparent-commonlink::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/fa/jh/20241210/0508/RJ-img/link.svg);
    background-size: cover;
    margin-left: 8px;
    transition: transform .16s linear;
}

.n-product .transparent-commonlink {
    justify-content: center;
}

@media screen and (min-width:1068px) {
    .n-product:hover .transparent-commonlink::after,
    .caseInfo:hover .transparent-commonlink::after {
        transform: translateX(10px);
    }
}