* {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  color: #666;
  text-decoration: none;
}
.main-top {
  height: 73px;
  line-height: 73px;
  color: #666;
}
.product-info {
  margin: 100px 0 50px; 
}
.product-info .hr {
  width: 40px;
  height: 2px;
  background-color: #288BFF;
  margin-bottom: 20px;
}
.product-info .img-box {
  width: 411px;
  height: 277px;
  border: 1px solid #ccc;
  margin: auto;
}
@media (max-width: 410px) {
  .product-info .img-box {
    width:100%;
  }
}
.product-info .product-img {
  /* width: 185px;
  height: 263px; */
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-info .product-right {
  padding: 0 80px;
}
.product-info .product-right p {
  line-height: 30px;
  color: #8C8C8C;
  font-size: 20pxpx;
}
.product-info .product-right p:nth-child(1) {
  color: #666666;
  font-size: 24px;
}
.function {
  background-color: #F4F4F4;
  padding: 50px 0 80px 0;
  margin-bottom: 50px;
}
.function .img-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.function .function-item {
  width: 279px;
  height: 279px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.scene-img:hover {
  transform: scale(1.05);
}
.function .name,
.scene .name {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
.function .hr,
.scene .hr {
  height: 2px;
  width: 40px;
  background-color: #66ACFF;
  margin: 0 auto 20px;
}
.function img {
  display: block;
  width: 100px;
  height: 90px;
  margin: 45px auto;
}
.function p {
  text-align: center;
}
.scene {
  margin-bottom:100px;
}
.scene img {
  width: 382px;
  height: 280px;
  margin-right: 27px;
  margin-bottom: 20px;
}
.scene img:nth-last-child(1) {
  margin-right: 0;
}
.carousel-inner{
  width: 100% !important;
  height: 100% !important;
  /* padding: 13px 133px 19px 133px; */
}
.img-box-carousel{
  padding: 13px 100px 19px 100px;
  position: relative;
}
.carousel{
  width: 100% !important;
  height: 100% !important;
}
.carousel-item{
  height: 100%;
}
