.publicCss {
  max-width: 1400px;
  width: 85%;
  margin: 0 auto;
}
.publicCss .titleSection {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
.publicCss .titleSection .verL {
  display: block;
  width: calc(2px + 0.4rem);
  height: calc(10px + 1.4rem);
  background: #0086CD;
  margin-right: 1.4rem;
}
.publicCss .titleSection .name {
  font-size: calc(10px + 1.5rem);
  font-family: CenturyGothic;
  font-weight: bold;
  color: #2C2C2C;
  line-height: calc(20px + 2rem);
}
.productBannerBox {
  position: relative;
  margin-bottom: 8rem;
}
.productBannerBox .bannerImg {
  width: 100%;
}
.productBannerBox .bannerImgBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(91, 141, 182, 0) 30%, rgba(23, 69, 101, 0.64) 90%);
  z-index: 3;
}
.productBannerBox .title_nav {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
  display: flex;
  justify-content: end;
  z-index: 5;
}
.productBannerBox .title {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.productBannerBox .title h3 {
  font-size: calc(14px + 2rem);
  font-family: "PingFangHeavy";
  font-weight: bold;
  color: #FFFFFF;
  line-height: calc(28px + 2rem);
  margin-bottom: 1.4rem;
}
.productBannerBox .title .crumbs {
  font-size: calc(8px + 0.6rem);
  font-weight: 400;
  color: #FFFFFF;
  text-align: right;
}
.productCatalog .productContents {
  display: flex;
  justify-content: space-between;
}
.productCatalog .catalogList {
  width: 23.928%;
}
.productCatalog .catalogList h4 {
  display: flex;
  height: calc(20px + 1.7rem);
  background: #0E97E0;
  font-size: calc(10px + 0.6rem);
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  align-items: center;
  justify-content: center;
}
.productCatalog .catalogList ul {
  padding: 0.3rem 0 1rem;
  background-color: #F8F8F8;
}
.productCatalog .catalogList .catalogItem {
  padding: 1.7rem 1rem 1rem;
  font-size: calc(10px + 0.5rem);
  font-weight: 500;
  color: #3F3F3F;
  border-bottom: 1px solid #E5E5E5;
  transition: all 0.3s;
}
.productCatalog .catalogList .catalogItem .categories_icon_title {
  display: flex;
}
.productCatalog .catalogList .catalogItem .categories_icon_title .svgItem {
  display: flex;
  width: 15%;
  justify-content: center;
  align-items: center;
}
.productCatalog .catalogList .catalogItem .categories_icon_title svg {
  width: calc(5px + 0.25rem);
}
.productCatalog .catalogList .catalogItem .categories_icon_title .cls-1 {
  width: 10%;
  stroke: #3F3F3F;
  transition: all 0.3s;
  font-size: 12px;
}
.productCatalog .catalogList .catalogItem .firstFloor a {
  width: 85%;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.productCatalog .catalogList .activeCatalog .firstFloor,
.productCatalog .catalogList .catalogItem:hover .firstFloor {
  color: #0E97E0;
}
.productCatalog .catalogList .activeCatalog .firstFloor .cls-1,
.productCatalog .catalogList .catalogItem:hover .firstFloor .cls-1 {
  stroke: #0E97E0;
}
.productCatalog .catalogList .catalogItem:last-of-type {
  border-color: transparent;
}
.productCatalog .catalogList .sub_feederBox {
  display: none;
  padding: 0 0.7rem;
}
.productCatalog .catalogList .sub_feederBox .sub_Item {
  padding: 0.7rem;
}
.productCatalog .catalogList .sub_feederBox .sub_Item .secondFloor {
  color: #777;
}
.productCatalog .catalogList .sub_feederBox .activeSub .secondFloor,
.productCatalog .catalogList .sub_feederBox .sub_Item:hover .secondFloor {
  color: #0E97E0;
}
.productCatalog .productList {
  width: 71.714%;
}
.productCatalog .productList h4 {
  font-size: calc(10px + 0.7rem);
  font-family: CenturyGothic;
  font-weight: bold;
  color: #3B3B3B;
  line-height: calc(20px + 2rem);
}
.productCatalog .productList ul {
  display: flex;
  flex-wrap: wrap;
}
.productCatalog .productList .productItem {
  width: 31.5%;
  margin-right: 1.1rem;
  margin-bottom: 1.7rem;
}
.productCatalog .productList .productItem:nth-of-type(3n) {
  margin-right: 0;
}
.productCatalog .productList .productItem .ItemImg a {
  display: block;
  width: 100%;
  position: relative;
}
.productCatalog .productList .productItem img {
  width: 100%;
  z-index: 5;
}
.productCatalog .productList .productItem .ItemImg_bg {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  background-color: #0085cda8;
  transition: all 0.3s;
  font-size: calc(8px + 0.5rem);
  font-weight: 500;
  color: #FFFFFF;
  opacity: 0;
  z-index: 1;
}
.productCatalog .productList .productItem:hover .ItemImg_bg {
  opacity: 1;
  z-index: 6;
}
.productCatalog .productList .productItem .ItemImg {
  margin-bottom: 1rem;
}
.productCatalog .productList .productItem .name {
  font-size: calc(8px + 0.5rem);
  font-weight: bold;
  color: #858585;
  text-align: center;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.productCatalog .pageBox #page_left_botton a:hover,
.productCatalog .pageBox #page_left_botton a {
  background-color: #0E97E0;
  color: #fff;
  border-color: transparent;
}
.productCatalog .pageBox #page_left_botton a:hover,
.productCatalog .pageBox #page_left_botton span:hover,
.productCatalog .pageBox #page_center_botton a:hover,
.productCatalog .pageBox #page_center_botton span:hover {
  background-color: #0E97E0;
  color: #fff;
}
.productCatalog .pageBox .btn.btn-default.active {
  background-color: #EEEEEE;
  color: #878787;
}
.productCatalog .pageBox #page_left_botton a,
.productCatalog .pageBox #page_left_botton span,
.productCatalog .pageBox #page_center_botton a,
.productCatalog .pageBox #page_center_botton span {
  border-color: transparent !important;
}
.productCatalog .pageBox #page_center_botton .btn.btn-default {
  background: #EEEEEE;
  color: #878787;
}
.productCatalog .pageBox #page_center_botton .btn.btn-default.active {
  color: #0E97E0;
  background: #0e96e02f;
}
@media screen and (max-width: 750px) {
  .productCatalog .productContents {
    display: block;
  }
  .productCatalog .catalogList {
    width: 100%;
    margin-bottom: 5rem;
  }
  .productCatalog .catalogList h4 {
    height: calc(20px + 3rem);
  }
  .productCatalog .catalogList .catalogItem {
    width: 100%;
  }
  .productCatalog .catalogList .catalogItem:last-of-type {
    border-color: #E5E5E5;
  }
  .productCatalog .productList {
    width: 100%;
  }
  .productCatalog .productList h4 {
    width: 100%;
    margin-bottom: 3rem;
  }
  .productCatalog .productList .productItem {
    margin-right: 1.2rem;
    margin-bottom: 2.5rem;
  }
}
