.products {
  margin-bottom: 5%;
  min-width: 1200px;
}

.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 {
  margin-bottom: 2%;
}

.swiper-slide img {
  width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
  top: 99% !important;
  width: 100%;
  height: 4px;
  left: 0;
}

.img_box {
  width: 100%;
  /* height: 59vh; */
  background-color: #f1f1f1;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /* min-height: 195px; */
  /* animation: mousemove 1s; */

}

.img_box img {
  transition: transform 1s;
}

/* @keyframes mousemove */
.img_box:hover img {
  transform: scale(1.3);
}

.homePic {
  width: 100%;
}

.coverBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: rgba(0, 0, 0, .5); */
  display: none;
  background-color: #3E60CD;
}

/* .swiper-slide:hover .coverBox {
  display: block;
} */

/* .swiper-slide:hover .products_pic_bgc {
  visibility: visible;
  transform: scale(1.2) 1s;
} */

.products_pic {
  width: 87.5%;
  margin: 0 auto;
}

.products_pic_bgc {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60%;
  margin: auto;
  visibility: hidden;
  left: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}



/* .ProductsListAll .HeadTitleOne {
  text-align: center;
  float: left;
}

.ProductsListAll .HeadTitleOne:hover {
  background-color: #264C86;
}

.ProductsListAll .HeadTitleOne:hover p {
  color: #FFFFFF;
}

.ProductsListAll .company_active {
  background-color: #264C86;
}

.ProductsListAll .company_active p {
  color: #fff;
} */


/* .ProductsListAll {
  width: 100%;
  margin-bottom: 70px;
  background-color: #FFFFFF;
  height: 70px;
  text-align: center;
  display: table;
}

.ProductsListAll a {
  display: table-cell;
  background-color: #fff;
  height: inherit;

}

.ProductsListAll a p {
  height: inherit;
  line-height: 70px;
  font-size: 20px;
  font-weight: bold;
  color: #646464;
} */

.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;
}