.headerBox {
  min-width: 1400px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.headerBox .TopYellowLine {
  height: 4px;
  background: #EDC619;
  border-radius: 2px;
}

.headerBox .whiteBar {
  width: 100%;
  height: 39px;
  background: -webkit-gradient(linear, left bottom, left top, from(#D0D0D0), to(#FFFFFF));
  background: linear-gradient(0deg, #D0D0D0, #FFFFFF);
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headerBox .whiteBar .whiteBarLeft {
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #00000098;
}

.headerBox .whiteBar .whiteBarMid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
}

.headerBox .whiteBar .whiteBarMid>div {
  margin-left: 30px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #DA0000;
}

.headerBox .whiteBar .whiteBarMid>div a {
  color: #DA0000;
}

.headerBox .whiteBar .whiteBarMid>div img {
  height: 16px;
  width: 16px;
  margin-right: 7px;
}

.headerBox .whiteBar .whiteBarRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headerBox .whiteBar .whiteBarRight>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headerBox .whiteBar .whiteBarRight img {
  height: 23px;
  width: 23px;
  margin-right: 7px;
}

.headerBox .whiteBar .whiteBarRight .firstSapn {
  margin-right: 20px;
}

.headerBox .whiteBar .whiteBarRight .firstSapn img {
  height: 16px;
  width: 17px;
  margin-right: 7px;
}

.headerBox .whiteBar .whiteBarRightTool {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #00000094;
}

.headerBox .whiteBar .whiteBarRightTool span {
  margin-right: 10px;
}

.headerBox .Topbanner {
  height: 234px;
  width: 100%;
  background-image: url("../images/bannerbg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.headerBox .Topbanner .bannerIcon {
  position: absolute;
  top: 20%;
  left: 16%;
  width: 50%;
  height: 33%;
  min-width: 400px;
  min-height: 200px;
  display: flex;
  align-items: center;
}

.headerBox .Topbanner .bannerIcon img {
  height: 100%;
  width: 100%;
}

.headerBox .selectBar {
  width: 100%;
  height: 70px;
  background-image: url("../images/select1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 30px;
  min-width: 1400px;
}

.headerBox .selectBar .selectLi {
  width: 78%;
  margin: 0 auto;
  height: 52px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  bottom: -18px;
}

.headerBox .selectBar .selectLi li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.77);
  width: 12%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* placeholder */
}

.headerBox .selectBar .selectLi li img {
  margin-right: 7px;
}

.headerBox .selectBar .selectLi li:hover {
  background-color: #ff0000;
}

.headerBox .selectBar .selectLi li .inputdiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #D2D2D2 !important;
  padding: 0px 19px;
  border-radius: 4px;
  background-color: transparent;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headerBox .selectBar .selectLi li .inputdiv input {
  background-color: transparent;
  color: #c5c9cc;
}

.headerBox .selectBar .selectLi li .layui-input {
  border-style: none;
}

.headerBox .selectBar .selectLi li ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: white;
}

.headerBox .selectBar .selectLi li ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
}

.headerBox .selectBar .selectLi li :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: white;
}

.headerBox .selectBar .selectLi .notHover:hover {
  background-color: transparent;
}

.headerList {
  position: absolute;
  display: none;
  transition: all 1s;
  background-color: #ff0000;
  z-index: 100;
  border-radius: 0px 0px 15px 15px;
  cursor: pointer;
}

.headerList div {
  display: none;
}

.headerList div div {
  width: 90%;
  margin: 0 auto;
  height: 40px;
  display: flex;
  word-break: keep-all;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgb(123 86 86 / 76%);
  color: rgba(229, 229, 229, 0.85);
  font-size: 20px;
  transition: all .5s;
  padding: 5px;
}

.headerList div div:nth-last-child(1) {
  border: 0;
}

.headerList div div:hover {
  height: 60px;
  transform: scaleY(1.05);
  color: #FFFFFF;
  /* border-radius: 0px 0px 15px 15px; */
}

/*# sourceMappingURL=header.css.map */