.case {
  margin-bottom: 5%;
  min-width: 1200px;
}

.isnone {
  display: none;
}

.HeadPic img {
  width: 100%;
}

/* .all_tags {
  padding: 0 12.5%;
  margin: 0 auto;
  height: 120px;
  background-color: #F2F2F2;
  line-height: 120px;
}

.span-tab {
  display: block;
  margin-right: 43px;
}

.span-tab p {
  color: #323232;
  font-size: 16px;
  height: 100px;
}

.all_tags a {
  float: left;
}

.all_tags .active_tags p {
  color: #3682CE;
  font-size: 20px;
  border-bottom: 2px solid #025BAD;
} */

.crumb {
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.crumb_all {
  text-align: center;
  height: 100px;
  padding-top: 35px;
  width: 100%;
  margin-left: calc(50% - 205px);
}

.crumb_tags {
  float: left;
  width: 101px;
  height: 2px;
  background-color: #3682CE;
  border-radius: 1px;
  margin-top: 30px;
}

.crumb_title {
  float: left;
  font-size: 44px;
  color: #323232;
  margin: 0 20px;
}

.crumb_title_en {
  clear: both;
  color: #909090;
  font-size: 20px;
  text-align: center;
}

.swiper-container {
  padding-bottom: 120px !important;
}

.swiper-slide img {
  width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
  top: 99% !important;
  width: 100%;
  height: 4px;
  left: 0;
}

.case_rotation {
  width: 87.5%;
  margin: 0 auto;
}

.swiper_active {
  background-color: #F1F1F1;
}

.swiper_content {
  padding: 5% 5% 3%;
  /* background-color: #f1f1f1; */
}

.swiper_content_title {
  font-size: 28px;
  color: #323232;
  margin-bottom: 7%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
}

.swiper_content_article {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.img_box {
  width: 100%;
  height: 20vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 225px;
  overflow: hidden;
}

.ProductsListAll.clearfix {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  width: 87.5%;
  margin: 0 auto 5%;
}

.span-tab {
  display: block;
  /* margin-right: 43px; */
  width: 100%;
  text-align: center;
}

.span-tab:hover {
  background-color: #0153A7;
}

.span-tab p:hover {
  color: #fff;
}

.span-tab p {
  color: #323232;
  font-size: 32px;
  line-height: 70px;
  font-size: 30px;
}

.ProductsListAll .company_active {
  background-color: #0153A7;
}

.ProductsListAll .company_active p {
  color: #fff;
}