@media (min-width: 1450px) {
  .personal-house {
    width: 100%;
    background: url('../images/superior/superior-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: 100%;
    width: 198px;
    height: 37px;
  }
  .example-contain {
    width: 1320px;
    margin: 0 auto;
    padding-bottom: 104px;
  }
  .example-title {
    font-size: 24px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 13px;
  }
  .work-text {
    font-size: 18px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 68px;
    line-height: 30px;
  }
  .work-span {
    margin-top: 15px;
  }
  /* 修改 */
  .work-img {
    margin: 0px auto 0;
    height: 607px;
    width: 1118px;
  }
  .work-img img {
    width: 100%;
    height: 607px;
  }
  .house-title2{
    margin-top: 61px!important;
  }
  .title_title{
    color: #00A0E9;
    font-size: 40px;
    font-weight: bold;
  }
  .p2{
    margin-top: 59px;
    color: #FFFFFF;
    font-size: 23px;
  }
  .p3{
    margin-top: 30px;
    color: #FFFFFF;
    font-size: 18px;
  }
  .img2{
    width: 1040px;
    height: 748px;
    margin: 0px auto 0;
  }
  .img2 img{
    width: 1040px;
    height: 748px;
  }
  .img3{
    width: 1237px;
    height: 770px;
    margin: 0px auto 0;
  }
  .img3 img{
    width: 1237px;
    height: 770px;
  }
}
@media (max-width: 1449px) {
  .personal-house {
    width: 100%;
    background: url('../images/superior/superior-bg.png');
    background-size: 100% 100%;
    /* min-width: 1260px; */
  }
  .personal-body {
    width: 1000px;
    margin: 0 auto;
  }
  .house-title {
    margin-top: 102px;
  }
  .house-title img {
    width: 134px;
    height: 26px;
  }
  .example-contain {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 74px;
  }
  .example-title {
    font-size: 17px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 9px;
  }
  .work-text {
    font-size: 13px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 48px;
    line-height: 21px;
  }
  .work-span {
    margin-top: 9px;
  }
   /* 修改 */
  .work-img {
    margin: 0px auto 0;
    height: 455px;
    width: 839px;
  }
  .work-img img {
    width: 100%;
    height: 455px;
  }
 
  .house-title2{
    margin-top: 46px!important;
  }
  .house-title3{
    margin-top: 53px!important;
  }
  .title_title{
    color: #00A0E9;
    font-size: 32px;
    font-weight: bold;
  }
  .p2{
    margin-top: 44px;
    color: #FFFFFF;
    font-size: 17px;
  }
  .p3{
    margin-top: 23px;
    color: #FFFFFF;
    font-size: 14px;
  }
  .img2{
    width: 780px;
    height: 561px;
    margin: 0px auto 0;
  }
  .img2 img{
    width: 780px;
    height: 561px;
  }
  .img3{
    width: 928px;
    height: 578px;
    margin: 0px auto 0;
  }
  .img3 img{
    width: 928px;
    height: 578px;
  }
}
@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/work/bg.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/work/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% 100%;
    position: relative;
  }
  .mobile-contact-img img {
    width: 6.35rem;
    height: 1.25rem;
  }
  .mobile-contact-title {
    position: absolute;
    bottom: -0.3rem;
    margin-top: 0.77rem;
    font-size: 0.8rem;
    color: #fff;
  }
  .mobile-work-text {
    margin-top: 1.37rem;
    color: #f0f0f0;
    font-size: 0.64rem;
  }
  .mobile-work-img {
    margin-top: 1.12rem;
  }
  .mobile-work-img img {
    width: 100%;
  }
  /* 修改 */
  .mobile_title_title{
    color: #00A0E9;
    font-size: 1.28rem;
    font-weight: bold;
  }
  .mobile-contact-img2{
    margin-top: 3.24rem!important;
  }
  .mobile_p2{
    font-size: 0.756rem;
    color: #FFFFFF;
    margin-top: 1.57rem;
  }
  .mobile_p3{
    font-size: 0.648rem;
    color: #fff;
    margin-top: 0.648rem;
    width: 100%;
    line-height: 1.02rem;
  }
  .mobile_img2{
    margin: 2.21rem auto 0px;
    width: 17.02rem;
    height: 12.2rem;
  }
  .mobile_img2 img{
    width: 100%;
    height: 100%;
  }
  .mobile-contact-img3{
    margin-top: 2..81rem!important;
  }
  .mobile_img3{
    margin: 1.83rem auto 0px;
    width: 17.02rem;
    /* height: 227px; */
  }
  .mobile_img3 img{
    width: 17.02rem;
    /* height: 227px; */
  }
}
