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: 18px;
    height: 18px;
    margin: 0 0 15px;
    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;
}

.mouse {
    position: absolute;
    z-index: 50;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: url(../images/part_line.jpg) no-repeat center bottom;
}


.wrap {
    display: flex;
    position: relative;
    z-index: 6;
    width: 100%;
    height: 100%;
    padding: 60px 0;
}


/* 第1部分 */

.part1 {
    position: relative;
    background: url(../images/part1_bg.jpg) no-repeat center center/cover;
}

.part1-logo {
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 120px;
    margin-left: -310px;
}

.part1-slide {
    position: absolute;
    z-index: 10;
    right: 5%;
    top: 10%;
}


/* 第2部分 */

.part2 {
    position: relative;
    background: url(../images/part2_bg.jpg) no-repeat center center / cover;
}

.part2 .wrap {
    align-items: center;
}

.part2-main {
    width: 1200px;
    margin: 0 auto;
}

.part2-top {
    display: flex;
    justify-content: space-between;
}

.part2-title {
    padding: 0 0 0 40px;
    text-align: left;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
    transition: 1s;
}

.part2-en {
    font: 400 18px/30px '微软雅黑';
    color: #fff;
    text-transform: uppercase;
}

.part2-ch {
    padding: 10px 0;
}

.part2-num {
    opacity: 0;
    transform: translate3d(50%, 0, 0);
    transition: 1s;
}

.part2-box {
    margin: 36px 0 0;
    padding: 80px 0 0 480px;
    background: url(../images/part2_jiu.png) no-repeat 0 0;
}

.part2-p {
    height: 180px;
    overflow: hidden;
    font: 400 16px/30px '微软雅黑';
    color: #000;
    opacity: 0;
    transform: translate3d(50%, 0, 0);
    transition: 1s;
}

.part2-more {
    margin: 10px 0 0;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    transition: 1s;
}

.part2-more a {
    display: block;
    width: 124px;
    padding: 2px 0;
    font: 400 16px/64px '微软雅黑';
    text-align: center;
    color: #000;
    background: url(../images/part2_more_bg.png) no-repeat center center;
    transition: 0.6s;
}
.part2-more a:hover{
    transform: translate3d(15px,0,0);
}

/* 动画 */
.part2.swiper-slide-active .part2-title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.2s;
}

.part2.swiper-slide-active .part2-num {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.4s;
}

.part2.swiper-slide-active .part2-p {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.6s;
}

.part2.swiper-slide-active .part2-more {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.8s;
}



/* 第3部分 */

.part3 {
    position: relative;
    background: url(../images/part3_bg.jpg) no-repeat center 0 / cover;
}

.part3-main {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 0;
}

.part3-line1 {
    display: flex;
    padding: 0 100px;
}

.part3-line1 ul {
    display: flex;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
    transition: 1s;
}

.part3-line1 ul li {
    padding: 0 30px 0 0;
}

.part3-font1 {
    margin: 50px 0 0;
    padding: 50px 0 0;
    font: 400 48px/48px '微软雅黑';
    color: #fff;
    background: url(../images/part3_line.png) no-repeat right 0;
    opacity: 0;
    transform: translate3d(50%, 0, 0);
    transition: 1s;
}

.part3-line2 {
    display: flex;
    padding: 10px 100px 0;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
    transition: 1s;
}

.part3-font2 {
    font: 400 48px/48px '微软雅黑';
    color: #fff;
}

.part3-en {
    padding-left: 64px;
    font: 400 14px/18px '微软雅黑';
    color: #fff;
    text-align: right;
}

.part3-ul {
    perspective: 1000px;
    display: flex;
    padding: 160px 0 0;
}

.part3-li {
    width: 25%;
    padding: 0 36px;
    opacity: 0;
    transform: rotateY(120deg);
    transition: 1s;
}

.part3-li a {
    perspective: 1000px;
    display: block;
    text-align: center;
    transition: 0.6s;
}

.part3-li-icon {
    height: 190px;
    padding: 75px 0 0;
    background: url(../images/part3_circle.png) no-repeat center 0;
}

.part3-li-font {
    color: #fff;
}

.part3-li-font .ch {
    font: 400 24px/30px '微软雅黑';
}

.part3-li-font .en {
    font: 400 12px/20px '微软雅黑';
}

.part3-li-more {
    margin: 10px 0 0;
    padding: 30px 0;
    font: 400 16px/36px '微软雅黑';
    color: #fff;
    background: url(../images/part4_more.png) no-repeat center center;
    opacity: 0;
    transform: rotateX(120deg);
    transform-origin: center 0;
    transition: 0.6s;
}

