.visualization_p p {
  font-size: 16px;
}

.fa_rm_box {
  background-color: #eaf3fe;
  /* margin-bottom: 20px; */
}

.fa_rm_ul {
  display: flex;
  align-items: center;
}

.fa_rm_ul li {
  flex: 1;
  height: 56px;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
  color: #666;
  font-size: 16px;
  border: 1px solid #e6e9f0;
  border-right: none;
}

.fa_rm_ul li:last-child {
  border-right: 1px solid #e6e9f0;
}
.fa_rm_ul .active {
  color: #fff;
  background: #0459ff;
  border: none;
}

.hyzl_box {
  display: block;
}

.ywjc_box,
.fxyj_box,
.dlxx_box {
  display: none;
}

.dsj_content {
  border: 1px solid #e6e9f0;
  border-top: none;
}
.dsj_content img {
  width: 100%;
}

.fa_ts_box {
  background-color: #fbfbff;
}

.fa_ts_ul {
  display: flex;
}

.fa_ts_ul li {
  flex: 1;
  text-align: center;
}

.fa_ts_ul li img {
  height: 64px;
  margin-bottom: 24px;
  width: 64px;
}

.fa_ts_c1 {
  color: #333;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 12px;
  font-weight: 600;
}

.fa_ts_c2 {
  color: #666;
  font-size: 12px;
  line-height: 24px;
  margin: auto 30px 48px;
  text-align: left;
  word-break: break-all;
}

@media (max-width: 768px) {
  .fa_rm_ul li {
    font-size: 14px;
  }
  .dsj_content {
    width: 100%;
    height: 180px;
  }
  .dsj_content img {
    width: 100%;
    height: 100%;
  }
  .fa_ts_ul {
    display: block;
  }
  .fa_ts_c2 {
    margin: auto 70px 40px;
  }
  .visualization_p p {
    font-size: 14px;
  }
}
