html,
body {
  height: 100%;
  width: 100%;
}
.line {
  width: 100%;
  height: 1px;
  background: #337ab7;
  position: absolute;
  top: 150px;
  left: 0;
}
header {
  background: #5d87af;
  position: fixed;
  width: 100%;
  z-index: 99;
}
header a {
  color: #fff;
}
header a:hover {
  text-decoration: none;
  color: #fff;
}
header .container {
  height: 45px;
  line-height: 52px;
  overflow: hidden;
}
header .container .text-left {
  height: 33px;
  vertical-align: bottom;
}
header .container .text-left a sup {
  display: inline-block;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  left: -0.2em;
  top: -0.3em;
}
header .container .nav {
  height: 33px;
  text-align: right;
}
header .container .nav a {
  padding: 0 7px;
}
header .container .nav a span {
  padding-right: 5px;
  color: #b71313;
}
header .container .navbtn {
  float: right;
}
header .container .navbtn:after {
  content: '';
  display: block;
  clear: both;
}
header .container .navbtn button {
  width: 45px;
  height: 25px;
  padding: 0;
}
header .container .navbtn button .icon-bar {
  display: block;
  width: 60%;
  height: 3px;
  border-radius: 3px;
  margin: 2px auto;
  background: #666;
}
header nav {
  height: 0;
  overflow: hidden;
  transition: height .2s linear;
}
header nav ul {
  text-align: center;
}
header nav ul li {
  height: 45px;
  line-height: 45px;
  background: #5d87af;
  border-top: 1px solid #fff;
}
header nav ul li:hover {
  background: #325078;
}
@media (max-width: 768px) {
  header .container {
    padding: 0 30px;
  }
}
footer {
  margin: 200px auto  30px;
}
footer a {
  color: inherit;
}
footer a:hover {
  color: inherit;
  text-decoration: none;
}
footer a img {
  padding: 0 15px;
  display: inline-block;
}
@media (max-width: 992px) {
  footer {
    margin: 400px auto 30px;
  }
}
@media (max-width: 768px) {
  footer {
    margin: 500px auto 30px;
  }
}
