.team {
  height: 1000px;
}
.techange .one, .techange .two {
  width: 130px;
  height: 38px;
  background-color: #1e82e8;
  float: left;
  margin-right: 5px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.techange .one {
  background-color: #1eb8e8;
}
.tecon {
  overflow: hidden;
  height: 848px;
  width: 900px;
}
.teamcon .item {
  float: left;
  width: 900px;
  height: 900px;
}
.teamcon .line {
  width: 800px;
  border-bottom: 1px solid #d6d6d6;
  padding-top: 38px;
}
.teamcon .item img {
  margin: 30px auto;
  display: block;
}
.teamcon .item h1 {
  font-size: 36px;
  padding-bottom: 0;
}
.teamcon .item h2 {
  color: #292929;
  font-size: 28px;
  font-weight: normal;
}
.teamcon .item span {
  color: #666;
  font-size: 16px;
  line-height: 40px;
}