header {
  /* height: 78px; */
  width: 1502px;
  margin: 0 auto;
}

.header-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 74px;
  height: 100px;
  

  background-color: rgba(49, 76, 159, 1);
  box-sizing: border-box;
}

.header-top-left {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-top-right {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-nav {
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  padding-left: 14px;
  padding-right: 14px;
  
  width: 1100px;
  margin: 0 auto;
}
.header-nav > ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  width: 100%;
}
.header-nav > ul > li {
  width: 163px;
  height: 100px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.header-nav > ul > li > a {
  font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  color: #333;
}
.header-nav > ul > li:nth-child(2) a {
  color: #e06426;
}
.header-nav > ul > li > a:hover {
  color: #e06426;
}
.header-banner {
  width: 1502px;
  height: 519px;
  margin: 0 auto;
}

.move-cover {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  background-color: #167bec;
  padding: 10px;
  box-sizing: border-box;
  width: 228px;
  height: 132px;
  font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 3px;
  color: #f7f7f7;
  font-size: 24px;

  position: absolute;
  top: 0;
  /*left: 0px;*/
  z-index: 9999;
}
