.banner.owl-theme .owl-controls .owl-buttons div.owl-prev {
  background: url("../images/banner_lf.png") no-repeat center;
  background-size: cover;
  left: 75px;
}
.banner.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 75px;
  background: url("../images/banner_rt.png") no-repeat center;
  background-size: cover;
}
.banner.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0 !important;
  border-radius: 0;
  width: 40px;
  height: 50px;
}
.banner .owl-buttons {
  position: relative;
}
.banner.owl-theme .owl-controls {
  bottom: 56%;
}
.banner img{
	width:100%;
}

/*product*/
.product {
  padding-top: 160px;
}
.product .top_content {
  margin-bottom: 40px;
}
.product .top_content .typelist {
  margin-top: 65px;
}
.product .top_content .typelist ul {
  display: flex;
}
.product .top_content .typelist ul li {
  flex: 1;
  margin: 0 4px;
}
.product .top_content .typelist ul li a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 46px;
  font-size: 16px;
  color: black;
  border: 1px solid #e5e5e5;
  position: relative;
}
.product .top_content .typelist ul li a img {
  position: absolute;
  right: 24px;
  top: 12px;
  width: 20px;
}
.product .top_content .typelist ul li a .pic2 {
  display: block;
}
.product .top_content .typelist ul li a .pic1 {
  display: none;
}
.product .top_content .typelist ul li:hover a {
  background: #be0000;
  color: white;
}
.product .top_content .typelist ul li:hover a .pic1 {
  display: block;
}
.product .top_content .typelist ul li:hover a .pic2 {
  display: none;
}
.product .owl_goods {
  position: relative;
  margin-bottom: 120px;
}
.product .owl_goods .swiper-button-prev {
  left: 156px;
  right: auto;
  bottom: 220px;
  top: inherit;
}
.product .owl_goods .swiper-container {
  width: 87%;
}
.product .owl_goods .swiper-container .item {
  position: relative;
  /*   background: #f4f4f4;*/
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
}
.product .owl_goods .swiper-container .item .content {
  box-shadow: 0 -2px 15px 3px #f5f5f5;
  margin: 23px;
  margin-bottom: -3px;
}
.product .owl_goods .swiper-container .item .pic {
  padding: 30px;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}
.product .owl_goods .swiper-container .item .pic img {
  transition: .5s;
}
.product .owl_goods .swiper-container .item .name {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  font-size: 16px;
  background: #be0000;
  color: white;
  width: 312px;
  margin: 0 auto;
  opacity: 1;
  margin-bottom: 15px;
}
.product .owl_goods .swiper-container .item:hover .content {
  box-shadow: 0 -2px 15px 3px #ccc;
}
.product .owl_goods .swiper-container .item:hover .name {
  opacity: 1;
}
.product .owl_goods .swiper-container .item:hover .pic img {
  transform: scale(1.05);
}
.product .swiper-button-prev, .product .swiper-container-rtl .swiper-button-next,
.product .swiper-button-next, .product .swiper-container-rtl .swiper-button-prev {
  background: none;
}
.product .swiper-button-next, .product .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.product .swiper-button-next img {
  transform: rotate(180deg);
}

/*about*/
.about {
  background: url("../images/about_bg.jpg") no-repeat top center;
  padding-top: 190px;
  padding-bottom: 112px;
}
.about .content2 .summary {
  color: #626262;
  font-size: 16px;
  margin-top: 50px;
  margin-bottom: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 2;
}
.about .content2 .more {
  background: #cb2935;
  color: white;
  width: 114px;
  height: 28px;
  margin-bottom: 100px;
}

.owl_about {
  display: flex;
  background: #be0000;
}
.owl_about .anniu {
  flex: 1;
  background: #be0000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl_about .swiper-container2 .item {
  position: relative;
  overflow: hidden;
}
.owl_about .swiper-container2 .item:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 200px;
  position: absolute;
  z-index: 1;
  background: rgba(203, 41, 53, 0.45);
  transition: .5s;
}
.owl_about .swiper-container2 .item .message {
  position: absolute;
  color: white;
  border: 1px solid white;
  width: 168px;
  height: 58px;
  display: none;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  margin-left: -84px;
  margin-top: -29px;
  text-align: center;
  z-index: 2;
}
.owl_about .swiper-container2 .item:hover:after {
  top: 0;
}
.owl_about .swiper-container2 .item:hover .message {
  display: flex;
}
.owl_about .container2 {
  overflow: hidden;
}

