* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* 通用 */

.n-project-page img {
    width: 100%;
}

.n-project-info {
    margin-top: 160px;
}

.n-page-title {
    color: #2A2B2E;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 150%;
}

.n-page-content {
    width: 1400px;
    margin: 60px auto 0 auto;
}


/* banner和nav */

.n-nav {
    position: relative;
    top: 0;
    height: 60px;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background: #2A2B2E;
}

.n-nav-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1400px;
    margin: 0 auto;
    height: 100%;
}

.n-breadcrumb {
    display: flex;
}

.n-nav-content a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: rgba(255, 255, 255, .75);
    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: #FFF;
    font-weight: 700;
    border-bottom: 2px solid #DA0030;
}

a.redBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 36px;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    background: #DA0030;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
}

a.redBtn:hover {
    background: #CC002D;
}

.nav-show {
    display: none;
}

.n-banner {
    position: relative;
}

.n-project-info {
    margin-top: 160px;
}

.n-banner-text {
    position: absolute;
    left: calc((100% - 1400px)/2);
    top: 50%;
    transform: translateY(-50%);
    width: 900px;
}

.n-banner-text h1 {
    color: #2A2B2E;
    font-size: 48px;
    font-weight: 700;
}

.n-banner-text h2 {
    color: #2A2B2E;
    font-size: 24px;
    margin-top: 12px;
    font-weight: 700;
    line-height: 120%;
}

.n-banner-text p {
    margin-top: 24px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.n-banner-text a,
.sceneText a {
    margin-top: 48px;
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    height: 46px;
    padding: 11px 32px;
    border-radius: 4px;
    background: #E60039;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    margin-right: 24px;
}

.n-banner-text a {
    background: #FFF;
    color: #E60039;
}

.n-banner-text a:last-child {
    margin-right: 0;
}

.n-banner-text a:hover {
    background: #fef7f9;
}

.sceneText a:hover {
    background: #CC002D;
}

.sceneText a {
    margin-top: 36px;
}


/* 面临挑战 */

.challengeCards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.challengeCardImg,
.sceneImg {
    overflow: hidden;
}

.challengeCard:hover .challengeCardImg img,
.sceneCard:hover .sceneImg img {
    transform: scale(1.1);
}

.challengeCardImg img,
.sceneImg img {
    transition: transform 0.36s linear;
}

.challengeText {
    padding: 24px;
    background: #F7F9FA;
}

.challengeText h3 {
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}

.challengeText p {
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 16px;
}


/* 服务工具 */

.blueBg {
    padding: 80px 0 80px 0;
    background: #F7F9FA;
    margin-top: 0px;
}

.n-page-desc {
    margin-top: 24px;
    color: #6A6B6D;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

#speBg {
    margin-top: 0;
    text-align: center;
    background-image: url(/fa/zhf/20241108/0356/RJ-img/speBg.webp);
    background-size: cover;
    padding: 80px 0;
}

.n-framework-cont {
    position: relative;
    width: 1024px;
    margin: 48px auto 0 auto;
}


/* 计划价值*/

#value {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f7f9fa;
}

#value .n-page-content {
    margin-top: 0;
    text-align: center;
}

#value h3 {
    color: #2A2B2E;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 150%;
    /* 36px */
}

#value p {
    width: 1200px;
    margin: 16px auto 0 auto;
    color: #6A6B6D;
    text-align: center;
    font-size: 16px;
    line-height: 150%;
}

#value a {
    margin-top: 24px;
    display: block;
    color: #E60039;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
}

#value a:hover {
    text-decoration: underline;
}

#value img {
    margin-top: 24px;
}

#value .content-2 {
    margin-top: 120px;
}

.n-tab {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 24px;
}

.n-tab div {
    position: relative;
    text-align: center;
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    padding: 12px 24px;
    cursor: pointer;
}

.n-tab div::after {
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(56, 80, 117, 0.50);
}

.n-tab div.n-tab-active {
    color: #2A2B2E;
    font-weight: 700;
    line-height: 150%;
    pointer-events: none;
}

.n-tab div.n-tab-active::after {
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #e60039;
}


