* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.zoomBtn{
    display: none;
}
.getQuote{
    display: flex!important;
}
/* 通用 */
.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;
    border-bottom: 1px solid #D5D5D5;
    background: #2A2B2E;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
}

.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: rgba(255, 255, 255, 0.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: #FFFFFF;
    font-weight: 700;
    border-bottom: 2px solid #DA0030;
}

.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%);
}
.n-banner-text h1 {
    color: #2A2B2E;
    font-size: 48px;
    font-weight: 700;
}

.n-banner-text p {
    margin-top: 24px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.n-banner-text 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:last-child {
    margin-right: 0;
}
.n-banner-text a:hover{
    background: #CC002D;
}
/* 计划概述 */
#beijing{
    margin-top: 120px;
    margin-bottom: 80px;
}
.overviewCont {
    display: flex;
}

.overviewInfo .n-project-title {
    text-align: left;
    margin-bottom: 0;
    color: #292929;
    font-size: 36px;
    font-weight: 700;
    line-height: 150%; /* 54px */
}
.overviewInfo ul{
    margin-bottom: 8px;
}

.overviewInfo ul li{
    list-style-type: disc;
    margin-left: 16px;
}

.overviewInfo p {
    margin-top: 24px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.overviewImg {
    max-width: unset;
    min-width: unset;
    width: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-right: 48px;
}

.overviewCont {
    display: flex;
    align-items: stretch;
}
.overviewImg {
    /* pc图片 */
    background-image: url(/fa/zhf/20240820/0222/RJ-img/overview.webp);
}
.title-line {
    position: relative;
    padding-bottom: 24px;
}
.title-line::after {
    content: '';
    display: block;
    height: 2px;
    width: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #E60039;
}
.overviewImg-m{
    display: none;
}
@media screen and (max-width:1600px) {
    .overviewImg {
        width: 602px;
    }
}

@media screen and (max-width:1440px) {
    .overviewImg {
        width: 602px;
    }
    .overviewImg {
        margin-right: 42px;
    }
    .overviewInfo p {
        margin-top: 20px;
    }
}

@media screen and (max-width:1280px) {
    .overviewInfo p {
        margin-top: 16px;
        font-size: 14px;
    }
    .overviewImg {
        width: 512px;
        margin-right: 36px;
    }
}

@media screen and (max-width:1068px) {
    .overviewCont {
        flex-wrap: wrap;
    }
    .overviewCont .n-project-title {
        text-align: center;
    }
    .title-line::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .overviewImg {
        width: 100%;
        height: 330px;
        margin-right: 0;
    }
}

@media screen and (max-width:768px) {
    .overviewImg {
        height: 240px;
    }
    .overviewInfo p {
        margin-top: 24px;
        font-size: 16px;
    }
    .overviewImg{
        display: none;
    }
    .overviewImg-m {
        width: 100%;
        height: 160px;
        background-size: cover;
        background-repeat: no-repeat;
        flex-shrink: 0;
        margin: 24px 0;
        display: block;
        /* 移动端图片 */
        background-image: url(/fa/zhf/20240820/0222/RJ-img/overview_750.webp);
    }
}

@media screen and (max-width:480px) {
    .overviewImg {
        height: 160px;
    }
}

/* 计划价值*/
.blueBg {
    padding: 160px 0 80px 0;
    background: #F7F9FA;
    margin-top: 0px;
}
#value h3{
    color: #2A2B2E;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%; /* 36px */
}
#value p{
    color: #6A6B6D;
    text-align: center;
    font-size: 16px;
    line-height: 150%; /* 24px */
    margin-top: 16px;
}
#value img{
    margin-top: 60px;
}
#value .content-2{
    margin-top: 120px;
}
/* 架构*/
#jiagou{
    margin-bottom: 80px;
}
/* 相关产品 */
.n-product{
    padding: 40px 20px;
    text-align: center;
    background-color: #FFF;
}
.n-product img{
    width: 220px;
}
.product-name{
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%; /* 30px */
    margin-top: 18px;
}
.product-feature{
    color: #2A2B2E;
    font-size: 16px;
    line-height: 150%; /* 24px */
    margin-top: 12px;
}
.product-desc{
    color:#6A6B6D;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; /* 21px */
    margin: 24px 0 48px 0;
    padding-top: 24px; 
    border-top: 1px solid #F7F7F7;
}

.transparent-commonlink {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DA0030;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 12px 16px;
    width: 180px;
    margin: 0 auto;
}
.transparent-commonlink:hover{
    cursor: pointer;
}

.transparent-commonlink::after {
    content: '';
    background-image: url(/fa/zhf/20240820/0222/RJ-img/link.svg);
    margin-left: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    transition: transform .16s linear;
}

