.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 68px;
}
.banner img {
  width: 100%;
}
.banner .txt {
  position: absolute;
  top: 38%;
  left: 12%;
  z-index: 2;
}
.banner h1 {
  color: #fff;
}
.banner p {
  color: #fff;
}
.sub_nav ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 2% 0;
}
.sub_nav ul li {
  color: #999999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub_nav ul li a {
  margin:0 6px;
  color:#666;
}
.sub_nav ul li a:last-child {
  color:#a32432;
}
.sub_nav ul li i {
  margin-right: 15px;
}
.sub_nav ul li span {
  margin: 0 8px;
}
.sub_nav ul li.on {
  color: #a32432;
}
.cont_3 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 0 4%;
  background-color: #f2f3f5;
}
.cont_3 h1 {
  width: 100%;
  text-align: center;
  color: #141414;
}
.cont_3 #type {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5%;
}
.cont_3 #type span {
  display: block;
  font-size: 18px;
  white-space: nowrap;
  line-height: 1.8;
  margin-top: 8px;
}
.cont_3 #type ul {
  width: 85%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cont_3 #type ul li {
  cursor: pointer;
  font-size: 18px;
  border-radius: 100px;
  line-height: 1.8;
  color: #141414;
  margin-top: 8px;
  padding: 0 20px;
}
.cont_3 #type ul li.on {
  background-color: #a32432;
  box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  -moz-box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  color: #fff;
}
.cont_3 #type ul li.on a{
  color: #fff;
}
.cont_3 #type ul li:hover {
  color: #a32432;
}
.cont_3 #type ul li:hover.on {
  color: #fff;
}
.cont_3 #industry {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2%;
  padding-bottom: 3%;
}
.cont_3 #industry span {
  display: block;
  font-size: 18px;
  white-space: nowrap;
  line-height: 1.8;
  margin-top: 8px;
}
.cont_3 #industry ul {
  width: 85%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cont_3 #industry ul li {
  cursor: pointer;
  font-size: 18px;
  border-radius: 100px;
  line-height: 1.8;
  color: #141414;
  margin-top: 8px;
  padding: 0 20px;
}
.cont_3 #industry ul li.on {
  background-color: #a32432;
  box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  -moz-box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  color: #fff;
}
.cont_3 #industry ul li:hover {
  color: #a32432;
}
.cont_3 #industry ul li:hover.on {
  color: #fff;
}
.cont_3 .product {
  margin-top: 1%;
}
.cont_3 .product .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont_3 .product .tit p {
  display: flex;
  align-items: center;
}
.cont_3 .product .tit p::before {
  content: '';
  display: inline-block;
  height: 30px;
  width: 5px;
  background-color: #a32432;
  margin-right: 15px;
}
.cont_3 .product .tit a {
  color: #a32432;
}
.cont_3 .product > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 3%;
}
.cont_3 .product > ul > li {
  width: 23%;
  margin-right: 2.66%;
  margin-bottom: 2%;
  background-color: #fff;
  text-align: center;
  padding-bottom: 3%;
  overflow: hidden;
}
.cont_3 .product > ul > li:nth-child(4n) {
  margin-right: 0;
}
.cont_3 .product > ul > li .img {
  width: 100%;
  height: 235px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5% 0 0;
}
.cont_3 .product > ul > li .img img {
  max-height: 100%;
  object-fit: cover;
  display: inline-block;
  max-width: 100%;
}
.cont_3 .product > ul > li p {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 3%;
}
.cont_3 .product > ul > li .label {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.cont_3 .product > ul > li .label i {
  display: block;
  background-color: #fafafa;
  color: #666;
  border: 1px solid #ddd;
  padding: 1px 8px;
  margin: 2% 2% 0;
  font-size: 14px;
}
.cont_3 .product > ul > li .label .details {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transition: all 0.3s;
  transform: translateY(200px);
}
.cont_3 .product > ul > li .label .details a {
  display: inline-block;
  background-color: #fff;
  color: #a32432;
  border: 1px solid #a32432;
  padding: 4% 13%;
  font-size: 14px;
}
.cont_3 .product > ul > li:hover .details {
  transform: translateY(0);
}
@keyframes flip-x {
  0% {
    transform: rotateY(0) translateY(0);
  }
  50% {
    transform: rotateY(180deg) translateY(-10%);
  }
  100% {
    transform: rotateY(360deg) translateY(0);
  }
}
@media screen and (max-width: 1440px) {
  .banner .banner_swiper .swiper-slide span {
    width: 47%;
  }
}
@media screen and (max-width: 1366px) {
  .cont_3 #type span {
    font-size: 14px;
  }
  .cont_3 #type ul li {
    font-size: 14px;
  }
  .cont_3 #industry span {
    font-size: 14px;
  }
  .cont_3 #industry ul li {
    font-size: 14px;
  }.banner img {
    width: 100%;
    height: 230px;
}
}
@media screen and (max-width: 900px) {
  .banner {
    margin-top: 50px;
  }
.cont_3 .product > ul > li .img {
  height:210px;
}
}
@media screen and (max-width: 768px) {
  .banner .txt {
    top: 40%;
  }
  .banner .txt h1 {
    font-size: 20px;
  }
  .cont_3 #type ul li {
    width: 25%;
    margin: 8px 0% 0;
    padding: 0;
    text-align: center;
    font-size: 15px;
    line-height: 2.2;
  }
  .cont_3 #industry ul li {
    width: 25%;
    margin: 8px 0% 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    line-height: 2.2;
  }
  .cont_3 {
    padding: 0 0 8%;
  }
  .cont_3 #type {
    flex-wrap: wrap;
  }
  .cont_3 #type span {
    width: 100%;
  }
  .cont_3 #type ul {
    width: 100%;
  }
  .cont_3 #industry {
    flex-wrap: wrap;
  }
  .cont_3 #industry span {
    width: 100%;
  }
  .cont_3 #industry ul {
    width: 100%;
  }
  .cont_3 .product > ul > li {
    width: 49%;
    margin-right: 2%;
    padding-bottom: 8%;
  }
  .cont_3 .product > ul > li .label .details {
    align-items: center;
  }
  .cont_3 .product > ul > li .label i {
    font-size: 10px;
  }
  .cont_3 .product > ul > li:nth-child(4n) {
    margin-right: auto;
  }
  .cont_3 .product > ul > li:nth-child(2n) {
    margin-right: 0;
  }
.cont_3 .product > ul > li .img {
  height:210px;
}.banner img {
    width: 100%;
    height: 200px;
}
}
@media screen and (max-width: 768px) {

.cont_3 .product > ul > li .img {
  height:180px;
}.banner img {
    width: 100%;
    height: 180px;
}
}
/*# sourceMappingURL=all_product.css.map */