.top {
  background: url(http://39.129.25.206:5001/static/cdn_img/web/company/img-bg.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.aboutBox {
  width: 100%;
  height: 527px;
  padding: 60px 0 60px 0;
}
.aboutBox .introduct {
  width: 1200px;
  height: 407px;
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 16, 43, 0.1);
  margin: 0 auto ;
}
.aboutBox .introduct .about {
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #d5d5d5;
  /** 文本1 */
  font-size: 24px;
  font-weight: 400;
  line-height: 48px;
  color: #466d9b;
  text-align: left;
  padding-left: 60px;
}
.aboutBox .introduct .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px;
}
.aboutBox .introduct .text .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 692px;
  height: 192px;
}
.aboutBox .introduct .text .left .name {
  display: inline-block;
  /** 文本1 */
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  text-align: left;
  margin-bottom: 12px;
}
.aboutBox .introduct .text .left .name .small {
  display: inline-block;
  /** 文本1 */
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #466d9b;
  text-align: justify;
  margin-left: 12px;
}
.aboutBox .introduct .text .left .aboutContent {
  /** 文本1 */
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #333333;
  text-align: justify;
}
.aboutBox .introduct .text .left img {
  width: 333px;
  height: 222px;
  margin-right: 60px;
}
.pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 423px;
  background: #f5f7fb;
}
.pic .title {
  /** 文本1 */
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  text-align: center;
}
.pic .aboutPicImg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 158px;
  opacity: 1;
  margin-top: 30px;
}
.pic .aboutPicImg .culture {
  position: relative;
}
.pic .aboutPicImg .culture img {
  width: 389px;
  height: 158px;
}
.pic .aboutPicImg .culture span {
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translateY(-50%);
}
.pic .aboutPicImg .culture span h4 {
  /** 文本1 */
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  text-align: left;
}
.pic .aboutPicImg .culture span div {
  /** 文本1 */
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-align: left;
  margin-top: 12px;
}
.talent {
  width: 100%;
  height: 539px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.talent .title {
  /** 文本1 */
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
.talent .box {
  width: 652px;
  height: 294px;
  margin-top: 30px;
}
.talent .box img {
  width: 100%;
  height: 100%;
}
.copyRight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1145px;
  background: #f5f7fb;
}
.copyRight .title {
  /** 文本1 */
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin: 55px auto 30px auto;
}
.copyRight .box {
  width: 1200px;
}
.copyRight .box .box1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.copyRight .box .box1 .tob {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 464.34px;
  opacity: 1;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 16, 43, 0.1);
  margin: 0 32px 32px 0;
}
.copyRight .box .box1 .tob img {
  width: 311.68px;
  height: 418.76px;
}
.copyRight .box .box1 .tob:nth-child(3) {
  margin-right: 0;
}
