* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.n-banner {
    position: relative;
}

.n-banner img {
    width: 100%;
}

.n-banner-content {
    position: absolute;
    height: calc(100% - 60px);
    width: 1400px;
    left: calc((100% - 1400px)/2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFFFFF;
}

.n-banner-content h1 {
    font-weight: 700;
    font-size: 48px;
}

.n-banner-content h2 {
    font-weight: 400;
    font-size: 36px;
}

.n-banner-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-top: 24px;
    width: 50%;
}

.n-btns {
    margin-top: 36px;
    font-size: 0;
}

.n-btns a {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    padding: 8px 36px;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    border-radius: 4px;
    cursor: pointer;
}

.n-btns .redBtn {
    background: #DA0030;
    color: #FFFFFF;
}

.n-btns .whiteBtn {
    color: #DA0030;
    background: #FFFFFF;
}

.n-btns a:first-child {
    margin-right: 24px;
}

.n-nav {
    position: relative;
    margin-top: -60px;
    top: 0;
    height: 60px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.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: #D5D5D5;
    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-page-info {
    text-align: center;
}

.n-page-info h5 {
    font-weight: 700;
    font-size: 36px;
    color: #292929;
}

.n-page-info h6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    color: #7D7D7D;
    margin-top: 24px;
}

#n-page-1 {
    padding: 100px 0 120px 0;
}

.n-affect {
    position: relative;
    width: 688px;
}

.n-affect img {
    width: 100%;
}

.n-page-content {
    width: 1400px;
    margin: 0 auto;
}

.n-affects {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 48px;
}

.n-affect-title {
    position: absolute;
    font-weight: 600;
    font-size: 24px;
    color: #385075;
    width: 100%;
    text-align: center;
    top: 30px;
}

.n-affect-bottom {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    background: rgba(0, 130, 255, 0.1);
    height: 44px;
    font-weight: 600;
    font-size: 18px;
    color: #0082FF;
}

.n-affect:nth-child(3),
.n-affect:nth-child(4) {
    margin-top: 24px;
}

#n-page-2 {
    background: #F4F8FA;
    padding: 80px 0;
}

#n-page-2 h6 {
    font-weight: 400;
    font-size: 26px;
    color: #292929;
    margin-top: 12px;
}

.n-tab {
    margin-top: 44px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.n-tab-line {
    width: 100%;
    height: 1px;
    background-color: #D5D5D5;
    margin-top: -1px;
}

.n-tab div {
    font-weight: 400;
    font-size: 18px;
    color: #7D7D7D;
    border-bottom: 2px solid transparent;
    padding-bottom: 24px;
    margin-right: 110px;
    cursor: pointer;
}

.n-tab div:last-child {
    margin-right: 0;
}

.n-tab .n-tab-active {
    border-bottom: 2px solid #0082FF;
    color: #0082FF;
    font-weight: 700;
    cursor: default;
}

.n-page-content img {
    width: 100%;
}

.n-method {
    position: relative;
}

.n-method-table {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 388px;
}

.n-method-table div {
    display: flex;
    width: 100%;
}

.n-method-table {
    background-color: #FFFFFF;
}

.n-method-table div:nth-child(odd) span {
    background: #F4F8FA;
}

.n-method-table div:nth-child(even) span {
    background: #DAEBF3;
}

.n-method-table div span {
    width: 50%;
    display: block;
    padding: 8px 0;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #292929;
}

.n-method-table div span:first-child {
    margin-right: 1px;
}

#n-table1 {
    right: 54px;
    top: 155px;
}

#n-table2 {
    right: 54px;
    top: 68px;
}

.n-method-table p {
    font-weight: 400;
    font-size: 12px;
    color: #7D7D7D;
    text-align: left;
    margin-top: 10px;
}

.n-method-table .n-bold span {
    font-weight: 700;
}

.n-methods {
    margin-top: 40px;
}

#n-page-3 {
    padding: 110px 0;
}

.n-values {
    display: flex;
    justify-content: space-between;
}

.n-value {
    margin-top: 70px;
    width: 332px;
}

.n-value img {
    width: 230px;
}

.n-value-title {
    margin-top: 35px;
    font-weight: 600;
    font-size: 24px;
    color: #292929;
}

