.headerBox {
  width: 100%;
  height: 110px;
  border-bottom: 2px solid #0064c6;
  background-color: #fff;
}
.header {
  width: 1193px;
  height: 110px;
  margin: 0 auto;
}
.header .logo {
  width: 255px;
  height: 100%;
  line-height: 110px;
  padding-left: 5px;
}
.header .logo img {
  width: 255px;
  height: 50px;
  vertical-align: middle;
}
.header .header_r {
  padding-left: 60px;
}
.header ul {
  padding-right: 20px;
  flex: 1;
}
.header ul li {
  text-align: center;
  height: 110px;
  padding: 30px 0px;
  box-sizing: border-box;
}
.header ul li a {
  width: 100px;
  height: 50px;
  display: inline-block;
  position: relative;
}
.header ul li span {
  width: 100%;
  line-height: 1.5;
  color: #605e65;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: auto;
}
.header ul li .active {
  border-bottom: 2px solid #0064c6;
}
.header ul li .active span {
  color: #0064c6;
}
.header .searchBox {
  width: 165px;
  position: relative;
}
.header .searchBox .search {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 38px;
  width: 165px;
  border: 1px solid #e7e7e7;
  justify-content: center;
  padding: 5px 5px;
  box-sizing: border-box;
  border-radius: 38px;
  overflow: hidden;
  display: inline-block;
}
.header .searchBox .search input {
  display: block;
  width: 123px;
  height: 100%;
  line-height: 100%;
  border: 0;
  padding-left: 12px;
  font-size: 14px;
  box-sizing: border-box;
}
.header .searchBox .search .female {
  width: 30px;
  height: 28px;
  border-left: 1px solid #f7f7f7;
  text-align: center;
  cursor: pointer;
  line-height: 28px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.header .searchBox .search .female img {
  width: 20px;
  vertical-align: middle;
  margin-top: -3.5%;
}
.header .searchBox .search input::-webkit-input-placeholder {
  color: #e7e7e7;
  font-size: 14px;
}
.header .lang {
  line-height: 110px;
  padding: 0 10px;
}
.header .lang a {
  color: #a6a6a6;
  font-size: 14px;
}
.header .lang a img {
  vertical-align: middle;
  margin-top: -1.5%;
  margin-right: 5px;
}
.header .lang .cn {
  display: none;
}
.header .login {
  line-height: 110px;
  padding: 0 10px;
}
.header .login a {
  color: #a6a6a6;
  font-size: 14px;
  text-decoration: none;
}
.header .login a img {
  vertical-align: middle;
  margin-top: -1.5%;
  margin-right: 5px;
}
