/*_title*/
._title {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  padding-left: 25px;
  position: relative;
}
._title:before {
  width: 5px;
  height: 29px;
  background: #d0121c;
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
}
._title > p {
  color: #898989;
  font-size: 34px;
  font-family: cursive;
  margin: 0 15px;
}
._title h5 {
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  color: black;
}
._title .message {
  font-size: 14px;
  color: #898989;
}

._more {
  font-size: 14px;
  background: #808080;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  width: 88px;
  height: 25px;
  border-radius: 20px;
  color: white;
}
._more:hover {
  color: white;
  background: #d0121c;
}

.shipin {
  width: 100%;
  height: 457px;
}
.shipin video {
  width: 100% !important;
  height: 100% !important;
}

/*product*/
.product {
  padding: 120px 0;
}
.product .container2 {
  overflow: visible;
}
.product .owl_goods {
  position: relative;
}
.product .owl_goods .item {
  padding: 70px 0;
  text-align: center;
}
.product .owl_goods .item:hover {
  background: #f6f6f6;
}
.product .owl_goods .item ._more {
  margin: 0 auto;
}
.product .owl_goods .item .pic {
  margin-bottom: 50px;
  padding: 5px;
}
.product .owl_goods .item .pic img {
  max-width: 200px;
  max-height: 200px;
}
.product .owl_goods .item .name {
  margin-bottom: 5px;
  font-size: 24px;
  color: #444444;
}
.product .owl_goods .item .summary {
  font-size: 14px;
  color: #444444;
  margin-bottom: 56px;
}
.product .swiper-button-next, .product .swiper-button-prev {
  background: none;
}
.product .swiper-button-next {
  right: -30px;
}
.product .swiper-button-prev {
  left: -30px;
}

/*case*/
.case .swiper-button-next, .case .swiper-button-prev {
  background: none;
}
.case .swiper-button-next {
  right: 160px;
}
.case .swiper-button-prev {
  left: 160px;
}
.case .owl_case {
  position: relative;
}
.case .owl_case .item {
  height: 767px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.case .owl_case .item:hover:after {
  opacity: 1;
}
.case .owl_case .item:hover .name {
  bottom: 0;
}
.case .owl_case .item:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: .5s;
  opacity: 0;
}
.case .owl_case .item .name {
  color: white;
  padding: 20px 100px;
  position: relative;
  bottom: -200px;
  z-index: 2;
  font-size: 22px;
  background: rgba(0, 0, 0, 0.7);
  transition: .5s;
}

/*about*/
.about {
  padding: 120px 0;
}
.about .content {
  display: flex;
  align-items: center;
}
.about .content .lf {
  flex: 1;
  padding-right: 45px;
}
.about .content .lf .summary {
  font-size: 16px;
  color: #5a5a5a;
  margin-bottom: 50px;
}
.about .content .rt {
  text-align: right;
}

/*news*/
.news {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #fafafa;
}
.news .content {
  display: flex;
  align-items: center;
}
.news ._title {
  position: relative;
}
.news ._title ._more {
  position: absolute;
  right: 0;
  top: 0;
}
.news .lf {
  height: 292px;
}
.news .rt {
  padding-left: 40px;
}
.news .rt .list .item {
  position: relative;
  border-bottom: 1px solid black;
  margin-bottom: 30px;
}
.news .rt .list .item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.news .rt .list .item:last-child .summary {
  margin-bottom: 0;
}
.news .rt .list .item:hover .title {
  color: #d0121c;
}
.news .rt .list .item:hover .summary {
  color: #d0121c;
}
.news .rt .list .item:hover .addtime {
  color: #d0121c;
}
.news .rt .list .item .summary {
  font-size: 14px;
  color: #b9b9b9;
  margin-top: 20px;
  margin-bottom: 30px;
}
.news .rt .list .item .addtime {
  font-size: 18px;
  color: #b9b9b9;
  position: absolute;
  right: 0;
  top: 0;
}
.news .rt .list .item .title {
  font-size: 24px;
  color: #2b2b2b;
  padding-left: 10px;
  border-left: 3px solid #d0121c;
}

/*feedback_box*/
.feedback_box {
  background: url("../images/feedback_bg.png") no-repeat center;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}
.feedback_box .feedback_box_top_title {
  font-size: 16px;
  color: #a5a5a5;
  text-align: center;
}
.feedback_box .main_content .pic {
  position: absolute;
  top: -43px;
  left: 50%;
  margin-left: -42px;
}
.feedback_box .feedback_content {
  margin-top: 30px;
}
.feedback_box .feedback_content .formlist {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feedback_box .feedback_content .input_box {
  width: 30%;
  margin: 0 30px;
}
.feedback_box .feedback_content .code_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feedback_box .feedback_content .code_box img {
  margin-left: 15px;
}
.feedback_box .feedback_content .infoInput {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #a5a5a5;
  padding: 5px;
  padding-left: 15px;
  color: white;
}
.feedback_box .feedback_content #feedbackbotton {
  background: #d0121c;
  color: white;
  border: 0;
  border-radius: 20px;
  width: 80px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1450px) {
  .product .owl_goods .item .pic img {
    max-width: 175px;
    max-width: 175px;
  }

  .case .owl_case .item {
    height: 600px;
  }

  .case .owl_case .item .name {
    padding: 20px 80px;
    font-size: 20px;
  }

  .about .content .rt {
    width: 55%;
  }

  .product, .about, .news {
    padding: 70px 0;
  }

  .news .rt .list .item .title {
    font-size: 20px;
  }

  .news .rt .list .item .addtime {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .product .owl_goods .item {
    padding: 30px 0;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: auto;
    height: auto;
    text-align: center;
  }
  .swiper-button-next img,
  .swiper-button-prev img {
    max-width: 32%;
  }

  .case .owl_case .item {
    height: 437px;
  }

  .product .owl_goods .item .name {
    font-size: 20px;
  }

  .product .owl_goods .item .summary {
    margin-bottom: 26px;
  }

  ._title h5 {
    font-size: 24px;
  }

  .case .swiper-button-next img, .case .swiper-button-prev img {
    max-width: 60%;
  }

  .about ._more {
    margin: 0 auto;
  }

  .news ._title ._more {
    display: none;
  }

  .feedback_box .main_content .pic {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    top: -30px;
  }

  .news .rt .list .item .title {
    font-size: 16px;
  }

  .about .content .lf {
    padding-right: 0;
  }

  .news .rt .list .item .addtime {
    display: none;
  }

  .news .rt {
    padding-left: 0;
  }

  .about .content .lf .summary {
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .about .content {
    display: block;
  }

  .case .swiper-button-prev {
    left: 0;
  }

  .case .swiper-button-next {
    right: 0;
  }

  .case .owl_case .item .name {
    bottom: 0;
    font-size: 14px;
    padding: 10px 30px;
  }

  ._title .message p:nth-child(1) {
    display: none;
  }

  ._title .message {
    text-align: center;
    margin-top: 5px;
  }

  ._title:before {
    display: none;
  }

  ._title {
    padding-left: 0;
    flex-direction: column;
  }

  ._title > p {
    display: none;
  }

  .product .swiper-button-prev {
    left: 0;
  }

  .product .swiper-button-next {
    right: 0;
  }

  .feedback_box .feedback_content .formlist {
    flex-direction: column;
  }

  .feedback_box .feedback_content #feedbackbotton {
    width: 109px;
    height: 29px;
  }

  .feedback_box .feedback_content .input_box {
    width: 82%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=index.css.map */
