.header {
  height: 228px;
  background: url(../images/bg_header.png) no-repeat;
  background-position-x: center;
  background-color: #f4f4f4;
}
.header .banner {
  height: calc(100% - 48px);
  padding-top: 10px;
}
.header .banner .shortcut {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .banner .shortcut .wza {
  display: flex;
  align-items: center;
  height: 26px;
  color: #fff;
  background-color: #1a75be;
  padding: 0 20px;
  border-radius: 15px;
  font-size: 14px;
  margin-right: 15px;
}
.header .banner .shortcut .wza li a {
  color: #fff;
}
.header .banner .shortcut .wza li:nth-child(2) {
  margin: 0 10px;
}
.header .banner .search {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header .banner .search .today {
  margin: 20px 0;
  font-size: 13px;
  color: #666;
}
.header .banner .search .search_box {
  display: flex;
  width: 297px;
  height: 42px;
  background-color: #fff;
  border: 1px solid #2c6eb7;
  border-radius: 4px;
  overflow: hidden;
}
.header .banner .search .search_box input {
  flex: 1;
  border: 0;
  outline: 0;
  padding-left: 15px;
}
.header .banner .search .search_box .btn {
  border: 0;
  cursor: pointer;
}
.header .nav {
  height: 48px;
  background-color: #1a75be;
}
.header .nav .navlist {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .nav .navlist li {
  position: relative;
  width: 133px;
  height: 48px;
  text-align: center;
}
.header .nav .navlist li:hover,
.header .nav .navlist li.active {
  background-color: #125890;
}
.header .nav .navlist li:hover .panel {
  display: block;
}
.header .nav .navlist li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 17px;
}
.header .nav .navlist li .panel {
  position: absolute;
  top: 48px;
  left: 0;
  display: none;
  width: 100%;
  background-color: #29578c;
  padding: 5px 0;
}
.header .nav .navlist li .panel .panel_item {
  width: 100%;
  height: 40px;
}
.header .nav .navlist li .panel .panel_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 15px;
}
.header .nav .navlist li .panel .panel_item:hover {
  background-color: #2c6eb7;
}
.footer {
  background: #fff;
  border-top: 2px solid #1a75be;
  margin-top: 10px;
  padding: 12px 0 15px;
}
.footer .zongzhi {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  background-color: #1a75be;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.footer .footer_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333;
  margin-top: 20px;
}
.footer .footer_nav li:nth-child(2n) {
  margin: 0 10px;
}
.footer .footer_nav li a {
  font-size: 14px;
  color: #333;
}
.footer .footer_nav li a:hover {
  color: #1a75be;
}
.footer .copyright {
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 28px;
}
.footer .copyright a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
.footer .copyright a img {
  margin-right: 5px;
}
.footer .copyright a:hover {
  color: #1a75be;
}
.footer .other {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer .other .jiucuo {
  margin: 0 20px;
}
.footer .other .weixin {
  font-size: 14px;
  color: #333;
}
.footer .other .weixin img {
  width: 100px;
  hyphens: 100px;
}
