@charset "utf-8";
/* CSS Document */
* {
  font-family: '微软雅黑', '等线';
}
a {
  color: black;
}
a:hover {
  text-decoration: none;
  color: #2d6ed6;
}

.header {
  border-top: 3px solid#94070a;
  border-top: 3px solid #94070a;
  height: 130px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  z-index: 999;
  position: relative;
}
/* logo样式 */
.logo {
  display: block;
  position: absolute;
  z-index: 99;
  top: 15px;
  width: 650px;
}

.logo:link,
.logo:hover,
.logo:active,
.logo:visited {
  text-decoration: none;
  color: #1a1a1a;
}

.backBTN {
  position: absolute;
  right: 15px;
  top: 5px;
}
.backBTN > a {
  color: dimgray;
}
.mainmenu {
  margin-bottom: 0;
  border-color: transparent;
  border-radius: 0;
  background-color: #94070a;
}
.active > a {
  background-color: rgba(255, 0, 4, 0.5) !important;
  color: white !important;
}
.navbar-default .navbar-nav > li > a {
  color: white;
  padding: 15px 15px;
  font-size: 16px;
}
.navbar-default .navbar-nav > li > a:hover {
  color: lightgoldenrodyellow;
}
.open > a {
  background-color: rgba(255, 255, 0, 0.5) !important;
  color: white !important;
}
.open > a:focus {
  background-color: rgba(255, 255, 0, 0.5) !important;
  color: white !important;
}
.navbar-nav > li > .dropdown-menu {
  background-color: white !important;
}
.footerbox1 {
  background-color: #94070a;
  background-color: #94070a;
  line-height: 100px;
  text-align: center;
  color: white;
  margin-top: 50px;
}
.footerbox2 {
  background-color: #333;
  line-height: 50px;
  text-align: center;
  color: white;
}
@media (min-width: 768px) and (max-width: 1199px) {
  body {
    width: 1200px !important;
  }
  .container {
    width: 1200px !important;
  }
}
