@charset "UTF-8";
html {
  font-family: "Microsoft YaHei", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
}

.navbox_new {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #2cab04;
  color: #ffffff;
}
.navbox_new .nav_item {
  height: 40px;
  padding: 0 11px;
  font-size: 16px;
  line-height: 40px;
}
.navbox_new .nav_item:hover, .navbox_new .nav_item.on {
  background-color: #2c3e50;
}

.navbox_content {
  background-color: #2c3e50;
  color: white;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  padding: 0 10px;
  overflow: hidden;
}

.banner {
  width: 1000px;
  height: 240px;
  margin: 16px auto;
  background: #5bb4c4;
  line-height: 120px;
  text-align: center;
}

.footer {
  border-top: 3px solid #7e7e7e;
  background-color: #e8e8e8;
  padding: 10px 0;
  color: #000;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
}

.logoArea {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.searchArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 210px;
  height: 30px;
  font-family: "Segoe UI Emoji", "微软雅黑", sans-serif;
}
.searchArea input,
.searchArea button {
  box-sizing: border-box;
  height: 30px;
  margin: 0;
  padding: 0;
  background-color: #fe3434;
  border: 1px solid #fe3434;
  border-radius: 0;
}
.searchArea input {
  background-color: white;
  width: 150px;
}
.searchArea button {
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.searchArea button svg {
  width: 16px;
  color: white;
}

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