.item-szjr {
  width: 100%;
  height: 560px;
  background: #09193b;
}
.item-szjr-bg {
  width: 100%;
  height: 560px;
  background: url(../img/FA/fa_szjr_bg.jpg) no-repeat center bottom;
}

.carousel_szjr_text {
  padding-top: 140px;
  color: #fff;
  text-align: center;
}

.carousel_szjr_text h1 {
  font-size: 42px;
  font-weight: bold;
  margin: 20px 0 55px;
}

.carousel_szjr_text p {
  font-size: 20px;
  opacity: 0.6;
  margin-bottom: 67px;
}

.carousel_szjr_ul {
  background: rgba(255, 255, 255, 0.1);
  height: 53px;
  line-height: 53px;
  width: 475px;
  /* margin: 0 373px 0 337px; */
  margin: 0 auto;
}
.carousel_szjr_ul li {
  display: inline-block;
}

.carousel_szjr_ul li span {
  font-size: 16px;
  color: #fff;
  padding: 0 10px;
}

/* 数字金融发展趋势 */
.fzqs_content {
  background-color: #f2f7fb;
}
.fzqs_box {
  height: 345px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
}
.fzqs_box_img {
  width: 100%;
  height: 270px;
  overflow: hidden;
  transition: all 0.3s;
}
.fzqs_box_img:hover img {
  transform: scale(1.05);
}

.fzqs_box_img img {
  display: block;
  width: 100%;
  height: 270px;
  transition: all 0.3s;
}

.fzqs_box .fzqs_box_t {
  padding-top: 24px;
  color: #637381;
  font-size: 16px;
}

/* 行业领先解决方案 */
.hylx_box {
  margin-bottom: 50px;
  box-shadow: 0px 6px 12px rgba(170, 170, 170, 0.1);
}
.hylx_box_title {
  height: 137px;
  overflow: hidden;
  background-color: #f2f7fb;
  padding: 30px 38px 0;
  display: flex;
  justify-content: space-between;
}
.hylx_box_title img {
  height: 56px;
  width: 56px;
}

.hylx_box_title_r {
  width: 200px;
}

.hylx_box_title_r h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #212b36;
  padding-bottom: 11px;
  margin: 0;
}

.hylx_box_title_r p {
  font-size: 13px;
  line-height: 20px;
  color: #637381;
  margin-bottom: 0;
}

.hylx_box_jianjie {
  padding: 38px 30px;
  height: 420px;
  background: #fff;
}

.hylx_box_jianjie:hover {
  background-color: #f2f7fb;
}

.hylx_box_jianjie .item {
  padding-bottom: 20px;
}

.hylx_box_jianjie .item h5 {
  padding-bottom: 13px;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #637381;
  margin: 0;
}

.hylx_box_jianjie .item p {
  color: #637381;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
}

/* 方案特色 */
.fats_bg {
  background: url(../img/FA/fa_fats_bg.png) no-repeat center bottom;
}

.fats_box {
  overflow: hidden;
  height: 183px;
  background: #ffffffcc;
  padding: 38px 27px;
  box-sizing: border-box;
  border-radius: 4px;
  transition: all 0.3s;
  text-align: center;
  box-shadow: 0px 6px 12px rgba(170, 170, 170, 0.1);
}

.fats_box:hover {
  background: #307cf6;
  transform: translateY(-6px);
  box-shadow: 0px 6px 12px #001d534d;
}
.fats_box:hover h5,
.fats_box:hover p {
  color: #fff;
}

.fats_box h5 {
  font-weight: bold;
  color: #212b36;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 13px;
  margin: 0;
}

.fats_box p {
  font-size: 14px;
  color: #637381;
  line-height: 24px;
  margin-bottom: 0;
}

.fats_m_b20 {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .carousel {
    height: 340px;
  }
  .item-szjr {
    height: 340px;
  }
  .item-szjr-bg {
    height: 340px;
    background-size: auto 100%;
  }
  .carousel_szjr_text {
    padding-top: 50px;
  }
  .carousel_szjr_text p {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .carousel_szjr_text h1 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .carousel_szjr_text p {
    font-size: 16px;
  }
  .carousel_szjr_ul {
    width: 100%;
  }
  .carousel_szjr_ul li span {
    font-size: 14px;
    padding: 0 10px;
  }
  .hylx_box_jianjie {
    height: auto;
  }
  .fats_bg {
    background-size: auto 100%;
  }
  .fats_box {
    margin-bottom: 20px;
  }
  .fats_m_b20 {
    margin-bottom: 0;
  }
}
