/* Mobile */
@media (max-width: 600px) {
  input[placeholder],
  [placeholder],
  *[placeholder] {
    color: #00375b;
    outline: none;
  }

  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #00375b;
  }

  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #00375b;
  }

  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #00375b;
  }

  /* 菜单部分 */
  .BTcaidan {
    width: 0.32rem;
    height: 0.23rem;
    background: url("../images/CPC20/icon.png") no-repeat;
    background-size: 0.32rem 0.23rem;
    position: absolute;
    margin-right: 4%;
    top: 0.13rem;
    right: 0;
    cursor: pointer;
  }
  .BM_Menu_Box {
    width: 100%;
    height: 100%;
    background: #163e73;
    position: fixed;
    z-index: 1000;
    /* display: none; */
  }
  .BM_Serch_Box {
    width: 100%;
    height: 100%;
    background: #163e73;
    position: fixed;
    z-index: 1000;
    /* display: none; */
  }
  .logo {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    /* width: 100%; */
    padding: 2% 5%;
    border-bottom: 1px solid #386db3;
  }
  .logo img {
    width: 1.32rem;
    height: 0.15rem;
  }
  .MB_Menu_Div {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
    width: 75%;
    padding-right: 5%;
    margin-top: 0.15rem;
  }
  .BM_Menu_Box .wenzi {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #113360;
    min-height: 0.35rem;
    font-size: 0.2rem;
    line-height: 0.35rem;
    padding-left: 0.2rem;
    margin-bottom: 0.05rem;
  }
  .BM_Menu_Box .wenzi a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 80%;
    color: #fff;
    font-size: 0.16rem;
    font-weight: bold;
  }
  .BM_Menu_Box .wenziYellow {
    background-color: #f5cd54 !important;
    height: 0.35rem;
    line-height: 0.35rem;
    margin-bottom: 0.05rem;
  }
  .BM_Menu_Box .wenziYellow a {
    color: #113360 !important;
  }
  .BM_Menu_Box .WenziSmall a {
    color: #fff;
    font-size: 0.14rem !important;
  }
  .MB_Menu_Control {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    right: 0;
    top: 0;
    width: 0.35rem;
    height: 0.35rem;
    background: url(Icon_Plus.png) center center no-repeat;
    background-size: 0.25rem 0.25rem;
  }
  .BM_Menu_Box .wenzi ul {
    display: none;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 0.1rem;
  }
  .BM_Menu_Box .wenzi li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 0.3rem;
    line-height: 0.3rem;
    margin-left: 0.2rem;
  }
  .BM_Menu_Box li::before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: 13px;
    left: -10px;
  }

  .BM_Menu_Box .wenzi li a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 0.16rem;
    font-weight: normal;
  }
  .wenziLinks {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: transparent !important;
  }
  .wenziLinks p {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;

    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: left;
  }
  .wenziLinks span {
    float: right;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 0.35rem;
    height: 0.35rem;
    margin-left: 0.15rem;
  }
  .wenziLinks span img {
    width: 0.35rem;
    height: 0.35rem;
  }

  .BM_Search_Slogon {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: calc(100vw * 0.122);
    line-height: calc(100vw * 0.122);
    font-size: 0.14rem;
    color: #099da6;
    font-style: italic;
    font-family: "Helvetica Neue LT Pro";
  }
  .BM_Search_Slogon B {
    color: #028ed3;
    font-family: "Helvetica Neue LT Pro";
  }
  .BM_Search_Close,
  .BM_Menu_Close {
    display: block;
    position: absolute;
    right: 5%;
    top: calc(100vw * 0.02);
    width: calc(100vw * 0.122);
    height: calc(100vw * 0.122);
    margin: 0;
    padding: 0;
    font-size: 0.12rem;
    /* border: 1px solid salmon; */
    background: url(BT_Close.png) center center no-repeat;
  }
  .MB_Search_Div {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    height: 0.45rem;
    margin-top: 0.25rem;
    background-color: #fff;
  }
  .MB_Search_Div span {
    float: left;
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 80%;
    height: 0.45rem;
  }
  .MB_Search_Div input {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    height: 0.45rem;
    line-height: 0.45rem;
    font-size: 0.24rem;
    color: #00375b;
    text-indent: 20px;
  }
  .MB_Search_Div em {
    float: right;
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.1rem;
    margin-top: 0.08rem;
    background: url(Icon_Search.png) center center no-repeat;
    background-size: 0.3rem 0.3rem;
  }
}

