html,
body {
    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: 0.5%;
}

.swiper-pagination-bullet {
    width: 128px;
    height: 54px;
    margin: 0 0 1px;
    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: 60px 0 0;
}


/* 第1部分 */

.part1 {
    position: relative;
}

.banner {
    position: relative;
    z-index: 5;
}

.part1 .swiper-slide img {
    width: 100%;
}


/* 第2部分 */

.part2 {
    position: relative;
    background: url(../images/mpart2_bg.jpg) no-repeat center 0 / cover;
}

.part2 .wrap {
    align-items: flex-end;
}

.part2-main {
    width: 100%;
}

.part2-title {
    margin: 0 0 0.4rem;
    text-align: center;
}

.part2-title img {
    width: 2rem;
}

.part2-ul {
    display: flex;
    flex-wrap: wrap;
}

.part2-li {
    width: 50%;
}

.part2-li a {
    display: block;
    position: relative;
    padding: 0.2rem;
    background: #007c3e url(../images/part2_li.png) no-repeat center bottom/100%;
}

.part2-li:nth-child(2) a {
    background-color: #149353;
}

.part2-li:nth-child(3) a {
    background-color: #149353;
}

.part2-li-img {
    width: 100%;
    text-align: center;
}

.part2-li-img img {
    width: 2rem;
}

.part2-li-name {
    color: #fff;
    text-align: center;
}

.part2-li-name .ch {
    font-size: 0.3rem;
    line-height: 0.36rem;
}

.part2-li-name .en {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}

.part2-li-more {
    width: 3rem;
    margin: 0.2rem auto 0;
    font-size: 12px;
    line-height: 0.3rem;
    text-align: center;
    color: #fff;
    background: url(../images/more_j.png) no-repeat center center/100% 100%;
}


/* 第3部分 */

.part3 {
    position: relative;
    background: url(../images/mpart3_bg.jpg) no-repeat center 0 / cover;
}

.part3 .wrap {
    align-items: center;
}

.part3-main {
    position: relative;
    width: 100%;
    padding: 0 0.2rem;
}

.part3-title {
    padding: 0 0 0.2rem;
    text-align: left;
}

.part3-title .en {
    font-size: 0.6rem;
    line-height: 0.8rem;
    color: #c7a258;
}

.part3-title .ch {
    font-size: 0.48rem;
    line-height: 0.6rem;
    color: #fff;
}

.part3-nav ul {
    display: flex;
    flex-wrap: wrap;
    width: 5.8rem;
}

.part3-nav ul li {
    padding: 0 0.3rem 0.2rem 0;
}

.part3-nav ul a {
    display: block;
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #c7a258;
}

.part3-more {
    position: absolute;
    right: 0.2rem;
    top: 0;
    width: 0.5rem;
}

.part3-more a {
    display: block;
    height: 3rem;
    padding: 0.8rem 0.12rem 0;
    font-size: 12px;
    line-height: 14px;
    color: #c8be5d;
    text-align: center;
    background: url(../images/m_more.png) no-repeat center 0/100%;
}

.part3-box ul {
    display: block;
}

.part3-box ul li {
    padding: 0.1rem 1rem;
}

.part3-box ul a {
    display: block;
    position: relative;
    overflow: hidden;
}

.part3-box ul i {
    display: block;
    border: 2px solid #fff;
}

.part3-box ul i img {
    width: 100%;
}

.part3-box ul p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 0.3rem;
    line-height: 0.6rem;
    color: #fff;
    text-align: center;
    background: rgba(0, 124, 62, 0.9);
}


/* 第4部分 */

.part4 {
    position: relative;
    background: url(../images/mpart4_bg.jpg) no-repeat center 0 / cover;
}

.part4 .wrap {
    align-items: center;
}

.part4-main {
    position: relative;
    width: 100%;
    padding: 0 0.2rem;
}

.part4-title {
    padding: 0.4rem 0 0;
    color: #fff;
    background: url(../images/line_j.png) no-repeat 0 0/1rem;
}

.part4-title .en {
    font-size: 0.36rem;
    line-height: 0.4rem;
    text-transform: uppercase;
}

.part4-title .ch {
    font-size: 0.3rem;
    line-height: 0.4rem;
}

.part4-more {
    position: absolute;
    right: 0;
    top: 0.4rem;
    width: 2.8rem;
}

.part4-more a {
    display: block;
    font-size: 12px;
    line-height: 0.4rem;
    color: #fff;
    text-align: center;
    background: url(../images/more_w.png) no-repeat center center/100% 100%;
}

.part4-main ul {
    perspective: 1000px;
    display: flex;
    flex-wrap: wrap;
    padding: 0.4rem 0 0;
}

.part4-main ul li {
    position: relative;
    width: 50%;
    padding: 1px;
}

.part4-main ul a {
    display: block;
}

.part4-main ul a i {
    display: block;
    border: 1px solid #fff;
}

