.aboutCompany .about-top {
  background: url(./../assets/home/image/29.png) no-repeat;
  background-size: 100% auto;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutCompany .about-top-con .title {
  font-size: 60px;
  font-family: Microsoft YaHei-Light, Microsoft YaHei;
  font-weight: 300;
  color: #ffffff;
  line-height: 70px;
  text-align: center;
}
.aboutCompany .about-top-con .sub-title {
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #f8f8f8;
  line-height: 23px;
  letter-spacing: 16px;
  text-align: center;
  margin-top: 10px;
}
.aboutCompany .about-company {
  padding: 100px 0px;
  background-color: #f8fafe;
}
.aboutCompany .about-company-con {
  width: 1400px;
  margin: 0px auto;
  display: flex;
  align-items: center;
}
.aboutCompany .about .about-img {
  width: 800px;
  text-align: center;
  margin-right: 50px;
}
.aboutCompany .about .about-img img {
  width: 100%;
}
.aboutCompany .about-company-description {
  flex: 1;
}
.aboutCompany .about-company-description p {
  text-indent: 32px;
  font-size: 20px;
  line-height: 32px;
  color: #333E64;
  text-align: justify;
}
.aboutCompany .about-company-description p span {
  font-size: 24px;
}
.aboutCompany .about-honor {
  /* width: 1400px; */
  /* margin:0px auto; */
  /* padding: 50px 0px; */
}
.aboutCompany .about-honor-title {
  font-size: 48px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #111938;
  line-height: 56px;
  -webkit-background-clip: text;
}
.aboutCompany .about-honor-subtitle {
  margin-top: 10px;
  font-size: 32px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #3d4975;
  line-height: 38px;
  letter-spacing: 7px;
  -webkit-background-clip: text;
}
.aboutCompany .about-honor-img {
  text-align: center;
}
.aboutCompany .about-honor-img img {
  width: 100%;
}
.aboutCompany .about-infor {
  padding: 50px 0px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.aboutCompany .about-infor-title {
  text-align: center;
  font-size: 60px;
  font-family: Microsoft YaHei-Light, Microsoft YaHei;
  font-weight: 300;
  color: #45526b;
  line-height: 56px;
  letter-spacing: 11px;
  -webkit-background-clip: text;
}
.aboutCompany .about-infor-subtitle {
  text-align: center;
  margin-top: 10px;
  font-size: 24px;
  font-family: Microsoft YaHei-Light, Microsoft YaHei;
  font-weight: 300;
  color: #45526b;
  line-height: 36px;
  letter-spacing: 16px;
  -webkit-background-clip: text;
}
.aboutCompany .about-infor-list {
  width: 607px;
  height: 400px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 12px 28px 0px rgba(47, 97, 182, 0.25);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  padding: 120px 100px;
  box-sizing: border-box;
}
.aboutCompany .about-infor-list .about-infor-list-con {
  display: flex;
  margin-top: 10px;
}
.aboutCompany .about-infor-list .about-infor-list-con .label {
  width: 120px;
  height: 32px;
  font-size: 24px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #4c4c4c;
  line-height: 32px;
  -webkit-background-clip: text;
  text-align: left;
}
.aboutCompany .about-infor-list .about-infor-list-con .con {
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #112141;
  line-height: 28px;
  -webkit-background-clip: text;
}
.aboutCompany .about-infor-list .about-infor-list-con img {
  width: 28px;
  height: 28px;
  margin-right: 20px;
}
.aboutCompany .about-map {
  position: relative;
  text-align: center;
}
.aboutCompany .about-map .map-img {
  width: 100%;
}
.aboutCompany .about-information {
  position: absolute;
  width: 1400px;
  height: 400px;
  left: 0;
  right: 0;
  bottom: 100px;
  margin: auto;
}
.aboutCompany .about-information-con {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutCompany .about-information-code {
  padding: 80px 0px;
  width: 290px;
  height: 400px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 12px 28px 0px rgba(47, 97, 182, 0.25);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  box-sizing: border-box;
  margin-right: 20px;
}
.aboutCompany .about-information-code .title {
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #4c4c4c;
  line-height: 24px;
  -webkit-background-clip: text;
}
.aboutCompany .about-information-code .code-img {
  text-align: center;
  margin-top: 40px;
}
.aboutCompany .about-information-code .code-img img {
  width: 145px;
}
