/* 应用 */
.appli_box{
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}
.appli{
  width: 100%;
  margin: 60px 0;
}
.appli_box li{
    width: 49%;
    overflow: hidden;
}
.appli_box li a .appli_img {
  width: 100%;
  float: none;
  overflow: hidden;
  position: relative;
  max-height: 360px;
  display: flex;
  align-items: center;
}
.appli_box li a .appli_img img{
  width: 100%;
  transition: all 0.5s;
}
.appli_box li:hover a .appli_img img{
  transform: scale(1.2);
}
.appli_box li a .appli_text{
  width: 100%;
  float: none;
  padding: 40px;
  background-color: #f5f5f5;
}
.appli_box li a .appli_text .num{
  font-family: "DINCOND-BOLD";
  font-weight: 700;
  font-size: 62px;
  line-height: 1;
  color: transparent;
  text-stroke: 1px #0091dc;
  -webkit-text-stroke: 1px #005ee3;
  margin: 0;
  transition: all 0.3s;
  display: none;
}
.appli_box li:hover a .appli_text .num{
  color: #005ee3;
}
.appli_box li a .appli_text h3{
  font-size: 26px;
  font-weight: 700;
  color: #333;
  margin: 0 0 5px;
  transition: all 0.5s;
}
.appli_box li a .appli_text p{
  color: #666;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-height: 30px;
}
.appli_box li a .appli_text span{
  display: inline-block;
  vertical-align: top;
  width: 180px;
  line-height: 52px;
  background-color: #005ee3;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all .8s;
  transition: all .8s;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 20px 0 10px;
  transition: all 0.5s;
}
.appli_box li:hover a .appli_text span{
  background-color: #080e2b;
}
/* 企业新闻开始 */
.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: 26px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 25px 0 10px;
}
.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:#005ee3 
}
.qylb_pic_box ul li .qylb_tit p{
  font-size: 18px;
  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-size: 16px;
}
.qylb_pic_box ul li:hover .hy_more{
  background-color: #005ee3;
  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;
  font-size: 18px;
}
/* 企业新闻结束 */

/* 分页 */
.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: #005ee3;
  border-color: #005ee3;
}
.qylb_pic_box .fy .active {
  background-color: #005ee3!important;
  color: #fff;
}
.fy  .center{
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}
.fy .fy_inp{
  display: inline-block;
  font-size: 16px;
}
.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: #005ee3;
  color: #fff;
}

@media(max-width:980px){
  .fy_box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
  }
  /* 应用 */
  .appli {
    width: 100%;
    margin: 30px 0;
  }
  .appli_box{
    gap: 20px 0;
  }
  .appli_box li {
    width: 100%;
    overflow: hidden;
  }
  .appli_box li a .appli_text {
    padding: 30px 20px;
  }
  .appli_box li a .appli_text p {
    color: #666;
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    line-height: 30px;
  }


  /* 新闻 */
  .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 40px;
  }
  .qylb_pic_box ul li .qylb_tit h3 {
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 20px 0 5px;
  }
  .qylb_pic_box ul li .qylb_tit p {
    font-size: 18px;
    color: #666;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 28px;
  }
  .hy_time {
    color: #999;
    display: block;
  }
  .hy_more{
    top: 15px;
    font-weight: 300;
    font-size: 16px;
    float: none;
  }
}
