* {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #ec0100;
}
.top {
  height: 205px;
  background: url(../images/top_bg.png) repeat-x;
  min-width: 1300px;
}
.pt20 {
  padding-top: 20px;
}
.nav {
  height: 57px;
  line-height: 57px;
  font-size: 20px;
  background: #ec0100;
  min-width: 1300px;
}
.nav ul .active {
  background: rgba(255, 255, 255, 0.2);
}
.nav ul .active a {
  color: #ffb401;
}
.nav ul li {
  float: left;
}
.nav ul li a {
  color: #fff;
  padding: 0 30px;
}
.nav ul li a:hover {
  color: #ffb401;
}
.nav ul li:hover {
  background: rgba(255, 255, 255, 0.2);
}
.nav ul li::after {
  content: "|";
  color: rgba(255, 255, 255, 0.4);
  font-size: medium;
}
.nav ul li:last-child::after {
  content: "";
}
.footer {
  padding: 10px 0;
  margin-top: 20px;
  color: #333;
  border-top: 3px #ec0100 solid;
  min-width: 1300px;
}
.footer .wrap {
  text-align: center;
  line-height: 30px;
}
