.all_padding {
  padding-bottom: 0 !important;
}

.i1 .row:first-of-type {
  margin-bottom: 30px;
}
.i1 .row:first-of-type p:first-of-type {
  margin-top: 40px;
}
.i1 .row:nth-of-type(2) p {
  margin-top: 50px;
}
.i1 .row:nth-of-type(2) .row {
  margin-bottom: 0;
}
.i1 p {
  font-size: 14px;
  color: #555555;
  line-height: 2.2em;
  text-indent: 2em;
  margin-bottom: 0;
  text-align: justify;
}

.i2 .xhh {
  padding: 70px 0;
  background: #f6f6f6;
  margin-top: 180px;
}
.i2 .xhh .row {
  position: relative;
}
.i2 .xhh .pl {
  padding-left: 50px;
}
.i2 .xhh h5 {
  font-size: 30px;
  color: #333333;
  margin: 0;
  margin-bottom: 30px;
}
.i2 .xhh p {
  font-size: 14px;
  color: #666666;
  line-height: 2.2em;
  text-indent: 2em;
  margin-bottom: 0;
}
.i2 .xhh .img {
  position: absolute;
  bottom: -70px;
}
.i2 .xhh .img img {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
}

.i3 .icon {
  padding: 40px 0px 40px 40px;
  border: 2px solid #ffe300;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
.i3 .icon i {
  font-size: 45px;
  color: #ffe300;
  margin-right: 30px;
  transition: 0.4s;
}
.i3 .icon span n {
  font-size: 16px;
  color: #333333;
  transition: 0.4s;
}
.i3 .icon span m {
  font-size: 14px;
  color: #666666;
  transition: 0.4s;
}
.i3 .icon:hover {
  background: #ffe300;
}
.i3 .icon:hover i {
  color: #fff;
}
.i3 .icon:hover span n {
  color: #fff;
}
.i3 .icon:hover span m {
  color: #fff;
}
.i3 .row {
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .i1 .row:nth-of-type(2) p {
    margin-top: 0px;
  }
  .i1 .row:first-of-type p:first-of-type {
    margin-top: 0px;
  }

  .i2 .xhh {
    margin-top: 0px;
  }

  .i3 .icon {
    padding: 40px 0px;
    justify-content: center;
  }
  .i3 .icon i {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .i1 .row:first-of-type {
    margin-bottom: 0px;
  }

  .i2 .xhh {
    padding: 30px 0;
  }
  .i2 .xhh h5 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .i2 .xhh .pl {
    padding-left: 15px;
  }
  .i2 .xhh .img {
    position: inherit;
    bottom: 0px;
  }
  .i2 .xhh p {
    line-height: 2em;
  }

  .i3 .row {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .i3 .icon {
    padding: 15px;
    justify-content: flex-start;
    margin-bottom: 15px;
  }

  .i1 p {
    line-height: 1.8em;
  }

  .i2 .xhh h5 {
    font-size: 18px;
    margin: 10px 0;
  }
  .i2 .xhh p {
    line-height: 1.8em;
  }
}

/*# sourceMappingURL=shangmao.css.map */
