#page-animate {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100001;
    overflow: hidden;
}

#page-animate ul {
    display: flex;
    height: 100%;
    width: 100%;
}

#page-animate ul li {
    width: calc(100% / 5);
    height: 100%;
    background-color: #FFFFFF;
}

#page-animate .logo-in {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 342px;
    height: 42px;
    /* animation: hide-img 0.7s linear 0.7s forwards; */
}

#page-animate .img-box {
    position: absolute;
    right: 0;
    left: 342px;
    width: 0;
    height: 42px;
    overflow: hidden;
    animation: show-img 1.5s ease-in-out forwards;
}

#page-animate .img-box img {
    position: absolute;
    right: 0;
    top: 0;
    width: 342px;
    height: 42px;
}

@keyframes show-img {
    30% {
        width: 342px;
        left: 0;
    }
    60% {
        width: 342px;
        left: 0;
        opacity: 1;
    }
    100% {
        width: 342px;
        left: 0;
        opacity: 0;
    }
}

@keyframes hide-img {
    60% {
        opacity: 1;
    }
    100% {
        /* transform: translate(-50%, 0%);
        top: 100%; */
        opacity: 0;
    }
}

.home-page .page1-content {
    width: 100%;
    height: 100vh;
}

.home-page .page1-content .swiper-1 .swiper-slide .img-box,
.home-page .page1-content .swiper-1 .swiper-slide .img-box .img {
    width: 100%;
    height: 100%;
    position: relative;
}

.home-page .page1-content .swiper-1 .swiper-slide .page1-mes {
    position: absolute;
    right: 0;
    bottom: 22%;
    width: 100%;
    z-index: 2;
}

.page1-mes .page1-mes-box .mes-p {
    font-size: 2.25rem;
    font-weight: 300;
    line-height: 3.75rem;
    color: #FFFFFF;
}

.page1-mes .page1-mes-box h3 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 3.75rem;
    color: #FFFFFF;
    text-align: right;
}

.page1-mes .page1-mes-box h3 span {
    color: #B4030B;
    font-weight: 500
}

.swiper-pagination-1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 1;
    position: relative;
    opacity: 0.4762;
    margin-right: 2.4rem!important;
}

.swiper-pagination-1 .swiper-pagination-bullet:last-child {
    margin-right: 0!important;
}

.swiper-pagination-1 .swiper-pagination-bullet::before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    position: absolute;
    opacity: 1;
}

.swiper-pagination-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    height: 24px;
    background: none;
    opacity: 1;
}


/* 容器 */

.progress-circle {
    --percent: 0;
    /* 百分数 */
    --size: 24px;
    /* 尺寸大小 */
    --border-width: 15px;
    /* 环形宽度（粗细） */
    --color: #fff;
    /* 主色 */
    --inactive-color: #ccc;
    /* 辅助色 */
}

.progress-circle {
    display: none;
    width: var(--size);
    height: var(--size);
    transform: rotate(-90deg);
    border-radius: 50%;
}

.progress-circle>circle {
    cx: 12px;
    cy: 12px;
    r: 11px;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
}

.progress-circle>circle.path-loop {
    stroke-dashoffset: 68;
    stroke-dasharray: 68;
}

.progress-circle>circle.opacity03 {
    opacity: 0.3;
}

.swiper-pagination-1 .swiper-pagination-bullet.swiper-pagination-bullet-active .progress-circle {
    display: block;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    left: auto;
    bottom: 5%;
    right: 27%;
    width: auto;
    display: inline-flex;
    align-items: center;
}

.figures-box {
    margin-top: 10vh;
    /* margin-bottom: 3.75rem; */
}

.figures-box .fig .num {
    position: relative;
}

.figures-box .fig .num i {
    position: absolute;
    right: 0;
    top: 0;
    font-style: normal;
    font-size: 2.375rem;
    font-weight: bold;
    line-height: normal;
    color: #FFFFFF;
}

.figures-box .fig .num p {
    font-size: 5.5rem;
    font-weight: 500;
    line-height: 6.75rem;
    color: #FFFFFF;
}

.figures-box .fig .num p span {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: #FFFFFF;
}

.figures-box .fig .text {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.75rem;
    color: #FFFFFF;
}

.line.line2 {
    /* width: 53%; */
}

.line.line3 {
    width: 1.125rem;
    height: auto;
}

.content-box1 {
    /* -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s; */
}

.content-box1 .dd {}

.content-box1 .dd-1 p {
    opacity: 0;
    -webkit-transform: translatex(200px);
    transform: translatex(200px);
    transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
}

.content-box1 .dd-1 h3 {
    opacity: 0;
    -webkit-transform: translatex(200px);
    transform: translatex(200px);
    transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
}

