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

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

.testimonial-page .w>p {
  font-size: 14px;
  color: #848484;
}

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

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

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

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

.appli_box {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
}

.box {
  overflow: hidden;
  margin: 10px 0;
  float: left;
  width: 32.5%;
  position: relative;
}

.box img {
  width: 100%;
  height: auto;
  transform: scale(1.8);
  transition: all 0.3s ease 0s;
}

.box:hover img {
  filter: grayscale(100%);
  transform: scale(1.5);
}

.box h1 {
  position: relative;
  text-align: center;
  background: #0f58d6;
  width: 80%;
  margin: auto;
  color: #ffff;
  font-size: 28px;
  padding: 20px 0;
  transition: all 0.3s ease 0s;
}

.box:hover h1 {
  opacity: 0;
}

.box .box-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.2s ease 0s;
}

.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after {
  content: "";
  width: 100%;
  height: 25%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), transparent, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}

.box:before {
  transform: translateX(100%);
}

.box:after {
  height: 25%;
  top: 25%;
  transform: translateX(-100%);
  transition-delay: 0.05s;
}

.box .box-content:before {
  top: 50%;
  transform: translateX(100%);
  transition-delay: 0.1s;
}

.box .box-content:after {
  top: 75%;
  transform: translateX(-100%);
  transition-delay: 0.15s;
}

.box:hover:before,
.box:hover:after,
.box:hover .box-content:before,
.box:hover .box-content:after {
  transform: translateX(0);
}

.box .inner-content {
  padding: 7px 0;
  text-align: center;
  z-index: 2;
  transition: all 0.3s ease 0s;
  position: relative;
  top: 45%;
}

.box .title {
  font-size: 28px;
  margin: 0 0 3px 0;
  opacity: 0;
  transform: translateY(150px);
  transition: all 0.4s ease 0s;
  color: #fff;
}

.box:hover .title {
  opacity: 1;
  transform: translate(0, 0);
}

/* 应用中心结束 */
/* 经销品牌开始 */
.brand .w ul {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  margin-top: 30px;
}

.brand .w ul li {
  width: 19%;
  margin: 8px 0.5%;
  float: left;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
  padding: 16px 0px;
  border-radius: 6px;
  border: 1px solid #e8e8e8;
  transition: all 0.5s;
  text-align: center;
}
.brand .w ul li:hover {
	box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 40%);
}
.brand .w ul li img{
  width: 60%;
  transition: all 0.5s;
}
.brand .w ul li:hover img{
	transform: scale(1.15);
}
.brand .w ul li h3{
  font-size: 17px;
  margin: 10px 0;
  transition: all 0.5s;
  position: relative;
  color:#333;
}
.brand .w ul li:hover h3{
  color: #0f58d6;
}
/* 经销品结束 */

/* 企业新闻开始 */
.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: #0f58d6
}

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

/* 企业新闻结束 */
/* 特色产品 */
.cplist .cp_pic ul {
  margin: 0;
}

.cplist .cp_pic ul li {
  width: 100%;
  background: #fff;
  padding: 4% 0;
  overflow: hidden;
  transition: all 0.5s;
}

.cplist .cp_pic ul li .prod_fl_box h3 {
  display: inline-block;
  font-weight: normal;
  font-size: 26px;
  line-height: 1em;
  color: #000;
  transition: all .5s;
  margin: 0 0 10px;
}

.cplist .cp_pic ul li:hover .prod_fl_box h3 {
  color: #0f58d6;
}

.cplist .cp_pic ul li .prod_fl_box p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
}

.cplist .cp_pic ul li .prod_fl_box .cpmore {
  margin-top: 10%;
  width: 150px;
  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;
  margin-right: 20px;
}

.cplist .cp_pic ul li .prod_fl_box .cpmore:hover {
  background-color: #0f58d6;
  border: 1px solid #0f58d6;
  color: #fff;
}

.cplist .cp_pic ul li:nth-of-type(even) {
  background-color: #f5f5f5;
}

.cplist .cp_pic ul li:nth-of-type(even) .prod_fl_box {
  float: right;
  padding: 2% 10% 0 5%;
}

.cplist .cp_pic ul li .prod_fl_box {
  width: 50%;
  padding: 2% 5% 0 10%;
  float: left;
}

.cplist .cp_pic ul li:nth-of-type(even) .prod_pic {
  float: left;
  text-align: right;
  padding: 0 6% 0 0;
}

.cplist .cp_pic ul li .prod_pic {
  width: 50%;
  padding: 0 0 0 6%;
  position: relative;
  float: right;
}

.cplist .cp_pic ul li .prod_pic img {
  width: 45%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
  /* mix-blend-mode: darken; */
}

.cplist .cp_pic ul li .prod_pic span {
  display: block;
  width: 70%;
  height: 70%;
  background: #f5f5f5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.cplist .cp_pic ul li .prod_pic span::after {
  content: '';
  display: block;
  width: 0;
  height: 10px;
  line-height: 10px;
  background-color: #0f58d6;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  transition: all .5s;
}

.cplist .cp_pic ul li:nth-of-type(even) span::after {
  left: auto;
  right: 0;
}

.cplist .cp_pic ul li:hover .prod_pic span::after {
  width: 100%;
}

.cplist .cp_pic ul li:nth-of-type(even) .prod_pic span {
  background: #fff;
  left: 0;
}

.cplist .cp_box1 {
  height: 100%;
  padding: 0;
}

.cplist .cp_box1 ul li h4 {
  font-size: 16px;
  color: #333;
  margin: 0 0 8px;
  text-align: center;
  transition: all 0.8s;
}

.cplist .cp_box1 ul li:hover h4 {
  color: #0f58d6;
}

.cplist .cp_box1 ul li ul {
  overflow: hidden;
}

.cplist .cp_box1 ul li ul .prod_cxm {
  width: 100%;
  line-height: 28px;
  margin: 0;
  padding: 0;
  border: none;
}

.cplist .cp_box1 ul li ul li .nullimg {
  width: 100%;
  height: 121px;
  text-align: center;
  line-height: 121px;
  display: inline-block;
  font-size: 14px;
  color: #666;
  font-weight: bold;
}

.cplist .cp_box1 ul li ul li .imgtit {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
  /* position: absolute; */
  left: 0px;
  color: #999;
  bottom: 0;
  /* background: #f3f3f3; */
  padding: 5px 0;
}

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

.qylb_pic_box .fy .active {
  background-color: #0f58d6 !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: #0f58d6;
  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: 14px;
    color: #666;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 28px;
  }

  /* 应用 */
  .box {
    overflow: hidden;
    margin: 6px 0;
    float: left;
    width: 100%;
    position: relative;
  }

  .testimonial-page .w>ul li {
    padding: 0;
    border-right: 1px solid #c3c3c3;
    width: 50%;
    text-align: center;
    margin: 10px 0;
  }

  .testimonial-page .w>ul li:nth-child(even) {
    border-right: 0;
  }
  /* 主营品牌 */
  .brand .w ul li {
    width: 48%;
    margin: 6px 1%;
    float: left;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
    padding: 10px 0px;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
    transition: all 0.5s;
    text-align: center;
  }
  .brand .w ul li img {
    width: 65%;
    transition: all 0.5s;
  }
}