html,
body {
    perspective: 1000px;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    overflow: hidden;
    transform-origin: 0 0;
}

#page {
    z-index: 99;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0.5vw;
    width: 100px;
    height: 310px;
    padding: 38px 0 0 1px;
    padding-left: 1px;
    background: url(../images/page_border.png) no-repeat -78px center;
    transform: translate3d(0, 0, 0);
}

.swiper-pagination-bullet {
    margin-bottom: 20px;
    width: 80px;
    height: 24px;
    padding-left: 12px;
    color: #fff;
    text-align: center;
    background: url(../images/page_icon.png) no-repeat 0 center;
    border-radius: 0;
    opacity: 1;
}

.swiper-pagination-bullet:nth-child(1) {
    margin-left: 20px;
}

.swiper-pagination-bullet:nth-child(2) {
    margin-left: 52px;
}

.swiper-pagination-bullet:nth-child(3) {
    margin-left: 65px;
}

.swiper-pagination-bullet:nth-child(4) {
    margin-left: 65px;
}

.swiper-pagination-bullet:nth-child(5) {
    margin-left: 48px;
}

.swiper-pagination-bullet:nth-child(6) {
    margin-left: 20px;
}

.swiper-pagination-bullet span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    background: url(../images/page_font_bg.png) no-repeat center center;
    opacity: 0;
    transform: translate3d(-2vw, 0, 0);
    transition: 0.6s;
}

.swiper-pagination-bullet-active span {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.wrap {
    display: flex;
    position: relative;
    z-index: 6;
    width: 100%;
    height: 100%;
    padding: 1vw 0;
    border-top: 0.3vw solid #ffd239;
}


/* 第1部分 */

.part1 {
    position: relative;
}

.banner-layer {
    position: absolute;
    z-index: 10;
    right: 10vw;
    top: 18vw;
}

.banner-layer img {
    width: 54vw;
}

.banner .swiper-slide img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: scale(1.2);
    transition: 3s 1s;
}

.banner .swiper-slide-active img {
    transform: scale(1.1);
}


/* 第2部分 */

.part2 {
    position: relative;
    background: url(../images/part2_bg.jpg) no-repeat center 0 / cover;
}

.part2-icon {
    position: absolute;
    left: 0;
    bottom: 0;
}

.part2-icon img {
    width: 33vw;
}

.part2 .wrap {
    align-items: center;
    padding-bottom: 5vw;
}

.part2-main {
    display: flex;
    justify-content: space-between;
    width: 64vw;
    margin: 0 auto;
    padding: 0 3vw 0 5vw;
}

.part2-slide {
    width: 10vw;
}

.part2-ad {
    display: flex;
    padding: 2vw 0 10vw;
    background: url(../images/part2_h.png) no-repeat 0 0;
}

.part2-ad p {
    width: 1.4vw;
    font-size: 0.9vw;
    line-height: 1vw;
    color: #fff;
    text-align: center;
    writing-mode: sideways-lr;
}

.part2-100 p {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    letter-spacing: 15px;
}

.part2-100 span {
    font-size: 2.4vw;
    line-height: 1;
    color: #ffd239;
    letter-spacing: 2px;
}

.part2-1000 {
    padding: 2.5vw 0 0;
}

.part2-1000 p {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    letter-spacing: 8px;
}

.part2-1000 span {
    font-size: 2.4vw;
    line-height: 1;
    color: #ffd239;
    letter-spacing: 2px;
}

.part2-box {
    width: 36vw;
}

.part2-en {
    font-size: 12px;
    line-height: 20px;
    color: #fff5e0;
}

.part2-ch {
    padding: 1.6vw 0;
    font-size: 2vw;
    line-height: 2.4vw;
    color: #ffd239;
}

.part2-p {
    height: 9vw;
    overflow: hidden;
    font-size: 0.9vw;
    line-height: 1.5vw;
    color: #fff5e0;
}

.part2-ul {
    display: flex;
}

.part2-li {
    width: 10.4vw;
}

.part2-li a {
    display: block;
    padding: 1.8vw 1vw 0.5vw;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
}

