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: 42px;
    height: 42px;
    margin: 0 0 10px;
    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: 100px 0 0;
    border-bottom: 5px solid #db0010;
}


/* 第1部分 */

.part1 {
    position: relative;
    background: url(../images/video_bg.jpg) no-repeat center 0/cover;
    border-bottom: 5px solid #db0010;
}

.video-layer {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 40%;
}

/* 动画 */
.part1.swiper-slide-active .video-layer {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
    transition: 1s 3s;
}



/* 第2部分 */

.part2 {
    position: relative;
    background: url(../images/part2_bg.jpg) no-repeat center 0 / cover;
}

.part2 .wrap {
    align-items: center;
    background: url(../images/part2_box.png) no-repeat center center/auto 100%;
}

.part2-main {
    width: 1200px;
    margin: 0 auto;
}

.part2-logo {
    text-align: center;
    opacity: 0;
    transition: 1s;
}

.part2-name {
    padding: 45px 0;
    text-align: center;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    transition: 1s;
}

.part2-ch {
    font: bold 36px/42px '微软雅黑';
    color: #c51920;
}

.part2-en {
    font: 400 16px/30px '微软雅黑';
    color: #b3b3b3;
}

.part2-box {
    display: flex;
    justify-content: space-between;
}

.part2-li {
    width: 135px;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    transition: 1s;
}

.part2-li a {
    display: block;
}

.part2-li-icon {
    text-align: center;
}

.part2-li-ch {
    margin: 16px 0;
    padding: 0 35px;
    font: 400 24px/1 '微软雅黑';
    color: #db0010;
    text-align: center;
    background: url(../images/part2_shu.png) no-repeat center 0/2px 0;
    transition: 0.6s;
}

.part2-li-en {
    font: 400 12px/16px '微软雅黑';
    color: #999999;
    text-align: center;
}

.part2-li a:hover .part2-li-ch {
    padding-top: 120px;
    background-size: 2px 100px;
}


.part2-center {
    width: 800px;
    text-align: center;
}

.part2-p {
    height: 216px;
    overflow: hidden;
    font: 400 18px/36px '微软雅黑';
    color: #000;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    transition: 1s;
}

.part2-more {
    width: 180px;
    margin: 0 auto 60px;
    padding: 0 15px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px dashed #000;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    transition: 1s;
}

.part2-more a {
    display: block;
    padding: 10px 0;
    font: 400 16px/30px '微软雅黑';
    color: #000;
    text-align: left;
    background: url(../images/part_arrow_b.png) no-repeat right center;
    transition: 0.3s;
}

.part2-more a:hover {
    margin: 0 10px;
}

.part2-center-en {
    font: 400 12px/18px '微软雅黑';
    color: #d81e06;
    text-align: center;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    transition: 1s;
}

/* 动画 */
.part2.swiper-slide-active .part2-logo {
    opacity: 1;
    transform: rotate(360deg);
    transition-delay: 1.2s;
}

.part2.swiper-slide-active .part2-name {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.6s;
}

.part2.swiper-slide-active .part2-li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
}

.part2.swiper-slide-active .part2-p {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
}

.part2.swiper-slide-active .part2-more {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2.4s;
}

.part2.swiper-slide-active .part2-center-en {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2.6s;
}


/* 第3部分 */

.part3 {
    position: relative;
    background: url(../images/part3_bg.jpg) no-repeat center 0 / cover;
}

.part3 .wrap {
    padding: 200px 0 0;
}

.part3-main {
    width: 1200px;
    margin: 0 auto;
}

.part-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 60px;
}

.part-logo {
    padding: 0 30px 0 0;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
    transition: 1s;
}

.part-name {
    text-align: left;
    opacity: 0;
    transform: translate3d(50%, 0, 0);
    transition: 1s;
}

.part-ch {
    font: bold 40px/48px '微软雅黑';
    color: #000000;
}

.part-ch span {
    color: #c41820;
}

.part-en {
    font: 400 16px/30px '微软雅黑';
    color: #000;
    text-transform: uppercase;
}

.part3-ul {
    display: flex;
    justify-content: center;
}

.part3-li {
    width: 360px;
    padding: 20px 0 20px 60px;
    color: #c41820;
}

.part3-li:nth-child(2) {
    background: url(../images/border.png) no-repeat 0 center,
        url(../images/border.png) no-repeat right center;
}

.part3-li-ch {
    font: 400 16px/30px '微软雅黑';
}

.part3-li-num {
    display: flex;
    align-items: flex-end;
    font: 400 16px/24px '微软雅黑';
}

.part3-li-num span {
    font: bold 60px/64px '微软雅黑';
}

.part3-more {
    width: 200px;
    margin: 40px auto 0;
    padding: 0 15px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px dashed #000;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    transition: 1s;
}

.part3-more a {
    display: block;
    padding: 10px 0;
    font: 400 16px/30px '微软雅黑';
    color: #000;
    text-align: left;
    background: url(../images/part_arrow_b.png) no-repeat right center;
    transition: 0.6s;
}

