.global-header {
  min-width: 1200px;

}
.global-header .login-wrapper {
  background-color: rgba(255,255,255,0.5);
  line-height: 40px;
  height: 40px;
}
.global-header .login-wrapper .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.global-header .login-wrapper a {
  font-size: 14px;
  color: rgba(0,0,0,0.65);
}
.global-header .banner {
  width: 100%;
  height: 270px;
  background: url("../images/topbg.jpg") no-repeat center 0;
}
.global-header .banner .inner {
  position: relative;
  width: 1200px;
  height: 240px;
  margin: 0 auto;
}
.global-header .banner .inner .logo {
  position: absolute;
  display: flex;
  align-items: center;
  top: 80px;
  left: 0;
}
.global-header .banner .inner .logo .emblem {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: 70px;
  background: url("../images/emblem.png") no-repeat;
  background-size: 100%;
}
.global-header .banner .inner .logo .label {
  display: inline-block;
  vertical-align: top;
}
.global-header .banner .inner .logo .label .title {
  font-size: 38px;
  line-height: 40px;
  padding: 4px 0;
  font-weight: 700;
  font-family: "Microsoft YaHei";
  color: #e22323;
  text-shadow: 1px 1px 1px #fff;
}
.global-header .banner .inner .logo .label .title ；,
.global-header .banner .inner .logo .label .title span {
  font-size: 38px;
}
.global-header .banner .inner .logo .label .small {
  font-size: 16px;
  line-height: 20px;
  color: #333;
  text-shadow: 1px 1px 1px #fff;
  font-weight: bold;
}
.global-header .banner .inner .search-wrapper {
  position: absolute;
  top: 74px;
  left: 45%;
  width: 580px;
}
.global-header .banner .inner .search-wrapper .tab {
  display: flex;
  height: 30px;
  width: 85%;
  padding-bottom: 16px;
}
.global-header .banner .inner .search-wrapper .tab span {
  flex: 1;
  position: relative;
  width: 33.33%;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  z-index: 2;
}
.global-header .banner .inner .search-wrapper .tab span.active {
  color: #e22323;
}
.global-header .banner .inner .search-wrapper .tab span.active::before,
.global-header .banner .inner .search-wrapper .tab span.active::after {
  display: block;
}
.global-header .banner .inner .search-wrapper .tab span::before,
.global-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;
}
.global-header .banner .inner .search-wrapper .tab span::before {
  border-bottom-color: #b1b1b1;
  border-width: 13px;
}
.global-header .banner .inner .search-wrapper .tab span::after {
  border-bottom-color: #fff;
  border-width: 12px;
}
.global-header .banner .inner .search-wrapper .search-input .search {
  position: relative;
  display: flex;
}
.global-header .banner .inner .search-wrapper .search-input .search .filter {
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translate(0, -50%);
  z-index: 1;
}
.global-header .banner .inner .search-wrapper .search-input .search input {
  display: inline-block;
  width: 85%;
  line-height: 48px;
  height: 48px;
  text-indent: 25px;
  font-size: 16px;
  border: 1px solid #b1b1b1;
  background-color: #fff;
  border-right: none;
  outline: none;

  box-sizing: border-box;
}
.global-header .banner .inner .search-wrapper .search-input .search .btn-search {
  display: inline-block;
  width: 14%;
  height: 48px;
  background: #e22323;
  text-align: center;
  cursor: pointer;
}
.global-header .banner .inner .search-wrapper .search-input .search .btn-search .el-icon-search {
  color: #fff;
  font-size: 24px;
  line-height: 48px;
}
/*.global-header .nav-wrapper {*/
/*  width: 100%;*/
/*  height: auto;*/
/*  background: #e22323;*/
/*}*/
/*.global-header .nav-wrapper .nav {*/
/*  !*width: 1200px;*!*/
/*  !*margin: 0 auto;*!*/

/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  justify-content: center;*/
/*  width: 1200px;*/
/*  margin: 0 auto;*/
/*  overflow: hidden;*/
/*}*/
/*.global-header .nav-wrapper .nav .item {*/
/*  position: relative;*/
/*  z-index: 0;*/
/*  width: 14.28%;*/
/*  text-align: center;*/
/*  cursor: pointer;*/
/*}*/
.global-header .nav-wrapper .nav .item.border-bottom::after {
  content: "";
  position: absolute;
  background-color: rgba(255,255,255,0.2);
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
}
.global-header .nav-wrapper .nav .item.border-right::before {
  content: "";
  position: absolute;
  background-color: rgba(255,255,255,0.2);
  top: 14px;
  bottom: 14px;
  right: 0;
  width: 1px;
}
/*.global-header .nav-wrapper .nav .item a {*/
/*  position: relative;*/
/*  display: inline-block;*/
/*  width: 100%;*/
/*  line-height: 18px;*/
/*  margin: 2px 0;*/
/*  padding: 15px 0;*/
/*  font-size: 15px;*/
/*  letter-spacing: 1px;*/
/*  background: transparent;*/
/*  color: #fff;*/
/*}*/
/*.global-header .nav-wrapper .nav .item .reset::after {*/
/*  width: 0;*/
/*}*/
/*.global-header .nav-wrapper .nav .reset::after {*/
/*  border: none;*/
/*}*/




.global-header .nav-wrapper {
  width: 100%;
  height: auto;
  background: #e22323;
}
.global-header .nav-wrapper .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.global-header .nav-wrapper .nav .item {
  position: relative;
  /*width: 150px;*/
  z-index: 0;
  width: 14.28%;
  text-align: center;
  cursor: pointer;
}
/*.global-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(8) a::after,*/
/*.header .nav-wrapper .nav .item:nth-child(16) a::after {*/
/*display: none;*/
/*}*/
.global-header .nav-wrapper .nav .item:nth-child(9)::after,
.global-header .nav-wrapper .nav .item:nth-child(10)::after,
.global-header .nav-wrapper .nav .item:nth-child(11)::after,
.global-header .nav-wrapper .nav .item:nth-child(12)::after,
.global-header .nav-wrapper .nav .item:nth-child(13)::after,
.global-header .nav-wrapper .nav .item:nth-child(14)::after,
.global-header .nav-wrapper .nav .item:nth-child(15)::after,
.global-header .nav-wrapper .nav .item:nth-child(16)::after {
  display: none;
}
.global-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;
}
/*.global-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;*/
/*}*/
.global-header .nav-wrapper .nav .item .reset::after {
  width: 0;
}
.global-header .nav-wrapper .nav .reset::after {
  border: none;
}