:root {
  --main-color: #1A6DBD;
}
.wrap {

    margin: 0 auto;
}
.honor {
  padding-bottom: 30px;
}
.honor .mainbox {
  padding-top: 0px;
  position: relative;
}
.honor .mainbox .honorswiper .swiper-slide {
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (min-width: 1400px){
.honor .mainbox .honorswiper {
  padding: 10px 2px 60px;
}

}

@media screen and (max-width: 1410px){
.honor .mainbox .honorswiper {
  padding: 10px 2px 60px;
	HEIGHT: 320px;
}

}

.honor .mainbox .honorswiper .swiper-button-prev {
  left: 2px;
  width: unset;
  height: unset;
}
.honor .mainbox .honorswiper .swiper-button-next {
  right: 2px;
  width: unset;
  height: unset;
}
.honor .mainbox .honorswiper .swiper-button-prev, .honor .mainbox .honorswiper .swiper-button-next {
  bottom: 0;
  top: unset;
}
.honor .mainbox .honorswiper .swiper-button-prev:after, .honor .mainbox .honorswiper .swiper-button-next:after {
  font-size: 20px;
  bottom: 0;
  top: unset;
}
.honor .mainbox .honorswiper .swiper-scrollbar {
  bottom: 9px;
  height: 3px;
}
.honor .mainbox .honorswiper .swiper-scrollbar-drag {
  background: var(--main-color);
}
.honor .mainbox .honorswiper .partbox {
  border-radius: 10px;
  overflow: hidden;
  color: #333;
  padding: 30px;
  position: relative;
}
.honor .mainbox .honorswiper .partbox:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(../image/fangda.png) center center no-repeat;
  position: absolute;
  right: 30px;
  top: 30px;
}
.honor .mainbox .honorswiper .partbox:hover:after {
  background: url(../image/fangdaon.png) center center no-repeat;
}
.honor .mainbox .honorswiper .partbox:hover {
  background-color: var(--main-color);
  color: #fff;
}
.honor .mainbox .honorswiper .partbox .title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.honor .mainbox .honorswiper .partbox .des {
  font-size: 16px;
  margin-bottom: 25px;

}
.honor .mainbox .honorswiper .partbox .imgbox {
  font-size: 20px;
}
.honor .mainbox .honorswiper .partbox .imgbox img {
  width: 100%;
}
.history {
  padding-top: 50px;
  padding-bottom: 100px;
  color: #fff;
}
