body {
  background-color: #F5F5F5;
}
.banner-box {
  width: 100%;
  height: 560px;
}
.support-list {
  margin-top: -120px;
}
.support-list .item {
  margin-bottom: 100px;
  background-color: #fff;
}
.support-list .item .product-img {
  width: 720px;
  height: 450px;
  display: block;
  float: left;
}
.support-list .item .info {
  float: left;
  height: 450px;
  width: 520px;
  padding-left: 80px;
}
.support-list .item .info .name {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  margin-bottom: 55px;
  margin-top: 100px;
  display: inline-block;
}
.support-list .item .info .name:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #29BFBC;
}
.support-list .item .info p {
  width: 440px;
  font-size: 16px;
  line-height: 24px;
}
.support-list .item .info .view-more-right {
  margin-top: 58px;
}
