.casePage .case-list {
  width: calc(100% - 420px);
  margin: 0 auto;
}
.casePage .case-list-inner {
  width: 100%;
}
.casePage .case-list-item {
  width: 100%;
  display: flex;
}
.casePage .case-list-item .case-list-img {
  width: 50%;
  overflow: hidden;
  position: relative;
  aspect-ratio: 2.5;
}
.casePage .case-list-item .case-list-img .case-img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.casePage .case-list-item .case-list-img .case-list-img-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
  font-family: 'SourceHanSansSC-Medium';
  text-align: center;
  background: rgba(0, 0, 0, 0.48);
}
.casePage .case-list-item .case-list-img .case-list-img-mask .case-list-icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 14px;
}
.casePage .case-list-item .case-list-img .case-list-img-mask .case-list-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.casePage .case-list-item .case-list-con {
  width: 50%;
  padding: 30px 6% 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.casePage .case-list-item .case-list-con .case-list-con-pro {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-family: 'SourceHanSansSC-Medium';
  margin-bottom: 28px;
}
.casePage .case-list-item .case-list-con .case-list-con-pro .case-list-con-pro-title {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  margin-right: 22px;
  margin-top: 10px;
}
.casePage .case-list-item .case-list-con .case-list-con-pro .case-list-con-pro-val {
  text-align: center;
  width: auto;
  padding: 0 20px;
  min-width: 138px;
  height: 40px;
  background: #FFE200;
  border-radius: 6px;
  font-weight: 500;
  font-size: 18px;
  color: #1A1A1A;
  line-height: 40px;
  margin-top: 10px;
}
.casePage .case-list-item .case-list-con .case-list-con-word {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #010101;
  line-height: 24px;
}
.casePage .case-list-item .case-list-con .case-list-con-word .case-list-con-one {
  margin-top: 28px;
}
.casePage .case-list-item:hover .case-list-img .case-img {
  transform: scale(1.1);
}
.casePage .case-list-item:hover .case-list-img .case-list-img-mask .case-list-icon img {
  transform: rotateY(360deg);
}
.casePage .case-list-item .case-list-img-pc {
  display: block;
}
.casePage .case-list-item .case-list-img-m {
  display: none;
}
.honor-page {
  background: #ffffff url('https://file.global86.cn/website_v3-guoneijiedian/chuantai-1024/honor-page-back.jpg') no-repeat;
  background-size: 100% auto;
  background-position: top left;
}
.honor-page .honor-page-outer {
  padding: 0 210px;
}
.honor-page .honor-list {
  width: 100%;
}
.honor-page .honor-list-data {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.honor-page .item {
  width: calc(85% / 4);
  margin-bottom: 46px;
  margin-right: 5%;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid #E6E6E6;
}
.honor-page .item .img {
  width: 100%;
  aspect-ratio: 0.74401914;
  position: relative;
  overflow: hidden;
}
.honor-page .item .img .img-inner {
  width: 100%;
  height: 100%;
}
.honor-page .item .img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
  height: 100%;
}
.honor-page .item .img .el-image {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
  height: 100%;
}
.honor-page .item .img .img-mask {
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000000;
  font-size: 24px;
  line-height: 32px;
  transition: 0.5s;
}
.honor-page .item .img .img-mask .img-mask-add {
  transform: translateY(12px);
  transition: 0.5s;
}
.honor-page .item .img:hover .img-inner .el-image {
  transform: scale(1.1);
}
.honor-page .item .img:hover .img-mask {
  opacity: 1;
}
.honor-page .item .img:hover .img-mask .img-mask-add {
  transform: translateY(0);
}
.honor-page .item .text {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  text-align: center;
  padding: 24px 6px 22px;
  font-family: 'PingFangSC-Medium';
}
.honor-page .item:nth-of-type(4n) {
  margin-right: 0;
}
.honor-page .honor-list-webpage {
  width: 100%;
  margin-top: 30px;
}
@media only screen and (max-width: 1918px) {
  .casePage .case-list {
    width: 88%;
  }
  .casePage .case-list-item .case-list-con {
    padding: 30px 5% 43px;
  }
  .casePage .case-list-item .case-list-con .case-list-con-word .case-list-con-one {
    margin-top: 22px;
  }
  .casePage .case-list-item .case-list-con .case-list-con-pro .case-list-con-pro-val {
    font-size: 16px;
  }
  .honor-page .honor-page-outer {
    padding: 0 180px;
  }
  .honor-page .item {
    width: calc(88% / 4);
    margin-bottom: 40px;
    margin-right: 4%;
  }
  .honor-page .item .text {
    font-size: 16px;
    line-height: 27px;
    padding: 18px 6px 18px;
  }
}
@media only screen and (max-width: 1598px) {
  .honor-page .honor-page-outer {
    padding: 0 6%;
  }
  .honor-page .honor-list-webpage {
    margin-top: 16px;
  }
  .casePage .case-list {
    width: 90%;
  }
  .casePage .case-list-item .case-list-con {
    padding: 30px 4% 38px;
  }
  .casePage .case-list-item .case-list-img .case-list-img-mask {
    font-size: 16px;
  }
  .casePage .case-list-item .case-list-con .case-list-con-pro .case-list-con-pro-val {
    font-size: 15px;
  }
  .casePage .case-list-item .case-list-con .case-list-con-pro .case-list-con-pro-title {
    font-size: 16px;
  }
  .casePage .case-list-item .case-list-con .case-list-con-pro {
    margin-bottom: 20px;
  }
  .casePage .case-list-item .case-list-img {
    aspect-ratio: 2;
  }
  .casePage .case-list-item .case-list-con {
    padding: 30px 4% 30px;
  }
  .casePage .case-list-item .case-list-con .case-list-con-pro {
    margin-bottom: 25px;
  }
  .casePage .case-list-item .case-list-con .case-list-con-pro .case-list-con-pro-val {
    font-size: 14px;
    min-width: 128px;
  }
}
@media only screen and (max-width: 1365px) {
  .honor-page .honor-page-outer {
    padding: 0 5%;
  }
  .honor-page .honor-list-webpage {
    margin-top: 10px;
  }
  .honor-page .item .text {
    font-size: 15px;
    line-height: 25px;
    padding: 18px 6px 18px;
  }
}
@media only screen and (max-width: 1250px) {
  .honor-page .item {
    width: calc(92.5% / 4);
    margin-bottom: 30px;
    margin-right: 2.5%;
  }
  .honor-page .item .text {
    font-size: 14px;
    line-height: 24px;
    padding: 17px 6px 18px;
  }
  .honor-page .honor-list-webpage {
    margin-top: 12px;
  }
  .casePage .case-list-item .case-list-con .case-list-con-pro {
    margin-bottom: 22px;
  }
  .casePage .case-list-item .case-list-img {
    aspect-ratio: auto;
  }
  .casePage .case-list-item .case-list-img .case-list-img-mask {
    font-size: 15px;
  }
  .casePage .case-list-item .case-list-img .case-list-img-mask .case-list-icon {
    margin-bottom: 10px;
  }
  .casePage .case-list-item .case-list-con .case-list-con-word .case-list-con-one {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 1023px) {
  .casePage .case-list-item {
    align-items: normal;
  }
  .casePage .case-list-item .case-list-con .case-list-con-pro .case-list-con-pro-val {
    min-width: 0;
  }
  .casePage .case-list-item .case-list-con .case-list-con-word .case-list-con-one {
    margin-top: 15px;
  }
  .casePage .case-list-item .case-list-con .case-list-con-pro .case-list-con-pro-title {
    font-size: 15px;
  }
  .honor-page .item .text {
    font-size: 13px;
    line-height: 21px;
  }
  .honor-page .item {
    margin-bottom: 25px;
    width: calc(94% / 4);
    margin-right: 2%;
  }
  .honor-page .item .text {
    padding: 17px 6px 14px;
  }
}
@media only screen and (max-width: 767px) {
  .honor-page .item .text {
    font-size: 12px;
    line-height: 20px;
    padding: 17px 4px 14px;
  }
  .honor-page .item {
    width: 32%;
  }
  .honor-page .item:nth-of-type(4n) {
    margin-right: 2%;
  }
  .honor-page .item:nth-of-type(3n) {
    margin-right: 0;
  }
  .casePage .case-list-item {
    flex-wrap: wrap;
  }
  .casePage .case-list-item .case-list-img {
    width: 100%;
  }
  .casePage .case-list-item .case-list-img-pc {
    display: none;
  }
  .casePage .case-list-item .case-list-img-m {
    display: block;
  }
  .casePage .case-list-item .case-list-con {
    width: 100%;
    padding: 25px 0;
  }
  .casePage .case-list-item .case-list-img {
    aspect-ratio: 2.5;
    min-height: 160px;
  }
}
@media only screen and (max-width: 641px) {
  .honor-page .item {
    width: 48%;
    margin-right: 4%;
  }
  .honor-page .item:nth-of-type(4n) {
    margin-right: 4%;
  }
  .honor-page .item:nth-of-type(3n) {
    margin-right: 4%;
  }
  .honor-page .item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 361px) {
  .honor-page .item .text {
    font-size: 10px;
    line-height: 18px;
  }
}
