.news-web-news-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #8c8f94;
  font-size: 1rem;
}
.link {
  margin-left: 41px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #356ff2;
  margin-top: 20px;
}
.index-banner-background {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.news-web-news-text > img {
  margin-right: 20px;
}
.news-web-news-text > span {
  margin-left: 34px;
}
.news-web-news-date {
  text-align: right;
  color: #cccccc;
  font-size: 1rem;
}
.news-web-news-li {
  margin-top: 2.1rem;
  display: inline-block;
  width: 100%;
  text-align: left;
}
.news-web-news-li .news-web-news-text > img {
  display: none;
}
.news-web-news-li:hover .news-web-news-text {
  color: #393a3e;
  font-size: 1.14rem;
}
.news-web-news-li:hover .news-web-news-text > span {
  color: #393a3e;
  margin-left: 0;
}
.news-web-news-li:hover .news-web-news-date {
  color: #8c8f94;
  margin-left: 0;
}
.news-web-news-li:hover .news-web-news-text > img,
.news-web-news-li-active .news-web-news-text > img {
  display: inline-block;
}
.news-web-news-li + .news-web-news-li {
  padding-top: 1.4rem;
  margin-top: 0;
}
.news-web-news-li-active .news-web-news-text {
  color: #393a3e;
  font-size: 1.14rem;
}
.news-web-news-li-active .news-web-news-text > span {
  margin-left: 0;
}
/* 解决方案 */
/* 产品中心的轮播图 */
#news-product-slider .m-controls .m-pagination {
  display: none;
}
#news-product-slider .m-controls .m-buttons div {
  background: transparent;
  color: #e30707;
  font-size: 1.3rem;
}
#news-product-slider .m-item {
  padding: 0 1.3rem;
}
.news-web-news-center-conatiner {
  display: inline-block;
  width: 100%;
}
/* 客户案例 */
.news-web-customerCase-container {
  background: #f3f4f5;
  display: inline-block;
  width: 100%;
}
.news-web-product-container {
  background: #f3f4f5;
}
.img-news-contaiber-background {
  display: none;
}
@media screen and (min-width: 960px) {
  /* 产品中心 */
  #news-product-slider {
    text-align: center;
    position: relative;
    margin-top: 60px;
  }
  .index-banner-background {
    height: 580px;
  }
  .news-customer-case-img-div {
    /* padding-top: 60px; */
    /* height: 100%; */
    position: relative;
  }
  .img-news-img {
    width: 100%;
    margin-top: -60px;
  }
  .img-news-contaiber-background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
  }
  #news-product-slider .m-controls .m-buttons .m-prev {
    position: absolute;
    top: 45%;
    left: -30px;
  }
  #news-product-slider .m-controls .m-buttons .m-next {
    position: absolute;
    top: 45%;
    right: -30px;
  }
  .news-web-news-center-conatiner {
    padding: 60px 0;
  }
  .news-web-product-container {
    background: #f3f4f5;
    width: 100%;
    padding: 60px 0;
  }
  .news-web-content-news-center {
    width: 100%;
    display: inline-block;
    /* margin-top: 2.9rem; */
  }
  .news-web-content-news-center-img {
    border-radius: 8px;
    max-width: 570px;
    width: 100%;
    max-height: 380px;
    height: 100%;
    box-shadow: 0 13px 27px -5px hsla(240, 30.1%, 28%, 0.25), 0 8px 16px -8px hsla(0, 0%, 0%, 0.3),
      0 -6px 16px -6px hsla(0, 0%, 0%, 0.03);
  }
  /* 解决方案 */
  .news-web-solution-container {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .news-web-content-container-top {
    margin-top: 60px;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  /* 客户案例 */
  .news-web-customerCase-container {
    padding-top: 60px;
    /* padding-bottom: 100px; */
  }
  #owl-demo-customer {
  }
  #owl-demo-customer .m-item {
    height: 500px;
  }
  .owl-demo-customer-item-title {
    font-size: 35px;
    color: #222327;
    margin-bottom: 20px;
    line-height: 56px;
  }
  .owl-demo-customer-item-2-title {
    font-size: 1.2rem;
    margin-top: 20px;
    color: #222327;
  }
  .owl-demo-customer-item-content {
    font-size: 1rem;
    margin-top: 10px;
    color: #8c8f94;
  }
  .slider-index-customer {
    position: relative;
  }
  .slider-index-customer > .m-controls {
    position: absolute;
    text-align: left;
    z-index: 9;
    bottom: 40px;
  }
  .slider-index-customer > .m-controls .m-page span {
    width: 50px;
    border-radius: 0;
    height: 4px;
    background: #ffffff;
    opacity: 1;
  }
  .slider-index-customer > .m-controls .active > span {
    background: #356ff2 !important;
    opacity: 1;
  }
}
.link-customer {
  color: #222327;
}
.link-customer:hover {
  text-decoration: none;
  color: #356ff2;
}
@media screen and (max-width: 960px) {
  .news-web-product-container {
    background: #f3f4f5;
    padding: 5px 0;
  }
  .index-banner-background {
    height: 200px;
  }
  .news-customer-case-img-div {
    margin-top: 20px;
  }
  .news-web-customerCase-container,
  .news-web-solution-container {
    padding-bottom: 30px;
  }
  .news-web-content-container-top {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #news-product-slider .m-controls .m-buttons {
    display: none;
  }
  .news-web-content-news-center-img-content {
    text-align: center;
  }
  .owl-demo-customer-item-title {
    font-size: 20px;
    color: #222327;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .owl-demo-customer-item-2-title {
    font-size: 1.2rem;
    margin-top: 20px;
    color: #222327;
  }
  .owl-demo-customer-item-content {
    font-size: 1rem;
    margin-top: 20px;
    color: #8c8f94;
  }
  .slider-index-customer {
    position: relative;
  }
}
