/* PC */

@media (min-width: 600px) {
  .CareerBanner_Box {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 428px;
  }

  .CareerBanner_PicBK {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    /* left: 50%; */
    top: 0;
    /* transform: translateX(-960px); */
    /* width: 1920px; */
    height: 428px;
    width: 100%;
    overflow: hidden;
  }

  .CareerBanner_PicBK img {
    width: 1920px;
    height: 428px;
  }

  .Career_Navi_Box {
    background-image: linear-gradient(
      to right,
      rgba(17, 51, 96, 1),
      rgba(17, 51, 96, 0)
    );
    background-color: transparent !important;
  }

  .CareerBanner_Div {
    position: relative;
    width: 750px;
    height: 68px;
    margin-top: 75px;
  }

  .CareerBanner_Div P {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 192px;
    border-right: 1px solid #fff;
  }

  .CareerBanner_Div P img {
    width: 161px;
    height: 62px;
  }

  .CareerBanner_Div h1 {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 520px;
    height: 103px;

    font-size: 34px;
    font-weight: bold;
    line-height: 34px;
    margin-left: 34px;
    color: #fff;
  }

  .CareerAbout_Box {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 1300px;
    margin-top: -138px;
    background-color: #fff;
    height: auto;
    overflow: hidden;
  }

  .CareeerAbout_Div {
    display: block;
    position: relative;
    padding: 0;
    height: 443px;
  }

  .CareerAbout_Pic {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 65px;
    width: 500px;
    height: 338px;
  }

  .CareerAbout_Pic img {
    width: 500px;
    height: 338px;
  }

  .CareerAbout_Text {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 600px;
    margin-top: 65px;
    margin-left: 40px;
  }

  .CareerAbout_Text h1 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 73px;
    line-height: 73px;
    font-size: 24px;
    font-weight: bold;
    color: #153d73;
  }

  .CareerAbout_Text h1 a {
    color: #153d73;
  }

  .CareerAbout_Text h2 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 180px;
    line-height: 30px;
    font-size: 18px;
    color: #000;
    text-align: justify;

    overflow: hidden;
    text-overflow: ellipsis; /* 超出部分省略号 */
    /* word-break: break-all; break-all(允许在单词内换行。) */
    display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 6;
  }

  .CareerAbout_Text p {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border-radius: 28px;
    background-color: #eef1f9;
    width: 214px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    text-align: center;
    color: #1b499d;
    margin-top: 20px;
  }
  .CareerAbout_Text p:nth-child(3) {
    margin-right: 30px;
  }
  .CareerAbout_Text p a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border-radius: 28px;
    width: 214px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    text-align: center;
    color: #1b499d;
  }

  .CareerAbout_Location_Div {
    display: block;
    position: relative;
    padding: 0;
    /* height: 196px; */
    overflow: hidden;
  }

  .CareerAbout_Location {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 88px;
    background-color: #eef1f9;
    margin-bottom: 20px;
  }

  .CareerAbout_Location p {
    float: left;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    margin: 0;
    padding: 0;
    width: 152px;
    height: 88px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #0093d7;
  }

  .CareerAbout_Location h1 {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 930px;
    height: auto;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #000;
    margin-left: 30px;
  }

  .CareerAbout_Location p::after {
    content: " ";
    position: absolute;
    right: -9px;
    width: 9px;
    height: 18px;
    background: url(Icon_Arrow_lightblue.png) center center no-repeat;
  }

  .CareerAbout_Location2 p {
    background-color: #1c4a9e;
  }

  .CareerAbout_Location2 p::after {
    background: url(Icon_Arrow_blue.png) center center no-repeat;
  }

  /* CareerRecruitment_Box */
  .CareerRecruitment_Box {
    display: block;
    position: relative;
    padding: 0;
    height: auto;

    background-color: #1e4499;
    overflow: hidden;
    margin-bottom: 90px;
    margin-top: 50px;
  }

  .CareerRecruitment_simple_Box {
    background: url(Career_BK.jpg) top center no-repeat;
    background-size: cover;
  }

  .CareerRecruitment_Div {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 1116px;
    margin-top: 42px;
    margin-bottom: 42px;
  }

  .CareerRecruitment_Title {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 84px;
    line-height: 84px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px dashed #fff;
  }

  .CareerRecruitment_Title a {
    color: #fff;
  }

  .CareerRecruitment_Item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 30px;
    border-bottom: 1px dashed #fff;
  }

  .Careers_JobTitle {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .Careers_JobTitle h1 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 35px;
    margin-bottom: 14px;
  }

  .Careers_JobTitle h1 a {
    color: #fff;
  }

  .Careers_JobTitle span {
    color: #ffd763;
  }

  .Careers_JobPos {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 57px;
    font-size: 12px;
    background-color: #1b4b9f;
  }

  .List_JobPos {
    background-color: #0093d7 !important;
  }

  .Careers_JobPos span {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    height: 57px;
    line-height: 57px;
    font-size: 16px;
    color: #fff;
    margin-left: 48px;
  }

  .Careers_Pos::before {
    content: " ";
    position: absolute;
    display: block;
    left: -26px;
    top: 0;
    width: 25px;
    height: 57px;
    background: url(../images/Home_Events_Icon1.png) left center no-repeat;
  }

  .Careers_Date::before {
    content: " ";
    position: absolute;
    display: block;
    left: -32px;
    top: 0;
    width: 28px;
    height: 57px;
    background: url(../images/Home_Events_Icon2.png) left center no-repeat;
  }

  .Careers_JobDescribe {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 19px;
    margin-bottom: 19px;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: #fff;
    margin-left: 20px;
  }

  .Careers_ListTitle {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 14px;
  }

  .Careers_ListTitle h1 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 28px;
  }

  .Careers_ListTitle h1 a {
    color: #fff;
  }

  .Careers_ListTitle span {
    color: #ffd763;
  }

  .Careers_ListDescribe {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 19px;
    margin-bottom: 19px;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #fff;
    margin-left: 20px;
  }

  .CareerStory_Title {
    display: block;
    position: relative;
    padding: 0;
    position: relative;
    text-align: center;
    padding-top: 50px;
    overflow: hidden;
    background-color: #f4f7fe;
  }

  .CareerStory_Box {
    position: relative;
    margin: 0 auto;
    margin-top: 0;
    width: 1200px;
  }

  .CareerStory_Div {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 518px;
    margin-top: 0;
    overflow: hidden;
  }

  .CareerMultimedia_Title {
    display: block;
    position: relative;
    padding: 0;
    position: relative;
    text-align: center;
    padding-top: 75px;
    overflow: hidden;
  }

  .CareerMultimedia_Div {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 570px;
    margin-bottom: 50px;
    overflow: hidden;
  }

  /* 外层容器 */

  .CareerMultimedia_Swiper {
    height: 460px;
    width: 1200px;
    overflow: visible;
  }

  /* 轮播项 */
  .CareerMultimedia_Swiper .swiper-slide h1 {
    opacity: 0;
  }

  .CareerMultimedia_Swiper .swiper-slide p {
    opacity: 0.5;
  }

  .CareerMultimedia_Swiper .swiper-slide em {
    opacity: 0.5;
  }

  .CareerMultimedia_Swiper .swiper-slide-active h1 {
    opacity: 1;
  }

  .CareerMultimedia_Swiper .swiper-slide-active p {
    opacity: 1;
  }

  .CareerMultimedia_Swiper .swiper-slide-active em {
    opacity: 1;
  }

  .CareerMultimedia_slide {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 680px;
    height: 460px;
    color: #ffffff;
  }

  .CareerMultimedia_slide p {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 680px;
    height: 460px;
    overflow: hidden;
  }

  .CareerMultimedia_slide p img {
    width: 680px;
    height: 460px;
  }

  .CareerMultimedia_slide em {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    width: 680px;
    height: 460px;
    background: url(../images/Career/Icon_Video.png) center center no-repeat;
  }

  .CareerMultimedia_slide h1 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 680px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #000;
    margin-top: 30px;
  }

  .CareerMultimedia_slide h1 a {
    color: #000;
  }

  .Career_Latest_Title {
    margin-top: 25px;
  }

  .Employers_Title {
    margin-top: 20px;
  }

  .Employers_Box {
    position: relative;
    height: 310px;
    margin-bottom: 125px;
  }

  .Career_Latest_Box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;

    padding: 0;
  }

  .Career_Latest_Item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 500px;
    min-height: 120px;
    padding: 35px 42px;
    background-color: #0093d7;
    margin-bottom: 30px;
  }

  /* employers */
  .Employer_Box {
    display: block;
    position: relative;
    padding: 0;
    margin-top: 45px;
    overflow: hidden;
  }

  .Employer_Item {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    margin-left: 0px;

    width: 270px;
    min-height: 308px;
    border: 1px solid #d4d8e1;
    margin-bottom: 40px;
    margin-right: 37px;
  }

  .Employer_Item:nth-child(4n) {
    margin-right: 0px;
  }

  .Employer_Item p {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 190px;
    height: 170px;
    margin-top: 30px;
    border-bottom: 1px solid #d4d8e1;
  }

  .Employer_Item p img {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 152px;
    height: 152px;
  }

  .Employer_Item h1 {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 190px;
    font-size: 16px;
    color: #000;
    line-height: 22px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .Employer_Item h1 a {
    color: #000;
  }

  /* Employer_Control_Div */
  .Employer_Control_Div .PageControl_Next a,
  .Employer_Control_Div .PageControl_Prev a {
    color: #163e73 !important;
  }

  .Employer_Control_Div .NumOn {
    background-color: #0093d7 !important;
  }

  .Employer_Control_Div .NumOn a {
    color: #fff !important;
  }

  .Employer_Control_Div .PageControl_Div {
    margin-bottom: 100px !important;
    margin-top: 25px !important;
  }

  /* InFocuss */
  .InFocus_Box {
    display: block;
    position: relative;
    padding: 0;
    margin-top: 45px;
    overflow: hidden;
  }

  .InFocus_Item {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    margin-left: 0px;

    width: 366px;
    min-height: 340px;
    border: 1px solid #d4d8e1;
    margin-bottom: 45px;
    margin-right: 48px;
  }

  .InFocus_Item:nth-child(3n) {
    margin-right: 0px;
  }

  .InFocus_Item p {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 366px;
    height: 247px;
    border-bottom: 1px solid #d4d8e1;
  }

  .InFocus_Item p img {
    width: 366px;
    height: 247px;
  }

  .InFocus_Item h1 {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 318px;
    font-size: 16px;
    color: #000;
    line-height: 22px;
    text-align: left;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .InFocus_Item h1 a {
    color: #000;
  }

  #paging {
    font-size: 18px;
    display: flex;
    justify-content: center;
    color: #fff;
    margin: 30px 0;
  }
  #paging * {
    font-size: 18px;
  }

  .paging button {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-width: 33px;
    height: 33px;
    line-height: 33px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: #163e73;
    margin: 0 8px;
    padding: 0 8px;
    cursor: pointer;
  }
  .paging button.current {
    color: #153d73;
    background: #fff;
  }
}
