.video {
    position: relative;
    overflow: hidden;
}

.video i {
    display: block;
}

.video i img {
    width: 100%;
}

.video-btn {
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 1.8rem;
    margin-left: -1.2rem;
}

.video-btn img {
    width: 2.4rem;
}


/* 视频 */

.video-layer {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: 0.6s;
}

.video-close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 1vw;
    top: 1vw;
    width: 36px;
    height: 36px;
    font: 400 12px/20px '微软雅黑';
    color: #333;
    text-align: center;
    background: #fff;
    border: 1px solid #333;
    border-radius: 50%;
    cursor: pointer;
}

.video-box {
    width: 100%;
    padding-top: 5rem;
    overflow: hidden;
    transform: scale(0.5) rotate(45deg);
    transform-origin: center center;
    transition: 1s;
}

.video {
    width: 100%;
}

.video-layer.active {
    z-index: 99;
    opacity: 1;
}

.video-layer.active .video-box {
    transform: scale(1) rotate(0);
}


/* 第1部分 */

.part1 {
    position: relative;
    z-index: 10;
    padding: 0 0.3rem 1px;
    background: #f3f3f3;
}

.part1-main {
    position: relative;
    padding: 4rem 0 1rem;
}

.part1-img {
    position: absolute;
    z-index: 20;
    left: 0;
    top: -1.8rem;
}

.part1-img img {
    width: 100%;
}

.part1-title {
    padding: 0 0 20px;
    font-size: 24px;
    line-height: 1.2;
    color: #000;
}

.part1-p {
    height: 160px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: #000;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
}

.part1-more {
    padding-top: 0.4rem;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
}

.part1-more a {
    display: block;
    width: 2.2rem;
    font-size: 14px;
    line-height: 24px;
    color: #d01121;
    background: url(../images/more_arrow_r.png) no-repeat right center/0.36rem;
}

.part1-ul {
    display: flex;
    flex-wrap: wrap;
    padding: 1.2rem 0 0.4rem;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
}

.part1-li {
    width: 50%;
    padding: 0 0.2rem 0.8rem;
    text-align: center;
}

.part1-li-num {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0.3rem;
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
}

.part1-li-num span {
    font-size: 12px;
    line-height: 14px;
}

.part1-li-ch {
    font-size: 14px;
    line-height: 16px;
}

.part1-detail {
    display: flex;
    justify-content: space-around;
    padding: 0 0.2rem;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background: #d01121;
    border-radius: 10px;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
}


/* 动画 */

.part1-p.animated_visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.6s 0.8s;
}

.part1-more.animated_visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.6s 1s;
}

.part1-ul.animated_visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.6s 0.8s;
}

.part1-detail.animated_visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.6s 0.6s;
}


/* 第2部分 */

.part2 {
    position: relative;
}

.part2-title {
    padding: 0.8rem 0;
    text-align: center;
    background: #d01121;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
}

.part2-en {
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    opacity: 0.3;
}

.part2-ch {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

.part2-line {
    display: flex;
}

.part2-img {
    display: block;
    position: relative;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
}

.part2-img i {
    display: block;
    background: #000;
}

.part2-img i img {
    width: 100%;
    opacity: 0.35;
}

.part2-layer {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 10;
    left: 0.2rem;
    bottom: 0.6rem;
}

.part2-layer-icon img {
    width: 0.8rem;
}

.part2-layer-font {
    padding-left: 0.1rem;
    color: #fff;
}

.part2-layer-ch {
    font-size: 16px;
    line-height: 18px;
}

.part2-layer-en {
    font-size: 12px;
    text-transform: uppercase;
}


/* 动画 */

.part2-title.animated_visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.6s 0.8s;
}

.part2-img.animated_visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.6s 0.8s;
}


/* 第3部分 */

.part3 {
    position: relative;
    padding: 0.6rem 0.3rem;
    overflow: hidden;
    background: url(../images/mpart3_bg.jpg) no-repeat center 0 / cover;
}

.part3-top {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
}

.part3-bottom {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
}

.part3-title {
    padding: 0 0 14px;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

.part3-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.8rem;
}

.part3-banner i {
    display: block;
}

.part3-banner i img {
    width: 100%;
}

.part3-banner p {
    position: relative;
    z-index: 10;
    padding: 0 80px 0 10px;
    font-size: 14px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #ededed;
}

#part3-page {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    left: auto;
    right: 5px;
    bottom: 0;
    height: 36px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    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;
}

.part3-new ul li {
    padding-top: 12px;
}

.part3-new ul a {
    display: flex;
    justify-content: space-between;
}

.part3-new ul a span {
    width: 2.2rem;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #999999;
    background: #ededed;
}

.part3-new ul a p {
    width: 7rem;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
    color: #999999;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 动画 */

.part3-top.animated_visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.6s 0.7s;
}

.part3-bottom.animated_visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.6s 0.7s;
}