/* PC */
/* Top菜单部分 */
@media (min-width:600px) {
    .App {
        margin: 0 auto;
        margin-left: calc(50% - 960px);
        width: 1920px;
        height: auto;
        /* overflow: hidden; */
    }

    .Top_Box {
        width: 100%;
        height: auto;
        background: url(../images/Top_BK.png) top center repeat-x;
        overflow: hidden;
    }

    .Top_Div {

        padding-top: 68px;

        height: 177px;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
    }

    .Top_Logo {
        margin-top: 60px;
        margin-left: 105px;
        width: 168px;
        height: 66px;
    }

    .TopMenu_Logo img {
        width: 168px;
        height: 66px;
    }

    .Top_Logo2 {
        width: 607px;
        height: 145px;
    }


    .Top_Control_Div {
        margin-top: 78px;
        margin-right: 100px;
        width: 164px;
        height: 48px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    .Top_Language {
        width: 112px;
        height: 48px;
        font-size: 16px;
        font-family: "微软雅黑";
        line-height: 48px;
        color: #141414;
        text-align: center;
        background-color: #E0E0E0;
    }

    .Top_Language a {
        color: #141414;
    }

    .Top_Search {
        width: 26px;
        height: 26px;
        cursor: pointer;
    }

    .Top_Search img {
        width: 26px;
        height: 26px;
    }



    .Menu_List_Div {
        border-top: 10px solid #CCC;
        width: 100%;
        height: 114px;
        border-bottom: 1px solid #88D1EF;
    }

    .Menu_List_Div ul {
        position: absolute;
        top: -10px;
        margin-left: 155px;

        width: 1290px;
        height: 124px;
        display: flex;
        justify-content: space-between;

    }

    .Menu_List_Div li {
        border-top: 10px solid #ccc;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 114px;
        padding: 0 8px;
        font-size: 14px;
        line-height: 114px;
        /* font-weight: bold; */
        color: #FFF;
    }

    /* 
    .Menu_List_Div li::after {
        content: " ";
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 2px;
        height: 24px;
        background: url(../images/Dot_Menu.png) center center no-repeat;
    } */

    .Menu_List_Div li a {
        display: block;
        color: #FFF;
        height: 114px;
        text-decoration: none;
		text-transform: uppercase;
    }

    .Menu_List_Div li:hover a {
        color: #FFF;

    }

    .Menu_List_Div li:hover {
        border-top: 10px solid #005392;
        background-color: #005392;
    }

    .Menu_List_Now {
        border-top: 10px solid #005392 !important;
        background-color: #005392;
    }

    .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: 200px;
        /* transform: translateX(-50%); */
        top: 44px;
        padding: 15px 0 40px 0;
        width: auto;
        background-color: rgba(216, 137, 114, 0.95);
        z-index: 2;
    }

    .Menu_List_Div .Main_Menu_L2 h4 {
        position: relative;
        display: block;
        line-height: 24px;
        height: 24px;
        padding: 12px;
        width: auto;
        /* 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: #FFF;
    }


    .Menu_List_Div .Main_Menu_L2 h4:hover {
        background-color: #C1755F;
    }

    .Top_Search_Pop {
        display: none;
        position: absolute;
        width: 1600px;
        height: 685px;
        padding-top: 115px;
        top: 10px;
        background-color: rgba(0, 94, 165, 0.8);
        z-index: 12;
    }

    .Top_Search_Pop_Div {
        margin: 0 auto;
        position: relative;
        width: 800px;
        height: 90px;
    }

    .Top_Search_Pop_Search {
        width: 800px;
        padding: 23px 0;
        height: 44px;
        display: flex;
        justify-content: space-between;
        border: 1px solid #FFF;
    }


    .Top_Search_Pop_Search h4 {
        width: 92px;
        height: 44px;
        line-height: 44px;
        font-size: 22px;
        text-align: center;
        border-right: 1px solid #FFF;
        color: #FFF;
    }

    .Top_Search_Pop_Search input {
        width: 600px;
        line-height: 44px;
        font-size: 22px;
        color: #FFF;
        background-color: transparent;
    }

    .Top_Search_Pop_Left input::input-placeholder {
        color: #FFF;
    }

    .Top_Search_Pop_Left input::-webkit-input-placeholder {
        color: #FFF;
    }

    .Top_Search_Pop_Left input::-moz-placeholder {
        color: #FFF;
    }

    .Top_Search_Pop_Left input::-moz-placeholder {
        color: #FFF;
    }

    .Top_Search_Pop_Left input::-ms-input-placeholder {
        color: #FFF;
    }

    .Top_Search_Pop_Search h5 {
        width: 85px;
        height: 44px;
        cursor: pointer;
        background: url(../images/Top_Search_White.png) center center no-repeat;
    }

    .Search_Input_Div .Top_Search_Pop_Search {        
        border: 1px solid #212737!important;

    }

    
    .Search_Input_Div .Top_Search_Pop_Search h4 {
        width: 92px;
        height: 44px;
        line-height: 44px;
        font-size: 22px;
        text-align: center;
        border-right: 1px solid #212737;
        color: #212737;
    }
    .Search_Input_Div .Top_Search_Pop_Search input {
        color: #212737;
    }
    .Search_Input_Div .Top_Search_Pop_Search h5 {
        background: url(../images/Search_SearchBT.png) center center no-repeat;
    }

    .Search_Input_Div .Top_Search_Pop_Div {
        margin-bottom: 25px;
    }



    .Top_Search_Pop_Close {
        position: absolute;
        right: -100px;
        top: 25px;
        width: 85px;
        height: 44px;
        cursor: pointer;
        background: url(../images/BT_Close.png) center center no-repeat;
    }

    .Top_Search_Pop_Info {
        margin: 0 auto;
        margin-top: 50px;
        width: 1400px;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .Top_Search_Pop_Info h4 {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        padding: 0 10px;
        font-size: 22px;
        font-weight: bold;
        line-height: 30px;
        margin-bottom: 30px;
        color: #FFF;
    }

    .Top_Search_Pop_Info h5 {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        padding: 0 10px;
        font-size: 18px;
        /* font-weight: bold; */
        line-height: 30px;
        margin-bottom: 30px;
        color: #FFF;
    }

    .Top_Search_Pop_Info h5 a {
        color: #FFF;
    }

}