.n-value-desc {
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    color: #7D7D7D;
}

#n-page-4 {
    background: #F7F9FA;
    padding: 100px 0 80px 0;
}

.n-products {
    margin-top: 60px;
    display: flex;
}

.n-product {
    width: 450px;
    height: 400px;
    background-color: #FFFFFF;
    margin-right: 24px;
}

.n-product:last-child {
    margin-right: 0;
}

.n-product img {
    width: 250px;
}

.n-product span {
    display: block;
}

.n-product-name {
    margin-top: 8px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #292929;
}

.n-product-desc {
    margin-top: 12px;
    font-weight: 400;
    font-size: 16px;
    color: #292929;
}

.n-product-link {
    margin-top: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #0094FF;
}

#n-page-5 {
    padding: 100px 0;
}

.n-news {
    display: flex;
    margin-top: 60px;
}

.n-news-img {
    width: 688px;
    margin-right: 60px;
}

.n-news ul {
    text-align: left;
}

.n-news ul li {
    list-style: disc;
    margin-top: 18px;
}

.n-news ul li:first-child {
    margin-top: 0;
}

.n-news ul li {
    list-style: disc;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #292929;
}

#affectPag {
    display: none;
}

.nav-show {
    display: none;
}

@media screen and (min-width:750px) {
    .n-nav-content {
        display: flex!important;
    }
    .n-news ul li a:hover,
    .n-news ul li:hover {
        color: #0094FF;
    }
    .n-nav-content a:hover,
    .n-breadcrumb a:hover::after {
        color: #FFFFFF;
    }
    .n-breadcrumb a:hover {
        color: #DA0030;
    }
}

.n-nav .n-nav-content .n-nav-active {
    color: #FFFFFF;
    font-weight: 700;
    cursor: default;
}

@media screen and (max-width:1440px) {
    .n-banner-content {
        width: 1200px;
        left: calc((100% - 1200px)/2);
    }
    .n-banner-content h1 {
        font-size: 40px;
    }
    .n-banner-content h2 {
        font-size: 30px;
    }
    .n-banner-content p {
        margin-top: 20px;
        font-size: 14px;
    }
    .n-btns {
        margin-top: 30px;
    }
    .n-btns a {
        font-size: 16px;
    }
    .n-nav-content {
        width: 1200px;
    }
    .n-page-info h5 {
        font-size: 30px;
    }
    .n-page-info h6 {
        margin-top: 20px;
        font-size: 16px;
    }
    #n-page-1 {
        padding: 84px 0 102px 0;
    }
    .n-affects {
        margin-top: 40px;
    }
    .n-page-content {
        width: 1200px;
    }
    .n-affect {
        width: 584px;
    }
    .n-affect-title {
        font-size: 20px;
        top: 26px;
    }
    .n-affect-bottom {
        font-size: 16px;
    }
    #n-page-2 h6 {
        margin-top: 10px;
        font-size: 22px;
    }
    .n-tab {
        margin-top: 38px;
    }
    .n-tab div {
        font-size: 16px;
        padding-bottom: 20px;
        margin-right: 94px;
    }
    #n-table1 {
        top: 110px;
        right: 46px;
    }
    .n-method-table {
        width: 330px;
    }
    .n-method-table div span {
        font-size: 14px;
    }
    #n-table2 {
        top: 58px;
        right: 46px;
    }
    #n-page-2 {
        padding: 68px 0;
    }
    #n-page-3 {
        padding: 94px 0;
    }
    .n-value {
        width: 282px;
        margin-top: 60px;
    }
    .n-value img {
        width: 196px;
    }
    .n-value-title {
        margin-top: 30px;
        font-size: 20px;
    }
    .n-value-desc {
        font-size: 14px;
        margin-top: 14px;
    }
    #n-page-4 {
        padding: 84px 0 68px 0;
    }
    .n-products {
        margin-top: 50px;
    }
    .n-product {
        width: 382px;
        height: 340px;
    }
    .n-product img {
        width: 212px;
    }
    .n-product-name {
        font-size: 14px;
    }
    .n-product-desc {
        font-size: 14px;
        margin-top: 10px;
    }
    .n-product-link {
        margin-top: 20px;
        font-size: 12px;
    }
    #n-page-5 {
        padding: 84px 0;
    }
    .n-news-img {
        width: 584px;
        margin-right: 50px;
    }
    .n-news ul li {
        font-size: 14px;
    }
    .n-news {
        margin-top: 50px;
    }
    .n-affect-bottom {
        height: 38px;
    }
}

