html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-color: #f8f8f8;
}
.container {
  width: 60%;
  margin: 0 auto;
}
.flex {
  display: flex;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.display {
  display: none;
}
.justify {
  text-align: justify;
  text-justify: newspaper;
  word-break: break-all;
}
.drop-down {
  width: 25%;
  text-align: center;
}
.drop-name {
  height: 60px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
}
.drop-name:hover {
  color: #fff;
  font-weight: 600;
  opacity: 1;
  background-color: #0076d1;
}
.drop-menu {
  display: none;
  overflow: hidden;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.1);
}
.drop-menu a {
  color: #ffffff;
  text-decoration: none;
}
.drop-menu div {
  line-height: 44px;
}
.drop-menu div:hover {
  background-color: rgba(0, 118, 209, 0.6);
}
.header {
  position: fixed;
  top: 0;
  height: 60px;
  width: 100%;
  /*background-color: rgba(0, 4, 5, 0.6);*/
  font-size: 18px;
  z-index: 99;
}
.nav-top {
  color: #ffffff;
  justify-content: space-between;
}
.nav {
  width: 60%;
}
.nav div {
  cursor: pointer;
}
.nav-left img {
  width: 140px;
  margin-top: 10px;
  cursor: pointer;
}
.nav-right {
  line-height: 60px;
  font-size: 16px;
}
.nav-right div {
  cursor: pointer;
}
.nav-right div:hover {
  color: #0076d1;
}
.yyss{
  color: #0076d1;
}
.login {
  margin-right: 20px;
}
.active {
  color: #fff !important;
  font-weight: 600;
  opacity: 1;
  background-color: #0076d1;
}

.swiper-slide img {
  width: 100%;
}
.swiper-container {
  /* --swiper-theme-color: #ff6600; */
  --swiper-pagination-color: #fff; /* 两种都可以 */
}
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0);
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 40px;
}

.scroll-header {
  background-color: rgba(255, 255, 255, 1) !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.scroll-header .drop-menu a {
  color: #333;
}
.scroll-header .drop-menu div:hover a {
  color: #fff;
}
.scroll-header .drop-name {
  color: #333;
}
.scroll-header .drop-menu {
  background: rgba(245, 245, 245, 0.95) !important;
  color: #333;
}
.scroll-header .drop-name:hover {
  color: #fff;
}
.scroll-header div {
  color: #333;
}
i {
  font-style: normal;
}