.part4-main ul i img {
    width: 100%;
}

.part4-main ul a p {
    position: absolute;
    z-index: 10;
    right: 2px;
    bottom: 2px;
    width: 1.8rem;
    font-size: 0.3rem;
    line-height: 0.45rem;
    color: #000;
    text-align: center;
    background: #fff;
}

.part4-bottom {
    padding: 0.5rem 0 0;
    color: #fff;
}

.part4-name {
    font-size: 0.48rem;
    line-height: 0.6rem;
}

.part4-detail {
    font-size: 12px;
    line-height: 16px;
}

.part4-bl {
    padding: 0.3rem 0 0;
    text-align: right;
}

.part4-bl img {
    width: 4.8rem;
}


/* 第5部分 */

.part5 {
    position: relative;
    background: url(../images/mpart5_bg.jpg) no-repeat center 0 / cover;
}

.part5 .wrap {
    align-items: center;
}

.part5-main {
    position: relative;
    width: 100%;
    padding: 0 0.2rem;
}

.part5-title {
    padding: 0.4rem 0 0.2rem;
    color: #000;
    background: url(../images/line_j.png) no-repeat 0 0/1rem;
}

.part5-title .en {
    font-size: 0.36rem;
    line-height: 0.4rem;
    text-transform: uppercase;
}

.part5-title .ch {
    font-size: 0.3rem;
    line-height: 0.4rem;
}

.part5-more {
    position: absolute;
    right: 0;
    top: 0.4rem;
    width: 2.8rem;
}

.part5-more a {
    display: block;
    font-size: 12px;
    line-height: 0.4rem;
    color: #000;
    text-align: center;
    background: url(../images/more_b.png) no-repeat center center/100% 100%;
}

.part5-new a {
    display: block;
}

.part5-new-img {
    width: 5rem;
    border: 2px solid #fff;
}

.part5-new-img img {
    width: 100%;
}

.part5-new-font {
    color: #000;
}

.part5-new-title {
    margin: 0.2rem 0 0;
    overflow: hidden;
    font-size: 0.3rem;
    line-height: 0.6rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.part5-new-p {
    height: 1.2rem;
    margin: 0.2rem 0 0;
    overflow: hidden;
    font-size: 0.3rem;
    line-height: 0.4rem;
}

.part5-new-more {
    width: 2rem;
    padding: 0 0.2rem;
    background: #0a542b;
}

.part5-new-more span {
    display: block;
    font-size: 12px;
    line-height: 0.6rem;
    color: #fff;
    background: url(../images/arrow_w.png) no-repeat right center;
}

.part5-box ul {
    display: block;
    padding: 0.3rem 0 0;
}

.part5-box ul a {
    display: flex;
    justify-content: space-between;
    color: #000;
}

.new-li-time {
    width: 1.4rem;
    padding: 0.7rem 0 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.new-li-time .year {
    font-size: 0.36rem;
    line-height: 0.48rem;
}

.new-li-time .day {
    font-size: 12px;
    line-height: 16px;
}

.new-li-font {
    width: 5.4rem;
}

.new-li-title {
    overflow: hidden;
    font-size: 0.36rem;
    line-height: 0.4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-p {
    height: 0.8rem;
    margin: 0.15rem 0;
    overflow: hidden;
    font-size: 0.3rem;
    line-height: 0.4rem;
}

.new-li-more {
    width: 2rem;
    padding: 0 0.2rem;
    background: #0a542b;
}

.new-li-more span {
    display: block;
    font-size: 12px;
    line-height: 0.6rem;
    color: #fff;
    background: url(../images/arrow_w.png) no-repeat right center;
}


/* 第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-img {
    padding: 0 0 0.4rem;
}

.part6-img img {
    width: 100%;
}

.part6-box {
    display: flex;
    justify-content: space-between;
}

.part6-slide {
    width: 3rem;
    text-align: center;
}

.part6-ad img {
    width: 2.7rem;
}

.part6-ewm {
    padding: 0.4rem 0 0;
    text-align: center;
}

.part6-ewm img {
    width: 1.6rem;
}

.part6-ul {
    display: block;
}

.part6-li {
    padding: 0 0 0.8rem;
    color: #000;
}

.part6-li-small {
    display: flex;
}

.part6-li-small i {
    display: block;
}

.part6-li-small i img {
    width: 0.3rem;
}

.part6-li-small span {
    display: block;
    font-size: 0.3rem;
    line-height: 0.5rem;
}

.part6-li-big {
    padding-left: 0.3rem;
    font-size: 0.36rem;
    line-height: 0.4rem;
}

footer {
    position: absolute;
    left: 0;
    bottom: 0.2rem;
}

.foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 12px;
    line-height: 20px;
}

.foot p {
    padding: 0 3px;
    color: #000;
}

.foot a {
    padding: 0 3px;
    color: #000;
}