html,
body {
    perspective: 1000px;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    overflow: hidden;
    transform-origin: 0 0;
}

.wrap {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 6;
    width: 100%;
    height: 100%;
    padding: 60px 0 0;
}


/* 第1部分 */

.part1 {
    position: relative;

}

.banner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
}

.banner img {
    width: 100%;
}

.parts .banner-page {
    left: 0.8rem;
    bottom: 0.8rem;
    width: auto;
}

.banner-page .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.banner-page .swiper-pagination-bullet-active {
    background: #a90202;
}


/* 第2部分 */

.part2 {
    position: relative;
    background: url(../images/mpart2_bg.jpg) no-repeat center 0 / cover;
}

.part2-main {
    position: relative;
    width: 100%;
}

.part2-top {
    position: relative;
    width: 6rem;
    height: 7rem;
    margin: 0 auto;
    background: url(../images/mpart2_border.png) no-repeat 0 0/100%;
}

.part2-logo {
    padding: 0.65rem 0 0.2rem;
    text-align: center;
}

.part2-logo img {
    width: 2rem;
}

.part2 ul {
    display: flex;
    justify-content: center;
}

.part2 ul li {
    padding: 0 6px;
}

.part2 ul li a {
    display: flex;
    align-items: center;
    width: 28px;
    height: 84px;
    padding: 4px 2px;
    font: 400 16px/1 'SimSun';
    color: #000;
    text-align: center;
    background: url(../images/part2_icon.png) no-repeat center 0/100% 100%;
}


.part2-banner {
    position: absolute;
    z-index: 10;
    left: 0.6rem;
    top: 5.6rem;
    width: 5rem;
}

.part2-banner img {
    width: 100%;
}

.part2-banner-info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 7.6rem;
    margin: 0 auto;
    padding: 0.64rem 0 1.24rem;
}

.part2-btn-prev {
    width: 16px;
    height: 16px;
    background: url(../images/mpart2_arrow_left.png) no-repeat 0 center/16px;
}

.part2-btn-next {
    width: 16px;
    height: 16px;
    background: url(../images/mpart2_arrow_right.png) no-repeat 0 center/16px;
}

.part2-banner-center {
    display: flex;
    align-items: center;
    padding: 0 10px;
    font: 400 18px/18px 'SimSun';
}

.zero {
    font-size: 14px;
    color: #a40000;
}

.part2-banner-center .part2-page {
    font-size: 14px;
    color: #a40000;
}

.part2-banner-center p {
    padding: 0 2px;
    font-size: 12px;
}

.part2-bottom {
    margin: 0 0.4rem 0 1.2rem;
}

.part2-bottom-title {
    padding: 0 0 0 28px;
    font: 400 18px/30px 'SimSun';
    background: url(../images/part2_line.png) no-repeat 0 center/16px;
}

.part2-bottom-p {
    margin: 18px 0 0;
    padding: 0 0 0 28px;
    font: 400 14px/18px 'SimSun';
    color: #000;
}


/* 第3部分 */

.part3 {
    position: relative;
    background: url(../images/mpart3_bg.jpg) no-repeat center 0 / cover;
}

.part3-main {
    position: relative;
    width: 100%;
}

.part3-nav {
    padding: 0 0 0.8rem;
}

.part3-nav ul {
    display: flex;
    justify-content: center
}

.part3-nav li {
    width: 85px;
    padding: 0 2px;
}

.part3-nav li:nth-child(1) a {
    padding-right: 15px;
}

.part3-nav li:nth-child(3) a {
    padding-left: 15px;
}

.part3-nav li:nth-child(2) {
    width: 100px;
}

.part3-nav li a {
    display: block;
    position: relative;
    font: 400 16px/30px 'SimSun';
    color: #fff;
    text-align: center;
    background: #000;
    transform: skew(-30deg);
}

.part3-nav li:nth-child(1) a::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: -15px;
    top: 0;
    width: 30px;
    height: 100%;
    background: #000;
    transform: skew(30deg);
}

.part3-nav li:nth-child(3) a::before {
    content: '';
    position: absolute;
    z-index: 1;
    right: -15px;
    top: 0;
    width: 30px;
    height: 100%;
    background: #000;
    transform: skew(30deg);
}

.part3-nav li a span {
    display: block;
    position: relative;
    z-index: 10;
    transform: skew(30deg);
}

.part3-ul {
    position: relative;
    height: 5.8rem;
}

.part3-ul ul {
    position: absolute;
    display: flex;
}

.part3-ul ul li {
    width: 4.6rem;
    padding: 0 0.2rem;
}

.part3-ul ul a {
    display: block;
    position: relative;
}

.part3-ul ul i {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #fff;
    border: 2px solid #000;
}

.part3-ul ul i img {
    width: 100%;
}

.pic-li-name {
    font: 400 16px/24px 'SimSun';
    color: #fff;
    text-align: center;
    background: #000;
}

.part3-more {
    width: 3.5rem;
    margin: 0 auto;
    font: 400 14px/30px 'SimSun';
    text-align: center;
    background: #000;
}

.part3-more a {
    display: block;
    color: #fff;
}


.part3-logo {
    position: absolute;
    right: 0.24rem;
    bottom: 0.2rem;
}

.part3-logo img {
    width: 1.32rem;
}


