* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, '微软雅黑', sans-serif;
}

.n-projcet-page {
    background-color: #f8f8f8;
    /* padding-bottom: 90px; */
}

.n-projcet-page img {
    width: 100%;
}

.n-btns {
    display: flex;
}

.n-btn {
    display: inline-block;
    padding: 8px 36px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    margin-right: 24px;
    cursor: pointer;
    /* transition: border-radius .36s ease; */
}

.n-btn:last-child {
    margin-right: 0;
}

.n-btns .red-btn {
    color: #FFFFFF;
    background: #DA0030;
    /* border: 1px solid #da0030; */
}

.n-btns .white-btn {
    color: #da0030;
    /* border: 1px solid #da0030; */
    background: #fff;
}

.n-btn:hover {
    /* border-radius: 4px 25px 4px 4px; */
    background: #da0030;
    /* border: 1px solid #da0030; */
    color: #fff;
}

.n-page-content {
    /*        padding-top: 60px;*/
    margin: 0 auto;
    width: 1400px;
}

.n-page-title {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #292929;
    line-height: 47.51px;
}

.n-page-title-desc {
    text-align: center;
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 15px 0 60px 0;
}

.n-page-sub-title {
    color: #7D7D7D;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 15px;
    clear: both;
}

.n-page-desc {
    margin-top: 12px;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #7D7D7D;
}

.n-page-info {
    position: relative;
    padding-top: 120px;
    /* padding-bottom: 120px; */
}


/* banner */

.n-banner {
    width: 100%;
    position: relative;
}

.n-banner-content {
    position: absolute;
    /* top: 5%; */
    width: 1440px;
    left: max(calc((100% - 1440px) / 2), 60px);
    height: calc(100% - 60px);
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.n-banner-content h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 52.79px;
    color: #292929;
}

.n-banner-content h2 {
    margin-top: 10px;
    font-weight: 400;
    font-size: 24px;
    line-height: 31.68px;
    color: #292929;
}

.n-banner-content p {
    margin-top: 26px;
    max-width: 650px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    /* text-indent: 2em; */
    /* color: #FFFFFF; */
}

.n-banner-content .n-btns {
    margin-top: 50px;
}


/* 导航栏 */

.n-nav {
    background: rgba(0, 0, 0, 0.7);
    height: 60px;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
    margin-top: -60px;
    z-index: 9;
    position: relative;
}

.nav-show {
    display: none;
}

.n-breadcrumb-bg {
    display: flex;
    flex-direction: row;
}

.n-breadcrumb-bg .page-home img {
    width: 14.96px;
    height: 13.99px;
}

.n-breadcrumb-bg li::after {
    content: '>';
    display: inline-block;
    color: #D5D5D5;
    padding: 0 4px 0 2px;
}

.n-breadcrumb-bg li:last-child:after {
    content: '';
}

.n-breadcrumb-bg li {
    list-style: none;
    color: #D5D5D5;
    font-size: 16px;
    line-height: 24px;
    font-family: Arial;
}

.n-breadcrumb-bg li a {
    text-decoration: none;
    color: #D5D5D5;
}

.n-breadcrumb-bg li a:hover {
    color: #fff !important;
}

.n-breadcrumb-bg li.cur a {
    color: #fff;
}

