.caseService7 {
  /* PHP - 容器 */
  max-width: 1200px;
  margin: 0 auto;
  word-wrap: break-word;
  padding: 40px 0;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.caseService7 * {
  box-sizing: border-box;
}

.caseService7 .caseService7Top {
  /* PHP - 顶部 */
  text-align: center;
  margin-bottom: 54px;
}

.caseService7Top .title {
  /* PHP - 顶部标题 */
  color: rgb(63, 63, 63);
  font-size: 34px;
  line-height: 52px;
}

.caseService7Top .enTitle {
  /* PHP - 顶部标题2 */
  color: rgb(127, 127, 127);
  font-size: 14px;
  line-height: 20px;
}

.caseService7List:after {
  content: "";
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.caseService7List {
  list-style: none;
  padding: 0;
  margin: 0;
}

.caseService7List .caseService7Item {
  /* PHP - 数据项 */
  float: left;
  height: 450px;
  position: relative;
  transition: all 0.5s ease;
  background-position: right;
  background-repeat: no-repeat;
  width: 16%;
}

.caseService7List .caseService7Item .image-animation {
  border: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.caseService7Item .caseService7ItemBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, .4);
}

.caseService7Item .default-view {
  /* PHP - 默认视图 */
  color: #fff;
  font-size: 16px;
  margin-left: 10%;
  position: absolute;
  bottom: 20px;
}

.default-view-line {
  /* PHP - 线条 */
  background: #ae292c;
  height: 2px;
  width: 40px;
  margin-top: 6px;
}

.caseService7Item .hover-view {
  display: none;
}

.caseService7List .caseService7CurItem {
  /* PHP - 数据项(选中) */
  width: 50% !important;
}

.caseService7CurItem .default-view {
  display: none;
}

.caseService7CurItem .hover-view {
  /* PHP - 数据项Hover */
  display: block !important;
  padding: 10% 7% 5% 5%;
  bottom: 40px;
  position: absolute;
}

.caseService7Item .hover-view .type {
  /* PHP - 数据项Hover标题 */
  color: #333;
  font-size: 24px;
  margin-bottom: 12px;
}

.caseService7Item .hover-view .typeContent {
  /* PHP - 数据项Hover描述 */
  font-size: 12px;
  color: rgb(102, 102, 102);
}

.caseService7List .caseService7CurItem .hover-view .type, .caseService7List .caseService7CurItem .hover-view .typeContent {
  /* PHP - 数据项Hover */
  color: #fff;
}
