html,
body {
  perspective: 1000px;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  overflow: hidden;
  transform-origin: 0 0;
}

.wrap {
  display: flex;
  position: relative;
  z-index: 6;
  width: 100%;
  height: 100%;
  padding: 60px 0 1.4rem;
}

/* 第1部分 */

.part1 {
  position: relative;
}

.banner-layer {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 3.6rem;
  width: 100%;
  text-align: center;
}
.banner-layer img {
  width: 5.8rem;
}

.banner .swiper-slide img {
  width: 100%;
}

/* 第2部分 */

.part2 {
  position: relative;
  background: url(../images/mpart2_bg.jpg) no-repeat center 0 / cover;
}
.part2 .wrap {
  align-items: flex-end;
}
.part2-main {
  width: 100%;
  padding: 0 0.2rem 0.6rem;
}

.part2-line {
  display: flex;
  justify-content: space-between;
}
.part2-title {
  font-weight: bold;
  color: #1b7333;
}
.part2-title .ch {
  font-size: 0.48rem;
  line-height: 0.6rem;
}
.part2-title .en {
  font-size: 14px;
  line-height: 20px;
}
.part2-more {
  width: 1.6rem;
}
.part2-more a {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background: #1b7333;
  border: 1px solid #1b7333;
  border-radius: 10px;
}

.part2-name {
  padding: 0.2rem 0;
  font-weight: bold;
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #000;
}
.part2-p {
  height: 160px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}

.part2-ul {
  display: flex;
  justify-content: space-between;
  margin: 0.2rem 0 0;
}
.part2-li {
  width: 1.6rem;
}
.part2-li a {
  display: block;
  height: 1.6rem;
  text-align: center;
  border: 1px solid #1b7333;
  border-radius: 0.3rem 0;
}
.part2-li-icon {
  padding: 0.4rem 0 0;
}
.part2-li-icon img {
  width: 0.4rem;
}

.part2-li-p {
  font-size: 0.3rem;
  line-height: 0.48rem;
  color: #1b7333;
}

/* 第3部分 */

.part3 {
  position: relative;
  background: url(../images/mpart3_bg.jpg) no-repeat center 0 / cover;
}

.part3 .wrap {
  align-items: center;
}

.part3-main {
  position: relative;
  width: 100%;
  padding: 0 0.2rem;
}