.part2-li-icon {
    position: relative;
}

.part2-li-icon i {
    display: block;
    transition: 0.6s;
}

.part2-li-icon span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: 0.6s;
}

.part2-li-icon img {
    width: 2.4vw;
}

.part2-li-en {
    font-size: 12px;
    line-height: 2vw;
    color: #ffd239;
    opacity: 0;
    transform: translate3d(100%, 0, 0);
    transition: 0.3s;
}

.part2-li-name {
    margin-bottom: 0.5vw;
    font-size: 1vw;
    line-height: 2vw;
    color: #fff;
    transition: 0.6s;
}

.part2-li-more {
    width: 2.1vw;
    height: 2.1vw;
    background: url(../images/part2_san.png) no-repeat -0.9vw center/2.1vw;
}

.part2-li a:hover {
    text-align: center;
    background: url(../images/part2_li_bg.png) no-repeat center 0/100% 100%;
}

.part2-li a:hover .part2-li-icon i {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.part2-li a:hover .part2-li-icon span {
    opacity: 1;
}

.part2-li a:hover .part2-li-en {
    opacity: 0.3;
    transform: translate3d(0, 0, 0);
}

.part2-li a:hover .part2-li-name {
    color: #ffd239;
}

.part2-li a:hover .part2-li-more {
    margin: 0 auto;
    background: url(../images/part2_plus.png) no-repeat center center/2.1vw;
}

.part2-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 1vw;
    font-size: 12px;
    line-height: 2.4vw;
    letter-spacing: 5vw;
    text-align: center;
    background: #ffd239;
}


/* 第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: 64vw;
    margin: 0 auto;
    padding: 0 1vw;
}

.part3-left {
    width: 41vw;
}

.part3-img {
    position: relative;
}

.part3-img i {
    display: block;
}

.part3-img i img {
    width: 100%;
}

.part3-layer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 20;
    right: 2.5vw;
    top: 4vw;
    width: 16.8vw;
}

.part3-layer-icon img {
    width: 5.6vw;
}

.part3-layer-font {
    color: #fff;
}

.part3-layer-font .big {
    font-size: 1.5vw;
    line-height: 1.8vw;
}

.part3-layer-font .small {
    font-size: 0.9vw;
    line-height: 1vw;
}

.part3-nav {
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 0;
    width: 36vw;
    margin-left: -18vw;
}

.part3-nav ul {
    display: flex;
    justify-content: center;
    background: rgba(11, 97, 51, 0.8);
}

.part3-nav ul li {
    padding: 0 1px;
}

.part3-nav ul a {
    display: block;
    padding: 0 0.8vw;
    font-size: 1vw;
    line-height: 2.4vw;
    color: #fff;
}

.part3-nav ul a:hover {
    color: #0b6133;
    background: #ffd239;
}

.pic-ul ul {
    display: flex;
}

.pic-ul {
    padding: 1vw 0 0;
}

.pic-ul ul li {
    width: 13vw;
}

.pic-ul ul li:nth-child(2) {
    flex-grow: 1;
}

.pic-ul ul a {
    display: block;
    position: relative;
    width: 13vw;
    margin: 0 auto;
    overflow: hidden;
}

.pic-ul ul i {
    display: block;
    padding: 0.5vw;
    overflow: hidden;
    background: #fff;
}

.pic-ul ul i img {
    width: 100%;
    transition: 0.3s;
}

.pic-ul ul p {
    overflow: hidden;
    font-size: 0.9vw;
    line-height: 2vw;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
}

.pic-ul ul a:hover img {
    transform: scale(1.1);
}

.part3-right {
    width: 20vw;
    background: #d5d5d5;
}

.part3-right i {
    display: block;
}

.part3-right i img {
    width: 100%;
}

.part3-right-title {
    padding: 1.8vw 0 1.4vw;
    font-size: 1.2vw;
    line-height: 1.5vw;
    color: #000;
    text-align: center;
}

.part3-right-p {
    display: flex;
    justify-content: center;
    font-size: 1vw;
    line-height: 1.2vw;
    color: #000;
}

.part3-right-p p {
    padding: 0 0.5vw;
}

.part3-more {
    margin: 1.85vw 0 0;
}

.part3-more a {
    display: block;
    font-size: 0.9vw;
    line-height: 2vw;
    color: #fff;
    text-align: center;
    background: rgba(11, 97, 51, 0.8);
}

.part3-more a:hover {
    background: #ffd239;
}


/* 第4部分 */

