@media (min-width: 750px) {
  .coreTeam {
    width: 100%;
    height: 498px;
    background-image: url("../images/contactUs/toutu_jiaru.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .coreTeam img {
    width: 100%;
    height: 498px;
    position: absolute;
    z-index: -1;
  }
  .coreTeam .coreTeamTopContent {
    color: #fff;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 0;
    margin-left: -110px;
  }
  .coreTeam .coreTeamTopContent p:first-child {
    font-size: 55px;
    margin-bottom: 10px;
  }
  .coreTeam .coreTeamTopContent p:last-child {
    font-size: 17px;
  }
  .coreTeamTitle {
    text-align: center;
    margin-top: 88px;
    margin-bottom: 50px;
  }
  .coreTeamTitle p:first-child {
    font-size: 35px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 23px;
  }
  .coreTeamTitle p:last-of-type {
    font-size: 17px;
    font-weight: bold;
    color: #363636;
  }
  .coreTeamTitle span {
    width: 69px;
    height: 2px;
    background-color: #23358e;
    display: inline-block;
  }
  .contactUs .contactUsList {
    display: flex;
    height: 470px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.23);
    margin-bottom: 20px;
  }
  .contactUs .contactUsList .companyImg {
    width: 700px;
    height: 470px;
  }
  .contactUs .contactUsList:nth-child(odd) .companyImg:nth-of-type(2) {
    display: none;
  }
  .contactUs .contactUsList:nth-child(even) .companyImg:nth-of-type(1) {
    display: none;
  }
  .contactUs .contactUsList .contactUsDetails {
    font-size: 18px;
    color: #000;
    padding-left: 110px;
    padding-top: 72px;
    flex: 1;
  }
  .contactUs .contactUsList .contactUsDetails p:first-child {
    font-size: 34px;
    margin-bottom: 38px;
  }
  .contactUs .contactUsList .contactUsDetails p {
    margin-bottom: 8px;
    overflow: hidden;
    word-break: break-all;
    padding-right: 10px;
  }
  .contactUs .contactUsList .contactUsDetails .codeImg {
    width: 123px;
    height: 125px;
    margin-top: 56px;
  }
}
@media (max-width: 750px) {
  .coreTeam {
    width: 100%;
    height: 260px;
    margin-top: -115px;
    background-image: url("../images/contactUs/toutu_jiarusmall.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    padding-top: 120px;
  }
  .coreTeam img {
    width: 100%;
    position: absolute;
    z-index: -1;
  }
  .coreTeam .coreTeamTopContent {
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  .coreTeam .coreTeamTopContent p:first-child {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .coreTeam .coreTeamTopContent p:last-child {
    font-size: 17px;
  }
  .coreTeamTitle {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .coreTeamTitle p:first-child {
    font-size: 35px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 23px;
  }
  .coreTeamTitle p:last-of-type {
    font-size: 17px;
    font-weight: bold;
    color: #363636;
  }
  .coreTeamTitle span {
    width: 69px;
    height: 2px;
    background-color: #23358e;
    display: inline-block;
  }
  .contactUs .contactUsList {
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.23);
    margin-bottom: 20px;
    padding: 20px;
  }
  .contactUs .contactUsList .companyImg {
    width: 100%;
    display: block;
  }
  .contactUs .contactUsList .companyImg:nth-of-type(2) {
    display: none;
  }
  .contactUs .contactUsList .contactUsDetails {
    font-size: 14px;
    color: #000;
    padding: 20px;
  }
  .contactUs .contactUsList .contactUsDetails p:first-child {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .contactUs .contactUsList .contactUsDetails p {
    margin-bottom: 8px;
    overflow: hidden;
    word-break: break-all;
    padding-right: 10px;
  }
  .contactUs .contactUsList .contactUsDetails .codeImg {
    width: 123px;
    height: 125px;
    margin-top: 20px;
  }
}
@media (min-width: 2880px) {
  .coreTeam {
    width: 100%;
    height: 980px;
    background-image: url("../images/contactUs/toutu_jiaru.png");
    position: relative;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .coreTeam .coreTeamTopContent {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 0;
    margin-left: -220px;
  }
  .coreTeam .coreTeamTopContent p:first-child {
    font-size: 110px;
    margin-bottom: 20px;
  }
  .coreTeam .coreTeamTopContent p:last-child {
    font-size: 34px;
  }
  .coreTeamTitle {
    text-align: center;
    margin-top: 176px;
    margin-bottom: 100px;
  }
  .coreTeamTitle p:first-child {
    font-size: 70px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 46px;
  }
  .coreTeamTitle p:last-of-type {
    font-size: 34px;
    font-weight: bold;
    color: #363636;
  }
  .coreTeamTitle span {
    width: 138px;
    height: 4px;
    background-color: #23358e;
    display: inline-block;
  }
  .contactUs .contactUsList {
    display: flex;
    height: 940px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px 2px rgba(0, 0, 0, 0.23);
    margin-bottom: 40px;
  }
  .contactUs .contactUsList:nth-child(odd) .companyImg:nth-of-type(2) {
    display: none;
  }
  .contactUs .contactUsList:nth-child(even) .companyImg:nth-of-type(1) {
    display: none;
  }
  .contactUs .contactUsList .companyImg {
    width: 1400px;
    height: 940px;
  }
  .contactUs .contactUsList .contactUsDetails {
    font-size: 36px;
    color: #000;
    padding-left: 220px;
    padding-top: 144px;
    flex: 1;
  }
  .contactUs .contactUsList .contactUsDetails p:first-child {
    font-size: 68px;
    margin-bottom: 76px;
  }
  .contactUs .contactUsList .contactUsDetails p {
    margin-bottom: 16px;
    overflow: hidden;
    word-break: break-all;
    padding-right: 10px;
  }
  .contactUs .contactUsList .contactUsDetails .codeImg {
    width: 246px;
    height: 250px;
    margin-top: 112px;
  }
}
