._title {
  text-align: center;
  margin-bottom: 30px;
}
._title img {
  position: relative;
  top: 13px;
}
._title div {
  font-size: 36px;
  font-weight: 600;
  color: #5a5a5a;
  display: flex;
  align-items: center;
  justify-content: center;
}
._title div p {
  color: #a70303;
  font-size: 36px;
}
._title div h1 {
  font-size: 36px;
}

/*goods*/
.goods {
  margin-top: 80px;
  margin-bottom: 160px;
}
.goods .typelist {
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 13px;
  border-bottom: 2px solid #283933;
}
.goods .typelist ul {
  display: inline-block;
}
.goods .typelist ul li a {
  display: block;
  font-size: 18px;
  color: #5a5a5a;
  padding: 8px 19px;
}
.goods .typelist ul li:hover a, .goods .typelist ul li.on a {
  background: #d7241a;
  color: white;
}
.goods .goods_list {
  text-align: center;
}
.goods .goods_list .item_list {
  text-align: left;
  display: none;
}
.goods .goods_list .item {
  border: 1px solid transparent;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 27px;
}
.goods .goods_list .item .name {
  font-size: 16px;
  color: #2e2e2e;
  padding: 10px 0;
  text-align: center;
}
.goods .goods_list .item img {
  transition: .5s;
}
.goods .goods_list .item:nth-child(4n) {
  margin-right: 0;
}
.goods .goods_list .item:hover {
  border: 1px solid #a70303;
}
.goods .goods_list .item:hover img {
  transform: scale(1.03);
}
.goods .goods_list .item:hover .name {
  background: #a70303;
  color: white;
}

/*youshi*/
.youshi {
  background: #f6f6f6;
  padding-bottom: 45px;
}
.youshi ._title {
  background: url("../images/youshi_title_bg.png") no-repeat center;
  background-size: cover;
  margin: 0 auto;
  width: 86%;
  position: relative;
  top: -48px;
}
.youshi ._title div p, .youshi ._title div h1 {
  color: white;
}
.youshi .content {
  margin: 0 auto;
  width: 86%;
}
.youshi .content .top {
  padding-top: 15px;
  background: white;
  border: 1px solid #e4e4e4;
  margin-bottom: 10px;
}
.youshi .content .top .message_box {
  padding-right: 65px;
}
.youshi .content .top .message_box ul {
  margin-top: 50px;
}
.youshi .content .top .message_box ul li {
  display: flex;
  border-bottom: 1px dashed #bfbfbf;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.youshi .content .top .message_box ul li .num {
  font-weight: 600;
  font-size: 48px;
  color: #a70303;
  margin-top: -16px;
  font-style: italic;
}
.youshi .content .top .message_box ul li .message {
  flex: 1;
  margin-left: 40px;
}
.youshi .content .top .message_box ul li .message .title {
  font-weight: 600;
  font-size: 24px;
  color: #a70303;
  margin-bottom: 15px;
}
.youshi .content .top .message_box ul li .message .summary {
  font-size: 14px;
  color: #5a5a5a;
  padding-right: 30px;
  line-height: 2;
}
.youshi .content .top .message_box ul li:last-child {
  border-bottom: 0;
}
.youshi .content .top .pic {
  height: 400px;
  overflow: hidden;
  border-radius: 100px 0 100px 0;
}

.youshi .content .bottom .message_box {
  padding-right: 0;
  padding-left: 65px;
}

/*case*/
.case {
  background: url("../images/case_bg.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 90px;
  padding-bottom: 100px;
}
.case .owl_case {
  margin-bottom: 55px;
}
.case .owl_case .item {
  text-align: center;
  position: relative;
  padding: 0 15px;
}
.case .owl_case .item .pic {
  width: 100%;
  height: 320px;
}
.case .owl_case .item .name {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  width: 360px;
  height: 44px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 48px;
  left: 15px;
}
.case .owl_case .item:hover .pic {
  border: 7px solid white;
}
.case .more {
  background: #d7241a;
  color: white;
  border-radius: 20px;
  width: 164px;
  height: 42px;
  margin: 0 auto;
}
.case ._title div p, .case ._title div h1 {
  color: white;
}

/*about*/
.about {
  padding-top: 70px;
  background: #fafafa;
  padding-bottom: 50px;
  background: url("../images/about_bg.jpg") no-repeat center;
  background-size: cover;
}
.about .name img {
  margin-bottom: 10px;
  margin-top: 8px;
}
.about .name p {
  font-size: 24px;
  color: #5a5a5a;
  font-weight: 600;
}
.about .name .line {
  width: 20px;
  height: 9px;
  background: #d7241a;
}
.about .summary {
  width: 82%;
  font-size: 16px;
  color: #676767;
  line-height: 2;
  margin-top: 10px;
  margin-bottom: 15px;
}
.about .shebei {
  margin-top: 25px;
  display: flex;
}
.about .shebei .rt {
  flex: 1;
  background: #d7241a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .shebei .rt .more {
  width: 161px;
  height: 55px;
  border: 1px solid white;
  color: white;
  font-size: 18px;
}

/*honer*/
.honer {
  padding: 70px 0;
}
.honer .owl_zhengshu .item {
  text-align: center;
}

/*news*/
.news {
  background: #fafafa;
  padding: 70px 0;
}
.news .list .item {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #e5e5e5;
}
.news .list .item .time {
  background: #343434;
  color: white;
  text-align: center;
  width: 118px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.news .list .item .time .day {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}
.news .list .item .time .year {
  font-size: 12px;
}
.news .list .item .message {
  flex: 1;
  margin-left: 35px;
  color: #5a5a5a;
}
.news .list .item .message .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}
.news .list .item .message .summary {
  line-height: 2;
  font-size: 14px;
}
.news .list .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.news .list .item:hover .time {
  background: #d7241a;
}

.owl-theme .owl-controls .owl-buttons div {
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  opacity: 1 !important;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  background: url("../images/owl_lf1.png") no-repeat center;
  background-size: cover;
  float: left;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
  background: url("../images/owl_lf2.png") no-repeat center;
  background-size: cover;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
  background: url("../images/owl_rt1.png") no-repeat center;
  background-size: cover;
  float: right;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background: url("../images/owl_rt2.png") no-repeat center;
  background-size: cover;
}

.owl-theme .owl-controls {
  bottom: 39%;
}

.banner.owl-theme .owl-controls {
  bottom: 3%;
}
.banner.owl-theme .owl-controls .owl-page.active span, .banner.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #a70303;
}