.content-box1 .dd-2 .fig {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}

.content-box1 .dd-2 .fig:nth-of-type(2) {
    transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
}

.content-box1 .dd-2 .fig:nth-of-type(3) {
    transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
}

.content-box1 .dd-2 {
    transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
}


/* .content-box1 .dd-3 {
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
} */

.line {
    /* width: 70%;
    height: 1.125rem;
    background: #FFFFFF; */
    width: 0;
    height: 1.125rem;
    background: #FFFFFF;
    position: absolute;
    bottom: 17%;
    left: 20%;
    -webkit-transform: translatex(0);
    transform: translatex(0);
    transition: width 0.7s cubic-bezier(0.25, 0.1, 0.25, 1) 0.7s;
    -webkit-transition: width 0.7s cubic-bezier(0.25, 0.1, 0.25, 1) 0.7s;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
}

.swiper-slide:nth-of-type(2n-1) .content-box1 {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.swiper-slide:nth-of-type(2n) .content-box1,
.swiper-slide:nth-of-type(3n) .content-box1 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.swiper-slide:nth-of-type(2n) .line,
.swiper-slide:nth-of-type(3n) .line {
    left: 0;
    /* right: 0%; */
    -webkit-transform: translatex(0);
    transform: translatex(0);
}

.swiper-1 .animationStart .content-box1 .dd p,
.swiper-1 .animationStart .content-box1 .dd .fig,
.swiper-1 .animationStart .content-box1 .dd h3 {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.content-box2 .dd {
    /* -webkit-transform: translatex(-100%);
    transform: translatex(-100%); */
}

.swiper-1 .swiper-slide:nth-of-type(1n) .letter {
    position: absolute;
    left: -5%;
    opacity: 0;
    top: 6.25rem;
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 1.4s, opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 1.4s;
    -webkit-transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 1.4s, opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 1.4s;
    width: 66%;
    min-width: calc((100% - 84%) / 2);
    transform: translate(-100%, 4%);

}

.swiper-1 .swiper-slide:nth-of-type(1n) .letter img {
    /* width: auto;
    height: 100%; */
    width: 100%;
}

.swiper-1 .swiper-slide:nth-of-type(2n) .letter,
.swiper-1 .swiper-slide:nth-of-type(3n) .letter {
    position: absolute;
    opacity: 0;
    top: auto;
    left: 15%;
    bottom: 0;
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 1.4s, opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 1.4s;
    -webkit-transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 1.4s, opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 1.4s;
    height: 17%;
}

.swiper-1 .swiper-slide:nth-of-type(2n) .letter img,
.swiper-1 .swiper-slide:nth-of-type(3n) .letter img {
    height: 100%;
    width: auto;
}

.swiper-1 .animationStart.swiper-slide:nth-of-type(2n) .dd p,
.swiper-1 .animationStart.swiper-slide:nth-of-type(2n).dd .fig,
.swiper-1 .animationStart.swiper-slide:nth-of-type(2n) .dd h3,
.swiper-1 .animationStart.swiper-slide:nth-of-type(3n) .dd p,
.swiper-1 .animationStart.swiper-slide:nth-of-type(3n) .dd .fig,
.swiper-1 .animationStart.swiper-slide:nth-of-type(3n) .dd h3 {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.swiper-1 {
    background: #333;
}

.swiper-1 .swiper-slide {
    /* transform: scale(0.9); */
    /* transition: all 0.5s ease-in-out; */
    position: relative;
    overflow: hidden;
    /* background: #333; */
}

.swiper-1 .swiper-slide.swiper-slide-active {
    /* transform: scale(1); */
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: auto;
    left: 3%;
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #FFFFFF;
    margin: 2.5rem;
    width: .5rem;
    height: .5rem;
}

.swiper-pagination-bullet-active {
    position: relative;
}

/* .swiper-1 .swiper-slide:nth-of-type(1n) .container {
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.5); border-right: 1px solid rgba(255, 255, 255, 0.5);
} */

/* .swiper-1 .swiper-slide:nth-of-type(1n) .container::before {} */

/* .swiper-pagination-bullet-active::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(./img/index/bullet-active.svg) no-repeat;
    background-size: cover;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 2;
} */

.section .page-wrap {
    opacity: 0;
    /* transform: scale(0.6); */
    transform: matrix(0.7, 0, 0, 0.7, 0, 0);
    transition: all 1s ease-in-out;
    min-height: 100%;
    height: 100%;
    min-width: 100%;
    width: 100%;
    /* background-color: rgb(57, 0, 148); */
    position: relative;
    z-index: 5;
}

.section.active .page-wrap {
    opacity: 1;
    transform: scale(1);
}

.page-nav {
    opacity: 0;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    /* padding: 1.125rem 2rem; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 101;
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-nav .div {
    flex: 1;
    position: relative;
}

.page-nav .zh-en a {
    /* color: #000000; */
}

.page-nav .page-nav-wrap {
    padding: 2rem 2rem 1.5rem;
}

.page-nav .page-nav-logo {
    /* width: 21.375rem; */
    height: 2.625rem;
}

.page-nav .page-nav-logo img {
    /* width: 100%; */
    height: 100%;
    transition: all 0.3s ease-in;
}

.color-white {
    color: #fff;
    /* transition: all 0.3s ease-in; */
}

.page-nav .page-nav-menu {
    cursor: pointer;
}

.page-nav .page-nav-menu i {
    font-size: 1rem;
    /* line-height: 2rem; */
}


/* page2 */
.page2 {
    overflow: hidden;
}

.page2-wrap {
    height: 100%;
    position: relative;
    padding-top: 10.25rem;
}

.page2-line {
    position: absolute;
    left: 0;
    bottom: 17%;
    width: 0%;
    height: 1.125rem;
    background: #B4030B;
    transition: all 0.5s ease-in-out;
}

.active .page2-line {
    width: 60%;
    transition-delay: 0.7s;
}

.page2-line1 {
    position: absolute;
    right: 0;
    top: 6.25rem;
    width: 1.625rem;
    height: 0;
    background: #B4030B;
    transition: all 0.5s ease-in-out;
    z-index: 2;
}

.active .page2-line1 {
    height: 29.6875rem;
    transition-delay: 0.7s;
}

.page2 .gmd {
    position: absolute;
    right: 20%;
    bottom: -30%;
    transition: all 0.5s ease-in-out;
}

.page2 .gmd.active {
    bottom: -2%;
}

.page2-content {
    padding-left: 3.375rem;
}

.page2-content .title-box {
    opacity: 0;
    animation-delay: 0.2s;
}

.page2-content .title-box h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.875rem;
    align-items: center;
    color: #B4030B;
}

.page2-content .content-box {
    padding-top: 5rem;
}

.page2-content .content-box .item .item-l {
    width: 40%;
    /* opacity: 0; */
    /* animation-delay: 1s; */
}

.page2-content .content-box .item .item-r {
    width: 48%;
    opacity: 0;
    /* animation-delay: 0.2s; */
}

.page2-content .content-box .item .item-r img {
    width: 100%;
}

.page2-content .content-box .item .item-l .title {
    opacity: 0;
    animation-delay: 0.4s;
}

.page2-content .content-box .item .item-l .text {
    opacity: 0;
    animation-delay: 0.5s;
}

.page2-content .content-box .item .item-l .more {
    opacity: 0;
    animation-delay: 0.6s;
}

.page2-content .content-box .item .item-l .title p {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.2;
    color: #333333;
}

.page2-content .content-box .item .item-l .title h4 {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.5;
    color: #333333;
}

.page2-content .content-box .item .item-l .text p {
    margin: 1rem 0 1rem;
    font-size: .875rem;
    font-weight: normal;
    line-height: 1.75rem;
    text-align: justify;
    color: #333333;
}

.page2-content .content-box .item .item-l .more {
    display: block;
    cursor: pointer;
    font-size: .875rem;
    font-weight: normal;
    line-height: 1.0625rem;
    align-items: center;
    text-decoration: underline;
    color: #000000;
}


/* page3 */
.page3 {
    overflow: hidden;
}

.page3-wrap {
    height: 100%;
    /* display: flex;
    flex-direction: column;
    justify-content: flex-end; */
}

.page3-content {
    padding-top: 10.25rem;
    height: 100%;
    position: relative;
}

.swiper-box {
    padding-top: 2rem;
}

.swiper-box .swiper-top-left {
    width: 29%;
    /* height: 24.75rem; */
    transform: translateY(-50%);
    transition: all .5s ease-in-out;

    /* display: flex;
    flex-direction: column;
    justify-content: space-around; */
}

.active .swiper-box .swiper-top-left {
    transform: translateY(0);
    transition-delay: 0.7s;
}

.swiper-box .swiper-top-left .title h4 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 4.5rem;
    color: #000000;
}

.swiper-box .swiper-top-left .text p {
    margin: 4rem 0 7.5rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.625rem;
    text-align: justify;
    color: #333333;
}

.swiper-box .swiper-top-left .more {
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 250;
    line-height: 1.0625rem;
    text-decoration: underline;
    color: #353535;
}

.swiper-box .swiper-top-right {
    width: 50%;
    position: relative;
}

.swiper-box .swiper-top-right::before {
    content: '';
    position: absolute;
    left: -3.75rem;
    top: 3.25rem;
    width: 100%;
    height: 95%;
    background: #5E5E5E;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
}

.active .swiper-box .swiper-top-right::before {
    transform: translateY(0);
    transition-delay: 0.7s;
}

.swiper-box .swiper-top-right .swiper {
    max-height: 24.75rem;
    height: 24.75rem;
    transform: translateY(-100%);
    transition: all 0.5s ease-in-out;
}

.active .swiper-box .swiper-top-right .swiper {
    transform: translateY(0);
    transition-delay: 0.7s;
}

.swiper-bottom  {
    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 17%;
    /* margin-top: 7rem; */
}

.swiper-bottom .swiper {
    transform: translateY(100%);
    transition: all 0.5s ease-in-out;
}

.active .swiper-bottom .swiper {
    transform: translateY(0%);
    transition-delay: 0.7s;
}

.swiper-bottom .swiper .swiper-slide {
    background: #FFFFFF;
}

.swiper-bottom .swiper .swiper-slide.swiper-slide-thumb-active {
    background: #B4030B;
}

.swiper-bottom .swiper .swiper-slide i {
    display: block;
    font-size: 3rem;
    color: #D8D8D8;
}

.swiper-bottom .swiper .swiper-slide.swiper-slide-thumb-active i {
    color: #FFFFFF;
}

.swiper-bottom .swiper .swiper-slide p {
    /* display: none; */
    /* margin-top: 2.875rem; */
    height: 33%;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.0625rem;
    text-align: center;
    color: #D8D8D8;
}

.swiper-bottom .swiper .swiper-slide.swiper-slide-thumb-active p {
    display: block;
    color: #FFFFFF;
}


/* page4 */

.page4-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.page4 .page4-title {
    position: absolute;
    left: 0;
    top: 20%;
    width: 100%;
    height: 40%;
    z-index: 2;
}

.page4 .page4-title .title-box h3 {
    padding-left: 3.375rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.875rem;
    color: #FFFFFF;
}

.swiper4-box {
    width: 100%;
    height: 100%;
}

.swiper-4 .swiper-slide {
    position: relative;
    overflow: hidden;
}

.page4 .con,
.swiper-4 .swiper-slide .con {
    position: absolute;
    bottom: 17%;
    width: 100%;
    z-index: 9;
    left: -100%;
}

.con-bg {
    position: absolute;
    left: -100%;
    top: 0;
    width: 48%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(13.6px);
    z-index: 2;
}

.con.active,
.con.active .con-bg,
.con.active .con-box::before {
    left: 0;
    transition: left 1s ease-in-out;
}

.con .con-box {
    position: relative;
    z-index: 2;
    width: 48%;
    padding: 1.875rem 3.125rem 2.375rem 3.125rem;
}

.con .con-box::before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 1rem;
    height: 100%;
    background: #B4030B;
}

