* {
    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{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1400px;
    margin: 60px auto 0 auto;
}
.blueBg {
    padding: 80px 0 80px 0;
    background: #F7F9FA;
    margin-top: 0px;
}

/* banner和nav */
.n-banner img{
    display: none;
}
.n-nav {
    position: relative;
    top: 0;
    height: 60px;
    display: flex;
    align-items: center;
    background:  #F7F9FA;
}

.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: #6A6B6D;
    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: #292929;
    font-weight: 700;
    border-bottom: 2px solid #DA0030;
}

.nav-show {
    display: none;
}
.n-banner {
    position: relative;
}

.n-banner-text {
    position: absolute;
    left: calc((100% - 1400px)/2);
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.n-banner-text h1 {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 700;
}

.n-banner-text h2 {
    margin-top: 12px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
}

.n-banner-text p {
    margin-top: 24px;
    color: #eeeeee;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.n-banner-text a {
    margin-top: 60px;
    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:hover{
    background: #CC002D;
}


.n-banner-text a:last-child {
    margin-right: 0;
}
.n-title{
    color: #2A2B2E;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}
.n-desc{
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.n-banner-text .whiteBtn {
    background: #FFFFFF;
    color: #E60039;
    cursor: pointer;
}
.n-banner-text .whiteBtn:hover{
    background: #CC002D;
    color: #FFF;
}
/*roce赋能*/
#funeng{
    margin-top: 120px;
}
#funeng img{
    width: 96px;
    margin-right: 20px;
}
.n-funeng-content{
    display: flex;
    width: 650px;
    margin-top: 60px;
}
#funeng .n-page-content{
    margin: 0px auto 80px auto;
}

/* 计划优势*/
#youshi img{
    width: 240px;
}
.n-youshi-content{
    width: 450px;
    padding: 0 24px 16px 24px;
    text-align: center;
}
.n-desc span{
    color: #9B9FA8;
    font-size: 14px;
    line-height: 200%;
}
/* 产品 */
#changping{
    margin-top: 80px;
}
.n-changping-card{
    width: 450px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.n-changping-card-content{
    position: absolute;
    padding: 32px 24px;
    width: 100%;
    z-index: 2;
}
.n-changping-card img,.n-news-card img{
    transition: all 0.3s ease-out;
}
.n-card-title{
    color: #0175E8;
    font-size: 22px;
    font-weight: 700;
    line-height: 150%; /* 33px */
    margin-bottom: 16px;
}
.n-card-desc{
    color: #6A6B6D;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
}
.n-card-more{
    margin-top: 16px;
    padding: 12px 0px;
    color: #0175E8;
    font-size: 16px;
    line-height: 150%; /* 24px */
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.n-card-more::after {
    content: '';
    background-image: url(/special/aigc/20240919/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) {
    .n-card-more.active::after {
        transform: translateX(6px);
    }
}
/*新闻*/
.n-news-card{
    width: 450px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.n-news-card-content{
    position: absolute;
    margin-top: -120px;
    height:120px;
    width: 100%;
    background: linear-gradient(183deg, rgba(93, 216, 255, 0.65) 4.38%, rgba(22, 81, 255, 1) 100%);
    backdrop-filter: blur(13px);
    padding: 16px 24px;
    z-index: 2;
}
.n-news-title{
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 150%; /* 33px */
    margin-bottom: 8px;
}
.n-news-desc{
    color: #FFF;
    font-size: 16px;
    line-height: 150%; /* 24px */
}
/*客户案例*/
.n-tab {
    display: flex;
    justify-content: center;
}
.n-tab div {
    position: relative;
    text-align: center;
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    padding: 12px 60px;
    cursor: pointer;
    border-bottom: 1px solid #E3E5E6;
}

.n-tab div.n-tab-active {
    color: #E60039;
    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;
}
.caseCont {
    position: relative;
    margin-top: 40px;
}
.caseInfo img {
    width: 100%;
}
.case-prev,
.case-next {
    position: absolute;
    top: calc(50% + 35px);
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}
.case-prev.swiper-button-disabled,
.case-next.swiper-button-disabled {
    opacity: .1;
    pointer-events: none;
}
.case-prev {
    left: 100px;
}
.case-next {
    right: 100px;
}
.caseInfo {
    margin-top: 24px;
    position: relative;
}

.caseCard {
    position: absolute;
    left: calc((100% - 1400px)/2);
    top: 50%;
    transform: translateY(-50%);
    width: 380px;
    padding: 36px;
    background-color: #FFF;
    text-align: left;
}

.caseCard p {
    margin-top: 28px;
    overflow: hidden;
    color: #6A6B6D;
    font-size: 16px;
    line-height: 150%; /* 24px */
}

.caseCard .transparent-commonlink {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    border-radius: 23px;
    background: #E60039;
    font-size: 16px;
    margin-top: 54px;
    width: 128px;
    height: 46px;
    justify-content: center;
}
.caseCard .transparent-commonlink:hover{
    background:#CC002D
}

#caseSwiper .swiper-pagination-bullet {
    width: 48px;
    height: 4px;
    background:#E4E8EB;
    opacity: 1;
    border-radius: unset;
}

#caseSwiper .swiper-pagination-bullet-active {
    background: #E60039;
}

#caseSeciton+.greyBg {
    margin-top: 0;
}
.swiper-pagination{
    display: none;
}
@media screen and (max-width:1788px) {
    .case-prev {
        left: 10px;
    }
    .case-next {
        right: 10px;
    }
    .case-prev img,
    .case-next img {
        width: 48px;
    }
}

@media screen and (max-width:1600px) {
    .caseCard {
        padding: 24px;
    }
    .caseCard .transparent-commonlink {
        margin-top: 60px;
    }
}

@media screen and (max-width:1540px) {
    .caseCard {
        left: calc((100% - 1200px)/2);
    }
}

@media screen and (max-width:1440px) {
    .caseCard p {
        margin-top: 20px;
        font-size: 14px;
        min-height: 105px;
    }
    .caseCard .transparent-commonlink {
        margin-top: 42px;
    }
}

@media screen and (max-width:1340px) {
    .caseCard {
        left: calc((100% - 1024px)/2);
    }
    .case-prev img,
    .case-next img {
        width: 40px;
    }
}

@media screen and (max-width:1136px) {
    .case-prev,
    .case-next {
        display: none;
    }
    .caseCard h3 {
        font-size: 16px;
    }
    .caseCard {
        padding: 16px;
    }
    .caseCard p {
        margin-top: 12px;
    }
    .caseCard .transparent-commonlink {
        margin-top: 24px;
        font-size: 14px;
    }
    .transparent-commonlink::after {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width:1056px) {
    .caseCard {
        left: 40px;
        padding: 36px;
    }
}

@media screen and (max-width:600px) {
    .caseCard {
        position: unset;
        transform: unset;
    }
    .caseCard {
        width: 100%;
        padding: 24px 0px 46px 0px;
    }
    .swiper-pagination {
        display: none;
    }
    .caseCard p {
        font-size: 15px;
    }
    .case-pag {
        display: none;
        justify-content: center;
        gap: 24px;
    }

    .case-prev,
    .case-next {
        position: unset;
        display: block;
        top: unset;
        transform: unset;
    }
    .caseCont {
        padding-bottom: 48px;
    }
    .caseCard .transparent-commonlink {
        font-size: 16px;
    }
    .swiper-pagination{
        display: block;
    }
    .swiper-pagination{
        bottom: 0px!important;
    }
}

/* 相关资料 */
.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: 1px;
    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-info-tab {
    padding: 12px 0;
}
.n-infos {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 160px;
}

.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 h6 {
    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;
}

@media screen and (max-width:1600px) {
    /* 通用 */
    .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;
    }
    .n-funeng-content{
        width: 560px;
    }
    .n-desc{
        font-size: 14px;
    }
    .n-title {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .n-youshi-content,.n-news-card,.n-changping-card {
        width: 380px;
    }
    .case-prev {
        left: 30px;
    }
    .case-next{
        right: 30px;
    }

    .n-info-tab {
        margin-right: 198px;
    }
    .n-info-tab div {
        padding-left: 20px;
        font-size: 16px;
    }
    .n-info {
        width: 448px;
        margin-right: 20px;
    }
    .n-info h6 {
        font-size: 16px;
        min-height: 52px;
    }
    .n-info span {
        font-size: 14px;
    }
    .n-info span::after {
        width: 20px;
        height: 20px;
    }
    .n-page-info {
        padding-bottom: 102px;
    }
    .n-news-card-content {
        margin-top: -108px;
        height: 108px;
        padding: 12px 24px;
    }
}

@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;
    }
    .n-funeng-content {
        width: 500px;
    }
    .n-youshi-content,.n-news-card,.n-changping-card {
        width: 344px;
    }
    .n-title {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .n-card-title {
        font-size: 18px;
    }
    .n-card-desc {
        font-size: 14px;
    }
    .n-youshi-content {
        padding: 0 16px 16px 16px;
    }
    .n-changping-card-content {
        padding: 24px 16px;
    }
    .caseCard .transparent-commonlink {
        margin-top: 12px;
    }
    .n-news-title {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .n-news-desc {
        font-size: 14px;
    }
    .n-news-card-content {
        margin-top: -96px;
        height: 96px;
        padding: 10px 24px;
    }

    .n-info-tab {
        margin-right: 148px;
    }
    .n-info {
        width: 412px;
    }
    .n-info h6 {
        font-size: 16px;
        margin-bottom: 8px;
    }
}

@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: #F7F9FA;
    }
    .n-nav-content {
        display: none;
        width: 100%;
        position: absolute;
        background: #FFF;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        margin-top: 50px;
        background: #F7F9FA;
    }
    .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: #292929;
    }
    .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: 30px 24px 0 24px;
    }
    .ys_header {
        height: 64px!important;
    }
    .n-banner-text h1 {
        font-size: 32px;
    }
    .n-banner-text h2 {
        font-size: 20px;
        font-weight: 700;
        margin-top: 16px;
    }
    .n-banner-text p {
        margin-top: 16px;
        font-size: 16px;
        color:  #FFF;
    }
    .n-page-title {
        font-size: 22px;
    }
    .n-project-info {
        margin-top: 80px;
    }
    .n-page-content {
        width: 100%;
        padding: 0 20px;
    }
    .n-banner-text .whiteBtn {
        background: #E60039;
        color: #FFF;
        font-size: 14px;
        border-radius: 4px;
    }
    .whiteBtn {
        background: #E60039;
        padding: 6px 18px;
        color: #FFF;
        font-size: 14px;
        border-radius: 4px;
    }
    #funeng {
        margin-top: 80px;
    }
    .n-page-title {
        font-size: 24px;
    }
    .n-funeng-content {
        width: 100%;
        margin-top: 40px;
        align-items: center;
    }
    #funeng img {
        width: 72px;
        margin-right: 20px;
    }
    #funeng .n-title {
        margin-bottom: 12px;
    }
    .blueBg {
        padding: 40px 0 16px 0;
    }
    .n-page-content {
        margin: 40px auto 80px auto;
    }
    #youshi img {
        width: 200px;
    }
    #youshi .n-title {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .n-desc span {
        font-size: 12px;
    }
    .n-youshi-content {
        padding: 0;
        margin-bottom: 40px;
    }
    #changping {
        margin-top: 40px;
    }
    .n-card-title {
        font-size: 22px;
    }
    .n-changping-card-content {
        padding: 32px 24px;
    }
    .n-youshi-content, .n-news-card, .n-changping-card {
        width: 100%;
    }
    .n-news-card, .n-changping-card {
        margin-bottom: 24px;
    }
    .n-card-more {
        margin-top: 0px;
        padding: 8px 0px;
    }
    .n-news-card-content {
        margin-top: -120px;
        height: 120px;
        padding: 16px 24px;
    }
    .n-news-title {
        font-size: 22px;
        margin-bottom: 8px;
    }
    .n-news-desc {
        font-size: 15px;
    }
    .n-infos {
        flex-wrap: wrap;
    }
    .n-info-tab {
        width: 100%;
        margin-right: 0;
        display: flex;
        justify-content: center;
    }
    .n-info-tab div {
        font-size: 16px;
    }
    .n-info-tab {
        padding: 0;
        border-left: none;
        border-bottom: 1px solid #D5D5D5;
        margin-bottom: 24px;
    }
    .n-info-tab div {
        margin-bottom: 0;
        padding: 12px 0;
        width: 50%;
        text-align: center;
    }
    .n-info-tab .n-info-tab-active::after {
        width: 100%;
        height: 1px;
        top: unset;
        bottom: 0;
        border-bottom: 2px solid #E60039;
    }

    .n-info {
        width: 100%;
        height: unset;
        padding: 16px;
        box-sizing: border-box;
        margin: 0 0 24px 0;
    }
    .n-info-content {
        width: 100%;
    }
    .n-info h6 {
        min-height: unset;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .n-info span {
        font-size: 16px;
    }

    .caseCont {
        padding:0 20px
    }
    .n-tab div {
        position: relative;
        text-align: center;
        font-size: 16px;
        padding: 12px 0px;
        border-bottom: 1px solid #E3E5E6;
        width: 33.33%;
    }
    #anli{
        margin-top: 56px;
    }
}