.home-counselor-tit {
  padding: 80px 0;
}
.home-counselor-tit .tit {
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #000000;
  margin-bottom: 12px;
}
.home-counselor-tit .sub-tit {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  /* color: #fff; */
}
.container-w {
  width: 1100px;
  overflow: hidden;
  margin: auto;
}

.home-mentality .card-list {
  display: flex;
  /* background-color: red; */
  padding: 2px;
  box-sizing: border-box;
  justify-content: space-between;
  height: 234px;
}

.card-list li:nth-child(-n + 2) {
  /* margin-right: 20px; */
}

.card-list li {
  width: 350px;
  height: 204px;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(72, 72, 72, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-list li:hover {
  transform: scale(1.1);
  transition-duration: 0.5s;
}

.home-mentality {
  padding: 0 0 158px 0;
}
.card-list li h4 {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  margin-bottom: 12px;
}
.card-list li p {
  padding-right: 28px;
}
.home-mentality-top {
  /* background-image: url(../images/index_bttom_bg.png) ; */
  /* height: 410px; */
  /* height: 200px; */
  height: 170px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-bottom: 134px;
}

.home-mentality .home-counselor-tit-container {
  position: absolute;
  top: -200px;
  left: 0;
  right: 0;
}
.home-mentality .home-counselor-tit {
  background-image: url(../images/part-tit-bg.png);
  background-size: cover;
  padding: 0;
  color: #fff;
  margin: auto;

  height: 64px;
  width: 494px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-mentality .home-counselor-tit .sub-tit,
.home-mentality .home-counselor-tit .tit {
  color: #fff;
}

.mentality-card {
  padding: 30px;

  border-radius: 8px;
  display: flex;
  background-color: #fff;
  position: absolute;
  bottom: -124px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 4px 8px 0px rgba(72, 72, 72, 0.1);
}
.mentality-card:hover {
  transition-duration: 0.5s;
  box-shadow: 0px 12px 12px 0px rgba(72, 72, 72, 0.1);
}
.mentality-card .figure {
  width: 422px;
  height: 244px;
}
.figure-intro p,
.card-list li p {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.card-list li h4,
.figure-intro h4 {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
}

.figure-intro {
  margin-left: 30px;
}

.figure-intro h4 {
  margin-bottom: 12px;
}

.mentality-card {
  margin-bottom: 40px;
}
.mc-img{
	width: 100%;
	object-fit: cover;
	display: block;
}

@media screen and (max-width: 640px) {
  .card-list,
  .mentality-card {
    flex-direction: column;
  }
  .container-w {
    padding: 0 28px;
    width: 100vw;
  }
  .home-mentality-top {
    padding-top: 120px;
    height: 700px;
    /* padding-bottom: 400px; */
  }
  .home-counselor-tit-container {
    top: 0;
    display: none;
  }
  .mentality-card {
  }
  .mentality-card .figure {
    width: 100%;
    height: 244px;
    overflow: hidden;
  }
  .mentality-card .figure img {
    width: 100%;
  }

  .figure-intro p,
  .card-list {
    margin-bottom: 200px;
  }

  .figure-intro p,
  .card-list li {
    margin-top: 24px;
    width: 100%;
  }

  .home-counselor-con .home-counselor-pic {
    height: auto;
  }

  .swiper-slide-active .home-counselor-border {
    bottom: 130px;
  }
  .home-counselor-border .bg-border {
    height: 100px !important;
    width: 178px !important;
  }
}
