body {
  display: block !important;
}
.container {
  background-color: #F5F5F5;
}
.banner {
  position: relative;
  width: 100%;
  height: 6.4rem;
}

.solution-html {
  width: 100%;
}
.solution-html img {
  max-width: 100%;
  height: auto;
}

.customer-case {
  width: 100%;
  padding: 0 2rem 1.41rem;
}
.case-header {
  width: 100%;
  height: 2.38rem;
  padding-top: 1.01rem;
}
.case-header-right {
  margin: 0.09rem 0 0 0;
}
.section-title h2 {
  margin-bottom: 0.42rem;
  height: 0.32rem;
  line-height: 0.32rem;
  white-space: nowrap;
}
.title-line {
  width: 0.2rem;
  height: 0.02rem;
  background-color: #007AFF;
}
.case-more {
  width: 1.4rem;
  height: 0.6rem;
  border: 0.02rem solid #808080;
  border-radius: 0.1rem;
}
.case-more:hover {
  color: #007AFF;
  border-color: #007AFF;
}
.case-list {
  width: 100%;
}
.case-list-item {
  width: 4.8rem;
  margin-left: 1.55rem;
}
.case-list-item:first-child {
  margin-left: 0;
}
.case-list-item h3{
  height: 0.3rem;
  line-height: 0.3rem;
  transition: all 1s;
}
.case-list-item p {
  height: 1.08rem;
  line-height: 0.36rem;
  margin: 0.24rem 0 0.18rem;
  transition: all 1s;
}
.case-list-item img {
  width: 3.38rem;
  height: 2.21rem;
  border-radius: 0.08rem;
  transition: all 1s;
}
.case-list-item:hover h3, .case-list-item:hover p{
  color: #007AFF;
}
.case-list-item img:hover {
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -o-transform:scale(1.1);
  transform:scale(1.1);
}