html,
body {
    perspective: 1000px;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    overflow: hidden;
    transform-origin: 0 0;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    z-index: 99;
    right: 1%;
}

.swiper-pagination-bullet {
    width: 27px;
    height: 27px;
    margin: 0 0 20px;
    background: url(../images/page_icon.png) no-repeat center center;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: url(../images/page_icona.png) no-repeat center center;
}

.wrap {
    display: flex;
    position: relative;
    z-index: 6;
    width: 100%;
    height: 100%;
    padding: 5.4vw 0 0;
}


/* 第1部分 */

.part1 {
    position: relative;
    background: url(../images/video_img.jpg) no-repeat center 0/100%;
}

.part1-down {
    position: absolute;
    z-index: 20;
    left: 0;
    bottom: 2vw;
    width: 100%;
    text-align: center;
}

.part1-down img {
    width: 6.4vw;
}


/* 第2部分 */

.part2 {
    position: relative;
    background: url(../images/part2_bg.jpg) no-repeat center 0/cover;
}

#mydiv {
    position: absolute;
    z-index: 12;
    left: 0;
    top: 0;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

#canvasBox {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.part2 .wrap {
    align-items: center;
    position: relative;
    z-index: 50;
}

.part2-main {
    display: flex;
    justify-content: space-between;
    width: 66vw;
    margin: 0 auto;
    user-select: none;
}

.part2-left {
    width: 27vw;
}

.part2-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 27vw;
}

.part2-shape {
    display: flex;
    width: 19.2vw;
    padding: 3vw 0 3.2vw;
}

.part2-shape1 {
    justify-content: flex-start;
    margin-left: 2vw;
    color: #669dff;
    background: url(../images/part2_shape1.png) no-repeat 0 center/100% 10vw;
}

.part2-shape2 {
    justify-content: flex-start;
    color: #80e6ff;
    background: url(../images/part2_shape2.png) no-repeat 0 center/100% 10vw;
}

.part2-shape3 {
    justify-content: flex-start;
    margin-left: 2vw;
    color: #ffba69;
    background: url(../images/part2_shape3.png) no-repeat 0 center/100% 10vw;
}

.part2-shape3 a {
    margin-top: 2px;
}

.part2-shape4 {
    justify-content: flex-end;
    margin-right: 2vw;
    color: #669dff;
    background: url(../images/part2_shape4.png) no-repeat right center/100% 10vw;
}

.part2-shape5 {
    justify-content: flex-end;
    color: #80e6ff;
    background: url(../images/part2_shape5.png) no-repeat right center/100% 10vw;
}

.part2-shape6 {
    justify-content: flex-end;
    margin-right: 2vw;
    color: #ffba69;
    background: url(../images/part2_shape6.png) no-repeat right center/100% 10vw;
}

.part2-num {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 10vw;
    padding: 1.1vw 0;
    font-size: 1vw;
    line-height: 1vw;
}

.part2-num span {
    padding: 0 2px;
    font-size: 2.4vw;
    line-height: 2vw;
    color: #fff;
}

.part2-p {
    display: block;
    position: relative;
    width: 9.2vw;
    padding: 1vw 0;
    font-size: 1.2vw;
    line-height: 2vw;
    color: #fff;
}

.part2-left .part2-p {
    padding-left: 1vw;
}

.part2-right .part2-p {
    text-align: right;
    padding-right: 1vw;
}

.part2-shape a::before {
    content: '';
    position: absolute;
    top: 0;
    color: #fff;
    width: 3vw;
    height: 4.1vw;
    background: url(../images/part2_arrow1.png) no-repeat center center/100% 4.1vw;
    opacity: 0;
    transition: 0.3s;
}

.part2-left .part2-shape a::before {
    content: '';
    position: absolute;
    top: 0;
    color: #fff;
    width: 3vw;
    height: 4.1vw;
    background: url(../images/part2_arrow1.png) no-repeat right center/100% 4.1vw;
    opacity: 0;
    transition: 0.3s opacity, 0.3s transform;
    transform: translate3d(-50%, 0, 0);
}

