/* Mobile */
/* 菜单部分 */
@media (max-width:600px) {
    .TopMenu_Box {
        width: 100%;
        height: 19.5vw;
        background-color: #004DA0;
        overflow: hidden;
    }

    .TopMenu_Div {
        margin: 0 auto;
        width: 92%;
        margin-top: 4.5vw;
        height: 9.8vw;
        background-color: #004DA0;
        overflow: hidden;
    }

    .TopMenu_Left {
        float: left;
        width: 47vw;
    }

    .TopMenu_Left a img {
        width: 47vw;
    }

    .TopMenu_Mid {
        float: left;
        width: calc(100vw*0.6);
        height: 100px;
    }

    .TopMenu_Mid a {
        margin: 0 auto;
        margin-top: 20px;
        display: block;
        width: 181px;
        height: 59px;
    }

    .TopMenu_Mid a img {
        width: 181px;
        height: 59px;
    }

    .TopMenu_Right {
        float: right;
        width: 15vw;
        height: 6vw;
    }

    .Top_Search {
        float: right;
        margin-top: 2vw;
        width: 6vw;
        height: 6vw;
    }

    .Top_Search img {
        width: 6vw;
        height: 6vw;
    }

    .Top_Menu {
        float: left;
        margin-top: 2vw;
        width: 6vw;
        height: 6vw;
    }

    .Top_Menu img {
        width: 6vw;
        height: 6vw;
    }

    .Top_Menu_Pop_Box {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 13;
        background-color: #004DA0;
    }

    .Top_Menu_Control {
        padding: 6.5vw 4vw;
        height: 8vw;
    }

    .Top_Menu_BTClose {
        float: right;
        margin-right: 2vw;
        margin-top: 2vw;
        width: 20px;
        height: 20px;
    }

    .Top_Menu_BTClose img {
        width: 20px;
        height: 20px;
    }

    .Top_Search_BTClose {
        float: right;
        margin-top: 2vw;
        width: 6vw;
        height: 6vw;
    }

    .Top_Search_BTClose img {
        width: 6vw;
        height: 6vw;
    }


    .Top_Search_BTClose {
        float: right;
        margin-right: 2vw;
        width: 20px;
        height: 20px;
    }

    .Top_Search_BTClose img {
        width: 20px;
        height: 20px;
    }

    .Top_Menu_Pop_Menu {
        margin: 0 auto;
        margin-top: 4vw;
        width: 100vw;

    }

    .Top_PopMenu_Line {
        position: relative;
        height: auto;
        /* border-top: 1px solid #FFF; */
        padding: 2vw 0;
    }

    .Top_PopMenu_Line ul {
        width: calc(100% - 35px);
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .Top_PopMenu_Line li {
        font-size: 20px;
        color: #9191BF;
        line-height: 35px;

    }

    .Top_PopMenu_Line li a {
        color: #9191BF;
    }

    .Top_PopMenu_Title {
        position: relative;
        width: 92;
        padding-left: 8vw;
        height: 36px;

    }

    .Top_PopMenu_Title a {
        position: absolute;
        /* left: 0; */
        width: calc(100% - 35px);
        height: 22px;
        font-size: 18px;
        font-family: "Arial Narrow";
        font-weight: bold;
        color: #FFF;
        line-height: 36px;
    }

    .Top_PopMenu_Title em {
        position: absolute;
        right: 5vw;
        top: 8px;
        width: 28px;
        height: 28px;
        background: url(../images/Mobile/Icon_plus.png) center center no-repeat;
        background-size: 28px 28px;
    }

    .Top_PopMenu_Chinese {
        margin-top: 30px;
        width: calc(100% - 2px);
        height: 60px;
        line-height: 60px;
        text-align: center;
        border: 1px solid #FFF;
        font-size: 22px;
        font-family: "黑体";
        color: #FFF;
    }

    .Top_PopMenu_Chinese a {
        color: #FFF;
    }

    .Top_PopMenu_L2 {
        overflow: hidden;
    }

    .Top_PopMenu_L2 ul {
        width: 100%;
        padding-top: 4vw;
        padding-bottom: 4vw;
        height: auto;
        background-color: #004084;

    }

    .Top_PopMenu_L2 li {
        font-size: 18px;
        color: #FFF;
        line-height: 22px;
        font-family: "Arial Narrow";

        padding: 2vw 8vw;
        overflow: hidden;
    }

    .Top_PopMenu_L2 li:hover {
        background-color: #004DA0;
    }

    .Top_PopMenu_L2 li a {
        color: #FFF;
    }

       /* 20241213 */
    .Top_PopMenu_LineLang{
        margin: 0 auto;
        margin-top: 25px;
        padding-top:35px;
        width: 90vw;
        height: auto;
        border-top: 1px solid #3874B4;
    }
    .Top_PopMenu_LineLang ul{
        width: 100%;
        height: auto;
    }
    .Top_PopMenu_LineLang li{
        float: left;
        width: 30vw;
        height: 20px;
        line-height: 20px;
        font-size: 16px;
        color: #FFF;
        margin-bottom: 15px;
    }
    .Top_PopMenu_LineLang li a{
        color: #FFF;
    }
    /* 20241213 end*/
  
  
    .Top_Search_Pop_Box {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 13;
        background-color: rgba(255, 255, 255, 0.9);

    }

    .Top_Search_Pop_Div {
        margin-top: 20vw;
        height: 40px;
        border-radius: 20px;
        background-color: #004DA0;
    }

    .Top_Search_Input {
        float: left;
        width: calc(100% - 40px);
    }

    .Top_Search_Input input {
        margin-left: 20px;
        height: 40px;
        background-color: #004DA0;
        font-size: 16px;
        color: #FFF;
        line-height: 40px;
    }

    .Top_Search_Input input::input-placeholder {
        color: #FFF;
    }

    .Top_Search_Input input::-webkit-input-placeholder {
        color: #FFF;
    }

    .Top_Search_Input input::-moz-placeholder {
        color: #FFF;
    }

    .Top_Search_Input input::-moz-placeholder {
        color: #FFF;
    }

    .Top_Search_Input input::-ms-input-placeholder {
        color: #FFF;
    }

    .Top_Search_BT {
        float: right;
        margin-top: 10px;
        margin-right: 16px;
        width: 20px;
        height: 20px;
    }

    .Top_Search_BT img {
        width: 20px;
        height: 20px;
    }
}

/* 翻页控制部分 */
@media (max-width:600px) {

     /* PageControl_Box  */
     .PageControl_Box {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
        /* margin-bottom: 45px; */
    }

    .PageControl_Div {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: auto;
        height: 32px;
        min-width: 100px;
        margin-bottom: 50px;
        /* border: 1px solid saddlebrown; */
    }

    .PageControl_Num {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 32px;
    }

    .PageControl_Num ul {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 32px;
        list-style: none;
    }

    .PageControl_Num li {
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 32px;
        height: 32px;
        line-height: 32px;

        font-size: 16px;
        text-align: center;
        margin-right: 30px;
        border: 1px solid #DDDAD2;
        background-color: #F7F6F3;
    }

    .PageControl_Num .NumOn {
        background-color: #004DA0;
        color: #FFF !important;
    }

    .PageControl_Num .NumOn a {
        color: #FFF !important;
    }

    .PageControl_Num a {
        display: inline-block;
        position: relative;
        margin: 0 4px;
        padding: 0;
        border-radius: 16px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        color: #272727;
        background-color: #EEEEEE;
        font-size: 16px;
        text-align: center;
    }
}

/* 导航栏面包屑部分 */
@media (max-width:600px) {
    /* Nav_Div */

    .Nav_Box {
        bottom: 0;
        position: absolute;
        height: 30px;
        width: 100%;
    }

    .Nav_Div {
        margin: 0 auto;
        width: 92vw;
        height: 30px;
        font-size: 14px;
        font-family: "Times New Roman";
        color: #000;
    }

    .Nav_Div a {
        color: #000;
    }
}

/* 文章部分 */
@media (max-width:600px) {

    /* Artical_Content */
    .Artical_Content {
        width: 100%;
        height: auto;
        background-color: #FFF;
        overflow: hidden;
    }

    .Artical_Content_Title_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-bottom: 2px solid #E7EFFB;
    }

    .Artical_Content_Title {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: bold;
        line-height: 32px;
        color: #000;
        /* text-transform: uppercase; */
    }

    .Artical_Content_Title a {
        color: #000;
    }

    .Artical_Content_Info_Div {

        /* border-bottom: 2px solid #E7EFFB; */
    }
    .Artical_Link{   
        width: 100%;
        height: 24px;
    }
    .Artical_Link ul{        
        width: 135px;
        height: 24px;
    }
    .Artical_Link li{
        float: left;        
        width: 24px;
        height: 24px;
        margin-right: 3px;
    }
    .Artical_Link li img{            
        width: 24px;
        height: 24px;        
    }
    .Artical_Content_Info {
        padding: 8px ;
        height: 18px;
        background-color: #F5FAFF;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .Artical_Content_Info h4 {
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 12px;
        padding-right: 5px;
        padding-left: 5px;
        line-height: 20px;
        border-right: 1px solid #656565;
        color: #656565;
    }

    .Artical_Content_Info h4 a {
        color: #656565;
    }

    .Artical_Content_Info h5 {
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 12px;
        padding-right: 5px;
        padding-left: 5px;
        line-height: 20px;
        color: #656565;
    }

    .Artical_Content_Info h5 a {
        color: #656565;
    }

    .Artical_Content_Text_Div {
        width: 100%;
        height: auto;
        padding-top: 30px;
        /* border-bottom: 2px solid #E7EFFB; */
    }

    .Artical_Content_Text {
        margin: 0 auto;
        width: 100%;
        /* height: 1420px; */
        padding-bottom: 30px;
    }

    .Artical_Content_Text p {
        /* padding: 0 5px; */
        font-size: 16px;
        line-height: 24px;
        color: #000;
        margin-bottom: 20px;
    }

    .Artical_Content_Text p img {

        padding: 4vw;
        width: 84vw;
    }

    .Artical_Content_Text span {
        display: block;
        width: 100%;
        font-size: 14px;
        color: #000;
        line-height: 24px;
        text-align: center;
        margin-bottom: 10px;
    }

    .Artical_Content_Text span img {
        width: 100%;
    }

    .Artical_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        overflow: hidden;
        margin-top: 30px;
    }


    /* Artical_Related_Div */
    .Artical_Related_Div {
        width: 100%;
        height: auto;
        margin-bottom: 60px;
    }
    .Artical_Related_Div .Title_Div{
        text-align: left;
    }
    .Artical_Related_Title {
        height: 50px !important;
    }

    .Artical_Related_List {
        width: 100%;
        height: auto;
    }

    .Artical_Related_List ul {
        width: 100%;
        list-style: none;
    }

    .Artical_Related_List li {
        overflow: hidden;
        margin-bottom: 30px;
    }
    .Artical_Related_List li p{
        width: 92vw;        
        margin-bottom: 10px;
    }
    .Artical_Related_List li p img{
        width: 92vw;  
    }
    .Artical_Related_List li h5 {
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        color: #0011A9;
        margin-bottom: 6px;
    }

    .Artical_Related_List li h4 {
        font-size: 18px;
        line-height: 26px;
        color: #000;
    }

    .Artical_Related_List li h4 a {
        color: #000;
    }
}

