.hjfd_head {
  background: url(stfd_bg.png) no-repeat top center;
}
.hjfd_head .head_b {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
}
.hjfd_head .tit {
  margin-top: 120px;
  text-align: center;
}
.hjfd_head .head_con {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
}
.hjfd_head .head_con .head_con_l {
  flex: 1;
  flex-direction: column;
  display: flex;
  justify-content: center;
  text-align: center;
}
.hjfd_head .head_con .head_con_l img {
  width: 162px;
  height: 214px;
  margin: 0 auto;
}
.hjfd_head .head_con .head_con_l .head_c_tit {
  width: 360px;
  height: 50px;
  border-radius: 25px;
  background-color: #d31e05;
  line-height: 50px;
  display: flex;
  align-items: center;
  margin: 30px auto 0;
  justify-content: center;
}
.hjfd_head .head_con .head_con_l .head_c_tit span {
  font-size: 24px;
}
.hjfd_head .head_con .head_con_l .head_c_tit span a {
  color: #fff;
}
.hjfd_head .head_con .head_con_l .head_c_tit i {
  display: flex;
  width: 1px;
  height: 26px;
  background-color: #e06250;
  margin: 0 24px;
}
.hjfd_head .head_con .head_con_r {
  width: 642px;
  display: flex;
  box-sizing: border-box;
  padding: 0 40px;
  text-indent: 2em;
  color: #333333;
  flex-direction: column;
  font-size: 20px;
}
.hjfd_head .head_con .head_con_r p {
  line-height: 30px;
}
.hjfd_cont {
  margin-top: 160px;
  text-align: center;
}
.hjfd_cont .hjfd_cont_tit {
  position: relative;
}
.hjfd_cont .hjfd_cont_tit span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  right: 12px;
  font-size: 20px;
}
.hjfd_cont .hjfd_cont_tit span a {
  color: #12ad7c;
}
.hjfd_cont .hjfd_c {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 30px;
  margin-bottom: 50px;
}
.hjfd_cont .hjfd_c .hjfd_c_item {
  display: flex;
  width: 630px;
  border: 1px solid #eef9f6;
  box-shadow: 0 0 5px #eef9f6;
  box-sizing: border-box;
  padding: 34px 32px 0 46px;
  margin-bottom: 40px;
  height: 170px;
}
.hjfd_cont .hjfd_c .hjfd_c_item a {
  width: 100%;
}
.hjfd_cont .hjfd_c .hjfd_c_item a h3 {
  font-size: 18px;
  height: 60px;
  color: #333;
  text-align: left;
  line-height: 30px;
}
.hjfd_cont .hjfd_c .hjfd_c_item a .c_item_b {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  color: #999;
  font-size: 18px;
  align-items: center;
  height: 30px;
}
.hjfd_cont .hjfd_c .hjfd_c_item a .c_item_b .c_item_b_l {
  align-items: center;
  display: flex;
}
.hjfd_cont .hjfd_c .hjfd_c_item a .c_item_b .c_item_b_l img {
  margin-right: 14px;
}
