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: 30px;
  height: 30px;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #000;
  background: url(../images/page_icon.png) no-repeat center center;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: url(../images/page_icona.png) no-repeat right center;
}

.wrap {
  display: flex;
  position: relative;
  z-index: 6;
  width: 100%;
  height: 100%;
  padding: 4.5vw 0 0;
}

/* 标题 */

.part-title {
  padding: 0 0 1.5vw;
  text-align: left;
  background: url(../images/line_orgin.png) no-repeat 0 bottom;
}

.part-title .ch {
  font-size: 1.5vw;
  line-height: 1.8vw;
}

.part-title .ch span {
  color: #eb3c00;
}

.part-title .en {
  font-size: 0.9vw;
  line-height: 1.2vw;
  color: #999;
}

/* 更多 */

.part-more {
  width: 7.2vw;
}

.part-more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2vw;
  height: 2vw;
  background: #157842;
  border-radius: 50%;
  transition: 0.3s;
}

.part-more a img {
  width: 1vw;
}

.part-more a:hover {
  color: #fff;
  transform: rotate(360deg);
}

/* 第1部分 */

.part1 {
  position: relative;
}

.banner {
  z-index: 1;
}

.banner .swiper-slide img {
  width: 100%;
  position: absolute;
  left: 0;
bottom: 0;
}

.banner-layer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: 50;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.8vw 3vw;
  background: rgba(21, 120, 66, 0.9);
}

.banner-btn {
  display: flex;
}

.banner-btn i {
  display: block;
  padding: 0 1.5vw;
}

.btn-img img {
  width: 0.9vw;
  cursor: pointer;
}

.banner-qf {
  font-size: 1.5vw;
  line-height: 2vw;
  color: #51c772;
  letter-spacing: 2vw;
  text-transform: uppercase;
}

.banner-logo img {
  width: 7.4vw;
}

/* 第2部分 */

.part2 {
  background: url(../images/part2_bg.jpg) no-repeat center 0 / cover;
}

.part2-main {
  width: 72vw;
  margin: 0 auto;
  padding: 5vw 22vw 0 0;
}

.part2 ul {
  display: flex;
  padding: 1px 0 0;
}

.part2 ul li {
  width: 25%;
  padding-right: 1.5vw;
}

.part2 ul li:nth-child(2n + 1) {
  margin-top: 2vw;
}

.part2 ul a {
  display: block;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.5vw;
  overflow: hidden;
  transition: 0.6s;
}

.part2 ul a:hover {
  transform: translate3d(0, -1vw, 0);
}

.part2-li-img {
  overflow: hidden;
}

.part2-li-img img {
  width: 100%;
}

.part2-li-box {
  padding: 0.6vw;
}

.part2-li-ch {
  font-size: 1.2vw;
  line-height: 1.6vw;
  color: #000;
}

.part2-li-ch span {
  color: #157842;
}

.part2-li-en {
  font-size: 12px;
  line-height: 16px;
  color: #999999;
}

.part2-li-arrow {
  padding: 0.2vw 0 0;
}

.part2-li-arrow img {
  width: 0.8vw;
}

.part2-li-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3.6vw;
  height: 3vw;
  padding-left: 1.2vw;
  background: url(../images/part2_li_bg.png) no-repeat right bottom/100%;
}

.part2-hua {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 32vw;
  height: 36vw;
  padding: 10vw 0 0 15vw;
  background: url(../images/part2_hua.png) no-repeat 0 0/100%;
}

.part2-title {
  text-align: left;
}

.part2-title .big {
  font-weight: bold;
  font-size: 1.8vw;
  line-height: 2vw;
  color: #000;
}

.part2-title .small {
  font-size: 0.9vw;
  line-height: 1.2vw;
  color: #157842;
}

.part2-more {
  margin-top: 1vw;
}

/* 第3部分 */

.part3 {
  background: url(../images/part3_bg.jpg) no-repeat center 0 / cover;
}

.part3 .wrap {
  align-items: center;
}

.part3-main {
  width: 76vw;
  margin: 0 auto;
}

.part3-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 6vw;
}

.part3-title {
  text-align: left;
}

.part3-title .big {
  font-weight: bold;
  font-size: 1.8vw;
  line-height: 2vw;
  color: #fff;
}

