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: 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;
}

.wrap {
    display: flex;
    position: relative;
    z-index: 6;
    width: 100%;
    height: 100%;
    padding: 80px 0 0;
}


/* 第1部分 */

.part1 {
    position: relative;
    border-bottom: 0.4vw solid #d9fe00;
}

.banner img {
    width: 100%;
}


/* 第2部分 */

.part2 {
    position: relative;
    background: url(../images/mpart2_bg.jpg) no-repeat center 0 / cover;
}

.part2 .wrap {
    align-items: center;
}

.part2-main {
    width: 100%;
    padding: 0 0.2rem;
}

.part2-top {
    position: relative;
    height: 4.4rem;
    margin: 0 0.3rem;
    padding: 0.8rem 0 0;
    background: url(../images/mpart2_border.png) no-repeat 0 center/8.4rem;
}

.part2-en img {
    width: 4.6rem;
}

.part2-ch {
    padding: 0.3rem 0;
    font-size: 0.64rem;
    line-height: 0.8rem;
    color: #fff;
}

.part2-detail {
    padding-left: 1.2rem;
    font-size: 0.4rem;
    line-height: 0.6rem;
    color: #fff;
    background: url(../images/part2_line.png) no-repeat 0 0.3rem/1rem;
}

.part2-more {
    position: absolute;
    z-index: 10;
    right: 0.1rem;
    top: 0.8rem;
}

.part2-more a {
    display: block;
    width: 100px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
}

.part2-p {
    height: 120px;
    margin-top: 0.5rem;
    padding: 0 0.1rem;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.part2-ul {
    padding: 0.6rem 0 0;
}

.part2-ul ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.part2-ul ul li {
    width: 25%;
    padding: 0 0.15rem;
}

.part2-ul ul a {
    position: relative;
    display: block;
}

.part2-li-img {
    position: relative;
    z-index: 1;
}

.part2-li-img img {
    width: 100%;
}

.part2-li-num {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: -0.3rem;
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.32rem;
    line-height: 0.6rem;
    margin-left: -0.3rem;
    color: #d9fe00;
    text-align: center;
    background: #006428;
    border: 1px solid #d9fe00;
    border-radius: 50%;
}

.part2-li-name {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0.8rem;
    width: 100%;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-align: center;
}

.part2-li-icon {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 1.4rem;
    width: 100%;
    text-align: center;
}

.part2-li-icon img {
    width: 0.8rem;
}

.part2-ul ul li:nth-child(5) .part2-li-name {
    top: 0.6rem;
}

.part2-ul ul li:nth-child(6) .part2-li-name {
    top: 0.6rem;
}

.part2-ul ul li:nth-child(7) .part2-li-name {
    top: 0.6rem;
}


/* 第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.3rem;
}

.part3-top {
    display: flex;
    justify-content: center;
    padding: 0 0 0.8rem;
}

.part3-ch {
    padding-right: 0.2rem;
}

.part3-ch img {
    width: 2.4rem;
}

.part3-font {
    color: #fff;
}

.part3-font p {
    font-size: 0.4rem;
    line-height: 0.5rem;
    color: #fff;
    text-transform: uppercase;
}

.part3-box ul {
    display: flex;
    flex-wrap: wrap;
}

.part3-box ul li {
    width: 50%;
    padding: 0.3rem 0.15rem;
}

.part3-box ul li:nth-child(5) {
    width: 100%;
}

.part3-box ul a {
    display: block;
    position: relative;
}

.part3-li-img {
    overflow: hidden;
}

.part3-li-img img {
    width: 100%;
}

.part3-li-top {
    position: absolute;
    z-index: 10;
    left: 0.5rem;
    top: -0.28rem;
    width: 3.5rem;
    height: 1.36rem;
    padding: 0.4rem 0 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: url(../images/part3_top.png) no-repeat center 0/100%;
}


/* 第4部分 */

.part4 {
    position: relative;
    background: url(../images/mpart4_bg.jpg) no-repeat center 0 / cover;
}

.part4 .wrap {
    align-items: flex-end;
    padding-bottom: 2rem;
}

.part4-main {
    position: relative;
    width: 100%;
    padding: 0 1rem;
}

.part4-ul {
    display: flex;
    flex-wrap: wrap;
}

.part4-li {
    width: 50%;
    padding: 0.2rem;
}

.part4-li img {
    width: 100%;
}


/* 第5部分 */

.part5 {
    position: relative;
    background: url(../images/mpart5_bg.jpg) no-repeat center 0 / cover;
}

.part5 .wrap {
    align-items: center;
}

.part5-main {
    width: 100%;
}

.part5-font {
    padding: 0 0 0.3rem;
    text-align: center;
}

.part5-font img {
    width: 6rem;
}

.part5-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0.4rem 0.2rem 1rem;
    height: 2.4rem;
    padding: 0 1rem 0 0.6rem;
    background: url(../images/mpart5_top.png) no-repeat right 0/8.4rem;
}

.part5-title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.part5-title .n {
    font-size: 0.9rem;
    line-height: 1rem;
}

.part5-2 {
    text-align: left;
}

.part5-2 .ch {
    font-size: 0.4rem;
    line-height: 0.5rem;
}

.part5-2 .en {
    font-size: 0.32rem;
    line-height: 0.4rem;
    text-transform: uppercase;
}

.part5-nav {
    padding: 0;
}

.part5-nav ul {
    display: flex;
    justify-content: center;
}

.part5-nav ul li {
    padding: 0 0.2rem;
}

.part5-nav ul a {
    display: block;
    width: 0.4rem;
    padding: 0 1px;
    font-size: 0.32rem;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.part5-border {
    height: 10.8rem;
    margin-right: 0.5rem;
    padding: 1.4rem 0.2rem 0 0.7rem;
    background: url(../images/mpart5_border.png) no-repeat 0 0/100%;
}

.part5-border ul {
    border-top: 1px dashed #000;
}

.part5-border ul li {
    padding: 0.3rem 0;
    border-bottom: 1px dashed #000;
}

.part5-border ul a {
    display: flex;
    justify-content: space-between;
}

.new-li-img {
    width: 3rem;
}

.new-li-img img {
    width: 100%;
}

.new-li-font {
    width: 5.4rem;
    color: #000;
}

.new-li-title {
    font-size: 16px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-p {
    height: 36px;
    margin: 5px 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
}

.new-li-time {
    font-size: 12px;
    line-height: 16px;
    color: #000;
}


/* 第6部分 */

.part6 {
    position: relative;
    background: url(../images/mpart6_bg.jpg) no-repeat center 0 / cover;
}

.part6 .wrap {
    padding-top: 3rem;
}

.part6-main {
    width: 100%;
    padding: 0 0.4rem;
}

.part6-detail {
    font-size: 0.8rem;
    line-height: 1;
    color: #fff;
}

.part6-logo {
    padding: 0.4rem 0 0.6rem;
}

.part6-logo img {
    width: 100%;
}

.part6-p {
    display: block;
}

.part6-p p {
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

footer {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.3rem;
}

footer p {
    padding: 0 5px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

footer a {
    padding: 0 5px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}