.part4 {
    position: relative;
    background: url(../images/part4_bg.jpg) no-repeat center 0 / cover;
}

.part4 .wrap {
    align-items: center;
}

.part4-main {
    perspective: 1000px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 6vw;
}

.part4-left {
    width: 28vw;
    position: relative;
}

.part4-left .part4-img:nth-child(1) {
    left: 8vw;
    top: 5vw;
}

.part4-left .part4-img:nth-child(2) {
    left: 0;
    top: 20vw;
}

.part4-left .part4-img:nth-child(3) {
    left: 14vw;
    top: 21.5vw;
}

.part4-right {
    position: relative;
    width: 28vw;
}

.part4-right .part4-img:nth-child(1) {
    left: 8vw;
    top: 5vw;
}

.part4-right .part4-img:nth-of-type(2) {
    left: 0;
    top: 20vw;
}

.part4-right .part4-img:nth-child(3) {
    left: 14vw;
    top: 21.5vw;
}

.part4-img {
    position: absolute;
    border: 2px solid #000;
    border-radius: 5px;
}

.part4-img a {
    display: block;
    overflow: hidden;
}

.part4-img a img {
    transition: 0.6s;
}

.part4-img:nth-child(3n+1) img {
    width: 18vw;
}

.part4-img:nth-child(3n+2) img {
    width: 12.5vw;
}

.part4-img:nth-child(3n) img {
    width: 14.5vw;
}

.part4-img a:hover img {
    transform: scale(1.1);
}

.part4-line-title {
    position: absolute;
    left: 7.3vw;
    top: 6vw;
    width: 6vw;
    font-size: 1vw;
    line-height: 2.8vw;
    color: #fff;
    text-align: center;
    background: url(../images/part4_shape.png) no-repeat 0 center/6vw;
}

.part4-center {
    text-align: center;
}

.part4-zgm img {
    width: 22vw;
}

.part4-ch {
    margin-top: 1vw;
    font-size: 1vw;
    line-height: 1.4vw;
    color: #000;
}

.part4-en {
    width: 28vw;
    font-size: 12px;
    line-height: 16px;
}


/* 第5部分 */

.part5 {
    position: relative;
    background: url(../images/part5_bg.jpg) no-repeat center 0 / cover;
}

.part5 .wrap {
    align-items: center;
}

.part5-icon {
    position: absolute;
    z-index: 1;
    left: 4vw;
    bottom: 2vw;
}

.part5-icon img {
    width: 29vw;
}

.part5-main {
    display: flex;
    justify-content: space-between;
    width: 64vw;
    margin: 0 auto;
    padding: 0 1vw;
}

.part5-slide {
    width: 10vw;
}

.part5-title {
    color: #fff;
}

.part5-title .ch {
    font-size: 1.8vw;
    line-height: 2vw;
}

.part5-title .en {
    font-size: 0.9vw;
    line-height: 1.2vw;
    text-transform: uppercase;
}

.part5-more {
    padding: 2.5vw 0 0;
}

.part5-more a {
    display: block;
    padding: 0 0 0 3vw;
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #fff;
    background: url(../images/part5_line.jpg) no-repeat 0 center/1.8vw 7px;
    transition: 0.3s;
}

.part5-more a:hover {
    color: #ffd239;
    background-size: 1.2vw 7px;
}

.part5-box {
    width: 48vw;
}

.part5-nav {
    padding: 0 0 2.5vw 5vw;
}

.part5-nav ul {
    display: flex;
}

.part5-nav ul li {
    width: 6vw;
    background: url(../images/part5_nav_line.jpg) no-repeat 0 center;
}

