@media (min-width: 1450px) {
  .personal-house {
    width: 100%;
    background: url('../images/technology/bg.png');
    background-size: 100% 100%;
    min-width: 1260px;
  }
  .personal-body {
    width: 1320px;
    margin: 0 auto;
  }
  .house-title {
    margin-top: 143px;
  }
  .house-title img {
    width: 198px;
    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: 41px;
  }
  .technology-div {
    margin-top: 32px;
  }
  .technology-div img {
    width: 100%;
  }
  .technology-te-div {
    margin-top: 47px;
  }
  .technology-te-div img {
    width: 100%;
  }
}
@media (max-width: 1449px) {
  .personal-house {
    width: 100%;
    background: url('../images/house/house-bg.png');
    background-size: contain;
    /* min-width: 1260px; */
  }
  .personal-body {
    width: 1000px;
    margin: 0 auto;
  }
  .house-title {
    margin-top: 102px;
  }
  .house-title img {
    width: 206px;
    height: 26px;
  }
  .example-contain {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 171px;
  }
  .example-title {
    font-size: 18px;
    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: 29px;
  }
  .technology-div {
    margin-top: 23px;
  }
  .technology-div img {
    width: 100%;
  }
  .technology-te-div {
    margin-top: 33px;
  }
  .technology-te-div img {
    width: 100%;
  }
}
@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/technology/te7.png') no-repeat;
    /* background-size: 100%; */
  }
  .mobile-body {
    padding: 0 1.6rem;
    padding-top: 2rem;
    padding-bottom: 2.77rem;
  }
  .mobile-empoly-box {
    width: 100%;
    background: url('/assets/index/images/technology/te7.png') no-repeat;
  }
  .mobile-empoly-body {
    width: 16.8rem;
    margin: 0 auto;
    padding-bottom: 2.67rem;
  }
  .mobile-contact-img {
    margin-top: 2rem;
    width: 9.75rem;
    height: 1.25rem;
  }
  .mobile-contact-img img {
    width: 100%;
  }
  .mobile-contact-title {
    color: #fff;
    font-size: 0.8rem;
    margin-top: 0.6rem;
  }
  .mobile-technology-text {
    margin-top: 1.07rem;
    color: #f0f0f0;
    font-size: 0.64rem;
  }
  .mobile-technology-div {
    margin-top: 1.2rem;
    padding: 1.79rem;
    background: url('/assets/index/images/technology/te6.png') no-repeat;
    background-size: contain;
  }
  .mobile-technology-div1 {
    background: url('/assets/index/images/technology/te3.png') no-repeat;
  }
  .mobile-technology-div2 {
    background: url('/assets/index/images/technology/te5.png') no-repeat;
  }
  .mobile-technology-context-title {
    font-size: 0.8rem;
    font-family: SourceHanSansSC;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 2.38rem;
  }
  .mobile-technology-context-text {
    margin-top: 1.17rem;
    font-size: 0.64rem;
    font-family: SourceHanSansSC;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 1.01rem;
  }
  .mobile-technology-context-img {
    margin-top: 1.07rem;
    /* height: 7.44rem; */
  }
  .mobile-technology-context-img img {
    width: 100%;
  }
  .mobile-margin {
    margin-top: 1.49rem;
  }
  .mobile-width {
    width: 80%;
  }
}
