* {
    margin: 0;
    padding: 0;
}


/* banner */

.n-banner {
    position: relative;
}

.n-banner_title {
    z-index: 5;
    position: relative;
    font-size: 40px;
    font-weight: bold;
    line-height: 150%;
    color: #292929;
}

.n-banner_desc {
    margin-top: 4px;
    z-index: 5;
    position: relative;
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;
    color: #292929;
}

.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;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.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_btn:nth-child(2),
.n-banner_btn:nth-child(3) {
    background: #FFFFFF;
    margin-left: 24px;
    color: #DA0030;
    border: 1px solid #DA0030;
}

.n-banner-content {
    width: 646px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #292929;
}


/* 导航栏 */

.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;
}

.n-breadcrumb-bg {
    display: flex;
    flex-direction: row;
}

.n-breadcrumb-bg li::after {
    content: '>';
    display: inline-block;
    margin: 0 5px;
    color: #FFFFFF;
}

.n-breadcrumb-bg li:last-child:after {
    content: '';
}

.n-breadcrumb-bg li {
    list-style: none;
}

.n-breadcrumb-bg li a {
    text-decoration: none;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 150%;
}

.n-breadcrumb-bg li a:hover {
    color: #DA0030!important;
}

.n-breadcrumb-bg li:last-child a:hover {
    cursor: default;
    color: #FFFFFF!important;
}


/* 面包屑竣事 */


/* 通用样式 特殊情形类名前眼前头加id*/

.n-page-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    color: #292929;
}

.n-page-desc {
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #292929;
}

.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-list {
    position: relative;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    width: 450px;
    height: 578px;
    overflow: hidden;
}

.part1-list:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.part1-list ul {
    margin: 24px 24px 0 24px;
}

.part1-list li {
    margin-left: 20px;
    list-style: disc;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #292929;
}

.part1-list li:first-child {
    margin-top: 0;
}

.part1-title {
    margin: 30px 0 24px 24px;
    font-size: 20px;
    color: #292929;
}

.part1-line {
    height: 1px;
    width: 402px;
    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-wrapper {
    display: flex;
    flex-direction: row;
}

#part1_swiper {
    overflow: unset;
}

#part1_swiper .swiper-slide {
    margin-right: 25px;
    width: 450px;
    height: 578px;
}

#part1_swiper .swiper-slide:last-child {
    margin-right: 0;
}


/* part2 */

#part2 {
    background-image: url(/fa/pj/20220923/RJ-img/2-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 90px;
    padding-bottom: 90px;
}

#part2 .n-page-content {
    padding-top: 48px;
}

.example-list {
    width: 1400px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 12px;
}

.example-list:first-child .exampleRight {
    padding: 11px 4px;
}

.example-list:nth-child(2) .exampleRight {
    border: none;
    justify-content: space-between;
}

.example-list:first-child .exampleLeft,
.example-list:nth-child(2) .exampleLeft {
    height: 144px;
    width: 176px;
}

.example-list:first-child {
    margin-top: 0;
}

.exampleLeft {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    width: 176px;
    height: 100px;
}

.exampleLeft-g {
    background-color: #37BDDC;
}

.exampleLeft-b {
    background-color: #379FDC;
}

.exampleRight {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 1224px;
    border: 1px dashed #94AEC0;
    border-left: none;
    box-sizing: border-box;
}

.example-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.example-col h5 {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    text-align: center;
    color: #292929;
}

.example-list:first-child .example-col h5 {
    background-color: #FFFFFF;
    width: 190px;
}

.example-list:nth-child(2) .example-col h5 {
    background-color: #E5ECF4;
    width: 236px;
    margin-top: 10px;
}

.example-list:nth-child(3) .example-col h5,
.example-list:nth-child(4) .example-col h5 {
    background-color: #E8F0F1;
    font-weight: 700;
    width: 379px;
    padding: 21px 0;
    margin: 12px 0;
}

.example-list:nth-child(5) .example-col h5 {
    background-color: #E8F0F1;
    font-weight: 700;
    width: 230px;
    padding: 21px 0;
    margin: 12px 0;
}

.example-list:nth-child(4) .example-col h5 {
    font-weight: 400;
    background-color: #E5ECF4;
}

