/*页面浮动*/
/*首页通用板块标题*/
.all-title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
  height: 36px;
  border-bottom: 2px solid #f5f5f5;
}
.all-title-box > * {
  display: flex;
  align-items: center;
  justify-content: center;
}
.all-title-box strong {
  color: #262626;
  float: left;
  font-size: 16px;
  font-family: "微软雅黑";
  position: relative;
}
.all-title-box strong:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #d90000;
  position: absolute;
  bottom: -2px;
}
/*通用荣誉牌 轮播*/
.all-honor-card {
  width: 1200px;
  height: auto;
  margin: 0 auto 20px;
  padding: 0 20px 20px;
  background: #fff;
  box-sizing: border-box;
}
.all-honor-card .swiper-container {
  width: 100%;
  height: 100%;
}
.all-honor-card .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.all-honor-card .swiper-button-next,
.all-honor-card .swiper-button-prev {
  width: 56px;
  height: 56px;
  right: 2px;
  background: url("/images/iconBases/honorCardBtn.jpg") center no-repeat;
}
.all-honor-card .swiper-button-prev {
  right: auto;
  left: 2px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*# sourceMappingURL=newBase.css.map */