.mySwiper3 {
  height: 250px !important;
}

.mySwiper3 .swiper-slide {
  height: 250px !important;
}


.warehouseH5 {
  padding-bottom: 60px;
}

.warehouseH5 .messageh5-box {
  padding: 5px 10px;
  background-color: #f5f5f5;
}

.warehouseH5 .messageh5-box .messageP {
  font-size: 14px;
  margin-top: 20px;
}

.warehouseH5 .messageh5-box .messageP a {
  color: #fc9d27;
}

.warehouseH5 .messageh5-box .serviceh5-content {
  padding-top: 10px;
  font-size: 14px;
  border-top: 1px solid #dddddd;
  color: #333;
}

.warehouseH5 .messageh5-box .serviceh5-content span {
  display: inline-block;
  padding-right: 13px;
  margin-bottom: 10px;
  position: relative;
}

.warehouseH5 .messageh5-box .serviceh5-content span::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 70%;
  top: 15%;
  right: 5px;
  background-color: #333;
}

.likeh5-box .serviceh5-title {
  background-color: #fff;
  padding: 5px 10px;
}

.likeh5-box .serviceh5-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 10px;
  margin-top: 10px;
}

.likeh5-box .serviceh5-content .serviceh5-content-item {
  width: 49%;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
}

.likeh5-box .serviceh5-content .serviceh5-content-item .serviceh5-item-img {
  width: 100%;
  height: 100px;
  background-color: #000;
  border-radius: 5px;
  overflow: hidden;
}

.likeh5-box .serviceh5-content .serviceh5-content-item .serviceh5-item-img img {}

.likeh5-box .serviceh5-content .serviceh5-content-item .serviceh5-item-title {
  text-align: center;
  margin: 10px 0;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.likeh5-box .serviceh5-content .serviceh5-content-item .serviceh5-item-text {
  font-size: 14px;
  padding: 0 10px;
  padding-bottom: 10px;

}

.enterpriseh5-box {
  margin-top: 5px;
}

.enterpriseh5-box .enterpriseh5-item {
  padding: 10px;
  background-color: #f5f5f5;
  margin-bottom: 5px;
}

.enterpriseh5-box .enterpriseh5-item a {
  font-size: 14px;
  display: inline-block;
  margin-top: 5px;
  color: #fc9d27;
}

.findh5-box {
  background-color: #eeeeee;
  font-size: 14px;
  padding: 10px 10px;
}

.companyh5 {
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  background-color: #fff;
  padding: 15px 10px;
}