/* PC */
/* Top菜单部分 */
@media (min-width:600px) {
    .TopBar_Box {
        position: absolute;
        top: 0;
        margin: 0 auto;
        margin-left: calc(50% - 960px);
        width: 1920px;
        height: 340px;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
        z-index: 2;
    }

    .TopMenu_Box {
        width: 1920px;
        height: 80px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    .TopMenu_Div {
        height: 80px;

        /* overflow: hidden; */
    }

    .TopMenu_Logo {
        float: left;
        margin-top: 17px;
        width: 230px;
        height: 49px;

    }

    .TopMenu_Logo img {
        width: 230px;
        height: 49px;
    }

    .TopMenu_Control_Div {
        float: right;
        width: 985px;
        height: 70px;
    }

    .Top_Menu_Top {
        float: right;
        width: 93px;
        padding-top: 27px;
        height: 53px;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        border-right: 1px solid rgba(255, 255, 255, 0.5);
       /* overflow: hidden;*/
        display: flex;
        justify-content: space-evenly;
    }
    /* 20241213 */
    .Top_Menu_Top_Block{
        position: relative;
        display: block;
        width: 30px;
    }
    .Top_Menu_Top_Block:hover .Main_Menu_L2 {
        display: block;
    }
    
    .Top_Menu_Top_Block .Main_Menu_L2 {
        display: none;
        position: absolute;
        left: calc(50% - 55px);
        /* min-width: 101px; */
        /* transform: translateX(-50%); */
        top: 45px;
        padding:5px 0 15px 0;
        width: 110px;
        background-color: #FFF;
        z-index: 2;
    }
    .Top_Menu_Top_Block .Main_Menu_L2::before{
        content: "";
        display: block;
        position: absolute;
        top:-5px;
        left: 0;
        height: 5px;
        width: 100%;
        background: url(../images/Lang_CN_Arrow.png) center center no-repeat;
        
    }
    
    .Top_Menu_Top_Block .Main_Menu_L2_List h4 {
        position: relative;
        display: block;
        line-height: 45px;
        height: 45px;
        width: auto;
        padding: 0 15px;
        /* min-width: 92px; */
        font-size: 16px;
        text-align: center;
        font-weight: normal;
        margin-bottom: 4px;
        cursor: pointer;
        white-space: nowrap;
    }
    
    .Top_Menu_Top_Block .Main_Menu_L2_List h4 a {
        color: #000;
    }
    
    
    .Top_Menu_Top_Block .Main_Menu_L2_List h4:hover {
        background-color: #004DA0;
    }
    
    .Top_Menu_Top_Block .Main_Menu_L2_List h4:hover a {
        color: #FFF;
    }
    
    .Top_Menu_Top_Block .Main_Menu_L2_List:hover h4 a:hover {
        color: #FFF;
    }

/* 20241213 END*/
    .TopMenu_Language {
        width: 30px;
        height: 30px;
    }

    .TopMenu_Language img {
        width: 30px;
        height: 30px;
    }

    .TopMenu_Search {
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .TopMenu_Search img {
        width: 30px;
        height: 30px;
    }

    .Menu_List_Div {
        float: left;
        width: 850px;
        height: 80px;
    }

    .Menu_List_Div ul {
        width: 100%;
        height: 80px;
        display: flex;
        justify-content: space-between;
    }

    .Menu_List_Div li {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 80px;
        padding: 0 15px;
        font-size: 18px;
        font-family: "Arial Narrow";
        line-height: 80px;
        color: #FFF;
    }

    .Menu_List_Div li:hover {
        background-color: #FFF;
    }

    .Menu_List_Div li a {
        color: #FFF;
        /* text-decoration: none; */
    }

    .Menu_List_Div li:hover a {
        color: #000;
    }

    .Main_Menu_Li {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 55px;
        padding-bottom: 15px;
    }

    .Menu_List_Div li:hover .Main_Menu_L2 {
        display: block;
    }

    .Menu_List_Div .Main_Menu_L2 {
        display: none;
        position: absolute;
        left: 0;
        /* min-width: 101px; */
        /* transform: translateX(-50%); */
        top: 80px;
        padding: 0 0 15px 0;
        width: auto;
        background-color: #FFF;
        z-index: 2;
    }

    .Menu_List_Div .Main_Menu_L2 h4 {
        position: relative;
        display: block;
        line-height: 45px;
        height: 45px;
        width: auto;
        padding: 0 15px;
        /* min-width: 92px; */
        font-size: 16px;
        text-align: left;
        font-weight: normal;
        margin-bottom: 4px;
        cursor: pointer;
        white-space: nowrap;
    }

    .Menu_List_Div .Main_Menu_L2 h4 a {
        color: #000;
    }


    .Menu_List_Div .Main_Menu_L2 h4:hover {
        background-color: #004DA0;
    }

    .Menu_List_Div .Main_Menu_L2 h4:hover a {
        color: #FFF;
    }

    .Menu_List_Div .Main_Menu_L2:hover h4 a:hover {
        color: #FFF;
    }

    .TopMenu_Search_Pop {
        display: none;
        position: absolute;
        /* margin-left: calc(50% - 960px); */
        width: 1920px;
        left: 0;
        height: 250px;
        top: 80px;
        /* left: -260px; */
        background-color: #FFF;
        z-index: 12;
    }

    .TopMenu_Search_Pop_Div {
        margin: 0 auto;
        margin-top: 100px;
        width: 606px;
        height: 58px;
        border-radius: 29px;
        background-color: #004DA0;
    }

    .TopMenu_Search_Pop_Left {
        float: left;
        width: 430px;
        height: 58px;
        margin-left: 25px;
        line-height: 58px;
    }

    .TopMenu_Search_Pop_Left input {
        float: left;
        width: 430px;
        height: 58px;
        line-height: 58px;
        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: 20px;
        margin-right: 27px;
        width: 17px;
        height: 18px;
    }

    .TopMenu_Search_Pop_Right img {

        width: 17px;
        height: 18px;

    }
}

/* 翻页控制部分 */
@media (min-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: 100px;
        /* 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 (min-width:600px) {
    .Nav_Box {
        width: 100%;
        height: 60px;
        width: 100%;
    }

    .Nav_Div {
        height: 60px;
        line-height: 60px;
        font-family: 'Times New Roman';
        font-size: 16px;
        color: #000;
    }

    .Nav_Div a {
        color: #000;
    }
}

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

    /* Bottom_Box */
    .Bottom_Box {
        margin: 0 auto;
        width: 1920px;
        margin-left: calc(50% - 960px);
        height: auto;
        background-color: #043873;
        overflow: hidden;
    }

    .Bottom_Top {
        height: 540px;
        overflow: hidden;
        background-color: #063D7B;
    }

    .Bottom_Info {
        padding-top: 32px;
        height: 82px;
    }

    .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: 1400px;
        height: 686px;
    }

    .Bottom_Top_Left {
        float: left;
        padding-left: 25px;
        width: 375px;
        height: 480px;
        padding-top: 60px;
        background-color: #004DA0;
    }

    .Bottom_Top_Left ul {
        width: 375px;
        height: 480px;
    }

    .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: 42px;
        color: #D8EBFF;
    }

    .Bottom_Title a {
        color: #D8EBFF;
    }


    .Bottom_Top_Mid {
        float: left;
        /* padding-left: 25px; */
        width: 490px;
        height: 480px;
        padding-top: 60px;
        background-color: #024995;
    }

    .Botttom_ContactPic {
        width: 490px;
        height: 226px;
    }

    .Botttom_ContactPic img {
        width: 490px;
        height: 226px;
    }

    .Botttom_Contact {
        padding-top: 24px;
    }

    .Botttom_Contact_left {
        float: left;
        padding-left: 15px;
        width: 68px;

    }

    .Botttom_Contact_Right {
        float: left;
        width: 402px;
    }

    .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: 30px;
    }

    .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 {
        float: left;
        padding: 60px 25px 0 25px;
        width: 340px;
        height: 480px;
        padding-top: 60px;
        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 (min-width:600px) {

    /* List_Banner_Box */
    .List_Banner_Box {
        margin: 0 auto;
        margin-left: calc(50% - 960px);
        width: 1920px;
        height: 400px;
        overflow: hidden;
    }

    .List_Banner_Div {
        width: 1920px;
        height: 400px;
    }

    .List_Banner_Div img {
        width: 1920px;
        height: 400px;
    }

    .List_Type_Box {
        margin: 0 auto;
        margin-left: calc(50% - 960px);
        width: 1920px;
        height: 140px;
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 72px;
    }



    .List_Div {
        margin: 0 auto;
        margin-left: calc(50% - 640px);
        height: auto;
        margin-bottom: 65px;
        margin-top: 35px;
        overflow: hidden;
    }

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

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



    .List_Pic_Div {
        float: left;
        width: 381px;
        height: 254px;
        margin-right: 15px;
        cursor: pointer;
    }

    .List_Pic_Div p {
        width: 381px;
        height: 254px;
        overflow: hidden;
    }

    .List_Pic_Div p img {
        width: 381px;
        height: 254px;
        transition: all 0.5s;
    }

    .List_Pic_Div:hover img {
        scale: 1.2;
        transition: all 0.5s;
    }

    .List_Pic_Div:hover h6 {
        transition: all 0.5s;
        opacity: 0;
    }

    .List_Pic_Div:hover em {
        transition: all 0.5s;
        opacity: 1;
    }

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

    .List_Div li h6 {
        display: block;
        height: 24px;
        line-height: 24px;
        font-size: 16px;
        text-align: left;
        color: #004D9F;
        transition: all 0.5s;
        z-index: 2;
        margin-bottom: 8px;
    }

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

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

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

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

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

/* 文章 部分 */
@media (min-width:600px) {
    .Artical_Div {
        margin: 0 auto;
        margin-top: 70px;
        width: 1280px;
        margin-left: calc(50% - 640px);
        height: auto;
        overflow: hidden;
    }

    /* 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: 32px;
        font-size: 40px;
        font-weight: bold;
        line-height: 48px;
        color: #000;
        /* text-transform: uppercase; */
    }

    .Artical_Content_Title a {
        color: #000;
    }

    .Artical_Content_Info_Div {
        padding: 15px;
        height: 24px;
        background-color: #F5FAFF;
        /* border-bottom: 2px solid #E7EFFB; */
    }

    .Artical_Content_Info {
        float: left;
        width: 50%;
        font-size: 16px;
        line-height: 24px;
    }

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

    .Artical_Content_Info h4 a {
        color: #656565;
    }

    .Artical_Link{
        float: right;
        width: 135px;
        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 h5 {
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 16px;
        padding-right: 10px;
        padding-left: 10px;
        line-height: 25px;
        color: #656565;
    }

    .Artical_Content_Info h5 a {
        color: #656565;
    }

    .Artical_Content_Text_Div {
        width: 1130px;
        height: auto;
        padding:60px 75px 0 75px;         
        /* 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: 20px;
        line-height: 32px;
        color: #000;
        margin-bottom: 48px;
    }

    .Artical_Content_Text p img {
        margin: 0 auto;
        padding-top: 12px;
        padding-bottom: 14px;
        /*width: 600px;*/
    }

    .Artical_Content_Text span {
        display: block;
        margin: 0 auto;
        width: 600px;
        font-size: 16px;
        color: #000;
        line-height: 24px;
        text-align: center;
        margin-bottom: 50px;
    }

    .Artical_Content_Text span img {

        width: 800px;
    }

    .Artical_Content_Text em {
        /*display: block;
        margin: 0 auto;
        width: 576px;
        font-size: 16px;
        line-height: 22px;
        color: #434343;
        margin-bottom: 40px;*/
		font-style: italic;
    }

    /* Artical_Related_Div */
    .Artical_Related_Div {
        width: 100%;
        height: auto;
        margin-bottom: 110px;
    }

    .Artical_Related_Title {
        height: 60px !important;
    }

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

    .Artical_Related_List ul {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
    }

    .Artical_Related_List li {
        width: 410px;
        height: auto;
        overflow: hidden;
        /* background-color: #F0F0F0; */
    }
    .Artical_Related_List li p{
        width: 410px;
        height: 274px;
        margin-bottom: 20px;
    }
    .Artical_Related_List li p img{
        width: 410px;
        height: 274px;
    }

    .Artical_Related_List li h5 {
        font-size: 16px;
        height: 24px;
        line-height: 24px;
        color: #0011A9;
        margin-bottom: 13px;
    }

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

    .Artical_Related_List li h4 a {
        color: #000;
    }
    .Artical_Div .PageControl_Div{
        margin-bottom: 70px!important;
    }
}

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

    /* Search_Input_Div */
    .Search_Input_Div {
        margin: 0 auto;
        width: 1280px;
        margin-left: calc(50% - 640px);
        height: 160px;
    }

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

    .Search_Div {
        margin: 0 auto;
        margin-left: calc(50% - 640px);
        width: 1280px;
        height: auto;
        margin-bottom: 25px;
        overflow: hidden;
    }

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

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

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

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

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

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

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

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

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

    .Search_Result_Div {
        margin-top: 35px;
        width: 100%;
        height: 64px;
        line-height: 30px;
        font-size: 20px;
        color: #004D9F;
        /* text-align: center; */
    }

}

/* 其他 部分 */
@media (min-width:600px) {
    .Title_Div {
        height: 75px;
        font-size: 40px;
        font-weight: bold;
        line-height: 55px;
        color: #000;
        /* text-transform: uppercase; */
    }

    .Title_Div a {
        color: #000;
    }

    .Home_Banner_Box {
        position: relative;
        margin: 0 auto;
        margin-left: calc(50% - 960px);
        width: 1920px;
        height: auto;
        z-index: 1;
    }

    .Home_Banner_Swiper {
        position: relative;
        width: 1920px;
        height: 910px;
        overflow: hidden;
    }

    .Home_Banner_Swiper p {
        width: 1920px;
        height: 910px;
    }

    .Home_Banner_Swiper p img {
        width: 1920px;
        height: 910px;
    }

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

    .Home_Banner_Swiper h4 {
        position: absolute;
        display: block;
        left: 320px;
        top: 300px;
        width: 880px;
        height: 500px;

        font-size: 48px;
        font-weight: bold;
        color: #FFF;
        line-height: 64px;
        z-index: 3;

        text-transform: uppercase;
    }

    .Home_Banner_Swiper h4 a {
        color: #FFF;
    }

    .Home_Banner_BTPrev {
        position: absolute;
        left: auto;
        right: 380px;
        /* top:45%; */
        bottom: 85px;
        width: 45px;
        height: 45px;
        background: url(../images/Home_Banner_Prev.png);
        z-index: 2;
        cursor: pointer;
    }

    .Home_Banner_BTNext {
        position: absolute;
        left: auto;
        right: 320px;
        /* top:45%; */
        bottom: 85px;
        width: 45px;
        height: 45px;
        background: url(../images/Home_Banner_Next.png);
        z-index: 2;
        cursor: pointer;
    }

    .Home_Banner_pagination {
        font-size: 12px;
        left: 320px !important;
        right: 0 !important;
        top: 250px !important;
        width: 100px !important;
        height: 10px !important;
    }

    .Home_Banner_pagination .swiper-pagination-bullet {
        border-radius: 5px;
        width: 10px;
        height: 10px;
        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 {
        margin: 0 auto;
        margin-left: calc(50% - 960px);
        width: 1920px;
        height: auto;
        padding: 88px 0 115px 0;
        background-color: #F5FAFF;
    }

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

    .Home_Latest {
        float: left;
        width: 810px;
        height: auto;
    }

    .Home_Lates_Left {
        float: left;
        width: 500px;
        height: auto;
    }

    .Home_Lates_Left p {
        width: 500px;
        height: 334px;
    }

    .Home_Lates_Left p img {
        width: 500px;
        height: 334px;
    }

    .Home_Lates_Left_Text {
        padding: 20px;
        width: 460px;
        height: 147px;
        background-color: #1F94D7;
    }

    .Home_Lates_Left h4 {
        font-size: 24px;
        font-weight: bold;
        height: 123px;
        overflow: hidden;
        color: #FFF;
    }

    .Home_Lates_Left h4 a {
        color: #FFF;
    }

    .Home_Lates_Left h5 {
        height: 24px;
        font-size: 16px;
        color: #FFF;
    }

    .Home_Lates_Left h4 a {
        color: #FFF;
    }

    .Home_Lates_Right {
        float: right;
        width: 300px;
        height: auto;
    }

    .Home_Lates_Right p {
        width: 300px;
        height: 300px;
    }

    .Home_Lates_Right p img {
        width: 300px;
        height: 300px;
    }

    .Home_Lates_Right_Text {
        padding: 20px;
        width: 260px;
        height: 180px;
        background-color: #004DA0;
    }

    .Home_Lates_Right h4 {
        font-size: 20px;
        height: 145px;
        line-height: 28px;
        overflow: hidden;
        color: #FFF;
    }

    .Home_Lates_Right h4 a {
        color: #FFF;
    }

    .Home_Lates_Right h5 {
        height: 24px;
        font-size: 16px;
        color: #FFF;
    }

    .Home_Global {
        float: right;
        width: 435px;
        height: auto;
    }

    .Home_Global ul {
        padding: 32px 24px;
        width: 387px;
        height: 456px;
        background-color: #FFF;
        overflow: hidden;
    }

    .Home_Global li {
        padding: 32px 0;
        width: 387px;
        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;
    }

    .Home_Global h6 {
        margin-top: 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 {
        margin: 0 auto;
        margin-left: calc(50% - 960px);
        width: 1920px;
        height: 950px;
        overflow: hidden;
        background: url(../images/Home_Innovation_BK.jpg) center center no-repeat;
    }

    .Home_Inovation_Div {
        padding: 210px 0 100px 0;
        height: auto;
        /* overflow: hidden; */
    }

    .Home_Inovation_Div .Title_Div {
        text-align: center;
        margin-bottom: 110px;
    }

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

    .Home_Inovation_Swiper {
        position: relative;
        width: 1280px;
        height: 470px;
    }

    .Home_Inovation_Swiper .swiper-slide {
        width: 250px;
        height: 350px;

        overflow: hidden;
        /* margin-right: 42px; */
    }

    .Home_Inovation_Swiper p {
        border-radius: 10px;
        width: 250px;
        height: 350px;
        overflow: hidden;
    }

    .Home_Inovation_Swiper p img {
        width: 250px;
        height: 350px;
    }

    .Home_Inovation_Swiper h4 {
        position: absolute;
        border-radius: 10px;
        bottom: 0;
        width: 250px;
        height: 150px;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 25px;

        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: 60px;
        /* top:45%; */
        bottom: 0px;
        width: 45px;
        height: 45px;
        background: url(../images/Home_Banner_Prev.png);
        z-index: 2;
        cursor: pointer;
    }

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

    /* Home_Bussiness_Div */
    .Home_Bussiness_Div {
        height: auto;
        padding: 125px 0 60px 0;
        overflow: hidden;
    }

    .Home_Bussiness_Div .Title_Div {
        text-align: center;
        margin-bottom: 80px;
    }

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

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

    }

    .Home_Bussiness_List li {
        float: left;
        width: 280px;
        height: auto;
        padding: 0 20px;
        display: flex;
        margin-bottom: 60px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .Home_Bussiness_List li p {
        width: 105px;
        height: 105px;
        margin-bottom: 13px;
    }

    .Home_Bussiness_List li p img {
        width: 105px;
        height: 105px;
        margin-bottom: 13px;
    }

    .Home_Bussiness_List li h4 {
        width: 100%;
        height: auto;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        color: #000;
        margin-bottom: 13px;
    }

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

    .Home_WorldWild_Box {
        margin: 0 auto;
        margin-left: calc(50% - 960px);
        width: 1920px;
        height: auto;
        overflow: hidden;
    }

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

    .Home_InFocus_Box {
        margin: 0 auto;
        margin-top: 110px;
        margin-left: calc(50% - 960px);
        width: 1920px;
        height: auto;
        overflow: hidden;
    }

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

    .Home_InFocus {
        position: relative;
        width: 1920px;
        height: 566px;
        overflow: hidden;
    }

    .Home_InFocus p {
        position: relative;
        width: 1920px;
        height: 566px;
    }

    .Home_InFocus p img {
        width: 1920px;
        height: 566px;
    }

    .Home_InFocus_Block {
        position: absolute;
        top: 0;
        left: calc(50% - 640px);
        margin-top: 190px;
        width: 1280px;
        height: 148px;
        padding-top: 40px;
        background-color: rgba(255, 255, 255, 0.4);
        z-index: 2;
    }

    .Home_InFocus_Block img {
        margin: 0 auto;
        width: 971px;
        height: 97px;
    }

    .Home_Most_Box {
        margin: 0 auto;
        margin-top: 90px;
        margin-left: calc(50% - 960px);
        width: 1920px;
        height: auto;
        overflow: hidden;
    }

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

    .Home_Most {
        width: 100%;
        height: 575px;
        padding-bottom: 40px;
    }

    /* Home_Nav_Box */
    .Home_Nav_Box {
        position: absolute;
        bottom: 50px;
        left: -960px;
        width: 2880px;
        z-index: 2;
        height: 123px;
        background: url(../images/PubTitle_BK.png) center right no-repeat;
    }

    .Home_Nav_Div {
        position: absolute;
        right: 320px;
        bottom: 0;
        height: 70px;
        /* width: 640px; */
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
    }

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

    .Home_Nav_Div h4 a {
        color: #FFF;
    }

    .Home_Nav_Div h5 {
        float: right;
        display: inline;
        margin-top: 18px;
        margin-right: 15px;
        font-size: 26px;
        line-height: 36px;
        height: 36px;
        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: 1920px;
        margin-right: 10px;
        height: 44px;
        background: url(../images/Nav_Line.png) center bottom repeat-x;
    }

    .OB_Part_Box {
        position: relative;
        margin: 0 auto;
        margin-left: calc(50% - 960px);
        width: 1920px;
        height: auto;
        overflow: hidden;
    }

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

    .OB_Part_Blue {
        position: relative;
        width: 980px;
        padding: 45px 35px;
        padding-left: 320px;
        min-height: 325px;
        background-color: #004DA0;
    }

    .OB_Part_Blue_Title {
        width: 920px;
        height: 73px;
        margin-bottom: 15px;
        overflow: hidden;
    }

    .OB_Part_Blue_Title p {
        float: left;
        width: 78px;
        height: 65px;
        margin-right: 5px;
        overflow: hidden;
    }

    .OB_Part_Blue_Title h4 {
        float: left;
        margin-top: 15px;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;

        height: 55px;
        line-height: 55px;
        font-size: 40px;
        font-weight: bold;
        color: #FFF;
    }

    .OB_Part_Blue_Title h4 a {
        color: #FFF;
    }

    .OB_Part_Blue_Detail {
        width: 620px;
    }

    .OB_Part_Blue_Detail p {
        width: 100%;
        font-size: 16px;
        line-height: 25px;
        color: #FFF;
        margin-bottom: 32px;
    }

    .OB_Part_Blue_More {
        position: absolute;
        right: 20px;
        top: 20px;
        text-align: right;
        width: 90px;
        font-size: 18px;
        line-height: 26px;
        color: #FFF;
    }

    .OB_Part_Blue_More a {
        color: #FFF;
    }

    .OB_Block {
        position: absolute;
        width: 620px;
        height: auto;
        overflow: hidden;
        z-index: 3;
    }

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

    .OB_Block_Type a {
        color: #FFF;
    }

    .OB_Block_Info {
        margin-top: 42px;
        padding: 52px 24px;
        width: 572px;
        height: auto;
        background: url(../images/OurBusiness_Arrow.png) top right no-repeat;
        background-color: #F5FAFF;
    }

    .OB_Block_Title {
        font-size: 20px;
        font-weight: bold;
        line-height: 28px;
        color: #000;
        margin-bottom: 30px;
    }

    .OB_Block_Title a {
        color: #000;
    }

    .OB_Block_Info_Detail p {
        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: 20px;
        font-weight: bold;
        line-height: 28px;
        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_Part1 {
        margin-top: 60px;
    }

    .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: 100px;
    }

    .OB_Part2 .OB_Part_Info {
        height: 1000px;
    }

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

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

    .OB_Part3 {
        margin-top: 100px;
    }

    .OB_Part3 .OB_Part_Info {
        height: 1000px;
    }

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

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

    .OB_Part4 {
        margin-top: 90px;
    }

    .OB_Part4 .OB_Part_Info {
        height: 720px;
    }

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

    .OB_Part5 {
        margin-top: 60px;
    }

    .OB_Part5 .OB_Part_Info {
        height: 1070px;
    }

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

    .OB_Block5_2 {
        top: 520px;
        left: 320px;
    }

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

    .OB_Part6 {
        margin-top: 90px;
    }

    .OB_Part6 .OB_Part_Info {
        height: 720px;
    }

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

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

    .OB_Part7 .OB_Part_Info {
        height: 1000px;
    }

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

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

    /* CSR_Info_Box */
    .CSR_Info_Box {
        margin: 0 auto;
        margin-left: calc(50% - 960px);
        width: 1920px;
        height: 935px;
        overflow: hidden;
        background: url(../images/CSR_Info_BK.jpg) center center no-repeat;
    }

    .CSR_Info {
        margin-top: 85px;
        margin-left: 960px;
        height: auto;
        width: 640px;
        overflow: hidden;
    }

    .CSR_Info p {
        font-size: 18px;
        line-height: 28px;
        color: #004D9F;
        margin-bottom: 35px;
    }

    .CSR_Info h4 {
        float: right;
        font-size: 18px;
        line-height: 40px;
        width: 145px;
        height: 40px;
        background-color: #004D9F;
        color: #FFF;
        text-align: center;
        margin-bottom: 35px;
    }

    .CSR_Info h4 a {
        color: #FFF;
    }

    .CSR_Reports_Div {
        margin-top: 85px;
        margin-bottom: 90px;
        height: auto;
        overflow: hidden;
    }

    .CSR_Reports_Div .Title_Div {
        height: 80px;
    }

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

    .CSR_Reports li {
        float: left;
        padding: 22px;
        width: 240px;
        height: 506px;
        overflow: hidden;
        background-color: #F5FAFF;
        margin-right: 48px;
        margin-bottom: 62px;
    }

    .CSR_Reports li:nth-child(4n) {
        margin-right: 0px;
    }

    .CSR_Reports li p {
        width: 240px;
        height: 325px;
        overflow: hidden;
        background-color: #F5FAFF;
    }

    .CSR_Reports li p img {
        width: 240px;
        height: 325px;
    }

    .CSR_Reports li h4 {
        padding-top: 22px;
        height: 112px;
        font-size: 20px;
        color: #000;
        line-height: 28px;
        overflow: hidden;
    }

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

    .CSR_Active {
        margin-top: 36px;
    }

    .CSR_Active .Title_Div {
        height: 76px;
    }

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

    .CSR_Active_Block {
        float: left;
        position: relative;
        width: 635px;
        height: 424px;
        overflow: hidden;
    }

    .CSR_Active_Block p {
        width: 635px;
        height: 424px;
        overflow: hidden;
    }

    .CSR_Active_Block p img {
        width: 635px;
        height: 424px;
    }

    .CSR_Active_Txt {
        position: absolute;
        bottom: 0;
        width: 595px;
        padding: 20px;
        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: 16px;
        line-height: 24px;
        height: 24px;
        color: #FFF;
        margin-bottom: 10px;
    }

    .CSR_Active_Txt h5 {
        font-size: 20px;
        line-height: 28px;
        height: auto;
        color: #FFF;
        margin-bottom: 0px;
    }

    .CSR_Active_Txt h5 a {
        color: #FFF;
    }

    .CSR_Active_Block2 {
        float: right;
    }

    .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: 420px;
        height: 280px;
        overflow: hidden;
        margin-right: 10px;
    }

    .CSR_Active_Bottom li:last-child {
        margin-right: 0px;
    }

    .CSR_Active_Bottom li p {
        padding: 0;
        position: relative;
        width: 420px;
        height: 280px;
        overflow: hidden;
    }

    .CSR_Active_Bottom li p img {
        width: 420px;
        height: 280px;
    }

    .CSR_Active_Txt2 {
        position: absolute;
        width: 380px;
        bottom: 0;
        padding: 20px;
        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: 16px;
        line-height: 24px;
        height: 24px;
        color: #FFF;
        margin-bottom: 10px;
    }

    .CSR_Active_Txt2 h5 {
        font-size: 20px;
        line-height: 28px;
        height: auto;
        color: #FFF;
        margin-bottom: 0px;
    }

    .CSR_Active_Txt2 h5 a {
        color: #FFF;
    }

    /* List_Type_Div */
    .List_Type_Div {
        margin-top: 75px;
        height: auto;
        overflow: hidden;
    }

    .List_Type_Left {
        float: left;
        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 {
        float: right;
        width: 950px;
    }


    .List_Type ul {
        width: 100%;
        list-style: none;
        margin-bottom: 60px;
    }

    .List_Type li {
        width: 100%;
        padding: 35px 0;
        border-bottom: 1px solid #e5e5e5;
        overflow: hidden;
    }
    .List_Type li:first-child{
        padding-top:0;
    }


    .ListT_Pic_Div {
        float: left;
        width: 271px;
        height: 181px;
        margin-right: 20px;
        cursor: pointer;
    }

    .ListT_Pic_Div p {
        width: 271px;
        height: 181px;
        overflow: hidden;
    }

    .ListT_Pic_Div p img {
        width: 271px;
        height: 181px;
        transition: all 0.5s;
    }

    .ListT_Pic_Div:hover img {
        scale: 1.2;
        transition: all 0.5s;
    }
    .ListT_Text_Div {
        display: block;
        height: auto;
        overflow: hidden;
    }


    .ListT_Text_Div h6 {
        display: block;
        height: 24px;
        line-height: 24px;
        font-size: 16px;
        text-align: left;
        color: #004D9F;
        transition: all 0.5s;
        z-index: 2;
        margin-bottom: 8px;
    }


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

    .ListT_Text_Div h4 a {
        color: #000;
    }

    .ListT_Text_Div h5 {
        display: block;
        line-height: 25px;
        font-size: 16px;
        color: #000;
    }

    .ListT_Text_Div h5 a {
        color: #000;
    }
		.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
    margin:40px 270px 50px;
}

.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: 28px;
    height: 28px;
    line-height: 28px;
    color: #bdbdbd;
    font-size: 14px;
}

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

.m-style a {
    float: left;
    margin: 0 5px;
    width: 34px;
    height: 28px;
    line-height: 28px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
    font-size: 14px;
}

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

.m-style .next,
.m-style .prev {
    font-family: "Simsun";
    font-size: 16px;
    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: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;
}
.Search_Div li h4 b{ color:#004995;}
/*.modal-container .modal-content{width:430px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;box-sizing:border-box;padding:35px;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:#927f66;color:#fff;margin:25px auto 0}*/
}

  #displaypagenum {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: auto;
    height: 50px;
    min-width: 100px;
    margin-top: 100px;
  }

  #displaypagenum center {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: auto;
    height: 50px;
  }

  #displaypagenum 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;
	}
	
  #displaypagenum span {
    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;
  }

  #displaypagenum .NumOn{
    background-color: #004DA0;
    color: #fff !important;
  }
  
  .Artical_Body iframe {
    max-width: 100%;
    aspect-ratio: 16 / 9;
}
.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:430px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;box-sizing:border-box;padding:35px;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:4.3rem;font-size:.3rem;padding:.4rem .2rem}.isWap .ok{width:1.76rem;height:.82rem}