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: 0.2%;
}

.swiper-pagination-bullet {
    width: 96px;
    height: 54px;
    margin: 0 0 5px;
    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: 80px 0 0;
}


/* 第1部分 */

.part1 {
    position: relative;
}

.part1.swiper-slide img {
    width: 100%;
}


/* 第2部分 */

.part2 {
    position: relative;
    background: url(../images/part2_bg.jpg) no-repeat center 0 / cover;
}

.part2 .wrap {
    align-items: center;
}

.part2-main {
    position: relative;
    width: 64vw;
    margin: 0 auto;
}

.part2-title {
    position: absolute;
    z-index: 50;
    left: -4vw;
    top: 0;
    width: 2.4vw;
    height: 10vw;
    padding: 0 0.6vw;
    font-size: 1.2vw;
    line-height: 2.4vw;
    color: #fff;
    text-align: center;
    background: url(../images/part2_circle.png) no-repeat center 0/2.3vw;
}

.part2-detail {
    margin: 1.8vw 0 0;
    padding: 0 0 0 4vw;
    color: #000;
    background: url(../images/part_line.png) no-repeat 2vw 0.5vw;
}

.part2-detail .ch {
    font-size: 1vw;
    line-height: 1.2vw;
}

.part2-detail .en {
    font-size: 12px;
    line-height: 16px;
}

.part2-line {
    display: flex;
    justify-content: space-between;
}

.part2-info {
    width: 30vw;
}

.part2-en {
    font-size: 1.8vw;
    line-height: 2.4vw;
    color: #007c3e;
}

.part2-nav {
    width: 30vw;
}

.part2-nav ul {
    display: flex;
}

.part2-nav ul li {
    width: 10vw;
    background: url(../images/part2_shu.png) no-repeat 0 center;
}

.part2-nav ul a {
    display: block;
    padding: 0 0 2vw;
}

.part2-nav-icon {
    position: relative;
    text-align: center;
}

.part2-nav-icon img {
    width: 3.5vw;
}

.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.6vw 0 0;
    font-size: 1vw;
    line-height: 1.4vw;
    color: #abcd03;
    text-align: center;
}

.part2-nav ul a:hover {
    background: url(../images/three.png) no-repeat center bottom;
}

.part2-nav ul a:hover i {
    opacity: 0;
}

.part2-nav ul a:hover span {
    opacity: 1;
}

.part2-nav ul a:hover p {
    color: #fff;
}

.part2-box {
    display: flex;
    justify-content: space-between;
    padding: 1.5vw 3vw 1.5vw 0;
    background: url(../images/part2_border_rt.png) no-repeat 62vw 1vw, url(../images/part2_border_rb.png) no-repeat 62vw 19vw, url(../images/part2_shape.png) no-repeat right center/50vw;
}

.part2-left {
    width: 32vw;
}

.part2-left img {
    width: 30.4vw;
}

.part2-right {
    width: 32vw;
    padding: 1.4vw 2vw 0;
}

.part2-name {
    margin: 0 0 1vw;
    padding: 0 0 1.5vw;
    color: #000;
    background: url(../images/part_line.png) no-repeat 0 bottom;
}

.part2-name .ch {
    font-size: 1.2vw;
    line-height: 1.5vw;
}

.part2-name .en {
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}

.part2-p {
    height: 7vw;
    overflow: hidden;
    font-size: 0.9vw;
    line-height: 1.4vw;
    color: #999999;
}

.part2-more {
    margin: 1vw 0 0;
}

.part2-more a {
    display: block;
    width: 8vw;
    padding: 0 1vw;
    color: #fff;
    background: #007c3e;
    border: 1px solid #007c3e;
}

.part2-more span {
    display: block;
    font-size: 0.9vw;
    line-height: 2.4vw;
    background: url(../images/part_three.png) no-repeat right center;
}

.part2-more a:hover {
    background: #abcd03;
}


/* 第3部分 */

.part3 {
    position: relative;
    background: url(../images/part3_bg.jpg) no-repeat center 0 / cover;
}

.part3 .wrap {
    align-items: center;
}

.part3-main {
    position: relative;
    width: 64vw;
    margin: 0 auto;
}

.part3-slide {
    position: absolute;
    z-index: 10;
    left: -6vw;
    top: 0;
    width: 8vw;
}

.part3-name {
    font-size: 1.8vw;
    line-height: 2.4vw;
    text-align: center;
}