.n-nav-content {
    margin: 0 auto;
    width: 1440px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.n-nav-right span {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.12px;
    color: #D5D5D5;
    margin-right: 24px;
    cursor: pointer;
}

.n-nav-right span:last-child {
    margin-right: 0;
}

.n-nav-right .n-nav-active {
    color: #F7F8FB;
    cursor: default;
    font-weight: 700;
    border-bottom: 1px solid #DA0030;
}


/*方案价值*/

.n-fajz-box h3 {
    padding-bottom: 60px;
}

.n-fajz-content {
    display: flex;
    min-height: 640px;
}

.n-tabs-title {
    width: 350px;
    border: none;
    padding: 0;
    flex-direction: column;
    display: flex;
}

.n-tab-t {
    padding: 0 0 0 30px;
    cursor: pointer;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    display: flex;
    border-bottom: 1px solid #dfdfdf;
    height: 100%;
    align-items: center;
    width: 350px;
    background: #fff;
}

.n-tabs-content {
    padding: 0;
    width: 100%;
    background: linear-gradient(180deg, #657285 0%, #36445B 100%);
    text-align: center;
}

.tab-item-bg {
    max-height: 640px;
}

.n-tabs-item {
    display: block;
    position: relative;
}

.n-tab-active {
    font-weight: 700;
    border: none;
    border-left: 4px solid #0094FF;
    color: #0094FF;
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.09);
    z-index: 5;
}

.tab-item1-pic {
    padding: 0 30px;
}

.tab-item-title {
    font-size: 24px;
    line-height: 26.4px;
    color: #fff;
    padding: 50px 0 25px 0;
}

.tab-item-desc,
.tab-item-desc1 {
    font-size: 14px;
    line-height: 21px;
    padding: 15px 0 0 0;
    color: #8598B5;
}

.tab-item-desc1 {
    color: #fff;
}

.tab-item-pos {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.tab-item-pos .tab-item-title {
    padding: 60px 0 0px 0;
}

.tab-item-pos .tab-item-desc {
    color: #fff;
}

.tab-item-pos .tab-item-desc1 {
    padding: 50px 0 0 0;
    width: 90%;
    line-height: 27.2px;
    color: #fff;
    margin: 0 auto;
}

.tab-item-desc2 {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    min-height: 50px;
    margin: 50px auto 15px auto;
}

.tab-item-3 {
    display: flex;
    padding: 0 30px;
}

.item3-b1 {
    width: 59%;
    height: 70%;
    margin-right: 15px;
}

.item3-b2 {
    width: 41%;
    height: 70%;
}

.item3-pic {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    min-height: 445px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item3-b2 .item3-pic {
    padding: 30px;
}

.item3-pic img {
    width: 100%;
}

.item3-pic img.s1 {
    width: 90%
}

.n-fajz-content {
    position: relative;
}

.page-list {
    display: none;
    position: absolute;
    bottom: 8px;
    text-align: center;
    left: 0;
    right: 0;
}

.page-item {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d5d5d5;
    margin: 0 5px;
    display: inline-block;
}

.page-item span {
    display: none;
}

.page-item-active {
    background: #01A0E8;
}


/*应用场景*/

.n-yycj-box {
    position: relative;
    margin-top: 120px;
}

.n-yycj-box .n-page-title,
.n-yycj-box .n-page-title-desc {
    position: absolute;
    top: 5vw;
    left: 0;
    right: 0;
}

.n-yycj-box .n-page-title-desc {
    top: 7.5vw;
}

.yycj-btn {
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 4px;
    display: inline-block;
    border-radius: 29.5px;
    position: absolute;
}

.yycj-btn:hover strong {
    background-color: #0094FF;
    color: #fff;
}

.yycj-btn:hover strong::after {
    color: #fff;
}

.yycj-btn strong {
    box-shadow: 0px 4px 4px 0px rgba(109, 158, 204, 0.3);
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.76px;
    text-align: center;
    color: #0094FF;
    border-radius: 24.5px;
    padding: 15px 55px 11px 45px;
    background-color: #fff;
    cursor: pointer;
}

.yycj-btn strong::after {
    position: absolute;
    content: '>';
    display: inline-block;
    color: #0094FF;
    padding: 0 0px 0 9px;
    font-size: 24px;
}

.yycj-b1 {
    top: 28vw;
    left: 10.1vw;
}

.yycj-b2 {
    top: 12vw;
    left: 27.5vw;
}

.yycj-b3 {
    top: 16.5vw;
    left: 40.1vw;
}

.yycj-b4 {
    top: 42vw;
    left: 51.5vw;
}

.yycj-b5 {
    top: 19.5vw;
    left: 61.1vw;
}

.yycj-b6 {
    top: 27vw;
    left: 73.1vw;
}

.yycj-item-box {
    position: absolute;
    left: 14.5vw;
    top: 12vw;
    right: 14.5vw;
    /* bottom: 6vw; */
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    display: none;
    z-index: 10;
}

.yycj-item-t {
    text-align: center;
    padding: 5px 0 20px 0;
}

.yycj-item-t h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 31.68px;
    padding-bottom: 5px;
}

.yycj-item-t p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21.12px;
    color: #7D7D7D;
}

.compare-t1 {
    height: 45px;
    text-align: center;
    background: #7D7D7D;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 45px;
}

.compare-t1-box {
    border: 1px solid #ECECEC;
    border-top: none;
    margin-bottom: 15px;
    text-align: center;
}

.compare-flex {
    display: flex;
    justify-items: center;
    align-items: center;
}

.compare-t1-box:last-child {
    margin-bottom: 0;
}

.compare-t2 {
    height: 45px;
    text-align: center;
    background: #0094FF;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 45px;
}

.compare-t2-box {
    border: 1px solid #C8DFEB;
    border-top: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #0094FF;
}

.compare-t2-box span {
    display: block;
    text-align: center;
    color: #0094FF;
    padding: 16px 0 12px 0;
}

.compare-t2-box span strong {
    font-weight: 700;
    color: #0094FF;
}

.compare-t3-box {
    border: 1px solid #ECECEC;
    border-top: none;
    text-align: center;
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.compare-t3-box span {
    display: block;
    text-align: center;
    color: #7d7d7d;
    padding: 16px 0 12px 0;
}

.compare-t3-box span strong {
    color: #7d7d7d;
}

.compare-t3-box .info-s1,
.compare-t2-box .info-s1 {
    padding: 21px 0 22px 0;
}

.compare-t3-box .info-s1 span,
.compare-t2-box .info-s1 span {
    padding: 12px 0 0 0;
    color: #7d7d7d;
}

.compare-t3-box .info-s1 span strong,
.compare-t2-box .info-s1 span strong {
    color: #7d7d7d;
}

.compare-t2-box .info-s1 span,
.compare-t2-box .info-s1 span strong {
    color: #0094FF;
}

.yycj-item-content {
    display: flex;
    justify-items: center;
    /* align-items: center; */
}

.yycj-item-col {
    margin-right: 20px;
    width: 100%;
    position: relative;
}

.yycj-item-col:last-child {
    margin-right: 0;
}

.compare-c1 {
    width: 60%;
    padding: 10px 20px 0 20px;
}

.compare-c2 {
    width: 31%;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #7d7d7d;
}

.compare-c2 strong {
    font-weight: 700;
    color: #7d7d7d;
}

.yycj-item-box img.img-s1 {
    max-height: 183px;
    margin-bottom: 20px;
    margin: 5px auto 3px auto;
}

.yycj-item-box img.img-s2 {
    max-width: 263px;
    max-height: 163px;
    margin: 0 auto;
}

.yycj-item-box img.img-s3 {
    width: 85%;
    margin: 23px auto;
}

.yycj-item-box img.img-s4 {
    width: 80%;
    margin: 28px auto 10px auto;
}

.yycj-item-box img.img-s5 {
    width: 80%;
    margin: 40px auto 13px auto;
}

.yycj-item-box img.img-s6 {
    width: 73%;
    margin: 30px auto 10px auto;
}

.yycj-item-box img.img-s7 {
    width: 70%;
    margin: 30px auto 13px auto;
}

.yycj-item-box img.img-s8 {
    width: 85%;
    margin: 30px auto 10px auto;
}

.yycj-item-box img.img-s9 {
    width: 82%;
    margin: 30px auto 10px auto;
}

.yycj-item-box img.img-s10 {
    width: 88%;
    margin: 30px auto 10px auto;
}

.yycj-item-box img.img-s11 {
    width: 92%;
    margin: 31px auto 10px auto;
}

.close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 26px;
    height: 26px;
}

.compare-vs {
    background: #7492B9;
    width: 75px;
    height: 75px;
    color: #fff;
    border-radius: 50%;
    font-size: 37px;
    font-weight: 700;
    line-height: 71px;
    text-align: center;
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -37.5px;
    font-family: '微软雅黑';
    z-index: 10;
}

.yycj-item-col .info-list {
    position: absolute;
    right: 13px;
    bottom: 23%;
}

.info-list {
    padding: 0;
}

.info-list li {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    list-style-type: disc;
    color: #0094FF;
}

.info-list li span,
.info-list li span strong {
    color: #7d7d7d;
}

.compare-desc1,
.compare-desc2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 15.4px;
    text-align: center;
    color: #7d7d7d;
    padding: 20px 0 5px 0;
}

