.header .right .list p:nth-child(1) {
    color: #fe2a44;
}

.home-contain {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    font-family: 'SOURCEHANSANSCN';
}

.home-translate {
    width: 100%;
    margin: 0;
    transition: all 1s ease-in-out;
}

.page-a {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #0f0232;
}

.page-a .video {
    position: absolute;
    width: 100vw;
    min-width: 1080px;
    top: 0;
    bottom: 0;
    margin: auto;
    /* height: 100vh; */
}

.page-a .banner {
    position: absolute;
    /* width: 100vw; */
    width: 100%;
    /* min-width: 1920px; */
    top: 0;
    bottom: 0;
    margin: auto;
    height: 108vh;
}

.page-a .icon-img {
    position: absolute;
    width: 237px;
    height: 371px;
    top: 148px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.page-a .title-img {
    position: absolute;
    width: 70%;
    top: 478px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.page-b {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #091256;
    color: #fff;
}

.page-b .canvas-img-arr {
    display: none;
}

.page-b .canvas-img-arr img {
    width: 60px;
    height: 60px;
}

.page-b .title {
    position: absolute;
    color: #fff;
    top: 17%;
    left: 80px;
    writing-mode: vertical-lr;
    text-align: start;
}

.page-b .title p:nth-of-type(1) {
    font-family: 'DIN';
    font-size: 44px;
    font-weight: bold;
    margin: 0;
}

.page-b .title p:nth-of-type(2) {
    font-size: 28px;
    font-weight: 400;
    margin: 0;
}

.page-b .introduce {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.page-b .introduce p {
    font-family: 'SOURCEHANSANSCN';
    font-size: 16px;
    font-weight: 400;
    color: #999;
    text-align: center;
    margin: 0;
    line-height: 30px;
}

.page-b .introduce p:nth-of-type(1) {
    font-family: 'DIN';
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 70px;
}

.page-b .introduce .button {
    display: block;
    width: 259px;
    height: 62px;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
    background: url('../img/home/border.png');
    background-size: cover;
    cursor: pointer;
    border: none;
    color: #fff;
    margin: 0 auto;
    margin-top: 40px;
}

.page-b .introduce .button:hover {
    background: url('../img/home/button.png');
}

.page-b .introduce .button:hover a {
    color: #0f0232;
}

.page-b .introduce-img {
    position: absolute;
    width: 261px;
    height: 348px;
    bottom: 0;
    right: 0;
}

.page-c {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: #0f0232;
    overflow-x: hidden;
    color: #fff;
}

.page-c .left {
    position: relative;
    min-width: 384px;
    height: 100%;
    background: url('../img/home/news-bg.png');
    background-size: cover;
    z-index: 5;
}

.page-c .left .title {
    color: #fff;
    margin-top: 180px;
    margin-left: 80px;
    writing-mode: vertical-lr;
    text-align: start;
}

.page-c .left .title p:nth-of-type(1) {
    font-size: 44px;
    font-family: 'DIN';
    font-weight: bold;
    margin: 0;
}

.page-c .left .title p:nth-of-type(2) {
    font-size: 28px;
    font-weight: 400;
    margin: 0;
}

.page-c .left .list {
    width: 70%;
    position: absolute;
    bottom: 160px;
    left: 50px;
}

.page-c .left .list p {
    display: inline-block;
    color: #999;
    margin: 0 10px;
}

.page-c .left .list p:hover {
    color: #fff;
}

.page-c .left .change-page {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 100px;
    right: 20px;
    cursor: pointer;
}

.page-c .left .change-page .next-page {
    margin-top: 20px;
}

.page-c .left .change-page .next-page:hover,
.page-c .left .change-page .pre-page:hover {
    opacity: 0.5;
}

.page-c .news-contain-right {
    position: relative;
    flex: 1;
    display: flex;
    overflow: hidden;
    align-items: center;
    height: 100vh;
}

.page-c .news-contain-right .news-translate {
    display: flex;
    box-sizing: border-box;
    /* width: 2040px; */
    height: 500px;
    align-items: center;
    padding: 0 20px;
    transition: all 1s;
}

.news-translate #a,
.news-translate #b,
.news-translate #c {
    position: relative;
}

.page-c .news-contain-right .news-translate #a,
.page-c .news-contain-right .news-translate #b,
.page-c .news-contain-right .news-translate #c,
.page-c .news-contain-right .news-translate #d {
    width: 33%;
    margin-right: 18px;
}

.page-c .news-contain-right .news-translate .poster {
    width: 100%;
}

.page-c .news-contain-right .news-translate p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-align: left;
    line-height: 30px;
}

