﻿.banner {
  background: url('../image/canel_bj.png') no-repeat center center;
}

.banner p {
  color: #fdfdfe;
}

.canel p {
  padding: 100px 0;
}

.canel ul {
  display: flex;
  justify-items: center;
}

.canel ul li {
  flex: 1;
  margin-right: 133px;
  margin-bottom: 88px;
}

.canel ul li:first-child {
  margin-left: 49px;
}

.canel ul li:nth-child(2) {
  margin-right: 52px;
}

.canel ul li>div {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}

.canel ul li>div img {
  margin: 0 27px 0 21px;
}

.canel ul li>div span,
.canel ul li h4 {
  color: #28417a;
  font-size: 18px;
  font-weight: bold;
}

.canel ul li h4 {
  font-size: 16px;
  font-weight: normal;
}

.canel_pro {
  background-color: #fafbfc;
  padding: 80px 0;
}

.canel_pro>div {
  text-align: center;
}

@media screen and (max-width:992px) {}

@media screen and (max-width:768px) {
  .canel ul li>div {
    flex-wrap: wrap;
  }
  .canel ul li h4{
    line-height: 30px;
  }

  .canel ul li {
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
  }

  .canel ul li:nth-child(2) {
    margin-right: 0;
  }

  .canel ul li:first-child {
    margin-left: 0px;
  }
  .canel ul{
    flex-direction: column;
    padding: 0 20px;
    box-sizing: border-box;
  }
}