._title {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._title p {
  font-weight: bold;
  font-size: 30px;
  color: black;
  margin: 0 25px;
}

._more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background: #ff9504;
  border-radius: 20px;
  width: 162px;
  color: white;
  height: 38px;
}
._more:hover {
  color: white;
}

/*youshi*/
.youshi {
  margin-bottom: 130px;
  padding: 25px 0;
  background: url("../images/youshi_bg.jpg") no-repeat center;
  background-size: cover;
}
.youshi ul {
  display: flex;
  justify-content: space-between;
}
.youshi ul li {
  padding: 0 40px;
  text-align: center;
  border-right: 1px dashed white;
  color: white;
}
.youshi ul li h5 {
  font-size: 14px;
  margin-bottom: 5px;
}
.youshi ul li strong {
  font-size: 40px;
  font-weight: bold;
}
.youshi ul li p {
  font-size: 14px;
  width: 200px;
  margin: 0 auto;
}
.youshi ul li:last-child {
  border-right: 0;
}

/*goods*/
.goods {
  margin-bottom: 130px;
}
.goods .content {
  /*display: grid;
  grid-template-columns:repeat(3,1fr);*/
  margin-top: 70px;
}
.goods .content .item {
  width: 94%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin: 7px;
  border: 1px solid #cbcbcb;
  background: #fafafa;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  background: #fafafa;
  margin-bottom: 20px;
}
.goods .content .item .title {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 8px 25px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  background: rgba(0, 128, 194, 0.8);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.goods .content .item .pic {
  padding: 20px;
}
.goods .content .item img {
  transition: .5s;
}
.goods .content .item:hover .title {
  background: #0080c2;
}
.goods .content .item:hover img {
  transform: scale(1.01);
}
.goods .typelist {
  display: flex;
  align-items: center;
  justify-content: center;
}
.goods .typelist .item {
  margin: 0 10px;
  background: #eaeaea;
  color: #333333;
  padding: 10px 30px;
  font-size: 18px;
  text-align: center;
}
.goods .typelist .item:hover {
  background: #0080c2;
  color: white;
}
.goods .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.goods .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.goods .swiper-grid-column > .swiper-wrapper {
  flex-direction: initial;
}

/*about*/
.about {
  margin-bottom: 50px;
  background: url("../images/about_bg.jpg") no-repeat center;
  background-attachment: fixed;
}
.about .rt {
  height: 625px;
  width: 560px;
  background: url("../images/about_bg2.png") no-repeat center;
  background-size: cover;
  color: white;
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 90px;
}
.about .rt ._more {
  float: right;
  background: white;
  color: black;
}
.about .rt ._more:hover {
  background: #d04528;
  color: white;
}
.about .rt .summary {
  margin-bottom: 45px;
  font-size: 14px;
  line-height: 2;
}
.about .rt .title {
  margin-bottom: 90px;
  display: flex;
  align-items: flex-end;
}
.about .rt .title p {
  font-size: 30px;
  font-weight: bold;
  margin-right: 15px;
}
.about .rt .title img {
  position: relative;
  top: -5px;
}

/*shebei*/
.shebei {
  overflow: hidden;
  margin-bottom: 130px;
  position: relative;
}
.shebei .owl_shebei .item {
  text-align: center;
}
.shebei .owl_shebei .item .pic {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  padding: 5px;
}
.shebei .owl_shebei .item p {
  font-size: 16px;
  color: black;
  margin-top: 15px;
}
.shebei .owl_lf {
  position: absolute;
  left: 0;
  top: 68px;
  cursor: pointer;
  z-index: 33;
}
.shebei .owl_rt {
  position: absolute;
  right: 0;
  top: 68px;
  z-index: 33;
  cursor: pointer;
}

/*news*/
.news {
  padding-top: 100px;
  background: #f8f8f8;
  padding-bottom: 80px;
}
.news .content {
  display: flex;
  justify-content: space-between;
}
.news .content .item {
  width: 32%;
}
.news .content .item .title {
  margin: 15px 0;
  font-size: 18px;
  color: black;
  padding-left: 10px;
  border-left: 5px solid #0080c2;
}
.news .content .item .summary {
  font-size: 14px;
  color: #898989;
  line-height:1.5;
white-space: normal;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   word-break: break-all;

}
.news ._more {
  margin: 0 auto;
  margin-top: 40px;
  background: #0080c2;
}

@media (max-width: 1450px) {
  .youshi ul li {
    padding: 0 17px;
  }

  .shebei .owl_rt {
    right: -133px;
  }

  .shebei .owl_lf {
    left: -133px;
  }
}
@media (max-width: 1366px) {
  .shebei {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .goods {
    margin-top: 45px;
  }

  .goods .typelist {
    flex-wrap: wrap;
    display: block;
  }

  .goods .content .item span {
    display: none;
  }

  .goods .content {
    margin-top: 10px;
    padding-bottom: 50px;
  }

  .goods .content .item .name {
    position: static;
  }

  .goods .content .item .title {
    position: static;
    padding: 2px 5px;
  }

  .goods .typelist .item {
    width: 48%;
    padding: 10px 5px;
    font-size: 16px;
    margin: 0;
    margin-bottom: 20px;
    float: left;
  }
  .goods .typelist .item:nth-child(2n) {
    float: right;
  }

  .goods .content .item {
    box-shadow: none;
  }

  .youshi {
    padding: 0;
    margin-bottom: 45px;
  }

  .youshi ul li {
    padding: 10px 0;
    flex-direction: column;
    border-bottom: 0px solid white;
    border-right: 0px solid white;
  }
  .youshi ul li img {
    max-width: 37px;
    min-height: 40px;
    max-height: 40px;
    margin-bottom: 15px;
  }

  .youshi ul li .message p {
    display: none;
  }

  .youshi ul li .message {
    margin-left: 0;
    text-align: center;
  }

  .youshi ul li .message h5 {
    font-size: 14px;
    font-weight: inherit;
  }

  ._title p {
    font-size: 16px;
  }

  ._title img {
    width: 100px;
  }

  .goods .content .lf {
    padding-right: 0;
    margin-bottom: 12px;
    float: none;
  }

  .goods .content {
    grid-template-columns: repeat(2, 1fr);
  }

  ._title {
    margin-bottom: 28px;
  }

  ._more {
    width: 128px;
    height: 31px;
  }

  .goods .content .item .name {
    font-size: 14px;
    padding: 5px;
    position: static;
    width: 100%;
    text-align: center;
  }

  .goods {
    margin-bottom: 12px;
  }
  .goods .wap_list .list .item {
    width: 48%;
    float: left;
    text-align: center;
    border: 1px solid #d3d3d3;
    margin-bottom: 20px;
  }
  .goods .wap_list .list .item .name {
    padding: 5px;
  }
  .goods .wap_list .list .item:nth-child(2n) {
    float: right;
  }

  .shebei .owl_lf, .shebei .owl_rt {
    display: none;
  }

  .about .rt {
    float: none;
    width: 100%;
    padding: 15px;
    padding-top: 35px;
    height: auto;
  }

  .about .rt .title p {
    font-size: 16px;
  }

  .about .rt .title {
    margin-bottom: 19px;
  }

  .about .rt .summary {
    margin-bottom: 20px;
  }

  .about .rt ._more {
    float: none;
    margin: 0 auto;
  }

  .about {
    margin-bottom: 33px;
    padding: 30px 0;
  }

  .shebei {
    margin-bottom: 31px;
  }

  .news .content .item {
    display: none;
    width: 100%;
  }

  .news .content .item:first-child {
    display: block;
  }

  .news {
    padding-top: 43px;
    padding-bottom: 40px;
  }

  .news .content .item .title {
    font-size: 16px;
  }

  .news ._more {
    margin: 0 auto;
    margin-top: 19px;
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=index.css.map */