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;
    position: relative;
    z-index: 6;
    width: 100%;
    height: 100%;
    padding: 60px 0 30px;
}

footer {
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #424242;
}

footer p {
    padding: 0 5px;
    font: 400 12px/36px '微软雅黑';
    color: #fff;
}

footer a {
    padding: 0 5px;
    font: 400 12px/36px '微软雅黑';
    color: #fff;
}


/* 第1部分 */

.part1 {
    position: relative;
    background: url(../images/part1_bg.jpg) no-repeat center center/cover;
}

.video-bg {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.alerts {
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 10%;
    width: 100%;
    text-align: center;
}

.alerts img {
    width: 40px;
}

.video-bg div {
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.videos {
    width: 100%;
}

.mvideo-btn {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -4rem;
    padding: 0 0.2rem;
}

.mvideo-btn img {
    width: 100%;
}

/* 动画 */
.part1.swiper-slide-active {}



/* 第2部分 */

.part2 {
    position: relative;
    background: url(../images/mpart2_bg.jpg) no-repeat center 0 / cover;
}

.part2 .wrap {
    align-items: center;
    padding-bottom: 4rem;
}

.part2-main {
    width: 100%;
    padding: 0 0.2rem;
}

.part2-title {
    padding: 20px 0 0;
    text-align: center;

}

.part2-title-en {
    font: bold 18px/24px '微软雅黑';
    color: #009b4d;
    text-transform: capitalize;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    transition: 1s;
}

.part2-title-ch {
    padding-bottom: 15px;
    font: bold 16px/24px '微软雅黑';
    color: #242424;
    background: url(../images/mpart2_line.png) no-repeat center bottom/100%;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    transition: 1s;
}

.part2-ul {
    display: flex;
    justify-content: space-between;
    margin: 6.8rem 0 0;
}

.part2-li {
    width: 1.7rem;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    transition: 1s;
}

.part2-li a {
    display: block;
    position: relative;
    padding: 0 2px;
    background: #fff;
    border: 1px solid #009944;
}

.part2-li a::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 5px;
    top: -5px;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #009944;
    transition: 0.6s;
}

.part2-li-num1 {
    position: absolute;
    z-index: -5;
    left: 0;
    top: -34px;
    width: 100%;
    font: bold 36px/1 '微软雅黑';
    color: #006f37;
    text-align: center;
}

.part2-li-icon {
    padding: 10px 0 8px;
    text-align: center;
    border-bottom: 1px solid #009b4d;
}

.part2-li-icon img {
    width: 24px;
}

.part2-li-font {
    padding: 5px 0;
    font: 400 14px/20px '微软雅黑';
    color: #009b4d;
    text-align: center;
}

/* 动画 */
.part2.swiper-slide-active .part2-title-en {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.2s;
}

.part2.swiper-slide-active .part2-title-ch {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.5s;
}

.part2.swiper-slide-active .part2-li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.part2.swiper-slide-active .part2-li:nth-child(1) {
    transition-delay: 1.8s;
}

.part2.swiper-slide-active .part2-li:nth-child(2) {
    transition-delay: 2.1s;
}

.part2.swiper-slide-active .part2-li:nth-child(3) {
    transition-delay: 2.4s;
}

.part2.swiper-slide-active .part2-li:nth-child(4) {
    transition-delay: 2.7s;
}

.part2.swiper-slide-active .part2-li:nth-child(5) {
    transition-delay: 3s;
}


/* 第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.6rem 0;
    background: rgba(0, 111, 55, 0.5);
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    transition: 1s;
}

.part3-title {
    text-align: center;
    opacity: 0;
    transform: translate3d(50%, 0, 0);
    transition: 1s;
}

.part3-title img {
    width: 100%;
}

.part3-nav {
    width: 7.2rem;
    margin: 0 auto;
    padding: 0.4rem 0;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
    transition: 1s;
}

.part3-nav ul {
    display: flex;
    flex-wrap: wrap;
}

.part3-nav ul li {
    width: 33.3%;
}

.part3-nav ul a {
    display: block;
    padding-left: 14px;
    font: 400 14px/20px '微软雅黑';
    color: #fff;
    background: url(../images/mpart4_icon.png) no-repeat 0 center/10px;
}

.part3-con {
    position: relative;
    padding: 0 1.2rem;
    opacity: 0;
    transform: translate3d(50%, 0, 0);
    transition: 1s;
}

.part3-prev {
    position: absolute;
    left: 0.2rem;
    top: 50%;
    margin-top: -1.2rem;
    cursor: pointer;
}

.part3-next {
    position: absolute;
    right: 0.2rem;
    top: 50%;
    margin-top: -1.2rem;
    cursor: pointer;
}

.part3-prev img,
.part3-next img {
    width: 0.6rem;
}

.part3-box a {
    display: block;
    padding: 0 15px;
}

.part3-box i {
    display: block;
}

.part3-box i img {
    width: 100%;
}

.part3-box p {
    font: 400 18px/36px '微软雅黑';
    color: #fff;
    text-align: center;
}

/* 动画 */
.part3.swiper-slide-active .part3-main {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.2s;
}

.part3.swiper-slide-active .part3-title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
}

