@media (max-width: 992px) {
  .banner_img {
    height: 268px;
  }
}
.xfrc_title {
  font-size: 40px;
  font-weight: 500;
  color: #333333;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 10px;
}
.xfrc_title::after {
  z-index: 1;
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 80px;
  height: 4px;
  background: #116ed6;
}
.p {
  letter-spacing: 0.1em;
}
.xfrc_img {
  text-align: center;
}
.xfrc_img img {
  width: 100%;
}
.xfrc_title2 {
  text-align: center;
}
.xfrc_title2 span {
  font-size: 28px;
  font-weight: bold;
  color: #116ed6;
  background: url(../images/xfrc_title_bg.png) no-repeat center bottom;
  background-size: 100% 8px;
}
@media (max-width: 992px) {
  .xfrc_title2 {
    line-height: 1.5;
    background: none;
  }
}