.part3-more a:hover {
    margin: 0 5px;
}

.part3-bottom {
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 10%;
    width: 1200px;
    margin-left: -600px;
    background: url(../images/part3_border.png) no-repeat center center;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    transition: 1s;
}

.part3-bottom ul {
    display: flex;
    justify-content: space-between;
    padding: 0 270px;
}

.part3-bottom ul a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    font: 400 18px/30px '微软雅黑';
    color: #fff;
    border: 2px solid transparent;
    border-radius: 45px;
}

.part3-bottom ul a span {
    opacity: 0;
    transition: 0.3s;
}

.part3-bottom ul a i {
    display: block;
    padding: 0 15px;
}

.part3-bottom ul a i img {
    width: 42px;
    transform: scale(1.2);
    transition: 0.3s;
}

.part3-bottom ul a:hover {
    background: #c41820;
    border: 2px solid #fff;
}

.part3-bottom ul a:hover span {
    opacity: 1;
}

.part3-bottom ul a:hover img {
    transform: scale(1);
}


/* 动画 */
.part3.swiper-slide-active .part-logo {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.2s;
}

.part3.swiper-slide-active .part-name {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.2s;
}

.part3.swiper-slide-active .part3-ul {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.6s;
}

.part3.swiper-slide-active .part3-more {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.8s;
}

.part3.swiper-slide-active .part3-bottom {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
}



/* 第4部分 */

.part4 {
    position: relative;
    background: url(../images/part4_bg.jpg) no-repeat center 0 / cover;
}

.part4 .wrap {
    align-items: center;
}

.part4-main {
    width: 1200px;
    margin: 0 auto;
}

.part4-box {
    display: flex;
    justify-content: space-between;
}

.part4-left {
    width: 330px;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
    transition: 1s;
}

.part4-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.part4-nav ul li {
    width: 156px;
    padding: 0 0 14px;
}

.part4-nav ul a {
    display: block;
    padding: 0 12px;
    background: #000;
}

.part4-nav ul a span {
    display: block;
    padding: 5px 0;
    font: 400 16px/30px '微软雅黑';
    color: #fff;
    background: url(../images/part_arrow_w.png) no-repeat right center;
}

.part4-nav ul a:hover {
    background: #c4181f;
}


.part4-honor {
    padding: 0 0 30px;
}

.part4-shop {
    display: block;
    padding: 0 0 0 60px;
    color: #fff;
    background: url(../images/part4_web.png) no-repeat 0 center;
}

.part4-shop-ch {
    font: bold 16px/20px '微软雅黑';
    background: url(../images/part_arrow_w.png) no-repeat 120px center/18px;
}

.part4-shop-en {
    font: 400 16px/24px '微软雅黑';
}

.part4-right {
    width: 760px;
    height: 430px;
    overflow: hidden;
    opacity: 0;
    transform: translate3d(50%, 0, 0);
    transition: 1s;
}

.part4-right ul {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
}

.part4-right ul li {
    width: 254px;
    padding: 0 10px;
}

.part4-right ul a {
    position: relative;
    display: block;
    height: 400px;
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid #000;
}

.part4-right ul a i {
    display: block;
    padding: 15px;
    text-align: center;
}

.part4-right ul i img {
    width: 130px;
    transition: 0.3s;
}

.pic-li-font {
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 100%;
    text-align: center;
    transition: 0.3s;
}

.pic-li-font p {
    font: 400 16px/30px '微软雅黑';
    color: #000;
    text-align: center;
}

.pic-li-more {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    font: 400 12px/1 '微软雅黑';
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    transition: 0.3s;
}

.part4-right ul a:hover {
    border-color: #c41820;
}

.part4-right ul a:hover img {
    width: 180px;
}

.part4-right ul a:hover .pic-li-font {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
}

.part4-right ul a:hover .pic-li-more {
    bottom: -25px;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    font-size: 24px;
    color: #fff;
    background: #c4181f;
    border-color: #c4181f;
}

/* 动画 */
.part4.swiper-slide-active .part-logo {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.2s;
}

.part4.swiper-slide-active .part-name {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.2s;
}

.part4.swiper-slide-active .part4-left {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.6s;
}

.part4.swiper-slide-active .part4-right {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.6s;
}


/* 第5部分 */

.part5 {
    position: relative;
    background: url(../images/part5_bg.jpg) no-repeat center 0 / cover;
}

.part5 .wrap {
    align-items: center;
}

.part5-main {
    width: 1200px;
    margin: 0 auto;
}

.part5-more {
    width: 180px;
    margin: -25px auto 50px;
    padding: 0 15px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px dashed #000;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    transition: 1s;
}

.part5-more a {
    display: block;
    padding: 10px 0;
    font: 400 16px/30px '微软雅黑';
    color: #000;
    text-align: left;
    background: url(../images/part_arrow_b.png) no-repeat right center;
    transition: 0.6s;
}

.part5-more a:hover {
    margin: 0 5px;
}