/*case*/
.case {
  margin-top: 160px;
  margin-bottom: 160px;
}
.case .content .lf {
  width: 66%;
  padding-right: 5px;
}
.case .content .lf .top {
  margin-bottom: 15px;
}
.case .content .lf .top .more {
  float: right;
  background: #be0000;
  color: white;
  font-size: 16px;
  width: 200px;
  height: 140px;
  color: white;
}
.case .content .rt {
  width: 34%;
  padding-left: 5px;
}
.case .content .item {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  overflow: hidden;
}
.case .content .item .pic {
  transition: .5s;
}
.case .content .item .name {
  width: 180px;
  height: 50px;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -90px;
  margin-top: -25px;
  color: white;
  padding: 5px;
  text-align: center;
}
.case .content .item:hover .name {
  display: none;
}
.case .content .item:hover .pic {
  transform: scale(1.05);
}
.case .content .item2, .case .content .item4 {
  float: right;
}
.case .content .item3, .case .content .item4, .case .content .item5 {
  margin-bottom: 0;
}

/*nes*/
.nes .item {
  border: 5px solid white;
  position: relative;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nes .message {
  position: absolute;
  left: 45px;
  bottom: 45px;
}
.nes .message .title {
  color: white;
  font-size: 28px;
}

.nes_list {
  background: #e7e7e7;
  margin-top: 90px;
  padding: 40px 0;
  color: black;
}
.nes_list ._title2 {
  font-size: 30px;
  margin-bottom: 15px;
}
.nes_list .lf ul li {
  margin-bottom: 20px;
  width: 100%;
  float: none;
}
.nes_list .lf ul li a {
  display: block;
}
.nes_list .lf ul li a .title {
  margin-bottom: 3px;
  font-size: 16px;
}
.nes_list .lf ul li a .addtime {
  font-size: 12px;
}
.nes_list .lf ul li:hover a {
  color: #be0000;
}
.nes_list .rt ul {
  display: flex;
  justify-content: space-between;
}
.nes_list .rt ul li {
  padding: 10px;
}
.nes_list .rt ul li a {
  text-align: center;
}
.nes_list .rt ul li a p {
  margin-top: 15px;
  font-size: 16px;
}
.nes_list .rt ul li a img {
  transition: .5s;
}
.nes_list .rt ul li:hover img {
  transform: scale(1.05);
}

@media (max-width: 1450px) {
  .product .owl_goods .swiper-container {
    padding: 15px;
  }

  .product .owl_goods .swiper-button-prev {
    left: 113px;
  }

  .case .content .lf {
    width: 63%;
    padding-right: 0;
  }

  .case .content .rt {
    width: 37%;
    padding-left: 13px;
    padding-right: 20px;
  }

  .case .content .item {
    width: 363px;
  }

  .case .content .item.item5 {
    width: 100%;
  }

  .case .content .lf .top ._title {
    width: 75%;
  }

  .case .content .lf .top .more {
    width: 180px;
    height: 140px;
  }

  .about {
    background: url(../images/about_bg.jpg) no-repeat center;
    background-size: cover;
    padding-top: 127px;
  }

  .product .owl_goods .swiper-container .item .pic img {
    max-width: 90%;
  }

  .product {
    padding-top: 90px;
  }

  /*.product .owl_goods .swiper-container .item .pic img{
     max-width: 60%;
  }*/
  .product .owl_goods .swiper-container .item .message {
    height: 440px;
    width: 220px;
  }

  .product .owl_goods {
    margin-bottom: 80px;
  }

  .product .owl_goods .swiper-container .item .pic {
    height: 335px;
  }

  .case {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .product .top_content .typelist ul li a {
    font-size: 14px;
  }

  .product .top_content .typelist ul li a img {
    right: 5px;
  }
}
@media (max-width: 1366px) {
  .product .owl_goods .swiper-container .item .pic {
    padding: 46px;
  }
}
@media (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    background-size: 64% !important;
  }

  .product .top_content .typelist ul li a {
    font-size: 14px;
    width: 98%;
    margin-bottom: 4%;
  }

  .product .top_content .typelist ul {
    display: block;
  }

  .product .top_content .typelist ul li {
    width: 50%;
    margin: 0;
  }
  .product .top_content .typelist ul li a {
    float: left;
  }
  .product .top_content .typelist ul li:nth-child(2n) a {
    float: right;
  }

  .product .top_content .typelist {
    margin-top: 34px;
    margin-bottom: 25px;
  }

  .product .owl_goods .swiper-container {
    width: 100%;
    float: none;
  }

  .product .owl_goods .swiper-container .item .pic {
    margin-top: 0;
    padding: 15px;
    height: auto;
    flex-direction: column;
  }

  .product .owl_goods .swiper-button-prev,
  .product .owl_goods .swiper-button-next {
    width: 23px;
    height: 45px;
  }

  .product .owl_goods .swiper-button-next {
    right: 15px;
    top: 119px;
    background: url("../images/goods_lf.png") no-repeat center;
    background-size: cover;
    transform: rotate(180deg);
  }

  .product .owl_goods .swiper-button-prev {
    left: 15px;
    right: auto;
    top: 119px;
    background: url("../images/goods_lf.png") no-repeat center;
    background-size: cover;
  }

  .product .owl_goods .swiper-container .item .name {
    opacity: 1;
    height: 45px;
    font-size: 14px;
  }

  .product {
    padding: 50px 15px;
    padding-bottom: 0;
  }

  .product .top_content {
    margin-bottom: 17px;
  }

  .about .content2 .summary {
    font-size: 14px;
    margin-top: 18px;
    margin-bottom: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }

  .about {
    padding-top: 46px;
    padding-bottom: 345px;
    background: url("../images/wap_about_bg.jpg") no-repeat center;
    background-size: cover;
  }

  .about_content {
    display: none;
  }

  .owl_about {
    margin-top: 0;
    display: block;
    background: #a70302;
  }

  .about .swiper-container2 {
    position: relative;
  }

  .owl_about .swiper-container2 {
    position: relative;
  }

  .owl_about .swiper-button-next {
    background: url("../images/wap_rt.jpg") no-repeat center;
    background-size: cover;
    width: 38px;
    height: 66px;
    margin: 0;
    right: 4px;
    top: 45px;
    background-size: cover !important;
  }
  .owl_about .swiper-button-prev {
    background: url("../images/wap_lf.jpg") no-repeat center;
    background-size: cover;
    width: 38px;
    height: 66px;
    margin: 0;
    left: 4px;
    top: 45px;
    background-size: cover !important;
  }

  .owl_about .swiper-container2 .item {
    text-align: center;
  }

  .about .content2 {
    padding: 0 15px;
    margin-top: 0;
  }

  .about .content2 .more {
    margin: 0 auto;
    float: left;
  }

  .case .content .lf, .case .content .rt {
    width: 100%;
    float: none;
  }

  .case .content .lf .top ._title {
    width: 100%;
    float: none;
  }

  .case .content .lf .top .more {
    width: 102px;
    height: 32px;
    float: left;
    margin: 15px auto;
    font-size: 14px;
    margin-bottom: 8px;
  }

  .case .content .rt {
    display: none;
  }

  .case .content .item {
    width: 100%;
    margin-bottom: 0;
  }

  .case .content .bottom {
    padding-bottom: 50px;
  }
  .case .content .owl-theme .owl-controls {
    bottom: 4%;
  }
  .case .content .owl-theme .owl-controls .owl-page.active span, .case .content .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #be0000;
  }

  .case {
    padding: 0 15px;
    margin-top: 54px;
    margin-bottom: 32px;
  }

  .case .content .item .pic {
    filter: grayscale(0);
  }

  .case .content .item .name {
    width: 130px;
    height: 40px;
    margin-left: -65px;
    margin-top: -20px;
    background: rgba(0, 0, 0, 0.5);
  }

  .nes_list ._title2 {
    font-size: 20px;
  }

  .nes {
    padding: 0 15px;
  }

  .nes .item {
    height: 125px;
    border: 0;
    margin-bottom: 15px;
  }

  .product .owl_goods .swiper-container .item .pic img {
    max-width: 60%;
  }

  .nes .message .title {
    font-size: 22px;
  }

  .nes_list {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*# sourceMappingURL=index.css.map */
