.team-contain {
  width: 1100px;
  padding-bottom: 80px;
  overflow: hidden;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
}
.team-contain li {
  width: 320px;
  height: 280px;
  margin: 0px 15px 67px 15px;
  text-align: center;
  float: left;
}
.team-contain li div {
  width: 320px;
  height: 200px;
  overflow: hidden;
}
.team-contain li a {
  color: #777;
  width: 100%;
  height: 100%;
}
.team-contain li img {
  width: 320px;
  height: 200px;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
}
.team-contain li img:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.team-contain ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.team-contain .team-name {
  font-size: 26px;
}
.team-contain .team-name a {
  color: #444444;
}

.teamb {
  width: 850px;
  height: 470px;
  position: fixed;
  top: -100%;
  margin-top: -235px;
  left: 50%;
  margin-left: -425px;
  background-color: #fff;
  z-index: 111;
  transition: all .8s ease-in-out;
}

.team-left {
  width: 300px;
  float: left;
  background-color: #e5e5e5;
  height: 100%;
  margin-right: 25px;
}
.team-left img {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.team-right {
  float: right;
  width: 520px;
  margin-right: 5px;
}
.team-right p {
  margin-top: 50px;
  font-size: 14px;
}
.team-right .team-name {
  font-size: 26px;
  margin-top: 20px;
}
.team-right .team-position {
  width: 400px;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #000000;
}

.team-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 18px;
  background-image: url(../images/teamclose.jpg);
  cursor: pointer;
}

.team-mask {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .6;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.teambb {
  top: 50%;
}
