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: 27px;
    height: 27px;
    margin: 0 0 20px;
    background: none;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #e70012;
}

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


/* 第1部分 */

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

.video-layer {
    position: absolute;
    left: 0;
    top: 5rem;
    width: 100%;
    text-align: center;
}

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

.video-btn {
    position: absolute;
    left: 0;
    bottom: 2.4rem;
    width: 100%;
    text-align: center;
}

.video-btn img {
    width: 2.2rem;
}

.video-bg {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.alerts {
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 2rem;
    width: 100%;
    text-align: center;
}

.alerts img {
    width: 40px;
}

.video-bg div {
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.videos {
    width: 100%;
}


/* 第2部分 */

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

.part2 .wrap {
    padding-top: 2rem;
}

.part2-main {
    width: 100%;
    padding: 0 0.2rem;
}

.part2-box {
    display: flex;
    justify-content: space-between;
}

.part2-left {
    width: 1.7rem;
    text-align: center;
}

.part2-title .ch {
    font-size: 0.36rem;
    line-height: 0.4rem;
    color: #000;
}

.part2-title .ch span {
    color: #e70012;
}

.part2-title .en {
    font-size: 12px;
    line-height: 20px;
    color: #000000;
}

.part2-more {
    padding: 0.2rem 0 0;
}

.part2-more a {
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background: #e70012;
}

.part2-right {
    display: block;
    width: 5.2rem;
}

.part2-p {
    height: 200px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.part2-detail {
    padding: 0.2rem 0;
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

.part2-nav {
    width: 3.2rem;
    margin: 0.4rem 0 0;
}

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

.part2-nav ul li {
    width: 50%;
    padding: 2px 0.1rem;
    border-left: 2px solid #c1a35f;
}

.part2-nav ul a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #c1a35f;
}


/* 第3部分 */

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

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

.part3-main {
    width: 100%;
    padding: 0 0.2rem;
}

.part3-name {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.part3-name p {
    padding-right: 0.1rem;
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #e70012;
}

.part3-name span {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #000;
}

.part3-detail {
    display: flex;
    justify-content: center;
    padding: 0.2rem 0 0;
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #000;
}

.part3-detail span {
    padding: 0 2px;
}

.part3-nav {
    padding: 0.3rem 0;
}

.part3-nav ul {
    display: flex;
}

.part3-nav ul li {
    width: 33.3%;
    padding: 0 1px;
}

.part3-nav ul a {
    display: block;
    font-size: 0.3rem;
    line-height: 0.6rem;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
}

.part3-ul {
    position: relative;
    height: 4.6rem;
    overflow: hidden;
}

.part3-ul ul {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
}

.part3-ul ul li {
    width: 7rem;
    padding-right: 0.4rem;
}

.part3-ul ul a {
    display: block;
    position: relative;
    padding: 0.4rem 3.6rem 0.4rem 0.4rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0.2rem;
}

.pic-li-name {
    font-size: 0.36rem;
    line-height: 0.48rem;
    color: #000;
}

.pic-li-detail {
    font-size: 12px;
    line-height: 20px;
    color: #e70012;
}

.pic-li-p {
    height: 60px;
    margin: 0.2rem 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

.pic-li-more {
    width: 1.4rem;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background: #e70012;
}

.part3-ul ul a i {
    display: block;
    position: absolute;
    z-index: 5;
    right: -0.2rem;
    top: 0.6rem;
    width: 3.6rem;
}

.part3-ul ul i img {
    width: 100%;
}

.part3-more {
    width: 2rem;
    margin: 0 auto;
    padding: 0.4rem 0 0;
}

.part3-more a {
    display: block;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #e70012;
}


/* 第4部分 */

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

.part4 .wrap {
    padding-top: 2rem;
}

.part4-main {
    width: 100%;
    padding: 0 0.2rem;
}

.part4-title {
    padding: 0 0 0.2rem 0.2rem;
}

.part4-title .ch {
    font-size: 0.36rem;
    line-height: 0.4rem;
    color: #e70012;
}

.part4-title .en {
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

.part4-line1 {
    padding: 0;
}

.part4-line1 ul {
    display: flex;
}

.part4-line1 ul li {
    width: 33.3%;
    padding: 0.1rem;
}

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

.part4-line1 ul a img {
    width: 100%;
}

.part4-line2 {
    margin: 0.1rem 0 0;
}

.part4-img {
    display: flex;
    justify-content: center;
    padding: 0 0 0.2rem;
}

.part4-img a {
    display: block;
    width: 33.3%;
    margin: 0 0.1rem;
    border: 1px solid #fff;
}

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

.part4-font {
    display: flex;
    justify-content: space-between;
    padding: 0.4rem;
    background: rgba(255, 255, 255, 0.9);
}

.part4-p {
    width: 4.4rem;
    height: 60px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
}

.part4-more {
    width: 1.8rem;
}

.part4-more a {
    display: block;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #e70012;
}


/* 第5部分 */

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

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

.part5-main {
    width: 100%;
    padding: 0 0.2rem;
}

.part5-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.part5-name {
    font-size: 0.36rem;
    line-height: 0.4rem;
    color: #cf000d;
}

.part5-name span {
    font-weight: bold;
}

.part5-more {
    width: 1.8rem;
}

.part5-more a {
    display: block;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #e70012;
}

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

.part5-nav ul {
    display: flex;
    padding: 0.2rem 0;
    background: rgba(255, 255, 255, 0.8);
}

.part5-nav ul li {
    width: 33.33%;
    padding: 0 0.2rem;
    border-left: 1px solid #cf000d;
}

.part5-nav ul li:nth-child(1) {
    border: 0;
}

.part5-nav ul a {
    display: flex;
    align-items: center;
}

.part5-nav ul a i {
    display: block;
}

.part5-nav ul a img {
    width: 0.42rem;
}

.part5-nav ul a p {
    padding-left: 3px;
    font-size: 0.3rem;
    line-height: 0.3rem;
    color: #e70012;
}

#part5-page {
    position: absolute;
    z-index: 50;
    left: auto;
    right: 0;
    bottom: 6px;
    width: 100px;
}

#part5-page .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background: #fff;
    opacity: 1;
}

#part5-page .swiper-pagination-bullet-active {
    background: #e70012;
}

.part5-banner i {
    display: block;
}

.part5-banner i img {
    width: 100%;
}

.part5-banner p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    padding: 0 100px 0 20px;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.5);
}

.part5-new {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 0.3rem 0.3rem 0;
    background: #fff;
}

.part5-new-top {
    display: block;
    border-bottom: 1px dashed #b3b3b3;
}

.part5-new-title {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.part5-new-time {
    margin-top: 2px;
    font-size: 12px;
    line-height: 16px;
    color: #c63731;
}

.part5-new-p {
    height: 40px;
    margin: 5px 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}

.part5-new ul {
    margin-top: 0.1rem;
}

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

.part5-new ul a {
    display: flex;
    justify-content: space-between;
    padding: 0 0.2rem;
    color: #000;
    background: url(../images/arrow_g.png) no-repeat 0 center/0.1rem;
}

.part5-new ul a p {
    width: 4rem;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.part5-new ul a span {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
}


/* 第6部分 */

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

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

.part6-main {
    width: 100%;
    padding: 0 0.2rem;
}

.part6-box {
    /*display: flex;*/
    /*justify-content: space-between;*/
}

.part6-title {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.part6-ul {
    /*width: 5.4rem;*/
    perspective: 1000px;
}

.part6-ul ul li {
    position: relative;
    margin-bottom: 0.1rem;
    padding: 0.1rem 1rem 0.1rem 0.1rem;
    background: rgba(255, 255, 255, 0.8);
}

.part6-li-name {
    padding: 0 0 0.1rem;
    font-size: 16px;
    line-height: 20px;
}

.part6-li-p p {
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

.part6-li-p span {
    font-size: 12px;
    line-height: 1;
    color: #dddddd;
    text-transform: uppercase;
}

.part6-li-num {
    position: absolute;
    right: 5px;
    bottom: 0.2rem;
    height: 1.2rem;
    padding-top: 0.2rem;
    font-size: 1.2rem;
    line-height: 1;
    color: #696969;
    background: url(../images/part6_border.png) no-repeat right 0;
}

.part6-detail {
    margin-top: 0.4rem;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}

footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 20px;
}

footer p {
    padding: 0 2px;
    color: #fff;
}

footer a {
    padding: 0 2px;
    color: #fff;
}