.project-banner {
  height: 670px;
  background-image: url(./../images/project_bannerbg.png);
  background-repeat: no-repeat;
  color: #fff;
}
.banner-a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
}
.banner-title {
  font-size: 56px;
  letter-spacing: 8px;
  font-weight: 600;
}
.banner-title2 {
  padding-top: 20px;
  letter-spacing: 2px;
  font-size: 40px;
  font-weight: 300;
  line-height: 80px;
}
.project-industry {
  text-align: center;
  margin: 0 auto;
  color: #999999;
  transform: translatey(-80%);
}
.project-industry-con {
  max-width: 1200px;
  overflow: hidden;
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 0 auto;
  background: #fff;
  box-shadow: #ccc 0px 0px 10px 2px;
}

.project-industry-one::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: #f5f5f5;
}
.project-industry-one {
  flex: 0 0 1080px;
  display: flex;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin: 0 auto;
}
.project-industry-icon {
  flex: 0 0 50px;
  color: #999999;
  font-size: 50px;
  cursor: pointer;
}
.project-industry-one-a {
  flex: 0 0 216px;
  width: 216px;
  text-align: center;
  overflow: hidden;
}
.project-industry-one-a-li {
  padding: 10px 0;
  cursor: pointer;
}
.project-industry-one-a-li img {
  width: 50px;
  height: 50px;
}
.img-show{
  display:inline;
}
.img-hidden{
  display:none;
}
.project-industry-word {
  color: #999;
  padding-top: 10px;
}
.blue-color{
  color:#00a2ff;
}
.tradition {
  text-align: center;
  overflow: hidden;
}
.tradition-title {
  padding: 50px 0;
  color: #666666;
  font-size: 32px;
}
.tradition-con {
  max-width: 1200px;
  overflow-x: hidden;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}
.tradition-con-show{
  display: flex;
}
.tradition-con-hidden{
  display: none;
}
.tradition-one {
  flex: 0 0 200px;
  text-align: center;
}
.tradition-one img {
  width: 85px;
  height: 85px;
}
.tradition-one-content {
  font-size: 14px;
  padding: 10px;
  color: #999;
  text-align: center;
  line-height: 24px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.scene {
  background: #fafcff;
  text-align: center;
}
.scene-one {
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.scene-left {
  flex: 1;
}
.scene-left img {
  width: 338px;
  height: 338px;
}
.scene-right {
  flex: 1;
  line-height: 48px;
  margin-right: 50px;
  font-size: 18px;
  text-align: left;
}
.scheme {
  text-align: center;
}
.scheme-a {
  max-width: 1200px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 70px auto;
  padding: 40px 0;
}
.scheme-one {
  background: #ffc000;
  border-radius: 7px;
  flex: 0 0 250px;
  height: 400px;
  border: 1px solid #ccc;
  padding: 20px 10px;
  color: #fff;
  text-align: center;
  transform: translatey(40px);
}
.scheme-one-img {
  width: 110px;
  height: 110px;
  margin: 20px auto;
}
.scheme-one-img img {
  width: 110px;
  height: 110px;
}
.scheme-one-word {
  font-size: 18px;
  line-height: 48px;
}
.blue-bg {
  background: #00a2ff;
  transform: translatey(-40px);
}
