
.industries .listBox .slick-list{
  border: #dedede 1px solid;
  border-width:0 1px 0 0;
}
.industries .listBox .slick-dots {
  padding-top: 3%;
  display: flex;
  justify-content: center;
}
.industries .listBox .slick-dots li {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
.industries .listBox .slick-dots li {
  margin: 0 5px;
}
}
.industries .listBox .slick-dots li button {
  min-width: 14px;
  max-height: 14px;
  text-indent: -9999px;
  width: 14px;
  padding: 0;
  margin: 0;
  background: #000;
  border-radius: 100%;
  border: 3px solid #fff;
}
.industries .listBox .slick-dots li.slick-active button {
  background: #fff;
  border-color: #f90d08;
}
.industries .topBox {
  margin: 0 2px;
  border: #dedede 1px solid;
  display: flex;
  margin-bottom: 30px;
  overflow: hidden;
  justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  .industries .topBox {
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
  }
}
.industries .topBox .txtBox {
  width: 65%;
  position: relative;
  background: #f5f5f5;
}
@media screen and (max-width: 1000px) {
  .industries .topBox .txtBox {
    width: 100%;
    order: 3;
  }
}
.industries .topBox .txtBox .title {
  padding: 7% 9% 0;
  font-weight: 700;
  color: #060606;
  font-size: 3rem;
  margin-bottom: -30px;
  z-index: 4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .industries .topBox .txtBox .title {
    font-size: 1.875rem;
    padding: 20px 20px 0;
  }
}
.industries .topBox .txtBox .title::before {
  content: "";
  position: absolute;
  inset: 0 0 30px;
  background: #fff;
  display: block;
  z-index: -1;
}
.industries .topBox .txtBox .txt {
  padding: 50px 9% 7%;
  font-size: 1.125rem;
  color: #666666;
  line-height: 1.4;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .industries .topBox .txtBox .txt {
    font-size: 1rem;
    padding: 50px 20px 20px;
  }
}
.industries .topBox .txtBox .txt::after {
  content: "";
  width: 10px;
  background: #f90d08;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  position: absolute;
}
.industries .topBox .pic {
  max-width: 800px;
  width: 35%;
  line-height: 0;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .industries .topBox .pic {
    width: 100%;
  }
}
.industries .topBox .pic img{
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
.industries .topBox .pic::after {
  content: "";
  width: 34%;
  height: 10px;
  background: #f90d08;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 2;
  position: absolute;
}
.industries .productsListBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.industries .productsListBox .item {
  position: relative;
  background: #fff;
  transition: all 0.3s ease;
}
.industries .productsListBox .item a{
    display:block;
  border: #dedede 1px solid;
  padding-bottom: 4%;
  margin:0 -1px 0 0;
}
/*@media screen and (max-width: 1000px) {*/
/*  .industries .productsListBox .item {*/
/*    width: 50%;*/
/*  }*/
/*}*/
.industries .productsListBox .item .picBox {
  padding: 9% 12% 5%;
}
.industries .productsListBox .item .picBox .pic {
  display: block;
  background: radial-gradient(ellipse at center, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 100%);
  transition: all 0.3s ease;
}
.industries .productsListBox .item .picBox .pic img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.industries .productsListBox .item .txtBox {
  padding: 0 12%;
}
.industries .productsListBox .item .txtBox .title {
  max-height: 90px;
  font-size: 1.5rem;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2;
  margin-bottom: 5%;
}
@media screen and (max-width: 1000px) {
  .industries .productsListBox .item .txtBox .title {
    font-size: 1.25rem;
  }
}
.industries .productsListBox .item .txtBox .more {
  color: #f80c06;
}
.industries .productsListBox .item:hover {
  border-color: #f90d08;
  z-index: 9;
}
.industries .productsListBox .item:hover .pic {
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
}/*# sourceMappingURL=industries.css.map */