/* PC */
@media (min-width: 1400px) {
}

@media (min-width: 600px) and (max-width: 1400px) {
}

@media (min-width: 600px) {
  .mCaidan {
    display: none;
  }

  .caidan {
    display: none;
  }

  /* TopBar_Box */
  .TopBar_Box {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .TopBar_Line {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 22px;
    background-image: linear-gradient(to right, #113360, #157393);
  }

  .TopBar_Div {
    /* position: relative; */
    height: 164px;
    background: url(../images/Home_Top_BK.jpg) center center no-repeat;
  }

  .TopBar_Logo {
    float: left;
    display: block;
    /* position: relative; */
    margin: 0;
    padding: 0;
    width: 210px;
  }

  .TopBar_Logo img {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 130px;
    height: 130px;
    margin-top: 17px;
  }

  .TopBar_Menu_Box {
    float: left;
    display: block;
    /* position: relative; */
    margin: 0;
    padding: 0;
    width: 990px;
  }

  .TopBar_Search_Box {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 80px;
    margin-top: 24px;
    /* border: 1px solid saddlebrown; */
  }

  .TopBar_Search_Slogon {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 562px;
    height: 37px;
    line-height: 37px;
    font-size: 20px;
    color: #099da6;
    font-style: italic;
    font-family: "Helvetica Neue LT Pro";
  }

  .TopBar_Search_Slogon B {
    color: #028ed3;
    font-family: "Helvetica Neue LT Pro";
  }

  .TopBar_Website {
    float: left;
    width: 200px;
    height: 37px;
    font-size: 14px;
    color: #153d73;
    line-height: 37px;
  }

  .TopBar_Website a {
    color: #153d73;
  }

  .TopBar_Search_Div {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;

    width: 227px;
    height: 37px;
  }

  .TopBar_Search_Div P {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 197px;
    height: 37px;
  }

  .TopBar_Search_Input {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 197px;
    height: 37px;
    background-color: #163e73;
    /* color: #FFF!important; */
    text-indent: 10px;
    line-height: 37px;
    border-radius: 4px;
  }

  .TopBar_Search_Div em {
    float: left;
    position: relative;
    width: 30px;
    height: 37px;
    background: url(../images/BT_TopSearch.png) center center no-repeat;
    cursor: pointer;
  }

  .TopBar_Menu_Div {
    display: block;
    /* position: relative; */
    margin: 0;
    padding: 0;
    width: 100%;
    height: 30px;
  }

  .TopBar_Menu_Div ul {
    float: right;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* position: relative; */
    margin: 0;
    padding: 0;
    width: 950px;
    height: 60px;
    font-size: 14px;
    list-style: none;
    /* border: 1px solid saddlebrown; */
  }

  .TopBar_Menu_Div em {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 35px;
    height: 30px;
    background: url(../images/Icon_Menu.png) left center no-repeat;
  }

  .TopBar_Menu_Div li {
    display: block;
    /* position: relative; */
    margin: 0;
    padding: 0;
    width: auto;
    height: 56px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 4px;
    padding-right: 4px;
    color: #000;
    border-bottom: 4px solid transparent;
  }

  .TopBar_Menu_Div li a {
    color: #000;
  }

  .TopBar_Menu_Bar {
    cursor: pointer;
    border-bottom: 4px solid transparent;
  }

  .TopBar_Menu_Bar:hover {
    border-bottom: 4px solid #163e73 !important;
  }

  .TopBar_Menu_Bar:hover .TopBar_MenuLevel {
    display: block;
  }

  .TopBar_MenuLevel {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 186px;

    width: calc(100vw);
    height: auto;

    padding-top: 30px;
    padding-bottom: 50px;
    background-color: rgba(239, 241, 249, 0.95);
    z-index: 10;
  }

  .TopBar_MenuLevel h1 {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 764px;
    height: 54px;
    text-align: center;
    border-bottom: 1px solid #c2c7d8;
    background: url(../images/Icon_Menu_Arrow.png) center right no-repeat;
    background-position: right 20px top 20px;
  }

  .TopBar_MenuLevel h1 a {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    color: #153d73;
    line-height: 54px;
    height: 54px;
  }

  /* TopBanner_Box */
  .TopBar_Box {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }

  .TopBanner_Swiper {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 1920px;
    left: 50%;
    transform: translateX(-960px);
    height: 618px;
    /* overflow: hidden; */
  }

  .TopBanner_Swiper_BK {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 1920px;
    top: 0;
  }

  .TopBanner_Swiper_BK img {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 1920px;
    height: 618px;
  }

  .TopBanner_Swiper_Cover {
    display: block;
    position: absolute;
    width: 960px;
    height: 618px;
    left: 50%;
    transform: translateX(140px);
    font-size: 0.12rem;
    background-color: rgba(235, 249, 247, 0.8);
  }

  .TopBanner_Swiper_Right {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 460px;
    height: 618px;
  }

  .TopBanner_Swiper_Right h1 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 80px;
    height: 100px;
    line-height: 100px;
    font-size: 38px;
    font-weight: bold;
    color: #153d73;
    text-align: center;
  }
  .TopBanner_Swiper_Right h1 a {
    color: #153d73;
  }
  .TopBanner_Swiper_Right h2 {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 380px;
    height: 145px;
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
    color: #153d73;
    text-align: center;
  }
  .TopBanner_Swiper_Right h2 a {
    color: #153d73;
  }
  .TopBanner_Swiper_Right h3 {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 380px;
    height: 72px;
    line-height: 30px;
    font-size: 16px;
    color: #153d73;
    text-align: center;
  }

  .TopBanner_Swiper_Right p {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 312px;
    background-color: #153d73;
    line-height: 80px;
    border-radius: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }

  .TopBanner_Swiper_Right a {
    color: #fff;
  }

  .TopBanner_pagination {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    left: 50% !important;
    bottom: 50px !important;
    transform: translateX(140px);
    position: absolute;
    font-size: 0.12rem;
    z-index: 2;
    height: 32px;
    width: 460px !important;
    text-align: center;
  }

  .TopBanner_pagination .swiper-pagination-bullet {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #11335f;
    background-color: #fff;
    opacity: 1;
  }

  .TopBanner_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;
  }
  .TopBanner_pagination .swiper-pagination-bullet-active:focus,
  .TopBanner_pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  /* Home_Serivce_Box */
  .Home_Serivce_Box {
    display: block;
    position: relative;
    height: auto;
  }

  .Home_Service_Table {
    width: 1200px;
    border-left: 1px solid #d4d8e1;
    border-top: 1px solid #d4d8e1;
    margin-top: 77px;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 0.8rem;
  }

  .Home_Service_Table td {
    position: relative;
    margin: 0;
    padding: 0;
    padding: 45px;
    width: 310px;
    border-right: 1px solid #d4d8e1;
    border-bottom: 1px solid #d4d8e1;
    height: auto;
    vertical-align: top;
  }

  .Home_Service_Table td:hover {
    background-color: #163e73;
  }

  .Home_Service_Table td:hover p a,
  .Home_Service_Table td:hover p {
    color: #f4cc53;
  }

  .Home_Service_Table p {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
    color: #153d73;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .Home_Service_Table ul {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;

    width: 100%;
    list-style: none;
  }

  .Home_Service_Table li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;

    width: 100%;
    font-size: 18px;
    line-height: 23px;
    color: #000;
    margin-bottom: 6px;
    margin-left: 20px;
  }

  .Home_Service_Table li::before {
    content: " ";
    position: absolute;
    margin: 0;
    padding: 0;
    top: 4px;
    left: -18px;
    width: 15px;
    height: 13px;
    background: url(../images/Icon_Talbe_YellowArrow.png) left center no-repeat;
  }

  .Home_Service_Table td:hover li a,
  .Home_Service_Table td:hover li {
    color: #fff;
  }

  .Home_Service_Table td:hover a:hover {
    text-decoration: underline;
  }

  .Home_Service_Table td:hover a:hover li {
    text-decoration: underline;
  }

  /* Home_Careers_Box */
  .Home_Careers_Box {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 836px;
    background-color: #f4f7fe;
    overflow: hidden;
    font-size: 0.12rem;
  }

  .Home_Careers_Title {
    position: relative;
    display: block;
    margin-top: 0.6rem;
  }

  .Home_Careers_Swiper {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 1920px;
    height: 653px;
    left: 50%;
    transform: translateX(-960px);
    overflow: visible;
    overflow: hidden;
  }

  .Home_Careers_BK {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 1920px;
    height: 553px;
    left: 0;
    top: 0;
  }

  .Home_Careers_BK img {
    width: 1920px;
    height: 553px;
  }

  .Home_Careers_Center_Box {
    position: relative;
    display: block;
    height: 553px;
  }

  .Home_Careers_LeftBox {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 480px;
    height: 380px;
    margin-top: 60px;
    margin-left: 42px;
  }

  .Home_Careers_JobTitle {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 79px;
  }

  .Home_Careers_JobTitle h1 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 28px;
    margin-bottom: 4px;
  }
  .Home_Careers_JobTitle h1 a {
    color: #fff;
  }
  .Home_Careers_JobTitle span {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
    color: #ffd763;
  }

  .Home_Careers_JobPos {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 57px;
    font-size: 12px;
  }

  .Home_Careers_JobPos span {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    height: 57px;
    line-height: 57px;
    font-size: 16px;
    color: #fff;
    margin-left: 50px;
  }

  .Home_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;
  }

  .Home_Careers_Date::before {
    content: " ";
    position: absolute;
    display: block;
    left: -30px;
    top: 0;
    width: 28px;
    height: 57px;
    background: url(../images/Home_Events_Icon2.png) left center no-repeat;
  }

  .Home_Careers_JobDescribe {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    height: 154px;
    margin-top: 23px;

    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: #fff;
  }

  .Home_Careers_JobMoreBT {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
  }

  .Home_Careers_JobMoreBT p {
    float: right;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 216px;
    height: 56px;
    border-radius: 28px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    line-height: 56px;
    text-align: center;
  }

  .Home_Careers_JobMoreBT p a {
    color: #fff;
  }

  .Home_Careers_RightBox {
    float: right;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 540px;
    height: 380px;
    margin-top: 104px;
    margin-right: 50px;
  }

  .Home_Careers_JobDescribe2 {
    height: 130px;
  }

  .Home_Careers_JobTitle2 {
    height: 110px;
  }

  .Home_Careers_BTPrev {
    position: absolute;
    left: 50%;
    transform: translateX(-60px);
    bottom: 0px;
    width: 52px;
    height: 52px;
    background: url(../images/Home_Event_Prev.png);
    z-index: 2;
    cursor: pointer;
  }

  .Home_Careers_BTPrev:hover {
    background: url(../images/Home_Event_Prev_on.png);
  }

  .Home_Careers_BTNext {
    position: absolute;
    left: 50%;
    transform: translateX(8px);
    right: 0;
    bottom: 0px;
    width: 52px;
    height: 52px;
    background: url(../images/Home_Event_Next.png) center center no-repeat;
    z-index: 2;
    cursor: pointer;
  }

  .Home_Careers_BTNext:hover {
    background: url(../images/Home_Event_Next_on.png) center center no-repeat;
  }
  .Home_Careers_BTNext:focus,
  .Home_Careers_BTPrev:focus {
    outline: none;
  }
  /* Home_Careers_Box */
  .Home_Careers_Box {
    display: block;
    position: relative;
    padding: 0;
  }

  .Home_News_Title {
    position: relative;
    display: block;
    margin-top: 0.64rem;
  }

  .Home_News_Table {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 1200px;
    height: 464px;
    /* border-left: 1px solid #D4D8E1;
        border-top: 1px solid #D4D8E1;
         */
    /* overflow: hidden; */
    margin-bottom: 50px;
  }

  .Home_News_PicDiv {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;

    width: 420px;
    height: 462px;
    border: 1px solid #d4d8e1;
  }

  .Home_News_PicDiv p {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 420px;
    height: 285px;
    margin-bottom: 30px;
  }

  .Home_News_PicDiv p img {
    width: 420px;
    height: 285px;
  }

  .Home_News_PicDiv h1 {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 346px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
    color: #153d73;
    margin-bottom: 8px;
  }

  .Home_News_PicDiv h2 {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 346px;
    line-height: 26px;
    font-size: 20px;
    font-weight: bold;
    color: #153d73;
  }

  .Home_News_PicDiv h2 a {
    color: #153d73;
  }

  .Home_News_TextDiv {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    width: 258px;
    height: 362px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-right: 1px solid #d4d8e1;
    border-top: 1px solid #d4d8e1;
    border-bottom: 1px solid #d4d8e1;
  }

  .Home_News_TextDiv p {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 210px;
    height: 142px;

    margin-bottom: 11px;
  }

  .Home_News_TextDiv p img {
    width: 210px;
    height: 142px;
  }

  .Home_News_TextDiv h1 {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 210px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
    color: #153d73;
    margin-bottom: 6px;
  }

  .Home_News_TextDiv h2 {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 210px;
    line-height: 24px;
    font-size: 18px;
    color: #000;
    margin-bottom: 6px;
  }

  .Home_News_TextDiv h2 a {
    color: #000;
  }

  .Home_News_TextDiv h3 {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 210px;
    line-height: 20px;
    font-size: 14px;
    color: #000;
  }

  .Home_News_TextDiv h3 a {
    color: #000;
  }

  .Home_News_TextDiv h5 {
    display: block;
    position: absolute;
    padding: 0;
    width: 140px;
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
    text-align: center;
    background-color: #1c4a9e;
    bottom: 50px;
    left: 50%;
    transform: translateX(-70px);
  }

  .Home_News_TextDiv h5 a {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    color: #f5cb53;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
  }

  /* Home_Events_Box */
  .Home_Events_Box {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 596px;
    background-color: #f4f7fe;
    border: 1px solid transparent;
  }

  .Home_Events_Title {
    position: relative;
    padding-bottom: 60px;
  }

  .Home_Events_Swiper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 1200px;
    height: 650px;
    margin-top: -60px;
    border: 0;
    overflow: hidden;
  }

  .Home_Events_Swiper .swiper-slide {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 390px;
    height: 518px;
  }

  .Home_Events_Swiper sub {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
  }

  .Home_Events_Swiper img {
    width: 390px;
    height: 518px;
  }

  .Home_Events_Swiper em {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 55px;
    height: 2px;
    background-color: #fff;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .Home_Events_Swiper h1 {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 270px;
    height: 130px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
  }

  .Home_Events_Swiper h1 a {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .Home_Events_Swiper p {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 390px;
    height: 263px;
  }

  .Home_Events_Swiper p img {
    width: 390px;
    height: 263px;
  }

  .Home_Events_JobPos {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 72px;
    font-size: 12px;
    text-align: center;
  }

  .Home_Events_JobPos span {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    margin-left: 50px;
    margin-top: 7px;
  }

  .Home_Events_BTPrev {
    position: absolute;
    left: 50%;
    transform: translateX(-60px);
    bottom: 40px;
    width: 52px;
    height: 52px;
    background: url(../images/Home_Event_Prev.png);
    z-index: 2;
    cursor: pointer;
  }

  .Home_Events_BTPrev:hover {
    background: url(../images/Home_Event_Prev_on.png);
  }

  .Home_Events_BTNext {
    position: absolute;
    left: 50%;
    transform: translateX(8px);
    right: 0;
    bottom: 40px;
    width: 52px;
    height: 52px;
    background: url(../images/Home_Event_Next.png) center center no-repeat;
    z-index: 2;
    cursor: pointer;
  }

  .Home_Events_BTNext:hover {
    background: url(../images/Home_Event_Next_on.png) center center no-repeat;
  }
  .Home_Events_BTNext:focus,
  .Home_Events_BTPrev:focus {
    outline: none;
  }
  /* Home_Focus_Box */
  .Home_Focus_Box {
    position: relative;
    overflow: hidden;
  }

  .Home_Focus_Title {
    position: relative;
    margin-top: 67px;
    padding-bottom: 60px;
  }

  .Home_Focus_Div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 430px;
  }

  .Home_Focus_Pic_div {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 584px;
    height: 484px;
    background-color: #f4f7fe;
    border: 1px solid transparent;
  }

  .Home_Focus_Pic_div p {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 500px;
    height: 338px;
    margin-top: -60px;
  }

  .Home_Focus_Pic_div p img {
    width: 500px;
    height: 338px;
  }

  .Home_Focus_Pic_div h1 {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 500px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 25px;
    margin-top: 30px;
  }

  .Home_Focus_Pic_div h1 a {
    color: #000;
  }

  /* Home_Story_Box */

  .Home_Story_Box {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background-color: #f4f7fe;
    border: 1px solid transparent;
  }

  .Home_Story_Title {
    display: block;
    position: relative;

    padding: 0;

    position: relative;
    margin-top: 65px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .Home_Story_Div {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 518px;
    margin-top: -60px;

    overflow: hidden;
  }

  .Home_Story_Item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 390px;
    height: 518px;
  }

  .Home_Story_Item1 {
    background-color: #163e73;
  }

  .Home_Story_Item2 {
    background-color: #00777e;
  }

  .Home_Story_Item3 {
    background-color: #168ba6;
  }

  .Home_Story_Item em {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 55px;
    height: 2px;
    background-color: #fff;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .Home_Story_Item h1 {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 270px;
    height: 130px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
  }

  .Home_Story_Item h1 a {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .Home_Story_Item p {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 390px;
    height: 263px;
  }

  .Home_Story_Item p img {
    width: 390px;
    height: 263px;
  }

  .Home_Story_Date {
    font-size: 14px;
    color: #fff;
    text-align: center;
    height: 72px;
    line-height: 72px;
  }

  /* Home_Links_Box */
  .Home_Links_Box {
    position: relative;
    height: 310px;
    margin-top: 52px;
    margin-bottom: 125px;
  }

  .Home_Links_Swiper {
    display: block;
    /* flex-wrap: nowrap; */
    /* justify-content: space-between; */
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 1054px;
    min-height: 310px;
  }

  .Home_Links_Swiper .swiper-slide {
    display: block;
    /* flex-wrap: nowrap;
        justify-content: space-around; */
    position: relative;
    margin: 0;
    /* padding: 30px 20px ; */
    width: 1054px;
    min-height: 308px;
    /* border: 1px solid #D4D8E1; */
  }
  .Home_Links_slide {
    float: left;
    display: block;

    position: relative;
    margin: 0;
    padding: 0px 20px;
    width: 190px;
    min-height: 308px;
    margin-right: 42px;
    border: 1px solid #d4d8e1;
  }
  .Home_Links_slide:last-child {
    margin-right: 0;
  }
  .Home_Links_slide p {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 190px;
    height: 170px;
    margin-top: 30px;
    border-bottom: 1px solid #d4d8e1;
  }

  .Home_Links_slide p img {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 152px;
    height: 152px;
  }

  .Home_Links_slide 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;
  }

  .Home_Links_slide h1 a {
    color: #000;
  }

  .Home_Links_BTPrev {
    position: absolute;
    left: 0px;
    bottom: 40%;
    width: 52px;
    height: 52px;
    background: url(../images/Home_Link_Prev.png) center center no-repeat;
    z-index: 2;
    cursor: pointer;
  }

  .Home_Links_BTPrev:hover {
    background: url(../images/Home_Link_Prev_on.png) center center no-repeat;
  }

  .Home_Links_BTNext {
    position: absolute;
    left: auto;
    right: 0px;
    bottom: 40%;
    width: 52px;
    height: 52px;
    background: url(../images/Home_Link_Next.png) center center no-repeat;
    z-index: 2;
    cursor: pointer;
  }

  .Home_Links_BTNext:hover {
    background: url(../images/Home_Link_Next_on.png) center center no-repeat;
  }
  .Home_Links_BTPrev:focus,
  .Home_Links_BTNext:focus {
    outline: none;
  }

  /* Bottom_Box */
  .Bottom_Box {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #163e73;
  }

  .Bottom_Box1 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 240px;
    border-bottom: 1px solid #28599a;
  }

  .Bottom_Div {
    display: block;
    position: relative;
    height: 240px;
  }

  .Bottom_Left {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 665px;
    margin-top: 50px;
  }

  .Bottom_item {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: auto;
    margin-right: 32px;
  }

  .Bottom_item h1 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    height: 36px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }

  .Bottom_item h1 a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }

  .Bottom_item ul {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .Bottom_item li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
  }

  .Bottom_item li a {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
  }

  .Bottom_Right {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 400px;
    padding-left: 16px;
    height: 126px;
    margin-top: 50px;
    border-left: 1px solid #28599a;
  }

  .Bottom_Link {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 397px;
    height: 57px;
    background-color: #3265a8;
  }

  .Bottom_Link p {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 397px;
    height: 57px;
    line-height: 57px;
    text-indent: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
  }

  .Bottom_Link ul {
    display: none;
    position: absolute;
    bottom: 57px;
    left: 0;
    margin: 0;
    padding: 0;
    width: 397px;
    min-height: 52px;
    z-index: 2;
  }

  .Bottom_Link li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 397px;
    height: 52px;
    line-height: 52px;
    text-indent: 25px;

    overflow: hidden;
    background-color: #3265a8;
    border-bottom: 1px solid #204f8c;
  }

  .Bottom_Link li a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #fff;
    height: 52px;
    line-height: 52px;
  }

  .Bottom_Follow {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 18px;
    width: 397px;
    height: 57px;
    background-color: #113360;
  }

  .Bottom_Follow p {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 125px;
    height: 57px;
    line-height: 57px;
    margin-left: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
  }

  .Bottom_Follow span {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 26px;
    height: 26px;
    margin-right: 26px;
    margin-top: 14px;
  }

  .Bottom_Box2 {
    display: block;
    position: relative;
    padding: 0;
    height: 180px;
    overflow: hidden;
  }

  .Bottom_InfoBox {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    margin-top: 30px;
    width: 400px;
  }

  .Bottom_InfoLogo {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 103px;
  }

  .Bottom_InfoLogo img {
    width: 92px;
    height: 35px;
    margin-top: 4px;
  }

  .Bottom_InfoText {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 255px;
  }

  .Bottom_InfoText span {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    color: #3772c0;
  }

  .Bottom_BackTop {
    float: right;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 73px;
    height: 54px;
    margin-top: 50px;
    border-left: 1px solid #f6cc54;
  }

  .BT_BackTop {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    margin-left: 17px;
    width: 55px;
    height: 54px;
    cursor: pointer;
  }

  .BT_BackTop img {
    width: 55px;
    height: 54px;
  }

  /* PageControl_Box  */
  .PageControl_Box {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .PageControl_Div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: auto;
    height: 33px;
    min-width: 100px;
    margin-top: 58px;
    margin-bottom: 68px;
  }

  .PageControl_Next,
  .PageControl_Prev {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    height: 36px;
    width: auto;
    min-width: 36px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 8px;
  }

  .PageControl_Next a,
  .PageControl_Prev a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
  }

  .PageControl_Num {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: auto;
    height: 33px;
  }

  .PageControl_Num ul {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: auto;
    height: 33px;
    list-style: none;
  }

  .PageControl_Num li {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 33px;
    height: 33px;
    background-color: #163e73;
    font-size: 16px;
    text-align: center;
    margin-right: 13px;
  }
  .PageControl_Num li:hover {
    background-color: #0093d7;
  }
  .PageControl_Num ul .NumOn {
    background-color: #fff;
  }

  .PageControl_Num ul .NumOn a {
    color: #153d73;
  }

  .PageControl_Num li a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 33px;
    height: 33px;
    line-height: 33px;
    color: #fff;
    font-size: 18px;
    text-align: center;
  }

  /* Navi_Bar_Box */
  .Navi_Bar_Box {
    display: block;
    position: relative;
    padding: 0;
    height: 55px;
    font-size: 0.12rem;
    background-color: #113360;
  }

  .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;
  }
  /* Latest */
  .Latest_Item_Div {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 320px;
    height: 265px;
    margin-bottom: 22px;
    overflow: hidden;
  }
  .Latest_Item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    padding-left: 23px;
    padding-right: 18px;
    padding-top: 35px;
    height: 260px;
    overflow: hidden;
  }

  .Latest_PicBK {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    width: 320px;
    height: 300px;
  }

  .Latest_JobTitle {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .Latest_JobTitle h1 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
  }
  .Latest_JobTitle h1 a {
    color: #fff;
  }
  .Latest_JobTitle span {
    color: #ffd763;
  }
  .Latest_JobPos {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 38px;
    font-size: 12px;
    background-color: #00687e;
  }
  .Latest_JobPos2 {
    background-color: #1b4b9f !important;
  }
  .Latest_JobPos span {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    margin-left: 35px;
  }
  .Latest_Pos::before {
    content: " ";
    position: absolute;
    display: block;
    left: -16px;
    top: 0;
    width: 25px;
    height: 38px;
    background: url(../images/Home_Events_Icon1.png) left center no-repeat;
    background-size: 13px 16px;
  }
  .Latest_Date::before {
    content: " ";
    position: absolute;
    display: block;
    left: -20px;
    top: 0;
    width: 28px;
    height: 38px;
    background: url(../images/Home_Events_Icon2.png) left center no-repeat;
    background-size: 14px 15px;
  }

  .Latest_JobDescribe {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    height: 123px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #fff;
    overflow: hidden;
    text-align: justify;
    display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 6;
  }
  .Latest_JobDescribe a {
    color: #fff;
  }
  .Latest_Control {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 67px;
    height: 31px;
    margin-bottom: 86px;
  }

  .Latest_Control_Prev {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 31px;
    height: 31px;
    background: url(../images/Artical/BT_Artical_Prev.jpg) center center
      no-repeat;
    cursor: pointer;
  }
  .Latest_Control_Prev:hover {
    background: url(../images/Artical/BT_Artical_Prev_on.jpg) center center
      no-repeat;
  }
  .Latest_Control_Next {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 31px;
    height: 31px;
    background: url(../images/Artical/BT_Artical_Next.jpg) center center
      no-repeat;
    cursor: pointer;
  }
  .Latest_Control_Next:hover {
    background: url(../images/Artical/BT_Artical_Next_on.jpg) center center
      no-repeat;
  }
}
