/* 核心产品开始 */
.hxprod {
  width: 100%;
  overflow: hidden;
  margin: 80px 0px 100px;
}

.hxprod_list {
  width: 100%;
  float: left;
}

.hxprod_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

.hxprod_list ul li {
  width: 24%;
  float: left;
  background: #fff;
  padding: 20px 15px 2px;
  overflow: hidden;
  transition: all 0.6s;
  position: relative;
  margin-bottom: 32px;
  box-shadow: -1px 1px 3rem -9px rgb(111 111 111 / 35%);
  transition: all 0.6s;
  transform: translateY(0);
}

.hxprod_list ul li:hover {
  background-color: #003fa8;
  transform: translateY(-5px);
}

.hxprod_list ul li img {
  width: 96%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  margin: auto;
  padding: 0px;
  overflow: hidden;
}

.hxprod_list ul li img:hover {
  transform: scale(1.05);
  transition: all 0.6s;
}

.hxprod_list ul li p {
  font-size: 16px;
  color: #000;
  margin: 0;
  text-align: center;
  transition: all 0.6s;
  padding: 15px 0;
  font-weight: bold;
}

.hxprod_list ul li:hover p {
  color: #fff;
}

/* 核心产品结束 */

/* 生产车间 开始 */

.sccj {
  width: 100%;
  overflow: hidden;
  margin: 80px 0px 100px;
}

.sccj_list {
  width: 100%;
  float: left;
}

.sccj_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

.sccj_list ul li {
  width: 24%;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: -1px 1px 2rem -9px rgb(111 111 111 / 35%);
}

.sccj_list ul li:hover {
  background-color: #003fa8;
  transition: all 0.6s;
}

.sccj_list ul li img {
  width: 100%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  margin: auto;
  padding: 0px;
  overflow: hidden;
}

.sccj_list ul li img:hover {
  transform: scale(1.05);
  transition: all 0.6s;
}

.sccj_list ul li p {
  font-size: 15px;
  margin: 0;
  text-align: center;
  transition: all 0.6s;
  padding: 8px 0;
  font-weight: bold;
  float: left;
  width: 100%;
  color: #000;
}

.sccj_list ul li:hover p {
  color: #fff;
}

/* 生产车间 结束 */
/* 应用中心开始 */
.testimonial-page {
  width: 100%;
  overflow: hidden;
  margin: 80px 0px 100px;
}

.appli_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.application {
  overflow: hidden;
  float: left;
  width: 24%;
  position: relative;
  transition: all 0.6s;
  margin-bottom: 20px;
}

.application img {
  width: 100%;
  transition: all 0.6s;
}

.application:hover img {
  transform: scale(1.05);
  transition: all 0.6s;
}

.application>a>div {
  width: 100%;
  display: flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  flex-wrap: wrap;
}

.application a .appli_text {
  width: 100%;
  background-color: #eeeeee;
  box-sizing: border-box;
  padding: 15px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.application a .appli_text h2 {
  font-size: 22px;
  margin: 15px 0px;
  color: #000;
  font-weight: bold;
}

.application:hover a .appli_text h2,
.application:hover a .appli_text span {
  color: #003fa8;
}

.application a .appli_text p {
  line-height: 30px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  color: #666;
}

.application a .appli_text>span {
  display: block;
  border-top: 1px solid #e9e9e9;
  color: #000;
  transition: all 0.6s;
  font-weight: 300;
}

.application a .appli_text>span span {
  margin-left: 10px;
  font-size: 22px;
  position: relative;
  top: 2px;
  transition: all 0.6s;
}

.application:hover a .appli_text>span span {
  margin-left: 40px;
}

/* 应用中心结束 */

/* 企业新闻开始 */
.qylb_pic_box {
  width: 100%;
  overflow: hidden;
  padding: 80px 0px 30px;
}

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

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

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

.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: 78%;
  float: right;
  padding: 0 3%;
}


.qylb_pic_box ul li .qylb_tit h3 {
  font-size: 22px;
  font-weight: bold;
  overflow: hidden;
  margin: 30px 0 15px;
}

.qylb_pic_box ul li .qylb_tit h3 a {
  color: #000;
  transition: all 0.6s;
}

.qylb_pic_box ul li:hover .qylb_tit h3 a {
  color: #003fa8
}

.qylb_pic_box ul li .qylb_tit p {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  font-weight: 300;
}

.qylb_pic_box ul li .qylb_tit>div {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
}

.hy_more {
  color: #fff;
  background-color: #4c79c5;
  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: 0px;
  float: right;
  width: 110px;
  line-height: 36px;
  text-align: center;
  position: relative;
  font-size: 15px;
}

.qylb_pic_box ul li:hover .hy_more {
  background-color: #003fa8;
  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-weight: 300;
  font-size: 14px;
}

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

.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: #999;

}


.fy .center {
  display: flex;
  align-items: center;
  /* padding-bottom: 20px; */
  border-top: 1px solid #d5d5d5;
  justify-content: flex-end;
}

.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: #003fa8;
  color: #fff;
}

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

  /* 新闻 */
  .qylb_pic_box {
    width: 100%;
    overflow: hidden;
    padding: 50px 0px 30px;
  }

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

  .qylb_pic_box ul li .qylb_tit p {
    font-size: 14px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    line-height: 26px;
  }

  /* 应用 */

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

  .application {
    overflow: hidden;
    float: left;
    width: 100%;
    position: relative;
    transition: all 0.6s;
  }

  .application>a>div {
    width: 100%;
    display: flex;
    padding: 0px 0px 20px;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    flex-wrap: wrap;
  }

  .application a .appli_text {
    width: 100%;
    background-color: #eeeeee;
    box-sizing: border-box;
    padding: 10px 20px;
    position: relative;
    box-shadow: -1px 1px 3rem -9px rgb(111 111 111 / 35%);
  }

  .application img {
    width: 100%;
    transition: all 0.6s;
  }

  /* 核心产品 */
  .hxprod {
    width: 100%;
    overflow: hidden;
    margin: 50px 0px 100px;
  }

  .hxprod_tit ul {
    width: 100%;
    background-color: #fff;
    padding: 0px 0px 30px;
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    justify-content: space-between;
  }

  .hxprod_tit ul li {
    width: 49.5%;
    margin: 3px 0;
  }

  .hxprod_list ul li {
    width: 100%;
    float: left;
    background: #fff;
    padding: 32px 15px 10px;
    overflow: hidden;
    transition: all 0.6s;
    position: relative;
    margin-bottom: 32px;
    box-shadow: -1px 1px 3rem -9px rgb(111 111 111 / 35%);
  }

  /* 生产车间 */
  .sccj {
    width: 100%;
    overflow: hidden;
    margin: 50px 0px 100px;
  }

  .sccj_list ul li {
    width: 48%;
    overflow: hidden;
    margin-bottom: 14px;
    box-shadow: -1px 1px 2rem -9px rgb(111 111 111 / 35%);
  }
}