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.5%;
}

.swiper-pagination-bullet {
    width: 128px;
    height: 54px;
    margin: 0 0 1px;
    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: 5.4vw 0 0;
}


/* 第1部分 */

.part1 {
    position: relative;
}

.banner {
    position: relative;
    z-index: 5;
}

.banner-font {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transition: 1s 1s;
}

.banner1-font {
    transform: translate3d(-50%, 0, 0);
}

.banner2-font {
    transform: translate3d(0, 50%, 0);
}

.banner3-font {
    transform: translate3d(50%, 0, 0);
}

.banner-font img {
    width: 100%;
}

.banner-img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
}

.banner-img img {
    width: 100%;
    transition: 3s;
}

.banner .swiper-slide-active .banner-font {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.banner .swiper-slide-active .banner-img img {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
}


/* 第2部分 */

.part2 {
    position: relative;
    background: url(../images/part2_bg.jpg) no-repeat center 0 / cover;
}

.part2 .wrap {
    align-items: flex-end;
}

.part2-main {
    width: 100%;
}

.part2-title {
    margin: 0 0 4vw;
    text-align: center;
}

.part2-title img {
    width: 10vw;
}

.part2-ul {
    display: flex;
}

.part2-li {
    width: 25%;
}

.part2-li a {
    display: block;
    position: relative;
    padding: 4vw 1.5vw 2vw;
    background: url(../images/part2_li.png) no-repeat center 0/100%;
}

.part2-li:nth-child(2n) a {
    background-color: #149353;
}

.part2-li:nth-child(2n+1) a {
    background-color: #007c3e;
}

.part2-li-img {
    position: absolute;
    z-index: 15;
    left: 0;
    top: -5vw;
    width: 100%;
    text-align: center;
}

.part2-li-img img {
    width: 10vw;
}

.part2-li-name {
    color: #fff;
    text-align: center;
}

.part2-li-name .ch {
    font-size: 1.5vw;
    line-height: 1.8vw;
}

.part2-li-name .en {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

.part2-li-p {
    height: 4.2vw;
    margin: 1vw 0;
    overflow: hidden;
    font-size: 0.9vw;
    line-height: 1.4vw;
    color: #fff;
}

.part2-li-more {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: url(../images/more_j.png) no-repeat center center;
}

.part2-li a:hover {
    background-color: #c7a258;
    background-image: url(../images/part2_lia.png);
}

.part2-li a:hover .part2-li-more {
    background-image: url(../images/more_w.png);
}


/* 第3部分 */

.part3 {
    position: relative;
    background: url(../images/part3_bg.jpg) no-repeat center 0 / cover;
}

.part3 .wrap {
    align-items: center;
}

.part3-main {
    display: flex;
    justify-content: space-between;
    width: 78vw;
    margin: 0 auto;
}

.part3-left {
    width: 24vw;
}

.part3-title {
    padding: 0 0 2vw;
    text-align: left;
}

.part3-title .en {
    font-size: 3vw;
    line-height: 3.6vw;
    color: #c7a258;
}

.part3-title .ch {
    font-size: 2.4vw;
    line-height: 3vw;
    color: #fff;
}

.part3-nav ul {
    width: 16vw;
}

.part3-nav ul {
    padding: 0 0 1vw;
}

.part3-nav ul li {
    padding: 0 0 1vw;
}

.part3-nav ul a {
    display: block;
    font-size: 1vw;
    line-height: 2vw;
    color: #fff;
    background: url(../images/part3_line.png) no-repeat right center/0 1px;
    transition: 0.3s;
}

.part3-nav ul a:hover {
    font-size: 1.5vw;
    color: #c7a258;
    background-size: 6vw 1px;
}

.part3-more a {
    display: block;
    width: 214px;
    margin-left: -2.5vw;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: url(../images/more_w.png) no-repeat center center;
}

.part3-more a:hover {
    color: #c7a258;
    background-image: url(../images/more_j.png);
}

.part3-right {
    position: relative;
    width: 52vw;
    overflow: hidden;
    height: 27.5vw;
    overflow: hidden;
}

.part3-right ul {
    display: flex;
    position: absolute;
    left: 0;
    top: 7.5vw;
}

.part3-right ul li {
    width: 26vw;
    padding: 0 0.5vw;
}

.part3-right ul a {
    display: block;
    position: relative;
    overflow: hidden;
}

.part3-right ul i {
    display: block;
    border: 3px solid #fff;
}

.part3-right ul i img {
    width: 100%;
}

.part3-right ul p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 1vw;
    line-height: 3vw;
    color: #fff;
    text-align: center;
    background: rgba(0, 124, 62, 0.9);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: 0.3s;
}

.part3-right ul a:hover p {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.part3-bl {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
}


/* 第4部分 */

.part4 {
    position: relative;
    background: url(../images/part4_bg.jpg) no-repeat center 0 / cover;
    border-bottom: 0.4vw solid #c7a258;
}

.part4 .wrap {
    align-items: center;
}

.part4-main {
    perspective: 1000px;
    position: relative;
    width: 60vw;
    margin: 0 auto;
}

.part4-title {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    padding: 2.4vw 0 0;
    color: #fff;
    background: url(../images/line_j.png) no-repeat 0 0;
}

.part4-title .en {
    font-size: 1.6vw;
    line-height: 2vw;
    text-transform: uppercase;
}

.part4-title .ch {
    font-size: 1.2vw;
    line-height: 1.5vw;
}

.part4-more {
    display: flex;
    justify-content: flex-end;
    padding: 3vw 0 0;
}

.part4-more a {
    display: block;
    width: 214px;
    margin-left: -2.5vw;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: url(../images/more_w.png) no-repeat center center;
}

.part4-more a:hover {
    color: #c7a258;
    background-image: url(../images/more_j.png);
}

.part4-main ul {
    display: flex;
    flex-wrap: wrap;
}

.part4-main ul li {
    position: relative;
    width: 33.33%;
    min-height: 1vw;
    padding: 3px;
}

.part4-main ul a {
    display: block;
}

.part4-main ul a i {
    display: block;
    overflow: hidden;
    border: 2px solid #fff;
}

.part4-main ul i img {
    width: 100%;
    transition: 0.3s;
}

.part4-main ul a p {
    position: absolute;
    z-index: 10;
    right: 2px;
    bottom: 3px;
    width: 6.5vw;
    font-size: 0.9vw;
    line-height: 2vw;
    color: #000;
    text-align: center;
    background: #fff;
    transition: 0.3s;
}

.part4-main ul a:hover i img {
    transform: scale(1.1);
}

.part4-main ul a:hover p {
    width: 10vw;
}

.part4-bottom {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0.5vw;
    width: 36vw;
    color: #fff;
}

.part4-name {
    font-size: 1.6vw;
    line-height: 2vw;
}

.part4-detail {
    font-size: 1vw;
    line-height: 1.2vw;
}

.part4-bl {
    padding: 1.5vw 0 0;
    text-align: right;
}


/* 第5部分 */

.part5 {
    position: relative;
    background: url(../images/part5_bg.jpg) no-repeat center 0 / cover;
}

.part5 .wrap {
    align-items: center;
}

.part5-main {
    display: flex;
    justify-content: space-between;
    width: 62.5vw;
    margin: 0 auto;
}

.part5-left {
    width: 25.4vw;
}

.part5-title {
    padding: 1.8vw 0 1vw;
    color: #000;
    background: url(../images/line_j.png) no-repeat 0 0;
}

.part5-title .en {
    font-size: 1.8vw;
    line-height: 2vw;
    text-transform: uppercase;
}

.part5-title .ch {
    font-size: 1.2vw;
    line-height: 1.8vw;
}

.part5-new a {
    display: block;
    transition: 0.3s;
}

.part5-new-img {
    border: 2px solid #fff;
}

.part5-new-img img {
    width: 100%;
}

.part5-new-font {
    color: #000;
}

.part5-new-title {
    margin: 1vw 0 0;
    overflow: hidden;
    font-size: 1.2vw;
    line-height: 1.5vw;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.part5-new-p {
    height: 3.6vw;
    margin: 0.5vw 0;
    overflow: hidden;
    font-size: 0.9vw;
    line-height: 1.2vw;
}

.part5-new-more {
    width: 9vw;
    padding: 0 1.2vw;
    background: #0a542b;
}

.part5-new-more span {
    display: block;
    font-size: 0.9vw;
    line-height: 2vw;
    color: #fff;
    background: url(../images/arrow_w.png) no-repeat right center;
}

.part5-new a:hover {
    transform: translate3d(-1vw, 0, 0);
}

.part5-right {
    width: 32vw;
}

.part5-right ul {
    display: block;
}

.part5-right ul li {
    padding: 0 0 0.5vw;
}

.part5-right ul a {
    display: flex;
    justify-content: space-between;
    padding: 1vw 0.2vw;
    color: #000;
}

.new-li-time {
    width: 6vw;
    padding: 2.5vw 0 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.new-li-time .year {
    font-size: 2vw;
    line-height: 2.4vw;
}

.new-li-time .day {
    font-size: 0.8vw;
    line-height: 1vw;
}

.new-li-font {
    width: 22vw;
}

.new-li-title {
    overflow: hidden;
    font-size: 1.2vw;
    line-height: 1.5vw;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-p {
    height: 3.6vw;
    margin: 1vw 0;
    overflow: hidden;
    font-size: 0.9vw;
    line-height: 1.2vw;
}

.new-li-more {
    width: 9vw;
    padding: 0 1.2vw;
    background: #0a542b;
}

.new-li-more span {
    display: block;
    font-size: 0.9vw;
    line-height: 2vw;
    color: #fff;
    background: url(../images/arrow_w.png) no-repeat right center;
}

.part5-right ul a:hover {
    background: rgba(199, 162, 88, 0.6);
}


/* 第6部分 */

.part6 {
    position: relative;
    background: url(../images/part6_bg.jpg) no-repeat center 0 / cover;
}

.part6 .wrap {
    align-items: center;
}

.part6-main {
    display: flex;
    justify-content: space-between;
    width: 76vw;
    margin: 0 auto;
}

.part6-box {
    width: 55vw;
}

.part6-img {
    padding: 0 0 3vw;
}

.part6-img img {
    width: 100%;
}

.part6-ul {
    display: flex;
    justify-content: flex-end;
}

.part6-li {
    padding: 0 0 0 2.5vw;
    color: #000;
}

.part6-li-small {
    display: flex;
}

.part6-li-small i {
    display: block;
}

.part6-li-small i img {
    width: 1.5vw;
}

.part6-li-small span {
    display: block;
    font-size: 0.9vw;
    line-height: 1.5vw;
}

.part6-li-big {
    padding-left: 1.5vw;
    font-size: 1.6vw;
    line-height: 2vw;
}

.part6-slide {
    text-align: center;
}

.part6-ad img {
    width: 14vw;
}

.part6-ewm {
    padding: 3.5vw 0 0;
    text-align: center;
}

.part6-ewm img {
    width: 9vw;
}

footer {
    position: absolute;
    z-index: 30;
    left: 0;
    bottom: 2vw;
    width: 100%;
}

.foot {
    display: flex;
    justify-content: center;
    width: 62.5vw;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
}

.foot p {
    padding: 0 5px;
    color: #000;
}

.foot a {
    padding: 0 5px;
    color: #000;
}