.part3-title .small {
  font-size: 0.9vw;
  line-height: 1.2vw;
  color: #fff;
}

.part3-nav {
  margin: 1.2vw 0;
  padding: 0 6vw;
  background: rgba(255, 255, 255, 0.8);
}

.part3-nav ul {
  display: flex;
}

.part3-nav ul li {
  width: 33.3%;
}

.part3-nav ul a {
  display: block;
  padding: 2vw;
  color: #000;
}

.part3-nav ul a .ch {
  font-size: 1.5vw;
  line-height: 1.6vw;
}

.part3-nav ul a .en {
  font-size: 12px;
  line-height: 16px;
}

.part3-nav ul a:hover {
  color: #fff;
  background: #157842 url(../images/part3_nav.png) no-repeat right center/auto
    100%;
}

.part3-box {
  position: relative;
  height: 20vw;
  overflow: hidden;
}

.part3-box ul {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
}

.part3-box ul li {
  width: 19vw;
  padding-right: 1.2vw;
}

.part3-box ul a {
  display: block;
  position: relative;
  padding: 0.6vw 0.6vw 0;
  text-align: center;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
}

.part3-box ul a i {
  display: block;
  border: 1px solid #000;
}

.part3-box ul a i img {
  width: 100%;
}

.part3-box ul a p {
  font-size: 0.9vw;
  line-height: 3vw;
  color: #000;
  transition: 0.3s;
}

.pic-li-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  border: 0.6vw solid #157842;
  border-bottom: 0;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: 0.3s;
}

.pic-li-logo {
  padding: 4vw 0 0;
  text-align: center;
}

.pic-li-logo img {
  width: 6.8vw;
}

.pic-li-name {
  font-size: 0.9vw;
  line-height: 3vw;
  color: #000;
}

.pic-li-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2vw;
  height: 2vw;
  margin: 0 auto;
}

.pic-li-arrow img {
  width: 1vw;
}

.part3-box ul a:hover p {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}

.part3-box ul a:hover .pic-li-layer {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* 第4部分 */

.part4 {
  background: url(../images/part4_bg.jpg) no-repeat center 0 / cover;
}

.part4 .wrap {
  align-items: center;
}

.part4-main {
  display: flex;
  justify-content: space-between;
  width: 62vw;
  margin: 0 auto;
}

.part4-left {
  width: 42vw;
}

.part4-left ul {
  display: flex;
}

.part4-left ul li {
  width: 14vw;
  padding-right: 4vw;
}

.part4-left ul li:nth-child(2n + 1) {
  margin-top: 2vw;
}

.part4-left ul a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0 3vw;
  transition: 0.3s;
}

.part4-left ul i {
  display: block;
  background: #000;
}

.part4-left ul i img {
  width: 100%;
  opacity: 0.6;
}

.part4-li-layer {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 2vw 0 0 2vw;
  color: #fff;
}

.part4-li-en {
  width: 0.8vw;
  font-size: 0.7vw;
  line-height: 1;
  writing-mode: vertical-lr;
}

.part4-li-ch {
  width: 2vw;
  height: 10vw;
  margin-left: 0.6vw;
  padding-left: 0.6vw;
  text-align: center;
  border-left: 1px solid #fff;
}

.part4-li-ch p {
  font-size: 1.8vw;
  line-height: 1;
}

.part4-li-ch span {
  margin-top: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2vw;
  height: 2vw;
  background: #fff;
  border-radius: 50%;
}

.part4-li-ch span img {
  width: 0.6vw;
}

.part4-left ul a:hover {
  transform: translate3d(0, -1vw, 0);
}

.part4-left ul a:hover i {
  background: #025628;
}

.part4-right {
  width: 18vw;
  color: #fff;
  background: url(../images/part4_border.png) no-repeat right 0/17vw;
}

.part4-right-en {
  font-weight: bold;
  font-size: 1.8vw;
  line-height: 2vw;
}

.part4-right-ch {
  padding: 1vw 0;
  font-weight: bold;
  font-size: 1.8vw;
  line-height: 2vw;
}

/* 第5部分 */

.part5 {
  background: url(../images/part5_bg.jpg) no-repeat center 0 / cover;
}

.part5 .wrap {
  align-items: center;
}

.part5-main {
  width: 62vw;
  margin: 0 auto;
}

