* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* 通用 */
.n-project-page img {
    width: 100%;
}
.n-project-info {
    margin-top: 120px;
}
.n-page-title {
    color: #2A2B2E;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 150%;
}
.n-page-content{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1400px;
    margin: 60px auto 0 auto;
    gap: 24px;
}
.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);
    width: 700px;
    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-banner-text .whiteBtn {
    background: #FFFFFF;
    color: #E60039;
    cursor: pointer;
}
.n-banner-text .whiteBtn:hover{
    background: #CC002D;
    color: #FFF;
}

/* 产品 */
#changping{
    margin-top: 120px;
    margin-bottom: 120px;
}
.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{
    transition: all 0.3s ease-out;
    width: 100%;
}
.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(../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;
    overflow: hidden;
}

.news-img img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    transition: all 0.3s ease-out;   
}
.news-content{
    padding:16px 24px;
    border-radius: 0 0 4px 4px;
    background: #F7F9FA;
    backdrop-filter: blur(15px);
}
.news-title{
    color: #2A2B2E;
    font-size: 18px;
    line-height: 150%; /* 27px */
    height: 81px;
}
.news-date img{
    width: 18px;
    margin-right: 8px;
}
.news-date{
    margin-top: 16px;
    display: flex;
    color: #2A2B2E;
    font-size: 14px;
    line-height: 150%; /* 21px */
}
.news-swiper-pagination{
    text-align: center;
    margin-top: 12px;
}
#news .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    background: #F1F3F5;
    opacity: 1;
    border-radius: unset;
    margin: 0;
}

#news .swiper-pagination-bullet-active {
    background: #E60039;
    border-radius: 2px;
}
.news-pag{
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 1700px;
    left: -150px;
    top: calc(50% - 62px);
}
.news-prev,.news-next{
    cursor: pointer;
}
@media screen and (max-width:1788px) {
    .news-pag {
        width: 1600px;
        left: -100px;
    }
}

@media screen and (max-width:1600px) {
    /* 通用 */
    .n-page-title {
        font-size: 32px;
    }
    .n-page-content {
        width: 1200px;
    }
    .n-project-info {
        margin-top: 108px;
    }
    /* 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: 16px;
    }
    .n-banner-text a {
        margin-top: 24px;
        height: 40px;
        padding: 10px 24px;
        font-size: 14px;
    }
    .n-changping-card,.n-news-card {
        width: 380px;
    }
    .news-pag {
        width: 1400px;
    }
    .n-banner-text {
        width: 600px;
    }
}

@media screen and (max-width:1280px) {
    /* 通用 */
    .n-page-title {
        font-size: 28px;
    }
    .n-page-content {
        width: 1080px;
    }
    .n-project-info {
        margin-top: 88px;
    }
    /* banner */
    .n-banner-text {
        left: calc((100% - 1080px)/2);
    }
    .n-nav-content {
        width: 1080px;
    }
    .n-funeng-content {
        width: 500px;
    }
    .n-changping-card,.n-news-card {
        width: 344px;
    }
    .n-card-title {
        font-size: 18px;
    }
    .n-card-desc {
        font-size: 14px;
    }
    .n-changping-card-content {
        padding: 24px 16px;
    }
    .news-prev,.news-next{
        width: 60px;
    }
    .news-pag {
        width: 1240px;
        left: -80px;
    }
    .n-banner-text {
        width: 550px;
    }
}

@media screen and (max-width:768px) {
    .n-breadcrumb {
        display: none;
    }
    .n-banner img{
        display: block;
    }
    .n-banner video{
        display: none;
    }
    .n-banner-text {
        left: 0;
        transform: unset;
        top: 0;
        width: 100%;
        padding: 40px 20px 0 20px;
    }
    .ys_header {
        height: 64px!important;
    }
    .n-banner-text h1 {
        font-size: 32px;
    }
    .n-banner-text h2 {
        font-size: 20px;
        font-weight: 700;
        margin-top: 8px;
    }
    .n-banner-text p {
        margin-top: 20px;
        font-size: 16px;
        color:  #FFF;
        line-height: normal;
    }
    .n-page-title {
        font-size: 22px;
    }
    .n-project-info {
        margin-top: 60px;
    }
    .n-page-content {
        width: 100%;
        padding: 0 20px;
    }
    .n-banner-text .whiteBtn {
        background: #E60039;
        color: #FFF;
        font-size: 14px;
        border-radius: 4px;
    }
    .n-banner-text a {
        margin-top: 32px;
    }
    .whiteBtn {
        background: #E60039;
        padding: 6px 18px;
        color: #FFF;
        font-size: 14px;
        border-radius: 4px;
    }
    .n-page-title {
        font-size: 24px;
    }
    .n-page-content {
        margin: 40px auto 80px auto;
    }
    #changping {
        margin-top: 40px;
    }
    .n-card-title {
        font-size: 22px;
    }
    .n-changping-card-content {
        padding: 32px 24px;
    }
    .n-changping-card {
        width: 100%;
    }
    .n-card-more {
        margin-top: 0px;
        padding: 8px 0px;
    }
    .news-pag{
        display: none;
    }
    #news .swiper-pagination-bullet {
        width: 24px;
    }
    .news-swiper-pagination {
        margin-top: 0px;
    }
    .n-news-card{
        width: 100%;
    }
}