/* 公司简介 */
.cultureBox {
  height: auto;
  margin: 0 auto 100px;
}
/* top */
.cultureBox .cult_top {
  height: 370px;
  display: flex;
  align-items: center;
}
/* 视频 */
.cult_top .top_left {
  width: 540px;
  height: 360px;
  margin-right: 18px;
  position: relative;
}
.top_left .my-video-dimensions {
  width: 100%;
  height: 360px !important;
}
.top_left .video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
}
/* left */
.cult_top .top_right {
  flex: 1;
}
.cult_top .top_right .com_name {
  font-size: 26px;
  margin-bottom: 20px;
}
.cult_top .top_right .com_en {
  font-size: 12px;
  color: #999999;
  margin-bottom: 26px;
}
.cult_top .top_right .com_text {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.cult_top .top_right .com_text p {
  text-indent: 2em;
}
/* below */
.cultureBox .cult_below {
  margin-top: 60px;
  height: 480px;
  display: flex;
  align-items: center;
}
/* left */
.cult_below .below_left {
  width: 930px;
  height: 380px;
  background: rgba(244, 244, 244, 1);
  opacity: 0.75;
  border-radius: 4px;
  z-index: 10;
  padding: 70px 40px;
}
.cult_below .below_left p {
  font-size: 14px;
  color: #666;
  text-indent: 2em;
  line-height: 30px;
}
/* right */
.cult_below .below_right {
  margin-left: -210px;
  align-self: center;
}
.cult_below .below_right .right_img {
  width: 480px;
  height: 480px;
  border-radius: 4px;
}
.cult_below .below_right .right_img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
