.header_box {
  width: 100%;
  height: 1010px;
  position: relative;
  background: url(../images/body_bg.png) no-repeat 100% center;
  background-size: cover;
}
.header_box img {
  width: 100%;
  height: 100%;
}
.znwdBox {
  position: absolute;
  top: 360px;
  left: 0;
  right: 0;
}
.znwd {
  text-align: right;
  height: 282px;
}
.znwdBox .znwd img {
  width: auto;
  height: auto;
  margin-right: -100px;
}
.header_box .top {
  width: 100%;
  position: absolute;
  top: 0;
}
.header_box .top .top_link {
  width: 1300px;
  margin: 0 auto;
  margin-top: 24px;
}
.header_box .top .top_link li {
  width: 100%;
  display: flex;
  justify-content: end;
}
.header_box .top .top_link li a {
  display: flex;
  padding: 0 20px;
  border-right: 1px solid #a8a8a8;
  font-size: 16px;
  color: #333333;
  position: relative;
}

.header_box .top .top_link li .panel {
  display: none;
  position: absolute;
  left: 50%;
  top: 30px;
  width: 140px;
  height: 140px;
  background-color: #fff;
  transform: translateX(-50%);
  border-radius: 5px;
  padding: 10px;
  z-index: 99;
}
.header_box .top .top_link li .panel img {
  width: 100%;
  height: 100%;
}
.header_box .top .top_link li a:hover .panel {
  display: block;
}

.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;
}
.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: 20px;
  font-size: 16px;
  color: #666;
  text-align: left;
}
.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: 30px;
  background-color: #016bb5;
}
.header_box .top .nav_box .nav {
  width: 1300px;
  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-between;
  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.active,
.header_box .top .nav_box .nav ul li a:hover {
  border-bottom: 2px solid;
  font-weight: 600;
  transition: all ease;
}
.footer {
  height: 210px;
  background-color: #016bb5;
}
.footer .footer_nav {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.footer .footer_nav li {
  width: 312px;
  padding-top: 11px;
}
.footer .footer_nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  color: #fff;
  font-size: 16px;
  background-color: #075087;
}
.footer .footer_nav li a img {
  margin-left: 20px;
}
.footer .footer_nav li .panel_box {
  display: none;
  position: absolute;
  bottom: 65px;
  left: 0;
  width: 100%;
  z-index: 99999;
}
.footer .footer_nav li .panel_box .panel {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background-color: #075087;
}
.footer .footer_nav li .panel_box .panel .panel_item {
  width: 200px;
  font-size: 18px;
  transition: all 0.3s;
}
.footer .footer_nav li .panel_box .panel .panel_item:hover {
  transform: translateX(3px);
}
.footer .footer_nav li.links:hover {
  background-color: #075087;
}
.footer .footer_nav li.links:hover a img {
  transform: rotate(180deg);
}
.footer .footer_nav li.links:hover .panel_box {
  display: block;
}
.footer .footer_main {
  display: flex;
  height: 88px;
  margin-top: 30px;
  font-size: 16px;
}
.footer .footer_main .item {
  width: 33.33%;
}
.footer .footer_main .item.pic {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}
.footer .footer_main .item.word {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  line-height: 30px;
}
.footer .footer_main .item.word a {
  color: #fff;
}
.footer .footer_main .item.word a:hover {
  text-decoration: underline;
}

.popbox {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 999;
}
.popbox .close {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
