@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 .right-top {
  display: flex;
  justify-content: space-between;
}
.content > .right .right-top .img {
  width: 50%;
  height: 340px;
}
.content > .right .right-top .img img {
  width: 100%;
  height: auto;
}
.content > .right .right-top .des {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content > .right .right-top .des .products-title {
  font-family: Oswald-Bold;
  color: #005bac;
  cursor: default;
  font-size: 25px;
}
.content > .right .right-top .des p {
  cursor: default;
  color: #333;
  margin-top: 30px !important;
}
.content > .right .right-top .des p.category a {
  color: #333;
}
.content > .right .right-top .des .inquiry {
  background: #005bac;
  display: block;
  width: 124px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px !important;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #fff;
}
.content > .right .right-top .des .inquiry:hover {
  border: 1px solid #005bac;
  background: #fff;
  color: #005bac;
}
.content > .right .right-bottom {
  margin-top: 70px !important;
}
.content > .right .right-bottom .product-overview {
  height: 40px;
  line-height: 40px;
  background: #eee;
}
.content > .right .right-bottom .product-overview span {
  display: block;
  width: 218px;
  background: #005bac;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: Oswald-Bold;
  letter-spacing: 5px;
}
.content > .right .right-bottom .right-bottom-content {
  display: flex;
}
.content > .right .right-bottom .right-bottom-content .right-bottom-left {
  font-size: 16px;
  line-height: 30px;
  margin-top: 40px !important;
}
.content > .right .right-bottom .right-bottom-content .right-bottom-left table {
  border-color: #000 !important;
  width: 100% !important;
}
.content > .right .right-bottom .right-bottom-content .right-bottom-left img {
  width: 100%;
  height: auto;
}
.content > .right .right-bottom .right-bottom-content .right {
  margin-top: 100px !important;
}
.content > .right .right-bottom .right-bottom-content .right video {
  width: 300px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .content .content-left {
    display: none;
  }
  .content .right {
    width: 100%;
    margin-left: 0 !important;
  }
  .content .right .right-bottom {
    margin-top: 2.1875rem !important;
  }
  .content .right .right-bottom .right-bottom-content {
    display: block;
  }
  .content .right .right-bottom .right-bottom-content .right {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .content .content-left {
    display: none;
  }
  .content .right {
    width: 100%;
    margin-left: 0 !important;
  }
  .content .right .right-top {
    display: block;
  }
  .content .right .right-top .img {
    width: 100%;
  }
  .content .right .right-bottom {
    margin-top: 2.1875rem !important;
  }
  .content .right .right-bottom .right-bottom-content {
    display: block;
  }
  .content .right .right-bottom .right-bottom-content .right {
    display: none;
  }
}
