@keyframes fadeNum {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.banner img {
  width: 100%;
  height: auto;
}
.breadcrumb-navigation {
  height: 70px;
  display: flex;
  align-items: center;
}
.breadcrumb-navigation::before,
.breadcrumb-navigation::after {
  display: none !important;
}
.breadcrumb-navigation ul a {
  color: #333;
}
.content {
  display: flex;
  margin-bottom: 70px !important;
}
.content::before,
.content::after {
  display: none !important;
}
.content .content-left .download-center:nth-child(1),
.content .content-left .online-contact,
.content .content-left .case {
  display: none;
}
.content .right {
  width: 870px;
  margin-left: 30px !important;
}
.content .right .products-form ul li {
  width: 32.3%;
  height: 282px;
  border: 1px solid #eee;
  margin-bottom: 20px !important;
}
.content .right .products-form ul li a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.content .right .products-form ul li a .top {
  width: 280px;
  height: 224px;
  overflow: hidden;
}
.content .right .products-form ul li a .top-img {
  width: 280px;
  height: 224px;
  overflow: hidden;
  transform: scale(1, 1);
  transition: all 1s linear;
}
.content .right .products-form ul li a .top-img img {
  width: 100%;
  height: auto;
}
.content .right .products-form ul li a .bottom-title {
  background: #eee;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  animation: fadeNum 1s 1;
}
.content .right .products-form ul li:hover a .top-img {
  transform: scale(1.2, 1.2);
  transition: all 1s linear;
}
.content .right .products-form ul li:hover a .bottom-title {
  background: #005bac;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  animation: fadeNum 1s 1;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .content .content-left {
    display: none;
  }
  .content .right {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .content .content-left {
    display: none;
  }
  .content .right {
    margin-left: 0 !important;
  }
  .content .right .products-form ul li {
    width: 48%;
    height: auto;
  }
  .content .right .products-form ul li a .top {
    width: 100%;
    height: auto;
  }
  .content .right .products-form ul li a .top-img {
    width: 100%;
    height: auto;
  }
  .content .right .products-form ul li a .top-img img {
    width: 100%;
    height: auto;
  }
  .content .right .products-form ul li .bottom-title {
    padding: 0.625rem !important;
  }
}
