﻿.team_bannerbg {
  height: 420px;
/*   background: url(../images/jdks_5.jpg) no-repeat center; */
}
.gantbg {
  text-align: left;
  padding-top: 30px;
}
.gantbg .gantbox .links {
  color: #292B30;
  font-size: 16px;
}
.gantbg .gantbox .links span {
  padding-right: 5px;
  font-size: 16px;
}
.gantbg .gantbox .links a {
  color: #292B30;
  padding-right: 10px;
  font-size: 16px;
}
.gantbg .gantbox .ab_list {
  padding: 20px 0;
  text-align: center;
}
.gantbg .gantbox .ab_list ul{ display: inline-block;}
.gantbg .gantbox .ab_list li {
  float: left;
  padding: 0 25px;
  height: 35px;
  line-height: 35px;
  background: #ffffff;
  border: 1px solid #c40000;
  border-radius: 22px;
  font-size: 14px;
  margin-right: 20px;
}
.gantbg .gantbox .ab_list li.active,
.gantbg .gantbox .ab_list li:hover {
  background: #c40000;
}
.gantbg .gantbox .ab_list li.active a,
.gantbg .gantbox .ab_list li:hover a {
  color: #fff;
}
/*�Ŷ��б�*/
.team_bg {

  background-color: #fafbfc;
  overflow: hidden;
}

.team_bg .team_list li {
  width: 285px;
  float: left;
  cursor: pointer;
  margin-bottom: 30px;
  margin-top: 1%;
}
.team_bg .team_list li{ margin-right: 20px;}
.team_bg .team_list li:nth-child(4n){ margin-right: 0px;}
.team_bg .team_list li .li_bx {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
/*   height: 380px;
overflow: hidden; */
  position: relative;
  z-index: 1;
  border-radius: 4px;
}
.team_bg .team_list li .li_bx p{
  font-size: 16px;
  margin-top: 15px;

}
.team_bg .team_list li .li_bx .img {
  height: 380px;
}
.team_bg .team_list li .li_bx .img img {
  width: 100%;
  height: 380px;
}
.team_bg .team_list li .li_bx .msk_bx {
  border-radius: 4px;
  cursor: pointer;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.39);
  overflow: hidden;
  box-sizing: border-box;
  transition: all 0.5s;
}
.team_bg .team_list li .li_bx .msk_bx .name {
  padding: 0 20px;
  line-height: 40px;
  color: #fff;
  padding-top: 30px;
  font-size: 16px;
  font-weight: 700;
}
.team_bg .team_list li .li_bx .msk_bx .zhicheng {
  padding: 0 10px;
  background: #24318B;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  color: #fff;
  margin-left: 20px;
  display: inline-block;
  background:linear-gradient(90deg,rgba(36,49,139,1),rgba(52,32,95,1));
}
.team_bg .team_list li .li_bx .msk_bx .info {
  height: auto;
  min-height: 50%;
  position: absolute;
  left: 0;
  color: #fff;
  bottom: 0;
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
  z-index: 3;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  line-height: 25px;
}
.team_bg .team_list li .li_bx .msk_bx .info .fname {
  color: #F1D228;
}
.team_bg .team_list li:hover .msk_bx {
  display: block;
}
/*�Ŷ��б�*/