.example-list:nth-child(5) .example-col h5 {
    font-weight: 400;
}

.example-list:nth-child(5) .exampleRight {
    padding-left: 8px;
    padding-right: 8px;
}

.example-list:nth-child(2) .example-col {
    border: 1px dashed #94AEC0;
}

.example-list:first-child img {
    height: 88px;
}

.example-list:nth-child(2) img {
    margin-top: 10px;
    width: 120px;
    height: 90px;
}


/* part3 */

#part3 {
    padding-top: 90px;
    padding-bottom: 90px;
}

#part3 .n-page-content {
    margin-top: 48px;
}

.valueTab {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    border-bottom: 1px solid #D5D5D5;
    height: 73px;
}

.valueTab div {
    text-align: center;
    margin-right: 84px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    height: 73.5px;
}

.valueTab div span {
    font-weight: 700;
    font-size: 18px;
    color: #292929;
}

.valueTab div p {
    margin-top: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #292929;
}

.valueTab div:last-child {
    margin-right: 0;
}

.valueTab .valueTab-active {
    cursor: default;
    border-bottom: 2px solid #01A0E8;
}

.valueTab .valueTab-active span,
.valueTab .valueTab-active p {
    color: #01A0E8;
}

.value-content {
    width: 100%;
    height: 642px;
    display: flex;
    flex-direction: row;
    margin-top: 48px;
}

.value-pag {
    display: flex;
    flex-direction: column;
    width: 24%;
    height: 100%;
}

.value-pag div {
    border-top: 1px solid rgba(213, 213, 213, .3);
    display: flex;
    align-items: center;
    flex: 1;
    font-weight: 400;
    font-size: 16px;
    color: #292929;
    cursor: pointer;
    border-left: 4px solid transparent;
    padding-left: 20px;
}

.value-pag div:first-child {
    border-top: none!important;
}

.value-pag div:nth-child(2) {
    border-top: none;
}

.value-pag .value-pag-active {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #01A0E8;
    cursor: default;
    color: #01A0E8;
    font-weight: 700;
}

.value-content .swiper-container {
    width: 76%;
    height: 100%;
}

.valueRight {
    position: relative;
    width: 100%;
    height: 100%;
}

.valueRight img {
    width: 100%;
}

.valueRight ul {
    position: absolute;
}

.valueRight ul li {
    list-style: disc;
    font-weight: 700;
    font-size: 16px;
    line-height: 200%;
    color: #FFFFFF;
}

.textBottom {
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    color: #292929;
    position: absolute;
}

#n-ul1 {
    top: 66%;
    left: 29%;
    width: 670px;
}

#n-ul2 {
    top: 67%;
    left: 29%;
    width: 680px;
}

#n-ul3 {
    top: 67%;
    left: 29%;
    width: 680px;
}

#n-ul4 {
    top: 67%;
    left: 29%;
    width: 680px;
}

#text1 {
    bottom: 9%;
    left: 13%;
}

#text2 {
    bottom: 9.2%;
    left: 38%;
}

#text3 {
    bottom: 9%;
    left: 39%;
}

#text4 {
    bottom: 9%;
    left: 37%;
}

#text5 {
    bottom: 9%;
    left: 37%;
}

#text6 {
    bottom: 8.6%;
    left: 14.7%;
    line-height: 230%;
}


/* part5 */

#part5 {
    background-image: url(/fa/pj/20220923/RJ-img/5-bg.png);
    background-size: cover;
    padding: 90px 0;
}

#part5 .n-page-content {
    position: relative;
}

#part5 .casePrev {
    top: 38%;
    left: -100px;
    width: 85px;
    height: 85px;
    background-image: url(/fa/pj/20220923/RJ-img/prev.svg);
    background-size: contain;
}

#part5 .caseNext {
    top: 38%;
    right: -90px;
    width: 85px;
    height: 85px;
    background-image: url(/fa/pj/20220923/RJ-img/next.svg);
    background-size: contain;
}

#caseSwiper {
    margin-top: 48px;
}

.n-case {
    width: 333px;
    position: relative;
}

.n-case img {
    width: 332px;
    height: 318px;
}

