.banner {
  margin-top: 6rem;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .text {
  position: absolute;
  width: 100%;
  top: 26%;
}
.banner .text .con {
  padding-right: 5rem;
}
.banner .text .con .right {
  float: right;
  width: 35%;
}
.banner .text .con .right h2 {
  font-size: 3rem;
  color: #fff;
}
.banner .text .con .right p {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 1rem;
}
.honor {
  padding: 3.5rem 0 4rem;
}
.honor .con .title h2 {
  font-size: 2.4rem;
  color: #062058;
  text-align: center;
}
.honor .con .title .line {
  width: 2.5rem;
  height: 3px;
  background: #95bd43;
  margin: 1.5rem auto 2.5rem;
}
.honor .con .honor-wrapper {
  padding: 0 16%;
  padding-bottom: 2rem;
  border-bottom: 1px solid #d7d7d7;
}
.honor .con .honor-wrapper ul {
  display: flex;
  justify-content: space-between;
}
.honor .con .honor-wrapper ul li {
  font-size: 0.9rem;
  color: #7f808a;
  padding: 0.6rem 1.5rem;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.honor .con .honor-wrapper ul li:hover {
  background: #95bd43;
  color: #fff;
}
.honor .con .honor-wrapper ul li.active {
  background: #95bd43;
  color: #fff;
}
.honor .con .honor-list ul li {
  float: left;
  width: 30.5%;
  margin-top: 3.4rem;
  border: 1px solid #dedede;
  position: relative;
}
.honor .con .honor-list ul li:not(:nth-child(3n)) {
  margin-right: 4.25%;
}
.honor .con .honor-list ul li .tu {
  height: 0;
  padding-bottom: 68%;
  overflow: hidden;
}
.honor .con .honor-list ul li .tu img {
  width: 100%;
}
.honor .con .honor-list ul li .bottom {
  height: 13.5rem;
}
.honor .con .honor-list ul li .bottom .box {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1.4rem;
  background: #fff;
}
.honor .con .honor-list ul li .bottom .box h2 {
  font-size: 0.9rem;
  color: #000;
}
.honor .con .honor-list ul li .bottom .box .line {
  width: 2.5rem;
  height: 3px;
  background: #95bd43;
  margin: 1rem 0;
}
.honor .con .honor-list ul li .bottom .box .text {
  max-height: 7rem;
  min-height: 7rem;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  font-size: 0.8rem;
  line-height: 1.8;
  color: #7f808a;
  text-align: justify;
}
.honor .con .honor-list ul li:hover .bottom .box .text {
  max-height: 14rem;
}
.honor .con .honor-list .more-loading {
  margin-top: 3.3rem;
}
.honor .con .honor-list .more-loading .more {
  width: 3.8rem;
  height: 3.8rem;
  line-height: 3.8rem;
  text-align: center;
  border-radius: 50%;
  background: #a4c35d;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.honor .con .honor-list .more-loading .more span {
  font-size: 1.4rem;
  color: #fff;
  display: inline-block;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.honor .con .honor-list .more-loading .more:hover {
  background: #fff;
  box-shadow: 0px 8px 43px 0px rgba(71, 71, 71, 0.25);
}
.honor .con .honor-list .more-loading .more:hover span {
  color: #a4c35d;
}
.honor .con .honor-list .more-loading p {
  text-align: center;
  font-size: 1rem;
  color: #bbb;
  margin-top: 1.4rem;
}
.honor .con .honor-list .more-loading p .current {
  color: #a4c35d;
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .banner .text {
    top: 12%;
  }
  .banner .text .con {
    padding-right: 20px;
  }
  .banner .text .con .right {
    width: 100%;
  }
  .banner .text .con .right h2 {
    font-size: 16px;
  }
  .banner .text .con .right p {
    font-size: 14px;
    margin-top: 6px;
  }
  .honor {
    padding: 30px 0;
  }
  .honor .con .title h2 {
    font-size: 18px;
  }
  .honor .con .title .line {
    margin: 14px auto 0;
  }
  .honor .con .honor-wrapper {
    padding: 20px 0 10px;
  }
  .honor .con .honor-wrapper ul li {
    font-size: 14px;
    padding: 4px 10px;
    text-align: center;
    border-radius: 0;
  }
  .honor .con .honor-list ul li {
    width: 100%;
    margin-top: 10px;
  }
  .honor .con .honor-list ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .honor .con .honor-list ul li .tu {
    padding-bottom: 68%;
  }
  .honor .con .honor-list ul li .bottom {
    padding: 20px;
    height: auto;
  }
  .honor .con .honor-list ul li .bottom h2 {
    font-size: 16px;
  }
  .honor .con .honor-list ul li .bottom .box {
    padding: 0;
    height: auto;
    position: relative;
  }
  .honor .con .honor-list ul li .bottom .box h2 {
    font-size: 16px;
  }
  .honor .con .honor-list ul li .bottom .box .line {
    margin: 16px 0;
  }
  .honor .con .honor-list ul li .bottom .box .text {
    max-height: inherit !important;
    min-height: auto !important;
    font-size: 14px;
  }
  .honor .con .honor-list .more-loading {
    margin-top: 30px;
  }
  .honor .con .honor-list .more-loading .more {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
  .honor .con .honor-list .more-loading .more span {
    font-size: 20px;
  }
  .honor .con .honor-list .more-loading p {
    font-size: 14px;
    margin-top: 12px;
  }
}
/*# sourceMappingURL=about_honor.css.map */