.header {
  min-width: 1200px;
}
.header .banner {
  width: 100%;
  height: auto;
  background:  center;
}
.header .banner .inner {
  position: relative;
  width: 1200px;
  height: 345px;
  margin: 0 auto;
  background:  center no-repeat;
}
.header .banner .inner .logo {
  position: absolute;
  top: 141px;
  left: 0;
}
.header .banner .inner .logo .emblem {
  display: inline-block;
  vertical-align: top;
  width: 85px;
  height: 85px;
  background:  no-repeat;
  background-size: 100%;
  margin-right: 10px;
}
.header .banner .inner .logo .label {
  display: inline-block;
  vertical-align: top;
}
.header .banner .inner .logo .label .title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  font-family: "microsoft yahei";
  color: #d50201;
  text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
}
.header .banner .inner .logo .label .title span {
  font-size: 40px;
  line-height: 40px;
  padding: 8px 0;
  font-weight: 700;
  font-family: "microsoft yahei";
  color: #e22323;
  letter-spacing: 5px;
}
.header .banner .inner .logo .label .small {
  font-size: 22px;
  line-height: 20px;
  font-weight: 600;
  color: #d50201;
  text-align: center;
  padding-top: 8px;
}
.header .banner .inner .logo img {
  font-size: 0;
  border: none;
}

.header .banner .inner .search-wrapper {
  width: 518px;
  position: absolute;
  left: 576px;
  top: 128px;
  z-index: 999;
}
.header .banner .inner .search-wrapper .tab {
  display: flex;
  height: 30px;
  margin: auto;
  width: 75%;
  padding-bottom: 15px;
}
.header .banner .inner .search-wrapper .tab span {
  position: relative;
  flex: 1;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  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: #333;
  border-width: 8px;
}
.header .banner .inner .search-wrapper .tab span::after {
  border-bottom-color: #fff;
  border-width: 8px;
}
.header .banner .inner .search-wrapper .search-input {
  border: 1px solid #b1b1b1;
  background: #fff;
  border-radius: 0;
}
.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: 14px;
  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;
}
.nav-wrapper {
  width: 100%;
  height: auto;
  background: #79371f;
}
.nav-wrapper .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.nav-wrapper .nav .item {
  position: relative;
  width: 150px;
  text-align: center;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.nav-wrapper .nav .item img {
  transition: all 0.7s;
  width: 32px;
  height: 32px;
}
.nav-wrapper .nav .item:hover img {
  transform: rotatey(
          180deg);
}

/*.nav-wrapper .nav .item:nth-child(8) a::after,*/
/*.nav-wrapper .nav .item:nth-child(16) a::after {*/
/*display: none;*/
/*}*/
.nav-wrapper .nav .item:nth-child(9)::after,
.nav-wrapper .nav .item:nth-child(10)::after,
.nav-wrapper .nav .item:nth-child(11)::after,
.nav-wrapper .nav .item:nth-child(12)::after,
.nav-wrapper .nav .item:nth-child(13)::after,
.nav-wrapper .nav .item:nth-child(14)::after,
.nav-wrapper .nav .item:nth-child(15)::after,
.nav-wrapper .nav .item:nth-child(16)::after {
  display: none;
}
.nav-wrapper .nav .item a {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 60px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  padding-left: 12px;
  text-align: left;
}

.nav-wrapper .nav .item .reset::after {
  width: 0;
}
.nav-wrapper .nav .reset::after {
  border: none;
}
/*更换banner背景图*/
.header .banner{
  background: left no-repeat;
}
.header .banner .inner{
  background-image: none;
}
.btn-search{
  width: 68px;
  text-align: center;
  line-height: 48px;
  background-color: #d9534f;
  color:#fff;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
.btn-search i.el-icon-search{
  line-height: 48px;
}

.time-box {
  width: 100%;
  height: 39px;
  line-height: 39px;
  float: left;
  font-size: 12px;
}
#time {
  margin: 0 auto;
  display: block;
}
.header .banner .time-box .login-wrapper{
  z-index: 99;
  width: 300px;
}
.header .banner .time-box .login-wrapper a{
  font-size: 14px;
  color: #606266;
  cursor: pointer;
  padding: 0 8px;
}
