@charset "UTF-8";
.public_title {
  text-align: center;
  color: #3e3d3d;
}
.public_title p {
  font-size: 24px;
}
.public_title span {
  font-size: 18px;
  text-transform: uppercase;
}

/*关于我们*/
.about .icon_list {
  margin-top: 70px;
  margin-bottom: 90px;
}
.about .icon_list ul {
  display: flex;
  justify-content: space-between;
}
.about .icon_list ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 222px;
  height: 204px;
  border: 1px solid #7d7d7d;
  text-align: center;
}
.about .icon_list ul li p {
  font-size: 18px;
  margin-top: 20px;
  color: black;
}
.about .icon_list ul li .line {
  width: 20px;
  height: 2px;
  background: #de0020;
  display: inline-block;
  margin: 10px auto;
}
.about .icon_list ul li span {
  color: #b5b5b5;
  font-size: 14px;
  display: block;
}
.about .content {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}
.about .content .message {
  padding-left: 35px;
  padding-right: 75px;
}
.about .content .message h6 {
  font-size: 36px;
  color: #4d4f50;
}
.about .content .message p {
  color: #4d4f50;
  font-size: 24px;
}
.about .content .message .summary {
  font-size: 14px;
  color: #585757;
  margin-top: 29px;
  line-height: 2;
  margin-bottom: 35px;
}
.about .content .message .more {
  background: #5c6f85;
  color: white;
  width: 95px;
  height: 44px;
}

/*海报*/
.poster {
  -moz-box-shadow: 0px 7px 20px #8a8a8a;
  -webkit-box-shadow: 0px 7px 20px #8a8a8a;
  box-shadow: 0px 7px 20px #8a8a8a;
  margin-bottom: 47px;
  background: url("../images/poster.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  height: 522px;
  color: white;
}
.poster .container {
  position: relative;
  height: 100%;
}
.poster .content {
  position: absolute;
  right: 0;
  bottom: 80px;
  display: flex;
  padding-bottom: 15px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 308px;
  height: 357px;
  background: url("../images/poster_box.png") no-repeat center;
  background-size: cover;
}
.poster .content span {
  font-size: 12px;
}
.poster .content h4 {
  font-size: 33px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.poster .content h3 {
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 600;
}
.poster .content p {
  font-size: 19px;
}

/*产品分类*/
.goods_typelist {
  margin-bottom: 50px;
}
.goods_typelist .top1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
.goods_typelist .top {
  height: 570px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.goods_typelist .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.goods_typelist .item {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goods_typelist .item .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.goods_typelist .item .pic {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.goods_typelist .item:hover .name {
  padding: 12px 67px;
  background: rgba(0, 0, 0, 0.7);
}
.goods_typelist .item .name {
  transition: .5s;
  display: inline-block;
  position: relative;
  color: white;
  z-index: 3;
  border: 1px solid white;
  text-align: center;
  padding: 25px 45px;
}
.goods_typelist .item .name span {
  font-size: 24px;
  text-transform: uppercase;
}
.goods_typelist .item .name p {
  font-size: 24px;
}
.goods_typelist .item.item1 {
  width: 570px;
  height: 570px;
}
.goods_typelist .item.item1 .pic {
  height: 100%;
}
.goods_typelist .item.item2, .goods_typelist .item.item3 {
  width: 570px;
  height: 270px;
}
.goods_typelist .item.item4, .goods_typelist .item.item5 {
  width: 570px;
  height: 342px;
}

/*产品*/
.goods .owl_goods {
  margin-bottom: 50px;
  margin-top: 55px;
}
.goods .owl_goods .item {
  width: 90%;
  margin: 0 auto;
}
.goods .owl_goods .item .pic {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
  padding: 15px;
}
.goods .owl_goods .item p {
  text-align: center;
  color: #3e3d3d;
  font-size: 18px;
  margin-top: 15px;
}
.goods .owl-buttons {
  position: relative;
}
.goods .owl-theme .owl-controls {
  bottom: 61%;
}
.goods .owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  top: 0;
}
.goods .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -43px;
  background: url("../images/owl_lf.png") no-repeat center;
  background-size: cover;
}
.goods .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -43px;
  background: url("../images/owl_rt.png") no-repeat center;
  background-size: cover;
}

/*新闻*/
.news {
  background: #f6f6f6;
  padding-top: 70px;
  padding-bottom: 70px;
}
.news .news_list {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}
.news .news_list .item {
  position: relative;
  bottom: 0;
  width: 32%;
  background: white;
  transition: .5s;
}
.news .news_list .item:hover {
  bottom: 20px;
}
.news .news_list .item:hover .title {
  font-weight: 600;
}
.news .news_list .item:hover .summary {
  color: grey;
}
.news .news_list .item .message {
  padding: 25px;
}
.news .news_list .item .title {
  font-size: 16px;
  color: black;
}
.news .news_list .item .date {
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 12px;
  color: #2b2a2a;
}
.news .news_list .item .summary {
  font-size: 14px;
}

@media (max-width: 768px) {
  .about .content .message .summary {
    margin-top: 12px;
    margin-bottom: 20px;
  }

  .about .content .message {
    margin: 0;
    padding: 15px;
  }

  .about .content .message h6 {
    font-size: 20px;
  }

  .about .content .message p {
    font-size: 18px;
  }

  .about .icon_list ul {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }

  .poster .content {
    position: static;
  }

  .about .content {
    display: block;
    margin-bottom: 18px;
  }

  .about .icon_list {
    margin: 15px 0;
  }

  .poster .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .poster {
    height: 406px;
  }

  .about .icon_list ul li {
    margin-bottom: 13px;
    width: 48%;
    height: 167px;
  }
  .about .icon_list ul li:last-child {
    display: none;
  }

  .goods_typelist .item .name p {
    font-size: 20px;
  }

  .goods_typelist .item .name span {
    font-size: 18px;
  }

  .goods_typelist .item .name {
    padding: 3px 12px;
  }

  .goods_typelist {
    margin-bottom: 0;
    padding: 15px;
  }
  .goods_typelist .item {
    margin-bottom: 20px;
    width: 47% !important;
    float: left;
    height: 170px !important;
  }
  .goods_typelist .item:nth-child(2n) {
    float: right;
  }

  .public_title p {
    font-size: 20px;
  }

  .public_title span {
    font-size: 16px;
  }

  .goods .owl_goods {
    margin-bottom: 24px;
    margin-top: 29px;
  }

  .goods .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0;
  }

  .goods .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
  }

  .goods .owl_goods .item {
    width: 70%;
  }

  .news {
    padding-bottom: 26px;
    padding-top: 35px;
  }
  .news .news_list {
    margin-top: 12px;
    padding: 15px;
  }
  .news .news_list .item {
    width: 100%;
  }

  .about .icon_list ul li span {
    min-height: 40px;
  }
}

/*# sourceMappingURL=index.css.map */
