.designTeam {
  background-color: rgba(236, 242, 248, 0.7);
  overflow: hidden;
}
header .content > .nav_designTeam {
  position: relative;
  color: #fff !important;
}
header .content > .nav_designTeam::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 8px;
  background: #fff;
}
.designTeam .topBannerImg {
  background-image: url(../img/sjtd.jpg);
}
.designTeam .teamBox {
  width: 1250px;
  margin: 30px auto 0;
}
.designTeam .teamBox .screen {
  padding: 20px 40px;
  background-color: #fff;
}
.designTeam .teamBox .screen > div {
  height: 25px;
  line-height: 25px;
  margin-bottom: 30px;
}
.designTeam .teamBox .screen > div:nth-last-child(1) {
  margin: 0;
}
.designTeam .teamBox .screen .title {
  color: #646464;
  font-size: 16px;
  /* font-weight: bold; */
  width: 92px;
  display: inline-block;
}
.designTeam .teamBox .screen .optionBox .options {
  margin: 0 10px;
  cursor: pointer;
}
.designTeam .teamBox .screen .optionBox .options:nth-child(1) {
  margin: 0 30px 0 40px;
}
.designTeam .teamBox .screen .optionBox .options.active {
  color: #19459b;
}
.designTeam .teamBox .sreachBox .search {
  background: #fff;
  display: flex;
  justify-content: end;
  margin: 5px 0 40px;
}
.designTeam .teamBox .sreachBox input {
  color: #000;
  box-shadow: none !important;
}
.designTeam .teamBox .sreachBox input[type="search"] {
  width: 20%;
  height: 50px;
  /* float: left; */
  flex: none;
  letter-spacing: 4px;
  background: transparent;
  padding: 1.2em;
  border: none;
  border-bottom: 4px solid #19459b;
  outline: none;
  -webkit-appearance: none;
  vertical-align: middle;
  margin: 0;
  line-height: 40px;
  text-align: center;
  border-radius: 0 !important;
}
.designTeam .teamBox .sreachBox .input-group-addon {
  width: 200px;
  height: 50px;
  /* float: left; */
  flex: none;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  color: #fff;
  letter-spacing: 5px;
  background: #19459b;
  font-size: 16px;
  text-transform: uppercase;
  transition: 1s all ease;
  line-height: 50px;
}
.designTeam .teamBox .sreachBox .input-group-addon:hover {
  letter-spacing: -1px;
  cursor: pointer;
  transition: 1s all ease;
}
/* .designTeam .teamBox .sreachBox {
  background-color: #fff;
  margin-top: 6px;
  margin-bottom: 50px;
  padding: 15px 50px;
}
.designTeam .sreachBox select,
.designTeam .sreachBox input {
  height: 50px;
  border: 1px solid #5f5f5f;
  border-radius: 10px;
  background-color: #fff;
  display: inline-block;
  color: #000;
  cursor: pointer;
}
.designTeam .sreachBox input {
  padding-left: 45px;
  border-radius: 10px 0 0 10px !important;
}
.designTeam .sreachBox select {
  width: 163px;
  margin-right: 30px;
  padding: 0 30px;
}
.designTeam .sreachBox .input-group {
  width: 360px;
}
.designTeam .sreachBox .input-group .glyphicon-search {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 18px;
}
.designTeam .sreachBox .input-group .input-group-addon {
  padding: 0 25px;
  color: #fff;
  border: 1px solid #5f5f5f;
  border-radius: 0 10px 10px 0;
  background-color: #19459b;
  cursor: pointer;
} */

.designTeam .teamBox .teamList {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.designTeam .teamList .teamItem {
  position: relative;
  padding: 40px 0;
}
.designTeam .teamList .teamItem:nth-child(2) {
  margin: 0 70px !important;
}
.designTeam .teamList .teamItem:nth-child(5) {
  margin: 0 70px !important;
}
.designTeam .teamList .teamItem:nth-child(8) {
  margin: 0 70px !important;
}
.designTeam .teamList .teamItem .videoBox {
}

.designTeam .teamList .teamItem .posterImg,
.designTeam .teamList .teamItem video {
  width: 310px;
  height: 135px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: #000;
  transition: all ease-in-out 0.5s;
  box-shadow: 0px 20px 20px -20px #727272;
  opacity: 0;
  cursor: pointer;
  object-fit: cover;
  border-radius: 10px;
  z-index: 1;
}
.designTeam .teamList .teamItem video {
  display: none;
}
.designTeam .teamList .teamItem .posterImg {
  opacity: 1;
  z-index: 2;
  border-radius: 10px;
}
.designTeam .teamItem .posterImg:hover {
  /* opacity: 0; */
}
.designTeam .teamItem .posterImg:hover ~ video {
  opacity: 1;
}
.designTeam .teamList .teamItem .detail {
  width: 370px;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  margin-top: 10px;
  overflow: hidden;
  padding: 85px 24px 0;
}
.designTeam .teamList .teamItem .detail::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 70px;
  background: #19459b;
  top: 0;
  left: 0;
}

.designTeam .teamItem .detail p {
  color: #666;
  font-size: 14px;
  margin: 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.designTeam .teamItem .detail p:nth-child(3) {
  margin-top: 20px;
}
.designTeam .teamItem .detail .title {
}
.designTeam .teamItem .detail .name {
  color: #333;
  font-size: 26px;
  font-weight: bold;
}
.designTeam .teamItem .detail ul {
  margin-top: 22px;
}
.designTeam .teamItem .detail li {
  float: left;
  margin-right: 5px;
  cursor: pointer;
  width: 93px;
  height: 70px;
  overflow: hidden;
}
.designTeam .teamItem .detail li:nth-child(3) {
  margin-right: 0;
}
.designTeam .teamItem .detail li img:hover {
  transform: scale(1.2);
}
.designTeam .teamItem .detail li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.designTeam .teamItem .detail .detailMore {
  width: 105px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #19459b;
  border-radius: 10px;
  background-color: #fff;
  margin: 12px auto;
  text-align: center;
  transition: 0.2s;
  cursor: pointer;
}
.designTeam .teamItem .detail .detailMore:hover {
  transform: translate(0, 2px);
  font-size: 16px;
}
