html,
body {
    perspective: 1000px;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.wrap {
    display: flex;
    position: relative;
    z-index: 6;
    width: 100%;
    height: 100%;
    padding: 60px 0 0;
}


/* 第1部分 */

.part1 {
    position: relative;
}

.mbanner-layer {
    position: absolute;
    left: 0;
    top: 2.4rem;
    width: 100%;
}

.mbanner-layer img {
    width: 100%;
}

.part1.swiper-slide i {
    display: block;
}

.part1.swiper-slide i 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 {
    position: relative;
    width: 100%;
    margin-top: 0.5rem;
    padding: 0 0.2rem;
}

.part2-top {
    position: relative;
    padding-left: 1rem;
}

.part2-title {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 24px;
    height: 100px;
    padding: 0 5px;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    background: url(../images/part2_circle.png) no-repeat center 0/100%;
}

.part2-en {
    padding: 10px 0 0;
    font-size: 18px;
    line-height: 24px;
    color: #007c3e;
    background: url(../images/part2_icon.png) no-repeat 185px 0/20px;
}

.part2-ch {
    margin-top: 0.1rem;
    padding-left: 14px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    background: url(../images/part_line.png) no-repeat 0 8px/10px;
}

.part2-nav {
    padding: 0.4rem 0 0.2rem;
}

.part2-nav ul {
    display: flex;
}

.part2-nav ul li {
    width: 2rem;
    background: url(../images/part2_shu.png) no-repeat 0 center;
}

.part2-nav ul li:nth-child(1) {
    background: none;
}

.part2-nav ul a {
    display: block;
}

.part2-nav-icon {
    position: relative;
    text-align: center;
}

.part2-nav-icon img {
    width: 32px;
}

.part2-nav-icon i {
    display: block;
    position: relative;
    z-index: 1;
}

.part2-nav-icon span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
}

.part2-nav ul a p {
    margin: 0.1rem 0 0;
    font-size: 16px;
    line-height: 24px;
    color: #abcd03;
    text-align: center;
}

.part2-img {
    padding: 0 0.6rem;
}

.part2-img img {
    width: 100%;
}

