.header {
  min-width: 1200px;
}
.header .banner {
  width: 100%;
  height: auto;
  background: url("../top_bg.jpg") left bottom no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.header .banner .inner {
  position: relative;
  width: 1200px;
  height: 360px;
  margin: 0 auto;
  background-size: 100% 100%;
}
.header .banner .inner .logo {
  position: absolute;
  top: 120px;
  left: 0;
}
.header .banner .inner .logo .emblem {
  display: inline-block;
  vertical-align: top;
  width: 74px;
  height: 75px;
  background: url("../emblem.png") no-repeat;
  background-size: 100%;
}
.header .banner .inner .logo .label {
  display: inline-block;
  vertical-align: top;
}
.header .banner .inner .logo .label .title {
  font-size: 38px;
  line-height: 40px;
  padding: 8px 0;
  font-weight: 700;
  font-family: "Microsoft YaHei";
  color: #e22323;
}
.header .banner .inner .logo .label .small {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: black;
}
.header .banner .inner .logo img {
  font-size: 0;
  border: none;
}
.header .banner .inner .search-wrapper {
  position: absolute;
  top: 120px;
  right: 0;
  width: 550px;
}
.header .banner .inner .search-wrapper .tab {
  display: flex;
  height: 30px;
  width: 85%;
  padding-bottom: 16px;
}
.header .banner .inner .search-wrapper .tab span {
  position: relative;
  flex: 1;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.header .banner .inner .search-wrapper .tab span.active {
  color: #e22323;
}
.header .banner .inner .search-wrapper .tab span.active::before,
.header .banner .inner .search-wrapper .tab span.active::after {
  display: block;
}
.header .banner .inner .search-wrapper .tab span::before,
.header .banner .inner .search-wrapper .tab span::after {
  display: none;
  box-sizing: border-box;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -17px;
  transform: translateX(-50%);
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
}
.header .banner .inner .search-wrapper .tab span::before {
  border-bottom-color: #b1b1b1;
  border-width: 16px;
}
.header .banner .inner .search-wrapper .tab span::after {
  border-bottom-color: #fff;
  border-width: 15px;
}
.header .banner .inner .search-wrapper .search-input {
  border: 1px solid #b1b1b1;
  background: #fff;
  border-radius: 6px;
}
.header .banner .inner .search-wrapper .search-input .search {
  display: flex;
}
.header .banner .inner .search-wrapper .search-input .search input {
  flex: 1;
  line-height: 48px;
  height: 48px;
  text-indent: 25px;
  font-size: 16px;
  border: none;
  background-color: transparent;
  outline: none;
}
.header .banner .inner .search-wrapper .search-input .search img {
  border: none;
  font-size: 0;
  height: 48px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}
.header .banner .inner .search-wrapper .btn-search {
  width: 100px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #e22323;
  line-height: 48px;
  font-size: 24px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.header .banner .login-wrapper {
  position: absolute;
  display: flex;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background-color: rgba(255,255,255,0.4);
}
.header .banner .login-wrapper .login-wrapper-inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.header .banner .login-wrapper .login-wrapper-inner a {
  font-size: 16px;
  color: #333;
  cursor: pointer;
  padding: 0 8px;
}
.header .banner .login-wrapper .login-wrapper-inner a:hover {
  color: #e22323;
}
.header .banner .login-wrapper .login-wrapper-inner .login-btn a:first-child {
  border-right: 1px solid #333;
}
.header .nav-wrapper {
  width: 100%;
  height: auto;
  background: #e22323;
}
.header .nav-wrapper .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.header .nav-wrapper .nav .item {
  position: relative;
  width: 150px;
  text-align: center;
  cursor: pointer;
}
.header .nav-wrapper .nav .item::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #eb9a9a;
  left: 0;
  bottom: 0;
  width: 100%;
  transform-origin: 0 bottom;
}
.header .nav-wrapper .nav .item:nth-child(9)::after,
.header .nav-wrapper .nav .item:nth-child(10)::after,
.header .nav-wrapper .nav .item:nth-child(11)::after,
.header .nav-wrapper .nav .item:nth-child(12)::after,
.header .nav-wrapper .nav .item:nth-child(13)::after,
.header .nav-wrapper .nav .item:nth-child(14)::after,
.header .nav-wrapper .nav .item:nth-child(15)::after,
.header .nav-wrapper .nav .item:nth-child(16)::after {
  display: none;
}
.header .nav-wrapper .nav .item a {
  position: relative;
  display: inline-block;
  padding: 17px 0;
  width: 100%;
  line-height: 18px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff;
}
.header .nav-wrapper .nav .item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 18px;
  transform: translateY(-50%);
  background-color: #eb9a9a;
  transform-origin: right 0;
}
.header .nav-wrapper .nav .item .reset::after {
  width: 0;
}
.header .nav-wrapper .nav .reset::after {
  border: none;
}