@media screen and (max-width:1280px) {
    .n-banner-content {
        width: 1000px;
        left: calc((100% - 1000px)/2);
    }
    .n-banner-content h1 {
        font-size: 32px;
    }
    .n-banner-content h2 {
        font-size: 24px;
    }
    .n-banner-content p {
        margin-top: 16px;
        font-size: 12px;
    }
    .n-btns a {
        font-size: 14px;
        padding: 6px 24px;
    }
    .n-btns a:first-child {
        margin-right: 16px;
    }
    .n-nav-content {
        width: 1000px;
    }
    .n-nav-content a {
        font-size: 14px;
    }
    .n-page-content {
        width: 1000px;
    }
    .n-affect {
        width: 484px;
    }
    .n-affects {
        margin-top: 24px;
    }
    .n-page-info h5 {
        font-size: 24px;
    }
    .n-page-info h6 {
        margin-top: 14px;
        font-size: 14px;
    }
    #n-page-1 {
        padding: 70px 0 84px 0;
    }
    .n-affect-title {
        top: 20px;
        font-size: 14px;
    }
    .n-affect-bottom {
        height: 32px;
        font-size: 12px;
    }
    #n-page-2 h6 {
        margin-top: 6px;
        font-size: 18px;
    }
    .n-tab {
        margin-top: 32px;
    }
    .n-tab div {
        font-size: 14px;
        padding-bottom: 16px;
    }
    .n-tab div {
        margin-right: 78px;
    }
    .n-method-table {
        width: 274px;
    }
    #n-table1 {
        right: 38px;
        top: 80px;
    }
    .n-method-table div span {
        font-size: 12px;
    }
    #n-table2 {
        right: 38px;
        top: 24px;
    }
    #n-page-3 {
        padding: 78px 0;
    }
    .n-value img {
        width: 162px;
    }
    .n-value {
        width: 234px;
        margin-top: 50px;
    }
    .n-value-title {
        margin-top: 24px;
        font-size: 16px;
    }
    .n-value-desc {
        font-size: 12px;
        margin-top: 12px;
    }
    #n-page-4 {
        padding: 70px 0 56px 0;
    }
    .n-products {
        margin-top: 42px;
    }
    .n-product {
        width: 318px;
        height: 282px;
    }
    .n-product img {
        width: 174px;
    }
    .n-product-desc {
        margin-top: 8px;
        font-size: 12px;
    }
    .n-product-link {
        margin-top: 14px;
    }
    .n-news {
        margin-top: 42px;
    }
    .n-news-img {
        width: 484px;
        margin-right: 42px;
    }
    #n-page-5 {
        padding: 70px 0;
    }
}

