﻿.header {
  min-width: 1200px;
}
.header .banner {
  width: 100%;
  height: auto;
  background: url("../images/xyxz_banner_bj.png") center;
}
.header .banner .inner {
  position: relative;
  width: 1200px;
  height: 223px;
  margin: 0 auto;
  background: url("../images/top_bg.jpg") left no-repeat;
}
.header .banner .inner .logo {
  position: absolute;
  top: 60px;
  left: 0;
}
.header .banner .inner .logo .emblem {
  display: inline-block;
  vertical-align: top;
  width: 75px;
  height: 75px;
  background: url("../images/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;
}
.header .banner .inner .logo img {
  font-size: 0;
  border: none;
}
.header .banner .inner .login-wrapper {
  position: absolute;
  display: flex;
  top: 20px;
  right: 0;
}
.header .banner .inner .login-wrapper a {
  font-size: 14px;
  color: #606266;
  cursor: pointer;
  padding: 0 8px;
}
.header .banner .inner .login-wrapper a:hover {
  color: #e22323;
}
.header .banner .inner .login-wrapper a:first-child {
  border-right: 1px solid #606266;
}
.header .banner .inner .search-wrapper {
  position: absolute;
  top: 60px;
  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 .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(8) a::after,*/
/*.header .nav-wrapper .nav .item:nth-child(16) a::after {*/
/*display: none;*/
/*}*/
.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: 19px;
  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;
}
/*更换banner背景图*/
.header .banner{
  background:url("../images/top_bg.jpg") left no-repeat;
}
.header .banner .inner{
  background-image: none;
}
.btn-search{
  width: 100px;
  text-align: center;
  line-height: 48px;
  background-color: #e22323;
  color:#fff;
  font-weight: 700;
  font-size: 20px;
  -webkit-border-radius:0 6px 6px 0;
  -moz-border-radius:0 6px 6px 0;
  border-radius:0 6px 6px 0;
  cursor: pointer;
}
.btn-search i.el-icon-search{
  line-height: 48px;
}