@charset "UTF-8";
.w {
  width: 1200px;
  margin: 0 auto;
}
.chips-container {
  margin: 0 auto;
  width: 100%;
}
body {
  background-color: #fff;
}
.chips1 {
  background-image: url(/images/chips/chips_banner_bg.jpg);
  height: 400px;
  color: #fff;
  text-align: center;
}
.chips1 h1 {
  font-size: 26px;
  padding: 100px 0 22px;
  position: relative;
}
.chips1 h1:after {
  content: '';
  display: block;
  height: 2px;
  width: 60px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  background-color: #1874ff;
}
.chips1 h2 {
  font-size: 16px;
  margin-top: 20px;
}
.chips2 {
  position: relative;
  height: 404px;
  width: 1180px;
}
.chips2 div {
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  width: 380px;
  padding: 40px;
  position: absolute;
}
.chips2 img {
  width: 80px;
  display: block;
  margin: 0 auto;
  height: 80px;
}
.chips2 h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}
.chips2 p {
  line-height: 28px;
  color: #666;
}
.chips2 .team {
  left: 0;
  top: -100px;
}
.chips2 .algorithm {
  left: 400px;
  top: -150px;
}
.chips2 .technology {
  left: 800px;
  top: -100px;
}
.chips-title {
  position: relative;
  text-align: center;
  font-size: 26px;
  padding-bottom: 22px;
}
.chips-title:after {
  position: absolute;
  width: 60px;
  height: 2px;
  content: '';
  background-color: #1874ff;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
}
.chips3 {
  width: 1200px;
}
.chips3 div {
  overflow: hidden;
  margin: 40px auto 0;
}
.chips3 img {
  width: 380px;
  height: 284px;
  float: left;
  margin: 0 10px;
}
.chips4 {
  margin-top: 100px;
  text-align: center;
}
.chips4 h3 {
  margin-top: 24px;
}
.chips4 img {
  margin: 40px auto 100px;
  display: block;
}
.chips6 {
  width: 100%;
  height: 758px;
  background-image: url("/images/chips/storlead_chips_salers_bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #232323;
  text-align: center;
}
.chips6 h2 {
  font-size: 26px;
  color: #FFFFFF;
  line-height: 26px;
  padding-top: 100px;
  /*text-align: center;*/
}
.chips6 h3 {
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 16px;
  padding-top: 24px;
}
.chips6 img {
  margin: 40px auto 100px;
  display: block;
  width: 380px;
}
.chips5 {
  position: relative;
  padding-top: 100px;
  height: 1020px;
  background: -webkit-linear-gradient(left, #1874ff, #35acff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #1874ff, #35acff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #1874ff, #35acff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #1874ff, #35acff);
}
.chips5 .bg {
  position: absolute;
  top: 0;
  margin-left: -960px;
  left: 50%;
}