@media screen and (min-width:1068px) {
    .transparent-commonlink.active::after {
        transform: translateX(6px);
    }
}
/*案例*/
.n-anli{
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}
.anli-img{
    min-width: 688px;
    width: 688px;
    margin-right: 48px;
}
.anli-content{
    text-align: left;
}
.anli-content .transparent-commonlink{
    width: 100%;
    justify-content: flex-start;
    font-size: 16px;
    padding: 12px 0px;
    width: 100%;
}
.anli-title{
    color: #2A2B2E;
    font-size: 32px;
    line-height: 150%; /* 48px */
}
.anli-desc{
    color: #6A6B6D;
    font-size: 16px;
    line-height: 150%; /* 24px */
    margin: 24px 0 0px 0;
}

@media screen and (max-width:1540px) {
    /* 通用 */
    .n-page-title {
        font-size: 32px;
    }
    .n-page-content {
        width: 1200px;
    }
    .n-project-info {
        margin-top: 138px;
    }
    /* banner */
    .n-banner-text {
        left: calc((100% - 1200px)/2);
    }
    .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;
    }
    .overviewInfo .n-project-title {
        font-size: 32px;
    }
    .title-line {
        padding-bottom: 16px;
    }
    .overviewInfo p {
        margin-top: 16px;
    }
    .anli-title {
        font-size: 28px;
    }
    .anli-img {
        min-width: 600px;
        width: 600px;
    }
    .anli-desc {
        font-size: 16px;
        margin: 18px 0 24px 0;
    }
}

@media screen and (max-width:1280px) {
    /* 通用 */
    .n-page-title {
        font-size: 28px;
    }
    .n-page-content {
        width: 1080px;
    }
    .n-project-info {
        margin-top: 118px;
    }
    /* banner */
    .n-banner-text {
        left: calc((100% - 1080px)/2);
    }
    .n-nav-content {
        width: 1080px;
    }
    .overviewInfo .n-project-title {
        font-size: 28px;
    }
    .product-desc {
        margin: 18px 0 36px 0;
        padding-top: 18px;
    }
    .anli-title {
        font-size: 24px;
    }
    .anli-img {
        min-width: 540px;
        width: 540px;
    }
    .anli-desc {
        font-size: 16px;
        margin: 12px 0 18px 0;
    }
}

@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%;
    }
    .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: 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 img{
        display: block;
    }
    .n-banner video{
        display: none;
    }
    .n-banner-text {
        left: 0;
        transform: unset;
        top: 0;
        width: 100%;
        padding: 40px 20px 0 20px;
    }
    .ys_header {
        height: 64px!important;
    }
    .n-banner-text h1 {
        font-size: 24px;
    }
    .n-banner-text h2 {
        font-size: 16px;
    }
    .n-banner-text p {
        margin-top: 12px;
        font-size: 12px;
    }
    .n-banner-text a {
        margin-top: 32px;
        height: 40px;
        padding: 12px 24px;
        font-size: 16px;
        line-height: 100%;
    }
    .n-page-title {
        font-size: 22px;
    }
    .n-project-info {
        margin-top: 40px;
    }
    .n-page-content {
        width: 100%;
        padding: 0 20px;
    }
    .n-banner-text .whiteBtn {
        background: #FFF;
        color: #E60039;
        font-size: 14px;
        border-radius: 4px;
    }
    .whiteBtn {
        background: #E60039;
        padding: 6px 18px;
        color: #FFF;
        font-size: 14px;
        border-radius: 4px;
    }

    /* 配景*/
    .overviewInfo .n-project-title {
        font-size: 22px;
    }
    .title-line {
        padding-bottom: 12px;
    }
    #beijing {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .blueBg {
        padding: 40px 0 40px 0;
    }
    /*价值*/
    #value .n-page-content{
        margin: 16px auto 0 auto;
        position: relative;
    }
    #value h3 {
        font-size: 20px;
        font-weight: 400;
    }
    #value img {
        margin-top: 40px;
        margin-bottom: 32px;
    }
    .zoomBtn{
        display: block;
        position: absolute;
        right: 36px;
        bottom: 36px;
        cursor: pointer;
    }
    #value .zoomBtn img {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    /*架构*/
    #jiagou {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #jiagou .n-page-content{
        position: relative;
        margin-top: 40px;
    }
    #jiagou .zoomBtn{
        bottom: 16px;
    }
    .n-product{
        margin-top: 40px;
        padding: 8px 24px 32px 24px;
        margin: 40px 20px;
        width: calc(100% - 40px);
    }
    .n-product img {
        width: 150px;
    }
    .product-name {
        font-size: 12px;
        margin-top: 8px;
    }
    .product-feature {
        font-size: 12px;
        margin-top: 12px;
    }
    .product-desc {
        margin: 12px 0 24px 0;
        padding-top: 0px;
        font-size: 12px;
    }
    .transparent-commonlink {
        font-size: 12px;
        padding: 0px 16px;
        width: 180px;
    }
    /*案例*/
    .n-anli {
        flex-wrap: wrap;
    }
    .anli-img {
        min-width: 100%;
        width: 100%;
        margin-bottom: 24px;
        margin-right: 0px;
    }
    .anli-title {
        font-size: 16px;
    }
    .anli-desc {
        font-size: 12px;
        margin: 12px 0 0px 0;
    }

}