.compare-desc2 {
    padding: 15px 0 0 0;
}

.compare-desc2 div {
    width: 100%;
    color: #7d7d7d;
    border-right: 1px solid #ececec;
    line-height: 150%;
}

.compare-desc2 div:last-child {
    border: none;
}

.compare-desc2 div span {
    color: #7492B9;
    font-weight: 700;
}


/*相关产品*/

.n-xgcp-box h3 {
    padding-bottom: 60px;
}

.n-related-box {
    display: grid;
    grid-template-columns: repeat(3, 455px);
    /* grid-template-rows: repeat(2, 400px); */
    grid-gap: 25px;
}

.n-product-box {
    text-align: center;
    /*        margin-right: 35px;*/
    background: #fff;
    height: 425px;
    width: 100%;
    max-width: 457px;
    position: relative;
}

.n-product-box a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.n-product-box a span {
    display: none;
}

.n-product-box .n-desc-t {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    padding-top: 10px;
}

.n-product-box .n-desc-intro {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #7d7d7d;
    padding: 10px 30px 9px 30px;
    min-height: 24px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.n-product-box .n-desc-more {
    padding-top: 15px;
}

.n-product-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 275px;
}

.n-product-img img {
    width: auto;
    max-height: 80%;
    max-width: 80%;
}

.n-btn-more,
.n-btn-more:hover {
    color: #026DF7;
    font-size: 14px;
    line-height: 18.48px;
    font-weight: 400;
    letter-spacing: 0.35px;
}


/*行业方案*/

.n-fa-box {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(3, 1fr);
}

.n-fa-card {
    cursor: pointer;
}

.n-fa-card-info {
    padding: 16px;
    background-color: #FFFFFF;
    border-radius: 0 0 4px 4px;
}

.n-fa-card img {
    border-radius: 4px 4px 0 0;
}