.n-watch {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 100px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #01A0E8;
    border-radius: 50px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}

.watchBtn {
    padding-left: 5px;
}

.watchBtn::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 2px;
    margin-left: 5px;
    background-image: url(/fa/pj/20220923/RJ-img/play.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.n-case h5 {
    margin-top: 24px;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #292929;
}


/* part6 */

#part6 {
    padding-top: 70px;
    padding-bottom: 70px;
}

#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: 450px;
    height: 310px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #EEEEEE;
}

.n-product:hover {
    color: #292929;
}

.n-product img {
    margin-top: 40px;
    width: 240px;
}

.n-product h3 {
    margin-top: 15px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #292929;
}

.n-product h4 {
    margin: 24px auto 0 auto;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #292929;
    line-height: 200%;
}

.n-product h5 {
    margin-top: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #0094FF;
}


/* part7 */

.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: 80px;
    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;
}

.com-evalute-name {
    margin-top: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #292929;
}

.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:nth-child(1) .evaluate-btn-hover {
    width: 16px;
    height: 16px;
    background-size: cover;
    background-image: url(/fa/pj/20220923/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(/fa/pj/20220923/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;
}


/* part9 */

#part9 {
    position: relative;
}

.n-honour {
    position: relative;
}

.n-honour::after {
    content: '';
    display: block;
    padding-top: 31.2%;
}

.n-honour img {
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    object-fit: contain;
}

.n-honour-content {
    top: 0;
    left: 0;
    position: absolute;
    width: 1400px;
    left: calc((100% - 1400px)/2);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 33;
}

.n-honour-text:first-child {
    margin-top: 0;
}

.n-honour-text {
    margin-top: 30px;
    width: 564px;
    height: 147px;
    padding: 24px 0 24px 32px;
    background-color: #FFFFFF;
}

.n-honour-text h3 {
    margin-top: 8px;
    font-weight: 700;
    font-size: 20px;
    color: #385075;
}

.n-honour-text h5 {
    font-weight: 400;
    font-size: 20px;
    color: #292929;
}

.n-honour-text p {
    margin-top: 18px;
    font-weight: 400;
    font-size: 16px;
    color: #292929;
}

.n-honour-content .n-honour-active {
    background-color: #0D83D9;
}

.n-honour-content .n-honour-active h3,
.n-honour-content .n-honour-active h5,
.n-honour-content .n-honour-active p {
    color: #FFFFFF;
}


/* 建议 */

.n-end {
    background-image: url(/fa/pj/20220923/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;
}

.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;
}

.hidePag {
    display: none;
}

#topImg {
    display: none;
}

@media screen and (min-width:2000px) {
    .n-banner_title {
        font-size: 42px;
    }
    .n-banner-content {
        font-size: 16px;
        margin-top: 24px;
    }
    .n-banner_con .n-banner_btns {
        margin-top: 48px;
    }
    .n-banner_btn {
        font-size: 18px;
    }
    .n-banner_desc {
        font-size: 26px;
    }
}

@media screen and (max-width:1999px) and (min-width:1750px) {
    .n-banner_con .n-banner_btns {
        margin-top: 80px;
    }
}

@media screen and (max-width:1749px) and (min-width:1401px) {
    .n-banner_btns {
        display: flex;
        flex-direction: row;
        margin-top: 48px;
    }
}

