@charset "UTF-8";
/* 颜色变量 */
.nav-news {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-news li {
  margin-right: 20px;
}

.nav-news li:last-child {
  margin-right: 0;
}

.nav-news li > a {
  display: block;
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
}

.nav-news li.active {
  color: #00A67D;
  border-bottom: 2px solid #00A67D;
}

.page-content {
  position: relative;
  z-index: 11;
}

.crumbs-box {
  padding: 20px 0;
  font-size: 14px;
}

.crumbs-box img {
  display: inline-block;
  width: 9px;
}

.page-title {
  text-align: center;
  margin-bottom: 30px;
}

.page-title h3 {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  font-size: 20px;
}

.page-title p {
  margin-top: 5px;
  font-size: 14px;
  color: #666;
}

.page-title img {
  width: 293px;
  margin: 8px auto;
}

.page-item {
  padding: 40px 0 65px;
}

.kf-box {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
}

.kf-box img {
  width: 110px;
}

.kf-box .contact-text {
  display: block;
  width: 78px;
  height: 25px;
  margin: 0 auto;
  border-radius: 4px;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  color: #fff;
  border: 0;
  outline: none;
  background: linear-gradient(270deg, #00A674 0%, #0ACC5E 100%);
}



.go-top {
  display: none;
  position: fixed;
  right: 41px;
  bottom: 80px;
  text-align: center;
  font-size: 12px;
  color: #646566;
  z-index: 999;
  line-height: 30px;
}

.go-top a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  background-color: #b1b3b5;
  border-radius: 6px;
}

.go-top img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
}


.go-top:hover {
  color: #313131;
}

.go-top:hover a {
  background-color: #949596;
}
@media all and (max-width: 960px) {
  .kf-box {
    display: none;
  }
  .go-top {
    display: none;
  }
  .crumbs-box {
    display: none;
  }
  .page-title {
    padding: 6vw 0 6vw;
    margin: 0;
  }
  .page-title h3 {
    font-size: 5.2vw;
  }
  .page-title img {
    width: 56vw;
  }
  .page-title p {
    font-size: 3.6vw;
  }
  .page-item {
    padding: 4vw 0;
  }
}

/* 新闻导航手机端 */
@media all and (max-width: 960px) {
  .nav-news li {
    margin: 0;
    flex: 1;
    background-color: #f5f5f5;
  }
  .nav-news li > a {
    padding: 0;
    line-height: 10vw;
    text-align: center;
    font-size: 4.2vw;
  }
  .nav-news li.active {
    background-color: #00A67D;
    color: #fff;
    border: 0;
  }
}