.part5-box {
    display: flex;
    justify-content: space-between;
}

.part5-left {
    width: 400px;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
    transition: 1s;
}

.part5-left a {
    display: block;
}

.part5-img {
    overflow: hidden;
}

.part5-img img {
    width: 100%;
    transition: 0.3s;
}

.part5-font {
    padding: 15px;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 5px solid #c41820;
}

.part5-left-title {
    font: bold 24px/30px '微软雅黑';
    color: #000;
}

.part5-left-p {
    height: 60px;
    margin: 15px 0 0;
    overflow: hidden;
    font: 400 16px/30px '微软雅黑';
    color: #000;
}

.part5-left a:hover .part5-img img {
    transform: scale(1.1);
}

.part5-center {
    width: 400px;
    padding: 20px 20px 0;
    background: rgba(255, 255, 255, 0.9) url(../images/part5_icon.png) no-repeat 90% 5%;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    transition: 1s;
}

.part5-title {
    padding: 0 0 20px;
    color: #c41820;
}

.part5-ch {
    font: bold 24px/30px '微软雅黑';
}

.part5-en {
    font: 400 12px/16px '微软雅黑';
}

.part5-center ul {
    border-top: 1px solid #c4c4c4;
}

.part5-center ul li {
    border-bottom: 1px solid #c4c4c4;
}

.part5-center ul a {
    display: block;
    position: relative;
    padding: 10px 0 10px 25px;
}

.new-li-icon {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 22px;
    width: 8px;
    height: 8px;
    background: #000;
    transition: 0.3s;
}

.new-li-title {
    font: 400 16px/28px '微软雅黑';
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.3s;
}

.part5-center ul a:hover .new-li-icon {
    width: 30px;
    left: -20px;
    background: #c4181f;
}

.part5-center ul a:hover .new-li-title {
    color: #c4181f;
}

.part5-right {
    width: 362px;
    opacity: 0;
    transform: translate3d(50%, 0, 0);
    transition: 1s;
}

.part5-right ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.part5-right ul a {
    display: block;
    transition: 0.3s;
}

.part5-right ul a:hover {
    transform: translate3d(10px, 0, 0);
}


/* 动画 */
.part5.swiper-slide-active .part-logo {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.2s;
}

.part5.swiper-slide-active .part-name {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.2s;
}

.part5.swiper-slide-active .part5-more {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.6s;
}

.part5.swiper-slide-active .part5-left {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
}

.part5.swiper-slide-active .part5-center {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2.2s;
}

.part5.swiper-slide-active .part5-right {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2.1s;
}


/* 第6部分 */

.part6 {
    position: relative;
    background: url(../images/part6_bg.jpg) no-repeat center 0 / cover;
}

.part6 .wrap {
    padding: 240px 0 0;
    align-items: flex-start;
}

.part6-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 1200px;
    margin: 0 auto;
    padding: 0 70px 0 35px;
}

.part6-ul {
    display: flex;
    flex-wrap: wrap;
    width: 830px;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
    transition: 1s;
}

.part6-li {
    display: flex;
    width: 400px;
    margin: 0 15px 0 0;
    padding: 30px 0 30px 20px;
    border-bottom: 3px solid #c4181f;
}

.part6-li-icon {
    width: 60px;
}

.part6-li-font {
    padding: 0 0 0 15px;
    color: #000;
}

.part6-li-name {
    font: 400 30px/36px '微软雅黑';
}

.part6-li-p {
    margin: 10px 0 0;
    font: 400 16px/24px '微软雅黑';
    color: #000;
}

.part6-ewm {
    width: 162px;
    padding: 0 0 5px;
    text-align: center;
    background: #fff;
    border: 1px solid #333;
    opacity: 0;
    transform: translate3d(50%, 0, 0);
    transition: 1s;
}

.part6-ewm i {
    display: block;
}

.part6-ewm i img {
    width: 100%;
}

.part6-ewm p {
    font: 400 14px/30px '微软雅黑';
    color: #000;
}

.part6-font {
    position: absolute;
    z-index: 10;
    left: 150px;
    bottom: 100px;
}

footer {
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 15;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    font: 400 16px/30px '微软雅黑';
    color: #fff;
    background: #ce1600;
}

footer p {
    padding: 0 5px;
}

footer a {
    padding: 0 5px;
    color: #fff;
}

/* 动画 */
.part6.swiper-slide-active .part6-ul {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.2s;
}

.part6.swiper-slide-active .part6-ewm {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.4s;
}



@media (max-width: 1480px) {

    .part2-main,
    .part3-main,
    .part4-main,
    .part5-main,
    .part6-main {
        transform: scale(0.8);
        transform-origin: center center;
    }

    .part3 .wrap {
        padding-top: 80px;
    }

    .part3-bottom {
        bottom: 5%;
    }

    .part6-font img {
        width: 300px;
    }
}

@media (max-width: 1380px) {

    .part2-main,
    .part3-main,
    .part4-main,
    .part5-main,
    .part6-main {
        transform: scale(0.75);
    }


}