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;
    position: relative;
    z-index: 6;
    width: 100%;
    height: 100%;
    padding: 60px 0 0;
}


/* 第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-end;
}

.part2-main {
    position: relative;
    width: 100%;
    padding: 0 0.2rem;
}

.part2-about {
    position: absolute;
    right: 0.2rem;
    top: 0;
}

.part2-about img {
    width: 1.4rem;
}

.part2-nav {
    padding: 0 0 1.8rem;
}

.part2-nav ul {
    display: flex;
    flex-wrap: wrap;
    width: 5.4rem;
}

.part2-nav ul li {
    width: 1.8rem;
    margin: 0 0 0.2rem;
    padding: 0 0.2rem;
    background: url(../images/part2_line.png) no-repeat 0 1.24rem/0.6rem 1px, url(../images/part2_line.png) no-repeat right 1.24rem/0.6rem 1px;
}

.part2-nav ul a {
    display: block;
    text-align: center;
}

.part2-li-icon {
    position: relative;
    text-align: center;
}

.part2-li-icon i {
    display: block;
}

.part2-li-icon img {
    width: 0.48rem;
}

.part2-li-font {
    margin: 0.1rem 0;
    font-size: 0.3rem;
    line-height: 0.48rem;
    text-align: center;
    color: #000;
}

.part2-li-circle {
    width: 0.2rem;
    height: 0.2rem;
    margin: 0 auto;
    background: url(../images/part2_circle.png) no-repeat center center/0.1rem;
}

.part2-box {
    padding: 0.3rem;
    background: url(../images/part2_box.png) no-repeat center 0/cover;
    border-top: 3px solid #429d52;
}

.part2-name {
    overflow: hidden;
    font-size: 0.3rem;
    line-height: 0.36rem;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.part2-p {
    height: 100px;
    overflow: hidden;
    margin: 0.2rem 0 0;
    font-size: 14px;
    line-height: 20px;
}

.part2-ul {
    display: flex;
    align-items: center;
}

.part2-line {
    padding: 0.4rem 0;
}

.part2-line-big {
    font-size: 0.36rem;
    line-height: 0.4rem;
    color: #007313;
}

.part2-line-small {
    font-size: 12px;
    line-height: 20px;
}

.part2-dashed {
    padding: 0 0.4rem;
}

.part2-more {
    padding: 0.1rem 0 0;
}

.part2-more a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    background: url(../images/more_arrow.png) no-repeat 100px center;
}


/* 第3部分 */

.part3 {
    position: relative;
    background: url(../images/mpart3_bg.jpg) no-repeat center 0 / cover;
}

.part3 .wrap {
    align-items: center;
}

.part3-main {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 0 0.2rem;
}

.part3-title {
    position: relative;
}

.part3-title .ch {
    position: relative;
    z-index: 50;
    font-size: 0.36rem;
    line-height: 0.48rem;
    color: #fff;
    text-align: center;
}

.part3-title .en {
    font-size: 0.6rem;
    line-height: 0.64rem;
    color: #fff;
    text-align: center;
}

.part3-title .en span {
    display: block;
    opacity: 0.3;
}

.part3-nav {
    position: relative;
    z-index: 20;
    padding: 0.2rem 0;
}

.part3-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.part3-nav ul li {
    width: 33.3%;
    padding: 0.1rem;
}

.part3-nav ul a {
    display: block;
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #000;
    text-align: center;
    background: #fff;
    border: 1px solid #000;
}

.part3-box {
    margin: 0.6rem 0 0;
}

#marquee {
    position: relative;
    height: 6.2rem;
    overflow: hidden;
}

.part3-box ul {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
}

.part3-box ul li {
    width: 3.8rem;
    padding: 0 0.1rem;
}

.part3-box ul a {
    display: block;
}

.part3-box ul a i {
    display: block;
    padding: 0 0.2rem;
}

.part3-box ul a i img {
    width: 100%;
}

