@charset "utf-8";

/* 内页荣誉类目 */

.nyrylm {
  margin-top: 50px;
}

.nyrylm_item {
  margin-bottom: 80px;
}

.nyrylm_itemtitle {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #f3f3f3;
  font-size: 20px;
  text-transform: capitalize;
}

.nyrylm_container {
  width: 100%;
  padding-bottom: 60px;
}

.nyrylm_itemct {
  width: 100%;
  /*margin-top: 50px;*/
  position: relative;
}

.nyrylm_slide {
  height: auto;
  max-height: 450px;
}

.nyrylm_slide .nyrylm_slidea {
  height: 100%;
  display: block;
  text-align: center;
  overflow: hidden;
  border: 1px solid #e6e6e6;
}

.nyrylm_slidea img {
  /* width: 100%; */
  margin: auto;
  height: 100%;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

.nyrylm_slide .nyrylm_slidea:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.nyrylm_pagination.swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  background-color: #d1d1d1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  opacity: 1;
}

.nyrylm_pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ec871b;
}

.nyrylm_next,
.nyrylm_prev {
  position: absolute;
  top: calc(50% - 50px);
  z-index: 10;
  outline: none;
}

.nyrylm_prev,
.nyrylm_prev {
  left: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.nyrylm_next,
.nyrylm_next {
  right: 0;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
}

.nyrylm_prev i,
.nyrylm_next i {
  font-size: 34px;
  color: #333;
}

.nyrylm_prev.swiper-button-disabled i,
.nyrylm_next.swiper-button-disabled i {
  color: #666;
}

@media screen and (max-width:1700px) {
  .nyxmbtct_p p {
    width: 80%;
  }
}

@media screen and (max-width:1200px) {
  .nyxmbtct_p p {
    width: 90%;
  }
}

@media screen and (max-width:992px) {
  .nyxmbtct_p p {
    width: 95%;
  }
  .nyrylm_itemct {
    /*margin-top: 30px;*/
  }
  .nyrylm_container {
    padding-bottom: 40px;
  }
  .nyrylm_item {
    margin-bottom: 50px;
  }
  .nyrylm_itemtitle{
    font-size: 18px;
    height: 50px;
    line-height: 50px;
  }
}

@media screen and (max-width:768px) {
  .nyrylm {
    margin-top: 30px
  }
  .nyrylm_prev {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .nyrylm_next {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}