/* common */
.hub-spot-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.hub-spot-container .caption {
  text-align: center;
}
.hub-spot-container .caption .title {
  font-size: 35px;
  font-weight: bold;
}
.hub-spot-container .caption .subtitle {
  font-size: 16px;
  margin-top: 18px;
}
.hub-spot-container .btn,
.hub-spot-container .btn-white {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 30px;
  border-radius: 18.5px;
  font-size: 16px;
  font-weight: bold;
  background-color: #FF4800;
  color: #fff;
}
.hub-spot-container .btn-white{
  background-color: #fff;
  color: #FF4800;
}
.hub-spot-container .btn:hover,
.hub-spot-container .btn-white:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

/* 顶部banner */
.banner,
.banner .content {
  height: 312px;
}
.banner {
  width: 100%;
  background-image: url('../img/hub-spot/banner_top_industry.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.banner .content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.banner .content .title {
  font-weight: bold;
  font-size: 35px;
  color: #fff;
}
.banner .contact {
  margin-top: 25px;
}

/* 行业 */
.industry {
  padding: 76px 0 224px;
}
.industry .industry-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.industry .industry-list .item {
  width: 578px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.16);
  margin-top: 50px;
}
.industry .industry-list .item:nth-child(1),
.industry .industry-list .item:nth-child(2) {
  margin-top: 0;
}
.industry .industry-list .item .top {
  position: relative;
}
.industry .industry-list .item .top > img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.industry .industry-list .item .top > .title {
  position: absolute;
  left: 0;
  bottom: 28px;
  padding: 0 24px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.industry .industry-list .item .bottom {
  padding: 24px 28px;
}
.industry .industry-list .item .bottom > p + p {
  margin-top: 1em;
}