* {
    margin: 0;
    padding: 0;
}


/* banner */

.n-banner {
    position: relative;
}

.n-banner_title {
    z-index: 5;
    position: relative;
    padding-top: 4vw;
    font-size: 40px;
    font-weight: bold;
    line-height: 150%;
    color: #FFFFFF;

}

.n-banner_desc {
    margin-top: 4px;
    z-index: 5;
    position: relative;
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;

}

.n-banner-content {
    margin-top: 18px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    max-width: 600px;
}

.n-banner_video {
    position: relative;
}

.n-banner_video::after {
    content: '';
    display: block;
    padding-top: 31.2%;
}

.n-banner_video img {
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    object-fit: contain;
}

.n-banner_con {
    width: 1400px;
    left: calc((100% - 1400px)/2);
    top: 0;
    position: absolute;
}

.n-banner_btns {
    display: flex;
    flex-direction: row;
    margin-top: 32px;
}

.n-banner_btn {
    background: linear-gradient(175.62deg, #FF4040 2.49%, #DA0030 134.78%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 4px;
    width: 144px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    color: #FFFFFF;
}

.n-banner_btns .n-banner_btn:nth-child(2),
.n-banner_btns .n-banner_btn:nth-child(3) {
    margin-left: 12px;
    width: 144px;
    height: 40px;
    background: #FFFFFF;
}

.n-banner_btn:nth-child(1) a {
    color: #FFFFFF;
}

.n-banner_btn:nth-child(2) a,
.n-banner_btn:nth-child(3) a {
    color: #DA0030;
}


/* 导航栏 */

.n-menu {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: saturate(150%) contrast(80%) blur(10px);
    -webkit-backdrop-filter: blur(30px);
    margin-top: -30px;
}

.n-nav {
    width: 1400px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.n-tag ul {
    display: flex;
    flex-direction: row;
}

.n-tag li {
    margin-left: 24px;
    font-size: 14px;
    color: #B5B5B5;
    font-weight: normal;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}

.n-tag li:hover {
    border-bottom: 1px solid #DA0030;
    color: #FFFFFF;
}

.n-tag-selected {
    border-bottom: 1px solid #DA0030!important;
    color: #FFFFFF!important;
    font-weight: bold!important;
}


/* 顶部面包屑 */

.ws-product-detail-bcb {
    width: 294px;
    line-height: 45px;
}

.com-content {
    max-width: 1200px;
    margin: 0 auto;
}

.ws-product-detail-bcb ul {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb {
    padding: 8px 15px;
    list-style: none;
    border-radius: 4px;
}

.breadcrumb>li {
    display: inline-block;
}

.ws-product-detail-bcb ul li a {
    font-size: 14px;
    font-family: Microsoft Yahei, Arial, sans-serif;
    color: #B5B5B5;
}

.ws-product-detail-bcb ul li:last-child a,
.ws-product-detail-bcb ul li a:hover {
    color: #FFFFFF;
    text-emphasis: none;
}

.ws-product-detail-bcb .breadcrumb>li+li:before {
    color: #7d7d7d;
    content: ">";
    padding: 0 10px;
}

.ws-product-detail-bcb ul li img {
    width: 16px;
    height: 16px;
    position: relative;
    top: -3px;
    vertical-align: middle;
}

.ws-product-detail-bcb ul {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 面包屑结束 */


/* 通用样式 特殊情况类名前面前头加id*/

.n-page-title {
    font-weight: 700;
    font-size:24px;
    line-height: 36px;
    text-align: center;
    color: #292929;
    max-width: 880px;
    margin:0 auto;
}

.n-page-content {
    width: 1400px;
    margin: 0 auto;
}

.n-page-content img {
    width: 100%;
}

.n-tab {
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #D5D5D5;
    display: flex;
    justify-content: center;
}

.n-tab div {
    box-sizing: content-box;
    margin-right: 112px;
    cursor: pointer;
    padding-bottom: 22px;
    height: 25.3px;
    border-bottom: 2px solid transparent;
    font-weight: 400;
    font-size: 18px;
    color: #7D7D7D;
}

.n-tab div:last-child {
    margin-right: 0;
}

.n-tab-selected {
    font-weight: 700!important;
    color: #0094FF!important;
    border-bottom: 2px solid #0094FF!important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}


/* part1 */

#part1 {
    padding-top: 90px;
    padding-bottom: 90px;
}

#part1 .n-page-content {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#part1 .n-page-content:last-child {
    margin-top: 0;
}

.part1-list {
    position: relative;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    width: 260px;
    height: 498px;
    overflow: hidden;
}

.part1-list:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.part1-list ul {
    margin: 10px 10px 0 10px;
}

.part1-list li {
    margin-left: 20px;
    list-style: disc;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #292929;
}

.part1-list li:first-child {
    margin-top: 0;
}

.part1-title {
    min-height: 70px;
    margin: 10px 10px 10px 10px;
    font-size: 18px;
    color: #292929;
}

.part1-line {
    height: 1px;
    width: 221px;
    margin: 0 auto;
    background-color: #E7E7E7;
}

.n-praise img {
    margin-right: 4px;
}

.n-praise {
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 12px;
    right: 12px;
    position: absolute;
    width: 80px;
    height: 35px;
    background: #DA0030;
    border-radius: 40px;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
}

#spe-swiper {
    display: none;
}


/* part2 */

#part2 {
    background-color: #F7F9FA;
    padding-top: 90px;
    padding-bottom: 90px;
}

#part2 .n-page-content {
    padding-top: 48px;
    display: flex;
    flex-direction: row;
}

