html,
body {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #fff;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    overflow: hidden;
    transform-origin: 0 0;
}

.wrap {
    display: flex;
    position: relative;
    z-index: 6;
    width: 100%;
    height: 100%;
    padding: 60px 0 0;
}


.part-foot {
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #3a3a3a;
}

.part-foot p {
    padding: 0 4px;
    font: 400 14px/24px '微软雅黑';
    color: #fff;
}


/* 第1部分 */
.part1 {}

.video {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.video img {
    width: 100%;
    height: 100%;
}

.video-layer {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.video-layer img {
    width: 8rem;
}


/* 第二部分 */
.part2 {
    background: url(../images/mpart2_bg.jpg) no-repeat center center/cover;
}

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

.part2-main {
    width: 100%;
}

.part2-top {
    width: 8rem;
    margin: 0 auto;
}

.part2-title {
    text-align: center;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    transition: 1s;

}

.part2-title img {
    width: 8rem;
}

.part2-p {
    height: 60px;
    overflow: hidden;
    margin: 10px 0;
    font: 400 14px/20px '微软雅黑';
    color: #404040;
    text-align: justify;
    opacity: 0;
    transform: translate3d(0, 40%, 0);
    transition: 1s;
}

.part2-bottom {
    display: flex;
    justify-content: center;
    padding: 0 0 60px;
    opacity: 0;
    transform: translate3d(0, 30%, 0);
    transition: 1s;
}

.part2-li {
    width: 75px;
    height: 75px;
    margin: 15px 15px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.5) url(../images/part2_square.png) no-repeat center center/100% 100%;
    transform: rotate(45deg);
}

.part2-li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 5px;
    color: #fff;
    text-align: center;
    background: #daba67;
    border-radius: 50%;
    transform: rotate(-45deg);
}

.part2-li a .ch {
    font: 400 14px/18px '微软雅黑';
}

.plus {
    position: relative;
    width: 18px;
    height: 15px;
    margin: 0 auto;
    transition: 1s;
}

.plus span {
    position: absolute;
    left: 1px;
    top: 8px;
    width: 15px;
    height: 2px;
    background: #fff;
}

.plus span:nth-child(1) {
    transform: rotate(-45deg);
}

.plus span:nth-child(2) {
    transform: rotate(45deg);
}

.part2-li a .en {
    font: 400 12px/14px '微软雅黑';
    text-transform: uppercase;
}

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

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

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


/* 第3部分 */
.part3 {
    background: url(../images/part3_bg.jpg) no-repeat center center/cover;
}

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

.part3-wrap {
    width: 100%;
}

.part3-title {
    width: 100%;
    padding: 0 0 10px;
    text-align: center;
}

.part3-title img {
    width: 8rem;
}

.part3-main {
    display: flex;
    justify-content: space-between;
    width: 7.4rem;
    height: 9rem;
    margin: 0 auto;
    padding: 10px;
    background: rgba(0, 0, 0, 0.4)
}

.part3-main .swiper-slide i {
    display: block;
}

.part3-main .swiper-slide i img {
    width: 100%;
}


.part3-top {
    position: relative;
    width: 50%;
    padding: 30px 5px;
}

.part3-top-left {
    position: absolute;
    left: 50%;
    top: 0;
    cursor: pointer;
    transform: translate3d(-50%, 0, 0);
}

.part3-top-right {
    position: absolute;
    left: 50%;
    bottom: 0;
    cursor: pointer;
    transform: translate3d(-50%, 0, 0);
}

.part3-bottom {
    position: relative;
    width: 50%;
    padding: 30px 5px;
}

.part3-bottom-left {
    position: absolute;
    left: 50%;
    top: 0;
    cursor: pointer;
    transform: translate3d(-50%, 0, 0);
}

.part3-bottom-right {
    position: absolute;
    left: 50%;
    bottom: 0;
    cursor: pointer;
    transform: translate3d(-50%, 0, 0);
}

.part3-top-left img,
.part3-top-right img,
.part3-bottom-left img,
.part3-bottom-right img {
    width: 0.48rem;
}


/* 第4部分 */
.part4 {
    background: url(../images/part4_bg.jpg) no-repeat center center/cover;
}

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

.part4-main {
    width: 100%;
}

.part4-title {
    padding: 0 0 10px;
    text-align: center;
}

.part4-title img {
    width: 8rem;
}

.part4-banner .swiper-slide {
    text-align: center;
    transform-origin: center center;
}

.part4-banner .swiper-slide a {
    display: block;
    text-align: center;
}

.part4-banner .swiper-slide a img {
    width: 100%;
}


/* 第5部分 */
.part5 {
    background: url(../images/part5_bg.jpg) no-repeat center center/cover;
}

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

.part5-main {
    width: 9rem;
    margin: 0 auto;
    padding: 1.2rem 0 0;
    background: url(../images/mpart5_border.png) no-repeat center 0/100%;
}

.part5-nav {
    padding: 0 0 0.48rem;
}

.part5-nav ul {
    display: flex;
    justify-content: center;
}

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

.part5-nav ul li a {
    display: block;
    width: 120px;
    font: bold 14px/30px '微软雅黑';
    color: #ea0000;
    text-align: center;
    background: #fff;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}


.part5-box {
    padding: 0 0.7rem;
}

.part5-box a {
    position: relative;
    display: block;
    overflow: hidden;
    color: #fff;
}

.new-li-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border: 4px solid #cbc7c6;
}

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

.new-li-font {
    height: 100%;
    padding: 20px;
    background: rgba(255, 0, 0, 0.7);
    transform: translate3d(0, 100px, 0);
    transition: 1s;
}

.new-li-time-t {
    position: absolute;
    left: 0;
    top: -80px;
    width: 100%;
    padding: 0 20px;
    font: 400 14px/30px '微软雅黑';
    color: #fff;
    background: url(../images/new_circle.png) no-repeat 90% center/auto 100%;
}

.new-li-kind {
    font: 400 14px/24px '微软雅黑';
}

.new-li-title {
    overflow: hidden;
    padding: 5px 0;
    font: bold 14px/24px '微软雅黑';
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-p {
    height: 160px;
    overflow: hidden;
    font: 400 12px/20px '微软雅黑';
}


/* 第6部分 */
.part6 {
    background: url(../images/part6_bg.jpg) no-repeat center center/cover;
}

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

.part6-main {
    width: 9.6rem;
    margin: 0 auto;
}

.part6-title {
    text-align: center;
}

.part6-title img {
    width: 8rem;
}

.link {
    position: relative;
    width: 100%;
    padding: 0.6rem 0.6rem;
    text-align: center;
}

.link-left {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    cursor: pointer;
}

.link-right {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    cursor: pointer;
}

.link-left img,
.link-right img {
    width: 15px;
}

.link .swiper-slide img {
    width: 100%;
}

.part6-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.part6-li {
    width: 50%;
    padding: 5px;
    text-align: center;
    color: #fff;
}

.part6-li i {
    display: block;
    padding: 0 0 10px;
    text-align: center;
}

.part6-li i img {
    width: 1.4rem;
}

.part6-li p {
    font: 400 14px/20px '微软雅黑';
}