@media screen and (max-width:750px) {
    .n-banner-content {
        width: 20.4375rem;
        left: calc((100% - 20.4375rem)/2);
    }
    .n-banner-content h1 {
        font-size: 2rem;
    }
    .n-banner-content h2 {
        margin-top: .375rem;
        font-size: 1.5rem;
    }
    .n-banner-content p {
        width: 100%;
        font-size: .75rem;
        margin-top: .75rem;
    }
    .n-btns a {
        font-size: .875rem;
        padding: .5rem 1.125rem;
        border-radius: .125rem;
    }
    .n-btns {
        margin-top: 1.5rem;
    }
    .n-page-content {
        width: 20.4375rem;
    }
    .n-page-info h5 {
        padding: 0 1.5rem;
        font-size: 1.25rem;
    }
    .n-page-info h6 {
        padding: 0 1.5rem;
        font-size: .8125rem;
        margin-top: 1.125rem;
    }
    #n-page-1 {
        padding: 2.8125rem 0;
    }
    .n-news {
        margin-top: 1.5rem;
        flex-direction: column;
    }
    .n-news-img {
        margin-right: 0;
        width: 100%;
    }
    .n-news ul {
        width: 100%;
        margin-top: 1.125rem;
    }
    .n-news ul li {
        margin-left: 1rem;
        font-size: .8125rem;
        margin-top: .75rem;
    }
    #n-page-5 {
        padding: 2.1875rem 0;
    }
    .n-product {
        width: 10.125rem;
        height: 16.375rem;
        margin-right: .75rem;
        padding: 0 .3125rem;
    }
    .n-product img {
        width: 7.5rem;
    }
    .n-product-name {
        font-size: .8125rem;
        margin-top: .5625rem;
    }
    .n-product-desc {
        margin-top: .375rem;
        font-size: .75rem;
    }
    .n-product-link {
        margin-top: .375rem;
        font-size: .75rem;
    }
    #n-page-4 {
        padding: 2.5rem 0 2.1875rem 0;
    }
    .n-products {
        margin-top: 2.1875rem;
    }
    .n-values {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .n-value {
        width: 100%;
    }
    .n-value img {
        width: 9.875rem;
    }
    .n-value-title {
        font-size: 1rem;
        margin-top: 1.125rem;
    }
    .n-value-desc {
        margin-top: .5rem;
        font-size: .75rem;
    }
    .n-value {
        margin-top: 1.875rem;
    }
    #n-page-3 {
        padding: 2.5rem 0 2.8125rem 0;
    }
    #n-page-3 .n-page-content {
        width: 20.9375rem;
    }
    .n-method-table div span {
        font-size: .75rem;
    }
    .n-method-table {
        width: 19.4375rem;
    }
    #n-table1 {
        top: 8.125rem;
        right: .5rem;
    }
    .n-methods {
        margin-top: 1.125rem;
    }
    #n-table2 {
        right: .5rem;
        top: 11.875rem;
    }
    .n-method-table div span {
        padding: .25rem 0;
    }
    .n-method-table p {
        font-size: .625rem;
        margin-top: .75rem;
    }
    #n-page-2 {
        padding: 2.8125rem 0 1.875rem 0;
    }
    .n-tab {
        margin-top: .75rem;
    }
    .n-tab div {
        font-size: .75rem;
        margin-right: 0;
        padding: 0 .75rem .25rem .75rem;
    }
    #n-page-2 h6 {
        font-size: 1rem;
        margin-top: .75rem;
    }
    .n-tab-line {
        width: 12.375rem;
        margin-left: auto;
        margin-right: auto;
    }
    .n-affects {
        flex-wrap: unset;
        justify-content: unset;
        padding-bottom: 2.125rem;
    }
    .n-affect:nth-child(3),
    .n-affect:nth-child(4) {
        margin-top: 0;
    }
    .n-affect-title {
        font-size: .75rem;
        top: .875rem;
    }
    .n-affect-bottom {
        height: unset;
        font-size: .75rem;
        padding: .375rem .375rem;
    }
    .n-affects {
        margin-top: 1.5rem;
    }
    #affectPag {
        display: block;
    }
    .n-btns a:last-child {
        display: none;
    }
    .n-breadcrumb {
        display: none;
    }
    .n-nav {
        flex-direction: column;
        height: unset;
        align-items: flex-start;
        margin-top: -50px;
        background: rgba(0, 0, 0, 0.9);
    }
    .n-nav-content {
        display: none;
        width: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.9);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        margin-top: 50px;
    }
    .n-nav-content ul {
        flex-direction: column;
        width: 100%;
    }
    .nav-show {
        width: 100%;
        display: flex;
        height: 50px;
        align-items: center;
        padding: 0 10px;
        justify-content: space-between;
    }
    .whiteBtn {
        font-size: 14px;
        color: #DA0030;
        background: #FFFFFF;
        backdrop-filter: blur(2.5px);
        -webkit-backdrop-filter: blur(2.5px);
        border-radius: 4px;
        display: inline-block;
        padding: 6px 18px;
    }
    .nav-show span {
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
    }
    .nav-show div {
        display: flex;
        align-items: center;
    }
    .nav-show img {
        margin-left: 8px;
        width: 12px;
    }
    .n-nav-content ul li {
        padding: 10px 0 10px 10px;
        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);
    }
}