.pageMain {
  margin: auto;
  margin-top: 130px;
}

.team-banner {
  width: 100%;
  height: 400px;
  background: url(../images/team/banner.png) center no-repeat;
  display: block;
}

.team-about {
  height: 180px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.team-about .team-box {
  width: 1000px;
  height: 232px;
  position: absolute;
  left: 100px;
  top: -116px;
  background: rgba(43, 62, 112, 0.75);
  border-radius: 4px;
  z-index: 2;
  padding: 40px 60px 0 60px;
  font-size: 18px;
  color: rgba(225, 225, 225, 0.9);
  line-height: 30px;
}
.team-about .team-box-line {
  width: 1000px;
  height: 221px;
  background: url(../images/team/box.png);
  position: absolute;
  left: 114px;
  top: -90px;
  z-index: 1;
}
.team-about .btn-about {
  width: 198px;
  height: 75px;
  background: url(../images/team/btn_about.png);
  position: absolute;
  right: -15px;
  bottom: 5px;
  z-index: 3;
  cursor: pointer;
}

.team-title .en {
  font-size: 22px;
  color: #CCCCCC;
  line-height: 24px;
  text-align: center;
}
.team-title .cn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 7px;
}
.team-title .cn .team-title-line {
  width: 92px;
  border-bottom: 2px solid #CCCCCC;
  height: 10px;
}
.team-title .cn .team-title-font {
  font-size: 28px;
  font-weight: bold;
  margin: 0 12px;
}

.team-list {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  margin-bottom: 50px;
}
.team-list .team-list-con {
  padding-bottom: 50px;
}
.team-list .item {
  display: flex;
  border-bottom: 1px solid #F0F0F0;
  padding: 40px 40px 56px 16px;
}
.team-list .item:hover {
  box-shadow: 0px 1px 51px 3px rgba(160, 160, 160, 0.16);
  border-radius: 10px;
  border: 0;
  width: 1280px;
  margin-left: -40px;
  padding-left: 56px;
  padding-right: 80px;
}
.team-list .item .item-left {
  width: 240px;
  height: 320px;
  border: 2px solid rgba(48, 80, 163, 0.2);
  border-radius: 4px;
  position: relative;
}
.team-list .item .item-left .pic {
  width: 240px;
  height: 320px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: absolute;
  left: -16px;
  top: 16px;
}
.team-list .item .item-left .pic img {
  position: absolute;
  display: block;
  width: 240px;
  height: 320px;
}
.team-list .item .item-right {
  flex: 1;
  margin-left: 16px;
  flex-flow: row wrap;
  display: flex;
}
.team-list .item .item-right .item-right-wrap {
  align-self: flex-end;
  width: 888px;

}
.team-list .item .item-right .item-right-top {
  display: flex;
  justify-content: space-between;
}
.team-list .item .item-right .item-right-top .name {
  position: relative;
  height: 68px;
  padding-top: 24px;
}
.team-list .item .item-right .item-right-top .name .name-cn {
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
  position: absolute;
  left: 8px;
  top: 0;
}
.team-list .item .item-right .item-right-top .name .name-en {
  height: 44px;
  display: inline-block;
  background: linear-gradient(104deg, #B0F0F2 0%, #DCE1FF 100%);
  padding: 0 36px 0 8px;
  font-size: 20px;
  color: #fff;
  line-height: 44px;
}
.team-list .item .item-right .item-right-top .name .triangle {
  position: absolute;
  right: -22px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-bottom: 44px solid #fff;
}
.team-list .item .item-right .item-right-top .xtzx {
  width: 102px;
  height: 32px;
  background: #4860D3;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}
.team-list .item .item-right .item-right-bottom {
  margin-top: 45px;
  font-size: 15px;
  color: #666666;
  line-height: 24px;
}
.team-list .item .item-right .item-right-bottom .font-w-bold {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.team-list .item .item-right .item-right-bottom .line {
  margin: 0 10px;
  color: #F0F0F0;
}

.team-success-shadow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.team-success-shadow .layer-team-success {
  width: 400px;
  height: 300px;
  background: #fff url(../images/team/success_bg.png) top no-repeat;
  border-radius: 20px;
  position: relative;
}
.team-success-shadow .layer-team-success .success-layer-close {
  width: 16px;
  height: 17px;
  background: url(../images/team/close.png);
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.team-success-shadow .layer-team-success aside {
  font-size: 24px;
  color: #4860D3;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  padding-top: 136px;
}
.team-success-shadow .layer-team-success article {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: center;
  margin-top: 10px;
}
.team-success-shadow .layer-team-success section {
  display: flex;
  justify-content: space-between;
  width: 320px;
  margin: 0 auto;
  margin-top: 20px;
}
.team-success-shadow .layer-team-success section a {
  width: 150px;
  height: 40px;
  background: #fff;
  border: 1px solid #4860D3;
  text-align: center;
  line-height: 38px;
  border-radius: 3px;
  color: #4860D3;
}
.team-success-shadow .layer-team-success section a.btn-submit {
  background: #4860D3;
  color: #fff;
}

