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

.parts {
    z-index: 5;
}

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

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 2%;
}

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

.swiper-pagination-bullet {
    width: 21px;
    height: 21px;
    margin: 0 0 15px;
    background: url(../images/page_circle.png) no-repeat center center;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: url(../images/page_circlea.png) no-repeat center center;
}

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


/* 第1部分 */
.part1 {
    position: relative;
    z-index: 10;
}

.banner i {
    display: block;
    height: 100%;
}

.banner i img {
    width: 100%;
    height: 100%;
}

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

.part2 .wrap {
    align-items: flex-end;
    padding: 0;
}

.part2-main {
    position: relative;
    width: 100%;
    padding: 0 0 8.6rem;
}

.part2-ren {
    display: none;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
}

.part2-ren img {
    height: 8.6rem;
}

.part2-circle {
    position: absolute;
    z-index: 3;
    right: 0.24rem;
    bottom: 3.2rem;
}

.part2-circle img {
    width: 5rem;
}


.part2-box {
    width: 8.6rem;
    margin: 0 auto;
}

.part2-title {
    padding: 10px 0;
}

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

.part2-p {
    height: 96px;
    overflow: hidden;
    font: 400 14px/24px '微软雅黑';
    color: #000;
    text-align: justify;
}

.part2-more {
    margin: 0.4rem 0 0;
}

.part2-more a {
    display: block;
    width: 80px;
    margin: 0 auto;
    font: 400 14px/24px '微软雅黑';
    color: #ffffff;
    text-align: center;
    background: #9a0815;
    border: 1px solid #c23844;
}

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

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

.part3-icon {
    position: absolute;
    right: 0;
    top: 84px;
}

.part3-icon img {
    height: 4rem;
}

.part3-main {
    position: relative;
    z-index: 10;
    width: 100%;
    margin: 0 auto;
    padding: 0 0.24rem;
}

.part3-nav {
    padding: 0 0 0.48rem 0.5rem;
    background: url(../images/mpart3_ren.png) no-repeat 4rem 0/3.2rem;
}

.part3-nav ul {
    display: flex;
}

.part3-nav li {
    margin: 0 5px;
    width: 30px;
    padding: 4px;
    border: 1px solid #000000;
}

.part3-nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font: 400 14px/16px '微软雅黑';
    color: #fff;
    text-align: center;
    background: #000;
}

.part3-more {
    position: absolute;
    right: 0.8rem;
    top: 0.8rem;
    text-align: center;
}

.part3-more a {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    text-align: center;
    background: #9a0815;
}

.part3-more a img {
    width: 12px;
}


.part3-box {
    position: relative;
    padding: 1rem 0 0.4rem;
    overflow: hidden;
    background: #eeeced url(../images/part3_name.png) no-repeat 15px 15px/6.4rem;
}

.marquee {
    position: relative;
    height: 7.2rem;
}

.marquee ul {
    position: absolute;
    left: 0;
    top: 0;
}

.part3-box li {
    float: left;
    width: 4.2rem;
    padding: 0 0.1rem;
}

.part3-box li a {
    display: block;
    text-align: center;
}

.part3-box li i {
    display: block;
    overflow: hidden;
}

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

.part3-box li p {
    padding: 10px 0 0;
    font: 400 14px/24px '微软雅黑';
    color: #000000;
    border-bottom: 1px solid #c4c3c3;
}

.part3-box li span {
    display: block;
    font: 400 12px/16px '微软雅黑';
    color: #c4c3c3;
    text-transform: uppercase;
}


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

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

.part4-main {
    position: relative;
    width: 9.52rem;
    margin: 0 auto;
    background: url(../images/part4_circle.png) no-repeat center 0/100%;
}

.part4-top {
    position: relative;
    width: 6rem;
    height: 1.2rem;
    margin: 0 auto;
}

.part4-sr {
    position: absolute;
    right: 0;
    top: 0;
}

.part4-sr img {
    width: 1.8rem;
}

.part4-title {
    padding: 0 0 0.4rem;
    text-align: center;
}

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

.part4-box ul li {
    padding: 0 0 5px;
}

.part4-box ul li a {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0.2rem;
    background: rgba(255, 255, 255, 0.8);
}

.new-li-img {
    width: 4rem;
    height: 2.4rem;
}

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

.new-li-font {
    width: 4.8rem;
    color: #000;
}

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

.new-li-time {
    padding: 0 0 5px;
    font: 400 12px/16px '微软雅黑';
}

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

.new-li-more {
    position: absolute;
    left: 0.2rem;
    bottom: 0.4rem;
    width: 2rem;
    font: 400 12px/30px '微软雅黑';
    color: #fff;
    text-align: center;
    background: #9a0815;
}

.part4-more {
    display: flex;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0.64rem auto 0;
    padding: 3px 0 0;
    text-align: center;
    background: #9a0815;
    border-radius: 50%;
}

.part4-more img {
    width: 12px;
}



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

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

.m-video-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.part5 .wrap {
    align-items: center;
    background: url(../images/part5_layer.png) no-repeat center center/cover;
}

.part5-main {
    position: relative;
    width: 8rem;
    margin: 0 auto;
}

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

.part5-title img {
    width: 5rem;
}

.part5-btn {
    padding: 3rem 0 0;
    text-align: center;
}

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

.part5-box ul {
    display: flex;
}

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

.part5-box ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.6rem;
    height: 2.6rem;
}

.part5-cliclew {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.part5-cliclew img {
    width: 100%;
}

.part5-cliclen {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.part5-cliclen img {
    width: 100%;
}

.part5-box ul li a span {
    width: 16px;
    font: 400 12px/16px '微软雅黑';
    color: #fff;
}


.part5-bottom {
    text-align: center;
}

.part5-bottom img {
    width: 8rem;
}


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

.part6 .wrap {
    align-items: flex-start;
}

.part6-main {
    position: relative;
    width: 9rem;
    margin: 1rem auto 0;
    background: url(../images/mpart6_border.png) no-repeat center 0/100%;
}

.part6-title {
    padding: 0.64rem 0 0.32rem;
    text-align: center;
}

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

.part6-p {
    font: 400 12px/18px '微软雅黑';
    color: #000;
    text-align: center;
}

.part6-ewm {
    display: flex;
    justify-content: center;
    padding: 20px 0 0;
}

.part-ewm {
    padding: 0 4px;
    text-align: center;
}

.part6-ewm img {
    width: 1.7rem;
    padding: 0.1rem;
    background: #a80506;
}

.part6-ewm p {
    font: 400 14px/24px '微软雅黑';
    color: #fff;
    background: #a80506;
}


.part6-foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 2%;
    width: 100%;
}

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