.zjk_footer {
  height: 262px;
  background-color: #1b1d2c;
  min-width: 1200px;
}
.zjk_footer h4 {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  padding-top: 22px;
}
.zjk_footer .fcontent {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.zjk_footer .footl,
.zjk_footer .footc,
.zjk_footer .footr {
  width: 400px;
}
.zjk_footer .fcontent p {
  padding-left: 30px;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 32px;
}
.zjk_footer .fcontent p img {
  position: absolute;
  left: 0;
  top: 4px;
}
.zjk_footer .fcopyright {
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.zjk_footer .fcopyright p {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  line-height: 24px;
  font-size: 14px;
}
