a {
  font-family: Microsoft YaHei;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
  }
}
header .nav .nav-link {
  font-weight: 400;
  color: #1E5182;
  border-right: solid 1px #EEEEEE;
  border-radius: unset;
}
header .nav a:last-child{border: none}
header .nav .nav-link.active {
  font-weight: bold;
  color: #1E5182;
  background: none;
}
header .nav .active-bg {
  width: 1rem;
  height: 0.3rem;
  background-color: #1E5182;
  display: block;
  margin: 0 auto;
  border-radius: 3px;
}

main {
  margin-top: 3rem;
}

.menu-title {
  text-align: center;
}
.menu-title h2 {
  font-weight: bold;
  color: #1E5182;
}
.menu-title h2 span {
  color: #FF623E;
}
.menu-title h5 {
  color: #1E5182;
}
.menu-title h5 span {
  color: #FF623E;
}
.menu-title .menu-title-hr {
  margin: 0.5rem auto;
  width: 15rem;
  height: 1px;
  background: #638CB2;
}
.menu-title .menu-title-hr-short {
  margin: 0.5rem auto;
  width: 10rem;
  height: 1px;
  background: #638CB2;
}

footer {
  background: url(/new/img/index_header_bg.jpg) no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
footer .footer-nav {
  max-width: 30rem;
  margin: 0 auto;
  padding: 2rem 0;
}
footer .footer-nav .footer-nav-item {
  color: white;
  height: 1rem;
  font-size: 0.9rem;
  line-height: 1rem;
}
footer .footer-nav .footer-nav-bg {
  width: 1px;
  background-color: white;
  height: 0.9rem;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
footer .footer-bottom {
  max-width: 45rem;
  margin: 0 auto;
  padding: 2rem 0;
}
footer .footer-bottom .footer-bottom-left {
  color: white;
}
footer .footer-bottom .footer-bottom-right span {
  color: white;
  font-size: 0.8rem;
  text-align: center;
}/*# sourceMappingURL=common.mobile.css.map */