.part3-li a:hover {
    transform: translate3d(0, -20px, 0);
}

.part3-li a:hover .part3-li-more {
    opacity: 1;
    transform: rotateX(0);
}

/* 动画 */
.part3.swiper-slide-active .part3-line1 ul {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.2s;
}

.part3.swiper-slide-active .part3-font1 {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.4s;
}

.part3.swiper-slide-active .part3-line2 {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.6s;
}

.part3.swiper-slide-active .part3-li {
    opacity: 1;
    transform: rotateY(0);
    transition-delay: 2.4s;
}



/* 第4部分 */

.part4 {
    position: relative;
    background: url(../images/part4_bg.jpg) no-repeat center bottom / cover;
}

.part4 .wrap {
    align-items: center;
}

.part4-main {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

.part4-left {
    width: 540px;
    padding: 120px 0 0;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
    transition: 1s;
}

.part4-left a {
    display: block;
    padding: 0 105px 0 0;
    text-align: center;
    background: url(../images/part4_img_bg.png) no-repeat right 0;
}

.part4-left-img {
    padding: 30px 0 0;
}

.part4-left-font {
    margin: 60px 0 0;
    text-align: center;
    background: url(../images/part4_border.png) no-repeat center center;
}

.part4-left-name {
    font: 400 36px/42px '微软雅黑';
    color: #004672;
}

.part4-left-ac {
    font: 400 18px/24px '微软雅黑';
    color: #000;
}

.part4-left-weight {
    padding: 10px 0 30px;
    font: 400 18px/20px '微软雅黑';
    color: #000;
}

.part4-more {
    padding: 15px 0;
    font: 400 16px/36px '微软雅黑';
    color: #fff;
    background: url(../images/part4_more.png) no-repeat center center;
    transition: 0.6s;
}
.part4-more:hover{
    transform: translate3d(0,-10px,0);
}

.part4-right {
    width: 450px;
}

.part4-ad {
    padding-bottom: 10px;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    transition: 1s;
}

.part4-say {
    font: 400 24px/36px '微软雅黑';
    color: #000;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    transition: 1s;
}

.part4-box {
    position: relative;
    margin: 45px 0 0;
    padding-left: 100px;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    transition: 1s opacity, 1s transform;
}

.part4-prev {
    position: absolute;
    left: 35px;
    top: 0;
    cursor: pointer;
}

.part4-next {
    position: absolute;
    left: 70px;
    top: 0;
    cursor: pointer;
}

.part4-banner a {
    display: block;
    background: #fff;
}

.part4-banner a i {
    display: block;
}

.part4-banner i img {
    width: 100%;
}

.pic-li-font {
    margin: 10px 0;
    text-align: center;
    background: url(../images/part4_border.png) no-repeat center center;
}

.pic-li-name {
    font: 400 36px/42px '微软雅黑';
    color: #004672;
}

.pic-li-ac {
    font: 400 18px/24px '微软雅黑';
    color: #000;
}

.pic-li-weight {
    padding: 0 0 20px;
    font: 400 18px/20px '微软雅黑';
    color: #000;
    text-align: center;
}

/* 动画 */
.part4.swiper-slide-active .part4-left{
    opacity: 1;
    transform: translate3d(0,0,0);
    transition-delay: 1.2s;
}
.part4.swiper-slide-active .part4-ad{
    opacity: 1;
    transform: translate3d(0,0,0);
    transition-delay: 1.4s;
}
.part4.swiper-slide-active .part4-say{
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.6s;
}

.part4.swiper-slide-active .part4-box {
    opacity: 1;
    transform: translate3d(0,0,0);
    transition-delay: 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;
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

.part5-left {
    width: 590px;
    opacity: 0;
    transform: translate3d(-50%,0,0);
    transition: 1s;
}

.part5-box {
    padding: 20px;
    background: url(../images/part5_top_bg.png) repeat-y center 0;

}

.part5-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.part5-title {
    padding: 0 10px 0 0;
    text-align: right;
    background: url(../images/dobble.png) no-repeat right center;
}

.part5-en {
    font: 400 12px/16px '微软雅黑';
    text-transform: uppercase;
}

.part5-ch {
    font: 400 14px/16px '微软雅黑';
}

.part5-name {
    overflow: hidden;
    padding-left: 35px;
    font: 400 24px/30px '微软雅黑';
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/part5_line.png) no-repeat 0 center;
}

.part5-p {
    height: 72px;
    overflow: hidden;
    margin-top: 12px;
    font: 400 14px/24px '微软雅黑';
    color: #000;
}

.part5-time {
    font: 400 16px/30px '微软雅黑';
    color: #000;
}

.part5-img img {
    width: 100%;
}

.part5-right {
    width: 610px;
        opacity: 0;
        transform: rotateY(120deg);
        transform-origin: 0 center;
        transition: 1s;
}

.part5-more {
    display: flex;
    justify-content: flex-end;
    padding: 35px 15px 30px 0;
}

.part5-more a {
    display: block;
    padding-right: 30px;
    font: 400 12px/24px '微软雅黑';
    color: #fff;
    background: url(../images/part5_arrow.png) no-repeat right center;
    transition: 0.6s;
}
.part5-more a:hover{
    transform: translate3d(-10px,0,0);
}

.part5-right ul {
    padding: 10px 20px 20px;
    background: rgba(255, 255, 255, 0.9);
}

.part5-right ul li {
    padding: 20px 0;
    border-bottom: 1px solid #cecece;
}

.part5-right ul a {
    display: flex;
    justify-content: space-between;
}

.new-li-img {
    width: 200px;
}

.new-li-img img {
    width: 100%;
}

.new-li-font {
    width: 350px;
}

.new-li-title {
    overflow: hidden;
    margin: 5px 0;
    font: 400 24px/30px '微软雅黑';
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-p {
    height: 72px;
    overflow: hidden;
    font: 400 14px/24px '微软雅黑';
    color: #666666;
}

/* 动画 */
.part5.swiper-slide-active .part5-left {
    opacity: 1;
    transform: translate3d(0,0,0);
    transition-delay: 1.2s;
}

.part5.swiper-slide-active .part5-right {
    opacity: 1;
    transform: rotateY(0);
    transition-delay: 2s;
}



/* 第6部分 */

.part6 {
    position: relative;
    background: url(../images/part6_bg.jpg) no-repeat center 0 / cover;
}

.part6 .wrap {
    align-items: center;
}

.part6-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 1200px;
    margin: 0 auto;
}

.part6-left {
    width: 590px;
    opacity: 0;
    transform: translate3d(-50%,0,0);
    transition: 1s;
}

.part6-name {
    padding: 0 0 50px;
    font: 400 36px/42px '微软雅黑';
    color: #fff;
}

.part6-tel {
    margin: 0 0 10px;
    padding-left: 42px;
    background: url(../images/part6_tel.png) no-repeat 0 center;
}

.part6-loc {
    padding-left: 42px;
    background: url(../images/part6_loc.png) no-repeat 0 center;
}


.part6-ch {
    font: 400 18px/24px '微软雅黑';
    color: #fff;
}

.part6-en {
    font: 400 14px/18px '微软雅黑';
    color: #fff;
    text-transform: uppercase;
    opacity: 0.3;
}

.part6-right {
    width: 600px;
    opacity: 0;
    transform: translate3d(50%, 0, 0);
    transition: 1s;
}

.part6-title {
    padding: 0 0 30px;
    text-align: left;
}

.part6-ewm {
    display: flex;
    justify-content: flex-end;
    padding-right: 60px;
}

.part6-ewm-font {
    width: 120px;
    font: 400 16px/24px '微软雅黑';
    color: #fff;
    text-align: right;
}

.part6-ewm-img {
    padding: 0 0 0 30px;
}

.part6-ewm-img img {
    width: 264px;
}

.foot {
    display: flex;
    flex-wrap: wrap;
    width: 420px;
    margin: 100px 0 0 120px;
    padding-left: 36px;
    font: 400 16px/30px '微软雅黑';
    color: #fff;
    background: url(../images/foot_line.png) no-repeat 0 12px;
}

.foot p {
    padding-right: 5px;
}

.foot a {
    color: #fff;
}

/* 动画 */
.part6.swiper-slide-active .part6-left{
    opacity: 1;
    transform: translate3d(0,0,0);
    transition-delay: 1.2s;
}

.part6.swiper-slide-active .part6-right{
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.8s;
}


@media (max-width: 1480px) {

    .part2-main,
    .part3-main,
    .part4-main,
    .part5-main,
    .part6-main {
        transform: scale(0.8);
        transform-origin: center center;
    }

    .part3-main {
        transform-origin: center 0;
    }

    .mouse img {
        width: 60px;
    }
}

@media (max-width: 1380px) {

    .part2-main,
    .part3-main,
    .part4-main,
    .part5-main,
    .part6-main {
        transform: scale(0.75);
    }
}