@media (min-width: 1450px) {
  .personal-house {
    width: 100%;
    background: url('../images/companyProfile/companyProfileBg.png');
    background-size: 100% 100%;
    min-width: 1260px;
  }
  .personal-body {
    width: 1320px;
    margin: 0 auto;
  }
  .house-title {
    margin-top: 187px;
  }
  .house-title img {
    width: 198px;
    height: 37px;
  }
  .example-contain {
    margin: 0 auto;
  }
  .example-title {
    font-size: 24px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 13px;
  }
  .companyProfile {
    width: 537px;
    height: 326px;
    margin-top: 50px;
  }
  .companyProfile-context {
    font-size: 18px;
    color: #fff;
  }
  .companyProfile-p {
    display: block;
    line-height: 30px;
    margin-top: 35px;
    font-size: 18px!important;
  }
  .companyProfile-div {
    margin-top: 72px;
    display: flex;
    flex-wrap: wrap;
  }
  .companyProfile-item {
    padding: 2% 2%;
    width: 44%;
    border: 2px solid rgba(240, 240, 240, 1);
    border-radius: 20px;
    margin-bottom: 2%;
  }
  .companyProfile-item:nth-child(odd) {
    margin-right: 2%;
  }
  .companyProfile-title {
    color: #00a0e9;
    font-size: 24px;
    font-weight: bold;
  }
  .companyProfile-text {
    margin-top: 17px;
    font-size: 18px;
    color: #fff;
  }
  /* 修改 */
  .comy_data{
  }
  .comy_data_detail{
    margin-bottom: 39px;
  }
  .comy_data_detail_top{
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .comy_data_detail_top_img{
    width: 33px;
    height: 40px;
  }
  .comy_data_detail_top_img img{
    width: 33px;
    height: 40px;
  }
  .comy_data_detail_top_text{
    color: #00A0E9;
    font-size: 24px;
    font-weight: bold;
    margin-left: 14px;
  }
  .comy_data_detail_p{
    width: 1328px;
    line-height: 28px;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 30px;
  }
  .example-contain {
    margin: 0 auto;
  }
  .example-title {
    font-size: 24px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 13px;
  }
  .develop-list {
    margin-top: 74px;
  }
  .develop-list-item {
    display: flex;
    align-items: center;
  }
  .develop-item-img {
    flex: 4;
    padding-bottom: 31px;
  }
  .develop-item-img img {
    height: 88px;
    width: 100%;
  }
  .develop-item-line {
    height: 119px;
    width: 70px;
    text-align: center;
    overflow: hidden;
  }
  .line-height {
    height: 79px;
    padding-top: 40px;
  }
  .develop-item-context {
    width: 100%;
    height: 88px;
    padding-bottom: 31px;
    display: flex;
    flex: 6;
    align-items: center;
    position: relative;
    color: #fff;
    line-height: 30px;
    font-size: 18px;
  }
  .develop-item-context::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #00a0e9;
    position: absolute;
    left: -46px;
  }
/* 修改 */

  .company-context {
    margin-top: 80px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
  }
  .company-about {
    margin-top: 117px;
    background: url(../images/coreTeam/linebg.png) no-repeat;
    background-size: 100%;
  }
  .company-about img {
    width: 150px;
    height: 37px;
  }
  .company-title {
    font-size: 24px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 13px;
  }
  .company-div {
    margin-top: 59px;
  }
  .company-item {
    display: flex;
    align-items: center;
    margin-top: 92px;
  }
  .company-item-img {
    flex: 4;
    margin-right: 55px;
  }
  .company-margin {
    margin-left: 55px;
  }
  .company-item-text {
    flex: 6;
  }
  .company-item-title {
    color: #00a0e9;
    font-size: 24px;
  }
  .company-item-context {
    color: #ffffff;
    font-size: 18px;
  }
  .company-p {
    margin-top: 25px;
  }
}
/* img {
  width: 100%;
} */
@media (max-width: 1449px) {
  .personal-house {
    width: 100%;
    background: url('../images/companyProfile/companyProfileBg.png');
    background-size: 100% 100%;
    /* min-width: 1260px; */
  }
  .personal-body {
    width: 1000px;
    margin: 0 auto;
  }
  .house-title {
    margin-top: 133px;
  }
  .house-title img {
    width: 179px;
    height: 26px;
  }
  .example-contain {
    margin: 0 auto;
  }
  .example-title {
    font-size: 17px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 10px;
  }
  .companyProfile {
    width: 382px;
    height: 232px;
    margin-top: 36px;
  }
  .companyProfile-context {
    font-size: 13px;
    color: #fff;
    margin-top: 128px;
  }
  .companyProfile-p {
    display: block;
    line-height: 21px;
    margin-top: 30px;
  }
  .companyProfile-div {
    margin-top: 51px;
    display: flex;
    flex-wrap: wrap;
  }
  .companyProfile-item {
    padding: 2% 2%;
    width: 44%;
    border: 2px solid rgba(240, 240, 240, 1);
    border-radius: 14px;
    margin-bottom: 2%;
  }
  .companyProfile-item:nth-child(odd) {
    margin-right: 2%;
  }
  /* .companyProfile-margin {
    margin-right: 2%;
  } */
  .companyProfile-title {
    color: #00a0e9;
    font-size: 17px;
    font-weight: bold;
  }
    /* 修改 */
    .comy_data{
    }
    .comy_data_detail{
      margin-bottom: 29px;
    }
    .comy_data_detail_top{
      display: flex;
      justify-content: flex-start;
      align-items: center;
    }
    .comy_data_detail_top_img{
      width: 25px;
      height: 30px;
    }
    .comy_data_detail_top_img img{
      width: 25px;
      height: 30px;
    }
    .comy_data_detail_top_text{
      color: #00A0E9;
      font-size: 18px;
      font-weight: bold;
      margin-left: 11px;
    }
    .comy_data_detail_p{
      width: 996px;
      line-height: 24px;
      font-size: 14px;
      color: #FFFFFF;
      margin-top: 23px;
    }
    .example-contain {
      margin: 0 auto;
    }
    .example-title {
      font-size: 17px;
      font-family: SourceHanSansSC;
      font-weight: 400;
      color: rgba(255, 255, 255, 1);
      margin-top: 9px;
    }
  
    .develop-list {
      margin-top: 53px;
    }
    .develop-list-item {
      display: flex;
      align-items: center;
    }
    .develop-item-img {
      flex: 4;
      padding-bottom: 22px;
    }
    .develop-item-img img {
      height: 63px;
      width: 100%;
    }
    .develop-item-line {
      height: 85px;
      width: 50px;
      text-align: center;
      overflow: hidden;
    }
    .line-height {
      height: 55px;
      padding-top: 30px;
    }
    .develop-item-context {
      width: 100%;
      height: 63px;
      padding-bottom: 22px;
      display: flex;
      flex: 6;
      align-items: center;
      position: relative;
      color: #fff;
      line-height: 21px;
      font-size: 13px;
    }
    .develop-item-context::before {
      content: '';
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background-color: #00a0e9;
      position: absolute;
      left: -33px;
    }
  /* 修改 */
  .companyProfile-text {
    margin-top: 12px;
    font-size: 13px;
    color: #fff;
  }
  .company-context {
    margin-top: 57px;
    color: #fff;
    font-size: 13px;
    line-height: 21px;
  }
  .company-about {
    margin-top: 83px;
    margin-top: 117px;
    background: url(../images/coreTeam/linebg.png) no-repeat;
    background-size: 100%;
  }
  .company-about img {
    width: 113px;
    height: 28px;
  }
  .company-title {
    font-size: 17px;
    color: #fff;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 9px;
  }
  .company-div {
    margin-top: 42px;
  }
  .company-item {
    display: flex;
    align-items: center;
    margin-top: 65px;
  }
  .company-item-img {
    flex: 4;
    margin-right: 39px;
  }
  .company-margin {
    margin-left: 39px;
  }
  .company-item-text {
    flex: 6;
  }
  .company-item-title {
    color: #00a0e9;
    font-size: 17px;
  }
  .company-item-context {
    color: #ffffff;
    font-size: 13px;
  }
  .company-p {
    margin-top: 18px;
  }
}
@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/companyProfile/9.png') no-repeat;
    background-size: 100%;
  }
  .mobile-empoly-box {
    width: 100%;
    background: url('/assets/index/images/companyProfile/9.png') no-repeat;
    background-size: 100% 100%;
  }
  .mobile-empoly-body {
    width: 16.8rem;
    margin: 0 auto;
    padding-bottom: 2.67rem;
  }
  .mobile-contact-img {
    width: 8.48rem;
    margin-top: 2rem;
    height: 1.25rem;
  }
  .mobile-contact-img img {
    width: 100%;
  }
  .mobile-contact-title {
    color: #fff;
    font-size: 0.8rem;
    margin-top: 0.77rem;
  }
  .mobile-company-profile-img {
    margin-top: 1.07rem;
    width: 14.32rem;
    height: 8.69rem;
  }
  .mobile-company-text {
    margin-top: 1.17rem;
    font-size: 0.64rem;
    color: #f0f0f0;
  }
  .mobile-company-list {
    margin-top: 1.17rem;
  }
  .mobile-company-item {
    padding: 0.93rem 2.45rem 0.85rem 1.41rem;
    border-radius: 1rem;
    border: 1px solid rgba(240, 240, 240, 1);
    margin-bottom: 1.07rem;
  }
  .mobile-item-title {
    font-size: 0.8rem;
    color: #00a0e9;
  }
  .mobile-item-text {
    font-size: 0.64rem;
    color: #ffffff;
    margin-top: 0.69rem;
  }
  .mobile-bottom {
    margin-bottom: 0;
  }
  .mobile-company-list-text {
    font-size: 0.64rem;
    color: #f0f0f0;
    margin-top: 1.44rem;
  }
  .mobile-br {
    margin-top: 2.67rem;
    background: url('/assets/index/images/companyProfile/4.png');
    background-size: 100%;
  }
  .mobile-br-img {
    height: 2.5rem;
    background: url('/assets/index/images/companyProfile/c-m.png') no-repeat;
    background-size: 100%;
    position: relative;
  }
  .mobile-br-img img {
    width: 5.06rem;
    height: 1.25rem;
  }
  .mobile-br-title {
    position: absolute;
    bottom: -0.3rem;
    margin-top: 0.77rem;
    font-size: 0.85rem;
    color: #fff;
  }
  .mobile-br-src-img {
    margin-top: 2.51rem;
    width: 13.65rem;
    height: 8.29rem;
  }
  .mobile-br-src-title {
    font-size: 0.8rem;
    margin-top: 1.36rem;
    color: #00a0e9;
  }
  .mobile-br-src-text {
    font-size: 0.64rem;
    color: #fff;
    margin-top: 1.17rem;
  }
  .mobile-br-margin-top {
    margin-top: 0.67rem;
  }
  /* 修改 */
  .mobile_comy_data{
    width: 100%;
    box-sizing: border-box;
    margin-top: 1.28rem;
  }
  .mobile_comy_data_con{
    width: 100%;
    margin-bottom: 1.2rem;
  }
  .mobile_comy_data_con_top{
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .mobile_comy_data_con_top_img{
    width: 0.9rem;
    height: 1.06rem;
  }
  .mobile_comy_data_con_top_img img{
    width: 0.9rem;
    height:1.06rem;
  }
  .mobile_comy_data_con_top_title{
    margin-left: 0.4rem;
    font-size: 0.85rem;
    color: #00A0E9;
    font-weight: bold;
  }
  .mobile_comy_data_con_p{
    margin-top: 0.88rem;
    font-size: 0.85rem;
    color: #F0F0F0;
    line-height: 1.49rem;
  }
  .mobile-development-list {
    margin-top: 2.32rem;
  }
  .mobile-development-item {
    /* width: 88%; */
    position: relative;
    padding: 0 1.3rem;
    overflow: hidden;
  }
  .mobile-development-item::after {
    content: '';
    height: 100%;
    background: url('/assets/index/images/development/line.png');
    position: absolute;
    left: 0.3rem;
    width: 1px;
    top: 0;
  }
  .mobile-development-img {
    position: relative;
    display: flex;
    align-items: center;
  }
  .mobile-development-item-top {
    position: relative;
    padding: 0 1.3rem;
    overflow: hidden;
  }
  .mobile-development-item-top::after {
    content: '';
    height: 100%;
    background: url('/assets/index/images/development/line.png');
    position: absolute;
    left: 0.3rem;
    width: 1px;
    top: 1.2rem;
  }

  .mobile-development-img::before {
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    background: #00a0e9;
    border-radius: 50%;
    position: absolute;
    left: -1.3rem;
    z-index: 999;
  }
  .mobile-development-img img {
    width: 100%;
  }
  .mobile-development-text {
    margin-top: 0.83rem;
    font-size: 0.85rem;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 1.4rem;
    padding-bottom: 1.89rem;
  }
}
