* {
  margin: 0;
  padding: 0;
}

h6{
	font-size: 14px;
    color: #333;
    line-height: 36px;
    text-indent: 2em;
	font-weight:normal;
}

.honor{
	margin-top:86px;
}

.honor-info {
  height: 800px;
  background: url(/images/ry_bg.png) no-repeat center;
  background-size: cover;
  padding: 0 128px;
  display: flex;
  align-items: center;
}

.honor-info .honor-info-text {
  padding: 0 48px 24px;
  width: 770px;
  height: auto;
  background: linear-gradient(to bottom, rgba(254, 254, 254, 0.50), rgba(228, 229, 233, 0.50));
}

.honor-info .honor-info-text img {
  width: 664px;
  height: 185px;
  margin-top: -60px;
  margin-left: -24px;
  margin-bottom: 32px;
}

.honor-info .honor-info-text p {
  font-size: 20px;
  color: #333;
  line-height: 36px;
  text-indent: 2em;
}


.honor-content {
  width: 1440px;
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #EAEAEA;
}

.honor-content .item {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  margin-right: 24px;
}

.honor-content .item:nth-child(3n) {
  margin-right: 0;
}

.honor-content .item .item_img {
  width: 464px;
  height: 328px;
  overflow: hidden;
}

.honor-content .item .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.honor-content .item .item_name {
  width: 100%;
  height: 60px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  transition: all 0.3s;
}

.honor-content .item:hover .item_img img {
  transform: scale(1.1);
  transform-origin: center center;
}

.honor-content .item:hover .item_name {
  background-color: #fb9f00;
  color: #fff;
}

.honnor_wrap{
	width: 1440px;
    margin: auto;
    overflow: hidden;
}