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;
}

.wrap {
  display: flex;
  position: relative;
  z-index: 6;
  width: 100%;
  height: 100%;
  padding: 60px 0 1.4rem;
}

/* 第1部分 */

.part1 {
  position: relative;
  background: url(../images/video-img.jpg) no-repeat center 0 / cover;
}

.video-layer {
  position: absolute;
  z-index: 10;
  top: 3.75rem;
  left: 0;
  width: 100%;
  padding: 0 0.2rem;
  text-align: center;
}
.video-layer img {
  width: 100%;
}

.video-btn {
  margin-top: 0.6rem;
}
.video-btn img {
  width: 0.8rem;
}

/*样式表*/
.video-bg {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.alerts {
  position: absolute;
  z-index: 99;
  left: 0;
  bottom: 10%;
  width: 100%;
  text-align: center;
}

.alerts img {
  width: 40px;
}

.video-bg div {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.videos {
  width: 100%;
}

/* 第2部分 */

.part2 {
  position: relative;
  background: url(../images/mpart2-bg.jpg) no-repeat center 0 / cover;
}

.part2 .wrap {
  align-items: center;
}

.part2-main {
  width: 100%;
  padding: 0 0.2rem;
}

.part2-top {
  position: relative;
  padding: 0.8rem 0 0.6rem;
}
.part2-logo {
  position: absolute;
  right: 0;
  top: 0;
}
.part2-logo img {
  width: 1.2rem;
}
.part2-top .en {
  font-weight: 600;
  font-size: 0.48rem;
  line-height: 0.5rem;
  color: #4e952d;
  text-transform: uppercase;
}
.part2-top .ch {
  font-weight: 600;
  font-size: 0.48rem;
  line-height: 0.5rem;
  color: #4e952d;
}
.part2-top .ch span {
  color: #333;
}
.part2-top .detail {
  padding-top: 0.1rem;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.part2-ul {
  padding: 0 0 0;
}
.part2-ul li {
  padding: 2.4vw 0;
  border-bottom: 1px solid #00a443;
}
.part2-ul a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part2-li-name {
  width: 2.8rem;
  color: #4e952d;
}
.part2-li-name .ch {
  width: 2.4rem;
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 0.4rem;
  background: url(../images/arrow-g.png) no-repeat right center/0.2rem;
}
.part2-li-name .en {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
.part2-li-detail {
  width: 3.8rem;
  height: 36px;
  overflow: hidden;
  font-size: 12px;
  line-height: 18px;
  color: #333;
}

/* 第3部分 */

.part3 {
  position: relative;
  background: url(../images/mpart3-bg.jpg) no-repeat center 0 / cover;
}

.part3 .wrap {
  align-items: center;
}

.part3-main {
  width: 100%;
  padding: 0 0.2rem;
}

.part3-slide {
  width: 108px;
}

.part3-name {
  width: 104px;
  color: #fff;
}
.part3-name .ch {
  font-size: 0.36rem;
  line-height: 0.4rem;
  background: url(../images/line-w.png) no-repeat right center/1.8vw;
}
.part3-name .en {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}

.part3-nav {
  padding: 0.4rem 0;
}
.part3-nav ul {
  display: flex;
}
.part3-nav ul li {
  padding: 0 0.2rem 0 0;
}
.part3-nav ul a {
  display: flex;
  justify-content: center;
  width: 2rem;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  background: #00a443;
}
.part3-nav ul span {
  padding-right: 0.3rem;
  background: url(../images/three-w.png) no-repeat right center/0.1rem;
}

.part3-box {
  position: relative;
  height: 6.5rem;
  overflow: hidden;
}
.part3-box ul {
  display: flex;
  position: absolute;
  left: 0;
}
.part3-box ul li {
  width: 4rem;
  padding: 0 0.2rem;
}
.part3-box ul a {
  display: block;
  padding: 0.2rem;
  color: #fff;
  border: 1px 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: 0.3rem;
  line-height: 0.36rem;
}
.pic-li-weight {
  font-size: 12px;
  line-height: 18px;
}
.pic-li-more {
  display: none;
}

/* 第4部分 */

.part4 {
  position: relative;
  background: url(../images/mpart4-bg.jpg) no-repeat center 0 / cover;
}

.part4 .wrap {
  align-items: center;
}

.part4-main {
  width: 100%;
  padding: 0 0.2rem;
}

.part4-ul {
  padding: 0;
}
.part4-li {
  display: flex;
  justify-content: space-between;
  padding: 0 0 1.2rem;
}
.part4-li-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border: 2px solid #4e952d;
  border-radius: 50%;
}
.part4-li-icon img {
  width: 0.5rem;
}

.part4-li-font {
  width: 5.2rem;
}
.part4-li-name {
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #333;
}
.part4-li-detail {
  margin: 0.5vw 0 0;
  font-size: 12px;
  line-height: 20px;
  color: #333;
}

/* 第5部分 */

.part5 {
  position: relative;
  background: url(../images/mpart5-bg.jpg) no-repeat center 0 / cover;
}
.part5 .wrap {
  align-items: center;
}
.part5-main {
  width: 100%;
  padding: 0 0.8rem;
}

.new-top {
  position: relative;
  z-index: 1;
}
.new-top .swiper-slide {
  position: relative;
  z-index: 5;
}
.new-top a {
  display: block;
}
.new-li-img {
  overflow: hidden;
}
.new-li-img img {
  width: 100%;
}
.new-li-font {
  padding: 0.2rem 0 0;
}

.new-li-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 20px;
  color: #333;
}
.new-li-time {
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.new-li-p {
  height: 60px;
  margin: 0.2rem 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.new-list {
  position: relative;
  height: 1.2rem;
  overflow: hidden;
  margin: 0.6rem 0 0;
}
.new-list ul {
  display: flex;
  position: absolute;
}
.new-list ul li {
  width: 5.6rem;
  padding: 0 0.1rem;
}
.new-list ul a {
  display: block;
  padding: 0 0.4rem 0 0;
  background: url(../images/new-plus.png) no-repeat right 0.1rem/0.3rem;
  border-bottom: 1px solid #333;
}

.new-li-more {
  display: flex;
  justify-content: flex-end;
}
.new-li-more span {
  display: block;
  width: 1.6rem;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background: #00a443;
}

.new-top .new-li-title {
  height: 40px;
  white-space: normal;
}
.new-top .new-li-time {
  padding: 0.1rem 0 0.2rem;
  border-bottom: 1px solid #00a443;
}

.new-pagination {
  display: flex;
  position: absolute;
  z-index: 80;
  left: 0;
  bottom: 0;
}

.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/mpart6-bg.jpg) no-repeat center 0 / cover;
}

.part6 .wrap {
  display: block;
}

.part6-line {
  width: 100%;
  padding: 1rem 0.2rem 0;
}

.part6-slide {
  display: flex;
  justify-content: space-between;
}
.part6-name {
  width: 100px;
  background: url(../images/line-b.png) no-repeat right 0.18rem/0.3rem;
}
.part6-name .ch {
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #333;
}
.part6-name .en {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
.part6-slide ul {
  display: flex;
}
.part6-slide ul li {
  width: 2rem;
  padding: 0 0 0 0.1rem;
}
.part6-slide ul a {
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background: #00a443;
  border: 1px solid #00a443;
}

.part6-box {
  position: relative;
  height: 2.4rem;
  margin-top: 0.5rem;
  overflow: hidden;
}
.part6-box ul {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
}
.part6-box ul li {
  width: 3.4rem;
  padding: 0 0.1rem;
}
.part6-box ul a {
  display: block;
  border: 2px solid #fff;
}
.part6-box a img {
  width: 100%;
}

.part6-public {
  margin-top: 0.2rem;
  padding: 0.4rem 0.2rem;
}

/*  */
.fix-nav {
  position: fixed;
  z-index: 50;
  left: 0;
  bottom: 0;
  width: 100%;
}

.fix-nav ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 1.4rem;
  padding: 0.3rem 0.1rem 0;
  background: rgba(0, 0, 0, 0.6);
}

.fix-nav ul li {
  width: 25%;
}

.fix-nav ul a {
  display: block;
  text-align: center;
}

.fix-nav ul i {
  display: block;
}

.fix-nav i img {
  width: 0.5rem;
}

.fix-nav a p {
  padding-top: 0.1rem;
  font: 400 0.3rem/0.3rem "微软雅黑";
  color: #fff;
}
