/* 应用中心开始 */
.testimonial-page .w>h1 {
  color: #333;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 30px;
  margin: 50px 0 30px;
  position: relative;
  font-family: "OswaldBold";
}

.testimonial-page .w>h1::after {
  position: absolute;
  content: '';
  width: 60px;
  height: 3px;
  background: #8dc11e;
  margin-top: 15px;
  left: 0;
  bottom: -20px;
}

.testimonial-page .w>p {
  font-size: 16px;
  color: #848484;
  float: left;
  width: 100%;
  margin-top: 30px;
}

.testimonial-page .w>ul {
  border-top: #d7d7d7 solid 1px;
  border-bottom: #d7d7d7 solid 1px;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  margin: 10px 0 30px;
  width: 100%;
  float: left;
}

.testimonial-page .w>ul li {
  padding-right: 18px;
  margin-right: 18px;
  border-right: 1px solid #c3c3c3;
}

.testimonial-page .w>ul li:last-child {
  border: none;
  padding-right: 0px;
  margin-right: 0px;
}

.testimonial-page .w>ul li a {
  color: #848484;
  font-size: 16px;
  transition: all 0.5s;
}

.testimonial-page .w>ul li a:hover {
  color: #8dc11e;
}

.testimonial-page .w .appli_box {
  margin-bottom: 50px;
  width: 100%;
  overflow: hidden;
}

.application {
  overflow: hidden;
  margin: 10px 0.6%;
  float: left;
  width: 32%;
  position: relative;
}

.application img {
  width: 100%;
}

.application>a>div {
  width: 100%;
  position: relative;
}

.application>a>div::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00000086;
  transition: all 0.5s;
}

.application>a>div:hover::after {
  background-color: #00000086;
}

.application a h2 {
  font-size: 26px;
  position: absolute;
  bottom: 40px;
  left: 30px;
  margin: 0;
  color: #fff;
  z-index: 1;
  font-family: "OswaldBold";
}

/* 应用中心结束 */
/* 技术支持开始 */
.jszc_box {
  width: 100%;
  overflow: hidden;
  margin: 30px auto;
}

.jszc_box .w ul li {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}

.jszc_box .w ul li h3 {
  display: flex;
  justify-content: space-between;
}

.jszc_box .w ul li h3 a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.jszc_box .w ul li h3 a:last-of-type {
  font-size: 16px;
  font-weight: normal;
  color: #666;
}

.jszc_box .w ul li h3 a:hover {
  color: #8dc11e;
}

.jszc_box .w ul li p {
  font-size: 16px;
  color: #666;
}

/* 技术支持结束 */
/* 企业新闻开始 */

.qylb_pic_box .w>h1 {
  color: #333;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 30px;
  margin: 50px 0 30px;
  position: relative;
  font-family: "OswaldBold";
}

.qylb_pic_box .w>h1::after {
  position: absolute;
  content: '';
  width: 60px;
  height: 3px;
  background: #8dc11e;
  margin-top: 15px;
  left: 0;
  bottom: -20px;
}

.qylb_pic_box ul {
  float: left;
  width: 100%;
}

.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: 40px 0;
}

.qylb_pic_box ul li:hover {
  box-shadow: 0 26px 50px -6px rgba(97, 105, 113, 0.3);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}

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

.qylb_pic_box ul li .pic_box img {
  width: 100%;
  height: 240px;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.qylb_pic_box ul li:hover .pic_box img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

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

.qylb_pic_box ul li .qylb_tit h3 {
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 35px 0 15px;
}

.qylb_pic_box ul li .qylb_tit h3 a {
  color: #333;
  transition: all 0.5s;
  font-size: 20px;
  font-family: "OswaldBold";
}

.qylb_pic_box ul li:hover .qylb_tit h3 a {
  color: #8dc11e
}

.qylb_pic_box ul li .qylb_tit p {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
}

.hy_more {
  color: #333;
  display: inline-block;
  background-color: #fff;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  float: right;
  width: 150px;
  line-height: 44px;
  text-align: center;
  position: relative;
  top: 10px;
  font-size: 16px;
  border: 2px solid #8dc11e;
  color: #8dc11e;
}

.qylb_pic_box ul li:hover .hy_more {
  background-color: #8dc11e;
  color: #fff;
  transform: translateX(6px);
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -o-transform: translateX(6px);
  -ms-transform: translateX(6px);
}

.hy_time {
  color: #999;
}

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

.qylb_pic_box .fy {
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.qylb_pic_box .fy li {
  margin: 0 !important;
}

.qylb_pic_box .fy a {
  color: #333;
}

.qylb_pic_box .fy .pagination>.active>a,
.qylb_pic_box .fy .pagination>.active>a:focus,
.qylb_pic_box .fy .pagination>.active>a:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #8dc11e;
  border-color: #8dc11e;
}

.qylb_pic_box .fy .active {
  background-color: #8dc11e !important;
  color: #fff;
}

.fy .center {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}

.fy .fy_inp {
  display: inline-block;
}

.fy .fy_inp input {
  width: 50px;
  height: 31px;
  position: relative;
  top: 0;
  text-align: center;
  border: 1px solid #ccc;
  margin: 0 5px;
}

.fy .fy_inp button {
  height: 30px;
  position: relative;
  top: -3px;
  width: 51px;
  border: 0;
  background: #8dc11e;
  color: #fff;
}

@media(max-width:768px) {

  /* 应用 */
  .testimonial-page .w>ul {
    display: none;
  }

  .application {
    overflow: hidden;
    margin: 10px 0.6%;
    float: left;
    width: 100%;
    position: relative;
  }

  /* 新闻 */
  .qylb_pic_box ul li {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    background-color: #f7f7f7;
    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: 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 .qylb_tit h3 {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 20px 0 10px;
  }

  .qylb_pic_box ul li .qylb_tit p {
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 28px;
  }

}