.con .con-box .more {
    opacity: 0;
    transform: translateX(-100%);
    transition: all 1s ease-in-out;
    transition-delay: 0.7s;
}

.con.active .con-box .more {
    opacity: 1;
    transform: translateX(0%);
}

.con .con-box .title-box {
    transition: all 1s ease-in-out;
    animation-delay: 1s;
}

.swiper-4 .swiper-slide .con-box {
    display: none;
    position: relative;
    z-index: 2;
    width: 48%;
    padding: 1.875rem 3.125rem 2.375rem;
}

.swiper-4 .swiper-slide .con-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1rem;
    height: 100%;
    background: #B4030B;
}

.con .con-box .title-box h3,
.swiper-4 .swiper-slide .con-box .title-box h3 {
    font-size: 1.5625rem;
    font-weight: 500;
    line-height: 2.5rem;
    color: #333333;
}

.con .con-box .title-box p,
.swiper-4 .swiper-slide .con-box .title-box p {
    margin-top: 10px;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.75rem;
    text-align: justify;
    color: #333333;
}

.con .con-box .more,
.swiper-4 .swiper-slide .con-box .more {
    font-size: .875rem;
    font-weight: 250;
    line-height: 2.5rem;
    text-decoration: underline;
    color: #5A5A5A;
}