.page2-tab div {
    cursor: pointer;
}

.page2-tab div b {
    display: block;
    font-weight: 400;
    font-size: 24px;
    color: #01A0E8;
    padding: 45px 0 46px 24px;
    background-color: #FFFFFF;
    transition: all 1s ease-in-out;
}

.page2-tab div ul {
    width: 354px;
    height: 346px;
    padding: 0 24px 0 24px;
    background-color: #FFFFFF;
    transition: box-shadow 1s ease-in-out;
}

.page2-tab div ul li {
    margin-top: 10px;
    margin-left: 20px;
    list-style: disc;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #292929;
}

.page2-tab div ul li:first-child {
    margin-top: 0;
}

.page2-tab-selected b {
    padding-bottom: 24px!important;
    transition: all 1s ease-in-out;
}

.page2-tab-selected {
    position: relative;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    cursor: default!important;
}


/* part3 */

#part3 {
    padding-top: 90px;
    padding-bottom: 90px;
}

#part3 .n-page-content {
    margin-top: 32px;
}

.part3-info {
    position: relative;
}

.part3-info-title {
    width: 1000px;
    top: 40px;
    left: calc((100% - 1000px)/2);
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
}

.part3-info-desc {
    width: 1000px;
    left: calc((100% - 1000px)/2);
    top: 80px;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
}

.part3-info img {
    width: 100%;
}

#part3-swiper {
    margin-top: 32px;
}

.part3-pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-bottom: 1px solid #D5D5D5;
}

.n-part3-pag {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    color: #7D7D7D;
    border-bottom: 2px solid transparent;
    padding-bottom: 24px;
    cursor: pointer;
    margin-right: 112px;
}

.n-part3-pag:last-child {
    margin-right: 0;
}

.n-part3-pag-active {
    font-weight: 700;
    font-size: 18px;
    color: #0094FF;
}

.n-part3-pag-active::after {
    content: '';
    display: block;
    position: absolute;
    margin-top: 26px;
    width: 100%;
    height: 2px;
    background-color: #0094FF;
}


/* part4 */

.n-scene {
    display: flex;
    flex-direction: row;
    position: relative;
}

.n-scene-img {
    width: 50%;
}

.n-scene-img img {
    width: 100%;
}

.n-scene-int {
    width: 50%;
    background-color: #1C2437;
}

.int-title {
    margin: 60px 0 36px 48px;
    font-weight: 400;
    font-size: 28px;
    color: #FFFFFF;
}

.n-scene-int ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 24px;
    width: 340px;
    margin-left: 48px;
}

.n-scene-int li:nth-child(1),
.n-scene-int li:nth-child(3),
.n-scene-int li:nth-child(5) {
    width: 65%;
}

.n-scene-int li {
    width: 35%;
    text-align: left;
    margin-top: 12px;
    font-weight: 400;
    font-size: 16px;
    color: #7B8499;
    cursor: pointer;
}

.scene-float {
    position: absolute;
    width: 963px;
    height: 178px;
    background-image: url(../RJ-img/scene-bg.png);
    background-size: cover;
    bottom: 52px;
    left: calc((100% - 963px)/2 + 325px);
}

.float-title {
    margin-top: 20px;
    margin-left: 205px;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
}

