html,
body {
  perspective: 1000px;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  overflow: hidden;
  transform-origin: 0 0;
}

.parts-pagination {
  position: absolute;
  z-index: 99;
  right: 1%;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-pagination-bullet {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 0 5px;
  background: url(../images/page-icon.png) no-repeat center center;
  opacity: 1;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: url(../images/page-icona.png) no-repeat center center;
}

header {
  top: auto;
  bottom: 0;
}

.wrap {
  display: flex;
  position: relative;
  z-index: 6;
  width: 100%;
  height: 100%;
  padding: 0 0 5vw;
}

/* 第1部分 */

.video {
  position: relative;
  background: url(../images/video-img.jpg) no-repeat center 0 / cover;
}

.video-layer {
  position: absolute;
  z-index: 10;
  left: 6vw;
  bottom: 12vw;
}
.video-layer img {
  width: 38vw;
}

/* 第2部分 */

.part2 {
  position: relative;
  background: url(../images/part2-bg.jpg) no-repeat center 0 / cover;
}

.part2 .wrap {
  align-items: center;
}

.part2-main {
  width: 80vw;
  margin: 0 auto;
}

.part2-ul {
  display: flex;
  justify-content: space-between;
}

.part2-li ul {
  width: 13.6vw;
}
.part2-li ul li {
  padding: 5vw 0;
}
.part2-li ul a {
  display: block;
  transition: 0.3s;
}
.part2-li-name {
  color: #4e952d;
}
.part2-li-name .ch {
  font-weight: bold;
  font-size: 1.8vw;
  line-height: 2vw;
  background: url(../images/arrow-g.png) no-repeat right center/1.1vw;
}
.part2-li-name .en {
  font-size: 0.9vw;
  line-height: 1.2vw;
  text-transform: uppercase;
}
.part2-li-detail {
  height: 2.4vw;
  overflow: hidden;
  margin: 1vw 0 0;
  font-size: 0.8vw;
  line-height: 1.2vw;
  color: #333;
}

.part2-logo {
  padding: 0 0 2vw;
  text-align: center;
}
.part2-logo img {
  width: 28vw;
}

.part2-center {
  text-align: center;
}
.part2-center .en {
  font-weight: 600;
  font-size: 2.4vw;
  line-height: 2.6vw;
  color: #4e952d;
  text-transform: uppercase;
}
.part2-center .ch {
  font-weight: 600;
  font-size: 2.4vw;
  line-height: 2.6vw;
  color: #4e952d;
}
.part2-center .ch span {
  color: #333;
}
.part2-center .detail {
  margin-top: 1.5vw;
  font-size: 0.8vw;
  line-height: 1.4vw;
  color: #333;
}

.part2-li ul a:hover {
  transform: translate3d(0, 1vw, 0);
}

/* 第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: 80vw;
  margin: 0 auto;
}

.part3-slide {
  width: 12vw;
}

.part3-name {
  color: #fff;
}
.part3-name .ch {
  font-size: 1.8vw;
  line-height: 2vw;
  background: url(../images/line-w.png) no-repeat right center/1.8vw;
}
.part3-name .en {
  font-size: 1.2vw;
  line-height: 1.6vw;
  text-transform: uppercase;
}

.part3-nav {
  padding: 3vw 0 0;
}

.part3-nav ul li {
  padding: 0 0 0.8vw;
}
.part3-nav ul a {
  display: block;
  padding-left: 3vw;
  font-size: 1.2vw;
  line-height: 3vw;
  color: #fff;
  background: #00a443;
  transition: 0.3s;
}
.part3-nav ul span {
  padding-right: 1vw;
  background: url(../images/three-w.png) no-repeat right center/0.5vw;
}
.part3-nav ul a:hover {
  transform: translate3d(-1vw, 0, 0);
}

.part3-box {
  position: relative;
  width: 64vw;
  height: 35vw;
  overflow: hidden;
}
.part3-box ul {
  display: flex;
  position: absolute;
}
.part3-box ul li {
  width: 22vw;
  padding: 0 1.2vw;
}
.part3-box ul a {
  display: block;
  padding: 1.6vw 1.6vw 0;
  color: #fff;
  border: 2px solid #fff;
}

.part3-box ul i {
  display: block;
  padding: 1vw 1vw 2vw;
  transition: 0.3s;
}
.part3-box ul i img {
  width: 100%;
}

.pic-li-name {
  font-size: 1.5vw;
  line-height: 1.8vw;
  transition: 0.3s;
}
.pic-li-weight {
  font-size: 0.8vw;
  line-height: 1.2vw;
  transition: 0.3s;
}
.pic-li-more {
  margin: 0.8vw 0 0;
  font-size: 0.8vw;
  line-height: 1.6vw;
  color: #333;
  text-align: center;
  background: #fff;
  opacity: 0;
  transition: 0.3s;
}

.part3-box ul a:hover {
  transform: translate3d(0, 0, 0);
}
.part3-box ul a:hover i {
  transform: translate3d(0, -0.5vw, 0);
}
.part3-box ul a:hover .pic-li-name {
  transform: translate3d(0, -1vw, 0);
}
.part3-box ul a:hover .pic-li-weight {
  transform: translate3d(0, -1vw, 0);
}
.part3-box ul a:hover .pic-li-more {
  opacity: 1;
  transform: translate3d(0, -1vw, 0);
}

/* 第4部分 */

.part4 {
  position: relative;
  background: url(../images/part4-bg.jpg) no-repeat center 0 / cover;
}

.part4 .wrap {
  align-items: center;
}

.part4-main {
  padding-left: 50vw;
}

.part4-ul {
  width: 40vw;
  transform: translate3d(-3vw, 0, 0);
}
.part4-li {
  display: flex;
  align-items: center;
  padding: 0 0 5vw;
}
.part4-li-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6vw;
  height: 6vw;
  background: #fff;
  border: 3px solid #4e952d;
  border-radius: 50%;
}
.part4-li-icon img {
  width: 2.5vw;
}