@media (max-width: 768px) {
  ._title {
    margin-bottom: 16px;
  }

  ._title img {
    position: relative;
    top: 4px;
    width: 129px;
  }

  ._title div p, ._title div h1 {
    font-size: 16px;
  }

  .goods .typelist ul {
    display: block;
  }
  .goods .typelist ul li {
    margin-bottom: 15px;
    display: none;
  }
  .goods .typelist ul li:last-child, .goods .typelist ul li:nth-child(1), .goods .typelist ul li:nth-child(2), .goods .typelist ul li:nth-child(3), .goods .typelist ul li:nth-child(4), .goods .typelist ul li:nth-child(5) {
    display: block;
  }

  .goods .typelist ul li a {
    font-size: 14px;
    background: #d7241a;
    color: white;
    padding: 8px 0px;
    width: 90%;
    margin: 0 auto;
  }

  .goods .goods_list .item {
    width: 48%;
    float: left;
    margin: 0;
    display: none;
  }
  .goods .goods_list .item:nth-child(2n) {
    float: right;
  }
  .goods .goods_list .item:nth-child(1), .goods .goods_list .item:nth-child(2), .goods .goods_list .item:nth-child(3), .goods .goods_list .item:nth-child(4) {
    display: block;
  }

  .goods .goods_list .item .name {
    font-size: 14px;
  }

  .goods {
    padding: 0 15px;
    margin-bottom: 75px;
    margin-top: 45px;
  }

  .goods .typelist {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .goods .typelist li {
    width: 33.33%;
    float: left;
  }

  .youshi {
    padding: 0 15px;
  }

  .youshi ._title {
    width: 100%;
    top: -22px;
  }

  .youshi .content {
    width: 100%;
  }

  .youshi .content .top {
    padding-top: 0;
  }

  .youshi .content .top .message_box {
    padding-right: 0;
  }

  .youshi .content .top .message_box ul li {
    padding: 10px;
    margin-bottom: 7px;
  }

  .youshi .content .top .message_box ul li .num {
    font-size: 20px;
    margin-top: -3px;
  }

  .youshi .content .top .message_box ul li .message .title {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .youshi .content .top .message_box ul li .message .summary {
    font-size: 12px;
    padding-right: 0;
  }

  .youshi .content .top .message_box ul li .message {
    margin-left: 18px;
  }

  .youshi .content .top .pic {
    display: none;
  }

  .youshi .content .top .message_box ul {
    margin-top: 0;
  }

  .youshi .content .bottom .message_box {
    padding-left: 0;
  }

  .case {
    padding: 45px 15px;
  }

  .case .owl_case {
    margin-bottom: 39px;
  }

  .about .name p {
    font-size: 16px;
  }

  .about .name img {
    width: 100px;
  }

  .about .summary {
    width: 100%;
    font-size: 12px;
  }

  .about .more img {
    width: 25px;
  }

  .about {
    padding: 45px 15px;
  }

  .about .shebei {
    display: block;
  }

  .about .shebei .rt {
    width: 100%;
    padding: 10px 0;
  }

  .about .shebei .rt .more {
    font-size: 14px;
    width: 130px;
    height: 36px;
  }

  .honer {
    padding: 45px 15px;
  }

  .owl-theme .owl-controls .owl-buttons div {
    width: 30px;
    height: 30px;
  }

  .news .list .item .message .title {
    font-size: 14px;
  }

  .news .list .item .message .summary {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .news .list .item .message {
    margin-left: 21px;
  }

  .news .list .item .time {
    width: 81px;
    height: 94px;
  }

  .news {
    padding: 45px 15px;
  }
}

/*# sourceMappingURL=index.css.map */