.page-c .news-contain-right .news-translate #a p:nth-of-type(1),
.page-c .news-contain-right .news-translate #b p:nth-of-type(1),
.page-c .news-contain-right .news-translate #c p:nth-of-type(1),
.page-c .news-contain-right .news-translate #d p:nth-of-type(1) {
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
}

.news-contain-right .button {
    position: absolute;
    display: block;
    width: 259px;
    height: 62px;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
    background: url('../img/home/border.png');
    background-size: cover;
    cursor: pointer;
    border: none;
    color: #fff;
    bottom: 100px;
    right: 200px;
}

.news-contain-right .button:hover {
    background: url('../img/home/button.png');
}

.news-contain-right .button:hover a {
    color: #0f0232;
}

.page-c ::-webkit-scrollbar {
    display: none;
}

.page-d {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: #0f0232;
    overflow-x: hidden;
    color: #fff;
}

.page-d .left {
    position: relative;
    min-width: 384px;
    height: 100%;
    background: url('../img/home/product-bg.png');
    background-size: cover;
    z-index: 5;
}

.page-d .left .title {
    color: #fff;
    margin-top: 35%;
    margin-left: 80px;
    writing-mode: vertical-lr;
    text-align: start;
}

.page-d .left .title p:nth-of-type(1) {
    font-size: 44px;
    font-family: 'DIN';
    font-weight: bold;
    margin: 0;
}

.page-d .left .title p:nth-of-type(2) {
    font-size: 28px;
    font-weight: 400;
    margin: 0;
}

.page-d .left .list {
    width: 90%;
    position: absolute;
    bottom: 140px;
    left: 130px;
}

.page-d .left .list-en {
    width: 80%;
    position: absolute;
    bottom: 140px;
    left: 100px;
}

.page-d .left .list p {
    display: inline-block;
    width: 120px;
    font-size: 14px;
    color: #999;
    line-height: 30px;
    margin: 0 10px;
}

.page-d .left .list-en p {
    display: inline-block;
    /* width: 160px; */
    font-size: 14px;
    color: #999;
    line-height: 30px;
    margin: 0 10px;
}

.page-d .left .list p.right {
    margin-left: 30px;
}

.page-d .left .list p:hover,
.page-d .left .list-en p:hover {
    color: #fff;
}

.page-d .left .change-page {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 100px;
    right: 20px;
}

.page-d .left .change-page .next-page {
    margin-top: 20px;
}

.page-d .left .change-page .next-page:hover,
.page-d .left .change-page .pre-page:hover {
    opacity: 0.5;
}

.page-d .product-contain-right {
    flex: 1;
    overflow: hidden;
}

.page-d .product-contain-right .product-translate {
    display: flex;
    width: 3072px;
    height: 100vh;
    transition: all 1s ease-in-out;
}

.page-d .product-contain-right .product-translate .item {
    position: relative;
    /* box-sizing: border-box; */
    width: 100%;
    height: 100vh;
    overflow: hidden;
    color: #fff;
}

.page-d .product-contain-right .product-translate .item .popup {
    transition: all 0.5s ease-in-out;
}

.page-d .product-contain-right .product-translate .item img {
    display: block;
    width: auto;
    /* min-width: 333px; */
    height: 100vh;
}

