

.solutionListBoxTitle {
  background-color: #552618;
  height: 34px;
  line-height: 34px;
  text-align: center;
  overflow: hidden;
  padding: 0 15px;
  border-radius: 3px;
}
.solutionListBoxTitle:hover a {
  color: #fff !important;
}
.solutionListBoxTitle:hover {
  background-color: #00aabb;
}
.productListTitleBox {
  display: block;
  background-color: #eee;
  text-align: center;
  color: #333;
  height: 34px;
  line-height: 34px;
}
.productListImgBox {
  animation: 0.5s ease-out backwards;
}
.productListImgBox:hover {
  animation-name: pulse;
  -webkit-animation-name: pulse;
}
.aboutUsLookMore {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  margin: 0 auto;
}
.aboutUsBoxBg {
  background: url("../images/OIP-C.jpg") no-repeat center;
  background-size: 100% 100%;
}
.successCaseBox {
  box-shadow: 0 22px 40px rgb(0 0 0 / 16%);
  background-color: #fff;
}
.successCaseTitleBox {
  display: block;
  background-color: #fff;
  text-align: center;
  color: #333;
  height: 34px;
  line-height: 34px;
}
.advantageTitleBox {
  font-weight: bold;
  text-align: center;
  background-color: #22b7fc;
  margin: 15px 20px;
  padding: 20px 0;
}
.newsContent {
  float: left;
  width: 50%;
  padding-left: 20px;
}
@media (min-width: 761px) and (max-width: 1000px) {
  .newsSlideImg {
    display: none !important;
  }
  .newsContent {
    width: 100%;
  }
}
.newsDateBox {
  margin-right: 1px solid #ccc;
}
.newsContentListBox {
  /* background-color: pink; */
  padding: 10px;
  color: #666;
  border-bottom: 1px dashed #ccc;
  position: relative;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
}
.newsContentListBox h5 a:hover {
  color: #666 !important;
}
.newsContentListBox::after,
.newsContentListBox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  z-index: -2;
}
.newsContentListBox:hover {
  z-index: 1;
  background-color: transparent;
}
.newsContentListBox::before {
  transition: 0.3s;
  background-color: #0090ff;
  z-index: -1;
}
.newsContentListBox:hover:after,
.newsContentListBox:hover:before {
  width: 100%;
}
.newsDateBox {
  text-align: center;
  border-right: 1px solid #ccc;
  padding: 10px;
}
.footerClass a:hover {
  text-decoration: none;
  color: #17a2b8 !important;
}

.produce_type_list{
  display: block;
  padding: 10px 15px;
  border: 1px solid #ccc;
  text-align: center;
}