/* 底部 部分 */
@media (max-width:600px) {

    /* Bottom_Box */
    .Bottom_Box {
        width: 100%;
        height: auto;
        background-color: #043873;
        overflow: hidden;
    }

    .Bottom_Top_Div {

        height: auto;
        overflow: hidden;
    }

    .Bottom_Top {
        padding: 8vw 0;
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: #063D7B;
    }

    .Bottom_Info {
        padding: 8vw 4vw;
        height: auto;
        overflow: hidden;
    }

    .Bottom_Info h4 {
        margin: 0 auto;
        /* width: 560px; */
        /* height: 25px; */
        line-height: 25px;
        font-size: 16px;
        color: #FFF;
        text-align: center;
    }

    .Bottom_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
    }

    .Bottom_Top_Left {
        width: 84vw;
        height: auto;
        padding: 8vw 4vw;
        background-color: #004DA0;
    }

    .Bottom_Top_Left ul {
        width: 84vw;
        height: auto;
    }

    .Bottom_Top_Left li {
        font-size: 16px;
        line-height: 24px;
        color: #D8EBFF;
        margin-bottom: 20px;
    }

    .Bottom_Top_Left li a {
        color: #D8EBFF;
    }

    .Bottom_Title {
        font-size: 20px;
        line-height: 30px;
        height: 45px;
        color: #D8EBFF;
    }

    .Bottom_Title a {
        color: #D8EBFF;
    }


    .Bottom_Top_Mid {
        width: 84vw;
        height: auto;
        padding: 8vw 4vw;
        background-color: #024995;
    }

    .Botttom_ContactPic {
        width: 84vw;
    }

    .Botttom_ContactPic img {
        width: 84vw;
    }

    .Botttom_Contact {
        padding-top: 4vw;
        height: auto;
        overflow: hidden;
    }

    .Botttom_Contact_left {
        float: left;
        width: 68px;
    }

    .Botttom_Contact_left img {
        width: 52px;

    }

    .Botttom_Contact_Right {
        float: left;
        width: calc(84vw - 68px);
        height: auto;
        overflow: hidden;
    }

    .Botttom_Contact_Info {
        /* height: 75px; */
        overflow: hidden;
    }

    .Botttom_Contact_Info h4 {
        /* height: 25px; */
        line-height: 25px;
        font-size: 16px;
        color: #D8EBFF;
    }

    .Botttom_ContactLink {
        margin-top: 10px;
    }

    .Botttom_ContactLink h4 {
        float: left;
        width: 90px;
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        color: #D8EBFF;
    }

    .Botttom_ContactLink h4 a {
        color: #D8EBFF;
    }

    .Botttom_ContactLink p {
        float: left;
        width: 38px;
        height: 38px;
        margin-right: 10px;
    }

    .Botttom_ContactLink p img {
        width: 38px;
        height: 38px;
    }

    .Bottom_Top_Right {
        padding: 8vw 4vw;
        width: 84vw;
        height: auto;
        background-color: #054386;
    }

    .Bottom_SendMessage {
        height: auto;
    }

    .Bottom_SendMessage h4 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 6px;
        color: #0075D9;
    }

    .Bottom_SendMessage textarea {
        border: 1px solid #0075D9;
        background-color: transparent;
        padding: 10px;
        width: calc(100% - 20px);
        height: 180px;
        font-size: 16px;
        line-height: 24px;
        color: #D8EBFF;
        margin-bottom: 13px;
        resize: none;
    }

    #InputEmail {
        border: 1px solid #0075D9;
        background-color: transparent;
        padding: 10px;
        width: calc(100% - 20px);
        height: 20px;
        font-size: 16px;
        line-height: 24px;
        color: #D8EBFF;
        margin-bottom: 32px;
    }

    #InputSubmit {
        margin: 0 auto;
        width: 160px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #004D9F;
        background-color: #D9EBFF;
        border-radius: 6px;
        cursor: pointer;
    }

}