.part3.swiper-slide-active .part3-nav {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2.4s;
}

.part3.swiper-slide-active .part3-con {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2.8s;
}

/* 第4部分 */

.part4 {
    position: relative;
    background: url(../images/mpart4_bg.jpg) no-repeat center 0 / cover;
}

.part4 .wrap {
    align-items: center;
}

.part4-main {
    width: 100%;
}

.part4-title {
    font: bold 18px/30px '微软雅黑';
    color: #242424;
    text-align: center;
    opacity: 0;
    transform: translate3d(50%, 0, 0);
    transition: 1s;
}

.part4-detail {
    padding: 0 0.4rem 10px;
    font: bold 12px/18px '微软雅黑';
    color: #242424;
    text-align: center;
    background: url(../images/mpart4_line.png) no-repeat center bottom/100%;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
    transition: 1s;
}

.part4-imgs {
    position: relative;
    width: 9rem;
    height: 6.4rem;
    margin: 1rem auto 0;
    background: url(../images/mpart4_img.png) no-repeat center center/100%;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    transition: 1s;
}

.part4-img0 {
    position: absolute;
    left:3.4rem;
    top: 2.25rem;
}

.part4-img0 img {
    width: 2.1rem;
}

.part4-imgs a {
    display: block;
    position: absolute;
}

.part4-imgs a i {
    display: block;
    border-radius: 50%;
}

.part4-imgs a p {
    position: absolute;
    width: 1.8rem;
    font: bold 12px/18px '微软雅黑';
    color: #242424;
}

.part4-img1 {
    left: 1.05rem;
    top: 0.2rem;
}

.part4-img1 img {
    width: 1.5rem;
}

.part4-img1 p {
    left: 1.7rem;
    top: 0.25rem;
}

.part4-img2 {
    right: 1.05rem;
    top: 0.2rem;
}

.part4-img2 img {
    width: 1.5rem;
}

.part4-img2 p {
    right: 1.2rem;
    top: 0.25rem;
}

.part4-img3 {
    left: 0.1rem;
    top: 2.45rem;
}

.part4-img3 img {
    width: 1.75rem;
}

.part4-img3 p {
    left: 1.85rem;
    top: 0.4rem;
}

.part4-img4 {
    right: 0.1rem;
    top: 2.45rem;
}

.part4-img4 img {
    width: 1.75rem;
}

.part4-img4 p {
    right: 1.4rem;
    top: 0.4rem;
}

.part4-img5 {
    left: 0.78rem;
    top: 4.7rem;
}

.part4-img5 img {
    width: 1.5rem;
}

.part4-img5 p {
    left: 1.6rem;
    top: 0.2rem;
}

.part4-img6 {
    right: 0.77rem;
    top: 4.7rem;
}

.part4-img6 img {
    width: 1.5rem;
}

.part4-img6 p {
    right: 1.4rem;
    top: 0.2rem;
}

/* 动画 */
.part4.swiper-slide-active .part4-title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.2s;
}

.part4.swiper-slide-active .part4-detail {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.5s;
}

.part4.swiper-slide-active .part4-imgs {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.8s;
}


/* 第5部分 */

.part5 {
    position: relative;
    background: url(../images/mpart5_bg.jpg) no-repeat center 0 / cover;
}

.part5 .wrap {
    align-items: center;
}

.part5-main {
    width: 100%;
    padding: 0.6rem 0;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: 1s;
}

.part5-title {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: 1s;
}

.part5-title img {
    width: 100%;
}

.part5-nav {
    padding: 0.6rem 0 0;
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: 1s;
}