.part2-name {
    margin: 0.2rem 0;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.part2-p {
    height: 80px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.part2-more {
    margin: 0.2rem 0 0;
}

.part2-more a {
    display: block;
    width: 1.8rem;
    padding: 0 0.2rem;
    color: #fff;
    background: #007c3e;
    border: 1px solid #007c3e;
}

.part2-more span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    background: url(../images/part_three.png) no-repeat right center/6px;
}

.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-slide {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.part3-name {
    font-size: 18px;
    line-height: 24px;
}

.part3-name .ch {
    color: #c7a359;
}

.part3-name .ch span {
    color: #007c3e;
}

.part3-name .en {
    font-size: 12px;
    line-height: 14px;
    color: #999999;
}

.part3-more {
    padding: 0;
}

.part3-more a {
    display: block;
    width: 1.8rem;
    padding: 0 0.2rem;
    color: #fff;
    background: #007c3e;
    border: 1px solid #007c3e;
}

.part3-more a span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    background: url(../images/part_three.png) no-repeat right center/6px;
}

.part3-box {
    width: 100%;
    padding: 0.6rem 0;
}

.part3-nav {
    padding: 0 0 0.4rem;
}

.part3-nav ul {
    perspective: 1000px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.4rem;
}

.part3-nav ul li {
    width: 25%;
    padding: 0.1rem;
}

.part3-nav ul li:nth-child(2n) {
    transform: translate3d(0, 0.4rem, 0);
}

.part3-nav ul li:nth-child(4) {
    transform: translate3d(0, 1rem, 0);
}

.part3-nav ul a {
    display: block;
    height: 1.3rem;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    border-radius: 0 0.2rem 0 0.2rem;
}

.part3-nav-img {
    padding: 0.2rem 0 0;
}

.part3-nav-img img {
    width: 0.5rem;
}

.part3-nav-font {
    font-size: 14px;
    line-height: 20px;
}

.part3-ul {
    position: relative;
    margin: 0.4rem 0 0;
    height: 4.2rem;
    overflow: hidden;
}

.part3-ul ul {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
}

.part3-ul ul li {
    width: 7.1rem;
    padding: 0 0.1rem;
}

.part3-ul ul a {
    display: flex;
    padding: 0.4rem 0.1rem;
    background: rgba(250, 252, 242, 1);
}

.pic-li-img {
    width: 2.8rem;
    padding: 0.2rem 0.2rem 0;
    border-right: 1px solid #ebf0d6;
}

.pic-li-img img {
    width: 100%;
}

.pic-li-font {
    width: 4rem;
    padding: 0.2rem 0 0;
}

.pic-li-title {
    height: 40px;
    overflow: hidden;
    padding: 0 0 0 0.2rem;
    font-size: 16px;
    line-height: 20px;
    color: #007c3e;
}

.pic-li-info {
    margin: 0.1rem 0;
    padding-left: 0.1rem;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    background: url(../images/pic_li_shape.png) no-repeat 0 center/auto 25px;
}

.pic-li-p {
    height: 54px;
    overflow: hidden;
    padding: 0 0 0 0.1rem;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.pic-li-weight {
    margin-top: 0.1rem;
    padding-left: 0.1rem;
    font-size: 14px;
    line-height: 18px;
    color: #cb0000;
}

.part4 {
    position: relative;
    background: url(../images/mpart4_bg.jpg) no-repeat center 0 / cover;
}

.part4-main {
    width: 100%;
    height: 100%;
}

.part4-main ul {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.part4-main ul li {
    flex-grow: 1;
    height: 25%;
    padding: 0.6rem 0 0;
}

.part4-main ul li:nth-child(1) {
    background: url(../images/mpart4_img1.jpg) no-repeat center center/cover;
}

.part4-main ul li:nth-child(2) {
    background: url(../images/mpart4_img2.jpg) no-repeat center center/cover;
}

.part4-main ul li:nth-child(3) {
    background: url(../images/mpart4_img3.jpg) no-repeat center center/cover;
}

.part4-main ul li:nth-child(4) {
    background: url(../images/mpart4_img4.jpg) no-repeat center center/cover;
}

.part4-main ul a {
    display: block;
    text-align: center;
}

.part4-li-icon img {
    width: 0.6rem;
}

.part4-li-name {
    padding: 0.3rem 0 0;
    color: #fff;
}

.part4-li-name .ch {
    font-size: 0.36rem;
    line-height: 0.4rem;
}

.part4-li-name .en {
    font-size: 12px;
    line-height: 18px;
}

.part5 {
    position: relative;
    background: url(../images/mpart5_bg.jpg) no-repeat center 0 / cover;
}

.part5-main {
    width: 100%;
    padding: 1rem 0.3rem 0;
}

.part5-title {
    color: #fff;
}

.part5-title .en {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

.part5-title .ch {
    font-size: 16px;
    line-height: 20px;
}

.part5-li-line {
    display: flex;
    justify-content: space-between;
    padding: 0.2rem 0;
    color: #fff;
}

.part5-li-title {
    overflow: hidden;
    flex-flow: 1;
    font-size: 16px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.part5-li-time {
    width: 84px;
    font-size: 14px;
    line-height: 20px;
}

.part5-p {
    height: 80px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.part5-more {
    padding: 0.3rem 0 0;
}

.part5-more a {
    display: block;
    width: 1.8rem;
    padding: 0 0.2rem;
    color: #fff;
    background: #007c3e;
    border: 1px solid #007c3e;
}

.part5-more a span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    background: url(../images/part_three.png) no-repeat right center/6px;
}

.part5-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.part5-bottom ul {
    display: flex;
}

.part5-bottom ul li {
    width: 7.5rem;
}

.part5-bottom ul a {
    display: block;
    padding: 0.4rem;
    background: rgba(0, 124, 62, 0.6) url(../images/part5_li_bg.png) no-repeat right bottom/3rem;
}

.new-li-line {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0.3rem;
    color: #fff;
}

.new-li-title {
    overflow: hidden;
    flex-flow: 1;
    font-size: 16px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-time {
    width: 84px;
    font-size: 14px;
    line-height: 20px;
}

.new-li-p {
    height: 80px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.new-li-more {
    width: 1.6rem;
    margin: 0.2rem 0 0;
}

.new-li-more span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    background: url(../images/part_three.png) no-repeat right center/6px;
}

.part6 {
    position: relative;
    background: url(../images/mpart6_bg.jpg) no-repeat center 0 / cover;
    border-bottom: 3px solid #c7a359;
}

.part6 .wrap {
    align-items: center;
    padding-bottom: 1rem;
}

.part6-main {
    width: 100%;
}

.part6-tel {
    text-align: center;
}

.part6-tel img {
    width: 4.6rem;
}

.part6-name {
    padding: 0.2rem 0 0.8rem;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 5px;
    text-align: center;
}

.part6-ul {
    position: relative;
}

.part6-ul ul {
    display: flex;
    flex-wrap: wrap;
}

.part6-ul ul li {
    width: 50%;
    padding: 0.2rem;
    border-left: 1px solid rgba(199, 163, 89, 0.6);
}

.part6-ul ul li:nth-child(2n+1) {
    border: 0;
}

.part6-li-ch {
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.part6-li-icon {
    padding: 0.2rem 0;
}

.part6-li-icon img {
    width: 0.5rem;
}

.part6-li-p {
    font-size: 14px;
    line-height: 16px;
    color: #000;
}

.part6-ewm-logo {
    display: flex;
    justify-content: space-between;
    padding: 0.2rem;
}

.part6-ewm-logo img {
    width: 1.6rem;
}

footer {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    bottom: 0.2rem;
    width: 100%;
    padding: 0 0.2rem;
    font-size: 14px;
    line-height: 20px;
}

footer p {
    padding-right: 5px;
    color: #000;
}

footer a {
    padding-right: 5px;
    color: #000;
}