@import url('../css/reset.css');
header {
  border: 1px solid #EEEEEE;
}
header .head {
  width: 1280px;
  height: 72px;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head .head_l {
  display: flex;
  align-items: center;
}
header .head .head_l .logo {
  margin-right: 32px;
}
header .head .head_l .logo img {
  width: 221px;
  height: 46px;
}
header .head .head_l nav {
  display: flex;
  align-items: center;
}
header .head .head_l nav a {
  font-size: 16px;
  font-family: s;
  font-weight: 500;
  color: #666666;
  margin-right: 43px;
}
header .head .head_l nav a:hover {
  color: #333;
  text-decoration: underline;
}
header .head .head_l nav a:last-child {
  margin-right: 0;
}
header .head .search {
  width: 189px;
  height: 32px;
  background: #0072FC;
  border-radius: 16px 16px 16px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .head .search img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
header .head .search input {
  width: 129px;
  height: 16px;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  border: none;
  background: #0072FC;
}
header .head .search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#content {
  flex: 1;
}
#content .bread {
  margin-bottom: 24px;
  color: #999999;
}
#content .bread a {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
}
footer {
  background: #001F3B;
}
footer .foot {
  width: 1280px;
  padding: 32px 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
footer .foot .foot_logo {
  margin-bottom: 24px;
}
footer .foot .foot_logo img {
  width: 221px;
  height: 46px;
}
footer .foot nav {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
footer .foot nav a {
  margin-right: 40px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}
footer .foot nav a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .foot nav a:last-child {
  margin-right: 0;
}
footer .foot .btm_text {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  line-height: 16px;
}
