.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body {
  margin: 0;
  font-family: "Microsoft Yahei", "Helvetica Neue", Verdana, sans-serif;
  font-size: 14px;
}

a {
  text-decoration: none;
}

.main-container {
  width: 1200px;
  margin: 0 auto;
}

header .placard-container {
  margin: auto;
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .placard-container .search form {
  background-color: #fff;
  border: 1px solid #ececec;
  height: 40px;
  box-sizing: border-box;
  font-size: 0;
}
header .placard-container .search input {
  outline: none;
  box-sizing: border-box;
}
header .placard-container .search input[type=search] {
  font-size: 14px;
  vertical-align: middle;
  height: 40px;
  width: 260px;
  border: none;
  padding: 0;
  margin: 0 2px 0 4px;
  background-color: transparent;
}
header .placard-container .search input[type=submit] {
  font-size: 16px;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -99em;
  border: none;
  background: transparent url(../image/search.png) no-repeat center center;
  background-size: 60%;
}
header .nav-container {
  background: #4797db;
}
header .nav-container nav {
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .nav-container nav a {
  font-size: 16px;
  width: 120px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  line-height: 56px;
}
header .nav-container nav a:hover {
  font-weight: bold;
  background: #3a83c1;
}
header .nav-container nav a.active {
  font-weight: bold;
  background: #3a83c1;
}

/* footer */
footer {
  border-top: 3px solid #bbbbbb;
  padding: 20px 20px 10px 20px;
  background-color: #4e4e4e;
  text-align: center;
}

footer .quick-link {
  font-size: 14px;
  margin: 0 0 12px;
}

footer .quick-link ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer .quick-link li {
  display: inline-block;
  margin: 6px;
}

footer .quick-link li:after {
  content: "|";
  display: inline-block;
  margin-left: 15px;
  color: #272727;
  opacity: 0.5;
  text-shadow: 1px 1px #6f6f6f;
}

footer .quick-link li:last-child:after {
  content: "";
  display: none;
}

footer .quick-link a {
  color: #aaa;
}

footer .quick-link a:hover {
  color: #ccc;
}

/*# sourceMappingURL=public.css.map */