.part3-name .ch {
    color: #c7a359;
}

.part3-name .ch span {
    color: #007c3e;
}

.part3-name .en {
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #999999;
}

.part3-more {
    padding: 1vw 0 0;
}

.part3-more a {
    display: block;
    width: 8vw;
    padding: 0 1vw;
    color: #fff;
    background: #007c3e;
    border: 1px solid #007c3e;
}

.part3-more a span {
    display: block;
    font-size: 0.9vw;
    line-height: 2.4vw;
    background: url(../images/part_three.png) no-repeat right center;
}

.part3-more a:hover {
    background: #abcd03;
}

.part3-box {
    width: 100%;
    padding: 0 0 0 4vw;
}

.part3-nav {
    padding: 0;
}

.part3-nav ul {
    display: flex;
    perspective: 1000px;
}

.part3-nav ul li {
    padding: 0 1vw;
}

.part3-nav ul li:nth-child(2n) {
    margin: 2.4vw 0 0;
}

.part3-nav ul a {
    display: block;
    width: 6.2vw;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    border-radius: 0 1vw 0 1vw;
}

.part3-nav-con {
    height: 6.2vw;
    border-radius: 0 1vw 0 1vw;
    transition: 0.3s;
}

.part3-nav-icon {
    position: relative;
    padding: 1.2vw 0 0;
}

.part3-nav-icon img {
    width: 2.6vw;
}

.part3-nav-icon i {
    display: block;
}

.part3-nav-icon span {
    display: block;
    position: absolute;
    left: 0;
    top: 1.2vw;
    width: 100%;
    opacity: 0;
    transition: 0.3s;
}

.part3-nav-font {
    font-size: 0.9vw;
    line-height: 1.2vw;
}

.part3-nav ul a:hover {
    color: #fff;
    border-color: #c7a359;
}

.part3-nav ul a:hover .part3-nav-con {
    background: #c7a359;
    transform: translate3d(-0.5vw, -0.5vw, 0);
}

.part3-nav ul a:hover i {
    opacity: 0;
}

.part3-nav ul a:hover span {
    opacity: 1;
}

.part3-ul {
    margin: 3vw 0 0;
    height: 15vw;
    overflow: hidden;
}

.part3-ul ul {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
}

.part3-ul ul li {
    width: 30vw;
    padding: 0 1vw;
}

.part3-ul ul a {
    display: flex;
    padding: 1vw;
    background: rgba(250, 252, 242, 1);
    transition: 0.3s;
}

.pic-li-img {
    width: 14vw;
    padding: 0 1vw;
    border-right: 1px solid #ebf0d6;
}

.pic-li-img img {
    width: 100%;
}

.pic-li-font {
    width: 13.5vw;
    padding: 1vw 0 0;
}

.pic-li-title {
    padding: 0 0 0 1.2vw;
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #007c3e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pic-li-info {
    margin: 0.5vw 0;
    padding-left: 0.4vw;
    font-size: 0.8vw;
    line-height: 1.25vw;
    color: #fff;
    background: url(../images/pic_li_shape.png) no-repeat 0 center;
}

.pic-li-p {
    height: 7vw;
    overflow: hidden;
    padding: 0 0 0 1.2vw;
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #000;
}

.pic-li-weight {
    margin-top: 0.5vw;
    padding-left: 1.2vw;
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #cb0000;
}

.part3-ul ul a:hover {
    transform: translate3d(0, -0.5vw, 0);
}


/* 第4部分 */

.part4 {
    position: relative;
    background: url(../images/part4_img1.jpg) no-repeat center 0 / cover;
}

.part4-bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center 0/cover;
    transition: 1s;
}

.part4 .wrap {
    align-items: center;
}

.part4-main {
    width: 100%;
}

.part4-main ul {
    display: flex;
}

.part4-main ul li {
    width: 25%;
}

.part4-main ul a {
    display: block;
    text-align: center;
}

.part4-li-icon img {
    width: 3.4vw;
}

