﻿.blue-line {
  background-color: #0068b7;
  height: 7px;
  width: 100%;
}

.header {
  background: url(/img/head-bg.png) center repeat-x;
  background-size: auto 99%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  color: #fff;
}

.header a {
  color: #fff;
}

.logo {
  position: relative;
  z-index: 999;
  margin-top: 9px;
  padding-left: 25px;
}

.logoBlue {
  display: none;
  height: 56px;
}

.header-r-top {
  margin-bottom: 20px;
  justify-content: flex-end;
}

.header-nav ul {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0;
  width: 90%;
}

.header-nav ul > li {
  position: relative;
  line-height: 1;
  transition: all .3s;
  padding: 9px 0px;
  text-align: center;
}

.header-nav ul > li.active::after {
  position: absolute;
  left: 50%;
  bottom: -21px;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  z-index: 2;
  content: '';
  background-color: #ff9c00;
}

.header-nav {
  display: flex;
  justify-content: space-around;
}

.header-nav .nav-parent a {
  font-size: 18px;
}

.header-nav .sub-nav {
  position: absolute;
  top: 50px;
  padding-top: 5px;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}

.header-nav ul > li:hover .sub-nav {
  top: 100%;
  visibility: inherit;
  opacity: 1;
}

.header-nav .sub-nav .sub-nav-wp {
  padding: 10px 5px;
  margin-top: 10px;
  position: relative;
  min-height: 50px;
  background: rgba(255, 255, 255, 0.6);
}

.header-nav .sub-nav .sub-nav-wp::before {
  position: absolute;
  content: '';
  border: 10px solid #fff;
  border-color: transparent transparent #fff transparent;
  top: -20px;
  z-index: 5;
}

.header-nav .sub-nav .sub-nav-wp a {
  color: #000;
  font-size: 16px;
}

.header-nav .sub-nav .sub-nav-wp a:hover {
  color: #043491;
}

.header-nav .sub-nav .sub-nav-wp .nav-pic {
  position: relative;
  width: 230px;
}

