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;
    align-items: center;
    position: relative;
    z-index: 6;
    width: 100%;
    height: 100%;
    padding: 60px 0 1.5rem;
}


/* 第1部分 */

.part1 {
    position: relative;
}

.part1 img {
    width: 100%;
}


/* 第2部分 */

.part2 {
    position: relative;
    background: url(../images/mpart2_bg.jpg) no-repeat center 0 / cover;
}

.part2 .wrap {
    align-items: flex-start;
}

.part2-main {
    position: relative;
    padding: 0 0.2rem;
}

.part2-big {
    position: absolute;
    z-index: 5;
    left: 0.2rem;
    top: 1.6rem;
}

.part2-big img {
    width: 2.56rem;
    border: 0.1rem solid #fff;
    border-radius: 0 0.8rem;
}

.part2-small {
    position: absolute;
    z-index: 5;
    left: 0.5rem;
    top: 5.2rem;
}

.part2-small img {
    width: 1.28rem;
    border: 0.05rem solid #fff;
    border-radius: 0 0.4rem;
}

.part2-box {
    margin-left: 1rem;
    padding: 0.6rem 0.2rem 0.4rem 1.8rem;
    background: #529a32;
}

.part2-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.part2-title .en img {
    width: 2.4rem;
}

.part2-title .line img {
    width: 0.4rem;
}

.part2-title .ch {
    font-size: 0.3rem;
    line-height: 0.36rem;
    color: #fff;
}

.part2-name {
    padding: 0.2rem 0;
    font-size: 0.3rem;
    line-height: 0.36rem;
    color: #fff;
}

.part2-p {
    height: 4rem;
    overflow: hidden;
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #fff;
}

.part2-more {
    width: 1.8rem;
}

.part2-more a {
    display: block;
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #3e8f04;
    text-align: center;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0.24rem;
}

.part2-ul {
    display: flex;
    justify-content: center;
    margin: 0.6rem 0 0;
}

.part2-li {
    width: 20%;
    padding: 0 0.2rem;
}

.part2-li a {
    display: block;
    position: relative;
    text-align: center;
    padding: 0.3rem 0;
    border-radius: 0.2rem 0;
    background: #216600;
}

.part2-li-icon {
    text-align: center;
}

.part2-li-icon img {
    width: 0.6rem;
}

.part2-li-name {
    width: 0.6rem;
    margin: 0 auto;
    font-size: 0.3rem;
    line-height: 0.3rem;
    color: #fff;
}



/* 第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.2rem;
}

.part3-title {
    display: flex;
    padding-bottom: 0.7rem;
    background: url(../images/part3_en.png) no-repeat 0 bottom/5.6rem;
}

.part3-title .ch {
    font-size: 0.48rem;
    line-height: 0.5rem;
    color: #fff;
}

.part3-title .line {
    padding: 0 0.2rem;
}

.part3-title .en {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}

.part3-nav ul {
    display: flex;
    flex-wrap: wrap;
}

.part3-nav ul li {
    width: 25%;
    padding: 0 0.2rem 0.2rem 0;
}

.part3-nav ul a {
    display: block;
    font-size: 0.3rem;
    line-height: 0.42rem;
    color: #fff;
    text-align: center;
    background: #004f22;
    border-radius: 0 0.1rem;
}

.part3-box {
    position: relative;
    height: 5.4rem;
    overflow: hidden;
    margin: 0.4rem 0 0;
}

.part3-box ul {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
}

.part3-box ul li {
    width: 3.2rem;
    padding: 0 0.1rem;
}

.part3-box ul a {
    position: relative;
    display: block;
    padding: 0 0 0.4rem;
    color: #000;
    background: rgba(255, 255, 255, 0.6);
    border: 2px solid #216600;
}

.part3-box ul a i {
    display: block;
    position: relative;
    z-index: 1;
}

.part3-box ul a i img {
    width: 100%;
}

.pic-li-name {
        padding: 0 5px;
    font-size: 0.3rem;
    line-height: 0.36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.pic-li-weight {
    display: none;
    font-size: 0.24rem;
    line-height: 0.3rem;
    text-align: center;
}

.pic-li-more {
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 2.1rem;
    margin-left: -1.05rem;
    padding: 0 0.2rem;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    background: #004f22;
}

.pic-li-more span {
    display: block;
    background: url(../images/arrow_w.png) no-repeat right center/0.18rem;
}


/* 第4部分 */

.part4 {
    position: relative;
    background: url(../images/mpart4_bg.jpg) no-repeat center 0 / cover;
}

.part4 .wrap {
    align-items: flex-start;
}

.part4-circle {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
}

.part4-logo {
    position: absolute;
    z-index: 3;
    left: 1.8rem;
    bottom: 1.4rem;
}

.part4-logo img {
    width: 2.6rem;
}

.part4-circle i img {
    width: 6.4rem;
}

.part4-main {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 0.4rem 0.2rem 0;
}

.part4-title {
    display: flex;
    align-items: center;
    padding-bottom: 0.5rem;
    color: #fff;
    background: url(../images/part4_en.png) no-repeat 0 bottom/100%;
    border-bottom: 1px solid #fff;
}

