.banner-01 {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto auto;
  background-image: url("../images/banner_h.png");
}
.banner-01 button {
  position: relative;
  top: 78%;
  font-size: 16px;
  border-radius: 15px;
  transition: 1s;
  background-color: #393d49;
  border: 1px solid #1E9FFF;
}
.banner-01 button:hover {
  background-color: #1E9FFF;
}
/* 浜у搧鐗圭偣 */
.product-features {
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
}
.product-box {
  min-height: 250px;
  text-align: center;
}
.product-img img {
  height: 120px;
}
.product-title {
  font-size: 20px;
  margin-top: 10px;
}
.product-text {
  padding: 15px;
  font-size: 14px;
  color: #595959;
}
/* 瑙ｅ喅鏂规 */
.solution-wrapper {
  margin: auto;
  width: 90%;
  color: #fff;
}
.solution-title {
  font-size: 28px;
}
.solution-content {
  padding: 50px 0px;
}
.solution-content .layui-row {
  text-align: center;
}
.solution-box {
  padding: 15px;
  transition: 1s;
}
.solution-box:hover {
  background-color: #d8d8d8;
  cursor: pointer;
}
.solution-box img {
  height: 60px;
  margin-bottom: 15px;
}
/* 鏈嶅姟 */
.service-wrapper {
  margin: auto;
  width: 90%;
}
.service-title {
  font-size: 28px;
}
.service-content {
  padding: 50px 0px;
}
.service-content-title {
  font-size: 20px;
  margin-bottom: 10px;
}
.service-content-img {
  text-align: right;
}
.service-content-img img {
  height: 100px;
  margin-right: 15px;
}
.service-box {
  padding: 15px;
  min-height: 125px;

  transition: 1s;
}
.service-box:hover {
  cursor: pointer;
  background-color: #f8f8f8;
}
.service-content-text {
  padding-right: 15px;
  font-size: 14px;
  color: #595959;
}
/* 鍏徃 */
.index-companies {
  margin-top: 30px;
  margin-bottom: 30px;
}
.index-companies-title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
}
.index-companies .layui-row {
  text-align: center;
}
.index-companies .layui-row img {
  height: 60px;
  width: 250px;
}

/* 鎵嬫満绛夊皬灞忓箷鎵嬫寔璁惧 */
@media screen and (max-width: 480px) {
  .solution-content table td img{
    width: 50%;
  }
  .product-list-img img {
    width: 100px;
  }
  .product-list ul li {
    width: 100%;
  }
  .section-main .pc {
    display: none;
  }
  .section-main .phone {
    display: inline-block;
  }
  .banner-01 {
    background-size: auto 200px;
  }
  .banner-01 button {
    top: 55%;
  }
}
/* 骞虫澘涔嬬被鐨勫搴� 1024 浠ヤ笅璁惧 */
@media only screen and (min-width: 481px) and (max-width: 1023px) {
  .product-list-img img {
    width: 70px;
  }
}