.inner-banner .img .title {
  left: 3.49501rem;
}
.content {
  width: 100%;
  background-color: #f6f6f6;
  position: relative;
  overflow: hidden;
  padding-bottom: 1.14rem;
}
.content .box {
  width: 72.916%;
  margin: 0 auto;
  padding-top: 0.66rem;
  position: relative;
}
.content .box .title {
  font-size: 0.27rem;
  font-weight: bold;
  line-height: 1;
  color: #333333;
  margin-bottom: 0.825rem;
}
.content .box .list {
  width: 100%;
  height: 4.54501rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.12rem;
}
.content .box .list .list-bg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -1000px;
  right: -1000px;
  margin: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.content .box .list .item {
  position: relative;
  width: 25%;
  float: left;
  height: 100%;
  transition: 0.5s;
}
.content .box .list .item::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.44);
  position: absolute;
  top: 0;
  right: 0;
}
.content .box .list .item .icon {
  width: 0.5625rem;
  height: 0.5025rem;
  margin: 0 auto;
  margin-top: 0.7075rem;
  margin-bottom: 0.475rem;
}
.content .box .list .item .item-title {
  font-size: 0.27rem;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}
.content .box .list .item .line {
  width: 0.405rem;
  height: 0.03rem;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 0.24rem;
}
.content .box .list .item .icon1 {
  width: 0.3rem;
  margin: 0 auto;
  margin-top: 0.3rem;
  transform: translateY(80%);
  opacity: 0;
  transition: 0.5s;
}
.content .box .list .item .p {
  width: 1.5rem;
  font-size: 0.15rem;
  line-height: 1.5;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  margin-top: 0.21rem;
}
.content .box .list .item:nth-child(3) .icon {
  width: 0.555rem;
  height: 0.555rem;
  margin: 0 auto;
  margin-top: 0.67rem;
  margin-bottom: 0.46rem;
}
.content .box .list .item:nth-child(4) .icon {
  width: 0.57rem;
  height: 0.465rem;
  margin: 0 auto;
  margin-top: 0.7375rem;
  margin-bottom: 0.49rem;
}
.content .box .list .item:nth-child(5) .icon {
  width: 0.42rem;
  height: 0.465rem;
  margin: 0 auto;
  margin-top: 0.7375rem;
  margin-bottom: 0.4825rem;
}
.content .box .list .item a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.content .box .list .item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.content .box .list .item:hover .icon1 {
  transform: translateY(0);
  opacity: 1;
}
.content .bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .content .box {
    width: 90%;
  }
  .content .box .title {
    font-size: 0.36rem;
  }
}
@media screen and (max-width: 1020px) {
  .inner-banner .img .title {
    left: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .content .box .list {
    width: 100%;
    height: 9rem;
    position: relative;
    overflow: hidden;
    border-radius: 0.12rem;
  }
  .content .box .list .item {
    position: relative;
    width: 50%;
    float: left;
    height: 50%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.44);
  }
  .content .box .list .item .item-title {
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
  }
  .content .box .list .item .p {
    width: 90%;
    font-size: 0.28rem;
    line-height: 1.5;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    margin-top: 0.3rem;
  }
}