.swiper-4 .swiper-button-next,
.swiper-4 .swiper-button-prev {
    width: 3.5rem;
    height: 3.125rem;
    top: auto;
    bottom: 17%;
    background: #B4030B;
}

.swiper-4 .swiper-button-prev {
    left: 45%;
}

.swiper-4 .swiper-button-next {
    right: auto;
    left: calc(45% + 3.5rem);
}

.swiper-4 .swiper-button-next:after,
.swiper-4 .swiper-button-prev:after {
    font-size: .625rem;
    color: rgba(255, 255, 255, 0.8);
}

.swiper-4 .button {
    animation-delay: 0.1s;
}


/* .swiper-4 .swiper-slide {
    transform: scale(0.9);
    transition: all 1s ease-in-out;
}

.swiper-4 .swiper-slide.swiper-slide-active {
    transform: scale(1);
} */

.swiper-4 .swiper-slide .img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* transform: scale(0.9, 0.9); */
    transform: matrix(0.7, 0, 0, 0.7, 0, 0);
    transition-duration: 1s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}

.swiper-4 .swiper-slide .con-box .title-box {
    transform: translate3d(-140%, 0, 0);
    transition-duration: 1s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}


/* .page5 */

.new-ul {
    margin-left: 6.25rem;
}

.new-ul li {
    margin-right: 2.5rem;
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.5rem;
    color: #333333;
    position: relative;
}

