﻿/*版心*/
.container-center {
  max-width: 1190px;
  margin: 0 auto;
}
#about-we {
  margin: 0 auto;
}
#about-we .header-bg {
  /*        width: 100%;
        height: 260px;
        background-image: url("../Images/bg.png");
        background-repeat: no-repeat;
        background-size: contain;*/
}
#about-we .header-bg img {
  max-width: 100%;
  height: auto;
  flex-shrink: 1;
  margin-left: auto;
  object-fit: contain;
}
#about-we .company-info {
  margin: 0 auto;
  max-width: 1198px;
  min-height: 100vh;
  margin-bottom: 40px;
}
#about-we .company-info h3 {
  font-size: 22px;
  color: black;
  line-height: 100px;
  font-weight: bold;
  /*     text-align:center;*/
}
#about-we .company-info .brief-intro {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1080px) {
  #about-we .company-info .brief-intro {
    flex-direction: column-reverse;
  }
}
#about-we .company-info .brief-intro p {
  line-height: 24px;
  margin-bottom: 20px;
  font-size: 14px;
  word-wrap: break-word;
}
#about-we .company-info .left-region {
  width: 50%;
  margin-right: 10px;
}
@media (max-width: 1080px) {
  #about-we .company-info .left-region {
    width: 100%;
  }
}
#about-we .company-info .right-region {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1080px) {
  #about-we .company-info .right-region {
    width: 100%;
  }
}
#about-we .company-info .right-region img {
  width: 100%;
  background-size: cover;
  margin-right: auto;
}
#about-we .company-info .brand-advance {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1080px) {
  #about-we .company-info .brand-advance {
    flex-direction: column-reverse;
  }
}
#about-we .company-info .brand-advance .brand-advance-list li {
  margin-bottom: 40px;
  display: flex;
  height: 50px;
}
#about-we .company-info .brand-advance .brand-advance-list li img {
  height: 100%;
}
#about-we .company-info .brand-advance .brand-advance-list li div {
  margin: 0 auto;
  margin-left: 10px;
}
#about-we .company-info .brand-advance .brand-advance-list li div h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
#about-we .company-info .brand-advance .brand-advance-list li div p {
  font-size: 14px;
}