.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);
}
.solutionsBannerBox {
  position: relative;
  margin-bottom: 8rem;
}
.solutionsBannerBox .bannerImg {
  width: 100%;
}
.solutionsBannerBox .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;
}
.solutionsBannerBox .title_nav {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
  display: flex;
  justify-content: end;
  z-index: 5;
}
.solutionsBannerBox .title {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.solutionsBannerBox .title h3 {
  font-size: calc(14px + 2rem);
  font-family: "PingFangHeavy";
  font-weight: bold;
  color: #FFFFFF;
  line-height: calc(28px + 2rem);
  margin-bottom: 1.4rem;
}
.solutionsBannerBox .title .crumbs {
  font-size: calc(8px + 0.6rem);
  font-weight: 400;
  color: #FFFFFF;
  text-align: right;
}
.solutionsList .solu_List ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.solutionsList .solu_List .solu_Item {
  width: 48%;
  position: relative;
  margin-bottom: 2.4rem;
}
.solutionsList .solu_List .solu_Item:hover .bgName {
  background-color: #0e96e0c9;
}
.solutionsList .solu_List .solutionsImg img {
  width: 100%;
}
.solutionsList .solu_List .bgName {
  display: flex;
  width: 100%;
  height: calc(30px + 2rem);
  position: absolute;
  left: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  font-size: calc(10px + 0.7rem);
  font-weight: 400;
  color: #FFFFFF;
  transition: all 0.3s;
  padding: 0 1rem;
  text-align: center;
  cursor: default;
}
.solutionsList .pageBox #page_left_botton a:hover,
.solutionsList .pageBox #page_left_botton a {
  background-color: #0E97E0;
  color: #fff;
  border-color: transparent;
}
.solutionsList .pageBox #page_left_botton a:hover,
.solutionsList .pageBox #page_left_botton span:hover,
.solutionsList .pageBox #page_center_botton a:hover,
.solutionsList .pageBox #page_center_botton span:hover {
  background-color: #0E97E0;
  color: #fff;
}
.solutionsList .pageBox .btn.btn-default.active {
  background-color: #EEEEEE;
  color: #878787;
}
.solutionsList .pageBox #page_left_botton a,
.solutionsList .pageBox #page_left_botton span,
.solutionsList .pageBox #page_center_botton a,
.solutionsList .pageBox #page_center_botton span {
  border-color: transparent !important;
}
.solutionsList .pageBox #page_center_botton .btn.btn-default {
  background: #EEEEEE;
  color: #878787;
}
.solutionsList .pageBox #page_center_botton .btn.btn-default.active {
  color: #0E97E0;
  background: #0e96e02f;
}
