.n-project-page img {
    width: 100%;
}

.n-banner {
    position: relative;
}

.n-banner-content {
    position: absolute;
    width: 1400px;
    left: calc((100% - 1400px)/2);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.n-banner-content h1 {
    font-weight: 700;
    font-size: 48px;
    color: #292929;
}

.n-banner-content h2 {
    margin-top: 8px;
    font-weight: 400;
    font-size: 32px;
    color: #292929;
}

.n-banner-content a {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    background: #E60039;
    border-radius: 4px;
    transition: background-color 0.36s;
}

.n-banner-content a::after {
    content: '>';
    display: block;
    margin-left: 16px;
}

@media screen and (min-width:750px) {
    .n-banner-content a:hover {
        background-color: #C7002A;
        cursor: pointer;
    }
}

.n-page-content {
    width: 1400px;
    margin: 0 auto;
}

.n-line {
    height: 1px;
    width: 100%;
    background-color: #D5D5D5;
    transform: scaleY(0.5);
    margin: 48px 0;
}

.n-page-title {
    font-weight: 700;
    font-size: 36px;
    color: #292929;
}

.n-introduce {
    padding: 120px 0;
}

.n-introduce-main p:first-child {
    margin-top: 0;
}

.n-introduce-main p {
    margin-top: 32px;
    font-weight: 350;
    font-size: 20px;
    line-height: 220%;
    text-indent: 2em;
    color: #7D7D7D;
}

.n-interact {
    position: relative;
}

.n-interact-content {
    position: absolute;
    width: 1400px;
    left: calc((100% - 1400px)/2);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.n-interact-content a {
    display: block;
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px;
    color: #DA0030;
}

.n-contact {
    padding: 140px 0;
}

.n-contact .n-page-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.n-contact-main {
    margin-top: 48px;
}

.n-contact-main div {
    margin-top: 12px;
    display: flex;
    align-items: center;
}

.n-contact-main span {
    font-weight: 400;
    font-size: 18px;
    color: #7D7D7D;
}

.n-contact-main img {
    max-width: 40px;
    margin-right: 16px;
}

.n-contact-main strong {
    font-weight: 400;
}

.n-contact-main i {
    font-style: normal;
}

.qrcode {
    text-align: center;
}

.qrcode img {
    max-width: 166px;
}

.qrcode p {
    margin-top: 12px;
    font-weight: 400;
    font-size: 12px;
    color: #292929;
    text-align: center;
}


/* È«ÆÁÊÓÆµ */

.full-video {
    display: none;
    justify-content: center;
    align-items: center;
    text-align: right;
    z-index: 99999;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
}

.full-video video {
    width: 1400px;
}

.video-btn {
    cursor: pointer;
}

@media screen and (max-width:1600px) {
    .n-banner-content {
        width: 1000px;
        left: calc((100% - 1000px)/2);
    }
    .n-banner-content h1 {
        font-size: 40px;
    }
    .n-banner-content h2 {
        font-size: 24px;
    }
    .n-banner-content a {
        width: 140px;
        height: 50px;
        font-size: 14px;
    }
    .n-banner-content a::after {
        margin-left: 12px;
        margin-top: 3px;
    }
    .n-introduce {
        padding: 80px 0;
    }
    .n-page-content {
        width: 1000px;
    }
    .n-page-title {
        font-size: 28px;
    }
    .n-line {
        margin: 24px 0;
    }
    .n-introduce-main p {
        font-size: 16px;
        margin-top: 24px;
    }
    .n-interact-content {
        width: 1000px;
        left: calc((100% - 1000px)/2);
    }
    .n-contact {
        padding: 100px 0;
    }
    .full-video video {
        width: 1000px;
    }
}

@media screen and (max-width:1440px) {
    .n-introduce-main p {
        font-size: 14px;
        margin-top: 20px;
    }
    .full-video video {
        width: 800px;
    }
}

@media screen and (max-width:999px) {
    .n-banner-content {
        width: 100%;
        left: 0;
        height: unset;
        top: 45px;
        padding: 0 32px;
    }
    .n-banner-content h1 {
        font-size: 32px;
    }
    .n-banner-content h2 {
        margin-top: 4px;
        font-size: 20px;
    }
    .n-banner-content a {
        width: 116px;
        height: 42px;
        margin-top: 18px;
        font-size: 14px;
    }
    .n-introduce {
        padding: 48px 32px 75px 32px;
    }
    .n-page-content {
        width: 100%;
    }
    .n-page-title {
        font-size: 20px;
    }
    .n-line {
        margin: 18px 0;
    }
    .n-introduce-main p {
        font-size: 12px;
        margin-top: 16px;
    }
    .n-interact-content {
        width: 100%;
        left: 0;
        height: unset;
        top: 32px;
        padding: 0 32px;
    }
    .n-interact-content a {
        font-size: 14px;
    }
    .n-contact-main span {
        font-size: 14px;
    }
    .n-contact-main img {
        max-width: 42px;
        margin-right: 6px;
    }
    .n-contact-main {
        margin-top: 24px;
    }
    .n-contact .n-page-content {
        position: relative;
        padding: 0 32px;
    }
    .qrcode {
        top: 48px;
        right: 32px;
        position: absolute;
    }
    .qrcode img {
        max-width: 84px;
    }
    .qrcode p {
        margin-top: 4px;
        font-size: 10px;
    }
    .n-contact-main strong {
        display: block;
    }
    .n-contact-main div {
        line-height: 150%;
    }
    .n-contact-content {
        width: 100%;
    }
    .full-video-content {
        width: 90%;
    }
    .full-video video {
        width: 100%;
    }
}