@charset "UTF-8";
/**
* @name: Transportation
* @author: mzq
* @date: 2023/12/14 14:31
* @description：Transportation
* @update: 2023/12/14 14:31
*/
.banner {
  position: relative;
  width: 100%;
  height: 6.4rem;
  background: url("../../image/ProductsAndServices/Transportation/Transportation-banner.png") no-repeat;
  background-size: 100% 100%;
}

.banner .PrecisionManufacturing-text {
  position: absolute;
  top: 35%;
  left: 12%;
}

.banner .PrecisionManufacturing-text div:first-child {
  font-size: 0.64rem;
  font-family: SourceHanSansCN-Normal;
  color: #FFFFFF;
  line-height: 0.64rem;
  letter-spacing: 0.04rem;
}

.banner .PrecisionManufacturing-text div:nth-child(2) {
  font-size: 0.64rem;
  font-family: SourceHanSansCN-Normal;
  color: #FFFFFF;
  line-height: 0.64rem;
  letter-spacing: 0.04rem;
  margin-top: 0.1rem;
}

.banner .PrecisionManufacturing-text div:last-child {
  margin-top: 0.16rem;
  font-size: 0.24rem;
  font-family: SourceHanSansCN-Normal;
  color: rgba(255, 255, 255, 0.6);
}

.banner .PrecisionManufacturing-logo {
  position: absolute;
  bottom: 12%;
  left: 12%;
}

.banner .current-location {
  position: absolute;
  bottom: 4%;
  right: 14%;
  font-size: 0.14rem;
  font-family: SourceHanSansCN-Normal;
  color: #FFFFFF;
}

.Enterprise-Culture {
  background: #E6EEF6;
  padding-top: 1.28rem;
  text-align: center;
  padding-bottom: 1.28rem;
}

.Enterprise-Culture .Enterprise-Culture-zh {
  font-size: 0.48rem;
  font-family: SourceHanSansCN-Normal;
  color: #25282B;
}

.Enterprise-Culture .Enterprise-Culture-en {
  font-size: 0.16rem;
  font-family: SourceHanSansCN-Normal;
  color: #6D6E70;
  margin-top: 0.16rem;
}

.Enterprise-Culture .Enterprise-Culture-illustrate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Enterprise-Culture .Enterprise-Culture-illustrate .Enterprise-Culture-content {
  margin-top: 0.48rem;
  text-align: justify;
  text-indent: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.2rem;
  font-size: 0.2rem;
  font-family: SourceHanSansCN-Normal;
  color: #222222;
}

.Enterprise-Culture .Enterprise-Culture-banner {
  display: flex;
  justify-content: center;
  margin-top: 0.64rem;
}

.Enterprise-Culture .Enterprise-Culture-banner div:first-child {
  margin-right: 0.32rem;
}

.Enterprise-Culture .Enterprise-Culture-banner div img {
  width: 7.04rem;
  height: 4.09rem;
}

.Traffic-statistics {
  width: 100%;
  height: 8rem;
  background: url("../../image/ProductsAndServices/Transportation/Transportation-number-banner.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-around;
}

.Traffic-statistics .Traffic-statistics-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  flex: 1;
}

.Traffic-statistics .Traffic-statistics-content:nth-child(2) {
  width: 100%;
  height: 100%;
  background: url("../../image/ProductsAndServices/Transportation/Traffic-statistics-bg.png") no-repeat;
  background-size: 100% 100%;
}

.Traffic-statistics .Traffic-statistics-content .Traffic-statistics-number {
  font-size: 0.8rem;
  font-family: SourceHanSansCN-Normal;
  color: #FFFFFF;
  margin-top: 64px;
}

.Traffic-statistics .Traffic-statistics-content .Traffic-statistics-text {
  font-size: 0.24rem;
  font-family: SourceHanSansCN-Normal;
  color: #FFFFFF;
  margin-top: 32px;
}