@media (max-width: 600px) {
  .BM_Menu_Box {
  }
  .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: 0.4rem;
    background-image: linear-gradient(to right, #113360, #157393);
  }
  .TopBar_Div {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: calc(100vw * 0.26);
    background: url(TopBar_BK.jpg) center center no-repeat;
  }
  .TopBar_Logo {
    float: left;
    display: block;

    margin: 0;
    padding: 0;
    width: calc(100vw * 0.17);
    height: calc(100vw * 0.17);
    margin-left: 5%;
  }
  .TopBar_Logo img {
    width: 100%;
  }
  .TopBar_IconMenu {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 50%;
    margin-right: 5%;
    height: calc(100vw * 0.122);
    /* border: 1px solid saddlebrown; */
  }
  .TopBar_IconMenu p {
    float: right;
    display: block;
    position: relative;
    width: calc(100vw * 0.122);
    height: calc(100vw * 0.122);
    margin: 0;
    padding: 0;
    font-size: 0.12rem;
  }
  .Icon_Menu {
    background: url(BT_Menu.png) center center no-repeat;
    background-size: contain;
    margin-right: 0.1rem !important;
  }
  .Icon_Search {
    background: url(BT_Search.png) center center no-repeat;
    background-size: contain;
  }
  .TopBar_Menu_Box {
    display: block;
    /* position: relative; */
    margin: 0;
    padding: 0;
    width: 130px;
  }
  .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 {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.14rem;
    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 {
    display: none;
    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: 100%;
    left: 0;

    /* overflow: hidden; */
  }
  .TopBanner_Swiper_BK {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .TopBanner_Swiper_BK img {
    width: 100%;
  }
  .TopBanner_Swiper_Cover {
    width: 100%;
  }
  .TopBanner_Swiper_Right {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #eff2f9;
    height: auto;
    overflow: hidden;
  }
  .TopBanner_Swiper_Right h1 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 0.1rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.26rem;
    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: 90%;
    line-height: 0.2rem;
    font-size: 0.16rem;
    font-weight: bold;
    color: #153d73;
    margin-bottom: 0.05rem;
    text-align: center;
  }
  .TopBanner_Swiper_Right h2 a {
    color: #153d73;
  }
  .TopBanner_Swiper_Right h3 {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    height: 72px;
    line-height: 20px;
    font-size: 0.14rem;
    color: #153d73;
    text-align: center;
  }
  .TopBanner_Swiper_Right p {
    display: none;
  }
  .TopBanner_Swiper_Right a {
    color: #fff;
  }
  .TopBanner_pagination {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;

    bottom: 20px !important;

    position: absolute;
    font-size: 0.12rem;
    z-index: 2;
    height: 22px;

    text-align: center;
  }
  .TopBanner_pagination .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    font-size: 0.12rem;
    line-height: 22px;
    text-align: center;
    color: #11335f;
    background-color: #fff;
    opacity: 1;
  }
  .TopBanner_pagination .swiper-pagination-bullet-active {
    width: 22px;
    height: 22px;
    font-size: 0.12rem;
    line-height: 22px;
    text-align: center;
    color: #11335f;
    background-color: #f6cc54;
    opacity: 1;
  }
  /* Home_Serivce_Box */
  .Home_Serivce_Box {
    display: block;
    position: relative;
    height: auto;
  }
  .Home_Service_Table {
    width: 100%;
    border-left: 1px solid #d4d8e1;
    border-top: 1px solid #d4d8e1;
    margin-top: 0.4rem;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 0.4rem;
  }

  .Home_Service_Table td {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    padding: 0.2rem;
    width: calc(100% - 0.4rem);
    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 !important;
  }
  .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 a {
    color: #000;
  }
  .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: none;
  }
  .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%;

    overflow: hidden;
    font-size: 0.12rem;
  }
  .Home_Careers_Title {
    position: relative;
    display: block;
  }
  .mHome_Careers_Swiper {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    height: calc(100vw * 0.9 * 1.56);
  }
  .Home_Careers_BK {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    left: 0;
    top: 0;
  }
  .Home_Careers_BK img {
    width: 100%;
  }
  .Home_Careers_Center_Box {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vw * 0.9 * 1.56);
    overflow: hidden;
  }
  .Home_Careers_LeftBox {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    margin-top: 0.3rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px dashed #fff;
  }

  .Home_Careers_JobTitle {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .Home_Careers_JobTitle h1 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0.2rem;
    font-weight: bold;
    color: #fff;
    line-height: 0.25rem;
    margin-bottom: 0.1rem;
  }
  .Home_Careers_JobTitle h1 a {
    color: #fff;
  }
  .Home_Careers_JobTitle span {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0.2rem;
    font-weight: bold;
    color: #ffd763;
  }
  .Home_Careers_JobPos {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0.45rem;
    font-size: 12px;
    background-image: linear-gradient(to right, #1c4b9e, #1c4b9e);
  }
  .Home_Careers_JobPos span {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    height: 0.45rem;
    line-height: 0.45rem;
    font-size: 16px;
    color: #fff;
    margin-left: 0.35rem;
  }
  .Home_Careers_Pos::before {
    content: " ";
    position: absolute;
    display: block;
    left: -0.2rem;
    top: 0;
    width: 0.2rem;
    height: 0.43rem;
    background: url(../images/Home_Events_Icon1.png) left center no-repeat;
    background-size: 0.15rem 0.19rem;
  }
  .Home_Careers_Date::before {
    content: " ";
    position: absolute;
    display: block;
    left: -0.24rem;
    top: 0;
    width: 0.2rem;
    height: 0.43rem;
    background: url(../images/Home_Events_Icon2.png) left center no-repeat;
    background-size: 0.18rem 0.19rem;
  }

  .Home_Careers_RightBox {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    margin-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px dashed #fff;
  }
  .Home_Careers_JobDescribe2 {
  }
  .Home_Careers_JobTitle2 {
  }
  .mHome_Careers_BTPrev {
    position: absolute;
    left: 30%;
    bottom: 20px;
    width: 52px;
    height: 52px;
    background: url(BT_Career_Prev.png);
    z-index: 2;
    background-size: 52px 52px;
    cursor: pointer;
  }

  .mHome_Careers_BTNext {
    position: absolute;
    left: auto;
    right: 30%;
    bottom: 20px;
    width: 52px;
    height: 52px;
    background: url(BT_Career_Next.png) center center no-repeat;
    z-index: 2;
    background-size: 52px 52px;
    cursor: pointer;
  }

  /* Home_Careers_Box */
  .Home_Careers_Box {
    display: block;
    position: relative;
    padding: 0;
  }
  .Home_News_Title {
    position: relative;
    display: block;
    margin-top: 0.24rem;
  }
  .Home_News_Table {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;

    /* overflow: hidden; */
    margin-bottom: 50px;
  }

  .Home_News_PicDiv {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    border: 1px solid #d4d8e1;
  }
  .Home_News_PicDiv p {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 0.15rem;
  }
  .Home_News_PicDiv p img {
    width: 100%;
  }
  .Home_News_PicDiv h1 {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
    color: #153d73;
    margin-bottom: 8px;
  }
  .Home_News_PicDiv h2 {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    line-height: 0.3rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #153d73;
    margin-bottom: 0.2rem;
  }
  .Home_News_PicDiv h2 a {
    color: #153d73;
  }
  .Home_News_TextDiv {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    border-right: 1px solid #d4d8e1;
    border-left: 1px solid #d4d8e1;
    border-bottom: 1px solid #d4d8e1;
  }
  .Home_News_TextDiv p {
    display: none;
  }
  .Home_News_TextDiv p img {
    width: 100%;
  }
  .Home_News_TextDiv h1 {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-weight: bold;
    color: #153d73;
    margin-bottom: 4px;
  }
  .Home_News_TextDiv h2 {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    line-height: 0.26rem;
    font-size: 0.18rem;
    color: #000;
    margin-bottom: 6px;
  }
  .Home_News_TextDiv h2 a {
    color: #000;
  }
  .Home_News_TextDiv h3 {
    display: none;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    line-height: 20px;
    font-size: 14px;
    color: #000;
  }
  .Home_News_TextDiv h3 a {
    color: #000;
  }
  .Home_News_TextDiv h5 {
    display: none;
    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 auto;
    padding: 0;
    width: 90%;
    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: 100%;
    height: calc(100vw * 0.9 * 0.68 + 3.2rem);
    border: 0;
    overflow: hidden;
  }
  .Home_Events_Swiper .swiper-slide {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: calc(100vw * 0.9 * 0.68 + 3.2rem);
  }
  .Home_Events_Swiper sub {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
  }
  .Home_Events_Swiper sub img {
    width: calc(100vw * 0.9);
    height: calc(100vw * 0.9 * 0.68 + 2.1rem);
  }
  .Home_Events_Swiper em {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 35px;
    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: 100%;
    height: 0.9rem;
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.3rem;
    text-align: center;
    overflow: hidden;
  }
  .Home_Events_Swiper h1 a {
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.3rem;
    text-align: center;
  }
  .Home_Events_Swiper p {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .Home_Events_Swiper p img {
    width: 100%;
  }
  .Home_Events_JobPos {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0.45rem;
    font-size: 12px;
    text-align: center;
    margin-top: 0.05rem;
  }
  .Home_Events_JobPos span {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    height: 0.45rem;
    line-height: 0.45rem;
    font-size: 16px;
    color: #fff;
    margin-left: 50px;
    margin-top: 7px;
  }

  .Home_Events_BTPrev {
    position: absolute;
    left: 30%;
    bottom: 30px;
    width: 52px;
    height: 52px;
    background: url(../images/Home_Event_Prev.png);
    z-index: 2;
    background-size: 52px 52px;
    cursor: pointer;
  }

  .Home_Events_BTNext {
    position: absolute;
    left: auto;
    right: 30%;
    bottom: 30px;
    width: 52px;
    height: 52px;
    background: url(../images/Home_Event_Next.png) center center no-repeat;
    z-index: 2;
    background-size: 52px 52px;
    cursor: pointer;
  }

  /* Home_Focus_Box */
  .Home_Focus_Box {
    position: relative;
    overflow: hidden;
  }
  .Home_Focus_Title {
    position: relative;
    margin-top: 0.24rem;
  }
  .Home_Focus_Div {
    display: block;

    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .Home_Focus_Pic_div {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;

    /* background-color: #F4F7FE; */
    border: 1px solid transparent;
  }
  .Home_Focus_Pic_div p {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .Home_Focus_Pic_div p img {
    width: 100%;
  }

  .Home_Focus_Pic_div h1 {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 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;
    padding-bottom: 0.2rem;
    border: 1px solid transparent;
  }
  .Home_Story_Title {
    display: block;
    position: relative;
    padding: 0;
    position: relative;
    margin-top: 0.24rem;
    margin-bottom: 0.5rem;
  }
  .Home_Story_Div {
    position: relative;
    display: block;
    margin-top: -0.5rem;
    overflow: hidden;
  }
  .Home_Story_Item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 0.1rem;
    overflow: hidden;
  }
  .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: 35px;
    height: 2px;
    background-color: #fff;
    margin-top: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .Home_Story_Item h1 {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    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: none;
  }

  .Home_Story_Date {
    font-size: 14px;
    color: #fff;
    text-align: center;
    height: 0.3rem;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
  }
  /* Home_Links_Box */
  .Home_Links_Box {
    position: relative;

    margin-top: 0.2rem;
    margin-bottom: 1.2rem;
  }
  .mHome_Links_Swiper {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    margin-top: 0.1rem;
    /* overflow: visible; */
    /* border: 1px solid saddlebrown; */
  }
  .mHome_Links_Swiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .Home_Links_slide {
    display: block;
    position: relative;
    margin: 0;
    margin-left: 1px;
    /* padding: 30px 20px ; */
    width: 48%;
    border: 1px solid #d4d8e1;
    margin-bottom: 0.05rem;
  }
  .Home_Links_slide p {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 50%;
  }
  .Home_Links_slide p img {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .Home_Links_slide h1 {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 90%;
    font-size: 14px;
    padding-top: 0.05rem;
    padding-bottom: 0.05rem;
    color: #000;
    line-height: 18px;
    text-align: center;
    border-top: 1px solid #d4d8e1;
  }
  .Home_Links_slide h1 a {
    color: #000;
  }

  .Home_Links_BTPrev::focus,
  .Home_Links_BTNext::focus {
    outline: none;
  }
  .Home_Links_BTPrev {
    position: absolute;
    left: 30%;
    bottom: -62px;
    width: 52px;
    height: 52px;
    background: url(../images/Home_Link_Prev.png) center center no-repeat;
    z-index: 2;
    background-size: 52px 52px;
    cursor: pointer;
  }

  .Home_Links_BTNext {
    position: absolute;
    right: 30%;
    bottom: -62px;
    left: auto;
    width: 52px;
    height: 52px;
    background: url(../images/Home_Link_Next.png) center center no-repeat;
    z-index: 2;
    background-size: 52px 52px;
    cursor: pointer;
  }

  /* 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%;
  }
  .Bottom_Div {
    display: block;
    position: relative;
  }
  .Bottom_Left {
    display: none;
    position: relative;
  }

  .Bottom_Right {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    padding-top: 0.4rem;
  }
  .Bottom_Link {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 57px;
    background-color: #3265a8;
  }
  .Bottom_Link p {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    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: 100%;
    min-height: 52px;
    z-index: 2;
  }
  .Bottom_Link li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    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: none;
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 18px;
    width: 397px;
    height: 57px;
    background-color: #113360;
  }
  .Bottom_Box2 {
    display: block;
    position: relative;
    padding: 0;
    height: 110px;
    overflow: hidden;
  }
  .Bottom_InfoBox {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    margin-top: 20px;
    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: 14px;
    height: 22px;
    line-height: 22px;
    color: #3772c0;
  }
  .Bottom_BackTop {
    display: none;
    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: 10px;
  }
  .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;
    min-height: 55px;
    height: auto;
    font-size: 0.12rem;
    background-color: #113360;
    overflow: hidden;
  }

  .Navi_Bar_Div {
    display: block;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
  }

  .Navi_Bar_Div a {
    color: #fff;
  }

  .Navi_Bar_Div span {
    color: #f3cc52;
  }

  /* Latest_Item_Div */
  .Latest_Item_Div {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 320px;
    height: 300px;
    margin-bottom: 22px;
  }
  .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;
    margin-bottom: 5px;
  }
  .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: 130px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #fff;
    overflow: hidden;
  }
  .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;
  }
  .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;
  }
  .Latest_Control_Next:hover {
    background: url(../images/Artical/BT_Artical_Next_on.jpg) center center
      no-repeat;
  }
}
