.provide {
  padding-top: 55px;
  padding-bottom: 25px;
  padding-left: 120px;
  padding-right: 120px;
  width: 100%;
}
.provide .subtitle {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  color: #333;
  margin-left: auto;
  margin-right: auto;
}
.provide .card-list {
  margin-top: 51px;
}
.provide .card-list .card-container {
  padding: 0 10px;
  margin-bottom: 20px;
}
.provide .card-list .card {
  width: 100%;
  height: 281px;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-left: 42px;
  padding-right: 42px;
  padding-top: 42px;
  cursor: pointer;
}
.provide .card-list .card:not(:nth-child(3n+1)) {
  margin-left: 21px;
}
.provide .card-list .card:hover {
  box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.18);
}
.provide .card-list .card .ico {
  width: 62px;
  height: 62px;
}
.provide .card-list .card .card-title {
  display: block;
  margin-top: 26px;
  font-weight: 500;
}
.provide .card-list .card .info {
  margin-top: 9px;
  opacity: 1;
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 24px;
}
.join {
  width: 100%;
  height: 200px;
  background-image: url('../images/hjt_bg_bottom_wyhz_red.png');
  background-size: cover;
  padding-top: 52px;
  background-position: -1px 0;
}
.join .title {
  width: 198px;
  height: 41px;
  opacity: 1;
  font-size: 28px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 32px;
}
.join .btn {
  width: 188px;
  height: 39px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background-color: transparent;
  color: #fff;
  margin-top: 17px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
}