.part5-nav ul {
    display: flex;
    justify-content: center;
}

.part5-nav ul li {
    width: 3rem;
    padding: 0 0 0 0.5rem;
}

.part5-nav ul a {
    display: block;
    padding-left: 14px;
    font: 400 16px/30px '微软雅黑';
    color: #009b4d;
    background: url(../images/icon.png) no-repeat 0 center/10px;
}

.part5-nav ul a:hover {
    background-image: url(../images/icona.png);
}

.part5-new {
    padding: 10px;
}

.part5-new ul li {
    padding: 10px 0;
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: 1s;
}

.part5-new ul li a {
    position: relative;
    display: block;
    padding: 10px;
    background: #fff;
}

.new-li-title {
    overflow: hidden;
    font: bold 16px/30px '微软雅黑';
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-time {
    position: relative;
    padding-left: 10px;
    font: 400 16px/30px '微软雅黑';
    color: #a5a5a5;
}

.new-li-time::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    height: 20px;
    background: #009b4d;
}

.new-li-p {
    height: 60px;
    overflow: hidden;
    font: 400 14px/30px '微软雅黑';
    color: #494949;
}

.new-li-plus {
    position: absolute;
    right: 10px;
    top: 42px;
    background: #006f37;
}

.new-li-plus span {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/plus.png) no-repeat center center/12px;
}

/* 动画 */
.part5.swiper-slide-active .part5-main {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.2s;
}

.part5.swiper-slide-active .part5-title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
}

.part5.swiper-slide-active .part5-nav {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2.2s;
}

.part5.swiper-slide-active .part5-new ul li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.part5.swiper-slide-active .part5-new ul li:nth-child(1) {
    transition-delay: 2.6s;
}

.part5.swiper-slide-active .part5-new ul li:nth-child(2) {
    transition-delay: 3s;
}


/* 第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.8rem;
}

.part6-tel span {
    display: block;
    font: bold 16px/20px '微软雅黑';
    color: #000;
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
    transition: 1s;
}

.part6-tel p {
    font: bold 24px/30px '微软雅黑';
    color: #fe952a;
    letter-spacing: 3px;
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
    transition: 1s;
}

.part6-icon {
    padding: 10px 0 0;
}

.part6-line {
    padding-left: 0.8rem;
    font: bold 14px/36px '微软雅黑';
    color: #000;
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
    transition: 1s;
}

.part6-line:nth-child(1) {
    background: url(../images/mpart6_icon1.png) no-repeat 0 center/0.6rem;
}

.part6-line:nth-child(2) {
    background: url(../images/mpart6_icon2.png) no-repeat 0 center/0.6rem;
}

.part6-line:nth-child(3) {
    background: url(../images/mpart6_icon3.png) no-repeat 0 center/0.6rem;
}

.part6-ewm {
    display: flex;
    margin: 0.4rem 0;
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
    transition: 1s;
}

.part6-ewm-img {
    width: 2.4rem;
}

.part6-ewm-img img {
    width: 100%;
}

.part6-ewm-font {
    width: 6rem;
    margin-left: 0.2rem;
}

.part6-ewm-big {
    font: bold 18px/20px '微软雅黑';
    color: #fe952a;
}

.part6-ewm-p {
    margin-top: 10px;
    font: 400 12px/18px '微软雅黑';
    color: #333;
}

.part6-map {
    position: relative;
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
    transition: 1s;
}

.part6-map img {
    width: 100%;
}

.part6-map a {
    position: absolute;
    left: 0.2rem;
    top: 0.2rem;
    display: block;
    font: bold 14px/20px '微软雅黑';
    color: #fff;
}

/* 动画 */
.part6.swiper-slide-active .part6-tel span {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.2s;
}

.part6.swiper-slide-active .part6-tel p {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.5s;
}

.part6.swiper-slide-active .part6-line {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.part6.swiper-slide-active .part6-line:nth-child(1) {
    transition-delay: 1.8s;
}

.part6.swiper-slide-active .part6-line:nth-child(2) {
    transition-delay: 2.1s;
}

.part6.swiper-slide-active .part6-line:nth-child(3) {
    transition-delay: 2.4s;
}

.part6.swiper-slide-active .part6-ewm {
    opacity: 1;
    transform: translate3d(0,0,0);
    transition-delay: 2.7s;
}

.part6.swiper-slide-active .part6-map {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 3s;
}