.n-fa-card-title {
    color: #292929;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    /* 36px */
}

.n-fa-card-text {
    color: #6A6B6D;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 控制最多显示2行 */
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 150%;
    /* 24px */
    height: 48px;
    margin: 16px 0;
}

.n-fa-card-btn {
    padding: 12px 0;
    color: #E60039;
    font-size: 16px;
    line-height: 150%;
    /* 24px */
}

.n-fa-card-btn::after {
    content: '>';
    margin-left: 8px;
    transition: all 0.3s ease-in-out;
    display: inline-block
}

.n-fa-card:hover .n-fa-card-btn::after {
    transform: translateX(8px);
}


/*客户案例*/

.n-khal-box h3 {
    padding-bottom: 60px;
}

.n-case-box {
    display: grid;
    grid-template-columns: repeat(2, 688px);
    /* grid-template-rows: repeat(2, 400px); */
    grid-gap: 25px;
}

.n-case-item {
    position: relative;
}

.n-case-tbox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding-bottom: 20px;
}

.case-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48.46%, rgba(0, 0, 0, 0.7) 100%);
}

.n-case-more {
    position: absolute;
    z-index: 15;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.n-case-more span {
    display: none;
}

.n-case-t {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #fff;
    padding: 0 0 8px 30px;
}

.n-case-intro {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #fff;
    padding-left: 30px;
}

.n-case-tag {
    height: 28px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .7);
    position: absolute;
    z-index: 8;
    left: 11px;
    top: 11px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 28px;
}


/*建议*/

.n-suggest-box {
    height: 160px;
    background: url("../RJ-img/suggest-bg.webp") 0 100%;
    margin-top: 120px;
    background-size: cover;
}

.n-sugguest-content {
    height: 160px;
}

.n-sugguest-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.suggest-desc {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    width: 100%;
}

.suggest-desc strong {
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    text-align: left;
}

.n-suggest-box .n-btns {
    width: 100%;
}

.n-suggest-box .n-btns .red-btn {
    padding: 12px 60px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width:1440px) {
    .n-page-content {
        width: 1200px;
    }
    /* banner */
    .n-banner-content {
        width: 1200px;
        left: max(calc((100% - 1440px) / 2), 60px);
        ;
        /*            left: calc((100% - 38rem)/2); */
    }
    /*nav*/
    .n-nav-content {
        width: 1400px;
    }
    /*related*/
    .n-related-box {
        display: grid;
        grid-template-columns: repeat(3, 382px);
        /* grid-template-rows: repeat(2, 400px); */
        grid-gap: 25px;
    }
    .n-case-box {
        display: grid;
        grid-template-columns: repeat(2, 575px);
        /* grid-template-rows: repeat(2, 400px); */
        grid-gap: 25px;
    }
    .n-fajz-content {
        display: flex;
        min-height: 518px;
    }
    .yycj-item-box {
        left: 6vw;
        right: 6vw;
        top: 10.5vw;
    }
    .n-tabs-title {
        width: 300px;
    }
    .n-tab-t {
        width: 300px;
    }
    .tab-item-title {
        font-size: 24px;
        line-height: 26.4px;
        color: #fff;
        padding: 35px 0 15px 0;
    }
    .tab-item-pos .tab-item-title {
        padding: 50px 0 0px 0;
    }
    .item3-pic {
        min-height: inherit;
    }
    .item3-pic img.s1 {
        width: 85%;
    }
    .n-fa-card-title {
        font-size: 20px;
    }
}

