.banner {
  width: 100%;
  margin-top: 68px;
}
.banner .banner_swiper .swiper-slide img {
  width: 100%;
}
.banner .banner_swiper .swiper-slide .txt {
  position: absolute;
  top: 28%;
  left: 10%;
  z-index: 2;
}
.banner .banner_swiper .swiper-slide h1 {
  color: #141414;
}
.banner .banner_swiper .swiper-slide p {
  color: #141414;
}
.banner .banner_swiper .swiper-slide span {
  display: block;
  color: #666;
  width: 59%;
}
.banner .banner_swiper .swiper-slide a {
  padding: 5% 15%;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 17%;
  display: inline-block;
  color: #141414;
}
.banner .banner_swiper .pag_1 .swiper-pagination-bullet {
  margin: 0 7px;
}
.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 i {
  margin-right: 15px;
}
.sub_nav ul li span {
  margin: 0 8px;
}
.sub_nav ul li.on {
  color: #007bf5;
}
.cont_1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 5%;
}
.cont_1 h1 {
  width: 100%;
  text-align: center;
  color: #141414;
  padding-top: 3%;
}
.cont_1 .text {
  width: 100%;
  color: #666;
  text-align: center;
  padding-top: 2%;
}
.cont_1 .sort {
  display: flex;
  justify-content: space-evenly;
  padding: 4% 0;
}
.cont_1 .sort li {
  text-align: center;
}
.cont_1 .sort li .icon {
  width: 2.8rem;
  height: 2.9rem;
  overflow: hidden;
  margin: 0 auto;
}
.cont_1 .sort li .icon img {
  width: 100%;
}
.cont_1 .sort li p {
  color: #141414;
  margin-top: 0.7rem;
}
.cont_1 .sort li:hover .icon {
  animation: flip-x 0.6s linear 0s 1 forwards;
}
.cont_1 .effect {
  display: flex;
  justify-content: space-between;
}
.cont_1 .effect li {
  text-align: center;
  width: 22%;
  overflow: hidden;
}
.cont_1 .effect li img {
  width: 100%;
}
.cont_1 .effect li p {
  padding-top: 7% ;
}
.cont_1 .effect li:hover img {
  transform: scale(1.05);
}
.cont_2 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 5% 0 8%;
  background: url('../img/product/bg.jpg') #0c264b center bottom no-repeat;
}
.cont_2 h1 {
  width: 100%;
  text-align: center;
  color: #fff;
}
.cont_2 .text {
  width: 100%;
  color: #fff;
  text-align: center;
  padding-top: 4%;
}
.cont_2 .swiper-button-prev,
.cont_2 .swiper-container-rtl .swiper-button-next {
  background-image: none;
}
.cont_2 .swiper-button-next,
.cont_2 .swiper-container-rtl .swiper-button-prev {
  background-image: none;
}
.cont_2 .swiper_box {
  position: relative;
}
.cont_2 .swiper_box .swiper2 {
  margin-top: 5%;
}
.cont_2 .swiper_box .swiper2 .swiper-slide {
  background-color: #fff;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont_2 .swiper_box .swiper2 .swiper-slide:hover h1 {
  transform: translateY(-20%);
}
.cont_2 .swiper_box .swiper2 .swiper-slide:hover p {
  transform: translateY(-20%);
}
.cont_2 .swiper_box .swiper2 .swiper-slide h1 {
  color: #141414;
  font-weight: bold;
  width: 100%;
  transition: all 0.3s;
}
.cont_2 .swiper_box .swiper2 .swiper-slide h1::after {
  content: '';
  display: block;
  width: 35px;
  height: 2px;
  background-color: #007bf5;
  margin: 5% auto;
}
.cont_2 .swiper_box .swiper2 .swiper-slide p {
  color: #141414;
  display: block;
  width: 86%;
  margin: 0 auto;
  text-align: center;
  transition: all 0.3s;
}
.cont_2 .swiper_box .s2_prev {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  left: -45px;
}
.cont_2 .swiper_box .s2_next {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  right: -45px;
}
.cont_2 .swiper_box .pag_2 {
  width: 100%;
  margin-top: 3%;
}
.cont_2 .swiper_box .pag_2 .swiper-pagination-bullet {
  margin: 0 5px;
  background: #fff;
}
.cont_2 .swiper_box .pag_2 .swiper-pagination-bullet-active {
  background: #fff;
}
.cont_3 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 5% 0 4%;
  background-color: #f2f3f5;
}
.cont_3 h1 {
  width: 100%;
  text-align: center;
  color: #141414;
  margin-bottom: 4rem;
}
.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: #007bf5;
  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:hover {
  color: #007bf5;
}
.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: #007bf5;
  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: #007bf5;
}
.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: #007bf5;
  margin-right: 15px;
}
.cont_3 .product .tit a {
  color: #007bf5;
}
.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: 150px;
  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: #007bf5;
  border: 1px solid #007bf5;
  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_2 .swiper_box {
    width: 96%;
    margin: 0 auto;
  }
  .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;
  }
}
@media screen and (max-width: 900px) {
  .banner {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    height: 240px;
  }
  .banner .swiper-container {
    height: 100%;
  }
  .banner .swiper-slide{overflow:hidden;}
  .banner img {
    height: 100%;
    position: absolute;
    top: 0%;
    left: 50%;
    width: auto !important;
    transform: translateX(-50%);
  }
  .cont_3 h1 {
    margin-bottom: 20px;
  }
  .cont_3 #type ul li {
    width: 25%;
    margin: 8px 0% 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    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_1 .effect {
    flex-wrap: wrap;
  }
  .cont_1 .effect li {
    width: 49%;
  }
  .cont_1 .effect li p {
    padding-top: 3%;
    padding-bottom: 4%;
  }
  .count_1 .sort li .icon {
    width: 34px;
    height: 35px;
  }
  .count_1 .sort li p {
    margin-top: 10px;
  }
  .cont_2 {
    padding: 10% 0 17%;
  }
  .cont_2 .swiper_box {
    width: 90%;
  }
  .cont_2 .swiper_box .s2_next {
    right: -30px;
  }
  .cont_2 .swiper_box .s2_prev {
    left: -30px;
  }
  .cont_2 .swiper_box .swiper2 .swiper-slide {
    height: 200px;
  }
  .cont_3 {
    padding: 5% 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;
  }
}
/*# sourceMappingURL=product.css.map */