.banner {
  width: 100%;
  height: auto;
}
.banner img {
  width: 100%;
  height: auto;
}
section {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #F7F7F7;
}
section .wrapper {
  width: 126rem;
}
.product-section .wrapper {
  display: flex;
  margin: 6.7rem 0;
}
.product-section .wrapper .pic-wrap {
  width: 80.6rem;
  display: flex;
  flex-direction: column;
}
.product-section .wrapper .pic-wrap .small-pics {
  display: flex;
  justify-content: space-between;
  margin-top: 3.9rem;
}
.product-section .wrapper .pic-wrap .small-pics img {
  width: 13.5rem;
  height: 9.5rem;
}
.product-section .wrapper .pic-wrap .small-pics .select {
  border: 0.2px solid #217e1a;
}
.product-section .wrapper .pic-wrap > div:first-child {
  width: 80.6rem;
  height: 55rem;
}
.product-section .wrapper .pic-wrap > div:first-child img {
  width: 100%;
  height: 100%;
}
.product-section .wrapper .title-wrap {
  margin-left: 4.2rem;
  flex: 1;
}
.product-section .wrapper .title-wrap .title {
  font-size: 2.8rem;
  font-family: Arial;
  font-weight: 500;
  color: #444444;
  line-height: 3.58rem;
}
.product-section .wrapper .title-wrap > div:nth-child(2) {
  width: 22rem;
  font-size: 2rem;
  font-family: Arial;
  font-weight: 500;
  color: #444444;
  line-height: 3.58rem;
  margin: 1.8rem 0 1.2rem;
}
.product-section .wrapper .title-wrap > div:last-child {
  width: 100%;
  height: 55.4rem;
}
.product-section .wrapper .title-wrap > div:last-child img {
  width: 100%;
  height: 100%;
}
.specification-section {
  background-color: white;
}
.specification-section .title {
  width: 126rem;
  height: 6rem;
  line-height: 6rem;
  padding-left: 2rem;
  margin: 5.6rem 0 3.4rem 0;
  background: #f7f7f7;
  font-size: 2rem;
  font-family: Arial;
  font-weight: bold;
  color: #444444;
}
.specification-section .content > img {
  width: 100%;
  height: 65rem;
}
.specification-section .content p img {
  width: 100%;
  height: auto;
}
.specification-section .projects {
  display: flex;
  margin-bottom: 7.6rem;
}
.specification-section .projects > a div {
  width: 29.6rem;
  height: auto;
  margin-right: 10px;
}
.specification-section .projects > a div img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .banner {
    width: 100%;
    height: auto;
  }
  .banner img {
    width: 100%;
    height: auto;
  }
  section {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #F7F7F7;
  }
  section .wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .product-section .wrapper {
    display: flex;
    flex-direction: column;
    margin: 33.5px 0;
  }
  .product-section .wrapper .pic-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .product-section .wrapper .pic-wrap .small-pics {
    display: flex;
    justify-content: space-between;
    margin-top: 19.5px;
  }
  .product-section .wrapper .pic-wrap .small-pics img {
    width: 18%;
    height: auto;
  }
  .product-section .wrapper .pic-wrap .small-pics .select {
    border: 1px solid #217e1a;
  }
  .product-section .wrapper .pic-wrap > div:first-child {
    width: 100%;
    height: auto;
  }
  .product-section .wrapper .pic-wrap > div:first-child img {
    width: 100%;
    height: 100%;
  }
  .product-section .wrapper .title-wrap {
    margin-top: 10px;
    margin-left: 0;
    flex: 1;
  }
  .product-section .wrapper .title-wrap .title {
    font-size: 14px;
    font-family: Arial;
    font-weight: 500;
    color: #444444;
    line-height: 17.9px;
  }
  .product-section .wrapper .title-wrap > div:nth-child(2) {
    width: auto;
    font-size: 12px;
    font-family: Arial;
    font-weight: 500;
    color: #444444;
    line-height: 17.9px;
    margin: 9px 0 6px;
  }
  .product-section .wrapper .title-wrap > div:last-child {
    width: 100%;
    height: auto;
  }
  .product-section .wrapper .title-wrap > div:last-child img {
    width: 100%;
    height: 100%;
  }
  .specification-section {
    background-color: white;
  }
  .specification-section .title {
    width: 630px;
    height: auto;
    line-height: 30px;
    padding-left: 10px;
    margin: 28px 0 17px 0;
    background: #f7f7f7;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #444444;
  }
  .specification-section .content > img {
    width: 100%;
    height: auto;
  }
  .specification-section .content p img {
    width: 100%;
    height: auto;
  }
  .specification-section .projects {
    display: block;
    margin-bottom: 38px;
  }
  .specification-section .projects > a div {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 12.5px;
  }
  .specification-section .projects img {
    width: 100%;
    height: auto;
  }
}
/*# sourceMappingURL=project.css.map */