.float-content {
    margin: 10px 24px 0 205px;
}

.float-content li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 400;
    color: #FFFFFF;
}

.float-content li:first-child {
    margin-top: 0;
}

.float-content li img {
    vertical-align: middle;
    margin-right: 8px;
    margin-top: 4px;
}

.float-content li h5 {
    font-size: 16px;
    line-height: normal;
    margin: 0;
}

#part4 .swiper-button-next,
#part4 .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    outline: none;
}

#part4 .swiper-button-next,
#part5 .swiper-button-next {
    background-image: url(../RJ-img/n-next.svg);
}

#part4 .swiper-button-prev,
#part5 .swiper-button-prev {
    background-image: url(../RJ-img/n-prev.svg);
}

@media screen and (max-width:1800px) and (min-width:1561px) {
    .int-title {
        margin: 40px 0 24px 48px;
        font-size: 26px;
    }
    .n-scene-int ul {
        margin-top: 26px;
    }
    .float-title {
        margin-top: 24px;
    }
    .scene-float {
        width: 840px;
        height: 170px;
        bottom: 26px;
    }
    .float-content {
        margin-top: 16px;
    }
    .float-content li {
        font-size: 14px;
    }
}

@media screen and (max-width:1560px) and (min-width:1318px) {
    .int-title {
        margin: 24px 0 12px 48px;
        font-size: 18px;
    }
    .n-scene-int ul {
        margin-top: 8px;
    }
    .float-title {
        margin-top: 20px;
    }
    .scene-float {
        width: 800px;
        height: 160px;
        bottom: 26px;
        left: calc((100% - 700px)/2 + 245px);
    }

    .float-content {
        margin-top: 14px;
        margin-left: 155px;
    }
    .float-title {
        font-size: 16px;
        margin-left: 155px;
    }
    .float-content li img {
        width: 14px;
    }
    .n-scene-int li {
        font-size: 14px;
    }
    .float-content li {
        font-size: 14px;
    }
}

@media screen and (max-width:1317px) and (min-width:1200px) {
    .int-title {
        margin: 24px 0 12px 48px;
        font-size: 18px;
    }
    .n-scene-int ul {
        margin-top: 8px;
    }
    .float-title {
        margin-top: 20px;
        margin-left: 125px;
    }
    .scene-float {
        width: 600px;
        height: 170px;
        bottom: 26px;
        left: calc((100% - 700px)/2 + 275px);
    }
    .float-content {
        margin-top: 14px;
        margin-left: 125px;
    }
    .float-title {
        font-size: 14px;
    }
    .float-content li img {
        margin-top: 3px;
        width: 12px;
    }
    .n-scene-int li {
        font-size: 12px;
    }
    .float-content li {
        font-size: 12px;
    }
}


/* part5 */

#part5 {
    background-color: #F7F9FA;
    padding-top: 90px;
    padding-bottom: 90px;
}

#part5 .n-page-content {
    margin-top: 48px;
    display: flex;
    flex-direction: row;
   /* justify-content: space-between;*/
}

.n-case {
   /* max-width: 332px;*/
    color: unset;
    display: flex;
    flex-direction: column;
    padding-right: 20px;
    width: 49%;
    margin-right: 1%;
}
.n-case>div{ height: 282px; overflow: hidden;}
.n-case:last-child{margin-right: 0;}

.n-case img {
    width: 100%;

}

.n-case h3 {
    margin-top: 24px;
    font-weight: 700;
    font-size: 24px;
    color: #292929;
   /* min-height:84px;*/
    min-height:60px;
}

.n-case h4 {
    margin-top: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.2px;
    color: #7D7D7D;
    min-height: 168px;
}

.n-case h5 {
    margin-top: 25px;
    font-weight: 400;
    font-size: 14px;
    color: #0094FF;
}

#n-case-swiper {
    display: none;
}


/* part6 */

#part6 {
    padding-top: 90px;
    padding-bottom: 90px;
}

#part6 .n-page-content {
    margin-top: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.n-product {
    margin-top: 24px;
    width: 32%;
    height: 399px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #EEEEEE;
}

.n-product:hover {
    color: #292929;
}

.n-product:nth-child(1),
.n-product:nth-child(2),
.n-product:nth-child(3),
.n-product:nth-child(4) {
    margin-top: 0;
    width: 442px;
    height: 453px;
}

