﻿.banner {
  background: url(../image/fulibanner.png) no-repeat center center;
}

.con_left p {
  color: #fbfbfb;
}

.user_right ul li h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 22px;
}

.user_right ul li h4 {
  font-size: 16px;
}

.supplyTwoImg {
  background: #fff;
}

.flow_title,
.supply_point_con {
  background: #fafbfc;
}

.flow_info {
  text-align: center;
  margin-right: 13px;
  width: 308px;
  height: 399px;
  background: url(../image/supply_moreImg.png) no-repeat center center;
}

.flow_info img {
  margin-top: 78px;
}

.flow_info h3 {
  margin: 38px auto;
  font-weight: normal;
}

.flow_info h4 {
  width: 204px;
}

.supply_point {
  padding: 86px 0 1px 0;
}

.supply_point ul li {
  display: flex;
  margin-bottom: 80px;
}

.point_l {
  width: 111px;
  margin: 0 126px 0 109px;
}

.point_r {
  flex: 1;
}

.point_r h1 {
  font-size: 20px;
  color: #28417a;
}

.point_r p {
  font-size: 16px;
  color: #27385e;
  margin-top: 15px;
}


@media screen and (max-width:992px) {}

@media screen and (max-width:768px) {
  .flow_info {
    width: 180px;
    margin: 10px 0;
  }

  .flow_info h4 {
    width: 100%;
  }
  .user_right ul li h2 {
    font-size: 18px !important;
  }
}