.hover:hover .img {
  -webkit-transform: scale(1.06, 1.06);
  -ms-transform: scale(1.06, 1.06);
  transform: scale(1.06, 1.06);
}
.products-and-solutions {
  background-size: contain;
  transition: all 0.3s ease-out 0s;
  position: relative;
}
.products-and-solutions .bg img {
  position: absolute;
}
.products-and-solutions .bg .bg1 {
  top: 65px;
  right: 90px;
}
.products-and-solutions .bg .bg2 {
  bottom: 65px;
  left: -20px;
}
@media (max-width: 1200px) {
  .products-and-solutions .bg {
    display: none;
  }
}
@media (max-width: 1600px) {
  .products-and-solutions .bg-road,
  .products-and-solutions .bg-road1 {
    transform: translate(-20%, -40%) scale(0.7);
  }
}
.products-and-solutions img {
  border: none;
  transition: all 0.3s ease-out 0s;
}
.products-and-solutions a {
  transition: 0s;
}
@media (min-width: 1201px) {
  .products-and-solutions .cistern {
    padding-left: 0;
    padding-right: 0;
    max-width: 1200px;
  }
}
.products-and-solutions .tabUl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid #ddd;
}
.products-and-solutions .tabUl .li {
  margin: 0 25px;
  font-size: 24px;
  line-height: 1.375;
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
  cursor: pointer;
}
.products-and-solutions .tabUl .li:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 3px;
}
.products-and-solutions .tabUl .li.active:after {
  width: 100%;
  left: 0;
  background-image: linear-gradient(90deg, #70b453 0%, #3c56b3 32%, #744ba9 50%, #a342a1 66%, #f15e3b 100%);
}
.products-and-solutions .swiper-ul {
  overflow: hidden;
}
.products-and-solutions .tabCon {
  padding-top: 50px;
}
.products-and-solutions .tabCon .li .item {
  float: left;
  overflow: hidden;
}
.products-and-solutions .tabCon .box {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.products-and-solutions .tabCon .box .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.products-and-solutions .tabCon .box .pic:after {
  content: '';
  padding-top: 100%;
  display: block;
}
.products-and-solutions .tabCon .box .con {
  flex: 1;
  padding: 28px 30px;
  min-height: 240px;
}
.products-and-solutions .tabCon .box .con .title {
  color: #231815;
  font-size: 18px;
  line-height: 1.33;
  margin-right: -10px;
}
.products-and-solutions .tabCon .box .con .p {
  color: #9fa0a0;
  font-size: 14px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  max-height: 82px;
}
.products-and-solutions .tabCon .box .con .title,
.products-and-solutions .tabCon .box .con .p {
  transition: all 0.3s ease-out 0s;
}
.products-and-solutions .tabCon .swiper-lists .other {
  position: absolute;
  bottom: 0;
  right: 0;
}
.products-and-solutions .tabCon .swiper-lists .arrow,
.products-and-solutions .tabCon .swiper-lists .swiper-pagination {
  display: none;
}
@media (min-width: 1201px) {
  .products-and-solutions .tabCon .item {
    width: 240px;
  }
  .products-and-solutions .tabCon .item .box {
    background-color: #f5f5f5;
    position: relative;
  }
  .products-and-solutions .tabCon .item .box .con {
    display: flex;
    flex-wrap: wrap;
  }
  .products-and-solutions .tabCon .item .box .con > div {
    width: 100%;
  }
  .products-and-solutions .tabCon .item:nth-child(odd) .box {
    flex-direction: column-reverse;
  }
  .products-and-solutions .tabCon .item:nth-child(odd) .con div:after {
    content: '';
    display: block;
    height: 13px;
    width: 13px;
    background-image: url("../img/industry-products-solutions/arrow.png");
    background-position-y: 0px;
    animation: anArrow 0.6s linear 0s 0;
  }
  .products-and-solutions .tabCon .item:nth-child(odd) .title,
  .products-and-solutions .tabCon .item:nth-child(odd) .p {
    margin-bottom: 18px;
  }
  .products-and-solutions .tabCon .item:nth-child(even) .con div:before {
    content: '';
    display: block;
    height: 13px;
    width: 13px;
    background-image: url("../img/industry-products-solutions/arrow.png");
    background-position-y: 0px;
    transform: rotateZ(180deg);
    animation: anArrow 0.6s linear 0s 0;
  }
  .products-and-solutions .tabCon .item:nth-child(even) .title,
  .products-and-solutions .tabCon .item:nth-child(even) .p {
    margin-top: 18px;
  }
  .products-and-solutions .tabCon .item.nor:hover .box .con {
    background-color: #c7000b;
  }
  .products-and-solutions .tabCon .item.nor:hover .box .con .title,
  .products-and-solutions .tabCon .item.nor:hover .box .con .p {
    color: #fff;
  }
  .products-and-solutions .tabCon .item.nor:hover .box .con div:before,
  .products-and-solutions .tabCon .item.nor:hover .box .con div:after {
    animation-iteration-count: infinite;
  }
  .products-and-solutions .tabCon .item.nor:hover .box .pic {
    border: 2px solid #c7000b;
  }
  .products-and-solutions .tabCon .item.spe {
    width: 480px;
  }
  .products-and-solutions .tabCon .item.spe .box {
    background-color: transparent;
  }
  .products-and-solutions .tabCon .item.spe .box .pic:after {
    padding-top: 50%;
  }
  .products-and-solutions .tabCon .item.spe .box .product {
    position: absolute;
    width: auto;
    height: auto;
    z-index: 1;
    left: 198px;
    bottom: 30%;
    transition: all 0.3s ease-out 0s;
  }
  .products-and-solutions .tabCon .item.spe .box:hover .product {
    transform: translateY(-18px);
  }
  .products-and-solutions .tabCon .item.spe .box:hover .con div:before,
  .products-and-solutions .tabCon .item.spe .box:hover .con div:after {
    animation-iteration-count: infinite;
  }
  .products-and-solutions .tabCon .swiper-lists {
    padding-bottom: 45px;
  }
  .products-and-solutions .tabCon .swiper-lists .fr {
    float: right;
  }
  .products-and-solutions .tabCon .swiper-lists .arrow,
  .products-and-solutions .tabCon .swiper-lists .swiper-pagination {
    display: block;
    float: left;
  }
  .products-and-solutions .tabCon .swiper-lists .arrow .swiper-button-prev,
  .products-and-solutions .tabCon .swiper-lists .arrow .swiper-button-next {
    text-align: center;
    float: left;
    font-size: 24px;
    color: #c7000b;
    background-color: #eeeeee;
    font-weight: bold;
    transition: 0.3s;
  }
  .products-and-solutions .tabCon .swiper-lists .arrow .swiper-button-prev:hover,
  .products-and-solutions .tabCon .swiper-lists .arrow .swiper-button-next:hover {
    background-color: #dddddd;
  }
  .products-and-solutions .tabCon .swiper-lists .swiper-pagination,
  .products-and-solutions .tabCon .swiper-lists .swiper-button-prev,
  .products-and-solutions .tabCon .swiper-lists .swiper-button-next {
    position: static;
    width: 240px;
    height: 46px;
    margin: 0;
    padding: 0;
    line-height: 46px;
  }
  .products-and-solutions .tabCon .swiper-lists .swiper-pagination {
    font-size: 18px;
    background-color: #fff;
    text-align: right;
    padding-right: 30px;
  }
  .products-and-solutions .tabCon .swiper-lists .swiper-pagination .swiper-pagination-current {
    color: #c7000b;
  }
  .products-and-solutions .tabCon .swiper-lists .swiper-pagination .swiper-pagination-total {
    color: #231815;
  }
  .products-and-solutions .tabCon .swiper-lists .swiper-button-next.swiper-button-disabled,
  .products-and-solutions .tabCon .swiper-lists .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    color: #595757;
  }
}
@media (max-width: 1200px) {
  .products-and-solutions .tabCon {
    padding-top: 20px;
    margin: 0 -10px;
  }
  .products-and-solutions .tabCon .box {
    background-color: #f5f5f5;
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
  }
  .products-and-solutions .tabCon .box .con {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .products-and-solutions .tabCon .box .con div:after {
    display: none;
  }
  .products-and-solutions .tabCon .box .con .title,
  .products-and-solutions .tabCon .box .con .p {
    margin-bottom: 0px;
  }
  .products-and-solutions .tabCon .box .con .p {
    display: none;
  }
  .products-and-solutions .tabCon .box .product {
    display: none;
  }
  .products-and-solutions .tabCon .box .pic {
    width: 130px;
    border-radius: 4px;
  }
  .products-and-solutions .tabCon .box .pic img {
    min-height: auto;
    height: auto;
  }
  .products-and-solutions .tabCon .box .pic:after {
    padding-top: 56.2%;
  }
  .products-and-solutions .tabCon .li {
    display: flex;
    flex-wrap: wrap;
  }
  .products-and-solutions .tabCon .list {
    display: flex;
    flex-wrap: wrap;
  }
  .products-and-solutions .tabCon .item {
    width: 100%;
    padding: 10px;
  }
  .products-and-solutions .swiper-lists .swiper-wrapper {
    display: block;
  }
  .products-and-solutions .swiper-lists .swiper-slide {
    height: auto;
  }
}
@media (max-width: 750px) {
  .products-and-solutions {
    background-size: 200%;
  }
  .products-and-solutions .swiper-ul {
    margin: 0 -10px;
  }
  .products-and-solutions .tabUl .li {
    font-size: 18px;
    padding-top: 0;
  }
  .products-and-solutions .tabCon {
    margin: 0;
    padding-top: 10px;
  }
  .products-and-solutions .tabCon .box .con {
    padding: 0 0 0 20px;
  }
  .products-and-solutions .tabCon .box .con .title {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