.new-ul li.active {
    color: #B4030B;
}

.new-ul li::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.625rem;
    width: 100%;
    height: .25rem;
    background: #B4030B;
    opacity: 0;
}

.new-ul li.active::before {
    opacity: 1;
}

.new-content .li {
    display: none;
}

.new-content .li.active {
    display: block;
}

.page5-wrap {
    height: 83%;
}

.page5-wrap .page5-content {
    height: 100%;
    padding-top: 10.25rem;
    position: relative;
}

.page5 .title-box {
    opacity: 0;
    animation-delay: 0.5s;
}

.page5 .title-box h3 {
    /* margin-bottom: 3rem; */
    padding-left: 3.375rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.875rem;
    color: #000000;
}

.page5-con {
    margin-top: 3rem;
    /* max-height: 32.1875rem; */
}

.page5 .page5-l {
    width: 49%;
    flex: 1;
    opacity: 0;
}

.page5-l .item {
    position: relative;
    cursor: pointer;
    padding: 2.5rem 5.5rem 2.5rem 3.375rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.page5-l .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 3.75rem);
    height: 90%;    
    background: #B4030B;
    z-index: -1;
    opacity: 0;
}

.page5-l .item.active::before {
    opacity: 1;
}

.page5-l .item:last-child {
    border-bottom: none;
}

.page5-l .item p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75rem;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.page5-l .item .time {
    margin-left: 1.5rem;
    font-size: .875rem;
    font-weight: bold;
    line-height: 1.3125rem;
    color: #333333;
    text-wrap: nowrap;
}

.page5-l .item:hover,
.page5-l .item.active {
    /* background: #B4030B; */
}


/* .page5-l .item:hover p,
.page5-l .item:hover .time, */
.page5-l .item.active p,
.page5-l .item.active .time {
    color: #FFFFFF;
}

.page5 .page5-l .more {
    margin: 1.25rem 0 2.625rem;
    margin-right: 4.375rem;
    display: block;
    font-size: .875rem;
    font-weight: 250;
    line-height: 1.125rem;
    text-decoration: underline;
    text-align: right;
    color: #000000;
}

.page5 .page5-l .text {
    display: none;
}

.page5 .page5-r {
    width: 47%;
}

.page5 .page5-r .img-box {
    opacity: 0;
    animation-delay: 0.3s;
}

.page5 .page5-r .item {
    opacity: 0;
    animation-delay: 0.4s;
    margin: -3.5rem 0 0 3.75rem;
    padding: .875rem 1.75rem;
    background: #FFFFFF;
    border-bottom: 1rem solid #B4030B;
    position: relative;
    z-index: 2;
}

.page5 .page5-r .item .time {
    font-size: .875rem;
    font-weight: bold;
    line-height: 1.3125rem;
    color: #333333;
}

