/* 头部样式 */
.header {
  background: #fff;
  padding: 15px 0;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.logo-title {
  display: flex;
  align-items: center;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-title {
  font-size: 30px;
  margin-left: 10px;
  color: #000;
}

.logo {
  height: 63px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.search-box {
  display: flex;
  align-items: center;
  width: 298px;
  height: 46px;
  border-radius: 5px;
}

.search-input {
  height: 100%;
  padding: 12px 13px;
  box-sizing: border-box;
  border: 1px solid #828ca0;
  border-right: none;
  border-radius: 5px 0px 0px 5px;
  font-size: 15px;
  flex: 1;
}

.search-btn {
  height: 100%;
  width: 55px;
  background: #ffae01;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
}

.search-icon {
  width: 24px;
  height: 24px;
  margin-top: 8px;
}

.nav-links {
  display: flex;
  gap: 20px;
}

.nav-links a {
  color: #333;
  text-decoration: none;
  font-size: 18px;
}

/* 面包屑导航 */
.breadcrumb {
  font-size: 15px;
  height: 34px;
  line-height: 34px;
  margin-bottom: 26px;
  color: #000;
}

.breadcrumb a {
  text-decoration: none;
}

.home-nav {
  color: #034271;
}
