.layui-laypage span,
.layui-laypage a,
.layui-laypage button,
.layui-laypage input {
  background: none !important;
}
.navbar-default {
  background: url("../image/bodyBgc.jpg");
}
.nav_box .navbar-brand {
  height: 112px;
}
.nav_box .navbar-brand img {
  height: 100%;
}
.nav_box .navbar-brand img:not(:first-child) {
  display: none;
}
.nav_box ul {
  height: 112px;
}
.nav_box ul li {
  width: 39px;
  height: 100px;
  margin: 12px 15px 0;
  text-align: center;
  background-image: url("../image/nav_bgc0.png");
}
.nav_box ul li:last-child {
  margin-right: 0;
}
.nav_box ul li:first-child {
  margin-left: 0;
}
.nav_box ul li.nav_active {
  background-image: url("../image/nav_bgc.png");
}
.nav_box ul li.nav_active a {
  color: #e92a37 !important;
}
.nav_box ul li:hover {
  background-image: url("../image/nav_bgc.png");
}
.nav_box ul li:hover a {
  color: #e92a37 !important;
}
.nav_box ul li a {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 18px;
  font-size: 18px;
  letter-spacing: 0.7px;
  color: #333 !important;
}
@media (max-width: 1200px) {
  .navbar-brand img:nth-child(3) {
    display: inline-block !important;
  }
  .navbar-brand img:not(:nth-child(3)) {
    display: none;
  }
}
@media (max-width: 1000px) {
  .navbar-brand img {
    display: inline-block;
  }
  .navbar-brand img:not(:nth-child(2)) {
    display: none;
  }
  .nav_box ul li {
    margin: 12px 3px 0;
  }
}
@media (max-width: 767px) {
  .navbar-toggle {
    margin-top: 33px;
  }
  .nav_box ul {
    height: auto;
  }
  .nav_box ul li {
    width: 100%;
    background-image: none !important;
    text-align: left;
    margin: 9px 0;
    height: auto;
  }
  .nav_box ul li.nav_active {
    background-color: #e92a37;
  }
  .nav_box ul li.nav_active a {
    padding: 3px 0;
    color: #fff !important;
  }
  .nav_box ul li a {
    display: inline-block;
    width: 100%;
  }
}
.footer_com {
  margin-top: 30px;
  background-color: #8a0404;
  padding: 54px 0 81px 0;
  color: #fff;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
}
.footer_com p span {
  margin: 0 5px;
}
.footer_com p span i {
  display: inline-block;
  text-align: center;
  color: #ffea00;
  width: 20px;
  transform: scale(1.6);
}
@media (min-width: 995px) {
  .footer_com .footer_item:nth-of-type(2n+1) p {
    text-align: right;
  }
  .footer_com .footer_item:nth-of-type(2n) p {
    text-align: left;
  }
}
/*# sourceMappingURL=public.css.map */