@charset "UTF-8";
.wrap-box {
  padding-top: 8.333%;
  padding-bottom: 8.333%;
}
.wrap {
  padding-left: 20px;
  padding-right: 20px;
}
/* 公共样式 */
/* 头部 */
.hd-heard {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 66px;
  padding: 0 !important;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
}
.hd-heard .hd-heard-cnt {
  display: none;
}
.hd-heard .langua {
  display: none !important;
}
.hd-heard.heard-active {
  position: fixed;
  z-index: 99;
  top: 0;
  padding: 0;
  width: 100%;
}
.hd-heard .mobileMenu-logo {
  margin-left: 20px;
  display: block;
  height: 40px;
}
.hd-heard .mobileMenu-logo img {
  height: 100%;
}
.hd-heard .mobileMenu {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 66px;
}
.hd-heard .mobileMenu .mobileMenu-l {
  width: 80px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hd-heard .mobileMenu .mobileMenu-l i {
  width: 32px;
  height: 2px;
  background-color: #333333;
  display: inline-block;
  position: relative;
}
.hd-heard .mobileMenu .mobileMenu-l i::before {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #333333;
  position: absolute;
  top: 10px;
  left: 0px;
  transition: 0.3s;
}
.hd-heard .mobileMenu .mobileMenu-l i::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #333333;
  position: absolute;
  bottom: 10px;
  left: 0px;
  transition: 0.3s;
}
.hd-heard .mobileMenu .mobileMenu-l .active {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  position: relative;
}
.hd-heard .mobileMenu .mobileMenu-l .active::before {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #333333;
  transform: rotate(45deg);
  position: absolute;
  top: 16px;
  left: 0px;
  transition: 0.3s;
}
.hd-heard .mobileMenu .mobileMenu-l .active::after {
  content: "";
  width: 32px;
  height: 2px;
  transform: rotate(-45deg);
  background-color: #333333;
  position: absolute;
  top: 16px;
  left: 0px;
  transition: 0.3s;
}
.hd-heard .mobileMenu .mobileMenu-r {
  width: 66px;
  height: 66px;
  background: #00873c;
  align-items: center;
  justify-content: center;
}
.hd-heard .mobileMenu .mobileMenu-r a {
  display: block;
  line-height: 66px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}
.hd-heard .mobileMenu-cnt {
  border-top: 1px solid #f3f3f4;
  position: fixed;
  top: 66px;
  z-index: 98;
  display: none;
  width: 100%;
  height: calc(100vh - 66px);
  background-color: #ffffff;
}
.hd-heard .mobileMenu-cnt li {
  padding: 0 20px;
  border-bottom: 1px solid #f3f3f4;
}
.hd-heard .mobileMenu-cnt li a {
  display: block;
  font-size: 16px;
  color: #666666;
  height: 62px;
  line-height: 62px;
}
.intTitle {
  font-size: 24px;
}
.footer {
  padding-bottom: 58px;
}
.footer .footer-guild {
  display: none;
}
.footer .footer-info {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  border-top-width: 0;
}
.online_q {
  right: 10px;
}
.online_q .btn2.btn-qq,
.online_q .btn2.btn-tel,
.online_q .btn2.btn-weixin {
  display: none;
}
/* -------------------------------- 浮动导航 -------------------------------- */
#tagbar {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 58px;
  background-color: #00873c;
  z-index: 999;
}

#tagbar li {
  width: 33.333%;
  height: 58px;
  border-right: 1px solid #00873c;
  box-sizing: border-box;
}

#tagbar__icon {
  width: 20px;
  height: 20px;
}

#tagbar__p {
  padding-top: 10px;
  line-height: 1;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}
.n-ban {
  height: 187px;
}
.n-ban img {
  min-height: auto;
  max-height: 187px;
}
.n-menu {
  height: auto;
}
.n-menu .left {
  width: 100%;
}
.n-menu .left ul {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.n-menu .left ul li {
  width: 33.333%;
  padding: 5px 0;
  text-align: center;
}
.n-menu .left ul li:last-child::after {
  display: block;
}
.n-menu .left ul li:nth-child(3n)::after {
  display: none;
}
.n-menu .right {
  display: none;
}
.n-cnt {
  padding-bottom: 4.375%;
}
.n-Title {
  padding-top: 24px;
  padding-bottom: 24px;
}
.n-Title h2 {
  padding: 0 0 16px;
  font-size: 24px;
}
.page-fy {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
.page-fy a {
  margin-bottom: 10px;
  font-size: 12px;
}
.page-fy span {
  margin-bottom: 10px;
  font-size: 12px !important;
}
