html,
body {
    perspective: 1000px;
    position: relative;
    height: 100%;
    overflow: hidden;
    background: url(../images/bg.jpg) no-repeat center/cover;
}

.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: 60px 0 0;
}


/* 第1部分 */

.part1 {
    /* display: none; */
    position: relative;
    background: url(../images/video_img.jpg) no-repeat center center/cover;
}

.video-font {
    position: absolute;
    left: 22%;
    top: 34%;
}


/* 第2部分 */

.part2 {
    position: relative;
    background: url(../images/part2_bg.jpg) no-repeat center 0 / cover;
}

.part2 .wrap {
    align-items: center;
}

.part2-main {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0 100px 30px 70px;
}

.part2-line {
    opacity: 0;
    transform: translate3d(-20%, -20%, 0);
    transition: 1s;
}

.part2-box {
    position: relative;
    margin: 35px 0 0;
    padding: 0 0 0 120px;
}

.part2-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    opacity: 0;
    transform: translate3d(-20%, 20%, 0);
    transition: 1s;
}

.part2-nav ul {
    display: flex;
    flex-wrap: wrap;
}

.part2-nav ul li {
    width: 50%;
    padding: 0 18px 18px 0;
}

.part2-nav ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 108px;
    padding: 0 5px;
    font: bold 16px/1 '微软雅黑';
    color: #000;
    text-align: center;
    border: 3px solid #000;
}

.part2-nav ul li a:hover {
    color: #fff;
    background: #99020a;
    border-color: #bc454b;
}

.part2-p {
    height: 240px;
    padding-right: 160px;
    overflow: hidden;
    text-align: justify;
    border-bottom: 1px solid #000;
    opacity: 0;
    transform: translate3d(10%, 20%, 0);
    transition: 1s;
}

.part2-p p {
    font: 400 16px/30px "微软雅黑";
    color: #000;
}

.part2-right {
    position: absolute;
    left: 970px;
    top: 0;
    width: 120px;
    height: 100%;
    border-left: 1px solid #000;
    opacity: 0;
    transform: translate3d(20%, -20%, 0);
    transition: 1s;
}

.part2-name {
    padding-left: 24px;
}

