@media (min-width: 1450px) {
  .personal-house {
    width: 100%;
    background: url('../images/honor/bg.png');
    background-size: 100% 100%;
    min-width: 1260px;
  }
  .personal-body {
    margin: 0 auto;
  }
  .house-title {
    /* width: 198px;
    height: 37px; */

    background: url(../images/honor/honor-1.png);
    background-size: 100%;
  }
  .house-title img {
    width: 122px;
    height: 37px;
  }
  .example-contain {
    width: 1320px;
    margin: 0 auto;
    padding-bottom: 171px;
  }
  .example-title {
    font-size: 24px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 13px;
  }
  .technology {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-top: 81px;
  }
  .honor-name {
    font-size: 18px;
    color: #fff;
    text-align: center;
  }
  .technology-div {
    margin-top: 32px;
  }
  .technology-div img {
    width: 100%;
  }
  .technology-te-div {
    margin-top: 47px;
  }
  .technology-te-div img {
    width: 100%;
  }
  .honor {
    margin-top: 52px;
  }
  .honor-list {
    display: flex;
    flex-wrap: wrap;
  }
  .honor-item {
    /* margin-left: 45px; */
    width: 202px;
    height: 288px;
    margin-right: 45px;
    margin-top: 15px;
    /* padding: 5px 22px; */
	margin-bottom:56px;
  }
  /* 修改 */
  .honor-item2{
    width: 385px!important;
    height: 270px!important;
  }
  .honor-item3{
    width: 494px!important;
    height: 270px!important;
  }
    /* 修改 */
  .honor-item img {
    width: 100%;
    height: 100%;
  }
  .honor-item:first-child {
    margin-left: 0;
  }
}
@media (max-width: 1449px) {
  .personal-house {
    width: 100%;
    background: url('../images/honor/bg.png');
    background-size: 100% 100%;
    /* min-width: 1260px; */
  }
  .personal-body {
    margin: 0 auto;
  }
  .house-title {
    background: url(../images/honor/honor-1.png);
    background-size: 100%;
  }
  .house-title img {
    width: 102px;
    height: 26px;
  }
  .example-contain {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 100px;
  }
  .example-title {
    font-size: 17px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 9px;
  }
  .technology {
    font-size: 13px;
    color: #fff;
    line-height: 21px;
    margin-top: 57px;
  }
  .honor-name {
    font-size: 13px;
    color: #fff;
    text-align: center;
  }
  .technology-div {
    margin-top: 32px;
  }
  .technology-div img {
    width: 100%;
  }
  .technology-te-div {
    margin-top: 47px;
  }
  .technology-te-div img {
    width: 100%;
  }
  .honor {
    margin-top: 38px;
  }
  .honor-list {
    display: flex;
    flex-wrap: wrap;
  }
  .honor-item {
    margin-right: 32px;
    width: 144px;
    height: 205px;
    margin-top: 10px;
    /* padding: 3px 16px; */
  }
    /* 修改 */
    .honor-item2{
      width: 289px!important;
      height: 203px!important;
    }
    .honor-item3{
      width: 337px!important;
      height: 203px!important;
    }
      /* 修改 */
  .honor-item img {
    width: 100%;
    height: 100%;
  }
  .honor-item:first-child {
    margin-left: 0;
  }
  .honor-margin {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .web-pc {
    display: block;
  }
  .web-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .web-pc {
    display: none;
  }
  .web-mobile {
    display: block;
  }
  .web-mobile {
    background: url('/assets/index/images/honor/bg.png') no-repeat;
    background-size: 100% 100%;
  }
  .mobile-body {
    padding: 0 1.6rem;
    padding-top: 2rem;
    padding-bottom: 1.4rem;
  }
  .mobile-empoly-box {
    width: 100%;
    background: url('/assets/index/images/honor/bg.png') no-repeat;
    background-size: 100% 100%;
  }
  .mobile-empoly-body {
    width: 16.8rem;
    margin: 0 auto;
    padding-bottom: 2.67rem;
  }
  .mobile-contact-img {
    margin-top: 2rem;
    height: 2.5rem;
    background: url('/assets/index/images/companyProfile/c-m.png') no-repeat;
    background-size: 100%;
    position: relative;
  }
  .mobile-contact-img img {
    width: 4.11rem;
    height: 1.25rem;
  }
  .mobile-contact-title {
    position: absolute;
    bottom: -0.3rem;
    margin-top: 0.77rem;
    font-size: 0.8rem;
    color: #fff;
  }
  .mobile-honor-text {
    margin-top: 1.55rem;
    font-size: 0.64rem;
    font-family: SourceHanSansSC;
    font-weight: 300;
    color: rgba(240, 240, 240, 1);
    line-height: 1.01rem;
  }
  .mobile-honor-name {
    font-size: 0.64rem;
    font-family: SourceHanSansSC;
    font-weight: 300;
    color: rgba(240, 240, 240, 1);
  }
  .mobile-honor-list {
    margin-top: 3.07rem;
    display: flex;
    flex-wrap: wrap;
  }
  .mobile-honor-item {
    width: 46%;
    margin: 0 2%;
    margin-bottom: 1.31rem;
  }
  .mobile-honor-item img {
    width: 100%;
  }
    /* 修改 */
    .mobile-honor-item2{
      height: 5.07rem!important;
    }
    .mobile-honor-item3{
      /* width: 48%!important; */
      height: 5.07rem!important;
    }
      /* 修改 */
}