.part2-right .part2-shape a::before {
    content: '';
    position: absolute;
    top: 0;
    color: #fff;
    width: 3vw;
    height: 4.1vw;
    background: url(../images/part2_arrow2.png) no-repeat 0 center/100% 4.1vw;
    opacity: 0;
    transition: 0.3s opacity, 0.3s transform;
    transform: translate3d(50%, 0, 0);
}

.part2-shape a:hover {
    color: #fff;
}

.part2-main .part2-shape a:hover::before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.part2-shape1 a:hover::before {
    right: -2.9vw;
    top: 1px;
    opacity: 1;
}

.part2-shape2 a:hover::before {
    right: -2.9vw;
    top: 2px;
}

.part2-shape3 a:hover::before {
    right: -2.85vw;
}

.part2-shape4 a:hover::before {
    left: -2.9vw;
    top: 1px;
}

.part2-shape5 a:hover::before {
    left: -2.9vw;
    top: 2px;
}

.part2-shape6 a:hover::before {
    left: -2.85vw;
    top: 1px;
}


/* 第3部分 */

.part3 {
    position: relative;
    background: #fff url(../images/part3_shape.png) no-repeat center bottom / 100%;
}

.part3-main {
    width: 100%;
}

.part3-nav {
    padding: 0;
    background: #e8e9ee;
}

.part3-nav ul {
    display: flex;
    justify-content: center;
}

.part3-nav ul li {
    padding: 0;
}

.part3-nav ul a {
    display: block;
    position: relative;
    width: 10vw;
    padding: 3vw 0;
    text-align: center;
    background: url(../images/part3_dashed.png) no-repeat 0 center;
}

.part3-nav ul li:nth-child(1) a {
    background: none;
}

.part3-nav-icon {
    position: relative;
}

.part3-nav-icon i {
    display: block;
    transition: 0.5s;
}

.part3-nav-icon span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.5s;
}

.part3-nav-icon img {
    height: 3vw;
}

.part3-nav ul a p {
    margin-top: 0.2vw;
    font-size: 0.9vw;
    line-height: 1.4vw;
    color: #000;
}

.part3-nav ul li a:hover .part3-nav-icon i {
    opacity: 0;
}

.part3-nav ul li a:hover .part3-nav-icon span {
    opacity: 1;
}

.part3-nav ul li a:hover p {
    color: #04287e;
}

.part3-nav ul li a:hover::before {
    content: '';
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: -1.2vw;
    width: 100%;
    height: 1.2vw;
    background: url(../images/part3_nav.png) no-repeat center 0/2.4vw;
}

.part3-nav ul li.active a .part3-nav-icon i {
    opacity: 0;
}

.part3-nav ul li.active a .part3-nav-icon span {
    opacity: 1;
}

.part3-nav ul li.active a p {
    color: #04287e;
}

.part3-nav ul li.active a::before {
    content: '';
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: -1.2vw;
    width: 100%;
    height: 1.2vw;
    background: url(../images/part3_nav.png) no-repeat center 0/2.4vw;
}

.part3-box {
    position: relative;
    width: 80vw;
    height: 21.4vw;
    overflow: hidden;
    margin: 3vw auto 0;
}

.part3-line {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0;
}

.part3-line.active {
    opacity: 1;
    z-index: 10;
}

.part3-line ul {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
}

.part3-line ul li {
    width: 27vw;
    padding: 0 0.5vw;
}

.part3-line ul a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 2px solid #04287e;
}

.part3-line a i {
    display: block;
    overflow: hidden;
}

.part3-line a i img {
    width: 100%;
    transition: 0.3s;
}

.part3-line a p {
    padding: 0 0.5vw;
    font-size: 0.9vw;
    line-height: 2.4vw;
    color: #fff;
    text-align: center;
    background: #04287e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pic-li-layer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    width: 6.2vw;
    height: 5.2vw;
    background: url(../images/part3_three.png) no-repeat right 0/100%;
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
    transition: 0.3s;
}

.pic-li-layer span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.7vw;
    height: 3.7vw;
    border: 2px solid #000;
    background: #04287e;
    border-radius: 50%;
}

.pic-li-layer img {
    width: 100%;
}

.part3-line ul a:hover i img {
    transform: scale(1.2);
}

