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

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

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

.parts .parts-pagination {
    left: auto;
    right: 2%;
    z-index: 10;
}

.parts .swiper-pagination-bullet {
    position: relative;
    width: 20px;
    height: 20px;
    margin-bottom: 20px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 1;
}

.parts .swiper-pagination-bullet span {
    display: none;
    position: absolute;
    right: 30px;
    top: -6px;
    width: 86px;
    font: 400 16px/30px '微软雅黑';
    color: #fff;
    background: url('../images/pagination_bg.png') no-repeat 0 center;
}

.parts .swiper-pagination-bullet:hover span {
    display: block;
}

.parts .swiper-pagination-bullet-active {
    background: none;
}

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

/* 第1部分 */
.part1 {
    width: 100%;
}

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

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

.part2 .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.part2-title {
    padding-bottom: 1rem;
    text-align: center;
}

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

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

.part2-content ul li {
    width: 33.33%;
    padding: 0.3rem;
}

.part2-content ul li a {
    display: block;
    text-align: center;
}

.part2-content ul li .part2-li-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
    background: no-repeat center center/100% 100%;
}

.part2-content ul li .part2-li-img img {
    width: 0.8rem;
}

.part2-content ul li:nth-child(1) .part2-li-img {
    background-image: url(../images/part2_li1_bg.png);
}

.part2-content ul li:nth-child(2) .part2-li-img {
    background-image: url(../images/part2_li2_bg.png);
}

.part2-content ul li:nth-child(3) .part2-li-img {
    background-image: url(../images/part2_li3_bg.png);
}

.part2-content ul li:nth-child(4) .part2-li-img {
    background-image: url(../images/part2_li4_bg.png);
}

.part2-content ul li:nth-child(5) .part2-li-img {
    background-image: url(../images/part2_li5_bg.png);
}

.part2-content ul li:nth-child(6) .part2-li-img {
    background-image: url(../images/part2_li6_bg.png);
}

.part2-content ul li p {
    font: bold 0.32rem/0.48rem '微软雅黑';
    color: #000;
    text-align: center;
}


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

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

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

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

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

.part3-content {
    position: relative;
    margin: 0.8rem 0 0 1.8rem;
    padding: 0.3rem 0 0.3rem 1.8rem;
    ;
    border: 3px solid #959595;
}

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

.part3-left img {
    width: 3.6rem;
}

.part3-right {
    position: relative;
    width: 4rem;
    margin: 0 auto;
    padding: 0.32rem;
    background: url(../images/part3_content_bg.jpg) no-repeat center center/100% 100%;
}

.part3-button-prev,
.part3-button-next {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.part3-button-prev img,
.part3-button-next img {
    width: 0.4rem;
}

.part3-button-prev {
    left: -0.6rem;
}

.part3-button-next {
    right: -0.6rem;
}

.part3-banner {
    width: auto;
}

.part3-banner a {
    display: block;
    position: relative;
}

.part3-banner i {
    display: block;
}

.part3-banner img {
    width: 100%;
}


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

.part4 .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.part4-main {
    width: 8rem;
    margin: 0 auto;
}

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

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

.part4-nav {
    padding: 0.32rem 0;
}

.part4-nav ul {
    display: flex;
    justify-content: space-between;
}

.part4-nav ul li {
    width: 2.4rem;
    background: url(../images/part4_nav_bg.png) no-repeat center center/100% 100%;
}

.part4-nav ul li a {
    display: block;
    width: 1.92rem;
    margin: 0 auto;
    font: 400 0.32rem/0.64rem '微软雅黑';
    color: #fff;
    text-align: center;
    background: #901010;
}


.part4-li {
    padding: 0.6rem 0;
}

.part4-li a {
    display: block;
    position: relative;
}

.part4-li a i {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

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

.new-li-time {
    position: absolute;
    z-index: 10;
    left: 24px;
    top: -24px;
    width: 72px;
    color: #fff;
    text-align: center;
    background: #313131;
}

.new-li-time .years {
    font: 400 14px/24px '微软雅黑';
    border-bottom: 1px solid #8b8b8b;
}

.new-li-time .days {
    font: bold 24px/36px '微软雅黑';
}

.new-li-font {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    background: #fff;
}

.new-li-title {
    padding: 42px 10px 0;
    font: 400 16px/24px '微软雅黑';
    color: #901010;
}

.new-li-p {
    height: 195px;
    padding: 5px 10px 10px;
    font: 400 14px/30px '微软雅黑';
    color: #666666;
    text-align: justify;
    border-bottom: 1px solid #f1f1f1;
}

.new-li-more {
    display: block;
    width: 100px;
    margin: 10px 0 0 10px;
    font: 400 14px/30px '微软雅黑';
    color: #fff;
    text-align: center;
    background: #313131;
}


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

.part5 .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

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

.part5-nav {
    padding: 0.32rem 1.5rem;
}

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

.part5-nav ul li {
    width: 50%;
    padding: 5px;
}

.part5-nav ul li a {
    display: block;
    font: 400 14px/30px '微软雅黑';
    color: #87673b;
    text-align: center;
    background: #fbe0bc;
}

.part5-nav ul li a:hover {
    color: #fff;
    background: #901010;
}

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

.part5-content ul li a img {
    width: 100%
}



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

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

.part6-main {
    width: 100%;
}

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

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

.part6-content {
    padding: 1.2rem 0.4rem 0;
    color: #fff;
    text-align: center;
}

.part6-p {
    font: bold 0.48rem/0.8rem '微软雅黑';
}

footer {
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 100%;
}