@media screen and (max-width:1068px) {
    .n-page-content {
        width: 750px;
    }
    .n-page-info {
        padding-top: 60px;
        /* padding-bottom: 60px; */
    }
    .n-page-title {
        font-weight: 700;
        font-size: 24px;
        text-align: center;
        /* color: #292929; */
        line-height: 120%;
    }
    .n-page-title-desc {
        padding-bottom: 30px;
        font-size: 16px;
    }
    /*nav*/
    .n-nav {
        display: block;
        height: auto;
        margin-top: 0;
        padding: 0 10px;
    }
    .n-nav-content {
        width: 100%;
        /* display: block; */
    }
    /*        .n-breadcrumb-bg {
        display: block;
        padding: 8px 10px;
        border-bottom: 1px solid #ededed;
    }
    .n-breadcrumb-bg li {
        display: inline-block;
    }*/
    .n-nav-content .n-breadcrumb-bg {
        /* display: none; */
    }
    .n-nav-right {
        display: flex;
        justify-content: space-around;
        padding: 8px 0 6px 0;
        flex-wrap: wrap;
    }
    .n-nav-right span {
        margin: 0 5;
    }
    /* banner */
    .n-banner-content {
        top: 10%;
        width: 100%;
        left: calc((100% - 750px) / 2);
        /*            left: calc((100% - 38rem)/2); */
    }
    .n-banner-content h1 {
        font-weight: 700;
        font-size: 24px;
        line-height: 120%;
    }
    .n-banner-content h2 {
        margin-top: 16px;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
    }
    .n-banner-content .n-btns {
        margin-top: 42px;
    }
    .n-banner-content p {
        width: 65%;
        max-width: inherit;
        font-size: 14px;
    }
    .n-btn {
        font-size: 12px;
        margin-right: 16px;
        padding: 8px 24px;
    }
    /*related*/
    .n-related-box {
        display: grid;
        grid-template-columns: repeat(3, 240px);
        /* grid-template-rows: repeat(2, 400px); */
        grid-gap: 15px;
    }
    .n-case-box {
        display: grid;
        grid-template-columns: repeat(2, 367px);
        /* grid-template-rows: repeat(2, 400px); */
        grid-gap: 15px;
    }
    .n-fajz-content {
        display: block;
        min-height: inherit;
    }
    .n-tabs-title {
        width: 100%;
        flex-direction: row;
        display: flex;
    }
    .n-tab-t {
        font-size: 16px;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        display: block;
    }
    .n-tab-active {
        font-weight: 700;
        border: none;
        border-top: 4px solid #0094FF;
        color: #0094FF;
        box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.09);
        z-index: 5;
    }
    .tab-item-title {
        font-size: 20px;
        line-height: 26.4px;
        color: #fff;
        padding: 25px 0 13px 0;
    }
    .tab-item-desc {
        padding-bottom: 15px;
    }
    .yycj-item-box {
        left: 3vw;
        right: 3vw;
        top: 2.5vw;
    }
    .yycj-item-t {
        text-align: center;
        padding: 5px 0 10px 0;
    }
    .yycj-item-box img.img-s2 {
        max-width: 243px;
        max-height: 141px;
        margin: 0 auto;
    }
    .yycj-item-box img.img-s5 {
        width: 76%;
    }
    .yycj-item-box img.img-s4 {
        width: 70%;
    }
    .yycj-item-col .info-list {
        bottom: 2%;
    }
    .suggest-desc {
        font-size: 1.15rem;
        padding: 0;
    }
    .suggest-desc strong {
        font-size: 1.25rem;
    }
    .compare-t1,
    .compare-t2 {
        /* font-size: 16px; */
    }
    #yycj-b5-content .compare-t3-box span {
        width: 80%;
        margin: 0 auto;
    }
    .n-product-box {
        height: inherit;
    }
    .n-product-img {
        height: 12rem;
    }
    .n-product-box .n-desc-t {
        font-size: 1.15rem;
        line-height: 150%;
        font-weight: 700;
        padding: 10px 10px 0 10px;
    }
    .n-product-box .n-desc-intro {
        padding: 10px 10px 9px 10px;
        min-height: inherit;
        width: 100%;
        text-align: center;
    }
    .n-product-box .n-desc-more {
        padding-top: 0px;
        padding-bottom: 15px;
    }
    .n-case-t {
        font-size: 1.05rem;
        line-height: 150%;
        padding: 0 0 0px 20px;
    }
    .n-case-intro {
        font-size: .85rem;
        line-height: 150%;
        padding-left: 20px;
    }
    .n-case-tbox {
        padding-bottom: 12px;
    }
}