.page5 .page5-r .item p {
    margin: .375rem 0 .625rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75rem;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.page5 .page5-r .item .text {
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.3125rem;
    color: #333333;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page5 .page-footer {
    height: 17%;
    border-top: 1px solid rgba(207, 207, 207, 0.7424);

}

.page5 .page-footer .le {
    flex: 1;
    height: 100%;
    border-right: 1px solid rgba(207, 207, 207, 0.7424);
}

.page5 .page-footer .ri {
    flex: 1;
    height: 100%;
    border-left: 1px solid rgba(207, 207, 207, 0.7424);
}

.page5 .footer-con {
    position: relative;
    /* height: 100%; */
}
.page5 .footer-con::before {
    content: '';
    position: absolute;
    left: -100%;
    /* top: 0; */
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #363636;
}

.page5 .page-footer .ul {
    width: 100%;
    padding: 2.25rem 0;
    background: #363636;
}

.page5 .page-footer .ul li {
    margin-left: 3.375rem;
    list-style: none;
    font-size: .875rem;
    font-weight: normal;
    line-height: 1.125rem;
    color: #FFFFFF;
}

.page5 .page-footer .ul li::after {
    margin-right: 0;
}

.move {
    cursor: pointer;
    position: fixed;
    right: 0%;
    bottom: 0%;
    
    width: calc((100% - 1440px) / 2);
    min-width: calc((100% - 84%)/2);

    height: 17%;
    overflow: hidden;
    z-index: 112;
}

.move .move-bg {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(20px);
    z-index: -1;
    transition: all 0.5s;
    transition-delay: 1s;
}

.move.first .move-bg {
    right: 0;
}

.move i {
    width: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 1.5rem;
    color: #FFFFFF;
}

.whiteline {
    position: absolute;
    background: #fff;
    z-index: 111;
}

.whiteline.top {
    width: 0;
    height: 1px;
    top: 6.125rem;
    left: 0;
    /* transition-delay: 0.2s; */
}

.animationStart .whiteline.top {
    width: 100%;
}

.whiteline.left {
    width: 1px;
    height: 0%;
    /* left: 10%; */
    left: 12.5%;
    top: 0;
    /* transition-delay: 0.3s; */
}

.animationStart .whiteline.left {
    height: 100%;
}

.whiteline.bottom {
    width: 0%;
    height: 1px;
    bottom: 17%;
    right: 0;
    /* transition-delay: 0.2s; */
}

.animationStart .whiteline.bottom {
    width: 100%;
}

.whiteline.right {
    width: 1px;
    height: 0%;
    /* right: 10%; */
    right: 12.5%;
    top: 0;
    /* transition-delay: 0.3s; */
}

.animationStart .whiteline.right {
    height: 100%;
}

.whiteline.right-1 {
    width: 1px;
    height: 0%;
    right: 20%;
    top: 6.125rem;
    /* transition-delay: 0.8s; */
}

.animationStart .whiteline.right-1 {
    height: 100%;
}

.whiteline.right-2 {
    width: 1px;
    height: 0%;
    right: 45%;
    top: 6.125rem;
    /* transition-delay: 1s; */
}

.animationStart .whiteline.right-2 {
    height: 100%;
}

.whiteline.right-center {
    width: 0%;
    height: 1px;
    top: 57%;
    right: 0;
    /* transition-delay: 1s; */
}

.animationStart .whiteline.right-center {
    width: 45%;
}

.whiteline.left-top-right-bottom {
    width: 0%;
    height: 1px;
    top: 57%;
    left: 55%;
    transform: rotate(26.3deg) translate(0%, 0);
    transform-origin: left top;
    /* transition-delay: 1.3s; */
}

.animationStart .whiteline.left-top-right-bottom {
    /* width: 51%; */
    /* width: 78.1%; */
    width: 28%;
}

.whiteline.right-top-left-bottom {
    width: 0%;
    height: 1px;
    top: 6.125rem;
    right: 20%;
    transform: rotate(305.8deg) translate(0%, 0);
    transform-origin: right top;
    /* transition-delay: 1.5s; */
}

.animationStart .whiteline.right-top-left-bottom {
    width: 42.8%;
}

.swiper-slide .slide-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 111;

    display: flex;
}

