.jia {
  background: #fc890c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  margin: 0 auto;
  height: 65px;
}

._title {
  text-transform: uppercase;
  font-size: 42px;
  margin-bottom: 50px;
  font-weight: bold;
  text-align: center;
}

.product {
  margin-top: 120px;
  margin-bottom: 90px;
}
.product .owl_goods {
  padding: 0 10px;
  margin-bottom: 15px;
}
.product .owl_goods .item {
  padding: 10px;
}
.product .owl_goods .item .pic {
  border: 1px solid #d2d2d2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .owl_goods .item .name {
  margin-top: 22px;
  font-size: 16px;
  color: #626262;
  text-align: center;
}
.product .owl_goods .item:hover .pic {
  border: 1px solid #fc890c;
}
.product .owl_goods .item:hover .name {
  color: #fc890c;
}
.product .owl-theme .owl-controls {
  bottom: 65%;
}
.product .owl-theme .owl-controls .owl-buttons div {
  height: 52px;
  width: 52px;
  margin: 0;
  border: 0;
  padding: 0;
  position: absolute;
}
.product .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -10px;
  background: url("../images/owl_lf.png") no-repeat center;
  background-size: contain;
}
.product .owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
  background: url("../images/owl_lf2.png") no-repeat center;
  background-size: contain;
}
.product .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 9px;
  background: url("../images/owl_rt.png") no-repeat center;
  background-size: contain;
}
.product .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background: url("../images/owl_rt2.png") no-repeat center;
  background-size: contain;
}

.about {
  margin-top: 114px;
  background: url("../images/about.jpg") no-repeat center;
  background-size: cover;
  height: 587px;
  color: white;
}
.about ._title {
  padding-top: 100px;
  color: white;
}
.about .lf .more {
  float: right;
  display: flex;
  align-items: center;
  color: white;
  justify-content: center;
}
.about .lf .more p {
  font-size: 16px;
  color: white;
}
.about .lf .more .jia {
  margin-left: 20px;
}
.about .rt {
  padding: 0px 30px;
}
.about .rt .title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 25px;
}
.about .rt .summary {
  font-size: 16px;
  line-height: 2;
}
.about .content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.poster {
  text-align: center;
}

@media (max-width: 1450px) {
  .product {
    margin-top: 90px;
  }

  .about {
    margin-top: 75px;
  }

  .poster img {
    max-width: 95%;
  }

  .about ._title {
    padding-top: 70px;
  }
}
@media (max-width: 768px) {
  ._title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .product .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0;
  }

  .product .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
  }

  .product {
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .product .owl_goods .item {
    padding: 0;
    width: 80%;
    margin: 0 auto;
  }

  .product .owl_goods {
    padding: 0;
  }

  .product .jia {
    margin-top: 50px;
  }

  .jia {
    width: 102px;
    height: 33px;
  }
  .jia img {
    width: 20px;
  }

  .about {
    height: auto;
    background: none;
    color: black;
    margin-bottom: 30px;
  }

  .about ._title {
    color: black;
    padding-top: 0;
  }

  .about .content {
    display: block;
  }

  .about .rt,
  .about .lf {
    float: none;
    padding: 0;
  }

  .about .rt .summary {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }

  .about .rt .title {
    font-size: 18px;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 20px;
  }

  .about .jia {
    display: flex !important;
    margin-top: 30px;
  }

  .poster img {
    max-width: 100%;
  }
}

/*# sourceMappingURL=index.css.map */
