/* 产品开始 */
.hxprod{
  width: 100%;
  overflow: hidden;
  margin-bottom: 100px;
}
.hxprod_tit ul{
  width: 100%;
  background-color: #fff;
  padding:20px 20px 30px;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 20px;
}
.hxprod_tit ul li{
  width: 23%;
  margin: 10px 1%;
  position: relative;
}
.hxprod_tit ul li a{
  display: block;
  font-size: 17px;
  line-height: 44px;
  color: #666;
  border-bottom: 1px solid #cbcbcb;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  font-weight: normal;
  transition: all 0.5s ease;
}
.hxprod_tit ul li a span{
  float: right;
  position: absolute;
  right: 0;
}

.hxprod_tit ul li a:hover{
  color: #0d4da1;
  border-color: #0d4da1;
}
.hxprod_list ul{
  display: grid;
  grid-template-columns: repeat(4,24%);
  gap: 20px 1.3%;
}
.hxprod_list ul li {
  width: 100%;
  background: #fff;
  padding: 30px 10px 0;
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
}
.hxprod_list ul li img{
  width: 90%;
  -webkit-transition: all  0.5s;
  -o-transition: all  0.5s;
  transition: all 0.5s;
  display: block;
  margin: auto;
}
.hxprod_list ul li:hover{
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, .2);
}
.hxprod_list ul li::after {
  content: "";
  cursor: pointer;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
  transform: skewx(-25deg);
}
.hxprod_list ul li:hover::after {
  left: 100%;
  transition: 1s;
}

.hxprod_list ul li:hover img{
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.hxprod_list ul li p {
  font-size: 18px;
  color: #333;
  margin: 0;
  text-align: center;
  transition: all 0.5s;
  border-top: 1px solid #f1f1f1;
  padding: 20px 0 10px;
  background: #ffffff;
  position: relative;
  font-weight: bold;
}
.hxprod_list ul li:hover p{
  color: #0d4da1;
}
.hxprod_list ul li h5{
  display: block;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 16px;
}
.hxprod_list ul li h5 span{
  transition: all 0.5s;
}
.hxprod_list ul li:hover h5 span{
  margin-left: 10px;
}
/* 产品结束 */
/* 应用中心开始 */
.testimonial-page{
  width: 100%;
  overflow: hidden;
  margin-bottom: 100px;
}
.testimonial-page .w .appli_box{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.application{
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  background: #0d4da1;
}
.application:nth-child(1),
.application:nth-child(8){
  width: 49%;
  height: 520px;
}
.application:nth-child(2),
.application:nth-child(3),
.application:nth-child(6),
.application:nth-child(7){
  height: 520px;
  width: 24.5%;
}
.application:nth-child(4),
.application:nth-child(10){
  width: 42%;
  height: 320px;
}
.application:nth-child(5),
.application:nth-child(9){
  width: 57%;
  height: 320px;
}
.application:nth-child(1) img,
.application:nth-child(2) img,
.application:nth-child(3) img,
.application:nth-child(6) img,
.application:nth-child(7) img,
.application:nth-child(8) img{
  height: 520px;
}
.application img {
  max-width: 100%;
  opacity: 1;
  width: 100%;
  transition:all 0.35s;
  object-fit: cover;
}
.application>div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: all 0.5s;
  display: none;
  width: 90%;
}
.application>div h2{
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  margin: 0 0 20px;
  transition: all 0.5s;
}
.application>div a{
  width: 110px;
  line-height: 38px;
  text-align: center;
  background-color: #fff;
  color: #0d4da1;
  transition: all 0.5s;
  display: block;
  border-radius: 5px;
  font-size: 17px;
  margin: auto;
}
.application:hover>div {
  display: block;
}
.application:hover img {
  opacity: 0.3;
  transform: scale(1.05);
}



.appli{
  width: 100%;
  overflow: hidden;
}
.appli .w ul li{
  display: flex;
  margin-bottom: 80px;
  position: relative;
  align-items: center;
}
.appli .w ul li .appli_img{
  width: 60%;
  overflow: hidden;
}
.appli .w ul li .appli_img img{
  width: 100%;
}
.appli .w ul li .appli_text{
  width: 50%;
  position: absolute;
  right: 0;
  background: #000000bb;
  padding: 3vw;
}
.appli .w ul li:nth-child(1) .appli_text{
  background: #000000bb;
}
.appli .w ul li:nth-child(2) .appli_text{
  background: #a8a72eed;
}
.appli .w ul li:nth-child(3) .appli_text{
  background: #c71010eb;
}
.appli .w ul li:nth-child(4) .appli_text{
  background: #ae7e54e6;
}
.appli .w ul li:nth-child(5) .appli_text{
  background: #4c93b9e3;
}
.appli .w ul li:nth-child(6) .appli_text{
  background: #0768c0e8;
}
.appli .w ul li:nth-child(7) .appli_text{
  background: #d49c00eb;
}
.appli .w ul li:nth-child(8) .appli_text{
  background: #02a56eeb;
}
.appli .w ul li:nth-child(9) .appli_text{
  background: #01a5c7ed;
}
.appli .w ul li:nth-child(10) .appli_text{
  background: #1b1834e3;
}
.appli .w ul li:nth-child(11) .appli_text{
  background: #67462fd9;
}
.appli .w ul li .appli_text h2{
  font-size: 30px;
  margin: 0 0 20px;
  color: #fff;
  font-weight: bold;
}
.appli .w ul li .appli_text  p{
  font-size: 17px;
  line-height: 30px;
  color: #fff;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.appli .w ul li .appli_text a{
  width: 160px;
  line-height: 50px;
  background-color: #fff;
  color: #0d4da1;
  display: block;
  text-align: center;
  margin-top: 30px;
  transition: all 0.5s;
  font-size: 16px;
}
.appli .w ul li .appli_text a:hover{
  color: #fff;
  background-color: #0d4da1;
}
.appli .w ul li:nth-child(even) {
  flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
}
.appli .w ul li:nth-child(even) .appli_text{
  left: 0;
}
/* 应用中心结束 */
/* 企业新闻开始 */
.qylb_pic_box{
  width: 100%;
  overflow: hidden;
}
.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: 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;
}