.part4-title .ch {
    font-size: 0.48rem;
    line-height: 0.5rem;
    color: #fff;
}

.part4-title .line {
    padding: 0 0.2rem;
}

.part4-title .en {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}

.part4-p {
    margin: 0.2rem 0;
    height: 2rem;
    overflow: hidden;
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #fff;
}

.part4-ul {
    padding: 0.2rem 0 0;
}

.part4-ul ul {
    display: flex;
    flex-wrap: wrap;
}

.part4-ul ul li {
    width: 50%;
    padding: 0.1rem;
}

.part4-ul ul a {
    display: flex;
    justify-content: space-between;
    padding: 0.2rem;
    border: 1px solid #fff;
    border-radius: 0 0.4rem;
}

.part4-ul ul li:nth-child(2) a,
.part4-ul ul li:nth-child(3) a {
    border-radius: 0.4rem 0;
}

.part4-li-icon {
    order: 5;
}

.part4-ul ul li:nth-child(3) .part4-li-icon,
.part4-ul ul li:nth-child(4) .part4-li-icon {
    padding: 0.4rem 0 0;
}

.part4-li-icon img {
    width: 0.48rem;
}

.part4-li-font {
    order: 10;
    padding: 0.4rem 0 0;
    width: 0.6rem;
    font-size: 0.3rem;
    line-height: 0.3rem;
    color: #fff;
}

.part4-ul ul li:nth-child(2n) .part4-li-font {
    order: 1;
}

.part4-ul ul li:nth-child(3) .part4-li-font,
.part4-ul ul li:nth-child(4) .part4-li-font {
    padding: 0 0 0.4rem;
}


/* 第5部分 */

.part5 {
    position: relative;
    background: url(../images/mpart5_bg.jpg) no-repeat center 0 / cover;
}

.part5-main {
    width: 100%;
    padding: 0 0.2rem;
}

.part5-line-left {
    position: relative;
}

.part5-line-left i {
    display: block;
}

.part5-line-left i img {
    width: 100%;
}

.part5-left-layer {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
}

.part5-logo {
    padding: 0.5rem 0 0;
}

.part5-logo img {
    width: 1.9rem;
}

.part5-name {
    width: 1.64rem;
    margin: 0 auto;
    font-size: 0.3rem;
    line-height: 0.36rem;
    color: #fff;
    background: #03633e;
    border-radius: 0.18rem;
}

.part5-line-right {
    padding: 0.4rem;
    background: #03633e;
}

.part5-line-right a {
    display: block;
    color: #fff;
    background: url(../images/part5_en.png) no-repeat right bottom/2.2rem;
}

.part5-line-title {
    overflow: hidden;
    font-size: 0.36rem;
    line-height: 0.4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.part5-line-p {
    height: 0.8rem;
    margin: 0.1rem 0 0;
    overflow: hidden;
    font-size: 0.3rem;
    line-height: 0.4rem;
}

.part5-line-time {
    margin: 0.1rem 0 0;
    font-size: 0.3rem;
    line-height: 0.4rem;
}

.part5-new {
    margin: 0.6rem 0 0;
}

.part5-new ul li {
    background: url(../images/part5_line.png) no-repeat 0 bottom/100%;
}

.part5-new ul a {
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0;
    background: url(../images/part5_line.png) no-repeat 0 0/100%;
}

.new-li-time {
    width: 1.4rem;
    flex-shrink: 0;
    padding: 0.2rem 0.1rem;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
}

.new-li-day {
    font-size: 0.36rem;
    line-height: 0.48rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.new-li-year {
    font-size: 0.26rem;
    line-height: 0.48rem;
}

.new-li-font {
    flex-grow: 1;
    margin-left: 0.2rem;
    color: #fff;
}

.new-li-title {
    height: 1.08rem;
    overflow: hidden;
    font-size: 0.3rem;
    line-height: 0.36rem;
}

.new-li-more {
    font-size: 0.28rem;
    line-height: 0.36rem;
}



/* 第6部分 */

.part6 {
    position: relative;
    background: url(../images/mpart6_bg.jpg) no-repeat center 0 / cover;
}

.part6-main {
    width: 100%;
    padding: 0 0.1rem;
}

.part6-boder {
    height: 9.2rem;
    padding: 1rem 0.8rem 0;
    color: #fff;
    background: url(../images/mpart6_border.png) no-repeat center 0/100%;
}

.part6-name {
    font-size: 0.36rem;
    line-height: 0.48rem;
}

.part6-detail {
    font-size: 14px;
    line-height: 20px;
}

.part6-p {
    margin: 0.5rem 0;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.part6-ewm {
    margin: 0 0 0.4rem;
}

.part6-ewm ul {
    display: flex;
}

.part6-ewm ul li {
    margin-right: 0.2rem;
}

.part6-ewm ul li img {
    width: 1rem;
}

footer {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 20px;
}

footer p {
    padding-right: 5px;
    color: #fff;
}

footer a {
    padding-right: 5px;
    color: #fff;
}