::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-button {
  display: none;
}
::-webkit-scrollbar-track {
  background: #f0f0f0;
}
::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(38, 93, 163, 0.3);
  background: #f0f0f0;
}
::-webkit-scrollbar-thumb {
  background: #265DA3;
}
::-webkit-scrollbar-corner {
  background: #265DA3;
}
::-webkit-resizer {
  background: #265DA3;
}
.indexbanner {
  width: 100%;
  overflow: visible;
}
.indexbanner .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  position: relative;
}
.indexbanner .swiper-pagination-bullet-active {
  background: #fff !important;
  opacity: 1;
}
.indexbanner .swiper-pagination-bullet-active::before {
  content: "";
  display: block;
  width: 14px;
  text-align: center;
  position: absolute;
  top: -3px;
  left: -3px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
.indexbanner .swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 4px;
  height: 4px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-sizing: border-box;
}
.indexbanner .swiper-button-next {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  text-align: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  font-family: "瀹嬩綋";
}
.indexbanner .swiper {
  --swiper-navigation-size: 0 width: 100%;
  height: 100%;
}
.indexbanner .swiper-slide {
  background-position: center;
  background-size: cover;
}
.indexbanner .swiper-slide img {
  display: block;
  width: 100%;
}
.indexbanner .swiper-button-next:after,
.indexbanner .swiper-button-prev:after {
  font-size: 22px;
}
.indexbanner .swiper-button-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  text-align: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
}
/* 瀵艰埅 */
.index_nav {
  width: 100%;
}
.index_nav .index_logo {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0.5%;
}
.index_nav .index_logo .navbar-header {
  width: 100%;
}
@media (min-width: 769px) {
  .index_nav .index_logo .navbar-header .navbar-toggle {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .index_nav .index_logo .navbar-header .navbar-toggle {
    margin-right: 20px !important;
  }
}
.index_nav .index_fluids {
  margin: 0 auto;
}
.index_nav .navbar-brand {
  margin-right: 40px;
  height: 0.9rem;
  display: flex;
  align-items: center;
  transform: scale(0.8);
  transform-origin: top left;
}
.index_nav .dropdown-menu {
  background-color: #003277;
}
.index_nav .header_icon {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
}
.index_nav .header_icon .search {
  width: 20px !important;
  height: 20px !important;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
  margin-left: 10px;
}
.index_nav .header_icon .search:hover {
  background-color: transparent !important;
}
.index_nav .header_icon .zhuanye {
  width: 86px !important;
  height: 30px !important;
  background-image: url(../images/dazhongban.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
  margin-left: 10px;
}
.index_nav .header_icon .zhuanye:hover {
  background-color: transparent !important;
}
.index_nav .header_icon .En {
  width: 86px !important;
  height: 30px !important;
  background-image: url(../images/eng.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.index_nav .header_icon .En:hover {
  background-color: transparent !important;
}
/**
 * @description: footer less
 * @return {*} 鍏叡搴曢儴
 */
footer {
  background: #003277;
}
@media (min-width: 769px) {
  footer .friendlyLinks {
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }
  footer .friendlyLinks div {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    width: 111px;
    margin-top: 40px;
  }
  footer .friendlyLinks ul {
    display: flex;
    flex: 1;
    box-sizing: border-box;
  }
  footer .friendlyLinks ul li {
    flex: 1;
    height: 106px;
    border-left: 1px solid #1d4884;
    padding-top: 18px;
    box-sizing: border-box;
    padding-bottom: 20px;
  }
  footer .friendlyLinks ul li a {
    display: block;
    line-height: 86px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    line-height: 70px;
  }
  footer .copyright {
    width: 100%;
    height: 200px;
    background: #444444;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .copyright a {
    display: inline-block;
    padding-right: 20px;
    color: #ffffff;
    font-size: 14px;
    position: relative;
  }
  footer .copyright a::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #585554;
  }
}
@media (max-width: 768px) {
  footer .friendlyLinks {
    display: flex;
    width: 100%;
    max-width: 1400px;
    line-height: 0.6rem;
  }
  footer .friendlyLinks .friend {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 10px;
    writing-mode: vertical-rl;
    text-align: center;
    padding: 0.6rem;
    border-right: 1px solid #1d4884;
  }
  footer .friendlyLinks ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex: 1;
    box-sizing: border-box;
    padding-bottom: 0.2rem;
  }
  footer .friendlyLinks ul li {
    flex: 1;
    box-sizing: border-box;
    padding: 0.1rem;
    height: 0.5rem;
    min-width: 3rem;
  }
  footer .friendlyLinks ul li a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
  }
  footer .friendlyLinks ul li a img {
    height: 0.5rem;
  }
  footer .copyright {
    width: 100%;
    background: #444444;
    display: flex;
    align-items: center;
  }
  footer .copyright a {
    color: #ffffff;
    font-size: 14px;
  }
}
/* 1350浠ヤ笂瀵艰埅鍑虹幇hover */
@media screen and (min-width: 1350px) {
  ul > li:hover > ul {
    display: block;
  }
}