.n-product:nth-child(1) img,
.n-product:nth-child(2) img,
.n-product:nth-child(3) img,
.n-product:nth-child(4) img {
    width: 250px;
}

.n-product:nth-child(1) h4,.n-product:nth-child(3) h4  {
    min-height: 128px;
}

.n-product img {
    margin-top: 16px;
    width: 360px;
}

.n-product h3 {
    margin-top: 28px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #292929;
}

.n-product h4 {
    margin: 24px 17px 0 17px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #292929;
    min-height: 64px;
    line-height: 200%;
}

.n-product h5 {
    margin-top: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #0094FF;
}


/* part7 */


/* #part7 .n-page-content {
    margin-top: 70px;
}*/
#part7{ margin-top: 70px;}
.common-qa {
    width: 1400px;
    margin: 70px auto 0 auto;
}

.qa-content div {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #292929;
}

.qa-content b {
    font-size: 16px;
}

.qa-content div:last-child {
    margin-top: 12px;
}

.common-qa .qa-content:first-child {
    margin-top: 0;
}

.common-qa .qa-content:last-child,
.qa-more .qa-content:last-child {
    border-bottom: none;
}

.qa-content {
    margin-top: 24px;
    padding-bottom: 24px;
    width: 1400px;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
}

.qa-content li {
    list-style: disc;
}

.qa-more {
    width: 1400px;
    margin: 0 auto;
}

.qa-btn {
    margin: 48px auto 90px auto;
    width: 100px;
    cursor: pointer;
}

.qa-btn div {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.35px;
    color: #01A0E8;
    display: inline-block;
}


/* part8 */

#part8 .n-page-content {
    margin-top: 60px;
    margin-bottom: 50px;
}

#part8 .n-page-title {
    padding-top: 0;
}


/*客户评价*/

.com-evaluate-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.com-evalute-content {
    width: 1400px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    border-bottom: 1px solid rgba(216, 216, 216, 0.5);
    padding-bottom: 16px;
    padding-top: 16px;
}

.com-evalute-content:last-child {
    border-bottom: none;
}

.com-evaluate-img img {
    width: 60px;
    margin: 0 auto;
    display: block;
}

.com-evalute-name {
    margin-top: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #292929;
    white-space: nowrap;
}

.com-evalute-info {
    margin-left: 26px;
}

.com-evalute-main {
    width: 996px;
}

.com-evalute-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: #292929;
}

.com-evalute-main {
    margin-left: 60px;
}

.com-evaluate-date {
    margin-top: 14px;
    font-weight: 400;
    font-size: 14px;
    color: #7D7D7D;
}

.com-evaluate-btns {
    margin-left: 120px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #7D7D7D;
}

.com-evaluate-btn {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    align-items: center;
}
.com-evaluate-btn>div:nth-child(2){white-space: nowrap;}
.com-evaluate-btn:nth-child(1) .evaluate-btn-hover {
    width: 16px;
    height: 16px;
    background-size: cover;
    background-image: url(../RJ-img/praise1.png);
    background-repeat: no-repeat;
    margin-right: 5px;
}

.com-evaluate-btn:nth-child(3) .evaluate-btn-hover {
    width: 16px;
    height: 16px;
    background-size: cover;
    background-image: url(../RJ-img/praise2.png);
    background-repeat: no-repeat;
    margin-right: 5px;
}

.com-evaluate-line {
    margin: 0 5px;
}

.com-evaluate-more {
    margin-left: 106px;
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.35px;
    color: #01A0E8;
    display: flex;
}

.com-comment {
    width: fit-content;
    width: 112px;
    height: 43px;
    line-height: 43px;
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #292929;
    cursor: pointer;
}


/* 建议 */

.n-end {
    background-image: url(../RJ-img/end-bg.png);
    background-size: cover;
}

.n-end .n-page-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.part1-title{font-size: 16.5px;}

.n-end-title {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 24px;
    line-height: 150%;
    color: #292929;
}

.n-end-title b {
    font-size: 24px;
}

.advice-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 54px;
    background: #E10032;
    border-radius: 4px;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
}

.advice-btn:hover {
    color: #FFFFFF;
}

.part6_swiper {
    display: none;
}

