/*荣誉资质内页*/
.honor_content {
  overflow: hidden;
}

.honor_content ul {
  min-height: 300px;
}

.honor_content ul.nyhonor_box li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: inset 0 0 0 5px #f0f0f4;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  position: relative;
  padding: 1%;
}

.honor_content ul.nyhonor_box li::before,
.honor_content ul.nyhonor_box li::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.honor_content ul.nyhonor_box li::before {
  border-top: 5px solid #025dac;
  border-bottom: 5px solid #025dac;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}

.honor_content ul.nyhonor_box li::after {
  border-left: 5px solid #025dac;
  border-right: 5px solid #025dac;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
}

.honor_content ul.nyhonor_box li:hover::before,
.honor_content ul.nyhonor_box li:hover::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.art_conet .xq_himg {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.art_conet .xq_himg img {
  max-width: 100% !important;
}

@media (min-width: 1401px) {
  .honor_content ul.nyhonor_box li:nth-child(4n) {
    margin-right: 0px;
  }
}

.honor_content ul.nyhonor_box li>a {
  display: block;
  position: relative;
  z-index: 1;
}

.honor_content ul.nyhonor_box li>a .pro_img {
  text-align: center;
  overflow: hidden;
  height: 250px;
  position: relative;
}

.honor_content ul.nyhonor_box li>a .pro_img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.honor_content ul.nyhonor_box li:hover>a .pro_img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.honor_content ul.nyhonor_box li>a .pro_img img .iblock {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.honor_content ul.nyhonor_box li p {
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.honor_content ul.nyhonor_box li p .honor_name {
  display: block;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  padding: 0 10px;
}

.honor_content ul.nyhonor_box li em {
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
}

.honor_content ul.nyhonor_box li em a {
  color: #999;
}

.honor_content ul.nyhonor_box li:hover em a {
  color: #025dac;
}

@media (max-width: 1399px) and (min-width:768px) {
  .honor_content {
    padding: 48px 0;
  }

  .honor_content ul.nyhonor_box li {
    width: 32%;
  }

  .honor_content ul.nyhonor_box li:nth-child(3n) {
    margin-right: 0px;
  }
}

@media (max-width: 1023px) {
  .honor_content ul.nyhonor_box li>a .pro_img {
    height: 180px;
  }
}

@media (max-width: 767px) {
  .honor_content {
    padding: 38px 0;
  }

  .honor_content ul.nyhonor_box li {
    width: 49%;
  }

  .honor_content ul.nyhonor_box li:nth-child(2n) {
    margin-right: 0px;
  }

  .honor_content ul.nyhonor_box li>a .pro_img {
    height: 150px;
  }

  .honor_content ul.nyhonor_box li p .honor_name {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }

  .honor_content ul.nyhonor_box li em {
    line-height: 20px;
  }
}

@media (max-width: 375px) {
  .honor_content ul.nyhonor_box li>a .pro_img {
    height: 120px;
  }
}