/* PC */
/* Top菜单部分 */
@media (min-width:780px) {
    .App {
        /* 20260515 */
        width: 100%;
        /* 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;
        /* 20260515 */
        align-items: center;
        overflow: hidden;
    }

    .Top_Logo {
        /* 20260515 */
        /* 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 {
        /* 20260515 */
        /* 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;
    }

    /* 20260518 */
    .Menu_List_Div ul {
        position: absolute;
        top: -10px;
        width: 100%;
        height: 124px;
        display: flex;
        justify-content: center;

    }

    .Menu_List_Div li {
        border-top: 10px solid #ccc;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 114px;
        padding: 0 22px;
        font-size: 24px;

        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;
    }

    .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:780px) {

    /* 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:780px) {
    .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:780px) {

    /* Bottom_Box */
    .Bottom_Box {
        border-top: 7px solid #222838;
        /* width: 1920px; */
        /* 20260515 */
        width: 100%;
        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:780px) {

    /* 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:780px) {
    .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;
        max-width: 100%;
		height: auto;
    }

    .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:780px) {

    /* 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:780px) {
    .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 {
        /* 20260515 */
        /* padding: 105px 100px 135px 500px; */
        margin-top: 105px;
        margin-left: 500px;
        margin-bottom: 85px;
        padding-bottom: 50px;
        width: 1000px;
        height: 430px;
        overflow: hidden;
    }

    .Home_Words_Swiper {
        width: 1000px;
        height: 430px;
        overflow: hidden;
    }

    /* 20260428 */
    .Home_Words_Swiper .swiper-slide {
        width: 1000px;
        height: 430px;
        background-color: rgba(255, 255, 255, 0.07);
        overflow: hidden;
    }
    /*20260602*/
    .Home_Words_Swiper .swiper-slide .PC_Show {
        width: 1000px;
        height: 430px;
        overflow: hidden;
        z-index: 1;
        background: url(../images/Home_Wrods_Swiper_BK1.png) center center no-repeat;
        background-size: 1000px 430px;
    }

    .Home_Words_Swiper .swiper-slide .PC_Show a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .Home_Words_Swiper p {
        width: 1000px;
        height: 430px;
        overflow: hidden;
        z-index: 1;
    }

    .Home_Words_Swiper p img {
        width: 1000px;
        height: 430px;
    }

    .Home_Words_Swiper_Txt {
        position: absolute;
        display: block;
        top: 90px;
        left: 90px;
        width: 820px;
        height: 300px;
        overflow: hidden;
        z-index: 2;
    }

    .Home_Words_Swiper_Txt h4 {
        font-size: 32px;
        line-height: 46px;
        color: #FFF;
		text-indent: 2em;
    }

    .Home_Words_Swiper_Txt h4 a {
        color: #FFF;
    }

    .Home_Words_Swiper_Txt h5 {
        font-size: 28px;
        line-height: 40px;
        color: #FFF;
		text-indent: 2em;
    }

    .Home_Words_Swiper_Txt h5 a {
        color: #FFF;
    }

    .Home_Words_Swiper_Txt h6 {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 16px;
        line-height: 25px;
        text-align: right;
        color: #FFF;
    }

    .Home_Words_Swiper_Txt h6 a {
        color: #FFF;
    }

    /* 20260428 end*/
    /* 20260515 */
    .Home_Words_pagination {
        font-size: 12px;
        left: auto !important;
        right: 190px !important;
        bottom: -0px !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: 34px;
        font-weight: bold;
        color: #222838;
    }

    .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: 55px 50px;
        width: 360px;
        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;
    }

    /* 20260515 */
    .Home_Special_Block {
        margin: 0 auto;
        width: 1920px;
        margin-left: calc(50% - 960px);
        background: url(../images/Home_Specical_Left_BK2.png) top center no-repeat;
    }


    .Home_Special_Box .Home_Title {
        margin: 0 auto;
        width: 1400px;
    }

    .Home_Special_Div {
        margin: 0 auto;
        width: 1400px;
        height: auto;
        /*background: url(../images/Home_Sepcial_BK.jpg) top repeat-x;*/
        overflow: hidden;
    }

    .Home_Sepcial_Left {
        float: left;
        padding-left: 0px;
        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: 863px;
        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: 81px;
        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: 440px;
        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: 313px;
        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: 150px;

        /* 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: 480px;
        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: 60px;

        width: 670px;
        height: 480px;
        overflow: hidden;
    }

    .Aboutus_Title_Right h4 {
        padding: 67px 37px 47px 32px;
        width: 600px;
        height: 230px;
        font-size: 20px;
        line-height: 32px;
        color: #212737;
        background: url(../images/Aboutus_Top_BK.png) center center no-repeat;
    }

    .Aboutus_Title_Txt {
        width: 100%;
        height: 134px;
        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: 1088px;
        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: 125px;
        padding: 60px 100px;
        width: 985px;
        height: 255px;
        background: url(../images/Aboutus_Center_BK1.png) center center no-repeat;
    }

    .Aboutus_Center1_Left p {
        font-size: 20px;
        line-height: 32px;
        color: #FFF;
        margin-bottom: 40px;
    }

    .Aboutus_Center1_Right {
        float: right;
        margin-right: 100px;
        width: 315px;
        height: 500px;
        background-color: rgba(100, 209, 255, 0.95);
        overflow: hidden;
    }


    .Aboutus_Center1_Right h4 {
        margin-top: 183px;
        font-size: 34px;
        font-weight: bold;
        line-height: 40px;
        text-align: center;
        color: #FFF;
    }

    .Aboutus_Center1_Right h4 a {
        color: #FFF;
    }


    .Aboutus_Center_2 {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Aboutus_Center2_Left {
        float: left;
        margin-left: 100px;
        width: 315px;
        height: 587px;
        background-color: rgba(0, 94, 165, 0.95);
    }

    .Aboutus_Center2_Left h4 {
        margin-top: 183px;
        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: 60px 100px;
        width: 985px;
        height: 467px;
        background: url(../images/Aboutus_Center_BK2.png) center center no-repeat;
    }

    .Aboutus_Center2_Right p {
        font-size: 20px;
        line-height: 32px;
        color: #FFF;
        margin-bottom: 40px;
    }

    .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;
    }
}

/* 20260518 */
/* 小屏适配 */
@media screen and (min-width: 780px) and (max-width: 1920px) {
    .Home_Words_Swiper_Div {
        margin-left: 28vw;
        width: 52vw;
        height: 22.4vw;
        overflow: hidden;
    }

    .Home_Words_Swiper {
        width: 52vw;
        height: 22.4vw;
        overflow: hidden;
    }


    .Home_Words_Swiper .swiper-slide {
        width: 52vw;
        height: 22.4vw;
        background-color: rgba(255, 255, 255, 0.07);
        overflow: hidden;
    }

    .Home_Words_Swiper .swiper-slide .PC_Show {
        width: 52vw;
        height: 22.4vw;
        overflow: hidden;
        z-index: 1;
        background: url(../images/Home_Wrods_Swiper_BK1.png) center center no-repeat;
        background-size: 52vw 22.4vw;
    }

    .Home_Words_Swiper_Txt {
        position: absolute;
        display: block;
        top: 4.7vw;
        left: 4.7vw;
        width: 42.6vw;
        height: 15.6vw;
        overflow: hidden;
        z-index: 2;
    }

    .Home_Words_Swiper_Txt h4 {
        font-size: 1.8vw;
        line-height: 3vw;
        color: #FFF;
		text-indent: 2em;
    }

    .Home_Words_Swiper_Txt h4 a {
        color: #FFF;
    }

    .Home_Words_Swiper_Txt h5 {
        font-size: 1.4vw;
        line-height: 3vw;
        color: #FFF;
		text-indent: 2em;
    }

    .Home_Words_Swiper_Txt h5 a {
        color: #FFF;
    }

    .Home_Words_Swiper_Txt h6 {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 1.1vw;
        line-height: 2.2vw;
        text-align: right;
        color: #FFF;
    }

    .Home_Words_Swiper_Txt h6 a {
        color: #FFF;
    }

    .Home_Words_pagination {
        right: 6vw !important;
    }

    .Home_Words_pagination .swiper-pagination-bullet {
        border-radius: 1vw;
        width: 2vw;
        height: 2vw;

        max-width: 24px;
        max-height: 24px;
    }

    .Top_Focus_Div {
        height: auto;
        background: url(../images/Home_Banner_BK.jpg) top 7px center no-repeat;
        padding-bottom: 7vw;
        overflow: hidden;
        margin-bottom: 7vw;
    }


}
/* 20260518 */
/* 小屏适配 */
@media screen and (min-width: 780px) and (max-width: 1600px) {
    .Home_Words_Swiper_Div {
        margin-left: 32vw;
        width: 52vw;
        height: 22.4vw;
        overflow: hidden;
    }

    .Top_Div {
        padding-top: 4.25vw;
        height: 11vw;
    }

    .Top_Logo {
        margin-left: 4vw;
        width: 16vw;
        height: auto;
    }

    .Top_Logo img {
        width: 16vw;
        max-width: 168px;
        height: auto;
    }

    .Top_Control_Div {
        margin-right: 4vw;
    }

    .Top_Logo2 {
        width: 38vw;
        display: flex;
        align-content: flex-end;
        height: auto;
    }

    .Top_Logo2 img {
        width: 38vw;
        height: auto;
    }

    .Top_Logo2 a {
        width: 38vw;
        height: auto;
    }

    .Menu_List_Div {
        border-top: 7px solid #CCC;
        width: 100%;
        height: 8.14vw;
        border-bottom: 1px solid #88D1EF;
    }

    /* 20260518 */
    .Menu_List_Div ul {
        position: absolute;
        top: -7px;
        width: 100%;
        height: 8.14vw;
        display: flex;
        justify-content: center;

    }

    .Menu_List_Div li a {
        display: block;
        color: #FFF;
        height: 8.14vw;
        text-decoration: none;
    }

    .Menu_List_Div li:hover a {
        color: #FFF;

    }

    .Menu_List_Div li:hover {
        border-top: 7px solid #005392;
        background-color: #005392;
    }

    .Menu_List_Now {
        border-top: 7px solid #005392 !important;
        background-color: #005392;
    }

    .Menu_List_Div li {
        border-top: 7px solid #ccc;
        padding: 0 1.4vw;
        font-size: 1.6vw;
        height: 8.14vw;
        line-height: 8.14vw;
    }



    .Home_Focus_Swiper {
        float: left;
        margin-left: 2vw;
        width: 56vw;
        height: 36vw;
        overflow: hidden;
    }

    .Home_Focus_Swiper {
        width: 56vw;
        height: 36vw;
        overflow: hidden;
    }

    .Home_Focus_Swiper p {
        width: 56vw;
        height: 36vw;
        overflow: hidden;
    }

    .Home_Focus_Swiper p img {
        width: 56vw;
        height: 36vw;
    }

    .Home_Focus_Swiper h4 {
        position: absolute;
        bottom: 0;
        padding: 4vw;
        width: 84vw;
        height: 6vw;
        background-color: rgba(0, 0, 0, 0.3);
        color: #FFF;
        overflow: hidden;
    }

    .Home_Focus_Swiper h4 a {
        width: 74vw;
        height: 6vw;

        font-size: 2vw;
        line-height: 3vw;
        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 {
        bottom: 4vw !important;
        width: 14vw !important;
        height: 4vw !important;
    }

    .Home_Focus_pagination .swiper-pagination-bullet {
        border-radius: 1vw;
        width: 2vw;
        height: 2vw;

    }

    .Home_Focus_pagination .swiper-pagination-bullet-active {
        background-color: #FFF;
        /* margin: 0 var(--swiper-pagination-bullet-horizontal-gap,6px)!important; */
    }

    .Home_Focus_List {
        float: right;
        margin-right: 2vw;
        padding: 2vw;
        width: 34vw;
        height: auto;
        /* overflow: hidden; */
        background: url(../images/Home_Focus_List_BK.png) top center no-repeat;
        background-size: 100% 100%;

    }

    .Home_Focus_List ul {
        margin-top: 1vw;
        width: 100%;
        height: auto;
        overflow: hidden;
        /* margin-bottom: 5px; */
    }

    .Home_Focus_List li {
        font-size: 1.25vw;
        line-height: 2vw;
        color: #FFF;
        margin-bottom: 2vw;
    }

    .Home_Focus_List li a {
        color: #FFF;
    }

    .Home_Title {
        height: 4vw;
        line-height: 4vw;
        font-size: 2vw;
    }

    .Home_Focus_Div {
        width: 100vw;
        height: auto;
        overflow: hidden;
    }

    .Home_More {
        width: 12vw;
        height: 4.4vw;
        line-height: 4.4vw;
        text-align: center;
        font-size: 1.2vw;
        background-color: #FFF;
        color: #222838;
    }

    .Home_News_Div {
        margin: 0 auto;
        width: 96vw;
        height: auto;
        margin-bottom: 7vw;
    }

    .Home_News_Swiper_Div {
        width: 96.2vw;
        height: 33vw;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .Home_News_Swiper {
        width: 96.2vw;
        height: 33vw;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .Home_News_Swiper_Div p {
        float: left;
        width: 51vw;
        height: 33vw;
        overflow: hidden;
    }

    .Home_News_Swiper_Div p img {
        width: 51vw;
        height: 33vw;
    }

    .Home_News_Txt {
        float: right;
        padding: 5vw 4vw;
        width: 37vw;
        height: 23vw;
        overflow: hidden;
        background-color: #F5F5F7;
    }

    .Home_News_Txt h4 {
        font-size: 2vw;
        line-height: 3vw;
        text-align: center;
        font-weight: bold;
        color: #212737;
        margin-bottom: 2vw;
    }

    .Home_News_Txt h4 a {
        color: #212737;
    }

    .Home_News_Txt h5 {
        font-size: 1.2vw;
        line-height: 2.4vw;
        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: 3vw !important;
        width: 45vw !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 {
        margin: 0 auto;
        width: 96vw;
        height: auto;
    }

    .Home_News_List ul {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
    }

    .Home_News_List li {
        padding: 2vw;
        width: 25vw;
        height: 16vw;

    }

    .Home_News_List li h6 {
        font-size: 1.0vw;
        line-height: 2vw;
        margin-bottom: 1vw;
    }

    .Home_News_List li h4 {
        font-size: 1.3vw;
        line-height: 2vw;
        margin-bottom: 1vw;
    }



    .Home_News_List li h5 {
        font-size: 1.2vw;
        line-height: 2vw;

    }


    .Home_Special_Box {
        width: 100%;
        padding-top: 6vw;
        /* background-color: #D6EFFA; */
        background: url(../images/Home_Sepcial_BK.jpg) top repeat-x;
        background-size: auto 90%;
        height: auto;
        overflow: hidden;
    }


    .Home_Special_Box .Home_Title {
        margin: 0 auto;
        width: 96vw;
    }

    .Home_Special_Block {
        margin: 0 auto;
        width: 118vw;
        margin-left: calc(50% - 59vw);
        background: url(../images/Home_Specical_Left_BK2.png) top center no-repeat;
        background-size: 100% auto;
    }

    .Home_Special_Div {
        margin: 0 auto;
        width: 96vw;
        height: auto;
        overflow: hidden;
    }

    .Home_Sepcial_Left {
        float: left;
        padding-top: 4vw;
        width: 38vw;
        height: 43vw;

    }

    .Home_Sepcial_Left ul {
        width: 38vw;
        height: auto;
    }

    .Home_Sepcial_Left li {
        padding: 2vw;
        width: 34vw;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        margin-bottom: auto;
    }

    .Home_Sepcial_Left li a {
        display: block;
        width: 34vw;
        font-size: 1.4vw;
        font-family: "微软雅黑 Light";
        line-height: 2vw;
        color: #FFF;
    }

    .Home_Sepcial_Left li em {
        display: block;
        padding-right: 45px;
        width: 8px;
        height: 13px;
    }



    .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: 58vw;
        height: 37vw;
        overflow: hidden;
    }

    .Home_Special_PicNow {
        display: block !important;
    }

    .Home_Special_Pic {
        display: none;
        width: 58vw;
        height: 37vw;
        overflow: hidden;
    }

    .Home_Special_Pic img {
        width: 58vw;
        height: 37vw;
    }

    .Home_Special_Pic em {
        position: absolute;
        width: 8vw;
        height: 8vw;
        left: calc(50% - 4vw);
        top: calc(50% - 4vw);
        background: url(../images/Home_Video_Play.png) center center no-repeat;
        background-size: 8vw 8vw;
        z-index: 2;
    }

    .Home_Sepcial_People {
        margin: 0 auto;
        width: 96vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 8vw;
    }

    .Home_Sepcial_PeopleTxt {
        float: left;
        margin-left: 0;
        margin-right: 4vw;
        padding: 2vw;
        width: 24vw;
        height: 22vw;
        overflow: hidden;
        background-color: rgba(255, 255, 255, 0.35);
    }

    .Home_Sepcial_PeopleTxt h4 {
        border-left: 2px solid #005EA5;
        padding-left: 12px;
        font-size: 1.6vw;
        line-height: 2vw;
        font-weight: bold;
        color: #212737;
        margin-bottom: 14px;
    }

    .Home_Sepcial_PeopleTxt h4 a {
        color: #212737;
    }

    .Home_Sepcial_PeopleTxt h5 {
        padding-left: 12px;
        font-size: 1.2vw;
        line-height: 1.6vw;
        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: 2vw;
        left: calc(50% - 6vw);
        background-color: #005EA5;
        color: #FFF;
    }

    .Home_Sepcial_PeopleTxt .Home_More a {
        color: #FFF;
    }

    .Home_Sepcial_PeopleList {
        float: left;
        width: 64vw;
        height: 26vw;
        overflow: hidden;
    }

    .Home_Sepcial_PeopleList ul {
        width: 64vw;
        height: 26vw;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
    }

    .Home_Sepcial_PeopleList li {
        width: 20vw;
        height: 26vw;
        overflow: hidden;
    }

    .Home_Sepcial_PeopleList li p {
        width: 20vw;
        height: 26vw;
        overflow: hidden;
    }

    .Home_Sepcial_PeopleList li img {
        width: 20vw;
        height: 26vw;
    }

    .Home_Sepcial_PeopleList li h4 {
        position: absolute;
        bottom: -9vw;
        padding: 2vw;
        width: 16vw;
        height: 4.8vw;
        background-color: rgba(0, 0, 0, 0.4);
        color: #FFF;
        font-size: 1.2vw;
        line-height: 1.6vw;

        /* 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 {
        margin: 0 auto;
        width: 100vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 9vw;
    }

    .Home_Center_Div .Home_Title {
        margin-left: 4vw;
    }

    .Home_Center_Div ul {
        /* margin: 0 auto; */
        width: 96vw;
        padding: 0 2vw;
        height: 31vw;
        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: 20vw;
        height: 25vw;
        padding: 3vw 2vw;
        overflow: hidden;

    }

    .Home_Center_Div li:hover {
        background-color: #D6EFFA;
    }

    .Home_Center_Div h4 {
        font-size: 1.4vw;
        line-height: 1.8vw;
        text-align: center;
        color: #212737;
        margin-bottom: 20px;
    }

    .Home_Center_Div h4 a {
        color: #212737;
    }

    .Home_Center_Div h5 {
        text-align: center;
        font-size: 1.2vw;
        line-height: 1.6vw;
        color: #212737;
        height: 132px;

        /* 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: 50px;
        height: 50px;
        bottom: 30px;
        left: calc(50% - 25px);
    }

    .Home_Center_Div li:hover em {
        background: url(../images/Home_Center_Arrow.png) center center no-repeat;
        background-size: 50px 50px;
    }


    .Bottom_Box {
        border-top: 5px solid #222838;
        /* width: 1920px; */
        /* 20260515 */
        width: 100%;
        height: 30vw;
        background-image: linear-gradient(to right, #323A4C, #005EA5);
        /* overflow: hidden; */
    }

    .Bottom_Div {
        margin: 0 auto;
        padding-top: 8vw;
        width: 96vw;
        height: auto;
    }

    .Bottom_LinkDiv {
        width: 70vw;
        height: 7vw;
        border: 1px solid #FFF;
        /* border-radius: 15px; */

        background: url(../images/Bottom_Link_Up.jpg) no-repeat right;
        background-size: 7vw;
        background-position: center right;

        cursor: pointer;
    }

    .Bottom_LinkDiv p {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: calc(100% - 10vw);
        height: 7vw;
        padding-left: 2vw;
        line-height: 7vw;
        font-size: 16px;
        /* 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: 7vw;
        width: 70vw;
        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: 1.2vw;
        line-height: 1.6vw;
        color: #000;
    }

    .Bottom_LinkDiv li a {
        display: block;
        width: calc(100% - 20px);
        text-align: left;

        padding-right: 20px;
        font-size: 16px;
        line-height: 26px;
        color: #000;

    }


    .Bottom_Info {
        margin-top: 3vw;
        font-size: 1.2vw;
        line-height: 1.6vw;
        color: #FFF;
    }

    .Bottom_Left {
        float: left;
        width: 70vw;
        height: auto;
        /* overflow: hidden; */
    }

    .Bottom_Right {
        float: right;
        width: 22vw;
        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: 1.2vw;
        line-height: 1.6vw;
        color: #FFF;
        text-align: center;
    }

    .Bottom_QR h4 a {
        color: #FFF;
    }

    .BackTop_Div {
        position: absolute;
        top: 0;
        right: 4vw;
        width: 7.2vw;
        height: auto;
    }

    .BackTop_Div img {
        width: 7.2vw;
    }

    .Top_Banner_Div {
        height: auto;
        background: url(../images/Banner_BK.jpg) top 6px center no-repeat;
        background-size: auto 100%;
        overflow: hidden;

    }

    .Top_Banner {
        width: 100vw;
        height: 17.85vw;
        font-size: 4vw;
    }

    /* .Aboutus_Title_Div */
    .Aboutus_Title_Div {
        /* width: 100%; */
        margin-top: 6.25vw;
        height: 34.28vw;
        padding-bottom: 5vw;
        background: url(../images/Aboutus_Top_BK2.jpg) center bottom no-repeat;
        background-size: auto 18vw;
        margin-bottom: 7.5vw;
        overflow: hidden;
    }

    .Aboutus_Title_Div p {
        float: left;
        margin-left: 6.25vw;
        width: 46.5vw;
        /* height: 34.28vw; */
    }

    .Aboutus_Title_Div p img {
        width: 46.5vw;
        height: auto;
    }

    .Aboutus_Title_Right {
        float: right;
        margin-right: 3.75vw;
        width: 42vw;
        height: 34.28vw;
        overflow: hidden;
    }

    .Aboutus_Title_Right h4 {
        padding: 4vw;
        padding-top: 2vw;
        width: 34vw;
        font-size: 1.2vw;
        line-height: 1.8vw;
        color: #212737;
        height: auto;
        background: url(../images/Aboutus_Top_BK.png) center center no-repeat;
        background-size: contain;
    }

    .Aboutus_Title_Txt {
        width: 100%;
        height: 8.4vw;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .Aboutus_Title_Txt h5 {
        text-align: right;
        height: auto;
        padding-right: 2.3vw;
        font-size: 1.2vw;
        line-height: 1.4vw;
        color: #FFF;
    }

    .Aboutus_Center_Box {
        width: 120vw;
        margin-left: calc(50% - 60vw);
        height: 68vw;
        background: url(../images/Aboutus_Center_BK.jpg) top center no-repeat;
        background-size: cover;
        overflow: hidden;
    }

    .Aboutus_Center_Div {
        height: auto;
    }

    .Aboutus_Center_1 {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row-reverse;
        overflow: hidden;
    }

    .Aboutus_Center1_Left {
        float: none;
        margin-top: 8vw;
        padding: 4vw 6.25vw;
        width: 61vw;
        height: 16vw;
        background: url(../images/Aboutus_Center_BK1.png) center center no-repeat;
        background-size: cover;
    }

    .Aboutus_Center1_Left p {
        font-size: 1.4vw;
        line-height: 1.8vw;
        color: #FFF;
        margin-bottom: 2vw;
    }

    .Aboutus_Center1_Right {
        float: none;
        margin-right: 6vw;
        width: 20vw;
        height: 32vw;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        overflow: hidden;
    }


    .Aboutus_Center1_Right h4 {
        margin-top: inherit;
        font-size: 3vw;
        font-weight: bold;
        line-height: 4vw;
        text-align: center;
        color: #FFF;
    }

    .Aboutus_Center1_Right h4 a {
        color: #FFF;
    }


    .Aboutus_Center_2 {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Aboutus_Center2_Left {
        float: left;
        margin-left: 6vw;
        width: 20vw;
        height: 32vw;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        background-color: rgba(0, 94, 165, 0.95);
    }

    .Aboutus_Center2_Left h4 {
        margin-top: inherit;
        font-size: 3vw;
        font-weight: bold;
        line-height: 4vw;
        color: #FFF;
    }

    .Aboutus_Center2_Left h4 a {
        color: #FFF;
    }

    .Aboutus_Center2_Right {
        float: left;
        padding: 4vw 6vw;
        width: 61vw;
        height: 24vw;
        background: url(../images/Aboutus_Center_BK2.png) center center no-repeat;
        background-size: cover;
    }

    .Aboutus_Center2_Right p {
        font-size: 1.4vw;
        line-height: 1.8vw;
        color: #FFF;
        margin-bottom: 2vw;
    }

    .Aboutus_Ad_Box {
        width: 100%;
        height: auto;
        background-image: linear-gradient(to bottom, #D6EFFA, #FFF);
    }

    .Aboutus_Ad {
        margin: 0 auto;
        width: 96vw;
        padding-top: 7.5vw;
        height: 14vw;
        display: flex;
        justify-content: space-between;
        padding-bottom: 150px;
    }

    .Aboutus_Ad p {
        width: 42vw;
        height: auto;
    }

    .Aboutus_Ad p img {
        width: 42vw;
        height: auto;
    }

    .Vision_Title_block {
        margin: 0 auto;
        margin-top: 5vw;
        padding: 0 4.69vw 6.88vw 4.69vw;

        width: 78.13vw;
        height: 24.38vw;
        background-image: linear-gradient(to top, #E1B777, rgba(225, 182, 118, 0));
    }

    .Vision_Title {
        padding-right: 1.25vw;
        overflow-y: auto;
        height: 24.38vw;
    }

    .Vision_Title p {
        font-size: 1.25vw;
        /* font-weight: bold; */
        line-height: 2.13vw;
        text-indent: 2.5vw;
        margin-bottom: 2.81vw;
    }

    .Vision_Info_Div {
        margin: 0 auto;
        width: 88vw;
        margin-top: 4.69vw;
        margin-bottom: 9.38vw;
        height: auto;
        overflow: hidden;
    }

    .Vision_Info_Type {
        float: left;
        width: 17.5vw;
        height: 48vw;
    }

    .Vision_Info_Type ul {
        width: 17.5vw;
        height: 48vw;
    }

    .Vision_Info_Type li {
        width: 17.5vw;
        height: 8vw;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #E6F0F7;
        cursor: pointer;

        font-size: 1.5vw;
        line-height: 1.88vw;
        font-weight: bold;
        color: #212737;
    }

    .Vision_Info_Type li a {
        font-size: 1.5vw;
        line-height: 1.88vw;
        font-weight: bold;
        color: #212737;
    }



    .Vision_Info_Block {
        float: right;
        padding: 2.5vw 1.88vw 3.44vw 3.75vw;
        width: 64.38vw;
        height: 42.5vw;
    }

    .Vision_Info {
        display: none;
        width: 63.13vw;
        height: 42.5vw;
        padding-right: 1.25vw;
        overflow-y: scroll;
    }



    .Vision_Info p {
        font-size: 1.25vw;
        /* font-weight: bold; */
        line-height: 2.13vw;
        text-indent: 2.5vw;
        margin-bottom: 2.81vw;
    }

    .List_Div {
        margin: 0 auto;
        max-width: 96vw;
        height: auto;
        margin-top: 4.38vw;
        margin-bottom: 3.13vw;
        overflow: hidden;
    }



    .List_Div li {
        margin-bottom: 1.88vw;
    }

    .List_Div li p {
        float: left;
        width: 27.38vw;
        height: 17.69vw;
        overflow: hidden;
    }

    .List_Div li p img {
        width: 27.38vw;
        height: 17.69vw;
        transition: all 0.5s;
    }

    .List_Div li:hover img {
        scale: 1.2;
        transition: all 0.5s;
    }

    .List_Div li h6 {
        line-height: 1.25vw;
        font-size: 1vw;
        margin-bottom: 0.31vw;

    }

    .List_Text_Div {
        padding: 2.38vw;
        height: auto;
        overflow: hidden;
    }

    .List_Div li h4 {
        display: block;
        width: 100%;
        height: auto;
        line-height: 1.75vw;
        font-size: 1.25vw;
        color: #222838;
        font-weight: bold;
        margin-bottom: 0.31vw;
    }



    .List_Div li h5 {
        display: block;
        line-height: 1.56vw;
        font-size: 1vw;
        color: #32394C;
    }

    .Artical_Div {
        margin: 0 auto;
        margin-top: 7.5vw;
        width: 96vw;
        height: auto;
        overflow: hidden;
    }



    .Artical_Content_Title {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 1.88vw;
        font-size: 2.25vw;
        font-weight: bold;
        line-height: 2.81vw;
        color: #222838;
        /* text-transform: uppercase; */
    }

    .Artical_Content_Info_Div {
        padding: 0.88vw;
        height: 1.56vw;
        background-color: #F3F3F3;
        /* border-bottom: 0.13vw solid #E7EFFB; */
    }

    .Artical_Content_Info {
        float: left;
        width: 50%;
        font-size: 1vw;
        line-height: 1.56vw;
    }

    .Artical_Content_Info h4 {
        font-size: 1vw;
        padding-right: 0.63vw;
        padding-left: 0.63vw;
        line-height: 1.56vw;

        color: #656565;
    }


    .Artical_Content_Info h5 {

        font-size: 1vw;
        padding-right: 0.63vw;
        padding-left: 0.63vw;
        line-height: 1.56vw;
        color: #656565;
    }


    .Artical_Content_Link {
        float: right;
        width: 50%;
    }


    .Artical_Content_Link li {
        width: 1.5vw;
        height: 1.5vw;
        margin-right: 0.5vw;
    }

    .Artical_Content_Link li img {
        width: 1.5vw;
        height: 1.5vw;
    }

    .Artical_Content_Text_Div {
        width: 100%;
        height: auto;
        padding-top: 3.13vw;
        margin-bottom: 7.5vw;
        /* border-bottom: 0.13vw solid #E7EFFB; */
    }

    .Artical_Content_Text {
        margin: 0 auto;
        width: 100%;
        padding-bottom: 1.88vw;
    }

    .Artical_Content_Text p {
        font-size: 1.25vw;
        line-height: 1.88vw;
        color: #32394C;
        text-indent: 2.5vw;
        margin-bottom: 2.81vw;
    }

    .Artical_Content_Text p img {
        margin: 0 auto;
        padding-top: 1.25vw;
        max-width: 100%;
		height: auto;
    }

    .Artical_Content_Text span {
        display: block;
        margin: 0 auto;
        margin-top: 1.25vw;
        width: 75vw;
        font-size: 1vw;
        color: #656565;
        line-height: 1.63vw;
        text-align: center;
        margin-bottom: 1.25vw;
    }

    .Artical_Content_Text span img {
        width: 50vw;
    }

    .Artical_Content_Text em {
        display: block;
        margin: 0 auto;
        width: 36vw;
        font-size: 1vw;
        line-height: 1.38vw;
        color: #434343;
        margin-bottom: 2.5vw;
    }

    /* Center_Div */
    .Center_Div {
        display: block;
        margin: 0 auto;
        width: 96vw;
        height: auto;
        overflow: hidden;
    }

    .Center_Type {
        margin-bottom: 2.5vw;
    }


    .Center_Type li {
        flex: 1;
        padding: 0.75vw 0;
        height: 8.44vw;
        line-height: 8.44vw;
        font-size: 1.5vw;
    }

    .Center_Type li a {
        height: 8.44vw;
    }

    .Center_List ul {
        margin-bottom: 4.06vw;
    }

    .Center_List li {
        margin-bottom: 2.31vw;
    }


    .Center_List li p {
        float: left;
        width: 27.06vw;
        height: 35.75vw;

    }

    .Center_List li p img {
        width: 27.06vw;
        height: 35.75vw;
    }

    .Center_List_Txt {
        padding: 4.69vw 3.13vw;
        height: 26.38vw;

    }

    .Center_List_Txt h4 {
        font-size: 1.5vw;
        line-height: 1.88vw;
        margin-bottom: 1.88vw;
    }



    .Center_List_Txt h5 {
        font-size: 1.25vw;
        line-height: 1.88vw;

    }

    .Nav_Div {
        margin: 0 auto;
        width: 96vw;
        padding: 1.44vw 0;
        height: 1.5vw;
        line-height: 1.5vw;
        font-size: 1vw;
        margin-bottom: 1.25vw;
    }

    /* Research_Div */
    .Research_Div {
        margin: 0 auto;
        width: 88vw;
        padding: 5vw 6vw;
        margin-bottom: 7.5vw;
    }

    .Research_List {
        margin-top: 3.44vw;
        width: 100%;
    }

    .Research_List ul {
        margin-bottom: 4.38vw;
    }

    .Research_List li {
        padding: 2.81vw 2.81vw;
        width: calc(100% - 5.63vw);
    }


    .Research_List li a {
        width: calc(100% - 5.63vw);
        /* height: 1.88vw; */
        font-size: 1.38vw;
        line-height: 1.88vw;
    }

    .Research_List li em {
        width: 3.5vw;
        height: 3.5vw;
        background: url(../images/Research_Arrow.png) center center no-repeat;
    }

    .Research_More {
        width: 10.63vw;
        height: 3.62vw;
        line-height: 3.62vw;
        font-size: 1.13vw;
        line-height: 3.62vw;
    }

/* Training_Body */
.Training_Body {
    margin: 0 auto;
    margin-top: 4.38vw;
    width: 96vw;
}

.Training_Type {
    float: left;
    padding-top: 1.88vw;
    padding-bottom: 7.5vw;
    width: 19.75vw;
}

.Training_Type li {
    width: 100%;
    padding: 2.38vw 0;
    height: 1.88vw;
    font-size: 1.5vw;
    line-height: 1.88vw;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    overflow: hidden;
}

.Training_Right {
    float: right;
    width: 73vw;
    height: auto;
    overflow: hidden;
}

 /* Search_Input_Div */
 .Search_Input_Div {
    margin: 0 auto;
    padding-top: 5vw;
    width: 96vw;
    height: auto;
    margin-bottom: 2.2vw;
}

.Search_Input_Div .TopMenu_Search_Pop_Div {
    margin-top: 5.63vw !important;
}

.Search_Div {
    margin: 0 auto;
    width: 96vw;
    height: auto;
    margin-bottom: 1.56vw;
    overflow: hidden;
}

.Search_Div li {
    width: 100%;
    padding: 4.06vw 2.5vw;
    width: auto;
    margin-bottom: 2.5vw;
}
.Search_Div li h6 {
    height: 1.25vw;
    line-height: 1.25vw;
    font-size: 0.88vw;
    margin-bottom: 0.63vw;
}

.Search_Div li h4 {
    line-height: 1.75vw;
    font-size: 1.25vw;
    font-weight: bold;
    margin-bottom: 0.63vw;
}

.Search_Div li h5 {
    line-height: 1.25vw;
    font-size: 1vw;
}

.Search_Result_Div {
    width: 100%;
    height: auto;
    line-height: 1.56vw;
    font-size: 1.13vw;
}

.Search_Input_Div .Top_Search_Pop_Search h4 {
    width: 5.75vw;
    height: 2.75vw;
    line-height: 2.75vw;
    font-size: 1.38vw;
    text-align: center;
    border-right: 0.06vw solid #212737;
    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: 1.56vw;
    width: 50vw;
    height: auto;
}
.Top_Search_Pop_Search {
    width: 50vw;
    padding: 1.44vw 0;
    height: 2.75vw;

}

    .Top_Search_Pop {
        width: 100vw;
        height: auto;
        padding-top: 8vw;
        top: 6px;
    }

    .Top_Search_Pop_Div {
        width: 50vw;
        height: auto;
    }

    .Top_Search_Pop_Search {
        width: 50vw;
        padding: 1.44vw 0;
        height: 2.75vw;
    }

    .Top_Search_Pop_Search h4 {
        width: 5.75vw;
        height: 2.75vw;
        line-height: 2.75vw;
        font-size: 1.38vw;
    }

    .Top_Search_Pop_Search input {
        width: 38vw;
        line-height: 2.75vw;
        font-size: 1.38vw;
    }

    .Top_Search_Pop_Search h5 {
        width: 5.3vw;
        height: 2.75vw;
    }

    .Top_Search_Pop_Info {
        margin: 0 auto;
        margin-top: 3vw;
        width: 90vw;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 2vw 0;
    }

    .Top_Search_Pop_Info h4 {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        padding: 0 0.63vw;
        font-size: 1.38vw;
        font-weight: bold;
        line-height: 1.88vw;
        margin-bottom: 1.88vw;
        color: #FFF;
    }

    .Top_Search_Pop_Info h5 {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        padding: 0 0.63vw;
        font-size: 1.13vw;
        line-height: 1.88vw;
        margin-right: 1.5vw;
        margin-bottom: 1.88vw;
        color: #FFF;
    }

    .Top_Search_Pop_Info h5 a {
        color: #FFF;
    }
	.Top_Search_Pop_Close {
        top: 10px;
    }

}
  #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;
  }
	  .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: rgb(255, 0, 0);  
}