html,
body {
    perspective: 1000px;
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #fff;
}

.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: 60px 0 0;
}

/* 第1部分 */

.part1 {
    position: relative;
}

.banner {
    width: 100%;
    height: 100%;
}

.banner-img {
    height: 100%;
}

.banner-img img {
    width: 100%;
    height: 100%;
}

.banner-font {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
}

.banner-font img {
    width: 100%;
}


/* 第2部分 */

.part2 {
    position: relative;
    background: url(../images/mpart2_bg.jpg) no-repeat center center/cover;
}

.part2 .wrap {
    align-items: flex-end;
}



.part2-main {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 0 0.3rem;
}

.oil {
    position: absolute;
    z-index: 1;
    right: 0;
    top: -1.8rem;
}

.oil img {
    width: 7.6rem;
}

.part2-name {
    margin: 0 0 1.6rem;
    font: bold 18px/30px '微软雅黑';
    color: #432106;
    text-align: center;
}

.part2-box {
    padding: 0.5rem 0.3rem 0;
    background: #078a3e;
}

.part2-nav ul {
    display: flex;
    justify-content: space-around;
}

.part2-nav ul li {
    padding: 10px 0;
}

.part2-nav ul a {
    display: block;
    font: 400 16px/24px '微软雅黑';
    color: #f7ffa5;
}

.part2-img img {
    width: 100%;
}

.part2-p {
    height: 72px;
    overflow: hidden;
    margin: 10px 0 0;
    font: 400 14px/24px '微软雅黑';
    color: #fff;
    text-align: justify;
}

.part2-dou {
    width: 7.6rem;
    margin: 0.8rem auto 0;
}

.part2-dou img {
    width: 100%;
}

/* 第3部分 */

.part3 {
    position: relative;
    background: url(../images/mpart3_bg.jpg) no-repeat center 0/cover;
}

.part3 .wrap {
    align-items: center;
}

.part3-main {
    width: 100%;
}

.part3-top {
    width: 6.4rem;
    margin: 0 auto;
    opacity: 0;
    transform: translate3d(0, -20%, 0);
    transition: 1.2s;
}

.part3-top img {
    width: 100%;
}

.part3-bottom {
    margin-top: -1rem;
    background: url(../images/mpart3_bottom.png) no-repeat center center/3.8rem;
    opacity: 0;
    transform: matrix(0.6, 0, 0, 0.6, 0, 0);
    transition: 1.2s;
}


.part3-bottom ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.part3-bottom ul li {
    width: 3.6rem;
    padding: 10px 0;
}

.part3-bottom ul li a {
    display: block;
    text-align: center;
}

.part3-bottom ul li i {
    display: block;
}

.part3-bottom ul li i img {
    width: 1.6rem;
}

.part3-bottom ul li p {
    font: 400 14px/24px '微软雅黑';
    color: #006934;
}

/* 动画 */
.part3.swiper-slide-active .part3-top {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.2s;
}

.part3.swiper-slide-active .part3-bottom {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    transition-delay: 1.2s;
}


/* 第4部分 */

.part4 {
    position: relative;
    background: url(../images/mpart4_bg.jpg) no-repeat center 0/cover;
}

.part4 .wrap {
    align-items: center;
}

.part4-main {
    width: 9.5rem;
    margin: 0 auto;
}

.part4-title {
    text-align: center;
}

.part4-title .en img {
    width: 7.34rem;
}

.part4-title .ch {
    display: block;
    padding: 0.4rem 0 1.5rem;
    font: bold 18px/24px "微软雅黑";
    color: #000;
    text-align: center;
}

.part4-nav {}

.part4-nav ul {
    display: flex;
}

.part4-nav ul li {
    width: 33.3%;
    padding: 5px;
}

.part4-nav ul li a {
    display: block;
    font: 400 16px/30px '微软雅黑';
    color: #e40202;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
}

.part4-banner {
    background: rgba(255, 255, 255, 0.8);
}

.part4-banner a {
    display: block;
    padding: 0.6rem;
    background: rgba(255, 255, 255, 0.8);
}

.part4-li-name {
    margin: 10px 0 0;
    font: bold 18px/30px "微软雅黑";
    color: #000;
}

.part4-li-time {
    margin: 0.4rem 0 0.8rem;
    font: 400 12px/18px "微软雅黑";
    color: #999999;
}

.part4-li-p {
    height: 60px;
    overflow: hidden;
    font: 400 12px/20px "微软雅黑";
    color: #999999;
}


/* 第5部分 */

.part5 {
    position: relative;
    background: url(../images/part5_bg.jpg) no-repeat center 0/cover;
}

.part5 .wrap {
    align-items: center;
}

.part5 ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.part5 ul li {
    width: 50%;
    padding: 0.1rem;
}

.part5 ul li:nth-child(1) {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0);
    transition: 1s;
}

.part5 ul li:nth-child(2) {
    opacity: 0;
    transform: translate3d(50%, -50%, 0);
    transition: 1s;
}

.part5 ul li:nth-child(3) {
    opacity: 0;
    transform: translate3d(-50%, 50%, 0);
    transition: 1s;
}

.part5 ul li:nth-child(4) {
    opacity: 0;
    transform: translate3d(50%, 50%, 0);
    transition: 1s;
}

.part5 ul li a {
    display: block;
    padding: 1.2rem 0;
    font: bold 18px/30px "微软雅黑";
    color: #fff;
    text-align: center;
    background: rgba(5, 132, 2, 0.5);
}

.part5 ul li:nth-child(2) a {
    color: #000;
    background: rgba(255, 255, 255, 0.5);
}

.part5 ul li:nth-child(3) a {
    color: #000;
    background: rgba(255, 255, 255, 0.5);
}

.part5 ul li a i {
    display: block;
}

.part5 ul li a img {
    width: 50px;
}

/* 动画 */
.part5.swiper-slide-active ul li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.2s;
}


/* 第6部分 */

.part6 {
    position: relative;
    background: url(../images/mpart6_bg.jpg) no-repeat center 0/cover;
}

.part6 .wrap {
    align-items: center;
}

.part6-main {
    width: 8rem;
    margin: 0 auto;
}

.part6-title {
    margin: 0 0 1.5rem;
    padding: 0 0 5px;
    font: 400 30px/36px "微软雅黑";
    text-align: center;
    background: url(../images/part6_line.png) no-repeat center bottom/auto 2px;
}

.part6-title .en img {
    width: 6.6rem;
}

.part6-title .ch {
    display: block;
    padding: 10px 0 0;
    font: bold 20px/30px "微软雅黑";
    color: #1f1f1f;
}

.part6-li {
    padding: 5px 0 5px 30px;
    font: bold 14px/20px "微软雅黑";
    color: #7d7d7d;
    background: no-repeat 0 center/auto 20px;
}

.part6-name {
    background-image: url(../images/mpart6_icon1.png);
}

.part6-adress {
    background-image: url(../images/mpart6_icon2.png);
}

.part6-tel {
    background-image: url(../images/mpart6_icon3.png);
}

.part6-fax {
    background-image: url(../images/mpart6_icon4.png);
}

.part6-web {
    background-image: url(../images/mpart6_icon5.png);
}

footer {
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 50;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 8px 0;
    color: #fff;
    font: 400 14px/24px '微软雅黑';
    background: #006934;
}

footer a {
    color: #fff;
}