#Header {
  background-color: #fff;
  width: 100%;
  line-height: 1;
}
#Header #level1-bar {
  background-color: #333;
  border-bottom: 1px solid #f0f0f0;
  height: 40px;
  color: white;
}
#Header #level1-bar .container {
  position: relative;
  margin: 0 auto;
  width: 1115px;
}
#Header #level1-bar .container .level1-nav {
  float: left;
}
#Header #level1-bar .container .level1-nav .level1-menu {
  float: left;
  display: flex;
  list-style: none;
  align-items: center;
}
#Header #level1-bar .container .level1-nav .level1-menu li {
  position: relative;
  transition: 0.3s all;
}
#Header #level1-bar .container .level1-nav .level1-menu li > a {
  font-size: 14px;
  line-height: 39px;
  padding: 0 15px;
  color: white;
  text-decoration: none;
  zoom: 1;
}
#Header #level1-bar .container .top-right {
  float: right;
  line-height: 40px;
  color: white;
  font-size: 14px;
}
#Header #level1-bar .container .top-right li {
  border-right: 1px solid #e9e9e9;
  display: inline-block;
  list-style: none;
  margin-right: 9px;
  padding-right: 11px;
  line-height: 1;
}
#Header .level2-bar {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100px;
}
#Header .level2-bar .container {
  position: relative;
  margin: 0 auto;
  width: 1115px;
}
#Header .level2-bar .container .level2-bar-logo {
  float: left;
  text-align: left;
  margin-top: 19px;
}
#Header .level2-bar .container .level2-bar-logo #logo {
  width: 181px;
  height: 60px;
  margin: 0;
}
#Header .level2-bar .container .level2-bar-logo img {
  width: 100%;
  height: 100%;
}
#Header .level2-bar .nav-search {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  line-height: 1;
  width: 400px;
  height: 42px;
  position: absolute;
  top: 29px;
  right: 0;
  margin-left: -200px;
  z-index: 2;
  border-radius: 3px;
}
#Header .level2-bar .nav-search .search-input {
  background: 0 0;
  border: none;
  color: #333;
  font-size: 14px;
  width: 400px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px 0 28px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
#Header .level2-bar .nav-search .search-submit {
  background-color: #f8f8f8;
  border-left: 1px solid #e9e9e9;
  border-radius: 0;
  box-shadow: none;
  color: #333;
  font-weight: 400;
  width: 62px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}
#Header .level2-bar .nav-search::before {
  color: #bbb;
  font-family: 'Genericons';
  font-size: 20px;
  position: absolute;
  top: 10px;
  left: 9px;
}
#Header #level3-bar {
  overflow: hidden;
}
#Header #level3-bar.container {
  position: relative;
  margin: 0 auto;
  width: 1115px;
  border-top: 2px solid red;
  border-bottom: 1px solid #ccc;
}
#Header #level3-bar.container .level3-bar-menu {
  float: left;
  height: 48px;
  list-style: none;
}
#Header #level3-bar.container .level3-bar-menu li {
  position: relative;
  float: left;
}
#Header #level3-bar.container .level3-bar-menu li::after {
  background-color: #e9e9e9;
  content: " ";
  display: block;
  height: 16px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 16px;
}
#Header #level3-bar.container .level3-bar-menu li a {
  color: #333;
  line-height: 48px;
  font-size: 15px;
  padding-left: 17px;
  padding-right: 47px;
  text-decoration: none;
}
#Header #level3-bar.container .level3-bar-menu li a:hover {
  text-decoration: underline;
}
#Header #level3-bar.container .level3-bar-menu .level3-bar-menu-ul {
  padding-right: 27px;
}