.part5-nav ul li:nth-child(1) {
    background: none;
}

.part5-nav ul a {
    display: block;
    padding: 0.2vw 0;
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #fff;
    text-align: center;
}

.part5-nav ul a:hover {
    font-size: 1.2vw;
    color: #ffd239;
}

.part5-new {
    padding: 1vw 0;
    background: rgba(255, 255, 255, 0.9);
    border-left: 0.4vw solid #ffd239;
}

.part5-new ul li {
    padding: 0.8vw 0;
}

.part5-new ul a {
    position: relative;
    display: flex;
}

.new-li-time {
    width: 6.6vw;
    padding: 1vw 0;
    color: #000;
    text-align: center;
    border-right: 1px dashed #000;
}

.new-li-day {
    font-size: 3vw;
    line-height: 3.2vw;
}

.new-li-year {
    font-size: 0.9vw;
    line-height: 1vw;
}

.new-li-font {
    position: relative;
    width: 40vw;
    padding: 0.5vw 2vw 1vw;
}

.new-li-title {
    font-size: 1vw;
    line-height: 1.2vw;
    color: #000;
}

.new-li-p {
    height: 3.6vw;
    overflow: hidden;
    margin-top: 0.6vw;
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #999999;
}

.new-li-more {
    position: absolute;
    right: -3vw;
    top: -0.6vw;
    z-index: 1;
    width: 3vw;
    height: 100%;
    padding: 1.5vw 1vw 0;
    font-size: 0.9vw;
    line-height: 1;
    color: #000;
    background: #ffd239;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
    transition: 0.6s;
}

.part5-new ul a:hover .new-li-time {
    background: #ffd239;
    border-color: #ffd239;
}

.part5-new ul a:hover .new-li-font::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: -3.2vw;
    top: -0.6vw;
    width: 44vw;
    height: 100%;
    border: 2px solid #ffd239;
}

.part5-new ul a:hover .new-li-more {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}


/* 第6部分 */

.part6 {
    position: relative;
    background: url(../images/part6_bg.jpg) no-repeat center 0 / cover;
}

.part6 .wrap {
    padding-top: 8vw;
}

.part6-main {
    width: 64vw;
    margin: 0 auto;
    padding: 0 1vw;
}

.part6-font {
    display: flex;
    justify-content: center;
}

.part6-font p {
    display: flex;
    align-items: flex-end;
    padding: 0 1vw;
    font-size: 1.2vw;
    color: #000;
}

.part6-font i img {
    width: 2vw;
    line-height: 1;
}

.part6-box {
    display: flex;
    justify-content: space-between;
    padding: 4vw 0 0;
}

.part6-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 42vw;
}

.part6-li {
    display: flex;
    width: 20.6vw;
    padding: 1.5vw 0 1vw;
    border-bottom: 3px solid #0b6133;
}

.part6-li-icon {
    width: 4vw;
    text-align: center;
}

.part6-li-icon img {
    width: 2.5vw;
}

.part6-li-font {
    color: #000;
}

.part6-li-name {
    font-size: 1.5vw;
    line-height: 1.6vw;
    color: #000;
}

.part6-li-p {
    margin: 0.5vw 0 0;
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #666666;
}

.part6-ewm {
    margin: 1.5vw 0 0;
    color: #000;
    text-align: center;
}

.part6-ewm-img {
    width: 8vw;
    margin: 0 auto;
    padding: 0.5vw;
    background: #fff;
    border: 1px solid #0b6133;
}

.part6-ewm-img img {
    width: 100%;
}

.part6-ewm-font {
    padding: 1vw 0;
    font-size: 0.9vw;
    line-height: 1vw;
}

.part6-ewm-tel {
    font-size: 1.8vw;
    line-height: 2vw;
}

footer {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1vw 0;
    font-size: 0.9vw;
    line-height: 1vw;
    background: #0b6133;
}

footer p {
    padding: 0 5px;
    color: #fff;
}

footer a {
    padding: 0 5px;
    color: #fff;
}