.banner {
  padding-top: 80px;
  width: 100%;
  height: 500px;
  background: url("../image/industry-banner.jpg") no-repeat center bottom;
}

.title-h1 {
  font-size: 30px;
  margin-bottom: 20px;
}

.title-h2 {
  font-size: 20px;
}

.prospect {
  display: flex;
  justify-content: space-between;
}

.prospect .pro-left {
  width: 60%;
}

.prospect .pro-right {
  position: relative;
}

.prospect .pro-right::after {
  content: "";
  width: 80px;
  height: 80px;
  background-color: #eeeeee;
  position: absolute;
  right: -18px;
  top: -18px;
  z-index: -1;
}

.market {
  padding: 60px 0;
  margin: 0 auto;
}

.market .title {
  text-align: center;
}

.market .market-price {
  margin-top: 20px;
}

.market .market-price > p {
  font-size: 18px;
  color: #000;
}

.market .market-price .price-box {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.market .market-price .pri-left {
  position: absolute;
  left: 0;
  top: 12%;
  background-color: #f6f6f6;
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-image: url("../image/price-bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 30px 20px 70px;
  box-shadow: 0 1px 10px 1px #eeeeee;
}

.market .market-price .pri-left li {
  width: 32%;
  padding: 10px 0;
}

#Prospect, #Market {
  position: relative;
  top: -80px;
}