@media screen and (max-width:768px) {
    .n-page-content {
        width: 21.5625rem;
    }
    .n-projcet-page {
        /* padding-bottom: 4rem; */
    }
    .n-page-info {
        padding-top: 4rem;
        /* padding-bottom: 4rem; */
    }
    .n-btn {
        padding: 0.5rem 1.125rem;
        font-size: .875rem;
        margin-right: 6px;
        margin-top: 0.75rem;
        border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
        font-weight: 600;
    }
    .n-btns .red-btn {
        border: 1px solid #da0030;
    }
    .n-nav {
        display: none;
    }
    .n-banner-content {
        width: 19.6875rem;
        left: calc((100% - 19.6875rem)/2);
        justify-content: start;
        top: 6%;
    }
    .n-banner-content h1 {
        margin-top: 2.5rem;
        font-size: 1.625rem;
        width: 100%;
    }
    .n-banner-content .n-btns {
        margin-top: .45rem;
        display: block;
    }
    .n-banner-content h2 {
        font-size: 1rem;
        margin-top: 0.75rem;
    }
    .n-banner-content p {
        width: 80%;
        font-size: .75rem;
    }
    .n-page-title {
        font-size: 1.2625rem;
    }
    .n-fasj-box,
    .n-fajg-box {}
    .n-fasj-box div.n-fasj-content,
    .n-fajg-box div {
        position: relative;
        overflow-x: scroll;
    }
    /*related*/
    .n-related-box {
        display: block;
        /* grid-template-columns: repeat(1, 755px); */
        /* grid-template-rows: repeat(2, 400px); */
        /* grid-gap: 25px; */
    }
    .n-case-box {
        display: block;
        /* grid-template-columns: repeat(1, 750px); */
        /* grid-template-rows: repeat(2, 400px); */
        /* grid-gap: 25px; */
    }
    .n-product-box {
        text-align: center;
        /* margin-right: 35px; */
        background: #fff;
        height: auto;
        width: 100%;
        max-width: inherit;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .update-more1,
    .update-more2,
    .update-more3 {
        top: 16.5%;
        right: 0;
        left: 0;
        width: 200vw;
        height: 7vw;
        display: none;
    }
    .update-more2 {
        top: 39%;
    }
    .update-more3 {
        top: 62.5%;
    }
    .n-case-item {
        margin-bottom: 15px;
    }
    .n-case-t {
        font-size: 1.25rem;
        padding: 0 0 0 20px;
    }
    .n-case-intro {
        font-size: .85rem;
        padding-left: 20px;
    }
    .n-case-tbox {
        padding-bottom: 10px;
    }
    .n-fajz-content {
        display: block;
        min-height: inherit;
    }
    .n-tabs-title {
        width: 100%;
        display: block;
    }
    .n-tab-t {
        padding: 1.25rem 0;
        display: block;
        width: 100%;
        text-align: center;
        display: none;
        font-size: 1.25rem;
    }
    /* .n-tab-t:first-child {
        display: block;
    } */
    .n-tab-active {
        border: none;
        border-top: 4px solid #0094FF;
        color: #0094FF;
    }
    .tab-item-title {
        font-size: 1.15rem;
    }
    .tab-item-3 {
        display: block;
        padding: 15px;
    }
    .item3-b1,
    .item3-b2 {
        width: 100%;
        height: auto;
        margin: 0;
    }
    .tab-item-pos .tab-item-title {
        padding: 50px 12px 0px 18px;
    }
    .tab-item-pos .tab-item-desc {
        color: #fff;
        padding: 15px 20px;
    }
    .tab-item-desc2 {
        min-height: inherit;
        padding-top: 0;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .tab-item-desc {
        padding: 10px 0 10px 0;
    }
    .item3-pic img {
        width: 60%;
    }
    .item3-b2 .item3-pic {
        padding: 15px;
    }
    .item3-pic img.s1 {
        width: 40%;
    }
    #fajz-tab1 {
        padding-bottom: 15px;
    }
    .page-list {
        display: block;
    }
    .n-suggest-box {
        height: auto;
        padding: 20px 0;
        margin-top: 0px;
    }
    .n-sugguest-content {
        display: block;
        height: auto;
    }
    .suggest-desc {
        font-size: 1.125rem;
        line-height: 150%;
        font-size: 1.125rem;
        line-height: 150%;
        text-align: center;
        padding: 0;
    }
    .suggest-desc strong {
        font-size: 1.25rem;
    }
    .n-tabs-item {
        min-height: 35rem;
    }
    .n-yycj-box {
        position: relative;
        margin-top: 60px;
        background: #EAF1F7;
        padding-bottom: 60px;
    }
    .n-yycj-box .yycj-btn {
        display: none;
    }
    .yycj-btn strong::after {
        display: none;
    }
    .yycj-btn strong {
        box-shadow: 0px 4px 4px 0px rgba(109, 158, 204, 0.3);
        display: block;
        font-size: 1rem;
        font-weight: 700;
        line-height: 120%;
        text-align: center;
        color: #0094FF;
        border-radius: .95rem;
        padding: .15rem .45rem;
        background-color: #fff;
        cursor: pointer;
    }
    .yycj-b1 {
        top: 67vw;
        left: 2vw;
    }
    .yycj-b2 {
        top: 47vw;
        left: 17.5vw;
    }
    .yycj-b3 {
        top: 54.5vw;
        left: 36.1vw;
    }
    .yycj-b4 {
        top: 77vw;
        left: 45.5vw;
    }
    .yycj-b5 {
        top: 48.5vw;
        left: 61.1vw;
    }
    .yycj-b6 {
        top: 57vw;
        left: 77.1vw;
    }
    .yycj-item-box {
        position: relative;
        display: block;
        padding: 15px;
        margin: 0px 20px 20px 20px;
        left: inherit;
        right: inherit;
        top: inherit;
    }
    .yycj-item-box .close-btn {
        display: none;
    }
    .yycj-item-content {
        display: block;
    }
    .yycj-item-box .compare-vs {
        position: inherit;
        margin: 5px auto;
        left: inherit;
        top: inherit;
        z-index: inherit;
    }
    .n-yycj-box .n-page-title {
        top: 14.5vw
    }
    .n-yycj-box .n-page-title-desc {
        top: 18.5vw;
    }
    .compare-t3-box {
        margin-bottom: 15px;
    }
    .yycj-item-box img.img-s5 {
        width: 80%;
        margin: 25px auto 48px auto;
    }
    .tab-item-pos .tab-item-desc1 {
        width: 80%;
    }
    #fajz-tab2 {
        background-color: #cdcdcd;
    }
    #fajz-tab4 {
        background-color: #465163;
    }
    .mobile-none {
        display: none;
    }
}

