html,
body {
  perspective: 1000px;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide {
  overflow: hidden;
  transform-origin: 0 0;
}

.parts-pagination {
  position: absolute;
  z-index: 99;
  right: 1%;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.parts-pagination .swiper-pagination-bullet {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 0 20px;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
  cursor: pointer;
}

.parts-pagination .swiper-pagination-bullet-active {
  background: #009c79;
}

.wrap {
  display: flex;
  position: relative;
  z-index: 6;
  width: 100%;
  height: 100%;
  padding: 60px 0 1.4rem;
}
@media (min-width: 1200px) {
  .wrap {
    display: flex;
    position: relative;
    z-index: 6;
    width: 100%;
    height: 100%;
    padding: 5vw 0 0;
  }
}

/* 第1部分 */

.part1 {
  position: relative;
  background: #000;
}
.banner img {
  width: 100%;
}
@media (min-width: 1200px) {
  .banner .swiper-slide img {
    transition: 5s 1s;
  }
  .banner .swiper-slide-active img {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
}

/* 第2部分 */

.part2 {
  position: relative;
  background: url(../images/mpart2-bg.jpg) no-repeat center 0 / cover;
}
.part2 .wrap {
  align-items: center;
}
.part2-main {
  padding: 0 0.2rem;
}
.part2-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 0 0.4rem;
  border-bottom: 1px solid #009c79;
}

.part2-top-title {
  position: relative;
}
.part2-top-title .en {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -0.2rem;
}
.part2-top-title .en img {
  height: 0.4rem;
}
.part2-top-title .ch {
  position: relative;
  z-index: 10;
  font-size: 0.36rem;
  line-height: 0.4rem;
  color: #047837;
}
.part2-detail {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
.part2-top-right a {
  display: block;
  padding-right: 12px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background: url(../images/arrow-g.png) no-repeat right center/9px;
}

.part2-box {
  padding: 0.4rem 0 0;
}

.part2-title {
  text-align: left;
  font-size: 0.36rem;
  line-height: 0.48rem;
  color: #009c79;
}
.part2-detail {
  font-size: 12px;
  line-height: 20px;
  color: #000;
}
.part2-num {
  display: none;
  margin: 4.5vw 0 0;
}
.part2-right {
  padding: 5px 0 0;
}

.part2-img {
  display: flex;
  justify-content: space-between;
}
.part2-img img {
  width: 3.5rem;
}
.part2-p {
  height: 60px;
  margin: 0.2rem 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.part2-more a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #bd0101;
}

.part2-bottom {
  padding: 0.2rem 0 0;
}
.part2-bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.part2-bottom ul li {
  width: 32.5%;
  margin: 1px;
}
.part2-bottom ul a {
  display: flex;
  align-items: center;
  padding: 0.2rem;
}
.part2-bottom ul li:nth-child(1) {
  background: #047837;
}
.part2-bottom ul li:nth-child(2) {
  background: #098640;
}
.part2-bottom ul li:nth-child(3) {
  background: #199751;
}
.part2-bottom ul li:nth-child(4) {
  background: #25af62;
}
.part2-bottom ul li:nth-child(5) {
  background: #098640;
}

.part2-li-icon {
  width: 0.48rem;
}
.part2-li-icon img {
  width: 100%;
}
.part2-li-font {
  padding-left: 0.1rem;
  color: #fff;
}
.part2-li-font .ch {
  font-size: 0.3rem;
  line-height: 0.36rem;
}
.part2-li-font .en {
  display: none;
}

@media (min-width: 1200px) {
  .part2 {
    position: relative;
    background: url(../images/part2-bg.jpg) no-repeat center 0 / cover;
  }
  .part2 .wrap {
    align-items: flex-end;
    padding: 0 0 10vw;
  }
  .part2-main {
    width: 70vw;
    margin: 0 auto;
    padding: 0;
  }
  .part2-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 0 2vw;
    border-bottom: 1px solid #009c79;
  }

  .part2-top-title {
    position: relative;
    padding: 1vw 0 0;
  }
  .part2-top-title .en {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
  }
  .part2-top-title .en img {
    height: 2vw;
  }
  .part2-top-title .ch {
    position: relative;
    z-index: 10;
    font-size: 1.8vw;
    line-height: 2vw;
    color: #047837;
  }
  .part2-detail {
    font-size: 14px;
    line-height: 20px;
    color: #999;
  }
  .part2-top-right a {
    display: block;
    padding-right: 1.2vw;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background: url(../images/arrow-g.png) no-repeat right center/0.9vw;
    transition: 0.3s;
  }
  .part2-top-right a:hover {
    transform: translate3d(1vw, 0, 0);
  }

  .part2-box {
    display: flex;
    justify-content: space-between;
    padding: 2vw 0 0;
  }
  .part2-left {
    width: 22.4vw;
  }
  .part2-title {
    text-align: left;
    font-size: 1.8vw;
    line-height: 2.4vw;
    color: #009c79;
  }
  .part2-detail {
    font-size: 1.2vw;
    line-height: 1.5vw;
    color: #000;
  }
  .part2-num {
    display: flex;
    margin: 4.5vw 0 0;
  }
  .part2-num-li {
    width: 50%;
  }
  .part2-num-line {
    display: flex;
    align-items: flex-end;
    font-size: 0.8vw;
    line-height: 1;
    color: #333;
  }
  .part2-num-line span {
    font-size: 3vw;
    line-height: 2.8vw;
    color: #009c79;
  }
  .part2-num-font {
    padding: 1.2vw 0 0;
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #333;
  }

  .part2-right {
    width: 40.4vw;
    padding: 0;
  }

  .part2-img {
    display: flex;
    justify-content: space-between;
  }
  .part2-img img {
    width: 20vw;
  }
  .part2-p {
    height: 4.2vw;
    margin: 1vw 0;
    overflow: hidden;
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #333;
  }
  .part2-more a {
    display: block;
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #bd0101;
    transition: 0.3s;
  }
  .part2-more a:hover {
    transform: translate3d(-1vw, 0, 0);
  }

  .part2-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 2vw 0 0 26.4vw;
  }
  .part2-bottom ul {
    display: flex;
  }
  .part2-bottom ul li {
    width: 20%;
    margin: 0;
  }
  .part2-bottom ul a {
    display: flex;
    align-items: center;
    padding: 3vw 0.5vw 3vw 2.5vw;
    transition: 0.3s;
  }
  .part2-bottom ul li:nth-child(1) {
    background: #047837;
  }
  .part2-bottom ul li:nth-child(2) {
    background: #098640;
  }
  .part2-bottom ul li:nth-child(3) {
    background: #199751;
  }
  .part2-bottom ul li:nth-child(4) {
    background: #25af62;
  }
  .part2-bottom ul li:nth-child(5) {
    background: #098640;
  }

  .part2-li-icon {
    width: 2.4vw;
  }
  .part2-li-icon img {
    width: 100%;
  }
  .part2-li-font {
    padding-left: 1vw;
    color: #fff;
  }
  .part2-li-font .ch {
    font-size: 0.9vw;
    line-height: 1.2vw;
  }
  .part2-li-font .en {
    display: block;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
  }
  .part2-bottom ul a:hover {
    transform: translate3d(0, -0.5vw, 0);
  }
}

/* 第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-top {
  overflow: auto;
  padding: 0 0 0.2rem;
}
.part3-top ul {
  display: flex;
  width: 14.4rem;
}
.part3-top ul li {
  width: 33.3%;
  padding: 0 0.3rem 0 0;
}
.part3-top ul a {
  display: block;
  position: relative;
}
.part3-top i {
  display: block;
}
.part3-top i img {
  width: 100%;
}
.part3-top-layer {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.4rem;
}
.part3-top-title {
  color: #fff;
}
.part3-top-title .big {
  font-size: 0.36rem;
  line-height: 0.4rem;
}
.part3-top-title .small {
  font-size: 14px;
  line-height: 20px;
}
.part3-top-more {
  width: 1.4rem;
  margin: 1.8rem 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
}
.part3-box {
  position: relative;
  height: 3rem;
  overflow: hidden;
}
.part3-box ul {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
}
.part3-box ul li {
  width: 3.6rem;
  padding: 0 0.1rem;
}
.part3-box ul a {
  display: block;
}
.part3-box ul i {
  display: block;
  border: 1px solid #fff;
}
.part3-box ul img {
  width: 100%;
}

.part3-more {
  margin-top: 0.6rem;
}
.part3-more a {
  display: block;
  width: 70px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background: url(../images/arrow-g.png) no-repeat right center/9px;
}

@media (min-width: 1200px) {
  .part3 {
    position: relative;
    background: url(../images/part3-bg.jpg) no-repeat center 0 / cover;
  }
  .part3 .wrap {
    align-items: center;
  }
  .part3-main {
    position: relative;
    width: 100%;
    padding: 0 20vw 0 6vw;
  }
  .part3-top {
    padding: 0 0 1vw;
  }
  .part3-top ul {
    display: flex;
    width: 100%;
    margin: 0 -0.5vw;
  }
  .part3-top ul li {
    width: 33.3%;
    padding: 0 0.5vw;
  }
  .part3-top ul a {
    display: block;
    position: relative;
  }
  .part3-top i {
    display: block;
    overflow: hidden;
  }
  .part3-top i img {
    width: 100%;
    transition: 0.3s;
  }
  .part3-top-layer {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 3vw 2vw 0;
  }
  .part3-top-title {
    color: #fff;
  }
  .part3-top-title .big {
    font-size: 1.8vw;
    line-height: 2vw;
  }
  .part3-top-title .small {
    font-size: 0.8vw;
    line-height: 1.2vw;
  }
  .part3-top-more {
    width: 7vw;
    margin: 9vw 0 0;
    font-size: 0.8vw;
    line-height: 1.8vw;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
  }
  .part3-top ul a:hover i img {
    transform: scale(1.1);
  }

  .part3-box {
    position: relative;
    height: 16.8vw;
  }
  .part3-box ul {
    display: flex;
  }
  .part3-box ul li {
    width: 20vw;
    padding: 0 0.5vw;
  }
  .part3-box ul a {
    display: block;
  }
  .part3-box ul i {
    display: block;
    border: 1px solid #fff;
  }
  .part3-box ul img {
    width: 100%;
  }

  .part3-more {
    position: absolute;
    right: 12vw;
    bottom: 0;
    margin: 0;
  }
  .part3-more a {
    display: block;
    width: auto;
    padding-right: 1.2vw;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background: url(../images/arrow-g.png) no-repeat right center/0.9vw;
    transition: 0.3s;
  }
  .part3-more a:hover {
    transform: translate3d(1vw, 0, 0);
  }
}

/* 第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-top {
  text-align: center;
}
.part4-title {
  position: relative;
}
.part4-title .ch {
  position: relative;
  z-index: 10;
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 0.4em;
  color: #333;
}
.part4-title .en {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -0.2rem;
  width: 100%;
  text-align: center;
}
.part4-title .en img {
  height: 0.4rem;
}

.part4-detail {
  margin: 0.2rem 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-align: center;
}

.part4-name {
  width: 2.72rem;
  margin: 0.6rem auto;
}
.part4-name a {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid #fff;
  border-radius: 0.5rem;
}
.part4-name span {
  width: 2rem;
  padding-left: 0.6rem;
  font-size: 0.3rem;
  line-height: 0.6rem;
  color: #fff;
  text-align: center;
  background: url(../images/part4-icon1.png) no-repeat 0.2rem center/0.4rem;
  border-right: 1px solid #fff;
}
.part4-name i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.2rem;
  width: 0.24rem;
  height: 0.24rem;
  line-height: 1;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
}
.part4-name i img {
  width: 6px;
}

.part4-box {
  padding: 0;
}
.part4-box ul {
  display: block;
}
.part4-box ul li {
  padding: 0.1rem 0.4rem;
}
.part4-box li a {
  display: flex;
}
.part4-li-slide {
  width: 2.4rem;
  padding: 0.5rem 0;
  text-align: center;
  background: rgba(67, 67, 67, 0.7);
  border-left: 2px solid #fff;
}

.part4-li-circle {
  width: 1rem;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}
.part4-li-circle img {
  width: 100%;
}
.part4-li-name {
  padding: 0.3rem 0;
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #fff;
}
.part4-li-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 0.24rem;
  height: 0.24rem;
  line-height: 1;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
}
.part4-li-arrow img {
  width: 6px;
}
.part4-li-img {
  width: 4rem;
}
.part4-li-img img {
  width: 100%;
}

@media (min-width: 1200px) {
  .part4 {
    position: relative;
    background: url(../images/part4-bg.jpg) no-repeat center 0 / cover;
  }

  .part4 .wrap {
    align-items: flex-end;
  }

  .part4-main {
    width: 64vw;
    margin: 0 auto;
  }

  .part4-top {
    text-align: center;
  }
  .part4-title {
    position: relative;
  }
  .part4-title .ch {
    position: relative;
    z-index: 10;
    font-weight: bold;
    font-size: 1.8vw;
    line-height: 2vw;
    color: #333;
  }
  .part4-title .en {
    position: absolute;
    z-index: 1;
    left: 0;
    top: -1vw;
    width: 100%;
    text-align: center;
  }
  .part4-title .en img {
    height: 2vw;
  }

  .part4-detail {
    margin: 0.5vw 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-align: center;
  }

  .part4-name {
    width: 13.6vw;
    margin: 4vw auto 10vw;
  }
  .part4-name a {
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #fff;
    border-radius: 2vw;
  }
  .part4-name span {
    width: 10vw;
    padding-left: 3vw;
    font-size: 1.2vw;
    line-height: 3vw;
    color: #fff;
    text-align: center;
    background: url(../images/part4-icon1.png) no-repeat 0.8vw center/2vw;
    border-right: 1px solid #fff;
  }
  .part4-name i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1vw;
    width: 1vw;
    height: 1vw;
    line-height: 1;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  .part4-name i img {
    width: 0.4vw;
  }
  .part4-name a:hover {
    background: rgba(7, 153, 115, 0.7);
  }

  .part4-box {
    padding: 0;
  }
  .part4-box ul {
    display: flex;
    justify-content: center;
  }
  .part4-box ul li {
    padding: 0 0.8vw;
  }
  .part4-box li a {
    display: flex;
  }
  .part4-li-slide {
    width: 12vw;
    padding: 2.4vw 0 0;
    text-align: center;
    background: rgba(67, 67, 67, 0.7);
    border-left: 2px solid #fff;
  }

  .part4-li-circle {
    width: 5vw;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    transition: 0.3s;
  }
  .part4-li-circle img {
    width: 100%;
  }
  .part4-li-name {
    padding: 1.5vw 0;
    font-size: 1.2vw;
    line-height: 1.5vw;
    color: #fff;
  }
  .part4-li-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 1vw;
    height: 1vw;
    line-height: 1;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  .part4-li-arrow img {
    width: 0.4vw;
  }
  .part4-li-img {
    width: 20vw;
  }
  .part4-li-img img {
    width: 100%;
  }
  .part4-box li a:hover .part4-li-slide {
    background: rgba(7, 153, 115, 0.7);
  }
  .part4-box li a:hover .part4-li-circle {
    transform: rotate(360deg);
  }
}

/* 第5部分 */

.part5 {
  position: relative;
  background: url(../images/mpart5-bg.jpg) no-repeat center 0 / cover;
}

.part5-main {
  width: 100%;
  padding: 0 0.2rem;
}
.part5-slide {
  position: relative;
  width: 100%;
  margin: 0.6rem 0;
}
.part5-title {
  position: relative;
  color: #fff;
}
.part5-title .ch {
  position: relative;
  z-index: 10;
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 0.4rem;
  transform: translate3d(-50%, 0, 0);
  transition: 1s;
}
.part5-title .en {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -0.2rem;
  transform: translate3d(-50%, 0, 0);
  transition: 1s;
}
.part5-title .en img {
  height: 0.4rem;
}
.part5-detail {
  margin: 0.1rem 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  transform: translate3d(-50%, 0, 0);
  transition: 1s;
}

.part5-nav {
  padding: 0.4rem 0 0;
  transform: translate3d(-50%, 0, 0);
  transition: 1s;
}
.part5-nav ul {
  display: flex;
}
.part5-nav li {
  padding: 0 0.2rem 0 0;
}
.part5-nav li a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.part5-more {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate3d(-50%, 0, 0);
  transition: 1s;
}

.part5-more a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.part5-more a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.24rem;
  height: 0.24rem;
  margin-left: 0.2rem;
  line-height: 1;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
}
.part5-more a img {
  width: 6px;
}