/* 列表 部分 */
@media (max-width:600px) {
    .List_Type_Box {
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }



    .List_Div {
        width: 100%;
        height: auto;
        margin-bottom: 50px;
        overflow: hidden;
    }

    .List_Div ul {
        margin: 0 auto;
        width: 92vw;
        margin-top: 4vw;
        list-style: none;
    }

    .List_Div li {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #f0f0f0;
        overflow: hidden;
    }

    .List_Pic_Div {
        float: left;
        width: 40vw;
        height: 28vw;
        margin-right: 15px;
        cursor: pointer;
    }

    .List_Pic_Div p {
        width: 40vw;
        height: 28vw;
        overflow: hidden;
    }

    .List_Pic_Div p img {
        width: 40vw;
        height: 28vw;
        transition: all 0.5s;
    }

    .List_Data_Div {
        display: block;
        width: 100%;
        height: 22px;
        margin-bottom: 15px;
        overflow: hidden;
    }

    .List_Div li h6 {
        display: block;
        width: 82px;
        height: 22px;

        line-height: 22px;
        font-size: 14px;

        color: #004D9F;
        transition: all 0.5s;
        z-index: 2;
    }

    .List_Text_Div {
        display: block;
        height: auto;
        overflow: hidden;
    }

    .List_Div li h4 {
        display: block;
        width: 100%;
        height: auto;
        line-height: 22px;
        font-size: 18px;
        color: #000;
        margin-bottom: 6px;
    }

    .List_Div li h4 a {
        color: #000;
    }

    .List_Div li h5 {
        display: none;
        line-height: 24px;
        font-size: 16px;
        color: #000;
    }

    .List_Div li h5 a {
        color: #000;
    }
}