@media screen and (max-width:1440px) and (min-width:1100px) {
    #part5 .casePrev {
        top: 120%;
        left: 500px;
    }
    #part5 .caseNext {
        top: 120%;
        right: 500px;
    }
    #part5 {
        padding-bottom: 200px;
    }
    .example-list {
        display: none;
    }
    .n-banner_con {
        width: 1200px;
        left: calc((100% - 1200px)/2);
    }
    .n-banner-content {
        margin-top: 12px;
        font-size: 14px;
    }
    .n-banner_title {
        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_btn {
        width: 120px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .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;
    }
    .qa-more {
        width: 1200px;
    }
    .part1-list,
    #part1_swiper .swiper-slide {
        width: 382px;
    }
    .n-product {
        width: 585px;
    }
    .com-evalute-main {
        width: 800px;
    }
    #part2 .n-page-content div {
        font-size: 14px;
    }
    .n-honour-content {
        width: 1200px;
        left: calc((100% - 1200px)/2);
    }
    .n-honour-text {
        margin-top: 10px;
        width: 450px;
        height: 90px;
        padding: 10px 0 10px 16px;
    }
    .n-honour-text h5 {
        font-size: 14px;
    }
    .n-honour-text h3 {
        font-size: 14px;
    }
    .n-honour-text p {
        margin-top: 8px;
        font-size: 12px;
    }
    .n-case {
        width: 283px;
    }
    .n-case h5 {
        margin-top: 20px;
        font-size: 20px;
    }
    .n-case img {
        width: 100%;
        height: unset;
    }
    #part5 {
        padding-bottom: 150px;
    }
    .value-pag div {
        font-size: 14px;
        padding-left: 12px;
    }
    .valueRight ul li {
        font-size: 14px;
    }
    .textBottom {
        font-size: 14px;
    }
    .value-content {
        height: 545px;
    }
    #n-ul1 {
        width: 65%;
        top: 67%;
    }
    #text1 {
        bottom: 8%;
    }
    #text2 {
        bottom: 8.2%;
    }
    #text3 {
        bottom: 8%;
    }
    #text4 {
        bottom: 8%;
    }
    #text5 {
        bottom: 8%;
    }
    #n-ul4 {
        width: 60%;
        top: 70%;
    }
    #text6 {
        bottom: 7.6%;
        left: 14%;
    }
    #topImg {
        display: block;
    }
}

