.banner_phone video {
  width: 100%;
  height: auto;
}

html {
  background-color: #fff !important;
}

/* 集团详情开始 */
.details {
  margin: 60px 0;
}

.details .title {
  font-size: 28px;
  font-weight: 700;
  color: #202547;
  line-height: 30px;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.branchCompanyIntroduce_title {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  text-transform: capitalize !important;
  margin-top: 16px;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

.details .title::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 60px;
  height: 3px;
  background: #BB3937;
}

.details p {
  font-size: 18px;
  font-family: none;
  font-weight: 400;
  color: #333333;
  line-height: 34px;
  margin-bottom: 30px;
  word-break: break-all;
}

.details p:last-child {
  margin-bottom: 0;
}

.details .imgss {
  margin-bottom: 30px;
}

.banner {
  position: relative;
}

.banner_conts {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.banner_conts h1 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  line-height: 50px;
  text-transform: uppercase;
}

.banner_conts h1::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 80%;
  height: 8px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.banner_conts span {
  font-size: 40px;
}

/* 集团详情结束 */
.project_imgs {
  display: flex;
  justify-content: space-between;
}

.project_img_item {
  width: 48%;
}

.projectPlate_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #202547;
  margin-bottom: 30px;
}

.projectPlate_title::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 16px;
  background: #BB3937;
  border-radius: 0px 62px 62px 0px;
}

.projectPlate_title span {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  text-transform: capitalize !important;
}

.details .imgsList {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}

#branchCompanyIntroduceTwo .imgsList {
  grid-template-columns: 1fr 1fr;
}

.details .imgsList>div {
  position: relative;
  border: 1px solid #DEDEDE;
  padding-bottom: 55%;
  overflow: hidden;
}

.details .imgsList>div img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.details h2 {
  font-size: 22px;
}

.details .imgsList .names {
  background-color: #bb3937;
  text-align: center;
  color: #fff;
  padding: 8px 0;
}

.details h1 {
  font-size: 24px;
  margin-bottom: 40px;
}

.map_item {
  display: flex;
  line-height: 32px;
  margin-bottom: 16px;
  font-size: 18px;
}

.map_item .one {
  margin-right: 10px;
}

.mapTwo {
  position: relative;
  margin-top: 40px;
  padding-bottom: 60%;
  /* background-color: red; */
}

.mapTwo_cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}



.map_box .left {
  position: relative;
  width: 100%;
  padding-bottom: 70%;
  margin-top: 40px;
}



.map_box .left .map_cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.map_box .right {}

.map_item {
  display: flex;
  line-height: 32px;
  margin-bottom: 16px;
  font-size: 18px;
}

.map_item .one {
  margin-right: 10px;
}

.map_box h1 {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  line-height: 30px;
  margin-bottom: 32px;
}

.map_box {
  display: block;
}

.culture {
  padding: 0 20px;
  margin: 60px 0;
  margin-bottom: 140px;
}

.money_number {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.money_number_item {
  flex: 1;
  text-align: center;
}

.money_number_item .h6 {
  font-size: 16px;
  color: #BB3937;
  font-family: none;
  margin-bottom: 5px;
  /* line-height: 40px; */
}

.money_number_item .h6 span {
  font-size: 32px;
  font-weight: normal;
  margin-right: 5px;
}

.money_number_item h5 {
  font-size: 17px;
  font-weight: 400;
  color: #BB3937;
  line-height: 21px;
}

@media screen and (max-width: 500px) {
  .money_number_item h6 {
    font-size: 28px;
  }

  .money_number_item h6 span {
    font-size: 15px;
  }

  .money_number_item h5 {
    font-size: 15px;
  }

  .map_item {
    line-height: 26px;
  }

  .map_box h1 {
    font-size: 20px;
  }

  .mapTwo {
    margin-top: 20px;
  }

  .map_item {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .details h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .details .imgsList .names {
    font-size: 14px;
    padding: 4px 0;
  }

  .details h2 {
    font-size: 16px;
  }

  .branchCompanyIntroduce_title {
    font-size: 14px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    margin-top: 10px;
  }

  .projectPlate_title {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .projectPlate_title span {
    font-size: 14px;
  }

  .banner_conts {
    padding: 0 15px;
  }

  .banner_conts h1 {
    font-size: 22px;
    line-height: 30px;
  }

  .banner_conts span {
    font-size: 18px;
  }

  .details {
    margin: 30px 0;
  }

  .details .title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .details .title::after {
    width: 36px;
    bottom: -5px;
  }

  .details p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}