/* 搜索 部分 */
@media (max-width:600px) {

    /* Search_Input_Div */
    .Search_Input_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
    }

    .Search_Input_Div .TopMenu_Search_Pop_Div {
        margin-top: 70px !important;
    }

    .Search_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        margin-bottom: 25px;
        overflow: hidden;
    }

    .Search_Div ul {
        width: 100%;
        list-style: none;
    }

    .Search_Div li {
        padding: 15px 0;
        border-top: 1px solid #E5E5E5;
        overflow: hidden;
        /* margin-bottom: 20px; */
    }

    /* .Search_Div li:hover {
        background-color: #e3e3e3;
        cursor: pointer;
    } */

    .Search_Div li h6 {
        display: block;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        color: #656565;
    }

    .Search_Div li h4 {
        display: block;
        width: 100%;
        height: auto;
        line-height: 24px;
        font-size: 18px;
        color: #000;
        font-weight: bold;
        margin-bottom: 6px;
      
    }

    .Search_Div li h4 a {
        color: #000;
    }

    .Search_Div li h5 {
        display: none;
        line-height: 24px;
        font-size: 16px;
        color: #000;
        /* margin-bottom: 20px; */
    }

    .Search_Div li h5 a {
        color: #000;
    }

    .Search_Div li span {
        color: #004CA0;
    }

    .Search_Result_Div {
        width: 100%;
        height: 48px;
        line-height: 48px;
        font-size: 14px;
        color: #004CA0;
        /* text-align: center; */
    }


    .TopMenu_Search_Pop_Div {
        margin: 0 auto;
        margin-top: 120px;
        width: 100%;
        height: 40px;
        border-radius: 20px;
        background-color: #004CA0;
    }

    .TopMenu_Search_Pop_Left {
        float: left;
        width: calc(100% - 60px);
        height: 40px;
        margin-left: 15px;
        line-height: 40px;
    }

    .TopMenu_Search_Pop_Left input {
        float: left;
        width: calc(100% - 60px);
        height: 40px;
        line-height: 40px;
        background-color: transparent;
        font-size: 16px;
        color: #FFF;
    }

    .TopMenu_Search_Pop_Left input::input-placeholder {
        color: #FFF;
    }

    .TopMenu_Search_Pop_Left input::-webkit-input-placeholder {
        color: #FFF;
    }

    .TopMenu_Search_Pop_Left input::-moz-placeholder {
        color: #FFF;
    }

    .TopMenu_Search_Pop_Left input::-moz-placeholder {
        color: #FFF;
    }

    .TopMenu_Search_Pop_Left input::-ms-input-placeholder {
        color: #FFF;
    }

    .TopMenu_Search_Pop_Right {
        float: right;
        margin-top: 10px;
        margin-right: 16px;
        width: 20px;
        height: 20px;
        overflow: hidden;
    }

    .TopMenu_Search_Pop_Right img {
        width: 20px;
        height: 20px;
    }
}

