/* 应用中心开始 */

.testimonial-page {
  overflow: hidden;
  width: 100%;
  padding: 90px 0px 20px;
  float: left;
}

.testimonial-page .box {
  width: 100%;
  margin: 0 auto;
  padding: 0px 10px;
  max-width: 1440px;
}

.testimonial-page .box h3 {
  font-size: 34px;
  margin: 20px 0 20px;
  width: 100%;
  color: #000;
}

.testimonial-page .box p {
  font-size: 18px;
  line-height: 26px;
  color: #666;
}

.testimonial-page .w {
  padding: 0px 10px;
  max-width: 1440px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.testimonial {
  margin: 0px 0px 30px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  width: 24%;
}

.testimonial .pic {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  background-color: #000;
}

.testimonial .pic img {
  width: 100%;
  transition: all 0.6s;
  object-fit: contain;
  filter: brightness(80%);
}

.testimonial .pic:hover img {
  transform: scale(1.05);
  transition: all 0.6s;
}

.testimonial h3 {
  font-size: 22px;
  margin: 15px 0px;
  color: #000;
  font-weight: bold;
}

.testimonial p {
  font-size: 18px;
  color: #666;
  line-height: 25px;
  margin-bottom: 20px;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.testimonial span {
  font-size: 30px;
  float: left;
  color: #c1c1c1;
  transition: all 0.6s;
}

.testimonial:hover h3 {
  color: #0071af;
  transition: all 0.6s;
}

.testimonial:hover p {
  color: #0071af;
  transition: all 0.6s;
}

.testimonial:hover span {
  color: #0071af;
  transition: all 0.6s;
  margin-left: 5px;
}

/* 应用中心结束 */
/* 企业新闻开始 */

.qylb_pic_box {
  overflow: hidden;
  width: 100%;
  margin: 80px 0px 20px;
  float: left;
}

.qylb_pic_box .w {
  padding: 0px 10px;
  max-width: 1440px;
}

.qylb_pic_box ul li {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  margin: 0px 0px 40px;
  display: flex;
  flex-wrap: wrap;
}

.qylb_pic_box ul li .pic_box {
  width: 22%;
  float: left;
  overflow: hidden;
}

.qylb_pic_box ul li .pic_box img {
  width: 100%;
  max-height: 260px;
  transition: all 0.6s;
}

.qylb_pic_box ul li:hover .pic_box img {
  transform: scale(1.05);
  transition: all 0.6s;
}

.qylb_pic_box ul li .qylb_tit {
  width: 78%;
  float: right;
  padding: 0 3%;
}


.qylb_pic_box ul li a .qylb_tit h3 {
  font-size: 22px;
  font-weight: bold;
  overflow: hidden;
  margin: 20px 0 15px;
  color: #000;
  transition: all 0.6s;
  float: left;
  width: 100%;
}

.qylb_pic_box ul li a:hover .qylb_tit h3 {
  color: #0071af;
  transition: all 0.6s;

}

.qylb_pic_box ul li a .qylb_tit p {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  color: #666;
  font-size: 18px;
  transition: all 0.6s;
  float: left;
  width: 100%;
}

.qylb_pic_box ul li a:hover .qylb_tit p {
  color: #0071af;
  transition: all 0.6s;
}

.qylb_pic_box ul li a .qylb_tit span {
  font-size: 30px;
  float: left;
  color: #c1c1c1;
  transition: all 0.6s;
}

.qylb_pic_box ul li a .qylb_tit:hover span {
  color: #0071af;
  transition: all 0.6s;
  margin-left: 5px;
}

.qylb_pic_box ul li a .qylb_tit>div {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
}

.hy_more {
  color: #fff;
  background-color: #0071af;
  transition: all 0.6s;
  border-radius: 0px;
  float: right;
  width: 110px;
  line-height: 36px;
  text-align: center;
  position: relative;
  font-size: 15px;
}

.qylb_pic_box ul li a:hover .hy_more {
  background-color: #0071af;
  color: #fff;
  transform: translateX(6px);
}

.hy_time {
  color: #999;
  font-size: 14px;
}

/* 企业新闻结束 */
/* 分页 */
.fy_box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
}

.fy_box .w {
  max-width: 1440px;
  padding: 0 10px;
}

@media(max-width:768px) {

  /* 分页 */
  .fy_box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0px;
  }

  /* 新闻 */
  .qylb_pic_box {
    overflow: hidden;
    width: 100%;
    margin: 40px 0px;
    float: left;
  }

  .qylb_pic_box ul li {
    width: 100%;
    overflow: hidden;
    margin: 30px auto;
  }

  .qylb_pic_box ul li .pic_box {
    width: 100%;
    float: none;
    overflow: hidden;
  }

  .qylb_pic_box ul li .qylb_tit {
    width: 100%;
    float: none;
    padding: 0 10px 58px;
  }

  .qylb_pic_box ul li a .qylb_tit p {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    line-height: 24px;
    color: #666;
    font-size: 16px;
    transition: all 0.6s;
    float: left;
    width: 100%;
  }

  .qylb_pic_box ul li a .qylb_tit span {
    font-size: 24px;
    float: left;
    color: #c1c1c1;
    transition: all 0.6s;
  }

  /* 应用 */
  .testimonial-page {
    overflow: hidden;
    width: 100%;
    padding: 40px 0px;
    float: left;
  }

  .testimonial-page .box h3 {
    font-size: 26px;
    margin: 20px 0 20px;
    width: 100%;
    color: #000;
  }

  .testimonial-page .box p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
  }

  .testimonial {
    margin: 0px 0px 30px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 100%;
  }

  .testimonial p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    margin-bottom: 20px;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .testimonial span {
    font-size: 24px;
    float: left;
    color: #c1c1c1;
    transition: all 0.6s;
  }


}