.qylb_pic_box ul li:hover .qylb_tit h3 a {
  color: #0d4da1
}

.qylb_pic_box ul li .qylb_tit p {
  font-size: 17px;
  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: #0d4da1;
  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: 16px;
}

/* 企业新闻结束 */

/* 分页 */
.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: #0d4da1;
  border-color: #0d4da1;
}

.qylb_pic_box .fy .active {
  background-color: #0d4da1 !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: #0d4da1;
  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: 18px;
    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;
  }
  /* 产品 */
  .hxprod_tit ul {
    width: 100%;
    background-color: #fff;
    padding: 15px 15px 30px;
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 20px;
    justify-content: space-between;
  }
  .hxprod_tit ul li {
    width: 100%;
    margin: 10px 0;
    position: relative;
  }
  .hxprod_tit ul li a span {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
  }
  .hxprod_list ul {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    gap: 20px 0;
  }
  .hxprod_list ul li{
    padding: 10px;
  }
  .hxprod_list ul li img {
    width: 100%;
  }
  .hxprod_list ul li p {
    font-size: 20px;
  }
  /* 应用 */
  .testimonial-page{
    margin-bottom: 0;
  }
  .application,
  .application:nth-child(1), 
  .application:nth-child(2), 
  .application:nth-child(3), 
  .application:nth-child(4),
  .application:nth-child(5),
  .application:nth-child(6), 
  .application:nth-child(7),
  .application:nth-child(8),
  .application:nth-child(9),
  .application:nth-child(10){
    width: 100%;
    height: 280px;
  }
  .application>div{
    display: block;
  }
  .application img {
    opacity: 0.4;
    width: 100%;
    height: 100%;
  }


  .appli .w ul li{
    display: block;
    margin-bottom: 30px;
  }
  .appli .w ul li .appli_img {
    width: 100%;
    overflow: hidden;
  }
  
  .appli .w ul li .appli_text {
    width: 100%;
    position: relative;
    right: 0;
    background: #000000bb;
    padding: 30px 20px;
  }
  .appli .w ul li .appli_text p {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    font-weight: 300;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .appli .w ul li .appli_text h2 {
    font-size: 26px;
    margin: 0 0 10px;
    color: #fff;
    font-weight: bold;
  }





}