/* 其他 部分 */
@media (max-width:600px) {
    .Title_Div {
        height: 45px;
        font-size: 24px;
        font-weight: bold;
        line-height: 32px;
        color: #000;
        text-align: center;
        /* text-transform: uppercase; */
    }

    .Title_Div a {
        color: #000;
    }

    .Home_Banner_Box {
        position: relative;
        width: 100vw;
        height: auto;
        z-index: 1;
    }

    .Home_Banner_Swiper {
        position: relative;
        width: 100vw;
        height: auto;
        overflow: hidden;
    }

    .Home_Banner_Swiper p {
        width: 100vw;
        height: 47.5vw;
    }

    .Home_Banner_Swiper p img {
        width: 100vw;
        height: 47.5vw;
    }

    .Home_Banner_Swiper em {
        position: absolute;
        display: block;
        top: 0;
        width: 100vw;
        height: 47.5vw;
        background: rgba(8, 37, 79, 0.5);
        z-index: 2;
    }

    .Home_Banner_Swiper h4 {
        display: block;
        padding: 17px;
        width: calc(100% - 34px);
        height: auto;

        font-size: 20px;
        font-weight: bold;
        color: #004D9F;
        line-height: 26px;
        z-index: 3;
        text-transform: uppercase;
    }

    .Home_Banner_Swiper h4 a {
        color: #004D9F;
    }

    .Home_Banner_BTPrev {
        display: none;
    }

    .Home_Banner_BTNext {
        display: none;
    }

    .Home_Banner_pagination {
        font-size: 12px;
        text-align: center;
        top: calc(47.5vw - 20px);
        height: 10px !important;
    }

    .Home_Banner_pagination .swiper-pagination-bullet {
        border-radius: 5px;
        width: 8px;
        height: 8px;
        background-color: transparent;
        border: 1px solid #FFF;
        opacity: 1;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
    }

    .Home_Banner_pagination .swiper-pagination-bullet-active {
        background-color: #FFF;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
    }

    .Home_LatestGlobal_Box {
        width: 100vw;
        height: auto;
        padding: 36px 0 70px 0;
        background-color: #F5FAFF;
    }

    .Home_LatestGlobal_Div {
        height: auto;
        overflow: hidden;
    }

    .Home_Latest {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-bottom: 12vw;
    }

    .Home_Lates_Left {
        width: 92vw;
        margin-bottom: 4vw;
        height: auto;
    }

    .Home_Lates_Left p {
        width: 92vw;
    }

    .Home_Lates_Left p img {
        width: 92vw;
    }

    .Home_Lates_Left_Text {
        padding: 4vw;
        /* width: 460px; */
        height: auto;
        background-color: #1F94D7;
    }

    .Home_Lates_Left h4 {
        font-size: 16px;
        font-weight: bold;
        line-height: 22px;
        overflow: hidden;
        margin-bottom: 4px;
        color: #FFF;
    }

    .Home_Lates_Left h4 a {
        color: #FFF;
    }

    .Home_Lates_Left h5 {
        height: 20px;
        font-size: 14px;
        color: #FFF;
    }

    .Home_Lates_Left h4 a {
        color: #FFF;
    }

    .Home_Lates_Right {
        width: 92vw;
        height: auto;
    }

    .Home_Lates_Right p {
        float: right;
        width: 36vw;
        height: 36vw;
    }

    .Home_Lates_Right p img {
        width: 36vw;
        height: 36vw;
    }

    .Home_Lates_Right_Text {
        float: left;
        padding: 4vw;
        width: 48vw;
        height: 28vw;
        background-color: #004DA0;
    }

    .Home_Lates_Right h4 {
        font-size: 16px;
        height: auto;
        line-height: 20px;
        margin-bottom: 6px;
        color: #FFF;
    }

    .Home_Lates_Right h4 a {
        color: #FFF;
    }

    .Home_Lates_Right h5 {
        height: 18px;
        font-size: 14px;
        color: #FFF;
    }

    .Home_Global {
        width: 92vw;
        height: auto;
    }

    .Home_Global ul {
        padding: 4vw;
        height: auto;
        background-color: #FFF;
        overflow: hidden;
    }

    .Home_Global li {
        padding: 4vw 0;

        height: auto;
        font-size: 18px;
        line-height: 23px;
        color: #000;
        margin-bottom: 6px;
        border-bottom: 2px solid #F5FAFF;
    }

    .Home_Global li:first-child {
        padding-top: 0;
    }

    .Home_Global li h4 {
        font-size: 18px;
        line-height: 23px;
        color: #000;
        margin-bottom: 6px;
    }

    .Home_Global li h4 a {
        color: #000;
    }

    .Home_Global li h5 {
        padding-left: 24px;
        height: 23px;
        font-size: 16px;
        line-height: 23px;
        color: #004D9F;
        background: url(../images/Icon_Calendar.png) left center no-repeat;
        padding-bottom: 6px;
    }

    .Home_Global h6 {
        margin-top: 23px;
        margin-bottom: 23px;
        height: 23px;
        font-size: 16px;
        line-height: 23px;
        color: #004D9F;
        text-align: right;
    }

    .Home_Global h6 a {
        color: #004D9F;
    }

    /* Home_Inovation_Box */
    .Home_Inovation_Box {
        width: 100%;
        height: 128vw;
        overflow: hidden;
        background: url(../images/Mobile/Home_Innovation_BK.jpg) center center no-repeat;
        background-size: 100% 100%;
    }

    .Home_Inovation_Div {
        position: relative;
        padding: 18vw 0 16vw 0;
        height: auto;
        /* overflow: hidden; */
    }

    .Home_Inovation_Div .Title_Div {
        text-align: center;
        height: 16vw;
    }

    .Home_Inovation_Div .Title_Div a {
        color: #FFF;
    }

    .Home_Inovation_Swiper {
        margin: 0 auto;
        /* position: relative; */
        width: 42vw;
        height: 59vw;
        padding-bottom: 17vw;
    }

    .Home_Inovation_Swiper .swiper-slide {
        width: 42vw;
        height: 59vw;
        overflow: hidden;
        /* margin-right: 42px; */
    }

    .Home_Inovation_Swiper p {
        border-radius: 10px;
        width: 42vw;
        height: 59vw;
        overflow: hidden;
    }

    .Home_Inovation_Swiper p img {
        width: 42vw;
        height: 59vw;
    }

    .Home_Inovation_Swiper h4 {
        position: absolute;
        border-radius: 10px;
        bottom: 0;
        width: 42vw;
        height: 15vw;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 2vw;

        color: #FFF;
    }

    .Home_Inovation_Swiper h4 a {
        position: absolute;
        display: block;
        bottom: 26px;
        width: 100%;
        text-align: center;
        color: #FFF;
    }

    .Home_Inovation_BTPrev {
        position: absolute;
        left: auto;
        right: calc(4vw + 60px);
        /* top:45%; */
        bottom: 16vw;
        width: 9.5vw;
        height: 9.5vw;
        background: url(../images/Home_Banner_Prev.png);
        background-size: 9.5vw 9.5vw;
        z-index: 2;
        cursor: pointer;
    }

    .Home_Inovation_BTNext {
        position: absolute;
        left: auto;
        right: 4vw;
        /* top:45%; */
        bottom: 16vw;
        width: 9.5vw;
        height: 9.5vw;
        background: url(../images/Home_Banner_Next.png);
        background-size: 9.5vw 9.5vw;
        z-index: 2;
        cursor: pointer;
    }

    /* Home_Bussiness_Div */
    .Home_Bussiness_Div {
        height: auto;
        padding: 12vw 0 6vw 0;
        overflow: hidden;
    }

    .Home_Bussiness_Div .Title_Div {
        text-align: center;
        height: 16vw;
    }

    .Home_Bussiness_List {
        width: 100%;
        height: auto;
    }

    .Home_Bussiness_List ul {
        width: 100%;
        height: auto;

    }

    .Home_Bussiness_List li {
        float: left;
        width: 42vw;
        height: auto;
        padding: 0 2vw;
        display: flex;
        margin-bottom: 4vw;
        flex-wrap: wrap;
        justify-content: center;
    }

    .Home_Bussiness_List li p {
        width: 22vw;
        height: 22vw;
        margin-bottom: 10px;
    }

    .Home_Bussiness_List li p img {
        width: 22vw;
        height: 22vw;
        margin-bottom: 10px;
    }

    .Home_Bussiness_List li h4 {
        width: 100%;
        height: auto;
        font-size: 16px;
        line-height: 22px;
        min-height: 44px;
        text-align: center;
        color: #000;
        margin-bottom: 2vw;
    }

    .Home_Bussiness_List li h4 a {
        color: #000;
    }

    .Home_WorldWild_Box {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Home_WorldWild_Box .Title_Div {
        text-align: center;
    }

    .Home_InFocus_Box {
        width: 100%;
        height: auto;
        margin-top: 14.4vw;
        overflow: hidden;
    }

    .Home_InFocus_Box .Title_Div {
        text-align: center;
    }

    .Home_InFocus {
        position: relative;
        width: 100vw;
        height: 30vw;
        overflow: hidden;
    }

    .Home_InFocus p {
        position: relative;
        width: 100vw;
        height: 30vw;
    }

    .Home_InFocus p img {
        width: 100vw;
        height: 30vw;
    }

    .Home_InFocus_Block {
        position: absolute;
        top: 0;
        left: 2vw;
        margin-top: 8vw;
        width: 92vw;
        height: 10.6vw;
        padding-top: 3vw;
        background-color: rgba(255, 255, 255, 0.4);
        z-index: 2;
    }

    .Home_InFocus_Block img {
        margin: 0 auto;
        height: 28px;
    }

    .Home_Most_Box {
        width: 100%;
        height: auto;
        margin-top: 50px;
        overflow: hidden;
    }

    .Home_Most_Box .Title_Div {
        text-align: center;
        /* margin-bottom: 70px; */
    }

    .Home_Most {
        width: 92vw;
        height: auto;
        padding-bottom: 20px;
    }

    .Home_Most svg {

        width: 100%;
        /* SVG宽度自适应容器 */
        height: auto;
        /* SVG高度自适应容器 */
        /* transform:scale(0.24); */
    }

    /* Home_Nav_Box */
    .Home_Nav_Box {
        position: absolute;
        bottom: 5px;
        left: -50vw;
        width: 150vw;
        height: 11vw;
        z-index: 2;
        background: url(../images/Mobile/PubTitle_BK.png) center right no-repeat;
        background-size: 100vw 11vw;

    }

    .Home_Banner_Box img {
        width: 100vw;
        height: 27vw;
    }

    .Home_Nav_Div {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 32px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
        overflow: hidden;
    }

    .Home_Nav_Div h4 {
        float: right;
        margin-right: 4vw;
        display: inline;
        font-size: 18px;
        font-weight: bold;
        line-height: 32px;
        height: 32px;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        color: #FFF;
        text-transform: uppercase;
    }

    .Home_Nav_Div h4 a {
        color: #FFF;
        white-space: nowarp;
    }

    .Home_Nav_Div h5 {
        float: right;
        display: inline;
        margin-top: 7px;
        margin-right: 6px;
        font-size: 16px;
        line-height: 22px;
        height: 22px;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        color: #FFF;
    }

    .Home_Nav_Div h5 a {
        color: #FFF;
    }

    .Home_Nav_Div h6 {

        float: right;
        display: inline;
        width: 79vw;
        margin-right: 10px;
        height: 22px;
        background: url(../images/Nav_Line.png) center bottom repeat-x;
        /* background-size: 100% auto; */
    }

    .OB_Part_Box {
        position: relative;
        width: 100vw;
        height: auto;
        overflow: hidden;
    }

    .OB_Part_Info {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-bottom: 30px;
    }

    .OB_Part_Blue {
        position: relative;
        width: 92vw;
        padding: 8vw 4vw;
        background-color: #004DA0;
        overflow: hidden;
    }

    .OB_Part_Blue_Title {
        width: 100%;
        height: 50px;
        margin-bottom: 15px;
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-end;
        overflow: hidden;
    }

    .OB_Part_Blue_Title p {
        width: 40px;
        height: 33px;
        margin-bottom: 4px;
        overflow: hidden;
    }

    .OB_Part_Blue_Title p img {
        width: 40px;
        height: 33px;
    }

    .OB_Part_Blue_Title h4 {
        /* margin-top: 15px; */
        width: calc(100% - 44px);
        margin-left: 5px;
        /* height: 50px; */
        display: flex;
        align-content: flex-end;
        line-height: 25px;
        font-size: 20px;
        font-weight: bold;
        color: #FFF;
    }

    .OB_Part_Blue_Title h4 a {
        display: block;
        color: #FFF;
    }

    .OB_Part_Blue_Detail {
        width: 100%;
    }

    .OB_Part_Blue_Detail p {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        color: #FFF;
        margin-bottom: 22px;
    }

    .OB_Part_Blue_More {
        position: absolute;
        right: 4vw;
        top: 4vw;
        text-align: right;
        width: 90px;
        font-size: 14px;
        line-height: 22px;
        color: #FFF;
    }

    .OB_Part_Blue_More a {
        color: #FFF;
    }

    .OB_Block {
        margin: 0 auto;
        margin-top: 30px;
        width: 92vw;
        height: auto;
        overflow: hidden;
        z-index: 3;
    }

    .OB_Block_Type {
        float: right;
        width: 142px;
        height: 30px;
        background-color: #004DA0;
        text-align: center;
        font-size: 16px;
        line-height: 30px;
        color: #FFF;
    }

    .OB_Block_Type a {
        color: #FFF;
    }

    .OB_Block_Info {

        margin-top: 30px;
        padding: 6vw 4vw;
        width: 84vw;
        height: auto;
        background: url(../images/OurBusiness_Arrow.png) top right no-repeat;
        background-color: #F5FAFF;
    }

    .OB_Block_Title {
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        color: #000;
        /* margin-bottom: 30px; */
    }

    .OB_Block_Title a {
        color: #000;
    }

    .OB_Block_Info_Detail {
        display: none;
        font-size: 16px;
        line-height: 25px;
        color: #000;
        margin-bottom: 30px;
    }

    .OB_Block_Info_Detail p {
        color: #000;
    }

    .OB_Block_Info_List {
        width: 100%;
        height: auto;
    }

    .OB_Block_Info_List ul {
        width: 100%;
        height: auto;
    }

    .OB_Block_Info_List li {
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
        color: #000;
        height: auto;
        margin-bottom: 30px;
    }

    .OB_Block_Info_List li a {
        color: #000;
    }

    .OB_Part_Pic {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .OB_Part_Pic img {
        width: 100%;
    }

    .OB_Part1 {
        margin-top: 12vw;
    }

    .OB_Part1 .OB_Part_Info {
        /* height: 1070px;         */
    }

    .OB_Block1_1 {
        top: 132px;
        left: 980px;
    }

    .OB_Block1_2 {
        top: 455px;
        left: 320px;
    }

    .OB_Block1_3 {
        top: 620px;
        left: 980px;
    }

    .OB_Part2 {
        margin-top: 30px;
    }

    .OB_Part3 {
        margin-top: 30px;
    }

    .OB_Part4 {
        margin-top: 30px;
    }

    .OB_Part5 {
        margin-top: 30px;
    }

    .OB_Part6 {
        margin-top: 30px;
    }

    .OB_Part7 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    /* CSR_Info_Box */
    .CSR_Info_Box{
        width: 100%;
        height: auto;
        padding-bottom: 52vw;
        overflow: hidden; 
        background: url(../images/Mobile/CSR_Info_BK.jpg) center bottom no-repeat;
        background-size:100% auto;
    }
    .CSR_Info{
        margin: 0 auto;
        margin-top: 6vw;
        width: 92vw;
        height: auto;
        
        overflow: hidden;
    }
    .CSR_Info p{
        font-size: 16px;
        line-height: 24px;
        color: #004D9F;
        margin-bottom: 35px;
    }
    .CSR_Info h4{
        float: right;
        font-size: 14px;
        line-height: 28px;
        width: 98px;
        height: 28px;
        background-color: #004D9F;
        color: #FFF;
        text-align: center;
    }
    .CSR_Info h4 a{
        color: #FFF;
    }
    .CSR_Reports_Div{
        margin-top: 40px;
        margin-bottom: 40px;
        height: auto;
        overflow: hidden;
    }
    .CSR_Reports_Div .Title_Div{
        height: 45px;
        text-align: left;
    }
    .CSR_Reports ul{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .CSR_Reports li{
        float: left;
        padding:2vw;
        width: 40vw;
        height: auto;
        overflow: hidden;
        background-color: #F5FAFF;
        margin-right: 4vw;
        margin-bottom: 4vw;
    }
    .CSR_Reports li:nth-child(2n){
        margin-right: 0px;
    }
    .CSR_Reports li p{
        width: 40vw;
        height: 60vw;
        overflow: hidden;
        background-color: #F5FAFF;
    }
    .CSR_Reports li p img{
        width: 40vw;
        height: 60vw;       
    }
    .CSR_Reports li h4{        
        padding-top:2vw;
        height: 110px;
        font-size: 14px;
        color: #000;
        line-height: 22px;
        overflow: hidden;
    }
    .CSR_Reports li h4 a{
        color: #000;        
    }
    .CSR_Active{
        margin-top: 16px;
    }
    .CSR_Active .Title_Div{
        height: 42px;
    }
    .CSR_Active_Top{
        width: 100%;
        height: auto;
        overflow: hidden;
        /* margin-bottom: 10px; */
    }
    .CSR_Active_Block{
        position: relative;
        width: 92vw;
        height: 61vw;
        margin-bottom: 4vw;
        overflow: hidden;
    }
    .CSR_Active_Block p{        
        width: 92vw;
        height: 61vw;
        overflow: hidden;
    }
    .CSR_Active_Block p img{
        width: 92vw;
        height: 61vw;   
    }
    .CSR_Active_Txt{
        position: absolute;
        bottom:0;
        width: 88vw;
        padding:2vw;
        height: auto;
        z-index: 2;
        background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,1));
    }
    .CSR_Active_Txt h4{
        font-size: 14px;
        line-height: 20px;
        height: 20px;
        color: #FFF;
        margin-bottom: 10px;
    }
    .CSR_Active_Txt h5{
        font-size: 16px;
        line-height: 22px;
        height: auto;
        color: #FFF;
        margin-bottom: 0px;
    }
    .CSR_Active_Txt h5 a{
        color: #FFF;  
    }

    .CSR_Active_Bottom{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .CSR_Active_Bottom ul{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .CSR_Active_Bottom li{
        float: left;
        padding: 0;
        position: relative;
        width: 44vw;        
        height: 29vw;
        overflow: hidden;
        margin-right: 4vw;
        margin-bottom: 4vw;
    }
    .CSR_Active_Bottom li:nth-child(2n){
        margin-right: 0px;
    }
    .CSR_Active_Bottom li p{        
        padding: 0;
        position: relative;
        width: 44vw;        
        height: 29vw;
        overflow: hidden;
    }
    
    .CSR_Active_Bottom li p img{
        width: 44vw;        
        height: 29vw;    
    }

    .CSR_Active_Txt2{
        position: absolute;
        width: 40vw;
        bottom:0;
        padding:2vw;
        height: auto;
        z-index: 2;
        background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,1));
    }
    .CSR_Active_Txt2 h4{
        font-size: 14px;
        line-height: 20px;
        height: 24px;
        color: #FFF;
        margin-bottom: 4px;
    }
    .CSR_Active_Txt2 h5{
        font-size: 16px;
        line-height: 22px;
        height: auto;

        color: #FFF;
        margin-bottom: 0px;
    }
    .CSR_Active_Txt2 h5 a{
        display: block;
        max-height: 44px;
        color: #FFF;  
        overflow: hidden;
    }

    /* List_Type_Div */
    .List_Type_Div {
        height: auto;
        overflow: hidden;
    }

    .List_Type_Left {
        float: left;
        display: none;
        padding: 65px 0;
        padding-left: 30px;
        width: 255px;
        height: 420px;
        background-color: #004DA0;
        overflow: hidden;
    }


    .List_Type_Left ul {
        width: 255px;
        height: auto;
    }

    .List_Type_Left li {
        float: left;
        width: 215px;
        padding: 21px 20px;
        height: 30px;
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
        color: #FFF;
        background-color: #004D9F;
    }

    .List_Type_Left li a {
        color: #FFF;
    }

    .List_Type_Now {
        color: #004D9F !important;
        background-color: #FFF !important;
    }

    .List_Type_Now a {
        color: #004D9F !important;
    }

    .List_Type {
        width: 100%;
        height: auto;
        margin-bottom: 50px;
        overflow: hidden;
    }
    
    .List_Type ul {
        margin: 0 auto;
        width: 92vw;
        margin-top: 4vw;
        margin-bottom: 8vw;
        list-style: none;
    }
    
    .List_Type li {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #f0f0f0;
        overflow: hidden;
    }
    
    .ListT_Pic_Div {
        float: left;
        width: 40vw;
        height: 28vw;
        margin-right: 15px;
        cursor: pointer;
    }
    
    .ListT_Pic_Div p {
        width: 40vw;
        height: 28vw;
        overflow: hidden;
    }
    
    .ListT_Pic_Div p img {
        width: 40vw;
        height: 28vw;
        transition: all 0.5s;
    }
    
    .ListT_Text_Div {
        display: block;
        height: auto;
        overflow: hidden;
    }
    
    .ListT_Text_Div h4 {
        display: block;
        width: 100%;
        height: auto;
        line-height: 22px;
        font-size: 18px;
        color: #000;
        margin-bottom: 6px;
    }
    
    .ListT_Text_Div h4 a {
        color: #000;
    }
    
    .ListT_Text_Div h5 {
        display: none;
        line-height: 24px;
        font-size: 16px;
        color: #000;
    }
    
    .ListT_Text_Div h5 a {
        color: #000;
    }
	  	.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
	margin:10px 10px 15px;
}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

.m-style span {
    float: left;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #bdbdbd;
    font-size: 14px;
}

.m-style .active {
    float: left;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #ebebeb;
    color: #363738;
    font-size: 14px;
    border: 1px solid #CCCCCC;
}

.m-style a {
    float: left;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #f3f3ed;
    color: #a0a3a5;
    font-size: 14px;
    border: 1px solid #CCCCCC;
}

.m-style a:hover {
    color: #fff;
    background: #636566;
}

.m-style .next,
.m-style .prev {
    font-family: "Simsun";
    font-size: 12px;
    font-weight: bold;
}

.now,
.count {
    padding: 0 5px;
    color: #f00;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

.jump-ipt {
    float: left;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 10px;
}
.Search_Div li h4 b{ color:#004995;}
.modal-container{position:fixed;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.2);display:none}.modal-container .modal-content{width:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;box-sizing:border-box;padding:25px;text-align:center;font-size:20px;line-height:1.5;color:#333}.modal-container .modal-content em{color:#927f66}.modal-container .ok{display:block;width:115px;height:41px;text-align:center;line-height:41px;background:#004DA0;color:#fff;margin:25px auto 0}.isWap .modal-content{width:3.5rem;font-size:.3rem;padding:.4rem .2rem}.isWap .ok{width:1.76rem;height:.82rem}
}