html,
body {
  font-family: "PingFang SC", "Calibri", "Open Sans", "Gothic Arial", "Arial", "Microsoft YaHei", "San Francisco", "Hiragino Sans GB", "Helvetica Neue", Helvetica, sans-serif !important;
}

.m-menu nav {
  background-color: black !important;
}

.pc-menu {
  background-color: black !important;
}

.scrolled {
  background-color: black !important;
  color: white;
}

#aboutHover::before {
  content: "";
  width: 100%;
  bottom: 0%;
  left: 0%;
  position: absolute;
  height: 1px;
  background-color: #673b92;
  transform: translateX(-100%);
  transition: all 0.5s ease;
}

#aboutHover:hover::before {
  transform: translateX(0%);
}

#manHover::before {
  content: "";
  width: 100%;
  bottom: 0%;
  left: 0%;
  position: absolute;
  height: 1px;
  background-color: #673b92;
  transform: translateX(-100%);
  transition: all 0.5s ease;
}

#manHover:hover::before {
  transform: translateX(0%);
}

#solHover::before {
  content: "";
  width: 100%;
  bottom: 0%;
  left: 0%;
  position: absolute;
  height: 1px;
  background-color: #673b92;
  transform: translateX(-100%);
  transition: all 0.5s ease;
}

#solHover:hover::before {
  transform: translateX(0%);
}

#esgHover::before {
  content: "";
  width: 100%;
  bottom: 0%;
  left: 0%;
  position: absolute;
  height: 1px;
  background-color: #673b92;
  transform: translateX(-100%);
  transition: all 0.5s ease;
}

#esgHover:hover::before {
  transform: translateX(0%);
}

#contactHover::before {
  content: "";
  width: 100%;
  bottom: 0%;
  left: 0%;
  position: absolute;
  height: 1px;
  background-color: #673b92;
  transform: translateX(-100%);
  transition: all 0.5s ease;
}

#contactHover:hover::before {
  transform: translateX(0%);
}

/* #contact:hover span path {
  transform: translateX(6px);
} */
.activePage::before {
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #673b92;
  position: absolute;
}

.newsList .more-btn {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #673b92;
  border-radius: 50%;
}

.newsList .more-btn img {
  width: 10px;
}

.newsList a:hover p {
  color: #673b92;
}

.newsList a {
  width: 100%;
}

.newsList a div:nth-child(1) {
  width: 19.7917vw;
  padding-right: 1em;
}

.newsList a div:nth-child(2) {
  flex: 1;
}

.custom-input::placeholder {
  color: #454545;
}

footer {
  margin-top: 0 !important;
}


.slider-jt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
}

.slider-jt svg:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.4s ease-in-out;
}

.slider-jt svg:nth-child(2) {
  position: absolute;
  left: -100%;
  opacity: 0;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}


.contact:hover svg:nth-child(1) {
  transform: translate(140%, -50%);
}

.contact:hover svg:nth-child(2) {
  transform: translateX(32px);
  opacity: 1;
}

.newslist-jt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newslist-jt .in-jt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.4s ease-in-out;
}

.newslist-jt .out-jt {
  position: absolute;
  left: -100%;
  opacity: 0;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.newsList a:hover .in-jt {
  transform: translate(140%, -50%);
}

.newsList a:hover .out-jt {
  transform: translateX(33px);
  opacity: 1;
}

@media (max-width: 1280px) {
  .news-swiper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .news-swiper {
    padding-top: 74px !important;
    padding-bottom: 30px !important;
  }
}

@media (max-width: 768px) {
  .ml-\[5\.7vw\] {
    margin-left: 0;
    margin-bottom: 15px;
  }

  .swiper {
    height: auto !important;
  }

  .news-swiper .swiper-slide {
    flex-direction: column;
  }

  .swiper-pic {
    width: 100% !important;
  }

  .text-box {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 20px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .news-swiper {
    padding-bottom: 50px !important;
  }

  .sort-box {
    width: 100% !important;

  }

  .time-select {
    width: 100% !important;
  }

  .ipt-box {
    width: 100% !important;
  }

  /* .news-swiper .contact {
    width: 130px!important;
    height: 40px !important;
  } */

  .newsList a h3 {
    flex-basis: 100%;
  }

  .newsList a div {
    margin-left: 0 !important;
    margin-top: 20px !important;
  }

}