.aboutExplain {
  width: 100%;
  margin-top: 30px;
  padding: 30px 30px 20px 30px;
  background-color: #fff;
}
.aboutExplain > span {
  font-size: 28px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  display: block;
  text-align: center;
}
.aboutExplain .expLainCon {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.aboutExplain .expLainCon .expImg {
  width: 560px;
  height: 368px;
  position: relative;
  float: left;
  margin-right: 20px;
}
.aboutExplain .expLainCon .expImg img:nth-of-type(1) {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.aboutExplain .expLainCon .expImg img:nth-of-type(2) {
  width: 104px;
  height: 104px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aboutExplain .expLainCon .expImg .expMask {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.aboutExplain .expLainCon .expTitle {
  width: calc(100% - 580px);
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.aboutExplain .expLainCon .expTitle span {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.aboutExplain .expLainCon .expTitle span:first-of-type::before {
  content: '中车友';
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.aboutExplain .expLainBom {
  margin-top: 20px;
  width: 100%;
  display: flex;
  border-radius: 10px;
  border: 1px dashed #707070;
}
.aboutExplain .expLainBom .expBox {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 20px;
}
.aboutExplain .expLainBom .expBox > span {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-top: 10px;
}
.aboutExplain .expLainBom .expBox .expBoxImg {
  display: flex;
  align-items: center;
}
.aboutExplain .expLainBom .expBox .expBoxImg img {
  margin-right: 26px;
}
.aboutExplain .expLainBom .expBox .expBoxImg span {
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.environment {
  margin-top: 30px !important;
}
.environment > span {
  display: block;
  font-size: 28px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.environment .environCon {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.environment .environCon .environItem {
  width: 310px;
  height: 208px;
  position: relative;
  margin-top: 20px;
}
.environment .environCon .environItem img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.environment .environCon .environItem .environMask {
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  line-height: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0 10px;
}
.environment .environCon .environItem .environMask span {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.environment .environCon > span {
  width: 310px;
}
.aboutTeam {
  margin-top: 60px !important;
}
.aboutTeam > span {
  display: block;
  font-size: 28px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.aboutTeam .cert_Imgcon {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.aboutTeam .cert_Imgcon img {
  width: 310px;
  height: 233px;
}
.aboutTeam .cert_Imgcon span {
  width: 310px;
}
.myAddress {
  margin-top: 60px !important;
}
.myAddress > span {
  display: block;
  font-size: 28px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.myAddress #addressMap {
  width: 100%;
  height: 662px;
  margin-top: 20px;
}
.myAddress #addressMap .shadow {
  display: none;
}