.part5-top {
  display: flex;
  justify-content: space-between;
}

.part5-left {
  width: 16vw;
}

.part5-title {
  position: relative;
  padding-bottom: 0.5vw;
}

.part5-title .ch {
  color: #fff;
}

.part5-title .big {
  font-weight: bold;
  font-size: 1.8vw;
  line-height: 2vw;
}

.part5-title .small {
  font-size: 0.9vw;
  line-height: 1.2vw;
}

.part5-title .en {
  position: absolute;
  left: -12vw;
  bottom: 0;
  width: 30vw;
  font-size: 3vw;
  line-height: 1;
  color: #fff;
  opacity: 0.7;
}

.part5-more {
  margin-top: 1vw;
  margin-left: 11vw;
}

.part5-right {
  width: 46vw;
  height: 4.2vw;
  overflow: hidden;
  font-size: 0.9vw;
  line-height: 1.4vw;
  color: #fff;
}

.new-box {
  padding: 1.8vw 0 0;
}

.new-box a {
  display: flex;
  justify-content: space-between;
}

.new-img {
  width: 20vw;
  overflow: hidden;
}

.new-img img {
  width: 100%;
  border: 2px solid #fff;
  border-radius: 0.5vw;
  transition: 0.3s;
}

.new-font {
  width: 40vw;
  padding: 2vw;
  background: rgba(255, 255, 255, 0.8) url(../images/part5_hua.png) no-repeat
    right bottom/7.5vw;
  border: 2px solid #fff;
  border-radius: 0.5vw;
}

.new-line {
  display: flex;
  justify-content: space-between;
  color: #157842;
  border-bottom: 1px solid #157842;
}

.new-line-title {
  font-size: 1.2vw;
  line-height: 3vw;
}

.new-line-time {
  font-size: 0.8vw;
  line-height: 3vw;
}

.new-p {
  height: 4vw;
  margin: 1.2vw 0;
  overflow: hidden;
  font-size: 0.8vw;
  line-height: 1vw;
  color: #000;
}

.new-more {
  font-size: 0.8vw;
  line-height: 1vw;
  color: #000;
}

.new-box a:hover img {
  transform: scale(1.2);
}

.new-box a:hover .new-font {
  background-color: rgba(21, 120, 66, 0.8);
}

.new-box a:hover .new-line {
  color: #fff;
}

.new-box a:hover .new-p {
  color: #fff;
}

.new-box a:hover .new-more {
  color: #fff;
}

/* 第6部分 */

.part6 {
  background: url(../images/part6_bg.jpg) no-repeat center 0 / cover;
}

.part6 .wrap {
  align-items: center;
}

.part6-main {
  width: 62vw;
  margin: 0 auto;
}

.part6-ewm {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 6vw;
}

.part6-ewm img {
  width: 12.5vw;
}

.part6-box {
  display: flex;
  justify-content: space-between;
}

.part6-left {
  text-align: right;
}

.part6-left .ch {
  font-weight: bold;
  font-size: 1.2vw;
  line-height: 1.8vw;
  color: #000;
}

.part6-left .ch span {
  color: #157842;
}

.part6-left .en {
  font-weight: bold;
  font-size: 3vw;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
}

.part6-right {
  width: 30vw;
}

.part6-right ul {
  display: flex;
  justify-content: space-between;
}

.part6-right ul li {
  padding-left: 1vw;
}

.part6-li-line {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0.9vw;
}

.part6-li-name {
  text-align: left;
  color: #000;
}

.part6-li-name .ch {
  font-size: 1.2vw;
  line-height: 1.4vw;
}

.part6-li-name .en {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.part6-li-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.8vw;
  height: 2.8vw;
  border: 0.2vw solid #177944;
  border-radius: 50%;
}

.part6-li-icon img {
  width: 1vw;
}

.part6-right ul li p {
  font-size: 1.2vw;
  line-height: 1.4vw;
  color: #000;
}

.part6-foot {
  display: flex;
  justify-content: space-between;
  margin-top: 3vw;
  padding: 3vw 0 0;
  border-top: 2px solid #000;
}

.part6-logo img {
  width: 10vw;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 23vw;
  font-size: 14px;
  line-height: 20px;
}

footer p {
  color: #000;
  padding-left: 5px;
}

footer a {
  padding-left: 5px;
  color: #000;
}
