/* 应用中心开始 */
.router .w .breadcrumb{
  margin: 0;
}
.testimonial-page{
  width: 100%;
  overflow: hidden;
  margin: 40px auto 0;
}
.testimonial-page .w>p{
  width: 70%;
  margin: 0 auto 15px;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #666;
}
.testimonial-page .w .appli_box{
  margin-bottom: 50px;
  width: 100%;
  overflow: hidden;
}
.application {
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px 0.6%;
  background: #000000;
  text-align: left;
  float: left;
  width: 32%;
  max-height: 320px;
}
.application * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.application img {
  max-width: 100%;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  /* margin-top: -50px; */
}
.application figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 4em;
  width: 100%;
  height: 100%;
}
.application figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 45px;
  left: 100%;
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.application h2,
.application p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
.application h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(30%, 0%, 0);
  transform: translate3d(30%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  margin-bottom: 10px;
}
.application p {
  -webkit-transform: translate3d(0%, 30%, 0);
  transform: translate3d(0%, 30%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 28px;
}
.application a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
.application:hover img {
  opacity: 0.3;
}
.application:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.application:hover figcaption p {
  opacity: 0.9;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.application:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  left: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.appli_more{
  margin: 12px 0 0 0!important;
}
/* 应用中心结束 */
/* 技术支持开始 */
.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: 14px;
  font-weight: normal;
  color: #666;
}
.jszc_box .w ul li h3 a:hover{
  color: #1e398f;
}
.jszc_box .w ul li p{
  font-size: 14px;
  color:#666;
}
/* 技术支持结束 */
/* 企业新闻开始 */
.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;
  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:#1e398f 
}
.qylb_pic_box ul li .qylb_tit p{
  font-size: 14px;
  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: 110px;
  line-height: 44px;
  text-align: center;
  position: relative;
  top: 10px;
}
.qylb_pic_box ul li:hover .hy_more{
  background-color: #1e398f;
  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: #1e398f;
  border-color: #1e398f;
}
.qylb_pic_box .fy .active {
  background-color: #1e398f!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: #1e398f;
  color: #fff;
}

@media(max-width:768px){
  /* 新闻 */
  .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: 14px;
    color: #666;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 28px;
  }
  /* 应用 */
  .testimonial-page {
    width: 100%;
    overflow: hidden;
    margin: 10px auto 0;
  }
  .application {
    width: 100%;
    max-height: 320px;
  }
}
