.navbar {
  height: 85px;
}
.navbar.navbar-light .navbar-toggler {
  color: #fff;
  border-color: #fff;
}
.navbar.navbar-light.bg-white .navbar-toggler {
  color: #1195D3;
  border-color: #1195D3;
}
.page-navbar .navbar-brand p {
  margin-left: 20px;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
}
.page-navbar.bg-white .navbar-brand p {
  color: #1195D3;
}
.page-navbar.bg-white .nav-item > a {
  color: #333333;
}
.navbar-nav .nav-item {
  padding: 0 28px;
  height: 36px;
  line-height: 36px;
  position: relative;
}
.navbar-nav .nav-item > a {
  color: #fff;
  display: inline-block;
  width: 100%;
}
.navbar-nav .nav-item.active,
.navbar-nav .nav-item:hover {
  background: #017FB9;
  color: #fff;
  border-radius: 16px 16px 16px 16px;
}
.navbar-nav .nav-item.active > a,
.navbar-nav .nav-item:hover > a {
  color: #fff;
}
.navbar-nav .nav-item:hover .nav-dl {
  display: block;
}
.navbar-nav .nav-item .nav-dl {
  display: none;
  position: absolute;
  top: 36px;
  left: 0rem;
  line-height: 2.1rem;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  white-space: nowrap;
  border-radius: 16px 16px 16px 16px;
}
.navbar-nav .nav-item .nav-dl dd {
  padding: 0.5rem;
  text-align: center;
}
.navbar-nav .nav-item .nav-item:hover .nav-dl {
  display: block;
}
.navbar-nav .ishover:hover {
  color: #18ade9 !important;
}
footer {
  background-image: url("../images/footer/bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100vw;
  text-align: center;
  padding: 9rem 0 6rem;
  color: #fff;
}
footer .footer-img {
  width: 40%;
  height: auto;
}
footer .company-info {
  margin: 6rem 0 7rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 2.6rem;
}
footer .site-info {
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 2.33rem;
}
footer .site-info a {
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .navbar-nav .nav-item {
    height: 40px;
    line-height: 40px;
    font-size: 1.1rem;
  }
  .navbar-expand-lg .navbar-collapse {
    position: absolute;
    top: 85px;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    background-color: rgba(0, 0, 0, 0.45);
  }
  .navbar-expand-lg.bg-white .navbar-collapse {
    background-color: #fff;
  }
  footer .footer-img {
    width: 45%;
    height: auto;
  }
}
@media only screen and (max-width: 576px) {
  .navbar {
    height: 60px;
  }
  .navbar-expand-lg .navbar-collapse {
    top: 60px;
  }
  footer .footer-img {
    width: 50%;
    height: auto;
  }
}
/*# sourceMappingURL=main.css.map */