/* 第4部分 */

.part4 {
    position: relative;
    background: url(../images/mpart4_bg.jpg) no-repeat center 0 / cover;
}

.part4-main {
    position: relative;
    width: 100%;
    padding: 0 0.3rem;
}


.part4-title {
    width: 3.2rem;
    height: 2rem;
    padding: 1.1rem 0 0;
    text-align: center;
    background: url(../images/part4_title.png) no-repeat 0 0/100%;
}

.part4-title a {
    font: 400 12px/20px 'SimSun';
    color: #000;
}

.part4-content {
    width: 100%;
    overflow: auto;
    padding: 0.3rem;
    background: #fff;
    border-radius: 5px;
}

.part4-white {
    width: 14.4rem;
    padding: 0 0.3rem;
    background: #fff;
    border-radius: 5px;
}

.part4-ul {
    display: flex;
    flex-wrap: wrap;
    background: url(../images/part4_plus.png) no-repeat center center/auto 90%;

}

.part4-li {
    width: 50%;
    padding: 0.4rem 0.4rem;
}

.part4-li-top {
    display: flex;
    align-items: flex-end;
}

.part4-li-num {
    padding: 0 0 0 10px;
    font: 400 18px/24px "SimSun";
    color: #000;
    background: url(../images/part4_line.png) no-repeat 0 center/5px;
}

.part4-li-ch {
    padding: 0 0 0 8px;
    font: 400 18px/24px 'SimSun';
    color: #000;
}

.part4-li-en {
    padding: 0 0 0 5px;
}

.part4-li-title {
    margin-left: 35px;
    padding: 10px 0 0;
    font: 400 18px/24px 'SimSun';
    color: #000;
}

.part4-li-p {
    height: 60px;
    overflow: hidden;
    margin: 5px 0 5px 35px;
    font: 400 14px/20px 'SimSun';
    color: #999999;

}

.part4-li-summary {
    display: inline-block;
    margin-left: 35px;
    padding: 2px 5px;
    font: 400 14px/20px 'SimSun';
    color: #ab0102;
    border: 1px solid #ab0102;
}


/* 第5部分 */

.part5 {
    position: relative;
    background: url(../images/mpart5_bg.jpg) no-repeat center 0 / cover;
}

.part5-main {
    width: 100%;
    padding: 0 0.3rem;
}

.part5-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 0 0.8rem;
    text-align: center;
    color: #fff;
    background: url(../images/mpart5_title.jpg) no-repeat 0 0/cover;
}

.part5-title-left {
    width: 3.4rem;
    text-align: center;
}

.part5-title-name {
    font: 400 24px/30px 'SimSun';
}

.part5-title-line {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0 4px;
    overflow: hidden;
}

.part5-title-line img {
    width: 5px;
}

.part5-title-en {
    font: 400 12px/18px 'SimSun';
}

.part5-title-right {
    width: 5rem;
    text-align: center;
}

.part5-title-ch {
    font: 400 16px/30px 'SimSun';
}

.part5-title-more {
    width: 136px;
    margin: 12px auto 0;
    font: 400 14px/24px "SimSun";
    border: 1px solid #fff;
}

.part5-title-more a {
    display: block;
    color: #fff;
}

.part5-bottom {
    padding: 0.6rem 0.35rem;
    background: rgba(255, 255, 255, 0.9);
}

.part5-bottom ul li {
    padding: 0.4rem 0;
}

.part5-bottom ul li:nth-child(1) {
    border-bottom: 1px dashed #333;
}

.part5-bottom ul a {
    display: flex;
    justify-content: space-between;
}

.new-li-img {
    width: 2.8rem;
    height: 2rem;
    overflow: hidden;
}

.new-li-img img {
    width: 100%;
    height: 100%;
}

.new-li-font {
    width: 5.6rem;
    color: #000;
}

.new-li-title {
    overflow: hidden;
    font: 400 18px/24px "SimSun";
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-p {
    height: 32px;
    margin: 2px 0;
    overflow: hidden;
    font: 400 14px/16px 'SimSun';
}

.new-li-time {
    font: 400 14px/16px 'SimSun';
}


/* 第6部分 */
.part6 {
    position: relative;
    background: url(../images/mpart6_bg.jpg) no-repeat center 0 / cover;
}

.part6-main {
    width: 9rem;
    margin: 0.4rem auto 0.8rem;
    padding: 0.8rem 0.4rem;
    background: rgba(255, 255, 255, 0.5);
}

.part6-title {
    padding: 0 0 0.6rem;
    text-align: center;
}

.part6-title img {
    width: 6rem;
}

.part6-name {
    padding: 0 0 0.4rem;
    font: 400 24px/30px 'SimSun';
    text-align: center;
}

.part6-p {
    font: 400 16px/30px "SimSun";
    text-align: center;
}

.part6-content {
    display: flex;
    justify-content: center;
    width: 7.8rem;
    margin: 1.2rem auto 1rem;
    padding: 0.2rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.75);
}

.part6-content img {
    width: 2.5rem;
}

.part6-left {
    width: 50%;
    border-right: 1px dashed #000;
}

.part6-right {
    width: 50%;
}

footer {
    display: flex;
    justify-content: center;
}

footer p {
    padding: 0 5px;
    font: 400 14px/24px "SimSun";
    color: #000;
}