.part3-logo {
  position: absolute;
  z-index: 1;
  right: 0;
  top: -1.2rem;
}
.part3-logo img {
  width: 4rem;
}
.part3-name {
  position: relative;
  z-index: 10;
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 0.48rem;
  color: #1b7333;
}
.part3-detail {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.part3-ul {
  margin: 0.6rem 0;
}
.part3-li {
  display: flex;
  align-items: center;
  margin: 0 0 0.3rem;
  padding: 0.1rem;
  background: #1b7333;
  border-radius: 0.4rem;
}
.part3-li-num {
  width: 0.48rem;
  height: 0.48rem;
  font-size: 14px;
  line-height: 0.48rem;
  color: #1b7333;
  text-align: center;
  background: #fff;
  border-radius: 50%;
}
.part3-li-p {
  width: 6rem;
  margin-left: 0.2rem;
  font-size: 0.3rem;
  line-height: 0.48rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.part3-slide {
  display: flex;
  align-items: flex-end;
}
.part3-slide-icon {
  display: block;
  width: 2rem;
  height: 2rem;
  padding: 0.4rem 0 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.1rem;
}
.part3-slide-icon img {
  width: 0.9rem;
}
.part3-slide-en {
  margin-left: 0.5rem;
}
.part3-slide-en img {
  width: 3.5rem;
}

/* 第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-name {
  display: flex;
  color: #fff;
}
.part4-name .ch {
  padding: 0 0.3rem;
  font-size: 0.36rem;
  line-height: 0.4rem;
  background: url(../images/part4_kuo.png) no-repeat center center/100%;
}

.part4-detail {
  margin: 0.3rem 0;
  padding-left: 0.3rem;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.part4-nav {
  padding: 0.1rem 0;
}
.part4-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.part4-nav ul li {
  width: 33.3%;
  padding: 0.1rem;
}
.part4-nav ul li:nth-child(1) {
  margin-left: 66.6%;
}

.part4-nav ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background: #fff;
  border-radius: 0.2rem;
}

.part4-nav-icon {
  position: relative;
  width: 0.48rem;
  overflow: hidden;
}
.part4-nav-icon i {
  display: block;
}

.part4-nav-icon img {
  width: 0.4rem;
}

.part4-nav-name {
  font-size: 0.3rem;
  line-height: 0.48rem;
}

.part4-con {
  position: relative;
  margin: 0.4rem 0 0;
}

.part4-line {
  position: relative;
}
.part4-line i {
  display: block;
  border: 2px solid #fff;
}
.part4-line i img {
  width: 100%;
}
.part4-line a {
  position: absolute;
  z-index: 10;
  right: 0.4rem;
  bottom: 0.4rem;
  width: 1.6rem;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background: #1b7333;
  border: 1px solid #1b7333;
  border-radius: 10px;
}

/* 第5部分 */

.part5 {
  position: relative;
  background: url(../images/mpart5_bg.jpg) no-repeat center bottom / cover;
}

.part5 .wrap {
  align-items: center;
}

.part5-main {
  width: 100%;
  padding: 0 0.2rem;
}

.part5-title {
  width: 2.1rem;
  padding: 0 0 0 0.3rem;
  font-size: 0.36rem;
  line-height: 0.4rem;
  color: #1b7333;
  background: url(../images/part5_kuo.png) no-repeat center center/100%;
}

.part5-left {
  margin: 0.4rem 0 0;
}
.part5-left a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-img {
  width: 4rem;
  overflow: hidden;
}
.new-img img {
  width: 100%;
}
.new-box {
  width: 2.9rem;
}
.new-title {
  padding: 0.2rem 0;
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #000;
}

.new-more {
  width: 1.6rem;
  margin: 0.4rem 0 0;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background: #1b7333;
  border: 1px solid #1b7333;
  border-radius: 10px;
}
.part5-right ul {
  margin: 0.2rem 0 0;
}
.part5-right ul li {
  padding: 0.3rem 0;
}
.part5-right ul a {
  display: flex;
}

.new-li-time {
  flex-shrink: 0;
  width: 1.2rem;
  padding: 0.4rem 0 0;
  color: #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.new-li-day {
  font-size: 0.36rem;
  line-height: 0.48rem;
}
.new-li-year {
  font-size: 12px;
  line-height: 20px;
}
.new-li-font {
  flex-wrap: 1;
  overflow: hidden;
  margin-left: 0.3rem;
}
.new-li-title {
  padding: 0 0 0.1rem;
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-li-p {
  height: 1.2rem;
  overflow: hidden;
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #000;
}

/* 第6部分 */

.part6 {
  position: relative;
  background: url(../images/mpart6_bg.jpg) no-repeat center 0 / cover;
}

.part6 .wrap {
  align-items: flex-end;
}

.part6-main {
  width: 100%;
  padding: 0 0.2rem;
}

.part6-name {
  display: flex;
  justify-content: center;
  margin-left: 5.8rem;
  color: #1b7333;
}
.part6-name .en {
  padding: 0.3rem 0;
  font-size: 12px;
  line-height: 1;
  writing-mode: vertical-lr;
}
.part6-name .ch {
  padding: 0.3rem 0;
  font-size: 16px;
  line-height: 1;
  writing-mode: vertical-lr;
  background: url(../images/part6_kuo.png) no-repeat center 0 / auto 100%;
}

.part6-border {
  margin: 0.2rem 0 0;
  padding: 0 0.68rem 0.6rem;
  background: url(../images/part6_border.png) no-repeat 0 center/100% 100%;
}

.part6-title {
  padding: 0.4rem 0;
  color: #1b7333;
}
.part6-title .ch {
  font-size: 0.36rem;
  line-height: 0.4rem;
}
.part6-title .en {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}

.part6-p {
  margin: 0 0 0.6rem;
  font-size: 14px;
  line-height: 20px;
  color: #1b7333;
}

.part6-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part6-logo {
  width: 3rem;
}
.part6-logo img {
  width: 100%;
}
.part6-ewm {
  text-align: center;
}
.part6-ewm img {
  width: 1.2rem;
  border: 1px solid #1b7333;
}
.part6-ewm p {
  font-size: 12px;
  line-height: 20px;
  color: #1b7333;
}

footer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.2rem 0;
  font-size: 14px;
  line-height: 20px;
}
footer p {
  padding: 0 2px;
  color: #000;
}
footer a {
  padding: 0 2px;
  color: #000;
}

/*  */
.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: #00712e;
}

.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;
}
