body {
  padding-top: 20px;
  font-family:"微软雅黑", Verdana, Geneva, sans-serif;
}

.footer {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 0px solid #eee;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
  background-color: #ac3416;
  border: 0px solid #ccc;
  border-radius: 0px;
  font-size:16px;
}
.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  min-width: 162px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background-color: #e73b25; /* Old browsers */
}

.nav-justified > li > a:hover {
  background-color: #ac3416;
  background-image: none;
  color:#fff;
}

.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #ac3416;
  background-image: none;
  color:#fff;
}
.nav-justified > li:first-child > a {
  border-radius: 0px 0px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 0px 0px;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-right: 0px solid #d5d5d5;
    border-left: 0px solid #fff;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 0px 0 0 0px;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 0px 0px 0;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}