/* 翻页控制部分 */
@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;
        align-items: center;
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: auto;
        height: 32px;
        min-width: 140px;
        margin-bottom: 120px;
        /* border: 1px solid saddlebrown; */
    }

    .PageControl_Num {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 32px;
    }

    
    .PageControl_Num .NumOn {
        background-color: #0C67AD;
        color: #FFF !important;
    }

    .PageControl_Num .NumOn a {
        color: #FFF !important;
    }

    .PageControl_Num a {
        display: inline-block;
        position: relative;
        margin: 0 8px;
        padding: 0;
        border-radius: 12px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        color: #272727;
        background-color: #EEEEEE;
        font-size: 16px;
        text-align: center;
    }

    .PageControl_Num .PagePN {
        display: inline-block;
        position: relative;
        margin: 0 20px;
        padding: 0;
        border-radius: 18px;
        width: 36px;
        height: 36px;
        line-height: 32px;
        color: #272727;
        background-color: #0C67AD;
        color: #FFF;
        font-size: 22px;
        text-align: center;
    }

}

/* 导航栏面包屑部分 */
@media (min-width:600px) {
    .Nav_Box {
        width: 100%;
        height: 60px;
        width: 100%;
    }

    .Nav_Div {
        margin: 0 auto;
        width: 1400px;
        padding: 23px 0;
        height: 24px;
        line-height: 24px;
        /* font-family: 'Times New Roman'; */
        font-size: 16px;
        color: #929292;
        margin-bottom: 20px;
    }

    .Nav_Div a {
        color: #929292;
    }
}

/*  底部 部分 */
@media (min-width:600px) {

    /* Bottom_Box */
    .Bottom_Box {
        border-top: 7px solid #222838;
        width: 1920px;
        height: 415px;
        background-image: linear-gradient(to right, #323A4C, #005EA5);
        /* overflow: hidden; */
    }

    .Bottom_Div {
        margin: 0 auto;
        padding-top: 110px;
        width: 1400px;
        height: auto;
    }

    .Bottom_LinkDiv {
        width: 808px;
        height: 90px;
        border: 1px solid #FFF;
        /* border-radius: 15px; */

        background: url(../images/Bottom_Link_Up.jpg) no-repeat right;
        background-position: center right;

        cursor: pointer;
    }

    .Bottom_LinkDiv p {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: calc(100% - 150px);
        height: 90px;
        padding-left: 25px;
        line-height: 90px;
        font-size: 20px;
        /* font-weight: bold; */
        color: #FFF;

    }

    /*  */
    .Bottom_LinkDiv ul {
        display: none;
        position: absolute;
        margin: 0;
        padding: 0;
        padding-top: 14px;
        padding-bottom: 14px;
        /* left: 6px; */
        bottom: 90px;
        width: 808px;
        height: auto;
        max-height: 300px;
        overflow-y: scroll;

        list-style: none;
        background-color: #F0F1F3;
        border: 1px solid #222838;
        z-index: 1;
    }

    /* 滚动条 */
    .Bottom_LinkDiv ul::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 2px;
    }

    /* 滚动槽 */
    .Bottom_LinkDiv ul::-webkit-scrollbar-track {
        /* -webkit-box-shadow: inset 0 0 6px rgba(33, 68, 124, 1); */
        border-radius: 2px;
        background: #bbb;
        /* background: rgba(255, 255, 255, 0.2); */
    }

    /* 滚动条滑块 */
    .Bottom_LinkDiv ul::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background: #222838;
        -webkit-box-shadow: inset 0 0 2px rgba(120, 120, 120, 1);
    }

    .Bottom_LinkDiv ul::-webkit-scrollbar-thumb:window-inactive {
        background: #222838;
    }

    /* 边角 即两个滚动条的交汇处 */
    .Bottom_LinkDiv ul::-webkit-scrollbar-corner {
        background: #222838;
        border-radius: 1px;
    }

    .Bottom_LinkDiv li {
        display: block;
        position: relative;
        margin: 0;
        padding: 10px 0;
        padding-left: 15px;

        height: auto;
        /* text-indent: 14px; */
        list-style: none;
        font-size: 18px;
        line-height: 30px;
        color: #000;
    }

    .Bottom_LinkDiv li a {
        display: block;
        width: calc(100% - 20px);
        text-align: left;
        font-size: 18px;
        padding-right: 20px;
        line-height: 30px;
        color: #000;

    }



    .Bottom_LinkDiv li:hover {
        background-color: rgba(0, 64, 138, 0.5)
    }

    .Bottom_LinkDiv li:hover a:hover,
    .Bottom_LinkDiv li:hover a {
        color: #FFF;
        text-decoration: none;
    }

    .Bottom_Info {
        margin-top: 40px;
        font-size: 16px;
        line-height: 20px;
        color: #FFF;
    }

    .Bottom_Left {
        float: left;
        width: 1025px;
        height: auto;
        /* overflow: hidden; */
    }

    .Bottom_Right {
        float: left;
        width: 240px;
        height: auto;
        display: flex;
        justify-content: space-between;
        /* overflow: hidden; */
    }

    .Bottom_QR {
        width: 104px;
        height: auto;
        /* overflow: hidden; */
    }

    .Bottom_QR p {
        padding: 2px;
        width: 100px;
        height: 100px;
        background-color: #FFF;
    }

    .Bottom_QR h4 {
        margin-left: calc(50% - 60px);
        width: 120px;
        margin-top: 10px;
        font-size: 16px;
        line-height: 20px;
        color: #FFF;
        text-align: center;
    }

    .Bottom_QR h4 a {
        color: #FFF;
    }

    .BackTop_Div {
        position: absolute;
        top: 0;
        right: 135px;
        width: 102px;
        height: 52px;
    }

    .BackTop_Div img {
        width: 102px;
        height: 52px;
    }
}