.part5-box {
  padding: 0.8rem 0 0;
  transform: translate3d(50%, 0, 0);
  transition: 1s;
}
.part5-box ul {
  display: flex;
}
.part5-box ul li {
  width: 50%;
  padding: 0 0.15rem;
}
.part5-box ul li:nth-child(3) {
  display: none;
}
.part5-box ul a {
  display: block;
  padding: 0 0 0.4rem;
  border-bottom: 1px solid #333;
}
.new-li-img {
  overflow: hidden;
}
.new-li-img img {
  width: 100%;
}
.new-li-time {
  padding: 0.1rem 0;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.new-li-title {
  height: 40px;
  margin: 0.1rem 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
  color: #333;
}
.new-li-p {
  height: 80px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
.new-li-more {
  font-size: 14px;
  line-height: 20px;
  color: #bd0101;
}
.part-animate.swiper-slide .opacity {
  opacity: 0;
}
.part-animate.swiper-slide-active .opacity {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 1200px) {
  .part5 {
    position: relative;
    background: url(../images/part5-bg.jpg) no-repeat center 0 / cover;
  }

  .part5 .wrap {
    align-items: center;
  }

  .part5-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .part5-slide {
    width: 32vw;
    margin: 0;
    padding: 0 0 0 6.4vw;
  }
  .part5-title {
    position: relative;
    color: #fff;
  }
  .part5-title .ch {
    position: relative;
    z-index: 10;
    font-weight: bold;
    font-size: 1.8vw;
    line-height: 2vw;
  }
  .part5-title .en {
    position: absolute;
    z-index: 1;
    left: 0;
    top: -1vw;
  }
  .part5-title .en img {
    height: 2vw;
  }
  .part5-detail {
    margin: 0.5vw 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
  }

  .part5-nav {
    padding: 6vw 0 0;
  }
  .part5-nav ul {
    display: block;
  }
  .part5-nav li {
    padding: 0 0 0.5vw;
  }
  .part5-nav li a {
    display: block;
    font-size: 1.2vw;
    line-height: 1.8vw;
    color: #fff;
    transition: 0.3s;
  }
  .part5-nav li a:hover {
    transform: translate3d(1vw, 0, 0);
  }

  .part5-more {
    position: relative;
    margin: 10vw 0 0;
  }

  .part5-more a {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    transition: 0.3s;
  }

  .part5-more a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1vw;
    height: 1vw;
    margin-left: 1vw;
    line-height: 1;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  .part5-more a img {
    width: 0.4vw;
  }
  .part5-more a:hover {
    transform: translate3d(1vw, 0, 0);
  }

  .part5-box {
    width: 68vw;
    padding: 0 6.4vw 0 1.6vw;
  }
  .part5-box ul {
    display: flex;
  }
  .part5-box ul li {
    width: 33.3%;
    padding: 0 1.5vw;
  }
  .part5-box ul li:nth-child(3) {
    display: block;
  }
  .part5-box ul a {
    display: block;
    padding: 0 0 2vw;
    border-bottom: 1px solid #333;
    transition: 0.3s;
  }
  .new-li-img {
    overflow: hidden;
  }
  .new-li-img img {
    width: 100%;
  }
  .new-li-time {
    padding: 0.8vw 0;
    font-size: 14px;
    line-height: 20px;
    color: #666;
  }
  .new-li-title {
    height: 3vw;
    overflow: hidden;
    font-size: 1.2vw;
    line-height: 1.5vw;
    color: #333;
  }
  .new-li-p {
    height: 7vw;
    overflow: hidden;
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #666666;
  }
  .new-li-more {
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #bd0101;
  }

  .part5-box ul a:hover {
    transform: translate3d(0, -1vw, 0);
  }
}

/* public */
.public {
  background: url(../images/mpart6-bg.jpg) no-repeat center 0 / cover;
}
.public-main {
  padding: 60px 0.2rem 1.4rem;
}
.public-box {
  padding: 0.9rem 0.6rem 0;
}
.public-logo {
  text-align: center;
}
.public-logo img {
  width: 2rem;
}
.public-tel {
  padding: 0.5rem 0 0;
}
.public-tel .ch {
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #333;
}
.public-tel .en {
  display: none;
}
.public-tel-p {
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #333;
}
.public-adress {
  padding: 0.5rem 0 0;
}
.public-adress .ch {
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #333;
}
.public-adress .en {
  display: none;
}
.public-adress-p {
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #333;
}

.public-ewm {
  width: 1.3rem;
  padding: 0.5rem 0 0;
}
.public-ewm img {
  width: 100%;
  border: 1px solid #000;
}

footer {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem 0 0;
  padding: 0.4rem 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  border-top: 1px solid #d7d7d7;
}
footer a,
footer p {
  padding: 0 5px 0 0;
  color: #333;
}
@media (min-width: 1200px) {
  .public {
    height: 18vw;
    background: #f9f9f9;
    border-bottom: 5px solid #047837;
  }
  .public-main {
    padding: 0 12vw;
  }
  .public-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3vw 0;
  }
  .public-logo {
    width: 7vw;
  }
  .public-logo img {
    width: 100%;
  }

  .public-tel {
    padding: 0;
  }
  .public-tel .ch {
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #333;
  }
  .public-tel .en {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #cfcfcf;
  }
  .public-tel-p {
    font-size: 1.5vw;
    line-height: 2vw;
    color: #333;
  }

  .public-adress {
    padding: 0;
  }
  .public-adress .ch {
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #333;
  }
  .public-adress .en {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #cfcfcf;
  }
  .public-adress-p {
    font-size: 1.5vw;
    line-height: 2vw;
    color: #333;
  }

  .public-ewm {
    width: 6.5vw;
    padding: 0;
  }
  .public-ewm img {
    width: 100%;
  }

  footer {
    display: flex;
    margin: 0;
    padding: 2vw 0;
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #333;
    border-top: 1px solid #d7d7d7;
  }
  footer a,
  footer p {
    padding: 0 5px 0 0;
    color: #333;
  }
}

/* 底部导航 */
.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;
}
