.main {
  width: 100%;
}
.main .honor-lists {
  width: 1200px;
  height: 388px;
  margin: 0 auto;
  border: 3px solid #e5e5e5;
  box-sizing: border-box;
}
.main .honor-lists .swiper-container {
  width: 100%;
  height: 100%;
}
.main .honor-lists .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.main .honor-lists .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  padding: 38px;
  box-sizing: border-box;
}
.main .honor-lists .swiper-container .swiper-wrapper .swiper-slide h6 {
  margin-bottom: 25px;
  font-size: 30px;
  color: #333;
  line-height: 30px;
}
.main .honor-lists .swiper-container .swiper-wrapper .swiper-slide p {
  font-size: 16px;
  color: #999;
  line-height: 30px;
}
.main .honor-lists .swiper-container .swiper-button-prev {
  width: 40px;
  height: 40px;
  top: 38%;
  right: 20px;
  left: auto;
  background: url("/assets/static/images/understand/honor/x12.png") no-repeat;
  background-size: 100% auto;
}
.main .honor-lists .swiper-container .swiper-button-next {
  width: 40px;
  height: 40px;
  top: 66%;
  right: 20px;
  left: auto;
  background: url("/assets/static/images/understand/honor/x11.png") no-repeat;
  background-size: 100% auto;
}
.main .honor-lists:hover {
  border: 3px solid #76c619;
}
.main .honor-patent {
  width: 1200px;
  margin: 70px auto;
}
.main .honor-patent h5 {
  margin-bottom: 30px;
  font-size: 30px;
  color: #333;
}
.main .honor-patent p {
  font-size: 16px;
  color: #999;
}
.main .honor-patent .honor-patent-items {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  margin-top: 37px;
}
.main .honor-patent .honor-patent-items li {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 20%;
  border-right: 1px solid #eee;
  box-sizing: border-box;
}
.main .honor-patent .honor-patent-items li p {
  font-size: 14px;
  color: #666;
  text-align: center;
}
.main .honor-patent .honor-patent-items li .num {
  font-size: 20px;
  color: #76c619;
}
.main .honor-patent .honor-patent-items li .num span {
  font-size: 60px;
}
.main .honor-patent .honor-patent-items li:last-child {
  border: none;
}
.main .honor-certificate {
  width: 1200px;
  margin: 0 auto 30px;
}
.main .honor-certificate h5 {
  margin-bottom: 30px;
  font-size: 30px;
  color: #333;
}
.main .honor-certificate ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.main .honor-certificate ul li {
  width: 293px;
  margin-right: 16px;
}
.main .honor-certificate ul li .img-box {
  position: relative;
}
.main .honor-certificate ul li .img-box img {
  display: block;
  width: 100%;
}
.main .honor-certificate ul li .img-box:nth-child(2) {
  display: block;
  margin-top: 16px;
}
.main .honor-certificate ul li .img-box .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  justify-content: center;
  align-items: center;
  width: 293px;
  height: 205px;
  cursor: pointer;
  background-color: rgba(123, 189, 38, 0.75);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.main .honor-certificate ul li .img-box1 {
  display: block;
  margin-top: 16px;
}
.main .honor-certificate ul li .img-box:hover .mask {
  display: flex;
}
.main .honor-certificate ul li p {
  margin-top: 20px;
  font-size: 16px;
  color: #999;
  text-align: center;
}
.main .honor-certificate ul li:nth-child(3) {
  position: relative;
  width: 281px;
}
.main .honor-certificate ul li:nth-child(3) .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  justify-content: center;
  align-items: center;
  width: 281px;
  height: 423px;
  cursor: pointer;
  background-color: rgba(123, 189, 38, 0.75);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.main .honor-certificate ul li:nth-child(3):hover .mask {
  display: flex;
}
.main .honor-certificate ul li:nth-child(4) {
  position: relative;
  width: 281px;
  margin-right: 0;
}
.main .honor-certificate ul li:nth-child(4) .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  justify-content: center;
  align-items: center;
  width: 281px;
  height: 423px;
  cursor: pointer;
  background-color: rgba(123, 189, 38, 0.75);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.main .honor-certificate ul li:nth-child(4):hover .mask {
  display: flex;
}
