.about03-honor {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
    padding-bottom: 140px;
}

.about03-honor .home-title{
  color:#013763;
}

.about03-honor .nr {
  margin-top: 34px;
  position: relative;
  width: 1365px;
  left: 50%;
  margin-left: -682px;
}
.about03-honor .swiper-wrapper {
  align-items: flex-end;
  min-height: 434px;
}
.about03-honor .swiper-slide {
  cursor: pointer;
}
.about03-honor .swiper-slide .pic {
  width: 160px;
  height: 220px;
margin: 0 auto;
  position: relative;
}
.about03-honor .swiper-slide .pic:after {
  display: none;
}
.about03-honor .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all .5s;
}
.about03-honor .swiper-slide .title {
  text-align: center;
  color: #2c2c2c;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: none;
}
.about03-honor .swiper-slide-active {
  text-align: center;
}
.about03-honor .swiper-slide-active .pic {
    width: 330px;
    height: 360px;
    left: 50%;
    margin-left: -165px;
}

.about03-honor .swiper-slide-active .title {
  display: block;
}
.about03-honor .swiper-prev,
.about03-honor .swiper-next {
  background: none;
  width: auto;
  height: auto;
  cursor: pointer;
  position: absolute;
  z-index: 999;
  top: 0.1rem;
}
.about03-honor .swiper-prev:hover .icon:before,
.about03-honor .swiper-next:hover .icon:before {
  border-color: #013763;
}
.about03-honor .swiper-prev:hover .icon:after,
.about03-honor .swiper-next:hover .icon:after {
  border-color: #013763;
}
.about03-honor .swiper-prev:hover .icon i:before,
.about03-honor .swiper-next:hover .icon i:before {
  border-color: #013763;
}
.about03-honor .swiper-prev:hover .icon svg,
.about03-honor .swiper-next:hover .icon svg {
  fill: #013763;
}
.about03-honor .swiper-prev {
  left: -89px;
}
.about03-honor .swiper-next {
  text-align: right;
  right: -89px;
}
.about03-honor .swiper-next .icon {
  float: right;
}
.about03-honor .swiper-next .txt {
  padding-left: 0;
  padding-right: 20px;
}
.about03-honor .icon {
  float: left;
  display: block;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  position: relative;
}
.about03-honor .icon:before,
.about03-honor .icon:after {
  content: "";
  display: block;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .5s;
}
.about03-honor .icon:before {
  width: 74px;
  height: 74px;
  border: 1px #bfbfbf solid;
  opacity: 0.27;
  transition: all .5s;
}
.about03-honor .icon:after {
  width: 60px;
  height: 60px;
  border: 1px #bfbfbf solid;
  transition: all .5s;
}
.about03-honor .icon i:before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px #bfbfbf solid;
  opacity: 1;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .5s;
}
.about03-honor .icon svg {
  fill: #B6B6B6;
  width: 30px;
  height: 30px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .5s;
}
.about03-honor .txt {
  float: left;
  font-size: 20px;
  line-height: 36px;
  padding-left: 20px;
}
.about03-honor .title-1 {
  color: #999999;
}
.about03-honor .title-2 {
  color: #2c2c2c;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: right;
}
.about03-honor .swiper-button-disabled {
  cursor: initial;
}

@media (max-width: 1750px) {  
  .about03-honor .nr {
    transform: scale(0.8);
  } 
    .about03-honor {
        padding-bottom: 83px;
    }
 
  .about03-honor .nr {
    margin-top: 6px;
  }
}

@media (max-width: 1400px) { 
  .about03-honor .nr {
    transform: scale(0.7);
  }
  .about03-honor {
    padding-bottom:29px;
  }
}

@media(max-width:1280px){
	.about03-honor .nr {
		margin-top: -20px;
	}
}

@media (max-width: 992px) {
  .about03-honor {
    padding: 30px 0;
    background-image: none !important;
  }
  .about03-honor .nr {
    padding: 0;
    margin-top: 20px;
    transform: scale(1);
    width: 100%;
    left: auto;
    margin-left: 0;
  }
  .about03-honor .swiper-wrapper {
    align-items: flex-end;
    min-height: auto;
  }
  .about03-honor .swiper-slide {
    cursor: pointer;
    padding: 0 10px;
  }
  .about03-honor .swiper-slide .pic {
    width: auto;
    height: auto;
    position: relative;
  }
  .about03-honor .swiper-slide .pic:after {
    display: block;
  }
  .about03-honor .swiper-slide .title {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    display: block;
  }
  .about03-honor .swiper-slide-active .pic {
    width: auto;
    height: auto;
	margin:0;
	left:0;
  }
  .about03-honor .swiper-slide-active {
    margin-right: 0 !important;
  }
  .about03-honor .swiper-slide-active .title {
    display: block;
  }
  .about03-honor .icon {
    width: 48px;
    height: 48px;
  }
  .about03-honor .icon:before {
    width: 48px;
    height: 48px;
    display: none;
  }
  .about03-honor .icon:after {
    width: 34px;
    height: 34px;
    display: none;
  }
  .about03-honor .icon i:before {
    width: 18px;
    height: 18px;
    display: none;
  }
  .about03-honor .icon svg {
    width: 18px;
    height: 18px;
  }
  .about03-honor .txt {
    display: none;
    font-size: 14px;
    line-height: 24px;
    padding-left: 10px;
  }
  .about03-honor .swiper-prev {
    top: 50%;
    left: -40px;
  }
  .about03-honor .swiper-next {
    top: 50%;
    right: -40px;
  }
}