@media screen and (max-width:750px) {
    #topImg {
        display: none;
    }
    .n-banner_video::after {
        padding-top: 86.3%;
    }
    .n-banner_con {
        width: 21.875rem;
        left: calc((100% - 21.875rem)/2);
        text-align: center;
        justify-content: unset;
    }
    .n-banner_title {
        font-size: 1.25rem;
        padding-top: 1.8125rem;
    }
    .n-banner_desc {
        margin-top: .125rem;
        font-size: 1.125rem;
    }
    .n-banner-content {
        margin-top: .75rem;
        font-size: .8125rem;
        width: 20.4375rem;
        margin: .75rem auto 0 auto;
    }
    .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: 3.9375rem;
    }
    .n-menu {
        display: none;
    }
    .n-page-title {
        line-height: 150%;
        font-size: 1.0625rem;
        padding: 0 .75rem;
    }
    /* part1 */
    #part1_swiper {
        overflow: hidden;
    }
    #part1 {
        padding-top: 2.8125rem;
        padding-bottom: 2.8125rem;
    }
    .n-page-desc {
        font-size: .75rem;
        padding: 0 .75rem;
    }
    .part1-list {
        width: 100%;
        height: 27.1875rem;
        box-shadow: none;
    }
    #part1 .n-page-content {
        margin-top: 1.5rem;
    }
    .n-page-content {
        width: 21.9375rem;
    }
    .part1-title {
        font-size: 1rem;
        margin: .75rem;
        text-align: left;
    }
    .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;
    }
    .n-praise {
        display: none;
    }
    #part1_swiper .swiper-slide {
        margin-right: 0;
        width: 21.9375rem;
        height: 27.1875rem;
    }
    /* part2 */
    #part2 {
        padding-top: 2.8125rem;
        padding-bottom: 2.8125rem;
    }
    #part2 .n-page-content {
        padding-top: 1.5rem;
        width: unset;
        margin-left: .75rem;
        overflow-y: scroll;
        padding-bottom: .75rem;
    }
    /* part3 */
    #part3 {
        padding: 1.875rem 0;
        background-image: none;
    }
    #part3 .n-page-content {
        width: 100%;
    }
    .valueTab {
        display: none;
    }
    .value-pag {
        display: none;
    }
    .value-content .swiper-container {
        width: 100%;
    }
    .value-content {
        flex-direction: column;
        height: 16.6875rem;
        margin-top: 1.125rem;
    }
    .textBottom {
        font-size: .5rem;
    }
    .valueRight ul li {
        font-size: .5rem;
    }
    .hidePag {
        display: block;
    }
    #n-ul1 {
        top: 64%;
        width: 15.625rem;
    }
    #n-ul2 {
        top: 57%;
        left: 28%;
        width: 15.625rem;
    }
    #n-ul3 {
        top: 57%;
        left: 28%;
        width: 15.625rem;
    }
    #n-ul4 {
        top: 65%;
        left: 31%;
    }
    #text1 {
        bottom: 16%;
        left: 10%;
        width: 19.6875rem;
    }
    #text2 {
        bottom: 15.6%;
        left: 34%;
    }
    #text3 {
        bottom: 15.5%;
        left: 35%;
    }
    #text4 {
        left: 32%;
        bottom: 15.6%;
    }
    #text5 {
        left: 33%;
        bottom: 15.7%;
    }
    .addTitle h4 {
        font-weight: 700;
        font-size: .875rem;
        color: #01A0E8;
        text-align: center;
    }
    .addTitle h5 {
        margin-top: .25rem;
        font-weight: 400;
        font-size: .8125rem;
        color: #01A0E8;
        text-align: center;
    }
    .addTitle p {
        position: absolute;
        text-align: center;
        width: 18.75rem;
        left: calc((100% - 18.75rem)/2);
        margin-top: 2rem;
        z-index: 9;
        font-weight: 700;
        font-size: .875rem;
        color: #385075;
    }
    .watchBtn::after {
        content: '';
        width: .4375rem;
        height: .4375rem;
        margin-top: 0;
        margin-left: .1563rem;
    }
    .title22,
    .title33 {
        margin-top: 1.875rem;
    }
    /* part5 */
    .n-case {
        margin-top: .75rem;
    }
    .n-case img {
        width: 100%;
        height: unset;
    }
    .n-case h5 {
        margin-top: .75rem;
        font-size: .8125rem;
    }
    #part5 {
        padding: 2.8125rem 0;
    }
    #part5 .swiper-wrapper {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #part5 .swiper-slide {
        width: 10.375rem;
    }
    .n-watch {
        width: 3.125rem;
        height: 1.1875rem;
        font-size: .4375rem;
        top: .375rem;
        right: .375rem;
    }
    /* part5 */
    #part5 .casePrev,
    #part5 .caseNext {
        display: none;
    }
    .n-case {
        width: 10.375rem;
    }
    /* part6 */
    #part6 {
        padding-top: 2.8125rem;
        padding-bottom: 2.8125rem;
    }
    .part6_swiper {
        display: block;
    }
    .n-product {
        display: flex!important;
        width: 10.375rem!important;
        height: 9.9375rem!important;
        box-sizing: border-box;
    }
    .n-product:last-child,
    .n-product:nth-child(5) {
        height: 11rem!important;
    }
    .n-product img {
        margin: 1.1875rem auto 0 auto;
        width: 7.5rem;
        height: 5rem;
    }
    .n-product h3 {
        margin-top: .5625rem;
        font-size: .8125rem;
        line-height: 150%;
        padding: 0 .5rem;
    }
    .n-product h4 {
        width: 14.5rem;
        margin: .5rem auto 0 auto;
        font-size: .8125rem;
        line-height: 150%;
        min-height: 2.4375rem!important;
    }
    .n-product h5 {
        margin-top: .375rem;
        font-size: .75rem;
        line-height: 1.0625rem;
    }
    #part6 .n-page-content {
        margin-top: 1.5rem;
    }
    /* 常见问题 */
    .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(/fa/pj/20220923/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;
    }
    /* honour */
    .n-honour::after {
        padding-top: 185.4%;
    }
    .n-honour-content {
        width: 20.4375rem;
        left: calc((100% - 20.4375rem)/2);
        height: unset;
        margin-top: 2.6875rem;
    }
    .n-honour-text {
        width: 20.4375rem;
        height: 4.625rem;
        padding: .75rem 0 .625rem 1.1875rem;
    }
    .n-honour-text h5 {
        font-size: .6875rem;
    }
    .n-honour-text h3 {
        margin-top: .1563rem;
        font-size: .75rem;
    }
    .n-honour-text p {
        margin-top: .375rem;
        font-size: .5625rem;
    }
}