* {
  margin: 0px;
  padding: 0px;
}
.engineering-case {
  width: 100%;
  height: auto;
}
.engineering-case-slider {
  width: 100%;
  height: 440px;
  /* background-image: url("/themes/pc/public/assets/images/sales.jpg"); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* position: relative; */
  text-align: center;
  line-height: 440px;
}
/* .engineering-case-slider .engineering-case-title {

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);

} */
.engineering-case-slider h3 {
  font-size: 39px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  /* position: relative;
  top: 50%;
  left: 40%; */
}
.engineering-case-slider p {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 6px;
  opacity: 0.8;
}
h4 {
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  margin-top: 32px;
}
hr {
  width: 35px;
  height: 5px;
  background: rgba(45, 122, 219, 1);
  border-radius: 3px;
  margin: 13px auto;
}
.engineering-case-article {
  width: 1200px;
  height: auto;
  margin: 41px auto;
}
.engineering-case-article .engineering-case-items {
  width: 100%;
  text-align: center;
}

.projects {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  margin-top: 49px;
}
.porject-items {
  width: 586px;
  height: auto;
}

.projects-name {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  margin: 20px 0px 2px 10px;
}
.projects-name:hover {
  color: #2d7adb;
  cursor: pointer;
}
.projects-info {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(170, 170, 170, 1);
  margin: 0px 0px 35px 10px;
}
.pages {
  width: 1200px;
  margin: 0px auto;
  overflow: hidden;
  margin-bottom: 50px;
}
.pages ul {
  height: auto;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pages ul li {
  float: left;
  width: 35px;
  height: 35px;
  background: rgba(245, 245, 245, 1);
  border-radius: 2px;
  margin-right: 9px;
  line-height: 35px;
  text-align: center;
}
.disabled {
  background: rgba(45, 122, 219, 1) !important;
}
.disabled .page-link {
  color: white !important;
}
.page-link {
  color: #999999;
}
