* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* 标准色-红色 */
    --standard-red-color: #E60039;
    /* 标准色-支解线 */
    --divide-color: #E3E5E6;
    /* 字体色-中色 */
    --neutra-color: #6A6B6D;
    /* 字体色-深色 */
    --dark-color: #2A2B2E;
    /* 标准色-浅灰 */
    --light-gray-color: #F1F3F5;
    /* 标准色-白色 */
    --white-color: #FFFFFF;
    /* 标准色-红色悬停态 */
    --standard-red-hover-color: #F23E5E;
    /* 标准色-红色点击态 */
    --standard-red-active-color: #CC002D;
    /* 标准色-描边色 */
    --border-color: #D5D5D5;
    /* 字体色-浅色 */
    --light-color: #9B9FA8;
    /* 标准色-产品底色 */
    --standard-product-bg-color: #FAFBFC;
}

.n-project-page img {
    width: 100%;
}

.bannerCont {
    position: relative;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: rgb(235, 244, 251);
    background-image: url(/cp/riil-rj/lxyfjfw/RJ-img/banner.webp);
}

.bannerInfo {
    position: absolute;
    left: calc((100% - 1400px)/2);
    top: 50%;
    transform: translateY(-50%);
}

.bannerInfo h1 {
    color: #2A2B2E;
    font-size: 48px;
    font-weight: 700;
    line-height: 150%;
}

.bannerInfo p {
    margin-top: 24px;
    color: rgba(42, 43, 46, .75);
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    width: 710px;
}

.n-project-btns {
    margin-top: 48px;
    display: flex;
}

.n-project-btn {
    height: 46px;
    padding: 0 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    transition: .16s linear;
    box-sizing: border-box;
}

.n-project-btn.red {
    background: #E60039;
    color: #FFF;
}

.n-project-btn.redBorder {
    color: #E60039;
    border: 1px solid #E60039;
}

.bannerInfo .n-project-btn {
    margin-right: 16px;
}

.n-project-info {
    padding: 120px 0;
}

.n-project-title {
    color: #2A2B2E;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 150%;
}

.n-project-desc {
    width: 1400px;
    color: #6A6B6D;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin: 24px auto 0 auto;
}

.n-project-desc span {
    color: #0094FF;
}

.n-project-content {
    width: 1400px;
    margin: 60px auto 0 auto;
}

.bannerCont+.n-project-info {
    padding-top: 236px;
}

.n-project-info.greyBg {
    background-color: #f7f9fa;
}