/*  列表 部分 */
@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_Type_Div {
        margin: 0 auto;
        width: 1400px;
        height: 140px;
        border-right: 1px solid #f0f0f0;
    }

    .List_Type_Div ul {
        width: 1400px;
        height: auto;
    }

    .List_Type_Div li {
        float: left;
        width: 269px;
        padding: 0 40px;
        border-top: 18px solid #fff;
        height: 122px;
        border-left: 1px solid #F0f0f0;
        border-bottom: 1px solid #F0f0f0;
        display: flex;
        align-items: center;
        align-content: center;
        text-align: center;
        justify-content: center;
        font-size: 20px;
        line-height: 26px;
        color: #000;
    }

    .List_Type_Div li a {
        color: #000;
    }

    .List_Type_Now {
        border-top: 18px solid #D88972 !important;
        border-bottom: 1px solid #Fff !important;
    }

    .List_Type_Now a {
        color: #D88972 !important;
        font-weight: bold !important;
    }

    .List_Type_Now {
        color: #D88972 !important;
        font-weight: bold !important;
    }

    .List_Div {
        margin: 0 auto;
        /* width: 1400px; */
        height: auto;
        margin-top: 70px;
        margin-bottom: 50px;
        overflow: hidden;
    }

    .List_Div ul {
        width: 100%;
        list-style: none;
    }

    .List_Div li {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        overflow: hidden;
        background-color: #F5F5F7;
    }

    .List_Div li p {
        float: left;
        width: 438px;
        height: 283px;
        overflow: hidden;
    }    

    .List_Div li p img {
        width: 438px;
        height: 283px;
        transition: all 0.5s;
    }

    .List_Div li:hover img {
        scale: 1.2;
        transition: all 0.5s;
    }

    .List_Div li h6 {
        line-height: 20px;
        font-size: 16px;
        margin-bottom: 5px;
        color: #005DA5FF;  
    }

    .List_Text_Div {
        padding: 38px;
        height: auto;
        overflow: hidden;
    }

    .List_Div li h4 {
        display: block;
        width: 100%;
        height: auto;
        line-height: 28px;
        font-size: 20px;
        color: #222838;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .List_Div li h4 a {
        color: #222838;
    }

    .List_Div li h5 {
        display: block;
        line-height: 25px;
        font-size: 16px;
        color: #32394C;
    }

    .List_Div li h5 a {
        color: #32394C;
    }
}

/* 文章 部分 */
@media (min-width:600px) {
    .Artical_Div {
        margin: 0 auto;
        margin-top: 120px;
        width: 1400px;        
        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: 30px;
        font-size: 36px;
        font-weight: bold;
        line-height: 45px;
        color: #222838;
        /* text-transform: uppercase; */
    }

    .Artical_Content_Title a {
        color: #222838;
    }

    .Artical_Content_Info_Div {
        padding: 14px;
        height: 25px;
        background-color: #F3F3F3;
        /* border-bottom: 2px solid #E7EFFB; */
    }

    .Artical_Content_Info {
        float: left;
        width: 50%;
        font-size: 16px;
        line-height: 25px;
    }

    .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: 25px;
        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: 16px;
        padding-right: 10px;
        padding-left: 10px;
        line-height: 25px;
        color: #656565;
    }

    .Artical_Content_Info h5 a {
        color: #656565;
    }
    .Artical_Content_Link{
        float: right;
        width: 50%;        
    }
    .Artical_Content_Link ul{        
        display: flex;
        justify-content: flex-end;
        
    }
    .Artical_Content_Link li{
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }
    .Artical_Content_Link li img{
        width: 24px;
        height: 24px;        
    }
    .Artical_Content_Text_Div {
        width: 100%;
        height: auto;
        padding-top: 50px;
        margin-bottom: 120px;
        /* 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: 30px;
        color: #32394C;
        /*text-indent: 40px;*/
        margin-bottom: 45px;
    }

    .Artical_Content_Text p img {
        margin: 0 auto;
        padding-top: 20px;
        width: 880px;
    }

    .Artical_Content_Text span {
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        width: 1200px;
        font-size: 16px;
        color: #656565;
        line-height: 26px;
        text-align: center;
        margin-bottom: 20px;
    }

    .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;
    }*/

    /* Artical_Related_Div */
    .Artical_Related_Div {
        width: 100%;
        height: auto;
        margin-bottom: 100px;
    }

    .Artical_Related_Title {
        height: 60px !important;
    }

    .Artical_Related_List {
        width: 100%;
        height: auto;
    }

    .Artical_Related_List ul {
        width: 100%;
        height: 224px;
        display: flex;
        justify-content: space-between;
    }

    .Artical_Related_List li {
        padding: 24px 20px;
        width: 327px;
        height: 176px;
        overflow: hidden;
        background-color: #F0F0F0;
    }

    .Artical_Related_List li h5 {
        font-size: 16px;
        height: 24px;
        line-height: 24px;
        color: #0011A9;
        margin-bottom: 10px;
    }

    .Artical_Related_List li h4 {
        font-size: 20px;
        line-height: 26px;
        color: #000;
    }

    .Artical_Related_List li h4 a {
        color: #000;
    }
}