/*场景*/

#changjing .n-page-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.n-scene-card {
    width: 688px;
    margin-bottom: 24px;
    position: relative;
}

.n-scene-content {
    position: absolute;
    bottom: 0;
    padding: 24px;
    background: rgba(41, 41, 41, 0.75);
    backdrop-filter: blur(2px);
    width: 100%;
}

.n-scene-title {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    /* 30px */
}

.n-scene-desc {
    color: #FFF;
    font-size: 16px;
    line-height: 150%;
    /* 24px */
    margin-top: 8px;
}


/* 使用场景 */

.greyBg {
    margin-top: 0;
    background: #F7F9FA;
    padding: 80px 0;
}

.sceneCards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.sceneText {
    background: #FFF;
    padding: 24px;
}

.sceneText h3 {
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.sceneText ul {
    margin-top: 24px;
}

.sceneText ul li {
    display: flex;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.sceneText ul li::before {
    content: '?';
    margin-right: 8px;
}


/* 产品 */

.productCards {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.productCard {
    position: relative;
    background: #FAFBFC;
    text-align: center;
    padding: 24px;
}

.productCard img {
    width: 250px;
}

.productCard p {
    margin-top: 12px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.productCard .commLink {
    justify-content: center;
}

.commLink::after {
    transition: transform .16s linear;
}

.productCard:hover .commLink::after {
    transform: translateX(10px);
}

.productCard h3 {
    margin-top: 12px;
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 700;
}

.productCard a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 常见问题 */

.n-qa {
    padding-bottom: 36px;
    margin-bottom: 36px;
    border-bottom: 1px solid #E3E5E6;
}

.n-qa div:first-child {
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 700;
}

.n-qa div:last-child {
    margin-top: 12px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.n-qa ul li {
    display: flex;
}

.n-qa ul li::before {
    content: '?';
    margin-right: 4px;
}

.primary-btn:hover,
.n-banner-text .whiteBtn:hover {
    background: #CC002D;
    color: #FFF;
}

.primary-btn {
    display: inline-block;
    color: #FFF!important;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    height: 60px;
    padding: 8px 48px;
    background: #E60039;
}

@media screen and (max-width:1540px) {
    /* 通用 */
    .n-page-title {
        font-size: 32px;
    }
    .n-page-content {
        width: 1200px;
    }
    .n-project-info {
        margin-top: 128px;
    }
    /* banner */
    .n-banner-text {
        left: calc((100% - 1200px)/2);
        width: 750px;
    }
    .n-banner-text h1 {
        font-size: 42px;
    }
    .n-banner-text h2 {
        margin-top: 8px;
        font-size: 20px;
    }
    .n-banner-text p {
        margin-top: 20px;
        font-size: 14px;
    }
    .n-banner-text a {
        margin-top: 24px;
        height: 40px;
        padding: 10px 24px;
        font-size: 14px;
    }
    .n-nav {
        height: 48px;
    }
    .n-nav-content {
        width: 1200px;
    }
    #value .content-2 {
        margin-top: 100px;
    }
    .n-tab {
        margin-top: 40px;
    }
    #value img {
        margin-top: 40px;
    }
    #value h3 {
        font-size: 32px;
    }
}

@media screen and (max-width:1280px) {
    #value p {
        width: 1000px;
    }
    /* 通用 */
    .n-page-title {
        font-size: 28px;
    }
    .n-page-content {
        width: 1080px;
    }
    .n-project-info {
        margin-top: 108px;
    }
    /* banner */
    .n-banner-text {
        left: calc((100% - 1080px)/2);
        width: 630px;
    }
    .n-nav-content {
        width: 1080px;
    }
    .n-banner-text h1 {
        font-size: 38px;
    }
    #value h3 {
        font-size: 28px;
    }
}

