.gallery-item .overlay {
  position: absolute;
  top: 5px;
  left: 0;
}
.swiper-container {
  /* width: 100%;
  height: 100%; */
  /* padding-bottom: 2%; */
  width: calc(100% - 80px);
}
.swiper-button-next, .swiper-button-prev{
  color: var(--main-color);
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--main-color);
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
  width: 100%;
}
.project_list_box,
.project_img_box {
  width: 89%;
  margin: 0 auto;
}
.project_list_box img {
  width: 100%;
  height: 330px;
  object-fit: cover;
      position: relative;
}
.project_img_box img {
  width: 100%;
  height: 220px;
  object-fit: contain;
}
.more {
  display: inline-block;
  padding: 12px 14px;
  padding-right: 50px;
  margin: 15px auto;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 600;
  color: #999999;
  background: url(../image/icon56.png) 74% center no-repeat;
  transition: all 0.3s;
}
.more:hover {
  color: #ffffff;
  background: var(--main-color) url(../image/icon56-2.png) 74% center
    no-repeat;
  text-decoration: none;
}
.img_box {
  display: block;
  cursor: pointer;
  background: rgb(242, 242, 242);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
}
.t-active-img {
  width: 100%;
  height: 210px;
  border-radius: 4px;
}
.text_box {
  padding: 2px 20px;
}
.img_title {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.img_shodle {
  width: 90%;
  margin: 10px auto;
}
.huoban_logo_item {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.5s;
}
.huoban_logo_item img {
  width: 80%;
}
.huoban_logo_item:hover {
  box-shadow: 0px 8px 23px 0px rgba(11, 84, 95, 0.1);
  transform: translate3d(0, -5px, 0);
}
.about_img_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.img_about,
.second_about_img {
  width: 131px;
  height: 131px;
  margin: 0 auto;
}
.img_about img{
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.second_about_img {
  border-radius: 50%;
}
.project_item_bold {
  width: 130px;
  color: black;
  font-weight: 600;
}
