.product-tab {
  border-bottom: 1px solid #ccccccfa;
  position: relative;

}

.product-tab .product-tab-banner {
  width: 90%;
  margin: auto;
}

.product-tab-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cacaca5e;
}

.product-tab-li {
  cursor: pointer;
  font-size: 18px;
  padding: 20px 0;
  /* font-weight: 600; */
}

.product-tab-li a{
    color: #333;
    font-size: 16px;
}

.product-tab-li.active {
  border-bottom: 2px solid #046fa8;
}
.product-tab-li.active a{
  color: #046fa8;
}

.product-tab-li.active .product-tab-ul1 {
  display: flex;
}

.product-tab-ul1 {
  align-items: center;
  border-bottom: 1px solid #ededed;
  display: none;
}

.product-tab-ul1.active {
  display: flex;
}

.product-tab-li1 {
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.product-tab-li1:first-child .tab-active-p {
  padding-left: 0;
}

.product-tab-li1:last-child .tab-active-p {
  border: none;
}

.active-li1 .tab-active-p {
  color: #046fa8;
}

.tab-active-p {
  padding: 10px 30px;
  border-right: 1px solid #ededed;
  /*font-size: 12px;*/
}

.tab-active-p a{
  color: #666;
  font-size: 14px;
}

.tab-active-p a:hover{
    color: #046fa8;
}

.tab-active-p .active{
    color: #046fa8;
}

.product-tab-flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;

}

.product-tab-flex1 {
  width: calc(29.08% - 2px);
  border: 1px solid #dcdcdc6b;
  transition: all .5s;
  margin-right: 6.38%;
  margin-bottom: 60px;
}

.product-tab-flex1:nth-child(3n) {
  margin-right: 0;
}

.product-img {
  text-align: center;
  margin: 20px;
  overflow: hidden;
  background: #f7f7f7;
}

.product-img img {
  width: 80%;
  transition: all .5s;
}

.product-txt {
  display: flex;
  color: #666;
  justify-content: center;
  align-items: center;
  padding: 20px 0 30px;
}

.product-txt span {
  width: 20px;
  height: 1px;
  margin: 0 15px;
  display: block;
  background: #999;
}

.product-txt p {
  font-size: 16px;
  color: #999;
}

.product-tab-flex1:hover .product-img img {
  transform: scale(1.1);
}

.product-tab-flex1:hover {
  background: #046fa8;
}

.product-tab-flex1:hover .product-txt p {
  color: #fff;
}

.product-tab-flex1:hover .product-txt span {
  background: #fff;
}

.swiper-btn {
  width: 100%;
  text-align: center;
  margin: 60px 0 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-btn .active {
  border: 1px solid #046fa8;
  color: #046fa8;
}

.swiper-btn span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #999;
  color: #999;
  font-size: 18px;
  box-sizing: border-box;
  margin-right: 30px;
}

.swiper-btn span:hover {
  cursor: pointer;
}

.Solution-search {
  font-size: 0;
  text-align: center;
  padding: 60px 0;
  width: 100%;
  margin: 120px auto 0;
  background: #f3f3f3;
}

.Solution-search .search-form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Solution-search .search-form .search-input {
  outline: none;
  border: none;
  background: #ffffff;
  display: block;
  width: 50%;
  height: 50px;
  padding-left: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  color: #808080;
  padding-right: 55px;
}

.Solution-search .search-form i {
  font-size: 20px;
  background: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font: fantasy;
}

.product-tab .search-txt {
  font-size: 18px;
  text-align: center;
  margin: 80px 0;
}

@media (min-width:1024px) and (max-width:1439px) {
  .product-tab-flex {
    margin-top: 40px;
  }

  .product-tab-flex1 {
    margin-bottom: 40px;
  }

  .swiper-btn {
    margin: 0px 0 40px;
  }

  .product-tab-li {
    font-size: 14px;
    padding: 20px 0;
  }

  .product-tab-li1 {
    font-size: 12px;
    height: auto;
  }
  
  .product-tab-li1 .tab-active-p {
    padding: 0 20px;
    font-size: 12px;
  } 
  .tab-active-p a{
      font-size: 14px;
  }
  .product-tab .product-tab-banner{
      width: 96%;
  }
}

@media only screen and (max-width:750px) {
  .product-tab-ul1{
      overflow: auto;
  }
  .Solution-img {
    margin-top: 60px;
  }
  
  .product-tab-li1{
      flex: none;
  }

  .product-tab-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cacaca5e;
    overflow: auto;
  }

  .product-tab-ul::-webkit-scrollbar {
    display: none
  }

  .tab-active-p {
    padding: 10px 20px;
  }

  .product-tab-li {
    flex: none;
    margin: 0 10px;
    font-size: 14px;
  }
  .tab-active-p a{
      font-size: 12px;
  }

  .product-tab-flex {
    margin-top: 30px;
  }
  .product-tab-flex1 .product-txt p {
    font-size: 12px;
  }

  .product-tab-flex1 {
    width: 50%;
    border: none;
    margin-right: 0;
    margin-bottom: 0;
  }

  .swiper-btn {
    width: 100%;
    text-align: center;
    margin: 30px 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}