@media screen and (max-width:768px) {
    .n-breadcrumb {
        display: none;
    }
    .n-nav {
        flex-direction: column;
        height: unset;
        align-items: flex-start;
        margin-top: -50px;
        background: #2a2b2e;
    }
    .n-nav-content {
        display: none;
        width: 100%;
        position: absolute;
        background: #FFF;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        margin-top: 50px;
        background: #2a2b2e;
    }
    .n-nav-content ul {
        flex-direction: column;
        width: 100%;
        background: #2a2b2e;
    }
    .n-nav-content .redBtn {
        display: none;
    }
    .n-nav-content a {
        font-size: 14px;
    }
    .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: #FFF;
    }
    .nav-show div {
        display: flex;
        align-items: center;
    }
    .nav-show img {
        margin-left: 8px;
        width: 24px;
    }
    .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-text {
        left: 0;
        transform: unset;
        top: 0;
        width: 100%;
        padding: 40px 24px 0 24px;
    }
    .ys_header {
        height: 64px!important;
    }
    .n-banner-text h1 {
        font-size: 24px;
    }
    .n-banner-text h2 {
        font-size: 14px;
    }
    .n-banner-text p {
        margin-top: 12px;
    }
    .n-page-title {
        padding: 0 20px;
        font-size: 22px;
    }
    .n-project-info {
        margin-top: 90px;
    }
    .n-page-content {
        width: 100%;
        padding: 0 20px;
    }
    .whiteBtn {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #DA0030;
        padding: 0 18px;
        height: 100%;
        color: #FFF;
        font-size: 14px;
        border-radius: 4px;
    }
    .n-page-content {
        margin: 40px auto 0 auto;
    }
    #fuwu {
        margin-bottom: 40px;
    }
    #tongdian {
        margin-bottom: 0px;
    }
    #fuwu .n-page-content,
    #tongdian .n-page-content {
        flex-wrap: wrap;
    }
    .n-challenge-card {
        width: 100%;
        margin-bottom: 24px;
    }
    .n-card-content {
        position: static;
    }
    .n-card-desc {
        display: block;
        font-size: 16px;
        margin-top: 10px;
    }
    .n-card-content {
        padding: 12px;
    }
    .blueBg {
        padding: 40px 0 40px 0;
    }
    .n-tondian-card {
        width: 47%;
        margin-bottom: 36px;
    }
    .n-tondian-card img {
        width: 72px;
    }
    .n-tongdian-content {
        padding: 24px 0px 0px;
    }
    .n-tongdian-title {
        font-size: 16px;
    }
    .n-tongdian-desc {
        font-size: 12px;
    }
    #tongdian {
        padding: 40px 0 20px 0;
    }
    #value h3 {
        font-size: 22px;
    }
    .n-tab {
        margin-top: 24px;
    }
    .n-tab div {
        font-size: 14px;
        padding: 8px 12px;
    }
    #value .content-2 {
        margin-top: 48px;
    }
    .n-scene-content {
        padding: 8px 12px;
    }
    .n-scene-title {
        font-size: 16px;
    }
    .n-scene-desc {
        font-size: 12px;
        margin-top: 4px;
    }
    #speBg {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .challengeText h3 {
        font-size: 18px;
    }
    .challengeCards {
        grid-template-columns: repeat(1, 1fr);
    }
    .challengeText p {
        margin-top: 8px;
        font-size: 14px;
    }
    .challengeText {
        padding: 16px;
    }
    .sceneCards {
        grid-template-columns: repeat(1, 1fr);
    }
    .sceneText ul {
        margin-top: 16px;
    }
    .sceneText h3 {
        font-size: 18px;
    }
    .sceneText a {
        margin-top: 24px;
    }
    .productCards {
        grid-template-columns: repeat(1, 1fr);
    }
}

.topoCont {
    position: relative;
}

.zoomBtn {
    display: none;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.commLink {
    margin-top: 16px;
    display: flex;
    align-items: center;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.commLink::after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(/fa/zhf/20241108/0356/RJ-img/arrowLink.svg);
    background-size: cover;
    margin-left: 8px;
}

@media (max-width: 768px) {
    .n-framework-cont {
        width: calc((100% - 40px));
    }
    .n-page-desc {
        padding: 0 20px;
    }
    #value p {
        width: 100%;
        padding: 0 20px;
    }
    .zoomBtn {
        display: block;
    }
    .greyBg {
        margin-top: 0;
    }
}