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

.testimonial-page .w>h1::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  background: #54b23c;
  margin-top: 6px;
  left: 0;
  bottom: -10px;
}

.testimonial-page .w>h3 {
  font-size: 22px;
  margin: 20px 0 10px;
  color: #666;
}

.testimonial-page .w>p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  font-weight: 300;
}

.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;
}

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

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

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

.testimonial-page .w .appli_box {
  margin-bottom: 50px;
  width: 100%;
  overflow: hidden;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

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

.application .appil_pic {
  height: 250px;
  overflow: hidden;
}

.application .appil_pic img {
  width: 100%;
  transition: all 0.5s;
  height: 100%;
  object-fit: cover;
}

.application:hover .appil_pic img {
  transform: scale(1.2);
}

.application h3 {
  font-size: 24px;
  margin: 20px 0 10px;
  color: #333;
  transition: all 0.5s;
}

.application:hover h3 {
  color: #54b23c;
}

.application p {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /*控制行数*/
  overflow: hidden;
  line-height: 28px;
  font-weight: 300;
}

.application span {
  margin-top: 15px;
  color: #54b23c;
  transition: all 0.5s;
  font-weight: 300;
  font-size: 16px;
}

.application:hover span {
  margin-left: 15px;
}

/* 应用中心结束 */
/* 产品中心 */
.prod {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
  background-color: #f5f5f5;
}

.prod .w ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.prod .w ul li {
  width: 49%;
  background-color: #fff;
  margin: 15px 0;
}

.prod .w ul li a {
  padding: 7% 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.prod .w ul li div {
  width: 62%;
}

.prod .w ul li div h3 {
  display: block;
  font-size: 22px;
  line-height: 1em;
  color: #000;
  transition: all .5s;
}

.prod .w ul li div p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin: 12px 0 30px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.prod .w ul li img {
  width: 35%;
  transition: all .5s;
  height: 230px;
  object-fit: cover;
}

.prod .w ul li:hover img {
  transform: scale(1.1);
}

.prod .w ul li>a span {
  width: 30%;
  height: 44px;
  line-height: 42px;
  border: 1px solid #bfbfbf;
  border-radius: 22px;
  font-size: 14px;
  color: #bfbfbf;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  transition: all .5s;
}

.prod .w ul li:hover>a span {
  background-color: #54b23c;
  border: 1px solid #54b23c;
  color: #fff;
}


/* 企业新闻开始 */
.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: 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: 230px;
  object-fit: cover;
  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: 18px;
  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;
}

.qylb_pic_box ul li:hover .qylb_tit h3 a {
  color: #54b23c
}

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

.hy_more {
  color: #333;
  display: inline-block;
  background-color: #e5e5e5;
  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;
  border-radius: 5px;
  float: right;
  width: 140px;
  line-height: 44px;
  text-align: center;
  position: relative;
  top: 10px;
  font-weight: 300;
  font-size: 15px;
}

.qylb_pic_box ul li:hover .hy_more {
  background-color: #54b23c;
  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: #54b23c;
  border-color: #54b23c;
}

.qylb_pic_box .fy .active {
  background-color: #54b23c !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: #54b23c;
  color: #fff;
}

@media(max-width:980px) {
  .fy_box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
  }

  /* 新闻 */
  .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: 15px;
    color: #666;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 28px;
  }

  /* 应用 */
  .testimonial-page .w>h1 {
    color: #333;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 32px;
    margin: 30px 0;
    font-weight: normal;
    position: relative;
  }

  .testimonial-page .w>ul {
    display: none;
  }

  .application {
    overflow: hidden;
    margin: 10px 0.6%;
    padding-bottom: 20px;
    float: left;
    width: 100%;
    position: relative;
    background: #f7f7f7;
  }

  .application .appil_pic {
    margin-bottom: 20px;
  }

  .application h3 {
    font-size: 22px;
    margin: 0 0 10px;
    color: #333;
    font-weight: bold;
    transition: all 0.5s;
    padding: 0 20px;
  }

  .application span {
    padding: 0 20px 20px;
  }

  .application p {
    padding: 0 20px;
  }

  /* 产品 */
  .prod {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    background-color: #f5f5f5;
  }

  .prod .w ul li {
    width: 100%;
    background-color: #fff;
    margin: 10px 0;
  }

  .prod .w ul li a {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column-reverse;
  }

  .prod .w ul li div {
    width: 100%;
  }

  .prod .w ul li img {
    width: 100%;
    transition: all .5s;
    height: auto;
    object-fit: cover;
  }

  .prod .w ul li div p {
    margin: 12px 0 60px;
  }

  .prod .w ul li div h3 {
    display: block;
    font-size: 22px;
    line-height: 1em;
    color: #000;
    transition: all .5s;
    font-weight: bold;
  }

  .prod .w ul li>a span {
    position: absolute;
  }

}