﻿.team {
  width: 100%;
  height: 440px;
  position: relative;
  background: url(../image/81e2343b-8e8e-411e-8721-a5168958ed87.png) no-repeat ;
  /*
  background-attachment: fixed;
  */
      overflow: hidden;
}

.team .teamt {
  position: absolute;
  left: 3%;
  top: 15%;
  z-index: 99
}

.team .teamt b {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
  line-height: 1.5em;
  display: block;
  margin-top: 15px;
}

.team .xuanxianga {
  width: 1400px;
  margin: 0 auto;
  height: auto;
  /*
  position: absolute;
  left: 0px;
  top: 0px;
  */
}

.team .teamt h1 {
  font-size: 48px;
  font-family: "cdcbedad-c2d2-4fe9-82e7-c5079cdf9a64";
  font-weight: bold;
  color: #fff;
}

.team .teamt p {
  font-size: 14px;
  font-family: "arial";
  color: #fff;
}

.team .xuanxianga a {
  display: block;
  width: calc((100% - 0px) / 4);
  float: left;
  border-right: 1px solid rgba(255, 255, 255, .2);
  height: 445px;
  overflow: hidden;
  position: relative;
}

.team .xuanxianga a .teama {
  position: absolute;
  /*
  left: 12%;
  width: 100%;
  top: 15%;
  */
  
  padding: 15% 8%;
  z-index: 99;
  transition: all 0.5s;
}

/*
.team .xuanxianga a:hover .teama {
  bottom: 22%;
}
*/

.team .xuanxianga a .teama p {
  font-size: 22px;
  color: #fff;
  font-family: "cdcbedad-c2d2-4fe9-82e7-c5079cdf9a64";
  text-transform: uppercase;
  font-weight: bold;
  margin:30px 0;
}

.team .xuanxianga a .teama b {
  font-size: 14px;
  color: #fff;
  font-family: "arial";
  display: block;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.6;
  opacity: 0.8;
}

.team .xuanxianga a .teama img {
  
}

.team .xuanxianga a .teama span {
  width: 100%;
  height: 1px;
  opacity: 0.3;
  background: #fff;
  display: block;
  margin-top: 13px;
}


.team .xuanxianga a>img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.5s;
  opacity: 0;
  width: 100%;
}

.team .xuanxianga a:hover>img {
  opacity: 1;
}

.team .xuanxianga a>p {
  font-size: 14px;
  color: #fff;
  font-family: "cdcbedad-c2d2-4fe9-82e7-c5079cdf9a64";
  position: absolute;
  font-weight: bold;
  bottom: 8%;
  left: 12%;
  opacity: 1;
  transition: all 0.8s;
  z-index: 99;
  text-transform: uppercase;
}

.team .xuanxianga a:hover>p {
  bottom: 12%;
  opacity: 1;
}

@media screen and (max-width:768px) {
  .team .xuanxianga{
    width: 100%;
  }

  .team .xuanxianga a {
    display: block;
    width: calc((100% - 0%) / 2);
    float: left;
    border-right: 1px solid rgba(255, 255, 255, .2);
    border-top: 1px solid rgba(255, 255, 255, .2);
    height: 225px;
    overflow: hidden;
    position: relative;
  }

  .team .xuanxianga a::nth-child(2) {
    border-right: 0px solid rgba(255, 255, 255, .2);
  }
  .team .xuanxianga a .teama p{
    font-size: 18px;
  }
  .team .xuanxianga a .teama img {
    width: 40px;
}
  
  .team {
    width: 100%;
    height: auto;
    position: relative;
    background: url(../image/0ded8c19-7bf5-4654-a79b-c0614accddde.jpg) no-repeat center center;
    background-attachment: fixed;
  }

  .team .teamt {
    position: absolute;
    left: 3%;
    top: 15%;
    display: none;
    z-index: 99;
  }

  .team .xuanxianga a>img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: all 0.5s;
    opacity: 0;
  }

  .team .xuanxianga a>p{
    left: 5%;
  }
  .team .xuanxianga a .teama{
    padding: 5%;
  }
  .team .xuanxianga a .teama p {
  margin:10px 0;
	}
  .team .xuanxianga a .teama b{
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
  }
  .team .xuanxianga a .teama span{
    display: none;
  }
}