.part4-li-font {
  width: 30vw;
  margin-left: 2vw;
}
.part4-li-name {
  font-size: 1.2vw;
  line-height: 1.6vw;
  color: #333;
}
.part4-li-detail {
  height: 2.4vw;
  margin: 0.5vw 0 0;
  overflow: hidden;
  font-size: 0.9vw;
  line-height: 1.2vw;
  color: #333;
}

/* 第5部分 */

.part5 {
  position: relative;
  background: url(../images/part5-bg.jpg) no-repeat center 0 / cover;
}
.part5 .wrap {
  padding: 0;
}
.part5-main {
  display: flex;
  align-items: center;
  position: relative;
  width: 84vw;
  margin-left: 16vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
}

.part5-logo {
  position: absolute;
  z-index: 10;
  left: -9.2vw;
  top: 50%;
  margin-top: -3vw;
}

.part5-logo img {
  width: 18.4vw;
}

.part5-box {
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 0 12vw;
}

.new-top {
  position: relative;
  z-index: 1;
}
.new-top .swiper-slide {
  position: relative;
  z-index: 5;
}
.new-top a {
  display: flex;
  justify-content: space-between;
}
.new-li-img {
  width: 30vw;
}
.new-li-img img {
  width: 100%;
}
.new-li-font {
  width: 28vw;
  padding: 2vw 0 0;
}

.new-li-title {
  font-size: 1.2vw;
  line-height: 1.6vw;
  color: #333;
}
.new-li-time {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.new-top a .new-li-time {
  padding: 0.5vw 0;
  border-bottom: 1px solid #00a443;
}

.new-li-p {
  height: 6.4vw;
  overflow: hidden;
  font-size: 0.8vw;
  line-height: 1.4vw;
  color: #333;
}

.new-list {
  position: relative;
  margin: 3vw 0 0;
  height: 5vw;
  overflow: hidden;
}
.new-list ul {
  display: flex;
  position: absolute;
}
.new-list ul li {
  width: 21vw;
  padding: 0 1vw;
}
.new-list ul a {
  display: block;
  padding: 0 2vw 2vw 0;
  background: url(../images/new-plus.png) no-repeat right 0.5vw/1.8vw;
  border-bottom: 1px solid #333;
}
.new-list ul a:hover .new-li-title {
  color: #4e952d;
}

.new-li-more {
  display: flex;
  justify-content: flex-end;
}
.new-li-more span {
  display: block;
  width: 8vw;
  font-size: 16px;
  line-height: 2vw;
  color: #fff;
  text-align: center;
  background: #00a443;
}

.new-pagination {
  display: flex;
  position: absolute;
  z-index: 80;
  left: 32vw;
  bottom: 2vw;
}

.new-pagination .swiper-pagination-bullet {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 6px;
  background: url(../images/new-icon.png) no-repeat center center;
  opacity: 1;
}

.new-pagination .swiper-pagination-bullet-active {
  background: url(../images/new-icona.png) no-repeat center center;
}

/* 第6部分 */

.part6 {
  position: relative;
  background: url(../images/part6-bg.jpg) no-repeat center 0 / cover;
}

.part6-line {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 6vw 9vw 0;
}

.part6-slide {
  width: 10.4vw;
}
.part6-name {
  background: url(../images/line-b.png) no-repeat right center/1.5vw;
}
.part6-name .ch {
  font-size: 1.8vw;
  line-height: 2.4vw;
  color: #333;
}
.part6-name .en {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
.part6-slide ul {
  padding: 2vw 0 0;
}
.part6-slide ul li {
  padding: 0 0 0.6vw;
}
.part6-slide ul a {
  display: block;
  font-size: 1.2vw;
  line-height: 2.4vw;
  color: #fff;
  text-align: center;
  background: #00a443;
  border: 1px solid #00a443;
}

.part6-slide ul a:hover {
  color: #00a443;
  background: #fff;
}

.part6-box {
  position: relative;
  width: 66vw;
  height: 15vw;
  overflow: hidden;
}
.part6-box ul {
  display: flex;
  position: absolute;
  top: 0;
}
.part6-box ul li {
  width: 22vw;
  padding: 0 1vw;
}
.part6-box ul a {
  display: block;
  border: 2px solid #fff;
}
.part6-box a img {
  width: 100%;
}

.part6-public {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 3.5vw 0 7.5vw;
  background: rgba(12, 99, 47, 0.7);
}
