.header {
  min-width: 1200px;
}
.header .banner {
  width: 100%;
  height: auto;
  background: url("../images/yicheng/xydq-banner-bg1.jpg") center no-repeat;
  background-size: 100% 100%;
}
.header .banner .login-wrapper {
  background-color: rgba(255,255,255,0.5);
  line-height: 30px;
  height: 30px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.header .banner .login-wrapper .inners {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .banner .login-wrapper a {
  font-size: 14px;
  color: rgba(0,0,0,0.65);
  cursor: pointer;
  padding: 0 8px;
}
.header .banner .login-wrapper a:hover {
  color: #e22323;
}
.header .banner .login-wrapper a:first-child {
  border-right: 1px solid #3a3a3a;
}
.header .banner .inner {
  position: relative;
  width: 1200px;
  height: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .banner .inner .logo {
  position: absolute;
  top: 90px;
  left: 0;
}
.header .banner .inner .logo .emblem {
  display: inline-block;
  vertical-align: top;
  width: 75px;
  height: 80px;
  background: url("../images/yicheng/guohui.png") no-repeat;
  background-size: 100%;
  margin-right: 20px;
}
.header .banner .inner .logo .label {
  display: inline-block;
  vertical-align: top;
}
.header .banner .inner .logo .label .title {
  font-size: 32px;
  line-height: 40px;
  padding: 8px 0;
  font-weight: 700;
  font-family: "Microsoft YaHei";
  color: #e22323;
}
.header .banner .inner .logo .label .small {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #333;
  letter-spacing: 1px;
}
.header .banner .inner .logo img {
  font-size: 0;
  border: none;
}
.header .banner .inner .search-wrapper {
  position: absolute;
  top: 100px;
  right: 150px;
  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: 18px;
  cursor: pointer;
}
.header .banner .inner .search-wrapper .tab span.active {
  color: #fff;
  background-color: #e22323;
  border-radius: 20px;
}
.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: #e1e1e3;
  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 #e1e1e3;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.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 .search-input .search .el-icon-search {
  color: #fff;
  font-size: 22px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  background-color: #e22323;
  cursor: pointer;
}
.header .nav-wrapper {
  width: 100%;
  height: auto;
  background: #e22323;
}
.header .nav-wrapper .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.header .nav-wrapper .nav li:hover {
  background-color: #fe4e4e;
}
.header .nav-wrapper .nav .item {
  position: relative;
  width: 170px !important;
  text-align: center;
  cursor: pointer;
}
.header .nav-wrapper .nav .item:last-child a::after {
  width: 0;
}
.header .nav-wrapper .nav .item a {
  position: relative;
  display: inline-block;
  padding: 17px 0;
  width: 100%;
  line-height: 18px;
  font-weight: 700;
  font-size: 16px;
  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: #f47d7b;
  transform-origin: right 0;
}
.noneStyle a::after {
  display: none !important;
}
