.header {
  width: 100%;
  height: 88px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.head_c {
  width: 1400px;
  height: 88px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.head_l,
.head_r {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.head_l img {
  width: 50px;
  height: 50px;
  margin-right: 30px;
}
.head_l p {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap:10px;
}
.head_l p span {
  font-size: 20px;
  color: #797979;
  letter-spacing: 0.62px;
  font-weight: 400;
}
.head_r_in {
  width: 412px;
  height: 42px;
  padding: 0px 10px 0px 20px;
  border: 1px solid #c7c7c7;
  border-radius: 6px;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
}
.head_r_in img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.head_r_in input {
  width: 360px;
  height: 36px;
  font-size: 16px;
  color: #444444;
  border: none;
  outline: none;
}
input {
}
input:focus {
  border: none;
}
input:hover {
  border: none;
}
.head_r_img {
  width: 26px;
  height: 26px;
  margin: 0px 30px;
}
.login {
  list-style: none;
  width: 100px;
  height: 36px;
  background: #000000;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
}
.nav {
  width: 100%;
  height: 50px;
  background: #007dbd;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.nav_c {
  width: 1400px;
  height: 50px;
  padding-left: 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.nav_c li {
  list-style: none;
  list-style-type: none;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  margin-right: 40px;
  cursor: pointer;
  border-bottom: 1px solid #ffffff00;
  box-sizing: border-box;
}
.nav_c li:hover {
  border-bottom: 1px solid #ffffff;
}
.footer {
  width: 100%;
  height: 382px;
  background-color: #000000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.footer_c {
  width: 1400px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer_c_t {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 0.5px solid #ffffff;
  box-sizing: border-box;
}
.footer_c_t p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.footer_c_t p a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer_c_b {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.footer_c_b p {
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1.9px;
  font-weight: 500;
}
.main_one,
.main_two {
  width: 100%;
  height: auto;
}
