@charset "utf-8";

/* 头部 */
.header {
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(8, 73, 163, 0.4);
  border-radius: 60px;
  position: absolute;
  z-index: 9;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  padding: 22px 25px 21px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: block;
  height: 100%;
}

.logo img {
  display: block;
  height: 100%;
}

.header_top {
  display: flex;
  justify-content: right;
  align-items: center;
  line-height: 15px;
}

.header_more {
  display: flex;
  align-items: center;
}

.header_more li {
  margin-right: 33px;
}

.header_more a {
  display: block;
  font-size: 16px;
  color: #666666;
  position: relative;
}

.header_more a::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 1px;
  right: -16px;
  top: 2.5px;
  background: #adadad;
}

.seach_menu .seach {
  width: 15px;
  height: 15px;
  background-image: url(../images/fdj.png);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.seach_menu .menu {
  display: none;
}

.seach_menu .menu span {
  display: block;
  width: 24px;
  height: 2px;
  background: #0e4da5;
  margin-bottom: 7px;
}

.seach_menu .menu span:last-child {
  margin-bottom: 0px;
}

.header_nav {
  display: flex;
  align-items: center;
  margin-top: 20px;
  line-height: 30px;
}

.header_nav>li {
  margin-right: 26px;
  position: relative;
}

.header_nav li:last-child {
  margin-right: 0;
}

.header_nav li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 17px;
  white-space: nowrap;
}

.header_nav li:hover .menu-toggle {
  font-weight: bold;
  color: #0849a3;
}

.menu-items {
  width: auto;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  background: #ebf1fb;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
}

.menu-items li {
  width: auto;
  line-height: 50px;
  transition: background-color 0.3s;
}

.menu-items li:hover {
  background-color: #0849a3;
}

.menu-items li a {
  white-space: nowrap;
  display: block;
  color: #333;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  padding: 0 20px;
}

.menu-items li:hover a {
  color: #fff;
  font-weight: bold;
}

/* banner */
.mybanner {
  width: 100%;
}

/* footer */
.footer {
  background: #0849a3;
}

.footer_top {
  padding: 50px 0;
  display: flex;
}

.footer_top_l {
  width: 84.285%;
  border-right: 1px solid #5380bf;
}

.footer_top_l_t {
  display: flex;
  padding-right: 40px;
  align-items: center;
  justify-content: space-between;
}

.footer_top_l_t a {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  line-height: 50px;
  padding: 0 33px;
  display: block;
  background: #ffda2c;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.5);
  border-radius: 25px;
}

.footer_top_l ol {
  display: flex;
  border-bottom: 1px solid #5380bf;
  padding: 35px 0 15px;
}

.footer_top_l ol li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 40px;
  margin-right: 80px;
}

.footer_top_l ol li:last-child {
  margin-right: 0px;
}

.footer_top_l ol li p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-left: 8px;
}

.footer_top_l_b {
  padding: 20px 0;
  line-height: 31px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  display: flex;
}

.footer_top_l_b a {
  display: block;
  line-height: 31px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-right: 16px;
}

.footer_top_r {
  width: 15.715%;
  text-align: right;
  padding-left: 50px;
}

.footer_top_r div {
  width: 100%;
  background: #fff;
  /* padding: 12px; */
}

.footer_top_r div img {
  width: 100%;
  height: 100%;
}

.footer_top_r p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  margin-top: 10px;
  text-align: center;
}

.footer_btm {
  background: #063a82;
  padding: 14px 0;
}

.footer_btm p ,
.footer_btm p a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
}

@media (max-width: 1650px) {
  .header {
    width: 94%;
  }

  .footer_top {
    width: 100%;
    padding: 50px 3%;
    align-items: center;
  }

  .footer_top_r {
    padding-left: 3%;
  }
}

@media (max-width: 1500px) {
  .footer_top_l ol {
    flex-wrap: wrap;
    /* padding: 35px 0 15px; */
  }
}

@media (max-width: 1380px) {
  .header_nav {
    margin-left: 30px;
  }

  .header_nav>li {
    margin-right: 15px;
  }

  .logo {
    min-width: 250px;
  }

  .logo img {
    width: 100%;
    display: block;
    height: 100%;
  }
}

@media (max-width: 1200px) {
  .header {
    width: 100%;
    border-radius: 0;
    position: fixed;
    top: 0;
    z-index: 999;
    padding: 21.5px 3%;
  }

  .seach_menu .seach {
    width: 24px;
    height: 24px;
    background-image: url(../images/fdj_.png);
    background-size: cover;
  }

  .red {
    display: block;
    position: absolute;
    right: -120%;
    top: 120px;
    height: calc(100vh - 120px);
    overflow: auto;
    z-index: 99;
  }

  .seach_menu {
    display: flex;
    align-items: center;
  }

  .header_more {
    display: none;
  }

  .menu span {
    transition: transform 0.3s ease;
  }

  .menu span:first-child {
    margin-top: 0;
  }

  .menu.open span:nth-child(1) {
    width: 24px;
    transform: rotate(45deg);
    margin-top: 9px;
  }

  .menu.open span:nth-child(2) {
    width: 24px;
    transform: rotate(-45deg);
    margin-top: -9px;
  }

  .menu.open span:nth-child(3) {
    opacity: 0;
  }

  .header_nav {
    display: none;
  }

  .seach_menu .menu {
    display: block;
    margin-left: 20px;
  }

  .footer_top_r div {
    padding: 5px;
  }

  .mybanner,
  .list_zst {
    margin-top: 120px;
  }
}

@media (max-width: 1024px) {
  .footer_top_l_b {
    flex-wrap: wrap;

  }
}

@media (max-width: 768px) {
  .header {
    padding: 15px 2%;
  }

  .red {
    width: 100%;
    top: 107px;
    height: calc(100vh - 107px);
  }

  .footer_top_l {
    width: 100%;
    border: navajowhite;
  }

  .footer_top_l_t {
    padding-right: 0px;
  }

  .footer_top_r {
    display: none;
  }

  .footer_top {
    padding: 30px 3% 10px;
  }

  .footer_top_l ol li {
    margin: 0px 20px;
    width: auto;
  }

  .footer_btm {
    width: 100%;
    padding: 12px 2%;
  }

  .mybanner,
  .list_zst {
    margin-top: 107px;
  }
}

@media (max-width: 567px) {
  .header {
    height: 80px;
  }

  .red {
    top: 80px;
    height: calc(100vh - 80px);
  }

  .header .logo {
    width: 60%;
    height: auto;
  }

  .header .logo img {
    width: 100%;
    height: 100%;
  }

  .footer_top_l_t img {
    width: 60%;
  }

  .footer_top_l_t a {
    font-size: 17px;
    line-height: 45px;
    padding: 0 20px;
    border-radius: 20px;
  }

  .mybanner,
  .list_zst {
    margin-top: 80px;
  }
}

@media (max-width: 480px) {
  .header {
    height: 70px;
  }

  .red {
    top: 70px;
    height: calc(100vh - 70px);
  }

  .seach_menu .menu {
    margin-left: 10px;
  }

  .footer_top_l ol li {
    margin: 0px;
    width: 100%;
  }

  .footer_top_l_b {
    justify-content: center;
  }

  .mybanner,
  .list_zst {
    margin-top: 70px;
  }
}