.part3-box ul a .pic-li-name {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0.3rem 0 0;
    padding: 0 0 0 0.24rem;
    font-size: 0.3rem;
    line-height: 0.84rem;
    color: #000;
    background: rgba(255, 255, 255, 0.6);
    border: 2px solid #000;
}
.part3-box ul a .pic-li-name span{
    width: 2.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.part3-box ul a p {
    display: block;
    width: 0.84rem;
    height: 0.84rem;
    background: url(../images/pic_arrow_b.png) no-repeat center 0/100%;
}

.part3-box ul a .pic-li-name::before {
    content: '';
    position: absolute;
    left: 0.24rem;
    top: -2px;
    width: 0.2rem;
    height: 3px;
    background: #8dc130;
}


/* 第4部分 */

.part4 {
    position: relative;
    background: url(../images/mpart4_bg.jpg) no-repeat center 0 / cover;
}

.part4-yh {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
}

.part4-yh img {
    width: 100%;
    mix-blend-mode: screen;
}

.part4 .wrap {
    align-items: center;
}

.part4-main {
    position: relative;
    z-index: 20;
    width: 100%;
    padding: 0 0.2rem;
}

.part4-en {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-align: center;
}

.part4-ch {
    margin: 0.2rem 0;
    font-size: 0.36rem;
    line-height: 0.4rem;
    color: #fff;
    text-align: center;
}

.part4-p {
    margin: 0 0 0.2rem;
    height: 72px;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align: center;
}

.part4-nav {
    padding: 0;
}

.part4-nav ul {
    display: flex;
    justify-content: space-between;
}

.part4-nav ul li {
    width: 50%;
    padding: 0 0.1rem;
}

.part4-nav ul a {
    display: flex;
    align-items: center;
    padding: 0.1rem 0;
    color: #fff;
    border-bottom: 1px dashed #fff;
}

.part4-nav ul i {
    display: block;
    width: 0.48rem;
}

.part4-nav ul i img {
    width: 100%;
}

.part4-nav ul p {
    width: 2.78rem;
    padding-left: 1vw;
    font-size: 0.3rem;
    line-height: 0.48rem;
    text-align: left;
    background: url(../images/arrow_ww.png) no-repeat right center/0.24rem;
}

.part4-box ul {
    display: flex;
    justify-content: center;
    padding: 0.3rem 0 0;
}

.part4-box li {
    padding: 0 0.1rem;
}

.part4-box li img {
    width: 2rem;
}


/* 第5部分 */

.part5 {
    position: relative;
    background: url(../images/mpart5_bg.jpg) no-repeat center 0 / cover;
}

.part5 .wrap {
    align-items: center;
}

.part5-white {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5.6rem;
    background: rgba(255, 250, 217, 0.8);
}

.part5-yh {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 1vw;
}

.part5-yh img {
    width: 100%;
}

.part5-main {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 0 0.2rem;
}

.part5-border {
    width: 5.72rem;
    margin: 0 auto;
    padding: 0 0.72rem;
    background: url(../images/mpart5_border.png) no-repeat center 0.2rem/100%;
}

.part5-name .ch {
    font-size: 0.36rem;
    line-height: 0.48rem;
    color: #01903b;
}

.part5-name .ch span {
    color: #000;
}

.part5-name .en {
    font-size: 12px;
    line-height: 20px;
}

.part5-detail {
    padding: 0 0 0.2rem;
    font-size: 12px;
    line-height: 20px;
    background: url(../images/line_g.png) no-repeat 0 bottom/0.2rem;
}

.part5-nav {
    padding: 0.4rem 0;
}

.part5-nav ul {
    display: flex;
}

.part5-nav ul li {
    width: 50%;
    padding: 0 0.1rem;
}

.part5-nav ul a {
    display: block;
    padding: 0 0 0.1rem;
    font-size: 0.3rem;
    line-height: 0.36rem;
    color: #000;
    border-bottom: 1px dashed #000;
}

.part5-box {
    position: relative;
    height: 6.6rem;
    overflow: hidden;
    margin: 0.4rem 0 0;
}

.part5-box ul {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
}

.part5-box ul li {
    width: 4.4rem;
    padding: 0 0.2rem;
}

.part5-box ul a {
    display: block;
    color: #000;
}

.new-li-img {
    overflow: hidden;
}

.new-li-img img {
    width: 100%;
}

.new-li-font {
    padding: 0.2rem 0;
}

.new-li-title {
    overflow: hidden;
    font-size: 0.3rem;
    line-height: 0.36rem;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-time {
    margin: 0.1rem 0;
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

.new-li-p {
    height: 80px;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
}

.new-li-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.2rem 0 0;
    width: 0.48rem;
    height: 0.48rem;
    background: #01903b;
}

.new-li-arrow img {
    width: 0.1rem;
}


/* 第6部分 */

.part6 {
    position: relative;
    background: url(../images/mpart6_bg.jpg) no-repeat center 0 / cover;
}

.part6 .wrap {
    align-items: center;
    padding-bottom: 1rem;
}

.part6-main {
    position: relative;
    width: 100%;
    padding: 0 0.2rem;
}

.part6-contact {
    text-align: center;
}

.part6-contact img {
    width: 7rem;
}

.part6-title {
    position: relative;
    z-index: 10;
    text-align: center;
}

.part6-title .ch img {
    width: 100%;
}

.part6-title .en {
    margin: 0.1rem 0 0;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
}

.part6-box {
    position: relative;
    margin: 1rem 0 0;
    height: 3rem;
    padding: 0 0.8rem;
    background: rgba(255, 255, 255, 0.8);
}

.part6-ul {
    position: absolute;
    left: 0.8rem;
    top: -0.3rem;
    width: 5.5rem;
    padding: 0.4rem 0.4rem 0.8rem;
    background: rgba(1, 144, 59, 0.9);
}

.part6-ul::before {
    content: '';
    position: absolute;
    z-index: 1;
    right: -0.2rem;
    top: 0;
    width: 0.2rem;
    height: 0.3rem;
    background: url(../images/part6_three.png) no-repeat 0 0/100% 100%;
}

.part6-li {
    display: flex;
    padding: 0.2rem 0;
}

.part6-li-icon {
    width: 0.6rem;
}

.part6-li-icon img {
    width: 0.48rem;
}

.part6-li-font {
    width: 3.4rem;
    padding: 0 0 0.1rem;
    font-size: 0.3rem;
    line-height: 0.36rem;
    color: #fff;
    border-bottom: 2px solid #fff;
}

footer {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    bottom: 0.2rem;
    width: 100%;
    padding: 0 0.1rem 0.4rem 1rem;
    font-size: 12px;
    line-height: 16px;
    background: url(../images/mpart6_border.png) no-repeat 0 bottom/100%;
}

footer p {
    padding-right: 2px;
    color: #fff;
}

footer a {
    padding-right: 2px;
    color: #fff;
}