.n-projcet-page .ws-product-detail-bcb {
    padding: 12px 0;
}

.n-projcet-page .n-breadcrumb li {
    display: flex;
    align-items: center;
}

.n-nav-content {
    height: 100%;
}

.addBtn {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 44px;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    background: #DA0030;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    transition: background-color .16s linear;
}

.addBtn:hover {
    color: #FFF;
    background-color: #F23E5E;
}

.blueBg {
    margin-top: 40px;
    padding: 36px 0;
    text-align: center;
    width: 100%;
    background: #0094FF;
}

.blueBgInfo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blueBgInfo p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-right: 48px;
}

.blueBgInfo a {
    display: inline-block;
    padding: 0 36px;
    height: 48px;
    line-height: 48px;
    background-color: #FFF;
    color: #0094FF;
    font-size: 18px;
    font-weight: 400;
    border-radius: 4px;
}

.suggest-desc p {
    margin-top: 24px;
    font-size: 20px;
    color: #6A6B6D;
}

.n-suggest-box {
    height: unset;
    padding: 40px 0;
}

.caseCont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.caseInfo {
    position: relative;
}

.caseInfo a {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.caseInfoText {
    top: 152px;
    left: 0;
    width: 100%;
    padding: 0 16px;
    position: absolute;
}

.caseInfoText h3 {
    padding-bottom: 0;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
}

.caseInfoText p {
    margin-top: 8px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.caseInfoTag {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 28px;
    position: absolute;
    top: 16px;
    left: 16px;
    background-color: #FFF;
    opacity: .7;
    color: #292929;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    border-radius: 4px;
}

@media screen and (max-width: 1440px) {
    .ys_header {
        height: 74px !important;
    }
    .n-nav-content {
        width: 1100px;
    }
    .caseInfoText {
        top: 126px;
    }
    .caseInfoText h3 {
        font-size: 20px;
    }
    .caseInfoText p {
        font-size: 14px;
    }
    .suggest-desc p {
        margin-top: 16px;
        font-size: 16px;
    }
    .suggest-desc strong {
        font-size: 24px;
        line-height: 120%;
    }
}

@media screen and (max-width: 1280px) {
    .com-content {
        padding: 0 5%;
    }
}

@media screen and (max-width: 768px) {
    .caseCont {
        grid-template-columns: repeat(1, 1fr);
    }
    .blueBgInfo {
        display: unset;
    }
    .blueBgInfo p {
        font-size: 24px;
        margin-bottom: 16px;
        margin-right: 0;
    }
    .blueBg {
        padding: 24px 0;
    }
    .caseInfoText {
        padding: 0 .5rem;
        top: unset;
        bottom: .5rem;
    }
    .caseInfoText h3 {
        font-size: .875rem;
    }
    .caseInfoText p {
        margin-top: .25rem;
        font-size: .625rem;
    }
    .n-suggest-box .n-btns {
        align-items: flex-start;
    }
    .n-suggest-box .n-btns .red-btn {
        width: 7.75rem;
        height: 1.6875rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: .625rem;
        padding: unset;
        font-weight: 400;
        margin: unset;
        margin-top: 1.0625rem;
    }
    .n-sugguest-content {
        text-align: left;
    }
    .suggest-desc {
        text-align: left;
    }
    .n-projcet-page .ws-product-detail-bcb {
        display: none;
    }
}

.redborder {
    margin-top: 48px;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0 40px;
    font-size: 16px;
    color: #E60039!important;
    font-weight: 400;
    border: 1px solid #E60039;
    border-radius: 4px;
    transition: background-color .16s linear;
}

.redborder:hover {
    background: rgba(230, 0, 57, 0.03);
}

@media screen and (max-width:768px) {
    .redborder {
        margin-bottom: 48px;
    }
    .n-fa-box {
        grid-template-columns: repeat(1, 1fr);
    }
    .n-fa-card-title {
        font-size: 1.15rem;
    }
    .n-fa-card-text {
        height: auto;
    }
}


/* 617新增 */

.topoCont {
    margin-top: 48px;
    position: relative;
}

.topoinfo {
    width: 380px;
    text-align: center;
    position: absolute;
}

.topoinfo-title {
    color: #385072;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

.topoinfo p {
    margin-top: 6px;
    color: #385072;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    padding: 0 28px;
}

.topoinfo-bottom {
    margin-top: 24px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    border-radius: 0px 0px 2px 2px;
    background: #7593B9;
}

.topoinfo img {
    width: 36px;
}

.topoinfo.link .topoinfo-bottom {
    margin-top: 0;
}

.topoinfo a {
    display: block;
    margin: 12px 0;
}

.topoinfo.spe .topoinfo-title {
    color: #0094FF;
}

.topoinfo.spe .topoinfo-bottom {
    background: #0094FF;
}

#topo1 {
    right: 0;
    top: 88px;
}

#topo2 {
    right: 0;
    top: 260px;
}

#topo3 {
    right: 0;
    top: 486px;
}

