/* common */
.technology-solution-container {
  max-width: 1190px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
}
.technology-solution-container  .caption {
  text-align: center;
}
.technology-solution-container  .caption .title {
  font-size: 36px;
  font-weight: bold;
}
.technology-solution-container .caption .summary {
  margin: 18px 10px 0;
  padding: 0 60px 30px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.16);
}

/* 技术解决方案 */
.technology-solution {
  padding: 60px 0 75px;
}
.partners {
  margin-top: 60px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.partners a {
  width: 260px;
  margin-top: 45px;
  margin-left: 50px;
}
.partners a:nth-child(4n + 1) {
  margin-left: 0;
}
.partners a:nth-child(1),
.partners a:nth-child(2),
.partners a:nth-child(3),
.partners a:nth-child(4) {
  margin-top: 0;
}
.partners a img {
  display: inline-block;
  vertical-align: top;
}

/* 技术集成方案 */
.integration-solution {
  padding-bottom: 90px;
}
.integration-solution .caption {
  padding-top: 75px;
  border-top: 1px solid rgba(112, 112, 112, 0.16);
}
.integration-solution .caption .summary {
  border-bottom: none;
}
.integration-solution .caption .summary a {
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
}
.integration-solution .caption .summary a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: #E5A414;
}

/* 体验 Demo  */
.download {
  height: 300px;
  background: url('../img/technologySolution/banner_download.jpg') no-repeat center center;
  background-size: auto 100%;
  color: #fff;
  text-align: center;
}
.download .title {
  font-size: 36px;
  font-weight: bold;
  padding-top: 93px;
}
.download .contact {
  padding-top: 25px;
}
.download .contact a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 32px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border-radius: 18.5px;
  color: #e5a414;
  font-size: 16px;
  background-color: #fff;
}
.download .contact a:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