.page-d .product-contain-right .product-translate .item .hover-img {
    box-sizing: border-box;
    position: absolute;
    height: calc(100vh - 500px);
    bottom: calc(100vh + 500px);
    transition: all 0.5s ease-in-out;
}

.page-d .product-contain-right .product-translate .item .content {
    box-sizing: border-box;
    width: 100%;
    height: 500px;
    box-sizing: border-box;
    text-align: left;
    background: #a30055;
    padding: 0 20px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.page-d .product-contain-right .product-translate .item .content .title {
    width: 90%;
    font-size: 26px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow-wrap: none;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
}

.page-d .product-contain-right .product-translate .item .content .subhead {
    width: 90%;
    font-size: 14px;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow-wrap: none;
    color: #eee;
    margin: 0 auto;
    overflow: hidden;
}

.page-d .product-contain-right .product-translate .item .content .introduce {
    width: 90%;
    font-size: 12px;
    color: #eee;
    font-weight: 400;
    line-height: 20px;
    margin: 0 auto;
    margin-top: 30px;
}

.page-d .product-contain-right .product-translate .item .content .button {
    width: 260px;
    height: 62px;
    line-height: 62px;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    background: url('../img/home/button-border.png') no-repeat;
    background-size: cover;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 60px;
}

.page-d .product-contain-right .product-translate .item .content .button a {
    color: #fff;
    text-decoration: none;
}

.page-d .product-contain-right .product-translate .item:before {
    content: '';
    position: absolute;
    background: #a30055;
    top: 0;
    width: 0px;
    /* width: 100%; */
    height: 100vh;
    left: 0;
    z-index: 5;
}

.page-d .product-contain-right .product-translate .item:after {
    content: '';
    position: absolute;
    background: #a30055;
    top: 0;
    width: 0px;
    /* width: 100%; */
    height: 100vh;
    right: 0;
}

.page-d .product-contain-right .product-translate .item:hover:before {
    content: '';
    position: absolute;
    background: #a30055;
    top: 0;
    width: 5px;
    /* width: 100%; */
    height: 100vh;
    left: 0;
    z-index: 5;
    transition: all 0.5s ease-in-out;
}

.page-d .product-contain-right .product-translate .item:hover:after {
    content: '';
    position: absolute;
    background: #a30055;
    top: 0;
    width: 5px;
    /* width: 100%; */
    height: 100vh;
    right: 0;
    transition: all 0.5s ease-in-out;
}

.page-d .product-contain-right .product-translate .item:hover .popup {
    transform: translateY(-500px);
    transition: all 0.5s ease-in-out;
}

.page-d .product-contain-right .product-translate .item:hover .popup .hover-img {
    bottom: calc(100vh + 496px);
    transform: translateY(calc(100vh));
    transition: transform 1s ease-in-out;
}

.news-video {
    display: none;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
}

.news-video .video {
    position: absolute;
    width: 70%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.play {
    position: absolute;
    width: 15%;
    /* max-width: 55px; */
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
}

.video-close {
    position: absolute;
    width: 45px;
    right: 10%;
    top: 5%;
    margin: auto;
}


/* 小屏 */

@media screen and (max-height: 900px) {
    .page-d .product-contain-right .product-translate .item .content .title {
        font-size: 20px;
        margin-top: 15px;
    }
    .page-d .product-contain-right .product-translate .item .content .subhead {
        font-size: 12px;
    }
    .page-d .product-contain-right .product-translate .item .content .introduce {
        margin-top: 15px;
    }
    .page-d .product-contain-right .product-translate .item .content .button {
        width: 130px;
        height: 31px;
        line-height: 31px;
        font-size: 13px;
        font-weight: 400;
        text-align: center;
        background: url(../img/home/button-border.png) no-repeat;
        background-size: cover;
        cursor: pointer;
        margin: 0 auto;
        margin-top: 30px;
    }
    .play {
        top: 18%;
    }
}