
.header-main {
  position: relative;
}
.header-box .header-top {
  background: #f4faff;
}
.header-box .header-top p {
  line-height: 30px;
  font-size: 12px !important;
  font-weight: 400;
  text-align: right;
  color: #333333;
}
.header-main .header-middle {
  height: 80px;
  position: relative;
}
.header-main .header_logo {
  width: 326px;
  height: 58px;
  position: absolute;
  top: 11px;
  left: 0;
}

.header-main .header_logo img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header_search {
  width: 326px;
  height: 38px;
  position: absolute;
  top: 21px;
  right: 0;
}

.header_search .search {
  width: 100%;
  height: 100%;
  background: rgba(114, 112, 133, 0);
  border: 1px solid #ccc;
  position: relative;
}

.header_search .search .search_inp {
  width: 76%;
  height: 100%;
  background: none;
  border: none;
  position: absolute;
  left: 10px;
}
.header_search .search .search_inp::placeholder {
  color: #999;
}
.search img {
  width: 21px;
  height: 21px;
}
.search_pic{
  position: absolute;
  top: -1px;
  right: -1px;
  width: 58px;
  height: 40px;
  border: 0 none;
  background: #00509c;
  /*opacity: 0;*/
}
.header-tab {
  height: 52px;
  background: #00509c;
}
.header-tab>ul {
  display: flex;
  align-items: center;
}
.header-tab>ul>li {
  width: 140px;
  height: 52px;
  line-height: 52px;
  position: relative;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  position: relative;
}
.header-tab>ul>li::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #00509c;
}
.header-tab>ul>li.active {
  background: #fff;
}
.header-tab>ul>li.active::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background: #00509c;
}
.header-tab>ul>li.active>a {
  color: #00509C;
}
.header-tab ul li>a {
  font-size: 17px;
  color: #ffffff;
  text-decoration: none;
}
.header-tab ul li:last-child .erji {
  height: auto;
}
.header-tab ul li .erji {
  display: none;
  z-index: 999999;
  position: absolute;
  top: 52px;
  left: 1px;
  background: #fff;
  padding: 20px;
  padding-left: 0;
  height: 205px;
  box-sizing: border-box;
}
.header-tab ul li.l140 .erji {
  left: -140px;
}
.header-tab ul li.r0 .erji {
  right: 0;
  left: auto;
}
.header-tab ul li .erji.hot {
  padding-bottom: 6px;
}
.header-tab ul li .erji.hot>p{
  width: 648px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
  margin-bottom: 0;

}
.header-tab ul li .erji.hot a {
  margin-left: 20px;
  margin-bottom: 20px;
}
.header-tab ul li .erji.hot a img {
  width: 142px;
  height: 74px;
  display: block;
  
}
.header-tab ul li.reverse .erji div {
  margin-right: 140px;
}
.header-tab ul li .erji div{
  display: flex;
  flex-direction: column;
  flex: 1;
  flex-wrap: wrap;
  float: left;
}
.header-tab ul li .erji img {
  width: 440px;
  height: 165px;
  float: right;
}
.header-tab ul li div p{
  width: 140px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #222;
  margin-left: 0 !important;
  display: block;
}
.header-tab ul li div p:hover {
  background: #f4faff;
}
.header-tab ul li .erji.hot p:hover {
  background: #fff;
}
.header-tab ul li div p:hover a {
  color: #00509c;
}
.header-tab ul li div p:nth-child(4n) {
  margin-bottom: 0;
}

.header-tab ul li div p a{
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
}