/* 搜索 部分 */
@media (min-width:600px) {

    /* Search_Input_Div */
    .Search_Input_Div {
        margin: 0 auto;
        padding-top: 80px;
        width: 1400px;
        height: auto;
        margin-bottom: 35px;
    }

    .Search_Input_Div .TopMenu_Search_Pop_Div {
        margin-top: 90px !important;
    }

    .Search_Div {
        margin: 0 auto;
        width: 1400px;
        height: auto;
        margin-bottom: 25px;
        overflow: hidden;
    }

    .Search_Div ul {
        width: 100%;
        list-style: none;
    }

    .Search_Div li {
        width: 100%;
        padding: 65px 40px;
        width: 1320px;
        background-color: #F5F5F7;
        overflow: hidden;
        margin-bottom: 40px;
    }

    .Search_Div li:hover {
        /* background-color: #e3e3e3; */
        cursor: pointer;
    }

    .Search_Div li h6 {
        display: block;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 10px;
        color: #656565;
    }

    .Search_Div li h4 {
        display: block;
        width: 100%;
        height: auto;
        line-height: 28px;
        font-size: 20px;
        color: #222838;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .Search_Div li h4 a {
        color: #222838;
    }

    .Search_Div li h5 {
        display: block;
        line-height: 20px;
        font-size: 16px;
        color: #000;
        /* margin-bottom: 20px; */
    }

    .Search_Div li h5 a {
        color: #000;
    }

    .Search_Div li span {
        color: #D51B1B;
    }

    .Search_Result_Div {
        width: 100%;
        height: auto;
        line-height: 25px;
        font-size: 18px;
        color: #212737;
        text-align: center;
    }
    .Search_Result_Div span{
        color: #D51B1B;        
    }

}

