.crumbs {
  margin-top: 3%;
  font-size: 14px;
  color: #222;
}

@media (max-width: 480px) {
  .crumbs {
    padding: 0;
  }
}

.des {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 7%;
}

.des .abTit {
  margin: 0;
}

.des .left {
  width: 50%;
}

.des .left p {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  margin-top: 8%;
}

.des .right {
  width: 40%;
  margin-top: 3%;
}

.des .right img {
  border-radius: 4px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

@media (max-width: 768px) {
  .des {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .des .left, .des .right {
    width: 100%;
  }
  .des .left p {
    margin-top: 3%;
  }
}

@media (max-width: 480px) {
  .des .left p {
    margin-top: 3%;
    font-size: 14px;
  }
}

.teamList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10%;
}

.teamList li {
  width: 31%;
  height: 358px;
  margin-top: 5%;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  border-radius: 4px;
}

.teamList li .img {
  height: 57%;
}

.teamList li img {
  border-radius: 4px;
  height: 100%;
  border-radius: 4px;
}

.teamList li .txt {
  width: 100%;
  height: 43%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 5%;
}

.teamList li .txt span {
  font-size: 26px;
  color: #333;
}

.teamList li .txt p {
  font-size: 18px;
  color: #282828;
  margin-top: 3%;
}

.teamList li:hover {
  -webkit-box-shadow: 0 0 17px 2px #e5e5e5;
          box-shadow: 0 0 17px 2px #e5e5e5;
}

@media (max-width: 992px) {
  .teamList li {
    height: 286px;
  }
  .teamList li .txt span {
    font-size: 21px;
  }
  .teamList li .txt p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .teamList li {
    width: 45%;
  }
}

@media (max-width: 600px) {
  .teamList li {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .teamList li {
    width: 100%;
    height: 300px;
  }
}

.des .right {
  overflow: hidden;
}

.des .right img:hover {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
}


.fooBg{
    background-size:cover;
    height:115px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.fooBg p{
    font-size:18px;
    color:white;
    text-align:center;
}