.banner_manager_pc {
  position: relative;
  height: 420px;
  /* filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.60; */
}
.banner_manager_pc .banner_manager_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 74%;
  background: url("../images/banner-ceo.jpg") center center no-repeat;
  background-position-y: unset;
}
.manager-container {
  position: relative;
  width: 1050px;
  height: 100%;
  margin: 0 auto;
}
.manager-container .container_text {
  position: absolute;
  bottom: 15%;
  width: 702px;
  text-align: left;
}
.manager-container .container_text .container_title {
  margin-bottom: 30px;
  color: #0E1C28;
  font-size: 32px;
}
.manager-container .container_text .container_txt {
  color: rgba(14, 28, 40, .75);
  font-size: 16px;
  line-height: 32px;
  text-indent: 28px;
}
.manager-container .banner_signature {
  margin-top: 10px;
  text-align: right;
}
.manager-container .container_ceo {
  position: absolute;
  right: 0;
  bottom: 9%;
}
.container_ceo .ceo_name {
  margin-top: 16px;
  color: #0E1C28;
  font-size: 16px;
}
.container_ceo .introduce {
  color: rgba(14, 28, 40, 0.75);
  font-size: 14px;
}
.managers_pics {
  padding-top: 74.5px;
  background-color: #f7f7f7;
  padding-bottom: 93px;
}
.managers_pics .manager_pic_title {
  color: #0E1C28;
  font-size: 32px;
}
.managers_pics .ceo_managers {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 29.5px auto 0 auto;
}
.ceo_managers .pics_item {
  position: relative;
  width: 292px;
  margin-left: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.ceo_managers .pics_item:nth-child(4n+1) {
  margin-left: 0;
}
.pics_item img {
  width: 292px;
  height: 292px;
}
.pics_item .identity_txt {
  height: 140px;
  padding: 26px 20px 0 20px;
  background-color: #fff;
  text-align: left;
}
.identity_txt .manager_name {
  color: #0E1C28;
  font-size: 20px;
}
.identity_txt .identity {
  line-height: 24px;
  color: rgba(14, 28, 40, .75);
  font-size: 14px;
}
.pics_item .pure_text {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  padding: 20px 10px 20px 20px;
  background: #fff;
  /* overflow-y: scroll; */
  text-align: left;
  transition: all .5s linear;
}
.pure_text .title {
  color: #0E1C28;
  font-size: 20px;
}
.pure_text .pure_identity {
  margin-bottom: 7px;
  color: rgba(14, 28, 40, .75);
  font-size: 14px;
}
.pure_text .pure_content {
  height: calc(100% - 55px);
  padding-right: 20px;
  line-height: 28px;
  color: rgba(6, 24, 40, .75);
  font-size: 14px;
  overflow-y: scroll;
}
.ceo_managers .pics_item:hover {
  box-shadow: 0px 7px 36px 0px rgba(28, 45, 64, 0.12);
}
.ceo_managers .pics_item:hover .pure_text {
  left: 0;
  transition: all .5s linear;
}
.pure_content::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px;
}
.pure_content::-webkit-scrollbar-thumb {
  background: #2386EE;
  border-radius: 2px;
}
/* .pure_content::-webkit-scrollbar-track {
  background: #E7E7E7;
} */

@media screen and (min-width: 751px) and (max-width: 1200px) {

  .manager-container {
      width: 90%;
  }
  .banner-manager-text-img {
      width: 82.25%;
      margin-top: 25vh;
  }
  .manager-container .container_text {
      width: 68.7%;
      padding-left: 10px;
  }
  .container_ceo {
      right: 10px;
  }
  .container_ceo img {
      width: 280px !important;
  }
  .managers_pics .ceo_managers {
      width: 90%;
  }
  .ceo_managers .pics_item:nth-child(4n+1) {
      margin-left: 10px;
  }
}

@media screen and (max-width: 1023px) and (max-height: 1024px) {
  .banner_manager_pc {
      height: 880px;
  }
  
  .banner_manager_pc .banner_manager_bg {
      background-size: cover;
  }
  .manager-container .container_text {
      bottom: 6%;
  }
  .container_ceo img {
      width: 200px !important;
      height: 248px !important;
  }
}
@media screen and (max-height: 1023px) {
  .banner-manager-text-img {
      margin-top: 18vh;
  }
}