/* 其他 部分 */
@media (min-width:600px) {
    .Top_Focus_Div {
        height: 1516px;
        background: url(../images/Home_Banner_BK.jpg) top 10px center no-repeat;
        overflow: hidden;
        margin-bottom: 105px;
    }

    .Top_Banner_Div {
        height: auto;
        background: url(../images/Banner_BK.jpg) top 10px center no-repeat;
        overflow: hidden;

    }

    /* 20260427 */
    .Top_Banner{
        width: 1600px;
        height: 250px;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        font-family: "微软雅黑";
        font-size: 60px;
        font-weight: bold;
        color: #FFF;
    }
    .Top_Banner a{
        color: #FFF;
		text-decoration: none;
    }

    .Home_Words_Swiper_Div {
        padding: 105px 100px 135px 500px;
        width: 1000px;
        height: 430px;
        overflow: hidden;
    }

    .Home_Words_Swiper {
        width: 1000px;
        height: 430px;
        overflow: hidden;
    }

    .Home_Words_Swiper p {
        width: 1000px;
        height: 430px;
        overflow: hidden;
    }

    .Home_Words_Swiper p img {
        width: 1000px;
        height: 430px;
    }

    .Home_Words_pagination {
        font-size: 12px;
        left: auto !important;
        right: 190px !important;
        bottom: 75px !important;
        width: auto !important;
        height: 30px !important;
    }

    .Home_Words_pagination .swiper-pagination-bullet {
        border-radius: 12px;
        width: 24px;
        height: 24px;
        background-color: #5EA3CE;
        opacity: 1;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px) !important;
    }

    .Home_Words_pagination .swiper-pagination-bullet-active {
        background-color: #FFF;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px) !important;
    }

    .Home_Focus_Div {
        margin: 0 auto;
        width: 1400px;
        height: auto;
        overflow: hidden;
    }

    .Home_Focus_Swiper {
        float: left;
        width: 900px;
        height: 580px;
        overflow: hidden;
    }

    .Home_Focus_Swiper {
        width: 900px;
        height: 580px;
        overflow: hidden;
    }

    .Home_Focus_Swiper p {
        width: 900px;
        height: 580px;
        overflow: hidden;
    }

    .Home_Focus_Swiper p img {
        width: 900px;
        height: 580px;
    }

    .Home_Focus_Swiper h4 {
        position: absolute;
        bottom: 0;
        padding: 35px 150px 35px 25px;
        width: 725px;
        height: 26px;
        background-color: rgba(0, 0, 0, 0.3);
        color: #FFF;
        overflow: hidden;
    }

    .Home_Focus_Swiper h4 a {
        width: 725px;
        height: 26px;

        font-size: 20px;
        line-height: 26px;
        color: #FFF;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;

    }


    .Home_Focus_pagination {
        font-size: 12px;
        left: auto !important;
        right: 30px !important;
        bottom: 32px !important;
        width: auto !important;
        height: 20px !important;
    }

    .Home_Focus_pagination .swiper-pagination-bullet {
        border-radius: 8px;
        width: 16px;
        height: 16px;
        background-color: rgba(255, 255, 255, 0.3);
        opacity: 1;
    }

    .Home_Focus_pagination .swiper-pagination-bullet-active {
        background-color: #FFF;
        /* margin: 0 var(--swiper-pagination-bullet-horizontal-gap,6px)!important; */
    }

    .Home_Title {
        width: 100%;
        height: 65px;
        line-height: 40px;
        font-size: 35px;
        font-weight: bold;
        color: #222838;
		text-transform: uppercase;
    }

    .Home_Title a {
        color: #222838;
    }

    .Home_White_Title {
        color: #FFF;
    }

    .Home_White_Title a {
        color: #FFF !important;
    }

    .Home_More {
        width: 170px;
        height: 58px;
        line-height: 58px;
        text-align: center;
        font-size: 16px;
        background-color: #FFF;
        color: #222838;
    }

    .Home_More a {
        color: #222838;
    }

    .Home_Focus_List {
        float: right;
        padding: 35px 25px;
        width: 406px;
        height: auto;
        /* overflow: hidden; */
        background: url(../images/Home_Focus_List_BK.png) top center no-repeat;
        /* background-image: linear-gradient(to right,
       rgba(255,255,255,0.3),
       rgba(255,255,255,0)); */
    }

    .Home_Focus_List ul {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .Home_Focus_List li {
        font-size: 20px;
        line-height: 30px;
        color: #FFF;
        margin-bottom: 25px;
    }

    .Home_Focus_List li a {
        color: #FFF;
    }

    .Home_News_Div {
        margin: 0 auto;
        width: 1400px;
        height: auto;
        margin-bottom: 70px;
    }

    .Home_News_Swiper_Div {
        width: 1400px;
        height: 480px;
        overflow: hidden;
        margin-bottom: 45px;
    }

    .Home_News_Swiper {
        width: 1400px;
        height: 480px;
        overflow: hidden;
        margin-bottom: 45px;
    }

    .Home_News_Swiper_Div p {
        float: left;
        width: 745px;
        height: 480px;
        overflow: hidden;
    }

    .Home_News_Swiper_Div p img {
        width: 745px;
        height: 480px;
    }

    .Home_News_Txt {
        float: right;
        padding: 100px 70px;
        width: 515px;
        height: 280px;
        overflow: hidden;
        background-color: #F5F5F7;
    }

    .Home_News_Txt h4 {
        font-size: 28px;
        line-height: 34px;
        /*text-align: center;*/
        font-weight: bold;
        color: #212737;
        margin-bottom: 20px;
    }

    .Home_News_Txt h4 a {
        color: #212737;
    }

    .Home_News_Txt h5 {
        font-size: 16px;
        line-height: 26px;
        /*text-align: center;*/
        color: #32394C;

    }

    .Home_News_Txt h5 a {
        color: #32394C;
    }
    .Home_News_Txt h5 a:hover{
        text-decoration: none;
    }

    .Home_News_pagination {
        font-size: 12px;
        left: auto !important;
        right: 0 !important;
        bottom: 45px !important;
        width: 655px !important;
        height: 6px !important;
        z-index: 2;
    }

    .Home_News_pagination .swiper-pagination-bullet {
        border-radius: 0px;
        width: 50px;
        height: 6px;
        background-color: #E0E0E0;
        opacity: 1;
    }

    .Home_News_pagination .swiper-pagination-bullet-active {
        background-color: #D6EFFA;
        /* margin: 0 var(--swiper-pagination-bullet-horizontal-gap,6px)!important; */
    }

    .Home_News_List {
        width: 100%;
        height: auto;
    }

    .Home_News_List ul {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
    }

    .Home_News_List li {
        padding: 45px;
        width: 345px;
        height: 240px;
        background-color: #F5F5F5;
        overflow: hidden;
    }

    .Home_News_List li h6 {
        font-size: 14px;
        line-height: 20px;
        color: #005DA5;
        margin-bottom: 12px;
    }

    .Home_News_List li h4 {
        font-size: 20px;
        line-height: 28px;
        color: #222838;
        margin-bottom: 12px;
    }

    .Home_News_List li h4 a {
        color: #222838;
    }

    .Home_News_List li h5 {
        font-size: 16px;
        line-height: 25px;
        color: #32394C;
    }

    .Home_News_List li h5 a {
        color: #32394C;
    }
    .Home_News_List li h5 a:hover{
        text-decoration: none;
    }

    .Home_Special_Box {
        width: 100%;
        padding-top: 110px;
        /* background-color: #D6EFFA; */
        background: url(../images/Home_Sepcial_BK.jpg) top repeat-x;
        height: auto;
        overflow: hidden;
    }

    .Home_Special_Box .Home_Title {
        margin: 0 auto;
        width: 1400px;
    }

    .Home_Special_Div {
        width: 100%;
        height: auto;
        background: url(../images/Home_Sepcial_BK.jpg) top repeat-x;
        overflow: hidden;
    }

    .Home_Sepcial_Left {
        float: left;
        padding-left: 235px;
        padding-top: 60px;
        width: 537px;
        height: 593px;
        background: url(../images/Home_Specical_Left_BK.png) top center no-repeat;
    }

    .Home_Sepcial_Left ul {
        width: 537px;
        height: auto;
    }

    .Home_Sepcial_Left li {
        padding: 24px 21px;
        width: 490px;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        margin-bottom: 12px;
    }

    .Home_Sepcial_Left li a {
        display: block;
        width: 410px;
        font-size: 22px;
        font-family: "微软雅黑 Light";
        line-height: 30px;
        color: #FFF;
    }

    .Home_Sepcial_Left li em {
        display: block;
        padding-right: 45px;
        width: 8px;
        height: 13px;
    }

    .Home_Sepcial_Now {
        background-image: linear-gradient(to right, rgba(55, 58, 76, 1), rgba(55, 58, 76, 0));
    }

    /* .Home_Sepcial_Left li:hover{
       background-image: linear-gradient(to right,rgba(55,58,76,1),rgba(55,58,76,0));
    } */
    .Home_Sepcial_Left li:hover em {
        background: url(../images/Home_Special_Arrow.png) center center no-repeat;
    }

    .Home_Sepcial_Left .Home_More {
        margin-left: 21px;
    }

    .Home_Sepcial_Right {
        float: left;
        width: 888px;
        height: 572px;
        overflow: hidden;
    }

    .Home_Special_PicNow {
        display: block !important;
    }

    .Home_Special_Pic {
        display: none;
        width: 888px;
        height: 572px;
        overflow: hidden;
    }

    .Home_Special_Pic img {
        width: 888px;
        height: 572px;
    }

    .Home_Special_Pic em {
        position: absolute;
        width: 80px;
        height: 80px;
        left: calc(50% - 40px);
        top: calc(50% - 40px);
        background: url(../images/Home_Video_Play.png) center center no-repeat;
        z-index: 2;
    }

    .Home_Sepcial_People {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 110px;
    }

    .Home_Sepcial_PeopleTxt {
        float: left;
        margin-left: 160px;
        margin-right: 40px;
        padding: 60px 80px;
        width: 410px;
        height: 270px;
        overflow: hidden;
        background-color: rgba(255, 255, 255, 0.35);
    }

    .Home_Sepcial_PeopleTxt h4 {
        border-left: 4px solid #005EA5;
        padding-left: 16px;
        font-size: 22px;
        line-height: 28px;
        font-weight: bold;
        color: #212737;
        margin-bottom: 20px;
    }

    .Home_Sepcial_PeopleTxt h4 a {
        color: #212737;
    }

    .Home_Sepcial_PeopleTxt h5 {
        padding-left: 20px;
        font-size: 16px;
        line-height: 26px;
        color: #212737;
        margin-bottom: 20px;
    }

    .Home_Sepcial_PeopleTxt h5 a {
        color: #212737;
    }
    .Home_Sepcial_PeopleTxt  h5 a:hover{
        text-decoration: none;
    }
    .Home_Sepcial_PeopleTxt .Home_More {
        position: absolute;
        bottom: 45px;
        left: 100px;
        background-color: #005EA5;
        color: #FFF;
    }

    .Home_Sepcial_PeopleTxt .Home_More a {
        color: #FFF;
    }

    .Home_Sepcial_PeopleList {
        float: left;
        width: 888px;
        height: 380px;
        overflow: hidden;
    }

    .Home_Sepcial_PeopleList ul {
        width: 888px;
        height: 380px;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
    }

    .Home_Sepcial_PeopleList li {
        width: 286px;
        height: 377px;
        overflow: hidden;
    }

    .Home_Sepcial_PeopleList li p {
        width: 286px;
        height: 377px;
        overflow: hidden;
    }

    .Home_Sepcial_PeopleList li img {
        width: 286px;
        height: 377px;
    }

    .Home_Sepcial_PeopleList li h4 {
        position: absolute;
        bottom: -121px;
        padding: 20px;
        width: 246px;
        height: 62px;
        background-color: rgba(0, 0, 0, 0.4);
        color: #FFF;
        font-size: 18px;
        line-height: 27px;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: nowarp;

        overflow: hidden;

        transition: all 0.5s;

    }

    .Home_Sepcial_PeopleList li h4 a {
        color: #FFF;
    }

    .Home_Sepcial_PeopleList li:hover h4 {
        bottom: 0px;
        transition: all 0.5s;
    }

    .Home_Center_Div {
        height: auto;
        overflow: hidden;
        margin-bottom: 135px;
    }

    .Home_Center_Div .Home_Title {
        margin-left: 100px;
    }

    .Home_Center_Div ul {
        width: 1400px;
        padding: 0 100px;
        height: 490px;
        display: flex;
        justify-content: space-between;
        background-image: linear-gradient(to bottom, rgba(215, 239, 250, 1), rgba(215, 239, 250, 0));
        overflow: hidden;
    }

    .Home_Center_Div li {
        width: 270px;
        height: 335px;
        padding: 63px 33px;
        overflow: hidden;

    }

    .Home_Center_Div li:hover {
        background-color: #D6EFFA;
    }

    .Home_Center_Div h4 {
        font-size: 20px;
        line-height: 28px;
        /*text-align: center;*/
        color: #212737;
        margin-bottom: 20px;
    }

    .Home_Center_Div h4 a {
        color: #212737;
    }

    .Home_Center_Div h5 {
        /*text-align: center;*/
        font-size: 16px;
        line-height: 25px;
        color: #212737;
        height: auto;

        /* Text overflow */
        /*text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;*/

    }

    .Home_Center_Div h5 a {
        color: #212737;
    }

    .Home_Center_Div em {
        position: absolute;
        width: 56px;
        height: 56px;
        bottom: 35px;
        left: calc(50% - 28px);
    }

    .Home_Center_Div li:hover em {
        background: url(../images/Home_Center_Arrow.png) center center no-repeat;
    }

    /* .Aboutus_Title_Div */
    .Aboutus_Title_Div {
        /* width: 100%; */
        margin-top: 100px;
        height: 545px;
        padding-bottom: 80px;
        background: url(../images/Aboutus_Top_BK2.jpg) center bottom no-repeat;
        margin-bottom: 120px;
    }

    .Aboutus_Title_Div p {
        float: left;
        margin-left: 100px;
        width: 744px;
        height: 480px;
    }

    .Aboutus_Title_Div p img {
        width: 744px;
        height: 480px;
    }

    .Aboutus_Title_Right {
        float: right;
        margin-right: 30px;
        width: 720px;
        height: 550px;
        overflow: hidden;
    }

    .Aboutus_Title_Right h4 {
        padding: 35px 25px 25px 35px;
        width: 700px;
        height: 350px;
        font-size: 18px;
        line-height: 30px;
        color: #212737;
        /*background: url(../images/Aboutus_Top_BK.png) center center no-repeat;*/
    }

    .Aboutus_Title_Txt {
        width: 100%;
        height: 110px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .Aboutus_Title_Txt h5 {
        text-align: right;
        height: 24px;
        padding-right: 37px;
        line-height: 24px;
        font-size: 16px;
        color: #FFF;
    }

    .Aboutus_Center_Box {
        width: 100%;
        height: 1388px;
        background: url(../images/Aboutus_Center_BK.jpg) top center no-repeat;
        overflow: hidden;
    }

    .Aboutus_Center_Div {
        height: auto;
    }

    .Aboutus_Center_1 {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Aboutus_Center1_Left {
        float: left;
        margin-top: 80px;
        padding: 35px 60px;
        width: 1065px;
        height: 480px;
        background: url(../images/Aboutus_Center_BK1.png) center center no-repeat;
    }

    .Aboutus_Center1_Left p {
        font-size: 20px;
        line-height: 30px;
        color: #FFF;
        margin-bottom: 30px;
    }

    .Aboutus_Center1_Right {
        float: right;
        margin-right: 100px;
        width: 315px;
        height: 630px;
        background-color: rgba(100, 209, 255, 0.95);
        overflow: hidden;
    }


    .Aboutus_Center1_Right h4 {
        margin-top: 290px;
        font-size: 34px;
        font-weight: bold;
        line-height: 40px;
        text-align: center;
        color: #FFF;
    }

    .Aboutus_Center1_Right h4 a {
        color: #FFF;
		text-transform: uppercase;
    }


    .Aboutus_Center_2 {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Aboutus_Center2_Left {
        float: left;
        margin-left: 100px;
        width: 315px;
        height: 760px;
        background-color: rgba(0, 94, 165, 0.95);
    }

    .Aboutus_Center2_Left h4 {
        margin-top: 330px;
        font-size: 34px;
        font-weight: bold;
        line-height: 40px;
        text-align: center;
        color: #FFF;
    }

    .Aboutus_Center2_Left h4 a {
        color: #FFF;
    }

    .Aboutus_Center2_Right {
        float: left;
        padding: 35px 60px;
        width: 1065px;
        height: 690px;
        background: url(../images/Aboutus_Center_BK2.png) center center no-repeat;
    }

    .Aboutus_Center2_Right p {
        font-size: 20px;
        line-height: 30px;
        color: #FFF;
        margin-bottom: 30px;
    }

    .Aboutus_Ad_Box {
        width: 100%;
        height: auto;
        background-image: linear-gradient(to bottom, #D6EFFA, #FFF);
    }

    .Aboutus_Ad {
        margin: 0 auto;
        width: 1400px;
        padding-top: 120px;
        height: 226px;
        display: flex;
        justify-content: space-between;
        padding-bottom: 150px;
    }

    .Aboutus_Ad p {
        width: 680px;
        height: 226px;
    }

    .Aboutus_Ad p img {
        width: 680px;
        height: 226px;
    }

    /* Vision_Title_Div */
    .Vision_Title_Div {
        height: auto;
        background-image: linear-gradient(to bottom, #E1B777, #FFF);
        overflow: hidden;
    }

    .Vision_Title_block {
        margin: 0 auto;
        margin-top: 80px;
        padding: 0 75px 110px 75px;

        width: 1250px;
        height: 390px;
        background-image: linear-gradient(to top, #E1B777, rgba(225, 182, 118, 0));
    }

    .Vision_Title {
        padding-right: 20px;
        overflow-y: auto;
        height: 390px;
    }

    /* 滚动条 */
    .Vision_Title::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        background: rgba(255, 255, 255, 0);
        border-radius: 2px;
    }

    /* 滚动槽 */
    .Vision_Title::-webkit-scrollbar-track {
        /* -webkit-box-shadow: inset 0 0 6px rgba(33, 68, 124, 1); */
        border-radius: 2px;
        background: rgba(255, 255, 255, 0);
        /* background: rgba(255, 255, 255, 0.2); */
    }

    /* 滚动条滑块 */
    .Vision_Title::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background: #FFF;
        -webkit-box-shadow: inset 0 0 0px rgba(120, 120, 120, 1);
    }

    .Vision_Title::-webkit-scrollbar-thumb:window-inactive {
        background: #FFF;
    }


    /* 边角 即两个滚动条的交汇处 */
    .Vision_Title::-webkit-scrollbar-corner {
        background: #FFF;
        border-radius: 1px;
    }

    .Vision_Title p {
        font-size: 20px;
        /* font-weight: bold; */
        line-height: 34px;
        text-indent: 40px;
        margin-bottom: 45px;
    }

    .Vision_Info_Div {
        margin: 0 auto;
        width: 1400px;
        margin-top: 75px;
        margin-bottom: 150px;
        height: auto;
        overflow: hidden;
    }

    .Vision_Info_Type {
        float: left;
        width: 280px;
        height: 768px;
    }

    .Vision_Info_Type ul {
        width: 280px;
        height: 768px;
    }

    .Vision_Info_Type li {
        width: 280px;
        height: 128px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #E6F0F7;
        cursor: pointer;

        font-size: 24px;
        line-height: 30px;
        font-weight: bold;
        color: #212737;
    }

    .Vision_Info_Type li a {
        font-size: 24px;
        line-height: 30px;
        font-weight: bold;
        color: #212737;
    }

    .Vision_Info_Now {
        background-image: linear-gradient(to right,
                #005EA5, #85CFF2);
    }
    .Vision_Info_Now {
        color: #FFF !important;
    }

    .Vision_Info_Now a {
        color: #FFF !important;
    }

    .Vision_Info_Block {
        float: right;
        padding: 40px 30px 55px 60px;
        width: 1030px;
        height: 680px;
    }

    .Vision_Info {
        display: none;
        width: 1010px;
        height: 680px;
        padding-right: 20px;
        overflow-y: scroll;
    }

    /* 滚动条 */
    .Vision_Info::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        background: rgba(255, 255, 255, 0);
        border-radius: 2px;
    }

    /* 滚动槽 */
    .Vision_Info::-webkit-scrollbar-track {
        /* -webkit-box-shadow: inset 0 0 6px rgba(33, 68, 124, 1); */
        border-radius: 2px;
        background: rgba(255, 255, 255, 0);
        /* background: rgba(255, 255, 255, 0.2); */
    }

    /* 滚动条滑块 */
    .Vision_Info::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background: #E6F0F7;
        -webkit-box-shadow: inset 0 0 0px rgba(120, 120, 120, 1);
    }

    .Vision_Info::-webkit-scrollbar-thumb:window-inactive {
        background: #E6F0F7;
    }


    /* 边角 即两个滚动条的交汇处 */
    .Vision_Info::-webkit-scrollbar-corner {
        background: #E6F0F7;
        border-radius: 1px;
    }

    .Vision_Info p {
        font-size: 20px;
        /* font-weight: bold; */
        line-height: 34px;
        text-indent: 40px;
        margin-bottom: 45px;
    }

    .Vision_Info_Show {
        display: block !important;
    }
    /* Center_Div */
    .Center_Div{
        display: block;
        margin:  0 auto;
        width: 1400px;
        height: auto;
        overflow: hidden;
    }
    .Center_Type{
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 40px;
    }
    .Center_Type ul{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
    }
    .Center_Type li{
        flex:1;
        padding:12px 0;
        height: 135px;
        background-color: transparent;
        line-height: 135px;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        color:#212737;
        overflow: hidden;
    }
    .Center_Type li a{        
        display: block;
        height: 135px;
        color:#212737;
        overflow: hidden;       
        background-color: #E6F0F7; 
    }
    .Center_Type_Now{
       background-image: linear-gradient(to right,#005EA5,#82CDF1);
    }
    .Center_Type_Now a{
        color: #FFF!important;
        background-image: linear-gradient(to right,#005EA5,#82CDF1);
     }

     .Center_List
     {
        width: 100%;
        height: auto;
        overflow: hidden;
     }
     .Center_List ul{
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 65px;
     }
     .Center_List li{
        width: 100%;
        height: auto;
        background-color: #F5F5F7;
        overflow: hidden;
        margin-bottom: 37px;
     }
     .Center_List li:last-child{
        margin-bottom: 0px;
     }
     .Center_List li p{
        float: left;
        width: 433px;
        height: 572px;
        overflow: hidden;        
     }
     .Center_List li p img{        
        width: 433px;
        height: 572px;              
     }
     .Center_List_Txt{
        padding: 75px 50px; 
        height: 422px;
        overflow: hidden;       
     }
     .Center_List_Txt h4{
        font-size: 24px;
        line-height: 30px;
        font-weight: bold;
        color: #222838;
        margin-bottom: 30px;
     }
     .Center_List_Txt h4 a{
        color: #222838;        
     }
     .Center_List_Txt h5{
        font-size: 20px;
        line-height: 30px;
        color: #212737;
        /* margin-bottom: 30px; */
     }
     .Center_List_Txt h5 a{
        color: #212737;        
     }
     /* Research_Div */
     .Research_Div{
        margin: 0 auto;
        width: 1400px;
        height: auto;
        padding: 85px 100px 95px 100px;
        background-color: #D6EFFA;
        overflow: hidden;
        margin-bottom: 120px;
     }
     .Research_List{
        margin-top: 55px;
        width: 100%;
        height: auto;
        overflow: hidden;
     }
     .Research_List ul{        
        width: 100%;
        height: auto;
        margin-bottom: 70px;
        overflow: hidden;
     }
     .Research_List li{
        padding: 45px 45px;
        width: calc(100% - 90px);        
        height: auto;
        background-color:#E1F3FB;
        margin-bottom: 2px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        overflow: hidden;
    }
     .Research_List li:hover{
        background-color:#FFF;        
    }
     .Research_List li a{
        display: block;
        width: calc(100% - 90px);        
        /* height: 30px; */
        font-size: 22px;
        line-height: 30px;
        color: #212737;
        overflow: hidden;
    }
     .Research_List li em{
        display: block;
        width: 56px;        
        height: 56px;
        background: url(../images/Research_Arrow.png) center center no-repeat;
        overflow: hidden;
    }
    .Research_More{
        margin: 0 auto;
        width:170px;
        height: 58px;
        line-height: 58px;
        text-align: center;
        background-color: #005EA5;
        font-size: 18px;
        line-height: 58px;
        color: #FFF;
    }
    .Research_More a{
        color: #FFF;
    }
    /* Training_Body */
    .Training_Body{
        margin: 0 auto;
        margin-top: 70px;
        width: 1400px;
        height: auto;
        overflow: hidden;
    }
    .Training_Type{
        float: left;
        padding-top: 30px;
        padding-bottom: 120px;
        width: 316px;
        height: auto;
        overflow: hidden;
        background: url(../images/Traing_Type_BK.jpg) center center no-repeat;
    }
    .Training_Type ul{
        width: 100%;
        height: auto;
        overflow: hidden;        
    }
    .Training_Type li{
        width: 100%;
        padding: 38px 0;        
        height: 30px;
        font-size: 24px;
        line-height:30px;
        font-weight: bold;
        text-align: center;
        color: #FFF;
        overflow: hidden;        
    }
    .Training_Type li a{
        color: #FFF;        
    }
    .Traning_Type_Now{
        color: #FFF;
        background-image: linear-gradient(to right,#5FC9F8,#2C5881);
    }
    .Training_Right{
        float: right;
        width: 1045px;
        height: auto;
        overflow: hidden;
    }

    .Training_Right .List_Div{
        margin-top: 0!important;
    }
	
	.Top_Banner_Div {
        background: url(../images/Banner_BK.jpg) top center no-repeat!important;
    }
}
    .Artical_Content_Text em{
        font-style: italic;
    }
  #displaypagenum {
        display: block;
        margin: 50px auto;
        padding: 0;
        width: 100%;
        height: 50px;
  }
  #displaypagenum p{display:none;}
  #displaypagenum center {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: auto;
    height: 50px;
  }

  #displaypagenum a,
  #displaypagenum span {
    display: inline-block;
    position: relative;
    margin: 0 8px;
    padding: 0;
    border-radius: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #272727;
    background-color: #EEEEEE;
    font-size: 16px;
    text-align: center;
  }

  #displaypagenum span.NumOn {
    background: #0C67AD;
    color: #fff;
  }