.worryCont {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.worryInfo {
    overflow: hidden;
    background-color: #FFF;
    text-align: center;
    padding: 50px 24px 58px 24px;
}

.worryImg {
    width: 116px;
    margin: 0 auto;
    transition: opacity .36s ease;
}

.worryText {
    position: relative;
    transition: transform .36s ease;
}

.worryText h3 {
    margin-top: 32px;
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.worryText p {
    margin-top: 16px;
    color: #6A6B6D;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity .36s ease;
}

.topoImg {
    width: 1160px;
    margin: 0 auto;
}

.tabCont {
    position: relative;
    display: flex;
    justify-content: center;
}

.tabCont::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(56, 80, 117, 0.50);
    position: absolute;
    left: 0;
    bottom: 0;
}

.tabCont div {
    color: #6A6B6D;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    padding: 8px 76px;
    position: relative;
    cursor: pointer;
}

.tabCont div.active {
    pointer-events: none;
    color: #0094FF;
}

.tabCont div.active::after {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #0094FF;
}

.carouselConts {
    margin-top: 84px;
}

.carouselCont {
    position: relative;
    height: 404px;
}

.carouselImg {
    position: absolute;
    top: -24px;
    width: calc(50% - 120px);
    height: 340px;
    left: 0;
    z-index: 2;
}

.carouselImgInfo.active {
    opacity: 1;
}

.carouselImgInfo {
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .36s linear;
}

.carouselImgInfo:first-child {
    background-image: url(/cp/riil-rj/lxyfjfw/RJ-img/carousel1.webp);
    z-index: 4;
}

.carouselImgInfo:nth-child(2) {
    background-image: url(/cp/riil-rj/lxyfjfw/RJ-img/carousel2.webp);
    z-index: 3;
}

.carouselImgInfo:nth-child(3) {
    background-image: url(/cp/riil-rj/lxyfjfw/RJ-img/carousel3.webp);
    z-index: 2;
}

.carouselInfo {
    width: calc(50% + 503px);
    height: 380px;
    border-radius: 8px 0px 0px 8px;
    background: linear-gradient(189deg, #01A3FF 8.74%, #005EFD 81.23%);
    position: absolute;
    left: calc(50% - 503px);
    padding-left: 420px;
    padding-top: 48px;
}

.carouselText.active {
    opacity: 1;
    margin-left: 0;
}

.carouselText {
    position: absolute;
    margin-left: 30px;
    opacity: 0;
    transition: all .36s linear;
    max-width: 782px;
}

.carouselInfo-title {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
}

.carouselInfo p {
    margin-top: 16px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.carouselInfo p span {
    color: #00FFC2;
    font-weight: 700;
}

.carouselDatas {
    display: flex;
    margin-top: 48px;
}

.carouselData {
    text-align: center;
    margin-right: 24px;
}

.carouselData-title {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.25);
}

.carouselData-num {
    margin-top: 24px;
}

.carouselData-num i {
    font-style: normal!important;
}

.carouselText:nth-child(2) .carouselDatas,
.carouselText:nth-child(3) .carouselDatas {
    margin-top: 24px;
}

.carouselText:nth-child(3) .carouselData-num strong {
    font-size: 28px;
}

.carouselData-num {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

.carouselData-num strong {
    font-size: 48px;
}

.pkTitle {
    width: 604px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.pkTitle div {
    color: #6A6B6D;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.pkTitle div:last-child {
    color: #2A2B2E;
}

.pkCont {
    margin-left: calc(50% - 503px);
}

.pkInfo {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
}

.pkleft {
    display: flex;
    border-radius: 4px;
    border: 1px dashed #D5D5D5;
}

.pkleft-title {
    font-weight: 700;
}

.pkleft-title,
.pkleft-text {
    padding: 24px 32px;
    color: #6A6B6D;
    text-align: center;
    font-size: 16px;
}

.pkleft-text {
    border-left: 1px dashed #D5D5D5;
}

.pkcenet {
    color: #0094FF;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    margin: 0 32px;
}

.pkright {
    padding: 24px 32px;
    border-radius: 4px;
    border: 1px dashed #0094FF;
    background: rgba(0, 148, 255, 0.05);
    color: #0094FF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-right: 24px;
}

.pklist-title {
    color: #0094FF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.pklist {
    margin-top: 20px;
}

.pklist ul li {
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width:1600px) {
    .carouselImg {
        width: calc(50% - 240px);
    }
    .carouselInfo {
        padding-left: 300px;
    }
}

@media screen and (max-width:1348px) {
    .carouselInfo-title {
        font-size: 20px;
    }
    .carouselInfo p {
        font-size: 14px;
    }
    .carouselText {
        max-width: 680px;
    }
    .carouselData-num strong {
        font-size: 36px;
    }
}

@media screen and (max-width:1068px) {
    .carouselImg {
        display: none;
    }
    .carouselText {
        position: unset;
        display: none;
        width: 750px;
        margin: 0 auto;
        max-width: unset;
    }
    .carouselInfo {
        padding: 48px 20px 48px 20px;
        height: unset;
        position: unset;
        border-radius: unset;
        width: unset;
        height: unset;
    }
    .carouselText.active {
        display: block;
        margin-left: auto;
    }
    .carouselCont {
        height: unset;
    }
    .carouselConts {
        margin-top: 48px;
    }
    .carouselDatas {
        justify-content: center;
    }
    .pkTitle,
    .pkcenet,
    .pkleft {
        display: none;
    }
    .pkCont {
        margin-left: 0;
        width: 100%;
        padding: 0 40px;
    }
    .pkInfo {
        flex-wrap: wrap;
        margin-bottom: 36px;
    }
    .pkright {
        width: 100%;
        text-align: left;
        font-size: 18px;
        padding: 20px;
        margin-right: 0;
    }
    .pkInfo:last-child {
        margin-bottom: 0;
    }
}

.serviceText {
    margin: 18px 0 60px 0;
    text-align: center;
    color: #6A6B6D;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.serviceInfo {
    display: flex;
    justify-content: space-between;
}

.serviceProcess {
    width: 568px;
}

.serviceEffect {
    position: relative;
    width: 808px;
    background-color: #f7f9fa;
}

.service-head {
    text-align: center;
    width: 100%;
    padding: 16px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}

.service-head.blue {
    color: #FFF;
    background: linear-gradient(111deg, #0097FF 15.47%, #06F 72.11%), #E9F1F6;
}

.service-head.grey {
    color: #2A2B2E;
    background: #E9F1F6;
}

.serviceEffect-cont {
    position: relative;
    height: calc(100% - 62px);
    width: 100%;
    padding: 24px;
}

.serviceEffect-list {
    display: flex;
    padding: 24px 32px 0 32px;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    gap: 48px;
    border-radius: 8px;
}

.serviceEffect-info {
    width: 100%;
    height: 100%;
    background-color: #FFF;
}

.serviceEffect-tags {
    margin-bottom: 32px;
}

.serviceEffect-tag-head {
    color: #0094FF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 24px;
    border-radius: 4px;
    border: 1px dashed #0094FF;
    margin-bottom: 8px;
}

.serviceEffect-tag ul li {
    display: flex;
    align-items: center;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
}

.serviceEffect-tag ul li::before {
    content: '?';
    display: block;
    margin: 0 4px;
}

.serviceEffect-img {
    width: 328px;
    flex-shrink: 0;
    background-color: #FFF;
}

.Marquee:first-child {
    padding-top: 60px;
    padding-bottom: 24px;
}

.Marquee {
    width: 100%;
    box-sizing: border-box;
    color: #2A2B2E;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.Marquee-content {
    display: flex;
    animation: marquee 45s linear infinite;
    gap: 24px;
}

.Marquee2 {
    padding-bottom: 60px;
}

.Marquee2 .Marquee-content {
    animation: marquee2 45s linear infinite;
}

.Marquee-tag {
    width: 300px;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    border-radius: 10px;
    border: 1.5px solid #FFF;
    background: linear-gradient(33deg, #FFF 19.18%, rgba(255, 255, 255, 0.50) 110.83%);
    box-shadow: 0px 0px 24px 0px rgba(0, 148, 255, 0.15);
}

.mask {
    position: relative;
}

.mask::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.00) 20%, rgba(255, 255, 255, 0.00) 80%, rgba(255, 255, 255, 0.75) 100%);
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes marquee2 {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

.n-project-info .n-project-btns {
    justify-content: center;
    gap: 12px;
}

@media screen and (min-width: 1068px) {
    .worryInfo:hover .worryText {
        transform: translateY(-110px);
    }
    .worryInfo:hover .worryText p {
        opacity: 1;
    }
    .worryInfo:hover .worryImg {
        opacity: 0;
    }
}

.communicateCont {
    position: relative;
}

.communicateInfo {
    position: absolute;
    left: calc((100% - 1400px)/2);
    top: 50%;
    transform: translateY(-50%);
}

.communicateTitle {
    color: #2A2B2E;
    font-size: 36px;
    font-weight: 700;
    line-height: 150%;
}

.communicateTitle br {
    display: none;
}

.communicateInfo p {
    margin-top: 12px;
    margin-bottom: 48px;
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}


/* 相关资料 */

.resourcesSection {
    display: flex;
    align-items: flex-start;
}

.resources-tab {
    flex-shrink: 0;
}

.resources-tab-word {
    display: none;
}

.resources-tab {
    position: relative;
    padding: 12px 0;
    margin-right: 248px;
}

.resources-tab div {
    position: relative;
    color: var(--neutra-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    padding: 0 0 0 24px;
    margin-top: 48px;
    cursor: pointer;
}

.resources-tab div.active {
    color: var(--standard-red-color);
    pointer-events: none;
}

.resources-tab div.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background-color: var(--standard-red-color);
    display: block;
}

.resources-tab div:first-child {
    margin-top: 0;
}

.resources-tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: var(--border-color);
    display: block;
}

.resourcesCont {
    width: 100%;
}

.resourceCards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    width: 100%;
}

.resourceCard {
    position: relative;
    background-color: var(--white-color);
    padding: 24px;
    box-sizing: border-box;
    border: 1px solid var(--border-color);
}

.resourceCard p {
    color: var(--dark-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 12px;
}

.resourceCard a,
.resourceImg a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 4;
}

.resourceImgs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.resourceImg {
    position: relative;
}

.resourceImg img {
    width: 100%;
}

.resourceImg p {
    margin-top: 16px;
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.resourceImg i {
    display: block;
    margin-top: 12px;
    font-style: normal;
    color: var(--light-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.resourceImgCover {
    position: relative;
    overflow: hidden;
}

.resourceImgCover img {
    transition: transform .16s linear;
}

.resourceVideo .resourceImgCover::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.20);
    z-index: 2;
}

.resourceVideo .resourceImgCover::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/cp/riil-rj/lxyfjfw/RJ-css/videoPlay.svg);
    z-index: 3;
}

.bannerImg {
    display: none;
}

@media screen and (min-width:1068px) {
    .resourceImg:hover .resourceImgCover img {
        transform: scale(1.05);
    }
}

@media screen and (max-width:1440px) {
    .resources-tab {
        margin-right: 214px;
    }
    .resourceCard p {
        font-size: 18px;
    }
    .resourceImg p {
        margin-top: 14px;
        font-size: 16px;
    }
}

@media screen and (max-width:1280px) {
    .resources-tab {
        margin-right: 184px;
    }
    .resources-tab div {
        margin-top: 36px;
        font-size: 16px;
    }
    .resourceCard p {
        font-size: 16px;
    }
    .resourceImg p {
        margin-top: 12px;
        font-size: 14px;
    }
    .resourceCard .transparent-commonlink {
        font-size: 14px;
    }
    .resourceCard .transparent-commonlink::after {
        width: 20px;
        height: 20px;
    }
    .resourceVideo .resourceImgCover::after {
        width: 36px;
        height: 36px;
    }
}

@media screen and (max-width:1068px) {
    .resourcesSection {
        flex-direction: column;
        align-items: center;
    }
    .resources-tab {
        display: flex;
        justify-content: center;
        margin-right: 0;
        padding: 0;
        margin-bottom: 36px;
    }
    .resources-tab div {
        margin-top: 0;
        padding: 0 12px 12px 12px;
    }
    .resources-tab::before {
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        top: unset;
    }
    .resources-tab div.active::before {
        top: unset;
        bottom: 0;
        width: 100%;
        height: 2px;
    }
    .resourceImgs {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .resourceCards {
        gap: 20px;
    }
}

@media screen and (max-width:768px) {
    .resourceCard {
        padding: 16px;
    }
}

@media screen and (max-width:600px) {
    .resourceCards {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width:520px) {
    .resourceImgs {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}

.transparent-commonlink {
    display: flex;
    align-items: center;
    color: var(--standard-red-color);
    font-size: 16px;
}

.transparent-commonlink::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/cp/riil-rj/lxyfjfw/RJ-img/link.svg);
    background-size: cover;
    margin-left: 8px;
    transition: transform .16s linear;
}

@media screen and (min-width:1068px) {
    .transparent-commonlink.active::after {
        transform: translateX(6px);
    }
}

@media screen and (min-width:990px) {
    .n-project-btn.white:hover {
        color: var(--standard-red-color);
    }
    .n-project-btn.red:hover {
        background: var(--standard-red-hover-color);
    }
    .n-project-btn.red:active {
        background: var(--standard-red-active-color);
    }
}

.awardCont {
    position: absolute;
    display: flex;
    top: 582px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 30px 0px rgba(0, 148, 255, 0.10);
}

.awardInfo {
    background-color: #FFF;
    padding: 32px;
    width: 500px;
}

.awardInfo:first-child {
    border-right: 1px solid #D5D5D5;
}

.awardTitle {
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 12px;
}

.awardInfo p {
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (min-width:1068px) {
    .awardCont:hover span {
        color: #0094FF;
    }
}

@media screen and (max-width:1440px) {
    .bannerInfo {
        left: calc((100% - 1200px) / 2);
    }
    .bannerInfo h1 {
        font-size: 42px;
    }
    .bannerInfo p {
        margin-top: 18px;
        font-size: 18px;
    }
    .n-project-btns {
        margin-top: 42px;
    }
    .n-project-content {
        width: 1200px;
    }
    .n-project-title {
        font-size: 28px;
    }
    .n-project-desc {
        width: 1200px;
        font-size: 16px;
    }
    .worryText p {
        margin-top: 14px;
        font-size: 14px;
    }
    .topoImg {
        width: 1000px;
    }
    .n-project-info {
        padding: 100px 0;
    }
    .tabCont div {
        font-size: 20px;
        padding: 8px 64px;
    }
    .serviceText {
        margin: 12px 0 48px 0;
        font-size: 16px;
    }
    .serviceProcess {
        width: 485px;
    }
    .serviceEffect {
        width: 686px;
    }
    .serviceEffect-img {
        width: 280px;
    }
    .serviceEffect-tag-head {
        padding: 16px;
        font-size: 14px;
    }
    .serviceEffect-tag ul li {
        font-size: 14px;
    }
    .serviceEffect-cont {
        padding: 20px;
    }
    .serviceEffect-list {
        padding: 20px 28px 0 28px;
    }
    .service-head {
        font-size: 18px;
        padding: 12px 0;
    }
    .serviceEffect-cont {
        height: calc(100% - 51px);
    }
    .Marquee-tag {
        font-size: 18px;
        width: 258px;
        height: 86px;
    }
    .n-project-btns {
        margin-top: 36px;
    }
    .communicateInfo {
        left: calc((100% - 1200px)/2);
    }
    .communicateTitle {
        font-size: 28px;
    }
    .communicateInfo p {
        margin-top: 8px;
        font-size: 16px;
        margin-bottom: 36px;
    }
}

@media screen and (max-width:1280px) {
    .bannerCont {
        height: 420px;
    }
    .bannerInfo {
        left: calc((100% - 1024px)/2);
    }
    .bannerInfo h1 {
        font-size: 36px;
    }
    .bannerInfo p {
        width: 580px;
    }
    .n-project-btn {
        height: 40px;
        padding: 0 32px;
        font-size: 14px;
    }
    .bannerInfo p {
        margin-top: 16px;
        font-size: 16px;
    }
    .awardCont {
        top: 378px;
    }
    .awardInfo {
        width: 400px;
        padding: 20px;
    }
    .awardInfo p {
        font-size: 14px;
    }
    .awardTitle {
        font-size: 18px;
    }
    .bannerCont+.n-project-info {
        padding-top: 200px;
    }
    .n-project-content {
        width: 1024px;
    }
    .worryText h3 {
        margin-top: 24px;
        font-size: 16px;
    }
    .worryImg {
        width: 100px;
    }
    .worryText p {
        margin-top: 8px;
    }
    .n-project-desc {
        width: 1024px;
    }
    .n-project-info {
        padding: 84px 0;
    }
    .topoImg {
        width: 850px;
    }
    .n-project-content {
        margin: 48px auto 0 auto;
    }
    .tabCont div {
        font-size: 18px;
        padding: 6px 52px;
    }
    .serviceText {
        margin: 12px 0 36px 0;
    }
    .serviceEffect-img {
        width: 224px;
    }
    .serviceProcess {
        width: 420px;
    }
    .serviceEffect {
        width: 584px;
    }
    .serviceEffect-tags {
        margin-bottom: 16px;
    }
    .serviceEffect-tag-head {
        padding: 8px;
    }
    .serviceEffect-list {
        gap: 24px;
    }
    .Marquee-tag {
        width: 220px;
        height: 74px;
        font-size: 16px;
    }
    .communicateInfo {
        left: calc((100% - 1024px)/2);
    }
    .communicateTitle {
        font-size: 24px;
    }
    .communicateInfo p {
        margin-bottom: 24px;
        font-size: 14px;
    }
}

@media screen and (max-width:1068px) {
    .bannerInfo {
        left: calc((100% - 750px)/2);
    }
    .bannerInfo h1 {
        font-size: 28px;
    }
    .bannerInfo p {
        margin-top: 8px;
        width: 480px;
    }
    .n-project-btns {
        margin-top: 24px;
    }
    .awardInfo {
        width: 340px;
    }
    .awardInfo span {
        color: #0094FF;
    }
    .n-project-title {
        font-size: 24px;
    }
    .n-project-content {
        width: 750px;
    }
    .n-project-desc {
        width: 750px;
    }
    #worrySwiper {
        padding-bottom: 36px;
    }
    .worryText p {
        display: block;
        opacity: 1;
        position: relative;
    }
    .worryInfo {
        overflow: unset;
    }
    .worryInfo {
        padding: 48px 20px;
    }
    .topoImg {
        width: 750px;
    }
    .serviceInfo {
        flex-wrap: wrap;
    }
    .serviceProcess,
    .serviceEffect {
        width: 100%;
    }
    .serviceEffect-img {
        width: 270px;
    }
    .serviceEffect-tag ul li,
    .serviceEffect-tag-head {
        font-size: 16px;
    }
    .communicateInfo {
        left: calc((100% - 750px)/2);
    }
    .communicateInfo p {
        font-size: 16px;
    }
}

@media screen and (max-width:768px) {
    .n-project-content {
        width: 100%;
    }
    .bannerImg {
        display: block;
    }
    .bannerCont {
        height: unset;
        background-color: unset;
        background-image: none;
        background-size: unset;
    }
    .bannerInfo {
        left: 0;
        width: 100%;
        top: unset;
        transform: unset;
        padding: 30px 20px 0 20px;
    }
    .ys_header {
        height: 64px!important;
    }
    .bannerInfo p {
        width: 100%;
        color: #2A2B2E;
        font-size: 16px;
    }
    .awardCont {
        position: unset;
        background: #f7f9fa;
        transform: unset;
        width: 100%;
        flex-direction: column;
        box-shadow: none;
        padding: 0 20px;
        padding-top: 40px;
    }
    .awardInfo:first-child {
        border: none;
        margin-bottom: 16px;
    }
    .awardInfo {
        width: 100%;
        text-align: center;
    }
    .awardTitle {
        font-size: 20px;
    }
    .bannerCont+.n-project-info {
        padding-top: 80px;
    }
    .n-project-title,
    .n-project-desc {
        width: 100%;
        padding: 0 20px;
    }
    .worryInfo {
        margin: 0 20px;
    }
    .worryText h3 {
        font-size: 20px;
    }
    .worryText p {
        margin-top: 12px;
        font-size: 16px;
    }
    .n-project-content {
        padding: 0 20px;
        margin: 40px auto 0 auto;
    }
    .topoImg {
        width: 100%;
    }
    .tabCont div {
        font-size: 16px;
        padding: 8px 7px;
    }
    .serviceText {
        margin: 24px 0 40px 0;
        font-size: 16px;
    }
    .serviceEffect-list {
        flex-wrap: wrap;
        border-radius: unset;
    }
    .serviceEffect-info {
        height: unset;
    }
    .serviceEffect-cont {
        height: unset;
    }
    .service-head.grey {
        display: none;
    }
    .serviceEffect-cont {
        padding: 0;
    }
    .serviceEffect-tag-head {
        padding: 16px;
        background-color: #f2f9ff;
    }
    .serviceEffect-tag ul {
        padding-left: 16px;
    }
    .serviceEffect-img {
        width: 100%;
        max-width: 328px;
    }
    .mask::after {
        display: none;
    }
    .communicateInfo {
        left: 0;
        width: 100%;
        padding: 30px 20px;
    }
    .communicateTitle br {
        display: block;
    }
    .n-project-info {
        padding: 80px 0;
    }
    .Marquee-content,
    .Marquee2 .Marquee-content {
        animation: none;
    }
    .Marquee-content {
        gap: unset;
        flex-direction: column;
    }
    .Marquee {
        align-items: unset;
        overflow: unset;
    }
    .mask {
        margin-top: 40px;
        display: flex;
        padding: 0 20px;
    }
    .Marquee:first-child {
        padding-top: unset;
        margin-right: 8px;
        padding-bottom: 0;
    }
    .Marquee-tag {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        box-shadow: 0px 0px 24px 0px rgba(0, 148, 255, 0.15);
        height: 48px;
        margin-bottom: 8px;
        padding: 0 16px;
    }
    .Marquee-tag:last-child {
        margin-bottom: 0;
    }
    .Marquee:first-child .Marquee-tag:nth-child(n+13) {
        display: none;
    }
    .Marquee2 {
        padding-bottom: unset;
    }
    .Marquee2 .Marquee-tag:nth-child(n+13) {
        display: none;
    }
    .n-project-btns {
        margin-top: 48px;
    }
    .bannerInfo .n-project-btns {
        margin-top: 24px;
        flex-direction: column;
        align-items: flex-start;
    }
    .bannerInfo .n-project-btn {
        margin-bottom: 16px;
    }
    .bannerInfo .n-project-btns .pre-sales-pop-ups-btn {
        display: none;
    }
    .carouselText {
        width: 100%;
        display: none;
        position: unset;
        margin-left: 0;
    }
    .carouselText.active {
        display: block;
    }
    .pkCont {
        padding: 0;
    }
    .pkright {
        padding: 16px;
    }
    .pklist {
        margin-top: 16px;
    }
}

@media screen and (max-width:410px) {
    .carouselData-title {
        font-size: 14px;
    }
    .pklist ul li {
        font-size: 14px;
    }
    .pkright {
        font-size: 16px;
    }
}

.navList {
    display: flex;
    width: 1400px;
}

.navCont {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    transition: top .36s linear;
    z-index: 10;
    background-color: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
}

.navInfo {
    color: #7D7D7D;
    font-size: 14px;
    font-weight: 400;
    margin-right: 24px;
    position: relative;
    cursor: pointer;
}

.navInfo.active {
    pointer-events: none;
}

.navInfo.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #0094ff;
}

.navInfo.active {
    color: #2A2B2E;
    font-size: 14px;
    font-weight: 700;
}

.navInfo:last-child {
    margin-right: 0;
}

.navWord {
    display: none;
}

@media screen and (max-width:1440px) {
    .ys_header {
        height: 74px!important;
    }
    .navList {
        width: 1200px;
    }
}

@media screen and (max-width:1280px) {
    .navList {
        width: 1024px;
    }
}

@media screen and (max-width:1068px) {
    .ys_header {
        height: 64px!important;
    }
    .navList {
        width: 750px;
    }
}

@media screen and (max-width:768px) {
    .navCont {
        top: -64px;
        flex-wrap: wrap;
        height: unset;
        padding: 0 20px;
    }
    .navWord {
        font-size: 16px;
        color: #2A2B2E;
        padding: 20px 0;
        width: 100%;
    }
    .navList {
        border-top: 1px solid #6A6B6D;
        display: none;
        flex-wrap: wrap;
    }
    .navInfo {
        width: 100%;
        margin: 12px 0;
    }
    .navInfo.active::after {
        display: none;
    }
    .navWord {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 700;
    }
    .navWord::after {
        content: '';
        width: 20px;
        height: 20px;
        background-image: url(/cp/riil-rj/lxyfjfw/RJ-img/arrow.svg);
        background-size: cover;
        background-repeat: no-repeat;
        transform: rotate(90deg);
        transition: transform .18s linear;
        margin-left: 8px;
    }
    .navWord.active::after {
        transform: rotate(-90deg);
    }
}