@media screen and (min-width:2000px) {
    .n-banner_title {
        font-size: 42px;
        padding-top: 7vw;
    }
    .n-banner-content {
        font-size: 16px;
        margin-top: 24px;
    }
    .n-banner_con .n-banner_btns {
        margin-top: 80px;
    }
    .n-banner_btn {
        font-size: 18px;
    }
    .n-banner_desc {
        font-size: 26px;
    }
    #part5 .swiper-button-next,
    #part5 .swiper-button-prev {
        width: 68px;
        height: 68px;
        background-size: 68px 68px;
        outline: none;
    }
}

@media screen and (max-width:1999px) and (min-width:1750px) {
    .n-banner_title {
        padding-top: 6vw;
    }
    .n-banner_con .n-banner_btns {
        margin-top: 80px;
    }
}

@media screen and (max-width:1749px) and (min-width:1401px) {
    .n-banner_title {
        padding-top: 5.2vw;
    }
    .n-banner_btns {
        display: flex;
        flex-direction: row;
        margin-top: 48px;
    }
}

@media screen and (max-width:1400px) and (min-width:1200px) {
    .n-banner_con {
        width: 1200px;
        left: calc((100% - 1200px)/2);
    }
    .n-banner_title {
        padding-top: 5.5vw;
        font-size: 32px;
    }
    .n-banner_desc {
        font-size: 24px;
    }
    .n-nav {
        width: 1200px;
    }
    .n-page-content {
        width: 1200px;
    }
    .n-nav .com-content {
        padding: 0;
    }
    .n-banner_btns {
        margin-top: 24px;
    }
    .com-evalute-content {
        width: 1200px;
    }
    .com-evaluate-btns {
        margin-left: 130px;
    }
    .common-qa {
        width: 1200px;
    }
    .qa-content {
        width: 1200px;
    }
    .n-case {
       /* max-width: 290px;*/
    }
    .part1-list {
        width: 220px;
    }
    .part1-line {
        width: 180px;
    }
    .qa-more {
        width: 1200px;
    }
    .page2-tab div ul li {
        margin-top: 10px;
        font-size: 14px;
    }
    .page2-tab div b {
        padding: 24px 0 24px 24px;
    }
    .page2-tab div ul {
        height: 300px;
    }
    .com-evalute-main {
        width: 800px;
    }
  /*  .n-case h3{ min-height: 110px;}*/
}

