@media (min-width: 750px) {
  .coreTeam {
    width: 100%;
    height: 498px;
    background-image: url("../images/joinUs/toutu_lianxi.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;
  }
  .joinUsDetail {
    width: 100%;
    height: 230px;
    background: #182988;
  }
  .joinUsDetail .joinUsTopContent {
    padding-top: 42px;
    color: #fff;
  }
  .joinUsDetail .joinUsTopContent > div {
    margin-bottom: 40px;
  }
  .joinUsDetail .joinUsTopContent > div span:first-child {
    font-size: 36px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 50px;
    margin-right: 44px;
  }
  .joinUsDetail .joinUsTopContent > div span:last-child {
    font-size: 18px;
    font-weight: 400;
    margin-left: 40px;
  }
  .joinUsDetail .joinUsTopContent > span {
    width: 124px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #F3F3F3;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    font-weight: 300;
  }
  .joinUsDetail a {
    width: 174px;
    height: 60px;
    line-height: 60px;
    background: #FFFFFF;
    border-radius: 6px;
    font-size: 24px;
    font-weight: 400;
    color: #182988;
    display: inline-block;
    text-align: center;
    margin-left: 190px;
  }
  .detailContent {
    background: #FFFFFF;
    padding-bottom: 400px;
    margin-top: 2px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.31);
  }
  .detailContent .centerContent > p {
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
    padding-top: 50px;
  }
  .detailContent .centerContent > div > p {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 750px) {
  .coreTeam {
    width: 100%;
    height: 260px;
    margin-top: -115px;
    background-image: url("../images/joinUs/toutu_lianxismall.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;
  }
  .joinUsDetail {
    width: 100%;
    background: #182988;
  }
  .joinUsDetail .joinUsTopContent {
    padding: 20px;
    color: #fff;
    font-size: 14px;
  }
  .joinUsDetail .joinUsTopContent > div {
    margin-bottom: 20px;
  }
  .joinUsDetail .joinUsTopContent > div span:first-child {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
  }
  .joinUsDetail .joinUsTopContent > div span:last-child {
    font-size: 18px;
    font-weight: 400;
    margin-left: 40px;
  }
  .joinUsDetail .joinUsTopContent > span {
    width: 90px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #F3F3F3;
    display: inline-block;
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .joinUsDetail a {
    width: 94px;
    height: 30px;
    line-height: 30px;
    background: #FFFFFF;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #182988;
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .detailContent {
    background: #FFFFFF;
    padding-bottom: 400px;
    margin-top: 2px;
    padding: 20px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.31);
  }
  .detailContent .centerContent > p {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
    padding-top: 10px;
  }
  .detailContent .centerContent > div > p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media (min-width: 2880px) {
  .coreTeam {
    width: 100%;
    height: 980px;
    background-image: url("../images/joinUs/toutu_lianxi.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;
  }
  .joinUsDetail {
    width: 100%;
    height: 460px;
    background: #182988;
  }
  .joinUsDetail .joinUsTopContent {
    padding-top: 84px;
    color: #fff;
  }
  .joinUsDetail .joinUsTopContent > div {
    margin-bottom: 80px;
    font-size: 34px;
  }
  .joinUsDetail .joinUsTopContent > div span:first-child {
    font-size: 72px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 100px;
    margin-right: 88px;
  }
  .joinUsDetail .joinUsTopContent > div span:last-child {
    font-size: 36px;
    font-weight: 400;
    margin-left: 80px;
  }
  .joinUsDetail .joinUsTopContent > span {
    width: 248px;
    height: 72px;
    font-size: 36px;
    line-height: 64px;
    border: 2px solid #F3F3F3;
    display: inline-block;
    text-align: center;
    margin-right: 16px;
    font-weight: 300;
  }
  .joinUsDetail a {
    width: 348px;
    height: 120px;
    line-height: 120px;
    background: #FFFFFF;
    border-radius: 12px;
    font-size: 48px;
    font-weight: 400;
    color: #182988;
    display: inline-block;
    text-align: center;
    margin-left: 380px;
  }
  .detailContent {
    background: #FFFFFF;
    padding-bottom: 800px;
    margin-top: 4px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.31);
  }
  .detailContent .centerContent > p {
    font-size: 48px;
    color: #000;
    margin-bottom: 60px;
    padding-top: 100px;
  }
  .detailContent .centerContent > div > p {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .joinUsDetail {
    padding: 0 2rem;
  }
  .detailContent {
    padding: 2rem;
  }
}