.part4-li-name {
    padding: 3vw 0 4.5vw;
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.part4-li-name .ch {
    font-size: 1.2vw;
    line-height: 1.5vw;
}

.part4-li-name .en {
    font-size: 12px;
    line-height: 18px;
}

.part4-li-plus {
    padding: 5vw 0 0;
    text-align: center;
    opacity: 0;
    transition: 0.3s;
}

.part4-main ul li.active a .part4-li-name {
    border-color: #abcd03;
}

.part4-main ul li.active a .part4-li-plus {
    opacity: 1;
}


/* 第5部分 */

.part5 {
    position: relative;
    background: url(../images/part5_bg.jpg) no-repeat center 0 / cover;
}

.part5-main {
    width: 84vw;
    margin: 4vw auto 0;
    padding-right: 42vw;
}

.part5-title {
    color: #fff;
}

.part5-title .en {
    font-size: 0.9vw;
    line-height: 1.2vw;
    text-transform: uppercase;
}

.part5-title .ch {
    font-size: 1vw;
    line-height: 1.2vw;
}

.part5-li-line {
    display: flex;
    justify-content: space-between;
    padding: 2.5vw 0 1.5vw;
    color: #fff;
}

.part5-li-title {
    overflow: hidden;
    flex-flow: 1;
    font-size: 1.2vw;
    line-height: 1.6vw;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.part5-li-time {
    width: 84px;
    font-size: 14px;
    line-height: 20px;
}

.part5-p {
    height: 60px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.part5-more {
    padding: 1vw 0 0;
}

.part5-more a {
    display: block;
    width: 8vw;
    padding: 0 1vw;
    color: #fff;
    background: #007c3e;
    border: 1px solid #007c3e;
}

.part5-more a span {
    display: block;
    font-size: 0.9vw;
    line-height: 2.4vw;
    background: url(../images/part_three.png) no-repeat right center;
}

.part5-more a:hover {
    background: #abcd03;
}

.part5-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.part5-bottom ul {
    display: flex;
}

.part5-bottom ul li {
    width: 33.33%;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
}

.part5-bottom ul li:nth-child(1) {
    border: 0;
}

.part5-bottom ul a {
    display: block;
    padding: 3vw;
    background: rgba(0, 0, 0, 0.6);
}

.new-li-line {
    display: flex;
    justify-content: space-between;
    padding: 0 0 1.5vw;
    color: #fff;
}

.new-li-title {
    overflow: hidden;
    flex-flow: 1;
    font-size: 1.2vw;
    line-height: 1.6vw;
    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: 6vw;
    margin: 1vw 0 0;
}

.new-li-more span {
    display: block;
    font-size: 0.9vw;
    line-height: 2.4vw;
    color: #fff;
    background: url(../images/part_three.png) no-repeat right center;
}

.part5-bottom li a:hover {
    background: rgba(0, 124, 62, 0.6) url(../images/part5_li_bg.png) no-repeat right bottom/18vw;
}


/* 第6部分 */

.part6 {
    position: relative;
    background: url(../images/part6_bg.jpg) no-repeat center 0 / cover;
    border-bottom: 5px solid #c7a359;
}

.part6 .wrap {
    align-items: center;
}

.part6-main {
    width: 84vw;
    margin: 0 auto;
}

.part6-tel {
    text-align: center;
}

.part6-tel img {
    width: 24vw;
}

.part6-name {
    padding: 2vw 0 4vw;
    font-size: 1.8vw;
    line-height: 2.4vw;
    color: #fff;
    letter-spacing: 2vw;
    text-align: center;
}

.part6-ul {
    position: relative;
}

.part6-ul ul {
    display: flex;
}

.part6-ul ul li {
    width: 18vw;
    padding: 3vw 1vw 0 2vw;
    border-left: 1px solid rgba(199, 163, 89, 0.6);
}

.part6-ul ul li:nth-child(1) {
    border: 0;
}

.part6-li-ch {
    font-size: 1.6vw;
    line-height: 2vw;
    color: #007c3e;
}

.part6-li-en {
    font-size: 12px;
    line-height: 16px;
    color: #666666;
}

.part6-li-icon {
    padding: 1.5vw 0;
}

.part6-li-icon img {
    width: 2.4vw;
}

.part6-li-p {
    font-size: 1vw;
    line-height: 1.2vw;
    color: #000;
}

.part6-ewm {
    position: absolute;
    right: 0;
    top: 3vw;
}

.part6-ewm p {
    padding: 0 0 1vw;
}

.part6-ewm p img {
    width: 6.5vw;
}

.part6-ewm-logo {
    width: 11vw;
}

footer {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 2vw;
    width: 100%;
    padding: 0 8vw 0 10vw;
    font-size: 14px;
    line-height: 20px;
}

footer p {
    padding-right: 5px;
    color: #000;
}

footer a {
    padding-right: 5px;
    color: #000;
}