.header-nav .sub-nav .sub-nav-wp .nav-pic p {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 65px 5px 5px;
  z-index: 10;
  color: #fff;
  font-size: 13px;
  text-align: center;
  background: linear-gradient(0deg, #3c75a6 0%, rgba(60, 117, 166, 0) 100%);
}

.header-nav .sub-nav .sub-nav-wp .sub-nav-a {
  width: 100%;
}

.header-nav .sub-nav .sub-nav-wp .sub-nav-a div.flex:after {
  display: inline-block;
  width: 33%;
  content: '';
}

.header-nav .sub-nav .sub-nav-wp .sub-nav-a a {
  margin-left: 0;
  color: #0068b7;
  padding-bottom: 10px;
  line-height: 1.3em;
  background: url("../img/home/cirb.png") no-repeat left 12px;
  text-align: center;
}

.header-nav .sub-nav .sub-nav-wp .sub-nav-a .line-nav {
  display: flex;
  flex-direction: column;
}

.header-nav .sub-nav .sub-nav-wp .sub-nav-a .line-nav a:hover {
  color: #ff9c00;
}

.header-nav .sub-nav1 {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.header-nav .sub-nav1 .sub-nav-wp::before {
  left: 50%;
  margin-left: -10px;
}

.header-nav .sub-nav2 {
  width: 800px;
  left: 50%;
  transform: translateX(-50%);
}

.header-nav .sub-nav2 .sub-nav-wp::before {
  left: 50%;
  margin-left: -10px;
}

.header-nav .sub-nav3 {
  width: 927px;
  left: 50%;
  transform: translateX(-50%);
}

.header-nav .sub-nav3 .sub-nav-wp::before {
  left: 50%;
  margin-left: -10px;
}

.header-nav .sub-nav4 {
  width: 800px;
  left: 50%;
  transform: translateX(-50%);
}

.header-nav .sub-nav4 .sub-nav-wp::before {
  left: 50%;
  margin-left: -10px;
}

.header-nav .sub-nav5 {
  width: 800px;
  right: -290px;
}

.header-nav .sub-nav5 .sub-nav-wp::before {
  right: 316px;
}

.header-nav .sub-nav6 {
  width: 800px;
  right: -195px;
}

.header-nav .sub-nav6 .sub-nav-wp::before {
  right: 216px;
}

.header-nav .sub-nav7 .sub-nav-wp::before {
  right: 120px;
}

.header-nav .sub-nav8 {
  width: 800px;
  right: 0;
}

.header-nav .sub-nav8 .sub-nav-wp::before {
  right: 20px;
}

.icon-img-box {
  margin-right: 8px;
}

.jdjs_app .tj {
  padding: 0 !important;
}

.header-r {
  flex: 1;
  background: url("../img/nav-bg.png") center center no-repeat;
  background-size: 100% 100%;
  padding-right: 59px;
}

.header-r input {
  width: 284px;
  height: 33px;
  padding: 0 35px 0 15px;
  box-sizing: border-box;
  border-radius: 50px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  background-color: transparent;
}

.header-r .ipn-box {
  position: relative;
}

.header-r .ipn-box .search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

footer {
  padding: 70px 0 30px;
  background: url("../img/footer-bj.png") center center no-repeat;
  background-size: 100% 100%;
  background-color: #1b5799;
}

footer .fflex {
  display: flex;
  align-items: center;
}

footer .fflex img {
  width: 20px;
  height: 18px;
  margin-right: 11px;
}

footer .connect-box {
  color: #fff;
  font-size: 16px;
  gap: 14px;
}

footer .lie {
  gap: 14px;
  display: flex;
  flex-direction: column;
}

footer .link {
  margin-top: 28px;
  justify-content: center;
  text-align: center;
  color: #fff;
}

footer .link-box {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(244, 250, 253, 0.21);
}

footer .link-text {
  margin-top: 29px;
  font-size: 14px;
  color: #fff;
}

footer .link-text a {
  color: #fff;
}

footer .link-text span {
  margin: 0 15px;
}

footer .link-text2 {
  margin-top: 8px;
  font-size: 14px;
  color: #fff;
}

footer .link-text2 a {
  color: #fff;
}

footer .link-text2 span {
  margin: 0 15px;
}

footer .copty {
  margin-top: 21px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 1550px) {
  .header-r {
    padding-right: 10px;
  }
  .header-nav ul > li.active::after {
    bottom: -22px;
  }
  .header-nav {
    justify-content: center;
  }
  .header-nav .nav-parent a {
    font-size: 16px;
  }
  .header-nav ul > li {
    padding: 0;
  }
}

@media screen and (max-width: 1440px) {
  .logo {
    width: 350px;
  }
  .banner .banner-text {
    font-size: 18px;
  }
  .banner .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 20px;
  }
  .banner .banner-text {
    bottom: 60px;
  }
}

@media screen and (max-width: 1300px) {
  .fs34 {
    font-size: 18px;
  }
  .header-top-part {
    align-items: center;
  }
  .logoWhite {
    height: 40px;
  }
  .header {
    padding: 10px 0;
    border-bottom: none;
    background-color: #1d4f85;
  }
  .logoBlue {
    display: none;
    height: 40px;
  }
  .logo {
    margin-top: 0;
  }
  .header-r {
    display: none;
  }
  .navmob-btn {
    display: flex;
    padding-right: 25px;
  }
  .header-nav {
    display: none;
  }
  .blue-line {
    display: none;
  }
}

@media screen and (max-width: 1220px) {
  footer {
    padding: 40px 0;
  }
  footer .top-masg {
    flex-direction: column;
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  footer {
    background-image: none;
  }
  footer .link-text,
  footer .link-text2 {
    gap: 10px;
  }
}

@media screen and (max-width: 576px) {
  .logo {
    padding-left: 15px;
  }
  .navmob-btn {
    padding-right: 15px;
  }
  .logo {
    width: 200px;
  }
  .logo img {
    object-fit: contain;
  }
  .head-menu-btn {
    width: 26px;
    height: 26px;
  }
  .banner .banner-text {
    display: none;
  }
  footer .connect-box {
    flex-direction: column;
    align-items: start;
  }
}