* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.df {
  display: flex;
}

.df-aic {
  display: flex;
  align-items: center;
}

.df-jcc {
  display: flex;
  justify-content: center;
}

.df-fdc {
  display: flex;
  flex-direction: column;
}

.df-fww {
  display: flex;
  flex-wrap: wrap;
}

.df-aic-jcc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.df-aic-jcsb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-web {
  width: 1426px;
}

.header-container {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 107px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8132) 0%, transparent 100%);
}

.header-container .header-logo {
  width: 419.71px;
  height: 65px;
  object-fit: cover;
}

.banner-container {
  width: 100%;
  height: 635px;
}

.banner-container .banner-img {
  width: 100%;
  height: 635px;
  object-fit: cover;
}

.banner-container .swiper {
  width: 100%;
  height: 635px;
  position: relative;
  --swiper-pagination-color: #ed7c40;
}

.banner-container .swiper .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 58px;
  transform: translateX(-50%);
}

.banner-container .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  margin-left: 8px;
}

.banner-container .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.navigation-bar {
  z-index: 100;
  position: absolute;
  left: 0;
  top: 586px;
  width: 100%;
  height: 87px;
  background: url("../static/images/navigation-bg.png") no-repeat;
  background-size: 62.5%;
}

.navigation-bar .navigation-list {
  gap: 55px;
}

.navigation-bar .navigation-list .navgation-item {
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  opacity: 0.8;
  position: relative;
}

.navigation-bar .navigation-list .navgation-item:hover::after {
  display: block;
}

.navigation-bar .navigation-list .navgation-item::after {
  width: 70px;
  height: 7px;
  content: " ";
  background: url("../static/images/navigation-item-active.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 30px;
  display: none;
  transition: all 0.5s ease;
}

.navigation-bar .navigation-list .navgation-item-active {
  gap: 5px;
  opacity: 1;
}

.navigation-bar .navigation-list .navgation-item-active::after {
  display: block;
}

.footer {
  background: url(../static/images/footter-bg.png);
  width: 100%;
  height: 447px;
  color: #ffffff;
  /* position: absolute; */
  /* bottom: 0; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.foot-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 477px;
}

.footer a {
  color: #ffffff;
}

.footer-left {
  width: 444px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-left img {
  width: 326px;
  height: 57.77px;
  object-fit: cover;
}

.foot-right {
  width: 1000px;
  margin-left: 14px;
}

.foot-wrap {
  width: 476px;
  height: 100%;
}

.foot-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-top: 23px;
}

.foot-above {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot-above-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 485px;
}

.foot-above-left-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 24px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

.foot-above-left-center {
  display: flex;
  flex-direction: column;
}

.foot-above-left-center a {
  color: rgba(255, 255, 255, 0.5)  !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.foot-above-left-center a:hover {
  color: #ed7c40  !important;
}

.foot-above-left-department-item:hover {
  color: #ed7c40 !important;
}

.foot-above-left-department-item {
  line-height: 25px;
  display: block;
  color: rgba(255, 255, 255, 0.5) !important;
}

.foot-above-left-department-item:nth-child(2) {
  margin-bottom: 25px;
}

.foot-above-left-department-item:nth-child(5) {
  margin-bottom: 25px;
}

.foot-above-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 280px;
}

.foot-above-right-content {
  margin-top: 24px;
  display: flex;
}

.foot-above-right-qrcode {
  width: 120px;
  height: 120px;
}

.foot-above-right-qrcode img {
  width: 100%;
  height: 100%;
  margin-top: 3px;
}

.foot-above-right-contact {
  color: white;
  margin-left: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 16px;
  line-height: 25px;
}

.foot-above-right-contact span {
  color: rgba(255, 255, 255, 0.5);
}

.foot-below {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  height: 64px;
  border-top: 1px solid #3f4187;
  font-size: 16px;
  font-weight: 400;
  line-height: 64px;
  color: rgba(255, 255, 255, 0.5);
}

.foot-below a {
  color: rgba(255, 255, 255, 0.5) !important;
}