@media screen and (max-width:750px) {
    .n-banner_video::after {
        padding-top: 86.3%;
    }
    .n-banner_con {
        width: 21.875rem;
        left: calc((100% - 21.875rem)/2);
        text-align: center;
    }
    .n-banner_title {
        color: #FFFFFF;
        font-size: 1.25rem;
        padding-top: 1.6rem;
    }
    .n-banner_desc {
        color: #FFFFFF;
        margin-top: .1rem;
        font-size: 1.125rem;
    }
    .n-banner-content {
        color: #FFFFFF;

        font-size: .8125rem;
        width: 20.4375rem;
        margin: .5rem auto 0 auto;
        line-height: 140%;
    }
    .n-banner_btn {
        width: 6rem!important;
        height: 1.8125rem!important;
        line-height: 1.8125rem!important;
        font-size: .875rem;
    }
    .n-banner_btns {
        justify-content: center;
        margin-top: .8rem;
    }
    .n-menu {
        display: none;
    }
    .n-page-title {
        line-height: 150%;
        font-size: 1rem;
        width: 21.9375rem;
        margin: 0 auto;
    }
    #part1 {
        padding-top: 2.8125rem;
        padding-bottom: 2rem;
    }
    .part1-list {
        width: 100%;
        height:auto;
        padding-bottom: 1rem
    }
    #part1 .n-page-content {
        margin-top: 1.5rem;
    }
    .n-page-content {
        width: 21.9375rem;
    }
    .part1-title {
        font-size: 1rem;
        margin: .75rem;
        text-align: left;
        min-height: auto;
    }
    .part1-line {
        width: 20.4375rem;
        height: 1px;
    }
    .part1-list li {
        margin-top: 1.125rem;
        margin-left: .75rem;
        font-size: .8125rem;
    }
    .part1-list ul {
        margin: .75rem .75rem 0 .75rem;
    }
    .part1-list:hover {
        box-shadow: none;
    }
    #part1 .spe-content {
        display: none;
    }
    .n-praise {
        display: none;
    }
    #spe-swiper {
        margin-top: 1.5rem;
        display: block;
        padding-bottom: 30px;
    }
    #spe-swiper .swiper-pagination-bullet {
        background: #D5D5D5!important;
        opacity: 1!important;
    }
    #spe-swiper .swiper-pagination-bullet-active {
        background: #01A0E8!important;
        opacity: 1!important;
    }
    /* part2 */
    #part2 {
        padding-top: 2.8125rem;
        padding-bottom: 2.8125rem;
    }
    #part2 .n-page-title {
        margin-bottom: 1.5rem;
    }
    #part2 .n-page-content {
        display: none;
    }
    .m-part2 {
        color: #292929;
        width: 100%;
    }
    .m-part2 img {
        width: 100%;
    }
    .m-part2-desc {
        margin: 0 auto;
        width: 20.4375rem;
    }
    .m-part2-desc h2 {
        margin-top: .75rem;
        font-size: .875rem;
    }
    .m-part2-desc li {
        font-size: .8125rem;
        margin-left: .5rem;
        list-style: disc;
        line-height: 200%;
    }
    /* part3 */
    #part3 {
        padding-top: 2.8125rem;
        padding-bottom: 2.8125rem;
        background-image: none;
    }
    #part3 .n-page-content {
        width: 100%;
    }
    .part3-pagination {
        display: flex;
    }
    .part3-info {
        height: 21.5625rem;
        background-color: #FFFFFF;
    }
    /*.part3-info img{width: 125%;}*/
    .part3-info-title {
        top: 1.4375rem;
        width: 22.5rem;
        left: calc((100% - 22.5rem)/2);
        font-weight: 700;
        font-size: .875rem;
        line-height: 150%;
        text-align: center;
        /*margin-top: 1.125rem;*/
    }
    .part3-info-desc {
        top: 4.6875rem;
        width: 21.9375rem;
        left: calc((100% - 21.9375rem)/2);
        font-weight: 400;
        font-size: .8125rem;
        line-height: 150%;
        text-align: center;
    }
    .n-part3-pag {
        margin:0 .5rem;
        padding-bottom: .3125rem;
        font-size: 14px;
        text-align: center;
    }
    .n-part3-pag-active::after {
        margin-top: .375rem;
    }
    /* part4 */
    #n-swiper1 {
        margin-top: 1.25rem;
        padding-bottom: 2rem;
    }
    .n-scene {
        flex-direction: column;
        align-items: center;
    }
    .n-scene-int {
        display: none;
    }
    .n-scene-img {
        width: 21.9375rem;
    }
    .scene-float {
        position: static;
        width: 21.9375rem;
        height:auto;
        background-image: none;
        background-color: #1C2437;
        min-height: 15.3rem;
    }
    .float-content li {
        font-size: .8125rem;
    }
    .float-title {
        margin: .9375rem 0 0 1.5rem;
        font-size: 1rem;
    }
    .float-content {
        margin-top: .75rem;
        margin-left: 1.5rem;
        padding-bottom: 1rem
    }
    #part4 .swiper-pagination {
        bottom: .7813rem;
    }
    #part4 .swiper-button-next,
    #part4 .swiper-button-prev {
        display: none;
    }
    .float-content li {
        align-items: flex-start;
        width: 17.625rem;
    }
    #n-swiper1 .swiper-pagination-bullet {
        background: #D5D5D5!important;
        opacity: 0.3!important;
    }
    #n-swiper1 .swiper-pagination-bullet-active {
        background: #D5D5D5!important;
        opacity: 1!important;
    }
    .n-scene .spe-float {
        width: 21.9375rem!important;
        height: 15.375rem!important;
    }
    .float-content li h5 {
        font-size: .8125rem;
    }
    .n-scene::after {
        display: block;
        content: '';
        width: 21.9375rem;
        height: .375rem;
        background-color: #0094FF;
    }
    #n-swiper1 .n-swiper1-pag {
        bottom: .9375rem;
    }
    /* part5 */
    #part5 {
        padding-top: 2.8125rem;
        padding-bottom: 2.8125rem;
    }
    #part5 .n-page-content {
        margin-top: 1.5rem;
        flex-wrap: wrap;

    }
    .n-case {
        max-width: calc(50% - 14px);
       /* height: 16.6875rem;*/
        align-items: center;
        align-items: flex-start;
    }
    .n-case > div{height:auto;}
    .n-case:last-child {
        margin-right: 0;
        padding-right: 0;
    }
    .n-case-content {
       /* width: 18.9375rem;*/
    }
    .n-case h3 {
        margin-top: .75rem;
        font-size: .75rem;
        min-height: 48px;
    }
    .n-case h4 {
        white-space: normal;
       /* width: 10.625rem;*/
        margin-top: .375rem;
        font-size: .5rem;
        min-height: unset;
    }
    .n-case a {
        display: block;
        margin-top: 1.5rem;
        font-weight: 400;
        font-size: .75rem;
        color: #0094FF;
        margin-bottom: 2.1875rem;
    }
    .n-case:nth-child(3),
    .n-case:nth-child(4) {
        margin-top: .75rem;
    }
    /* part6 */
    #part6 {
        padding-top: 2.8125rem;
        padding-bottom: 2.8125rem;
    }
    .part6_swiper {
        display: block;
    }
    #part6 .n-mobile {
        display: none;
    }
    .n-product {
        display: flex!important;
        width: 100%!important;
        height: 18.5rem!important;
        box-sizing: border-box;
    }
    .n-product img {
        margin: 1.5rem auto 0 auto;
        width: 13.125rem;
        height: 6.25rem;
    }
    .n-product h3 {
        margin-top: .625rem;
        font-size: .8125rem;
        line-height: 150%;
    }
    .n-product h4 {
        margin-top: .375rem;
        font-size: .8125rem;
        line-height: 150%;
        min-height: 2.4375rem!important;
    }
    .n-product h5 {
        margin-top: .75rem;
        font-size: .8125rem;
        line-height: 1.0625rem;
    }
    #part6 .n-page-content {
        margin-top: 1.5rem;
    }
    .part6_swiper .swiper-pagination-bullet {
        background: #D5D5D5!important;
        opacity: 1!important;
    }
    .part6_swiper .swiper-pagination-bullet-active {
        background: #01A0E8!important;
    }
    /* 常见问题 */
    .common-qa {
        margin: 1.875rem auto 0 auto;
        width: 20.4375rem;
    }
    .qa-content {
        width: 20.4375rem;
    }
    .qa-content b {
        font-size: .75rem;
    }
    .qa-content div {
        font-size: .75rem;
    }
    .qa-content div:last-child {
        margin-top: .75rem;
    }
    .qa-more {
        width: 20.4375rem;
    }
    .qa-btn {
        font-size: .75rem;
        width: 4.8rem;
        margin: 1.6563rem auto 0 auto;
        text-align: center;
    }
    .qa-more .qa-content:last-child {
        padding-bottom: 0!important;
    }
    .qa-btn img {
        width: .625rem;
    }
    .n-end .n-page-content {
        flex-direction: column;
        justify-content: center;
    }
    .n-end-title b {
        font-size: .9375rem;
    }
    .n-end-title {
        padding-top: 2.4375rem;
        padding-bottom: 1.25rem;
        font-size: .75rem;
        text-align: center;
    }
    .advice-btn {
        width: 14.1875rem;
        height: 1.875rem;
        font-size: .75rem;
        margin-bottom: 3rem;
    }
    .n-end {
        background-image: url(../RJ-img/end-bg_750.png);
    }
    #part7 .n-page-content {
        margin-top: 1.875rem;
        margin-bottom: 1.875rem;
    }
    /* part8 */
    #part8 .n-page-content {
        margin-top: 2.75rem;
        margin-bottom: 1.875rem;
    }
    #part8 .n-page-title {
        padding-top: 2.5rem;
    }
    .com-evalute-content {
        width: 100%;
        flex-direction: column;
    }
    .com-evalute-info {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-left: 0;
    }
    .com-top {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .com-evaluate-img img {
        width: 2.125rem;
    }
    .com-evalute-name {
        margin-left: .375rem;
        font-size: .75rem;
        margin-top: 0;
        line-height: normal;
    }
    .com-evalute-main {
        margin-top: .75rem;
        width: 100%;
        margin-left: 0;
    }
    .com-evalute-desc {
        font-size: .75rem;
        line-height: 175%;
    }
    .com-evaluate-date {
        margin-top: .375rem;
        font-size: .625rem;
    }
    .com-evaluate-btn:nth-child(1) .evaluate-btn-hover {
        width: .75rem;
        height: .75rem;
        margin-right: .1563rem;
    }
    .com-evaluate-btn:nth-child(3) .evaluate-btn-hover {
        width: .75rem;
        height: .75rem;
    }
    .com-evaluate-btns {
        margin-left: 0;
        font-size: .625rem;
    }
    .com-evaluate-line {
        margin: 0 .1563rem;
    }
}