.swiper-slide .slide-box .border-left, .border-right {
    flex: 1;
    /* height: 100%; */
    height: 0;

    transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.animationStart .slide-box .border-left,
.animationStart .slide-box .border-right {
    height: 100%;
}

.swiper-slide .slide-box .border-left {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.swiper-slide .slide-box .border-right {
    border-left: 1px solid rgba(255, 255, 255, 0.5)
}

.page2 .slide-box,
.page3 .slide-box,
.page4 .slide-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}
.page4 .slide-box {
    transform: scaleX(-1);
    z-index: 2;
}

.page2 .whiteline,
.page3 .whiteline {
    /* opacity: 0.497;
    background-color: #929292; */
    opacity: 0.1;
    background: #000000;
}

.page4 .whiteline {
    background-color: #FFFFFF;
}

.page2 .whiteline.top,
.page3 .whiteline.top,
.page4 .whiteline.top {
    width: 100%;
}

.page2 .whiteline.left,
.page3 .whiteline.left,
.page4 .whiteline.left  {
    height: 100%;
}

.page2 .whiteline.bottom,
.page3 .whiteline.bottom,
.page4 .whiteline.bottom {
    width: 100%;
}

.page2  .whiteline.right,
.page3  .whiteline.right,
.page4  .whiteline.right {
    height: 100%;
}

.page2 .whiteline.right-1,
.page3 .whiteline.right-1,
.page4 .whiteline.right-1 {
    height: 100%;
}
.page2 .whiteline.right-2,
.page3 .whiteline.right-2,
.page4 .whiteline.right-2 {
    height: 100%;
}
.page2 .whiteline.right-center,
.page3 .whiteline.right-center,
.page4 .whiteline.right-center {
    width: 45%;
}
.page2 .whiteline.left-top-right-bottom,
.page3 .whiteline.left-top-right-bottom,
.page4 .whiteline.left-top-right-bottom {
    /* width: 51%; */
    /* width: 78.1%; */
    width: 28%;
}

.page2 .whiteline.right-top-left-bottom,
.page3 .whiteline.right-top-left-bottom,
.page4 .whiteline.right-top-left-bottom {
    width: 42.8%;
}

.page2.active .png-line,
.page3.active .png-line,
.page4.active .png-line {
    width: 25%;
    color: #929292;
}


.swiper-slide:nth-of-type(2n-1) .slide-box {
    transform: scaleX(-1);
}

.swiper-slide:nth-of-type(2n) .slide-box {
    transform: scaleX(1);
}

.swiper-slide:nth-of-type(3n) .slide-box {
    transform: scaleX(1);
}

.whiteline {
    opacity: 0.5;
    transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.animationStart {}

.animationStart .content-box1 .dd {
    /* transition: all 1s ease-out 1s; */
    /* -webkit-transition: all 1s ease-out 1s; */
}

.animationStart .content-box2 .dd {
    /* transition: all 1s ease-out 1s; */
    /* -webkit-transition: all 1s ease-out 1s; */
}

.animationStart .line,
.animationStart.swiper-slide:nth-of-type(2n) .line,
.animationStart.swiper-slide:nth-of-type(3n) .line {
    width: 55%;
}

.png-line {
    position: absolute;
    right: 20%;
    top: 6.125rem;
    width: 0;
    height: calc(61% - 6.125rem);
    transform: scaleX(-1);
    transition: all 0.8s cubic-bezier(0.25, 0.1, 0.25, 1) 0.7s;
    overflow: hidden;
}

.swiper-slide:nth-of-type(2n) .png-line,
.swiper-slide:nth-of-type(3n) .png-line {
    right: 20%;
    top: 6.125rem;
    width: 0;
    height: calc(61% - 6.125rem);
}

.png-line img {
    /* width: 100%; */
    height: 100%;
}

.animationStart .png-line,
.animationStart.swiper-slide:nth-of-type(2n) .png-line,
.animationStart.swiper-slide:nth-of-type(3n) .png-line {
    width: 25%;
}

.animationStart.swiper-slide:nth-of-type(1n) .letter {
    /* transform: scaleX(-1) rotate(270deg) translate(-46%, 89%); */
    /* opacity: 0.35; */
    transform: translate(0%, 4%);
    opacity: 1;
}

.animationStart.swiper-slide:nth-of-type(2n) .letter,
.animationStart.swiper-slide:nth-of-type(3n) .letter {
    transform: translateY(10%);
    opacity: 0.35;
}


#nav {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(135, 135, 135, 0.5);
    backdrop-filter: blur(31px);
    z-index: 120;
}

#nav.active {
    display: block;
}

#nav .nav-box {
    width: 100%;
    height: 100%;
}

#nav .nav-ul {
    padding-top: 9.125rem;
    height: 100%;
    background: #4C4C4C;
    position: relative;
}

#nav .nav-ul .close {
    cursor: pointer;
    position: absolute;
    right: 28%;
    top: 36px;
    width: 30px;
    height: 30px;
    font-size: 2.5rem;
    color: #fff;
}

#nav .nav-ul .menu-li-item {
    /* margin-bottom: 1rem; */
    padding-right: 6.25rem;
}

#nav .nav-ul .menu-li-item a {
    min-width: 12.5rem;
    display: inline-block;
    padding: 1.875rem 5rem;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: rgba(255, 255, 255, 0.75);
}

#nav .nav-ul .menu-li-item.active a {
    color: #FFFFFF;
}

#nav .nav-ul .menu-li-item.active {
    background: #B4030B;
}


#nav .nav-item-right {
    /* display: none; */
}

#nav .nav-item-right .nav-ol {
    display: none;
    padding-top: 9.125rem;
    height: 100%;
    background: #FFFFFF;
    transition: all 0.3s ease-in;
}

#nav .nav-item-right .nav-ol:first-child {
    opacity: 0;
}

#nav .nav-item-right .nav-ol.active {
    display: block;
}

#nav .nav-item-right .nav-ol li {
    /* min-width: 21.25rem; */
    width: 0;
    transition: width 0.3s ease-in;
}