.part3-line ul a:hover .pic-li-layer {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}


/* 第4部分 */

.part4 {
    position: relative;
    background: url(../images/part4_bg.jpg) no-repeat center 0 / cover;
}

.star {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.part4 .wrap {
    align-items: center;
}

.part4-main {
    position: relative;
    width: 75vw;
    margin: 0 auto;
    padding: 8vw 0 2vw;
    text-align: center;
}

.part4-box {
    position: relative;
    z-index: 1;
    width: 40vw;
    margin: 0 auto;
}

.part4-title {
    font-weight: bold;
    font-size: 2.4vw;
    line-height: 3vw;
    color: #fff;
}

.part4-detail {
    margin: 1vw 0 2.4vw;
    font-size: 1.2vw;
    line-height: 1.5vw;
    color: #fff;
}

.part4-more {
    width: 6.4vw;
    margin: 0 auto;
}

.part4-more a {
    display: block;
    font-size: 0.9vw;
    line-height: 2vw;
    color: #fff;
    border: 1px solid #fff;
}

.part4-more a:hover {
    background: #04287e;
}

.part4-li {
    position: absolute;
    z-index: 1;
}

.part4-li1 {
    left: 0;
    bottom: 0;
}

.part4-li2 {
    left: 50%;
    top: -6vw;
    margin-left: -4.7vw;
}

.part4-li3 {
    right: 0;
    bottom: 0;
}

.part4-li a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: 9.4vw;
    height: 9.4vw;
}

.part4-li a i {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: url(../images/part4_circle1.png) no-repeat center center/100%;
    animation: rotate1 7s linear infinite;
}

.part4-li a span {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: url(../images/part4_circle2.png) no-repeat center center/100%;
    animation: rotate2 8s linear infinite;
}

.part4-li a p {
    position: relative;
    z-index: 10;
    width: 3.6vw;
    font-size: 1.5vw;
    line-height: 1.6vw;
    text-align: center;
    color: #fff;
}

.part4-li a:hover i {
    animation-play-state: paused;
}

.part4-li a:hover span {
    animation-play-state: paused;
}

@keyframes rotate1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate2 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}


/* 第5部分 */

.part5 {
    position: relative;
    background: url(../images/part5_bg.jpg) no-repeat center 0 / cover;
}

.part5.swiper-slide-active .part5-bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    animation: scales 12s;
}

.part5-bg img {
    width: 100%;
}

@keyframes scales {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.part5 .wrap {
    align-items: center;
}

.part5-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 84vw;
    margin: 0 auto;
}

.part5-left {
    width: 28vw;
}

.part5-title {
    padding: 0 0 3vw;
    text-align: left;
}

.part5-small {
    display: flex;
    align-items: center;
    color: #000;
}

.part5-small span {
    font-size: 0.9vw;
    line-height: 1.4vw;
}

.part5-small i {
    display: block;
    line-height: 1;
    padding-left: 1.6vw;
}

.part5-big {
    font-size: 2.4vw;
    line-height: 3vw;
    color: #04287e;
}

.part5-big span {
    color: #9f1919;
}

.part5-new a {
    display: block;
    color: #000;
    transition: 0.3s;
}

.part5-new-title {
    margin: 0 0 1vw;
    padding: 0.8vw 0;
    font-size: 1.2vw;
    line-height: 1.5vw;
    border-bottom: 1px dashed #000000;
}

.part5-new-p {
    height: 7vw;
    overflow: hidden;
    font-size: 0.9vw;
    line-height: 1.4vw;
}

.part5-new-time {
    font-size: 0.9vw;
    line-height: 1vw;
    color: #666666;
}

.part5-new-time span {
    font-size: 1.2vw;
    color: #9f1919;
}

.part5-new-more {
    margin: 4vw 0 0;
    width: 6.8vw;
    font-size: 0.9vw;
    line-height: 1.8vw;
    text-align: center;
    border: 1px solid #000;
}

.part5-new a:hover {
    transform: translate3d(-2vw, 0, 0);
}

.part5-right {
    width: 50vw;
    padding: 12vw 0 0;
}

.part5-right ul {
    display: flex;
}

