.honor_body .hon_box_case .hon_box {
  display: none;
}

.contact_body .con_body_block {
  padding-top: .3rem;
}

.honor_body .swiper-pagination {
  top: 100%;
  bottom: auto;
  margin-top: .35rem;
  display: none;
}
.honor_body .swiper-pagination div {
  line-height: 1;
  color: #000000;
}
.honor_body .swiper-pagination div.on {
  color: #d6031a;
}
.honor_body .swiper-pagination div:nth-child(2) {
  margin: 0 .2rem;
}
.honor_body .con_block {
  background-color: #fff;
  padding-bottom: 1.35rem;
}

.honor_body .hon_box_case .hon_box.on {
  display: block;
}
.honor_body .hon_con_box {
  padding: 60px 0 30px 0;
  overflow: hidden;
  position: relative;

}
.honor_body .hon_con_box .swiper-container {
  width: 37.666%;
  margin: 0 auto;
  overflow: visible;
}
.honor_body .hon_con_box .swiper-container .swiper-slide {
  overflow: visible;
}
.honor_body .hon_con_box .swiper-container .swiper-wrapper {
  align-items: center;
}
.honor_body .hon_con_box .swiper-container .honor_con_me {
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.honor_body .hon_con_box .swiper-container .honor_con_me .pub_img_box {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  display: none;
}
.honor_body .hon_con_box .swiper-container .honor_con_me .pub_img_box::before {
  margin-top: 64.8208%;
}
.honor_body .hon_con_box .swiper-container .honor_con_me .pub_img_box .pub_img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.honor_body .hon_con_box .swiper-container .honor_con_me .honor_img_ {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 500px;
}
.honor_body .hon_con_box .swiper-container .honor_con_me .honor_t {
  text-align: center;
  font-weight: 700;
  margin-top: 30px;
  color: #666666;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 72px;
  opacity: 0;
}
.honor_body .hon_con_box .swiper-container .active .honor_con_me {
  transform: none;
}
.honor_body .hon_con_box .swiper-container .active .honor_con_me .honor_img_ {
  box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.25);
}
.honor_body .hon_con_box .swiper-container .active .honor_con_me .pub_img_box {
  box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.25);
}
.honor_body .hon_con_box .swiper-container .active .honor_con_me .honor_t {
  opacity: 1;
  color: #d6031a;
  font-size:22px;
  margin-top: 20px;
}
.honor_body .hon_nav_box {
  padding: 0 100px;
  position: relative;
}
.honor_body .hon_nav_box .swiper-slide {
  width: auto;
  cursor: pointer;
  pointer-events: auto;
}
.honor_body .hon_nav_box .swiper-slide.active-nav .hon_n {
  color: #d6031a;
}
@media screen and (orientation: landscape) {
  .honor_body .hon_nav_box .swiper-slide:hover .hon_n {
    color: #d6031a;
  }
}
.honor_body .hon_nav_box .hon_n {
  color: #666666;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  padding: 0 35px;
}
.rongyu_list>.pub_case{
  margin-bottom:120px;
}
.swiper-button-next, .swiper-button-prev{
  width: 56px;
  height: 56px;
  top: 15%;
  position: absolute;
}
.swiper-button-next:after{
  content: '';
  border: 1px solid #333;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  width: 80%;
  height: 80%;
  position: absolute;
  left: 10%;
  top: 10%;
  background-color: #f5f6f8;
  transform: rotate(45deg);
  z-index: 1;
  display: block;
  font-size: 14px;
  border-radius: 5px;
}
.swiper-button-prev:after{
  content: '';
  border: 1px solid #333;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  width: 80%;
  height: 80%;
  position: absolute;
  left: 10%;
  top: 10%;
  background-color: #f5f6f8;
  transform: rotate(45deg);
  z-index: 1;
  display: block;
  font-size: 14px;
  border-radius: 5px;
}
.swiper-button-next>div{
  position: absolute;
  z-index: 99;
  line-height: 56px;
  left: 35%;
}
.swiper-button-prev>div{
  position: absolute;
  z-index: 99;
  line-height: 56px;
  left: 35%;
}

.sha_tra {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, #f5f6f8 0%, rgba(245, 246, 248, 0) 25%, rgba(245, 246, 248, 0) 75%, #f5f6f8 100%);
  background: -o-linear-gradient(left, #f5f6f8 0%, rgba(245, 246, 248, 0) 25%, rgba(245, 246, 248, 0) 75%, #f5f6f8 100%);
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0, #f5f6f8), color-stop(0.25, rgba(245, 246, 248, 0)), color-stop(0.75, rgba(245, 246, 248, 0)), color-stop(1, #f5f6f8));
  background: -webkit-linear-gradient(left, #f5f6f8 0%, rgba(245, 246, 248, 0) 35%, rgba(245, 246, 248, 0) 65%, #f5f6f8 100%);
  z-index: 3;
  top: 0;
  left: 0;
  pointer-events: none;
}
/*.honor_body .hon_con_box .swiper-container .active .honor_con_me .pub_img_box {*/
/*  box-shadow: 0 30px 100px 0 rgba(0,0,0,.15);*/
/*}*/
.pub_img_box {
  overflow: hidden;
  position: relative;
}
.hon_con_box .swiper-container {
  cursor: url(../images/shubiao.png), auto;
}
.pub_case {
  width: 62.5%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
