.header_box {
  width: 100%;
  height: 1010px;
  position: relative;
  background: url(../images/body_bg.png) no-repeat;
  background-size: 100%;
}
.header_box img {
  width: 100%;
  height: 100%;
}
.header_box .top {
  width: 100%;
  position: absolute;
  top: 0;
}
.header_box .top .top_link {
  width: 100%;
  margin: 0 auto;
  margin-top: 24px;
}
.header_box .top .top_link li {
  width: 100%;
  display: flex;
  justify-content: end;
  justify-content: center;
}
.header_box .top .top_link li a {
  display: flex;
  padding: 0 20px;
  border-right: 1px solid #a8a8a8;
  font-size: 20px;
  color: #333333;
}
.header_box .top .top_link li a img {
  width: 16px;
  margin-right: 6px;
}
.header_box .top .top_link li a:hover {
  color: #016bb5;
}
.header_box .top .top_link li a:nth-child(5) {
  border-right: none;
}
.header_box .top .logo_search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  width: 100%;
  flex-direction: column;
}
.header_box .top .logo_search .logo {
  width: 80%;
}
.header_box .top .logo_search .search_web {
  position: relative;
  display: flex;
  width: 318px;
  height: 42px;
  background-color: #ffffff;
  border: solid 1px #016bb5;
  border-radius: 159px;
  overflow: hidden;
}
.header_box .top .logo_search .search_web .search_text {
  flex: 1;
  border: 0;
  outline: 0;
  padding-left: 45px;
  font-size: 16px;
  color: #666;
  text-align: center;
}
.header_box .top .logo_search .search_web .search_text::placeholder {
  color: #999;
}
.header_box .top .logo_search .search_web .search_button {
  width: 70px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #016bb5;
  border: 0;
  outline: 0;
  border-radius: 35px;
  font-size: 18px;
  cursor: pointer;
}
.header_box .top .logo_search .search_web .search_button img {
  width: 28px;
  height: 28px;
}
.header_box .top .nav_box {
  width: 100%;
  height: 73px;
  margin-top: 62px;
  background-color: #016bb5;
}
.header_box .top .nav_box .nav {
  width: 100%;
  height: 100%;
}
.header_box .top .nav_box .nav ul {
  width: 100%;
  height: 100%;
}
.header_box .top .nav_box .nav ul li {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.header_box .top .nav_box .nav ul li a {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 24px;
  color: white;
}
.header_box .top .nav_box .nav ul li a:hover {
  border-bottom: 2px solid;
  font-weight: 600;
  transition: all ease;
}
/* 公共底部 */
.foot_box {
  width: 100%;
  margin-top: 30px;
  background-color: #016bb5;
}
.foot_box .foot {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* 版权 */
}
.foot_box .foot .f_top {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.foot_box .foot .f_top .nav_fooot {
  width: 312px;
  position: relative;
}
.foot_box .foot .f_top .nav_fooot .nav_item {
  width: 100%;
  margin: 30px 0;
  display: inline-block;
  text-align: center;
  line-height: 55px;
  font-size: 18px;
  color: #fff;
  position: relative;
  background-color: #045b98;
}
.foot_box .foot .f_top .nav_fooot .nav_item img {
  margin-left: 20px;
}
.foot_box .foot .f_top .nav_fooot .nav_item:hover img {
  transform: rotate(180deg);
  transition: all ease;
}
.foot_box .foot .f_top .nav_fooot .panel {
  position: absolute;
  left: 0;
  top: -70%;
  width: 312px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 15px;
  z-index: 9999;
  display: none;
}
.foot_box .foot .f_top .nav_fooot .panel .link-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.foot_box .foot .f_top .nav_fooot .panel .link-group a {
  color: #333;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}
.foot_box .foot .f_top .nav_fooot .panel .link-group a:hover {
  color: #366fca;
}
.foot_box .foot .f_top .nav_fooot .panel .link-group a:last-child {
  border-bottom: none;
}
.foot_box .foot .f_top .nav_fooot:hover .panel {
  display: block;
}
.foot_box .foot .foot_bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  flex-direction: column;
}
.foot_box .foot .foot_bot .foot_icon {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0px;
  border-right: none;
}
.foot_box .foot .foot_bot .foot_con {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0px;
  flex-wrap: wrap;
}
.foot_box .foot .foot_bot .foot_con .con {
  display: flex;
  flex-direction: row;
  color: #fff;
  line-height: 2;
  width: 98%;
  justify-content: space-evenly;
}
.foot_box .foot .foot_bot .foot_con .con a {
  color: #fff;
}
