@media (min-width: 1450px) {
  .personal-house {
    width: 100%;
    background: url('../images/coreTeam/bg.png');
    background-size: 100% 100%;
    min-width: 1260px;
  }
  .personal-body {
    width: 1320px;
    margin: 0 auto;
  }
  .house-title {
    /*background: url(../images/coreTeam/linebg.png);
    background-size: 100%;
    margin-top: 143px;*/
    background: url(../images/coreTeam/linebg.png);
    background-size: 100%;
    margin-top: 102px;
  }
  .title_title{
    color: #00A0E9;
    font-size: 40px;
    font-weight: bold;
  }
  .house-title img {
    width: 142px;
    height: 26px;
  }
  .example-contain {
    width: 1320px;
    margin: 65px auto 0;
    padding-bottom: 171px;
  }
  .example-title {
    font-size: 24px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 13px;
  }
  .list_1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 62px;
    border-bottom: 1px dashed #9FA0A0;
    margin-bottom: 63px;
  }
  .list_2{
    border-bottom: none!important;
  }
  .list_1_img2{
    margin-left: 79px;
  }
  .list_1_img{
    width: 513px;
    height: 313px;
  }
  .list_1_img img{
    width: 513px;
    height: 313px;
  }
  .list_p{
    margin-left: 79px;
  }
  .list_p2{
    margin-left: 0!important;
  }
  .list_p1{
    color: #00A0E9;
    font-size: 24px;
    font-weight: bold;
  }
  .list_p2{
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-top: 27px;
  }
  .house-title2{
    margin-top: 80px;
  }
  .text_p{
    color: #FFFFFF;
    font-size: 18px;
    margin-top: 53px;
  }
  .content{
    margin-top: 57px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content_con{
    width: 642px;
    padding-top: 32px;
    padding-bottom: 40px;
    padding-left: 58px;
    padding-right: 51px;
    border: 2px solid #F0F0F0;
    border-radius: 20px;
    box-sizing: border-box;
    margin-bottom: 46px;
  }
  .con_p1{
    color: #00A0E9;
    font-size: 24px;
    font-weight: bold;
  }
  .con_p2{
    color: #FFFFFF;
    font-size: 18px;
    margin-top: 27px;
    line-height: 30px;
  }
  .text_text{
    color: #FFFFFF;
    font-size: 18px;
    line-height: 30px;
    margin-top: 14px;
  }
}
@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;
    padding-bottom: 70px;
  }
  .house-title {
    /*background: url(../images/coreTeam/linebg.png);
    background-size: 100%;
    margin-top: 143px;*/
    background: url(../images/coreTeam/linebg.png);
    background-size: 100%;
    margin-top: 102px;
  }
  .title_title{
    color: #00A0E9;
    font-size: 32px;
    font-weight: bold;
  }
  
  .example-contain {
    width: 1000px;
    margin: 49px auto 0;
    padding-bottom: 67px;
  }
  .example-title {
    font-size: 18px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 10px;
  }
  .list_1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 47px;
    border-bottom: 1px dashed #9FA0A0;
    margin-bottom: 41px;
  }
  .list_2{
    border-bottom: none!important;
  }
  .list_1_img2{
    margin-left: 59px;
  }
  .list_1_img{
    width: 385px;
    height: 235px;
  }
  .list_1_img img{
    width: 385px;
    height: 235px;
  }
  .list_p{
    margin-left: 59px;
  }
  .list_p2{
    margin-left: 0!important;
  }
  .list_p1{
    color: #00A0E9;
    font-size: 18px;
    font-weight: bold;
  }
  .list_p2{
    font-size: 14px;
    color: #fff;
    line-height: 23px;
    margin-top: 20px;
  }
  .house-title2{
    margin-top: 64px;
  }
  .text_p{
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 40px;
  }
  .content{
    margin-top: 43px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content_con{
    width: 481px;
    padding-top: 24px;
    padding-bottom: 30px;
    padding-left: 44px;
    padding-right: 38px;
    border: 2px solid #F0F0F0;
    border-radius: 15px;
    box-sizing: border-box;
    margin-bottom: 35px;
  }
  .con_p1{
    color: #00A0E9;
    font-size: 18px;
    font-weight: bold;
  }
  .con_p2{
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 20px;
    line-height: 23px;
  }
  .text_text{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 23px;
    margin-top: 10px;
  }
}
@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/coreTeam/1.png') no-repeat;
    background-size: 100% 100%;
  }
  .mobile-body {
    padding: 0 1.6rem;
    padding-top: 2rem;
    padding-bottom: 2.77rem;
  }
  .mobile-empoly-box {
    width: 100%;
    background: url('/assets/index/images/coreTeam/1.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: 6.72rem;
    height: 1.25rem;
  }
  .mobile-contact-title {
    position: absolute;
    bottom: -0.3rem;
    margin-top: 0.77rem;
    font-size: 0.8rem;
    color: #fff;
  }
  .mobile_title_title{
    color: #00A0E9;
    font-size: 1.28rem;
    font-weight: bold;
  }
  .mobile_data{
    margin-top: 1.706rem;
  }
  .mobile_data_con{
    padding-bottom: 1.92rem;
    width: 100%;
    border-bottom: 0.053rem dashed #9FA0A0;
    margin-bottom: 1.6rem;
  }
  .mobile_data_con2{
    border-bottom: none!important;
  }
  .mobile_data_con_img{
    width: 13.65rem;
    height: 8.32rem;
  }
  .mobile_data_con_img img{
    width: 100%;
    height: 100%;
  }
  .mobile_data_con_name{
    color: #00A0E9;
    font-size: 0.8rem;
    font-weight: bold;
    margin-top: 1.386rem;
  }
  .mobile_data_con_p{
    font-size: 0.64rem;
    color: #FFFFFF;
    line-height: 1.01rem;
    margin-top: 0.64rem;
  }
  .mobile-contact-img2{
    margin-top: 1.546rem!important;
  }
  .mobile_text1{
    color: #FFFFFF;
    font-size: 0.64rem;
    line-height: 1.013rem;
    margin-top: 1.44rem;
  }
  .mobile_content_con{
    width: 100%;
    padding-top: 0.746rem;
    padding-bottom: 0.96rem;
    padding-left: 0.906rem;
    padding-right: 0.8rem;
    border: 0.053rem solid #F0F0F0;
    border-radius: 0.53rem;
    box-sizing: border-box;
    margin-top: 1.226rem;
  }
  .mobile_con_p1{
    color: #00A0E9;
    font-size: 0.8rem;
    font-weight: bold;
  }
  .mobile_con_p2{
    color: #FFFFFF;
    font-size: 0.64rem;
    margin-top: 0.53rem;
    line-height: 1.103rem;
  }
  .mobile_text4{
    font-size: 0.64rem;
    color: #fff;
    line-height: 1.103rem;
    margin-top: 1.28rem;
  }
}
