.header .header_main {
  height: 254px;
  background: url(../images/header_bg.png) no-repeat;
  background-size: 100% 100%;
  background-position: 0 80px;
}
.header .header_main .shortcut {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  font-size: 16px;
  color: #000;
}
.header .header_main .shortcut .date {
  margin-right: 78px;
}
.header .header_main .shortcut .shortcut_list {
  display: flex;
  align-items: center;
}
.header .header_main .shortcut .shortcut_list li {
  height: 30px;
  padding: 0 15px;
}
.header .header_main .shortcut .shortcut_list li:nth-child(2n) {
  display: flex;
  align-items: center;
  margin: 0 20px;
  padding: 0;
}
.header .header_main .shortcut .shortcut_list li:nth-child(2n):hover {
  background-color: transparent;
}
.header .header_main .shortcut .shortcut_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #000;
}
.header .header_main .shortcut .shortcut_list li:hover {
  background-color: #016bb5;
  border-radius: 14px;
}
.header .header_main .shortcut .shortcut_list li:hover a {
  color: #fff;
}
.header .header_main .banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.header .header_main .banner .logo {
  width: 551px;
  height: 115px;
}
.header .header_main .banner .search_web {
  position: relative;
  display: flex;
  width: 414px;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #0b53b5;
  border-radius: 10px;
  overflow: hidden;
}
.header .header_main .banner .search_web::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 30px;
  height: 30px;
  background: url(../images/search_icon.png) no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.header .header_main .banner .search_web .search_text {
  flex: 1;
  border: 0;
  outline: 0;
  padding-left: 45px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.header .header_main .banner .search_web .search_text::placeholder {
  color: #939393;
}
.header .header_main .banner .search_web .search_button {
  width: 69px;
  height: 100%;
  background-color: #0b53b5;
  border: 0;
  outline: 0;
  border-radius: 10px 0 0 10px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.header .header_nav {
  height: 67px;
  background-color: #00569d;
}
.header .header_nav .navlist {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.header .header_nav .navlist li {
  width: 230px;
  height: 100%;
  font-size: 24px;
}
.header .header_nav .navlist li:hover {
  background-color: #01a534;
}
.header .header_nav .navlist li.active {
  background-color: #01a534;
}
.header .header_nav .navlist li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.footer {
  height: 218px;
  background-color: #e5e5e5;
  border-top: 3px solid #01a534;
}
.footer .friendship {
  height: 63px;
  background-color: #00569d;
}
.footer .friendship .friendship_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  font-size: 16px;
}
.footer .friendship .friendship_list a {
  color: #fff;
}
.footer .friendship .friendship_list a:hover {
  text-decoration: underline;
}
.footer .copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 152px;
  font-size: 14px;
  color: #333;
}
.footer .copyright .left {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.footer .copyright .left .dang {
  width: 49px;
  height: 63px;
  margin-right: 44px;
}
.footer .copyright .left .jiucuo {
  width: 110px;
  height: 55px;
}
.footer .copyright .block {
  line-height: 24px;
  margin: 0 30px;
}
.footer .copyright .block .item a {
  color: #333;
}
.footer .copyright .block .item a:hover {
  color: #00569d;
}