#nav .nav-item-right .nav-ol.active li {
    width: auto;
    min-width: 21.25rem;
    transition: width 0.3s ease-in;
}

#nav .nav-item-right .nav-ol li a {
    display: inline-block;
    padding: 1.375rem 5rem;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.375rem; 
    color: rgba(0, 0, 0, 0.48);
}

#nav .nav-item-right .nav-ol li:hover {
    background: #B4030B;
}

#nav .nav-item-right .nav-ol li:hover a {
    color: #FFFFFF;
}


@media screen and (max-width:1760px) {
    #fullPage-nav.right {
        right: 1%;
    }
}

@media screen and (max-width:1280px) {
    .con-bg,
    .con .con-box,
    .swiper-4 .swiper-slide .con-box {
        width: 60%;
    }

    .swiper-4 .swiper-button-prev {
        left: 55.5%;
    }
    .swiper-4 .swiper-button-next {
        left: calc(55.5% + 3.5rem);
    }
}

@media screen and (max-width:1000px) {
    /* .page-nav .page-nav-menu {
        margin-right: 4rem;
    } */

    .page2-content,
    .page4 .page4-title .title-box h3 {
        padding-left: 1rem;
    }

    .page5 .page-footer .ul li {
        /* margin-left: 1rem; */
    }
}

@media screen and (max-width:768px) {
    .move {
        display: none !important;
     }
     .whiteline.left {
        left: 10%;
     }
     .whiteline.right {
        right: 10%;
     }
    .page-nav .page-nav-wrap {
       padding: 2rem 0 1.5rem;
   }
   .page-nav .page-nav-menu {
       margin-right: 6rem;
   }
}

@media screen and (max-width:750px) {
    
    .swiper-1 .swiper-slide:nth-of-type(2n) .letter,
    .swiper-1 .swiper-slide:nth-of-type(3n) .letter {
        height: 5%;
    }
    .content-box1 .dd {
        width: 100%;
        /* flex: 1; */
        max-width: 100%;
    }
    .page1-mes .page1-mes-box .mes-p {
        font-size: 1.5rem;
    }
    .page1-mes .page1-mes-box h3 {
        font-size: 2rem;
    }
    .figures-box .fig .num p {
        font-size: 3.5rem;
    }

    #fullPage-nav.right {
        right: 2%;
    }

    /* page2 */
    
    .page2-content .content-box {
        padding-top: 2rem;
    }

    .page2-content .content-box .item .item-l, 
    .page2-content .content-box .item .item-r {
        width: 100%;
        max-width: 100%;
    }

    .page2-content .content-box .item .item-r {
        margin-top: 1.5rem;
    }

    .page2-content .content-box .item .item-l .text p {
        margin: 1rem 0 2rem;
    }

    .page2-line1.active {
        height: 0;
    }
    .page2 .gmd {
        width: 100%;
        right: 0;
    }
    .page2 .gmd img {
        width: 100%;
    }
    .page2-line {
        bottom: 12%;
    }

    /* page3 */
    .swiper-box .swiper-top-left {
        width: 100%;
    }
    .swiper-box .swiper-top-right {
        width: 100%;
        margin-top: 3.5rem;
    }

    .swiper-box .swiper-top-left .text p {
        margin: 1rem 0;
    }

    .swiper-box .swiper-top-right .swiper {
        height: 20rem;
    }


    /* page4 */
    .con-bg,
    .con .con-box,
    .swiper-4 .swiper-slide .con-box {
        width: 84%;
        padding-right: 10px;
    }

    .swiper-4 .swiper-button-prev {
        left: 80%;
    }
    .swiper-4 .swiper-button-next {
        left: calc(80% + 3.5rem)
    }

    /* page5 */
    .page5 .title-box h3 {
        margin-bottom: 1.5rem;
        padding-left: 1rem;
    }

    .page5 .page5-l,
    .page5 .page5-r {
        width: 100%;
    }

    .page5-l .item {
        padding: 1.5rem;
    }
    .page5 .page5-l .more {
        margin: 1rem 0 1.5rem;
    }
    .page5 .page5-r .item {
        margin-top: -7.5rem;
    }
    .page5-wrap {
        height: 87%;
    }
    .page5 .page-footer {
        height: 13%;
    }
    .page5 .page-footer .ul {
        padding: 1.25rem 0;
    }
}

@media screen and (max-width:750px) {
    #nav .nav-ul .menu-li-item {
        padding-right: 2rem;
    }
    #nav .nav-ul .menu-li-item a {
        padding: 1.5rem 2rem;
    }

    #nav .nav-item-right .nav-ol.active li {
        min-width: 16.25rem;
    }
    #nav .nav-item-right .nav-ol.active li a {
        padding: 1.375rem 3rem;
    }
}