#topo4 {
    right: 0;
    top: 693px;
}

.n-info-tab {
    border-left: 1px solid #D5D5D5;
    margin-right: 230px;
}

.n-info-tab .n-info-tab-active {
    color: #E60039;
    pointer-events: none;
}

.n-info-tab .n-info-tab-active::after {
    content: '';
    height: 100%;
    width: 2px;
    left: 0;
    top: 0;
    position: absolute;
    background-color: #E60039;
}

.n-info-tab div {
    padding-left: 24px;
    position: relative;
    margin-bottom: 48px;
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    white-space: nowrap;
    line-height: 150%;
    /* 30px */
}

.n-info-tab div:last-child {
    margin-bottom: 0;
}

.n-infos {
    margin-top: 60px;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 80px;
}

.n-info-content {
    display: flex;
    flex-wrap: wrap;
}

.n-info {
    margin-top: 24px;
    margin-right: 24px;
    width: 520px;
    border-radius: 4px;
    padding: 24px;
    box-sizing: border-box;
    border: 2px solid #FFF;
    background: linear-gradient(180deg, #F3F5F8 0%, #FFF 100%);
    box-shadow: 0px 6px 20px 0px rgba(213, 219, 228, 0.50);
}

.n-info:nth-child(1),
.n-info:nth-child(2) {
    margin-top: 0;
}

.n-info:nth-child(even) {
    margin-right: 0;
}

.n-info h3 {
    color: #292929;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    /* 27px */
    height: 54px;
}

.n-info span {
    display: flex;
    align-items: center;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
}

.n-info:hover .transparent-commonlink::after {
    transform: translateX(8px);
}

.infoSection {
    margin-top: 120px;
}

.transparent-commonlink {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
    width: 100px;
    margin: 18px 0 0 0;
}

.transparent-commonlink::after {
    content: '';
    background-image: url(../RJ-img/arrow.svg);
    margin-left: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    transition: transform .16s linear;
    -webkit-transition: transform .16s linearr;
    -moz-transition: transform .16s linear;
    -o-transition: transform .16s linear;
}

.n-question {
    padding: 36px 0;
    border-bottom: 1px solid #E3E5E6;
}

.n-question-q {
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 700;
}

.n-question-a {
    color: #6A6B6D;
    font-size: 16px;
    line-height: 150%;
    /* 24px */
    margin-top: 12px;
}

.topo-ani img {
    display: none;
}

@media screen and (max-width:1440px) {
    .topoinfo {
        width: 326px;
    }
    .topoinfo a {
        display: block;
        margin: 8px 0;
    }
    .topoinfo p {
        padding: 0 20px;
    }
    .topoinfo img {
        width: 24px;
    }
    #topo1 {
        top: 63px;
    }
    #topo2 {
        top: 218px;
    }
    #topo3 {
        top: 393px;
    }
    #topo4 {
        top: 578px;
    }
    .topoinfo-bottom {
        margin-top: 16px;
    }
    .n-info-tab {
        margin-right: 120px;
    }
    .n-info {
        width: 414px;
    }
}

@media screen and (max-width:990px) {
    .topoCont {
        width: 100%;
        overflow-x: scroll;
    }
    .topoCont a img {
        width: 24px;
    }
    .topoImg {
        width: 1000px;
        position: relative;
    }
    .topoinfo {
        width: 271px;
    }
    .topoinfo-title {
        font-size: 14px;
    }
    .topoinfo p {
        font-size: 12px;
    }
    .topoinfo-bottom {
        margin-top: 8px;
        font-size: 12px;
        height: 32px;
    }
    #topo1 {
        top: 58px;
    }
    .topoinfo a img {
        width: 20px;
    }
    #topo2 {
        top: 178px;
    }
    #topo3 {
        top: 325px;
    }
    #topo4 {
        top: 485px;
    }
    .topoinfo p {
        padding: 0 12px;
    }
    .n-info-tab {
        display: none;
    }
    .n-info-content {
        gap: unset;
    }
    .n-info {
        width: 100%;
        margin-right: 0px;
    }
    .n-info h3 {
        font-size: 16px;
    }
    .n-info:nth-child(2) {
        margin-top: 24px;
    }
    .topo-ani video {
        display: none;
    }
    .topo-ani img {
        display: block;
    }
}