/* Mobile */

@media (max-width:600px) {
  .CareerBanner_Box {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 214px;
    overflow: hidden;
  }

  .CareerBanner_PicBK {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 50%;
    top: 0;
    transform: translateX(-480px);
    width: 960px;
    height: 214px;
  }

  .CareerBanner_PicBK img {
    width: 960px;
    height: 214px;
  }

  .Navi_Bar_Box {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 55px;
    font-size: 0.12rem;
    overflow: hidden;
    background-color: #113360;
  }

  .Career_Navi_Box {
    background-image: linear-gradient(to right, rgba(17, 51, 96, 1), rgba(17, 51, 96, 0));
    background-color: transparent !important;
  }

  .Navi_Bar_Div {
    position: relative;
    /* height: 55px;
        line-height: 55px; */
    font-size: 14px;
    color: #FFF;

  }

  .Navi_Bar_Div a {
    color: #FFF;
  }

  .Navi_Bar_Div span {
    color: #F3CC52;
  }

  .CareerBanner_Div {
    position: relative;
    width: 100%;
    margin-top: 32px;

  }

  .CareerBanner_Div P {
    display: none;
  }

  .CareerBanner_Div_h1 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 10px;
    font-size: 28px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    color: #FFF;
  }

  /* CareerAbout_Box */
  .CareerAbout_Box {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background-color: #FFF;
    height: auto;
    overflow: hidden;
  }

  .CareeerAbout_Div {
    display: block;
    position: relative;
    padding: 0;

  }

  .CareerAbout_Pic {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 0.2rem;
    width: 100%;
  }

  .CareerAbout_Pic img {
    width: 100%;

  }

  .CareerAbout_Text {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 0.2rem;

  }

  .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_h2 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 180px;
    line-height: 30px;
    font-size: 18px;
    color: #000;
    margin-bottom: 0.2rem;
  }

  .CareerAbout_Text p {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    border-radius: 28px;
    background-color: #EEF1F9;
    width: 214px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    text-align: center;
    color: #1B499D;
    margin-bottom: 0.5rem;
  }

  .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;
    min-height: 196px;
    overflow: hidden;

  }

  .CareerAbout_Location {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    min-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: 30%;
    min-height: 88px;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    background-color: #0093D7;

  }

  .CareerAbout_Location_h1 {
    float: left;
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
    width: 66%;
    height: auto;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #000;
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .CareerAbout_Location p::after {
    content: " ";
    position: absolute;
    right: -8px;
    width: 9px;
    height: 18px;
    background: url(../images/Career/Icon_Arrow_lightblue.png) center center no-repeat;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" preserveAspectRatio="xMidYMid meet" viewBox="0 0 15 15"%3E%3Cpath fill="%230093D7" d="M12 7.5L4 0v15l8-7.5Z"%2F%3E%3C%2Fsvg%3E');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
  }

  .CareerAbout_Location2 p {
    background-color: #1C4A9E;
  }

  .CareerAbout_Location2 p::after {
    background: url(../images/Career/Icon_Arrow_blue.png) center center no-repeat;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" preserveAspectRatio="xMidYMid meet" viewBox="0 0 15 15"%3E%3Cpath fill="%231C4A9E" d="M12 7.5L4 0v15l8-7.5Z"%2F%3E%3C%2Fsvg%3E');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
  }

  /* CareerRecruitment_Box */
  .CareerRecruitment_Box {
    display: block;
    position: relative;
    padding: 0;
    height: auto;
    background-color: #1E4499;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .CareerRecruitment_simple_Box {
    background: url(../images/Career/mCareer_BK.jpg) top center no-repeat;
    background-size: cover;
  }

  .CareerRecruitment_Box {
    display: block;
    position: relative;
    padding: 0;
    height: auto;
    background: url(../images/Career/mCareer_BK.jpg) top center no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 50px;
  }

  .CareerRecruitment_Div {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 92%;
    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: 26px;
    margin-bottom: 14px;
    margin-left: 2px;
  }

  .Careers_JobTitle_h1 a {

    color: #FFF;
  }

  .Careers_JobTitle span {
    color: #FFD763;
    font-weight: bold;
  }

  .Careers_JobPos {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 57px;
    font-size: 12px;
    background-color: #1B4B9F;
  }

  .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;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="0.75em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 384 512"%3E%3Cpath fill="%23ffffff" d="M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 256c-35.3 0-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64s-28.7 64-64 64z"%2F%3E%3C%2Fsvg%3E');
    background-size: 20px;
  }

  .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;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' %3E%3Cpath d='M864 992H160c-35.328 0-64-28.672-64-64V224c0-35.36 28.672-64 64-64h64v32c0 53.024 42.976 96 96 96 52.992 0 96-42.976 96-96v-32h192v32c0 53.024 43.008 96 96 96s96-42.976 96-96v-32h64c35.328 0 64 28.64 64 64v704c0 35.328-28.672 64-64 64zm0-608H160v544h704V384zM320 544h-96v-96h96v96zm0 160h-96v-96h96v96zm0 160h-96v-96h96v96zm160-320h-96v-96h96v96zm0 160h-96v-96h96v96zm0 160h-96v-96h96v96zm160-320h-96v-96h96v96zm0 160h-96v-96h96v96zm0 160h-96v-96h96v96zm160-320h-96v-96h96v96zm0 160h-96v-96h96v96zm0 160h-96v-96h96v96zm-96.992-608C668.192 256 640 227.776 640 192.992v-65.984C640 92.192 668.192 64 703.008 64s63.008 28.192 63.008 63.008v65.984c0 34.784-28.192 63.008-63.008 63.008zm-384 0C284.192 256 256 227.776 256 192.992v-65.984C256 92.192 284.192 64 319.008 64s63.008 28.192 63.008 63.008v65.984c0 34.784-28.224 63.008-63.008 63.008z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-size: 26px;
  }

  .Careers_JobDescribe {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 19px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    color: #FFF;
    margin-left: 2px;

  }

  .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: 2px;
  }

  .CareerStory_Title {
    display: block;
    position: relative;
    padding: 0;
    position: relative;
    text-align: center;
    overflow: hidden;
  }

  .CareerStory_Box {
    position: relative;
    margin: 0 auto;
    margin-top: 0;
    width: 100%;
  }

  .CareerStory_Div {
    position: relative;
    display: block;
    height: 518px;
    margin-top: 0;
    overflow: hidden;
  }

  .CareerMultimedia_Title {
    display: block;
    position: relative;
    padding: 0;
    position: relative;
    text-align: center;
    overflow: hidden;
  }

  .CareerMultimedia_Div {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;

    margin-bottom: 50px;
    overflow: hidden;
  }

  /* 外层容器 */

  .CareerMultimedia_Swiper {
    width: 100%;
    overflow: visible;
  }

  /* 轮播项 */

  .CareerMultimedia_slide {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;

    color: #ffffff;
  }

  .CareerMultimedia_slide p {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: calc(100vw*0.9*0.68);
    overflow: hidden;
  }

  .CareerMultimedia_slide p img {
    width: 100%;

  }

  .CareerMultimedia_slide em {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100vw*0.9*0.68);
    background: url(../images/Career/Icon_Video.png) center center no-repeat;
    background-size: 0.65rem 0.65rem;
  }

  .CareerMultimedia_slide_h1 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 24px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #000;
    margin-top: 20px;
  }

  .CareerMultimedia_slide_h1 a {
    color: #000;

  }

  .CareerMultimedia_pagination {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0.12rem;
    z-index: 2;
    height: 32px;
    text-align: center;
    margin-top: 25px;

  }

  .CareerMultimedia_pagination .swiper-pagination-bullet {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #11335F;
    background-color: #FFF;
    opacity: 1;
  }

  .CareerMultimedia_pagination .swiper-pagination-bullet-active {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #11335F;
    background-color: #F6CC54;
    opacity: 1;
  }

  .CareerMultimedia_pagination .swiper-pagination-bullet:focus {
    outline: none;
  }

  .CareerMultimedia_pagination .swiper-pagination-bullet-active:focus {
    outline: navajowhite;
  }

  .Career_Latest_Title {
    margin-top: 25px;
  }

  .Employers_Title {
    margin-top: 20px;
  }

  .Employers_Box {
    position: relative;
    height: 310px;
    margin-bottom: 125px;
  }

  .Career_Latest_Box {
    display: block;
    position: relative;

    padding: 0;
  }

  .Career_Latest_Item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    padding: 35px 20px;
    background-color: #0093D7;
    margin-bottom: 30px;
  }

  /* employers */
  .Employer_Box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding: 0;
    margin-top: 45px;
    overflow: hidden;
  }


  .Employer_Item {

    display: block;
    position: relative;
    margin: 0;
    width: 48%;
    border: 1px solid #D4D8E1;
    margin-bottom: 10px;

  }


  .Employer_Item p {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 50%;
    border-bottom: 1px solid #D4D8E1;
  }

  .Employer_Item p img {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;

  }

  .Employer_Item_h1 {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 90%;
    font-size: 14px;
    color: #000;
    line-height: 22px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .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;

  }

  .InFocus_Item {

    display: block;
    position: relative;
    margin: 0;
    width: 100%;

    border: 1px solid #D4D8E1;
    margin-bottom: 45px;
  }



  .InFocus_Item p {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #D4D8E1;
  }

  .InFocus_Item p img {
    width: 100%;
  }

  .InFocus_Item_h1 {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 90%;
    font-size: 16px;
    color: #000;
    line-height: 22px;
    text-align: left;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .InFocus_Item_h1 a {
    color: #000;
  }
}