.part5-right ul li {
    width: 33.33%;
    padding: 0 0.5vw;
}

.part5-right ul a {
    display: block;
    position: relative;
    overflow: hidden;
}

.part5-right ul a i {
    display: block;
    overflow: hidden;
    background: #000;
    border-radius: 10px;
}

.part5-right ul a img {
    width: 100%;
    opacity: 0.6;
}

.part5-li-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10vw 0 0 2vw;
    transform: translate3d(0, 2vw, 0);
    color: #fff;
    transition: 0.3s;
}

.part5-li-en {
    font-size: 1vw;
    line-height: 1vw;
    text-transform: capitalize;
}

.part5-li-ch {
    padding: 1vw 0 2vw;
    font-size: 1.2vw;
    line-height: 1.6vw;
}

.part5-li-more {
    width: 9vw;
    opacity: 0;
    transition: 0.3s;
}

.part5-li-more span {
    display: block;
    font-size: 0.9vw;
    line-height: 1.8vw;
    color: #fff;
    text-align: center;
    background: #fe0000;
}

.part5-right ul a:hover img {
    opacity: 1;
}

.part5-right ul a:hover .part5-li-layer {
    transform: translate3d(0, -1vw, 0);
}

.part5-right ul a:hover .part5-li-more {
    opacity: 1;
}


/* 第6部分 */

.part6 {
    position: relative;
}

.part6-video {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
}

.part6-video video {
    width: 100%;
}

.part6 .wrap {
    align-items: center;
}

.part6-main {
    width: 100%;
}

.part6-ul {
    perspective: 1000px;
    display: flex;
    justify-content: center;
    padding: 0 0 4vw;
    overflow: hidden;
}

.part6-li {
    position: relative;
    width: 20vw;
    padding: 0 0.5vw;
    text-align: center;
    background: url(../images/part6_border.png) no-repeat 0 0;
    cursor: pointer;
}

.part6-li:nth-child(1) {
    background: none;
}

.part6-li-font {
    position: relative;
    height: 9.2vw;
    overflow: hidden;
}

.part6-li-en {
    transform-origin: center 0;
    transition: 0.6s;
}

.part6-li-en img {
    height: 9.2vw;
}

.part6-li-ch {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    text-align: center;
    transform: translate3d(0, 100%, 0);
    transition: 0.6s;
}

.part6-li-ch img {
    height: 9.2vw;
}

.part6-li-info {
    padding: 3vw 0 0;
    font-size: 1.2vw;
    line-height: 1.8vw;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    transform-origin: center 0;
    transition: 0.6s;
}

.part6-li-layer {
    position: absolute;
    left: 0;
    bottom: -3vw;
    width: 100%;
    height: 9vw;
    background: url(../images/part6_info.png) no-repeat center 0/15vw;
    color: #fff;
    opacity: 0;
    transform: rotateX(120deg);
    transform-origin: center bottom;
    transition: 0.6s;
}

.part6-li-p {
    display: block;
    height: 7.6vw;
    padding: 4vw 4vw 0;
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #fff;
}

.part6-li-title {
    display: flex;
    justify-content: center;
    width: 6vw;
    margin: 0 auto;
    font-size: 0.9vw;
    line-height: 1.4vw;
    color: #fff;
    background: url(../images/part6_title.png) no-repeat center 0/6vw;
}

.part6-li-title pre {
    font-family: "Microsoft Yahei";
}

.part6-li:hover .part6-li-en {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
}

.part6-li:hover .part6-li-ch {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.part6-li:hover .part6-li-ch img {
    transform: scale(1);
}

.part6-li:hover .part6-li-info {
    opacity: 0;
    transform: rotateX(120deg) translate3d(0, 0, 0);
    transition-delay: 0.1s
}

.part6-li:hover .part6-li-layer {
    opacity: 1;
    transform: rotateX(0);
    transition-delay: 0.2s;
}

footer {
    display: flex;
    position: absolute;
    z-index: 50;
    left: 14vw;
    bottom: 2vw;
    font-size: 0.9vw;
    line-height: 1.2vw;
}

footer p {
    padding-right: 5px;
    color: #fff;
}

footer a {
    padding-right: 5px;
    color: #fff;
}