.part2-more {
    display: block;
    padding: 122px 0 20px;
    font: 400 14px/20px '微软雅黑';
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

/* 动画部分 */
.part2.swiper-slide-active .part2-line {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.2s;
}

.part2.swiper-slide-active .part2-nav {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.2s;
}

.part2.swiper-slide-active .part2-p {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.2s;
}

.part2.swiper-slide-active .part2-right {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.2s;
}



/* 第3部分 */

.part3 {
    position: relative;
    background: url(../images/part3_bg.jpg) no-repeat center 0 / cover;
}

.part3 .wrap {
    align-items: center;
}

.part3-main {
    width: 1500px;
}

.part3-box {
    position: relative;
    height: 565px;
    padding: 0 300px 0 0;
    background: rgba(255, 255, 255, 0.8) url(../images/part3_icon.png) no-repeat 40px 380px;
    border-right: 6px solid #aa333b;
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
    transition: 1.5s;
}

.part3-title {
    position: absolute;
    right: 50px;
    top: 75px;
}


.part3-main ul {
    display: flex;
}

.part3-main ul li {
    width: 33.3%;
    padding: 100px 0 0 140px;
}

.part3-main ul li a {
    position: relative;
    display: block;
    padding: 0 45px 0 0;
    transition: 0.3s;
}

.part3-li-img img {
    width: 100%;
    border-radius: 10px;
}

.part3-font {
    padding: 15px 0 0;
    text-align: right;
}

.part3-li-name {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    padding: 75px 0 0;
    font: 400 24px/30px '微软雅黑';
    color: #99020a;
}

.part3-li-name p {
    position: absolute;
    left: 0;
    top: -100px;
    width: 100%;
    height: 150px;
    background: url(../images/part3_line.jpg) repeat-y center 0;
    transition: 0.3s;
}

.part3-main ul li a:hover {
    transform: translate3d(0, -10%, 0);
}

.part3-main ul li a:hover p {
    height: 210px;
    transform: translate3d(0, -60px, 0);
}

/* 动画部分 */
.part3.swiper-slide-active .part3-box {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.2s;
}


/* 第4部分 */

.part4 {
    position: relative;
    background: url(../images/part4_bg.jpg) no-repeat center 0 / cover;
}

.part4 .wrap {
    align-items: center;
}

.part4-icon1 {
    position: absolute;
    left: 6.5%;
    top: 6.5%;
    opacity: 0;
    transform: translate3d(-20%, -20%, 0);
    transition: 1s;
}

.part4-icon2 {
    position: absolute;
    right: 6.5%;
    bottom: 6.5%;
    opacity: 0;
    transform: translate3d(20%, 20%, 0);
    transition: 1s;
}

.part4-main {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 0 160px 0 80px;
}

.part4-left {
    width: 740px;
    padding: 110px 0 0;
}

.part4-detail {
    padding: 0 0 25px;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: 0 bottom;
    transition: 1s;
}

.part4-left ul {
    display: flex;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: 0 0;
    transition: 1s;
}

.part4-left li {
    width: 33.3%;
    padding: 0 5px;
}

.part4-left li a {
    display: block;
    padding: 0 0 12px;
    color: #000;
    background: rgba(255, 255, 255, 0.5);
    border: 3px solid #fff;
}
.part4-left li a img{
    width: 100%;
}
.part4-left li a p {
    font: bold 16px/30px "微软雅黑";
    text-align: center;
}

.part4-left li a:hover {
    color: #fff;
    background: rgba(153, 2, 10, 0.5);
    border: 3px solid #99020a;
}

.part4-right {
    width: 150px;
    opacity: 0;
    transform: translate3d(50%, 0, 0);
    transition: 1s;
}

.part4-right ul li {
    padding: 16px 0 0;
}

.part4-right a {
    display: block;
    color: #fff;
    border: 1px solid #fff;
}

.part4-right a span {
    display: block;
    padding: 9px 0;
    font: 400 16px/30px '微软雅黑';
    text-align: center;
}

.part4-right ul li:nth-child(1) a {
    background: #000 url(../images/part4_sheng.png) no-repeat center bottom;
}

.part4-right ul li:nth-child(1) a:hover {
    background: #99020a url(../images/part4a_sheng.png) no-repeat center bottom;
}

.part4-right ul li:nth-child(2) a {
    background: #000 url(../images/part4_qiao.png) no-repeat center bottom;
}

.part4-right ul li:nth-child(2) a:hover {
    background: #99020a url(../images/part4a_qiao.png) no-repeat center bottom;
}

.part4-right ul li:nth-child(3) a {
    background: #000 url(../images/part4_mi.png) no-repeat center bottom;
}

.part4-right ul li:nth-child(3) a:hover {
    background: #99020a url(../images/part4a_mi.png) no-repeat center bottom;
}

.part4-right ul li:nth-child(4) a {
    background: #000 url(../images/part4_ye.png) no-repeat center bottom;
}

.part4-right ul li:nth-child(4) a:hover {
    background: #99020a url(../images/part4a_ye.png) no-repeat center bottom;
}

.part4-right ul li a:hover span {
    background: url(../images/part4_border.png) no-repeat center center;
}

/* 动画部分 */
.part4.swiper-slide-active .part4-icon1 {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
}

.part4.swiper-slide-active .part4-icon2 {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
}

.part4.swiper-slide-active .part4-detail {
    opacity: 1;
    transform: rotate(0);
    transition-delay: 1.2s;
}

.part4.swiper-slide-active .part4-left ul {
    opacity: 1;
    transform: rotate(0);
    transition-delay: 1.2s;
}

.part4.swiper-slide-active .part4-right {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.2s;
}


/* 第5部分 */

.part5 {
    position: relative;
    background: url(../images/part5_bg.jpg) no-repeat center 0 / cover;
}

.part5 .wrap {
    align-items: center;
}

.part5-main {
    perspective: 1000px;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0 115px 0 230px;
}

.part5-left {
    position: absolute;
    z-index: 10;
    left: 80px;
    top: 60px;
    width: 220px;
    padding: 20px 0;
    background: rgba(153, 2, 10, 0.5);
    opacity: 0;
    transform: rotateY(-60deg);
    transform-origin: 150px center;
    transition: 1s;
}

.part5-left-box {
    padding: 45px 0 30px 35px;
    background: rgba(153, 2, 10, 0.9);
}

.part5-left-name {
    color: #fff;
    background: url(../images/part5_name_bg.png) no-repeat 0 125px;
}

.part5-left-name .ch {
    display: block;
    font: bold 30px/36px "微软雅黑";
}

.part5-left-name .en {
    display: block;
    font: 400 14px/20px "微软雅黑";
    text-transform: uppercase;
}

.part5-nav {
    padding: 40px 20px 0 40px;
}

.part5-nav ul {
    padding: 0 0 50px;
    background: url(../images/part5_icon.png) no-repeat right bottom;
}

.part5-nav li {
    padding: 8px 0;
}

.part5-nav li a {
    display: block;
    height: 30px;
    font: 400 18px/30px '微软雅黑';
    color: #fff;
    background: url(../images/part5_line.jpg) no-repeat 80px center/0 1px;
    transition: 0.3s;
}

.part5-nav li a:hover {
    font-weight: bold;
    background-size: 40px;
}

.part5-right {
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: rotateY(60deg);
    transform-origin: 0 center;
    transition: 1s;
}

.part5-right ul {
    padding: 60px 60px 60px 120px;
    background: rgba(255, 255, 255, 0.85);
}

.part5-right li:nth-child(1) {
    border-top: 1px dashed #000;
}

.part5-right li {
    padding: 20px 0 30px;
    border-bottom: 1px dashed #000;
}

.part5-right li a {
    display: flex;
    color: #000;
}

.new-li-img {
    flex-shrink: 0;
    width: 215px;
    height: 140px;
    overflow: hidden;
}

.new-li-img img {
    width: 100%;
    height: 100%;
}

.new-li-font {
    flex-grow: 1;
    padding: 0 0 0 24px;
    overflow: hidden;
}

.new-li-title {
    overflow: hidden;
    font: 400 18px/30px "微软雅黑";
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-p {
    height: 80px;
    margin: 15px 0 0;
    overflow: hidden;
    font: 400 14px/20px "微软雅黑";
    color: #000;
}

.new-li-time {
    font: 400 14px/20px "微软雅黑";
    color: #000;
}

.part5-more {
    display: block;
    margin: 10px 0 0;
    background: rgba(255, 255, 255, 0.8);
}

.part5-more span {
    display: block;
    width: 100px;
    margin: 0 auto;
    font: 400 14px/45px '微软雅黑';
    color: #000;
    background: url(../images/arrow.png) no-repeat right center;
}

/* 动画部分 */
.part5.swiper-slide-active .part5-left {
    opacity: 1;
    transform: rotateY(0);
    transition-delay: 1.2s;
}

.part5.swiper-slide-active .part5-right {
    opacity: 1;
    transform: rotateY(0);
    transition-delay: 1.2s;
}


/* 第6部分 */

.part6 {
    position: relative;
    background: url(../images/part6_bg.jpg) no-repeat center 0 / cover;
}

.part6 .wrap {
    align-items: center;
}

.part6-main {
    width: 630px;
    height: 630px;
    margin: 0 auto;
    padding: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0;
    transform: rotate(-360deg);
    transition: 2s;
}

.part6-box {
    width: 100%;
    height: 100%;
    padding: 120px 0 0;
    background: url(../images/part6_circle.png) no-repeat center center/100% 100%;

}

.part6-logo {
    padding: 0 0 50px;
    text-align: center;
}

.part6-detail {
    font: 400 16px/36px '微软雅黑';
    color: #000;
    text-align: center;
}

.part6-ewm {
    padding: 35px 0 0;
    text-align: center;
}

footer {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 4%;
    width: 100%;
  	z-index:9999
}

footer p {
    font: 400 16px/30px "微软雅黑";
    color: #fff;
}

/* 动画部分 */
.part6.swiper-slide-active .part6-main {
    opacity: 1;
    transform: rotate(0);
    transition-delay: 1.2s;
}


@media (max-width: 1480px) {

    .part2-main,
    .part3-main,
    .part4-main,
    .part5-main,
    .part6-main {
        transform: scale(0.75);
        transform-origin: center center;
    }

    footer {
        bottom: 1%;
    }
}