/* Mobile */
/* 菜单部分 */
@media (max-width:600px) {
    .Top_Box {
        width: 100%;
        height: auto;
        /* background-color: #FFF; */

        overflow: hidden;
    }

    .Top_Div {
        padding: 5vw 4vw 0 4vw;
        width: 92vw;
        height: 17vw;
        display: flex;
        background-image: linear-gradient(to bottom, #89D2EF, #FFF);
        justify-content: space-between;
    }

    .Top_Logo2 {
        width: 52vw;
    }

    .Top_Logo2 img {
        width: 52vw;
    }

    .Top_Logo {
        margin-top: 2vw;
        width: 16vw;
    }

    .Top_Logo img {
        width: 16vw;
    }

    .TopMenu_Div {
        margin: 0 auto;
        width: 92%;
        margin-top: 3.8vw;
        height: 9.8vw;
        overflow: hidden;
    }

    .TopMenu_Left {
        float: left;
        width: 49vw;
    }

    .TopMenu_Left a img {
        width: 49vw;
    }

    .Top_Right {
        margin-top: 3vw;
        width: 15vw;
        height: 6vw;
    }

    .Top_Search {
        float: left;
        width: 6vw;
        height: 6vw;
    }

    .Top_Search img {
        width: 6vw;
        height: 6vw;
    }

    .Top_Menu {
        float: right;
        width: 6vw;
        height: 6vw;
    }

    .Top_Menu img {
        width: 6vw;
        height: 6vw;
    }

    .Top_Menu_Pop_Box {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 13;
        background-color: rgba(0, 94, 165, 0.9);
    }

    .Top_Menu_Control {
        padding: 6vw;
        height: 6vw;

    }

    .Top_Search_BTClose,
    .Top_Menu_BTClose {
        float: right;
        /* margin-right: 5px; */
        width: 6vw;
        height: 6vw;
    }

    .Top_Search_BTClose img,
    .Top_Menu_BTClose img {
        width: 6vw;
        height: 6vw;
    }

    .Top_Search_BTClose {
        float: right;
        width: 6vw;
        height: 6vw;
    }

    .Top_Search_BTClose img {
        width: 6vw;
        height: 6vw;
    }

    .Top_Menu_Pop_Menu {
        margin: 0 auto;
        width: 100vw;

    }

    .Top_PopMenu_Line {
        height: auto;
        /* border-top: 1px solid #000; */
        padding: 2vw 6vw;
    }

    .Top_PopMenu_Line2 {
        border-top: 1px solid #FFF;
    }

    .Top_PopMenu_LineNow {
        background-color: #005392;
    }


    .Top_PopMenu_Title {
        width: 100%;
        padding: 2vw 0;
        height: auto;
        overflow: hidden;
    }

    .Top_PopMenu_Title a {
        width: calc(100% - 6vw);
        font-size: 4.5vw;
        color: #FFF;
        line-height: 6vw;
        /* font-weight: bold; */

    }

    .Top_PopMenu_Line:hover {
        background-color: #005392;
    }



    .Top_PopMenu_L2 {
        overflow: hidden;
    }

    .Top_PopMenu_L2 ul {
        width: 100%;
        /* margin-top: 15px;
        margin-bottom: 15px; */
        height: auto;

    }

    .Top_PopMenu_L2 li {
        font-size: 14px;
        color: #FFF;
        line-height: 22px;
        padding: 5px;
        overflow: hidden;
    }

    .Top_PopMenu_L2 li:hover {
        background-color: #C1755F;
    }

    .Top_PopMenu_L2 li a {
        color: #FFF;
    }

    .Top_Search_Pop_Box {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 13;
        background-color: rgba(0, 94, 165, 0.9);

    }

    .Top_Search_Pop_Div {
        margin: 0 auto;
        margin-top: 4vw;
        position: relative;
        width: 88vw;
        height: auto;
    }

    .Top_Search_Pop_Search {
        width: 88vw;
        padding: 3vw 0;
        height: 6vw;
        display: flex;
        justify-content: space-between;
        border: 1px solid #FFF;
    }

    .Top_Search_Pop_Search h4 {
        width: 12vw;
        height: 6vw;
        line-height: 6vw;
        font-size: 4vw;
        text-align: center;
        border-right: 1px solid #FFF;
        color: #FFF;
    }

    .Top_Search_Pop_Search input {
        width: 60vw;
        line-height: 6vw;
        font-size: 4vw;
        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: 12vw;
        height: 6vw;
        cursor: pointer;
        background: url(../images/Top_Search_White.png) center center no-repeat;
        background-size: 6vw;
    }

    .Search_Input_Div .Top_Search_Pop_Search {        
        border: 1px solid #212737!important;

    }

    
    .Search_Input_Div .Top_Search_Pop_Search h4 {
        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;
        background-size: 6vw;
    }

    .Search_Input_Div .Top_Search_Pop_Div {
        /* margin-bottom: 6vw; */
    }



    .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: 8vw;
        width: 88vw;
        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 1vw;
        font-size: 4vw;
        font-weight: bold;
        line-height: 5vw;
        margin-bottom: 2vw;
        color: #FFF;
    }

    .Top_Search_Pop_Info h5 {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        padding: 0 1vw;
        font-size: 3.6vw;
        /* font-weight: bold; */
        line-height: 6vw;
        margin-bottom: 2vw;
        color: #FFF;
    }

    .Top_Search_Pop_Info h5 a {
        color: #FFF;
    }



}

/* 翻页控制部分 */
@media (max-width:600px) {

    /* PageControl_Box  */
    .PageControl_Box {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 50px;
    }

    .PageControl_Div {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: auto;
        height: 5vw;
        min-width: 60vw;
        margin-bottom: 20vw;
        /* 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 4px;
        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 12px;
        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 (max-width:600px) {
    /* Nav_Div */

    .Nav_Box {
        height: 30px;
        width: 100%;
    }

    .Nav_Div {
        margin: 0 auto;
        padding: 4vw 0;
        width: 92vw;
        height: 5vw;
        line-height: 5vw;
        font-size: 3.2vw;        
        color: #929292;
    }

    .Nav_Div a {
        color: #929292;
    }
}

/* 文章部分 */
@media (max-width:600px) {

    /* Artical_Content */
    .Artical_Content {
        width: 100%;
        height: auto;
        background-color: #FFF;
        overflow: hidden;
    }

    .Artical_Content_Title_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
        /* border-bottom: 2px solid #E7EFFB; */
    }

    .Artical_Content_Title {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 8vw;
        font-size: 6.2vw;
        font-weight: bold;
        line-height: 7.2vw;
        color: #000;
        /* text-transform: uppercase; */
    }

    .Artical_Content_Title a {
        color: #000;
    }

    .Artical_Content_Info_Div {
        padding: 14px 5px;
        height: 20px;
        background-color: #F3F3F3;
        /* border-bottom: 2px solid #E7EFFB; */
    }

    .Artical_Content_Info {
        float: left;
        width: 50%;
        font-size: 16px;
        line-height: 20px;
    }

    .Artical_Content_Info h4 {
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 12px;
        padding-right: 5px;
        padding-left: 5px;
        line-height: 20px;
        border-right: 1px solid #656565;
        color: #656565;
    }

    .Artical_Content_Info h4 a {
        color: #656565;
    }

    .Artical_Content_Info h5 {
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 12px;
        padding-right: 5px;
        padding-left: 5px;
        line-height: 20px;
        color: #656565;
    }

    .Artical_Content_Info h5 a {
        color: #656565;
    }
    .Artical_Content_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: 8vw;
        /* 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: 4vw;
        line-height: 7vw;
        color: #000;
        text-indent: 8vw;
        margin-bottom: 7vw;
    }

    .Artical_Content_Text p img {
        margin: 0 auto;
        /* padding-top: 20px; */
        width: 100%;
    }

    .Artical_Content_Text span {
        margin-top: 2vw;
        display: block;
        width: 100%;
        font-size: 3.2vw;
        color: #000;
        line-height: 5vw;
        text-align: center;
        margin-bottom: 2vw;
        text-indent: 0;
    }

    .Artical_Content_Text span img {
        width: 100%;
    }

    .Artical_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        overflow: hidden;
        margin-top: 10vw;
        margin-bottom: 12vw;
    }


    /* Artical_Related_Div */
    .Artical_Related_Div {
        width: 100%;
        height: auto;
        margin-bottom: 60px;
    }

    .Artical_Related_Title {
        height: 50px !important;
    }

    .Artical_Related_List {
        width: 100%;
        height: auto;
    }

    .Artical_Related_List ul {
        width: 100%;
        list-style: none;
    }


    .Artical_Related_List li {
        padding: 16px;
        overflow: hidden;
        background-color: #F0F0F0;
        margin-bottom: 20px;
    }

    .Artical_Related_List li h5 {
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        color: #0011A9;
        margin-bottom: 6px;
    }

    .Artical_Related_List li h4 {
        font-size: 18px;
        line-height: 26px;
        color: #000;
    }

    .Artical_Related_List li h4 a {
        color: #000;
    }
}

/* 底部 部分 */
@media (max-width:600px) {

    /* Bottom_Box */
    .Bottom_Box {
        border-top: 5px solid #222838;
        width: 100%;
        height: 113vw;
        background-image: linear-gradient(to right, #323A4C, #005EA5);
        /* overflow: hidden; */
    }

    .Bottom_Div {
        margin: 0 auto;
        padding-top: 17vw;
        width: 92vw;
        height: auto;
    }

    .Bottom_LinkDiv {
        width: 92vw;
        height: 12vw;
        border: 1px solid #FFF;
        /* border-radius: 15px; */

        background: url(../images/Bottom_Link_Up.jpg) no-repeat right;
        background-position: center right;
        background-size: 12vw 12vw;

        cursor: pointer;
    }

    .Bottom_LinkDiv p {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: calc(100% - 15vw);
        height: 12vw;
        padding-left: 4vw;
        line-height: 12vw;
        font-size: 4vw;
        /* font-weight: bold; */
        color: #FFF;

    }

    /*  */
    .Bottom_LinkDiv ul {
        display: none;
        position: absolute;
        margin: 0;
        padding: 0;
        padding-top: 4vw;
        padding-bottom: 6vw;
        /* left: 6px; */
        bottom: 12vw;
        width: 92vw;
        height: auto;
        max-height: 220px;
        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: 2vw 0;
        padding-left: 2vw;

        height: auto;
        /* text-indent: 14px; */
        list-style: none;
        font-size: 3vw;
        line-height: 4vw;
        color: #000;
    }

    .Bottom_LinkDiv li a {
        display: block;
        width: calc(100% - 4vw);
        text-align: left;

        padding-right: 2vw;
        font-size: 4vw;
        line-height: 5vw;
        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: 10vw;
        font-size: 3.8vw;
        text-align: center;
        line-height: 7vw;
        color: #FFF;
        margin-bottom: 8vw;
    }

    .Bottom_Left {
        width: 92vw;
        height: auto;
        /* overflow: hidden; */
    }

    .Bottom_Right {
        margin: 0 auto;
        width: 60vw;
        height: auto;
        display: flex;
        justify-content: space-between;
        /* overflow: hidden; */
    }

    .Bottom_QR {
        width: 22vw;
        height: auto;
        /* overflow: hidden; */
    }

    .Bottom_QR p {
        padding: 1vw;
        width: 20vw;
        height: 20vw;
        background-color: #FFF;
    }

    .Bottom_QR p img {
        width: 20vw;
        height: 20vw;
    }

    .Bottom_QR h4 {
        margin-left: -4vw;
        width: 30vw;
        margin-top: 10px;
        font-size: 16px;
        line-height: 20px;
        color: #FFF;
        text-align: center;
    }

    .Bottom_QR h4 a {
        color: #FFF;
    }

    .BackTop_Div {
        display: none;
        top: 0;
        right: 135px;
        width: 102px;
        height: 52px;
    }

    .BackTop_Div img {
        width: 102px;
        height: 52px;
    }

}

/* 列表 部分 */
@media (max-width:600px) {
    .List_Type_Box {
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }

    .List_Type_Div {
        display: none;
        top: 96px;
        position: absolute;
        width: 100%;
        height: auto;
        background-color: #F0F0F0;
        z-index: 4;
    }

    .List_Type_Div ul {
        margin: 0 auto;
        width: 92vw;
        margin-bottom: 72px;
        height: auto;
    }

    .List_Type_Div li {
        width: 100%;
        height: 72px;
        border-bottom: 1px solid #FFF;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: flex-start;
        font-size: 16px;
        line-height: 20px;
        color: #000;
    }

    .List_Type_Div li a {
        display: block;
        color: #000;
    }

    .List_Type_Now {
        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_Type_Show {
        width: 100%;
        height: 96px;
        border-top: 12px solid #D78971;
    }

    .List_Type_Show h4 {
        margin-left: 4vw;
        width: calc(92vw - 20px);
        height: 95px;
        border-bottom: 1px solid #f0f0f0;
        font-size: 16px;
        line-height: 20px;
        display: flex;
        align-items: center;
        align-content: center;
        color: #D78971;
        font-weight: bold;

    }

    .List_Type_Show h4::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        width: 20px;
        height: 20px;
        right: -20px;
        height: 95px;
        background: url(../images/Mobile/List_Down.png) center center no-repeat;
    }

    .List_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        margin-top: 10vw;
        margin-bottom: 10vw;
        overflow: hidden;
    }

    .List_Div ul {
        width: 100%;
        list-style: none;
    }

    .List_Div li {
        padding: 10vw 0;
        width: 100%;
        height: auto;
        margin-bottom: 6vw;
        overflow: hidden;
        background-color: #F5F5F7;
    }

    .List_Div li p {
        float: left;
        width: 37vw;
        height: 24vw;
        overflow: hidden;
    }    

    .List_Div li p img {
        width: 37vw;
        height: 24vw;
        /* transition: all 0.5s; */
    }



    .List_Div li h6 {
        line-height: 5vw;
        font-size: 3.2vw;
      
        color: #005DA5FF;  
    }

    .List_Text_Div {
        padding: 0 4vw;
        height: auto;
        overflow: hidden;
    }

    .List_Div li h4 {
        display: block;
        width: 100%;
        height: auto;
        line-height: 6vw;
        font-size: 4vw;
        color: #222838;
        font-weight: bold;
        margin-bottom: 1vw;
    }

    .List_Div li h4 a {
        color: #222838;
    }

    .List_Div li h5 {
        display: none;

        line-height: 25px;
        font-size: 16px;
        color: #32394C;
    }

    .List_Div li h5 a {
        color: #32394C;
    }
}

/* 搜索 部分 */
@media (max-width:600px) {

    /* Search_Input_Div */
    .Search_Input_Div {
        margin: 0 auto;
        padding-top: 8vw;
        width: 92vw;
        height: auto;
    }

    .Search_Input_Div .TopMenu_Search_Pop_Div {
        margin-top: 40px !important;
    }

    .Search_Div {
        margin: 0 auto;
        width: 88vw;
        height: auto;
        margin-bottom: 6vw;
        overflow: hidden;
    }

    .Search_Div ul {
        width: 100%;
        list-style: none;
    }

    .Search_Div li {
        padding: 8vw 4vw;
        background-color: #F5F5F7;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .Search_Div li:hover {
        /* background-color: #e3e3e3; */
        cursor: pointer;
    }

    .Search_Div li h6 {
        display: block;
        height: 5vw;
        line-height: 5vw;
        font-size: 3.4vw;
        color: #656565;
    }

    .Search_Div li h4 {
        display: block;
        width: 100%;
        height: auto;
        line-height: 6vw;
        font-size: 4vw;
        color: #222838;
        font-weight: bold;
        margin-bottom: 2vw;
    }

    .Search_Div li h4 a {
        color: #222838;
    }

    .Search_Div li h5 {
        display: none;
        line-height: 24px;
        font-size: 16px;
        color: #000;
        margin-bottom: 20px;
    }

    .Search_Div li h5 a {
        color: #000;
    }

    .Search_Div li span {
        color: #D51B1B;
    }

    .Search_Result_Div {
        width: 100%;
        height: 12vw;
        line-height: 12vw;
        font-size: 3.4vw;
        color: #212737;
        text-align: center;
    }
    .Search_Result_Div span{
        color: #D51B1B;        
    }

    .TopMenu_Search_Pop_Div {
        margin: 0 auto;
        margin-top: 120px;
        width: 100%;
        height: 40px;
        border-radius: 20px;
        background-color: #D88972;
    }

    .TopMenu_Search_Pop_Left {
        float: left;
        width: calc(100% - 60px);
        height: 40px;
        margin-left: 15px;
        line-height: 40px;
    }

    .TopMenu_Search_Pop_Left input {
        float: left;
        width: calc(100% - 60px);
        height: 40px;
        line-height: 40px;
        background-color: transparent;
        font-size: 16px;
        color: #FFF;
    }

    .TopMenu_Search_Pop_Left input::input-placeholder {
        color: #FFF;
    }

    .TopMenu_Search_Pop_Left input::-webkit-input-placeholder {
        color: #FFF;
    }

    .TopMenu_Search_Pop_Left input::-moz-placeholder {
        color: #FFF;
    }

    .TopMenu_Search_Pop_Left input::-moz-placeholder {
        color: #FFF;
    }

    .TopMenu_Search_Pop_Left input::-ms-input-placeholder {
        color: #FFF;
    }

    .TopMenu_Search_Pop_Right {
        float: right;
        margin-top: 10px;
        margin-right: 16px;
        width: 20px;
        height: 20px;
        overflow: hidden;
    }

    .TopMenu_Search_Pop_Right img {
        width: 20px;
        height: 20px;
    }
}

/* 其他 部分 */
@media (max-width:600px) {
    .Home_Words_Swiper_Div {
        padding: 14vw 4vw;
        width: 92vw;
        height: 59vw;
        overflow: hidden;
    }

    .Top_Focus_Div {
        width: 100vw;
        height: auto;
        border-top: 5px solid #CCC;
        background: url(../images/Mobile/Home_Banner_BK.jpg) top center no-repeat;
        background-size: 100% 100%;
        padding-bottom: 10vw;
        overflow: hidden;
        margin-bottom: 4vw;

    }

    .Top_Banner_Div {
        width: 100vw;
        height: 32vw;
        background: url(../images/Mobile/Banner_BK.jpg) top center no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
        /* padding-bottom: 10vw; */

    }

    .Top_Banner_Div img {
        width: 100vw;
        height: 32vw;
    }

    .Home_Words_Swiper {
        width: 92vw;
        height: 59vw;
        overflow: hidden;
    }

    .Home_Words_Swiper p {
        width: 92vw;
        height: 59vw;
        overflow: hidden;
    }

    .Home_Words_Swiper p img {
        width: 92vw;
        height: 59vw;
    }

    .Home_Words_pagination {
        position: absolute;
        font-size: 12px;
        left: auto !important;
        right: 6vw !important;
        bottom: 6vw !important;
        width: auto !important;
        height: 4vw !important;
    }

    .Home_Words_pagination .swiper-pagination-bullet {
        border-radius: 1vw;
        width: 2vw;
        height: 2vw;
        background-color: #5EA3CE;
        opacity: 1;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 1vw) !important;
    }

    .Home_Words_pagination .swiper-pagination-bullet-active {
        background-color: #FFF;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 1vw) !important;
    }

    .Home_Focus_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        overflow: hidden;
    }

    .Home_Focus_Swiper {
        width: 92vw;
        height: 59vw;
        overflow: hidden;
        margin-bottom: 8vw;
    }

    .Home_Focus_Swiper {
        width: 92vw;
        height: 59vw;
        overflow: hidden;
    }

    .Home_Focus_Swiper p {
        width: 92vw;
        height: 59vw;
        overflow: hidden;
    }

    .Home_Focus_Swiper p img {
        width: 92vw;
        height: 59vw;
    }

    .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 {
        display: block;
        width: 74vw;
        height: 6vw;

        font-size: 4vw;
        line-height: 6vw;
        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: 0 !important;
        bottom: 4vw !important;
        width: 14vw !important;
        height: 4vw !important;
    }

    .Home_Focus_pagination .swiper-pagination-bullet {
        border-radius: 1vw;
        width: 2vw;
        height: 2vw;
        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: 10vw;
        line-height: 7vw;
        font-size: 6vw;
        font-weight: bold;
        color: #222838;
		text-transform: uppercase;
    }

    .Home_Title a {
        color: #222838;
    }

    .Home_White_Title {
        color: #FFF;
    }

    .Home_White_Title a {
        color: #FFF !important;
    }

    .Home_More {
        width: 28vw;
        height: 10vw;
        line-height: 10vw;
        text-align: center;
        font-size: 3vw;
        background-color: #FFF;
        color: #222838;
    }

    .Home_More a {
        color: #222838;
    }

    .Home_Focus_List {

        padding: 6vw;
        width: 80vw;
        height: auto;
        /* overflow: hidden; */
        background: url(../images/Home_Focus_List_BK.png) top center no-repeat;
        background-size: 100% 100%;
        /* 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: 4vw;
        line-height: 6vw;
        color: #FFF;
        margin-bottom: 4vw;
    }

    .Home_Focus_List li a {
        color: #FFF;
    }

    .Home_News_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        margin-bottom: 10vw;
        margin-top: 10vw;
    }

    .Home_News_Swiper_Div {
        width: 92vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .Home_News_Swiper {
        width: 92vw;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .Home_News_Swiper_Div p {
        width: 92vw;
        height: 59vw;
        overflow: hidden;
    }

    .Home_News_Swiper_Div p img {
        width: 92vw;
        height: 59vw;
    }

    .Home_News_Txt {

        padding: 8vw 4vw;
        padding-bottom: 12vw;
        width: 84vw;
        height: auto;
        overflow: hidden;
        background-color: #F5F5F7;
    }

    .Home_News_Txt h4 {
        font-size: 5vw;
        line-height: 6vw;
        /*text-align: center;*/
        font-weight: bold;
        color: #212737;
        margin-bottom: 20px;
    }

    .Home_News_Txt h4 a {
        color: #212737;
    }

    .Home_News_Txt h5 {
        display: none;
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        color: #32394C;

    }

    .Home_News_Txt h5 a {
        color: #32394C;
    }

    .Home_News_pagination {
        font-size: 12px;
        bottom: 6vw !important;
        width: 100% !important;
        height: 2vw !important;
        z-index: 2;
    }

    .Home_News_pagination .swiper-pagination-bullet {
        border-radius: 0px;
        width: 10vw;
        height: 0.8vw;
        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;

    }

    .Home_News_List li {
        padding: 10vw 4vw;
        /* width: 345px;         */
        height: auto;
        background-color: #F5F5F5;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .Home_News_List li h6 {
        font-size: 3vw;
        line-height: 4vw;
        color: #005DA5;
        margin-bottom: 1vw;
    }

    .Home_News_List li h4 {
        font-size: 4vw;
        line-height: 6vw;
        color: #222838;
        /* margin-bottom: 12px; */
    }

    .Home_News_List li h4 a {
        color: #222838;
    }

    .Home_News_List li h5 {
        display: none;
        font-size: 16px;
        line-height: 25px;
        color: #32394C;

    }

    .Home_News_List li h5 a {
        color: #32394C;
    }

    .Home_Special_Box {
        width: 100%;
        padding-top: 12vw;
        /* background-color: #D6EFFA; */
        background: url(../images/Home_Sepcial_BK.jpg) center center no-repeat;
        background-size: 100% 100%;
        height: auto;
        overflow: hidden;
    }

    .Home_Special_Box .Home_Title {
        margin: 0 auto;
        width: 92vw;
    }

    .Home_Special_Div {
        width: 100%;
        height: auto;
        background: url(../images/Home_Sepcial_BK.jpg) top repeat-x;
        overflow: hidden;
    }

    .Home_Special_Swiper {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        padding-bottom: 12vw;
        overflow: hidden;
    }

    .Home_Special_Swiper .swiper-slide {
        width: 80vw;
        height: auto;
        overflow: hidden;
    }

    .Home_Special_Swiper p {
        width: 80vw;
        height: 52vw;
        margin-bottom: 4vw;
        overflow: hidden;
    }

    .Home_Special_Swiper p img {
        width: 80vw;
        height: 52vw;
    }

    .Home_Special_Swiper em {
        position: absolute;
        left: calc(50% - 4vw);
        top: 22vw;
        width: 8vw;
        height: 8vw;
        z-index: 2;
        background: url(../images/Home_Video_Play.png) center center no-repeat;
        background-size: 8vw;
    }

    .Home_Special_Swiper h4 {
        font-size: 4vw;
        line-height: 6vw;
        color: #222838;
        /* margin-bottom: 12px; */
    }


    .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_Left li:hover {
        background-image: linear-gradient(to right, rgba(55, 58, 76, 1), rgba(55, 58, 76, 0));
    }

    .Home_Sepcial_Left li:hover em {
        background: url(../images/Home_Special_Arrow.png) center center no-repeat;
    }

    .Home_Sepcial_Left .Home_More {
        margin-left: 21px;
    }

    .Home_Sepcial_Right {
        float: left;
        width: 888px;
        height: 572px;
        overflow: hidden;
    }

    .Home_Sepcial_Right img {
        width: 888px;
        height: 572px;
    }

    .Home_Sepcial_People {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 12vw;
    }

    .Home_Sepcial_PeopleTxt {
        padding: 12vw 6vw;
        width: 80vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 10vw;
        background-color: rgba(255, 255, 255, 0.6);
    }

    .Home_Sepcial_PeopleTxt h4 {
        border-left: 3px solid #005EA5;
        padding-left: calc(4vw - 3px);
        font-size: 5vw;
        line-height: 7vw;
        font-weight: bold;
        color: #212737;
        margin-bottom: 6vw;
    }

    .Home_Sepcial_PeopleTxt h4 a {
        color: #212737;
    }

    .Home_Sepcial_PeopleTxt h5 {
        display: none;
        padding-left: 20px;
        font-size: 16px;
        line-height: 26px;
        color: #212737;
        margin-bottom: 20px;
    }

    .Home_Sepcial_PeopleTxt h5 a {
        color: #212737;
    }

    .Home_Sepcial_PeopleTxt .Home_More {
        margin-left: 4vw;
        background-color: #005EA5;
        color: #FFF;
    }

    .Home_Sepcial_PeopleTxt .Home_More a {
        color: #FFF;
    }

    .Home_Sepcial_PeopleList {

        width: 92vw;
        height: auto;
        overflow: hidden;
    }

    .Home_Sepcial_People_Swiper {
        width: 92vw;
        height: auto;
        overflow: hidden;
    }

    .Home_Sepcial_People_Swiper .swiper-slide {
        width: 50vw;
        height: auto;
        overflow: hidden;
    }

    .Home_Sepcial_People_Swiper p {
        width: 50vw;
        height: 66vw;
        overflow: hidden;
    }

    .Home_Sepcial_People_Swiper p img {
        width: 50vw;
        height: 66vw;
    }

    .Home_Sepcial_People_Swiper h4 {
        position: absolute;
        bottom: 0;
        padding: 4vw;
        width: 42vw;
        height: 12vw;
        background-color: rgba(0, 0, 0, 0.4);
        overflow: hidden;
        z-index: 2;
    }

    .Home_Sepcial_People_Swiper h4 a {
        display: block;
        width: 42vw;
        font-size: 3.6vw;
        line-height: 4vw;
        height: 12vw;
        color: #FFF;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;

    }

    .Home_Center_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
        /* margin-bottom: 12vw; */
    }

    .Home_Center_Div .Home_Title {
        margin-left: 4vw;
    }

    .Home_Center_Div ul {
        width: 92vw;
        padding: 12vw 4vw;
        height: auto;
        background-image: linear-gradient(to bottom, rgba(215, 239, 250, 1), rgba(215, 239, 250, 0));
        overflow: hidden;
    }

    .Home_Center_Div li {
        width: 92vw;
        height: auto;
        overflow: hidden;
    }

    .Home_Center_Div li:hover {
        background-color: #D6EFFA;
    }

    .Home_Center_Div h4 {
        font-size: 4.5vw;
        line-height: 6vw;
        /* text-align: center; */
        color: #212737;
        margin-bottom: 4vw;
    }

    .Home_Center_Div h4 a {
        color: #212737;
    }

    .Home_Center_Div h5 {
        display: none;
        text-align: center;
        font-size: 16px;
        line-height: 25px;
        color: #212737;
        height: 150px;



    }

    .Home_Center_Div h5 a {
        color: #212737;
    }

    .Home_Center_Div em {
        display: none;
        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%;
        height: auto;
        margin-top: 10vw;
        background-size: 100% auto;
        margin-bottom: 12vw;
    }

    .Aboutus_Title_Div p {
        margin: 0 auto;
        width: 92vw;
        margin-bottom: 6vw;
    }

    .Aboutus_Title_Div p img {
        width: 92vw;
    }

    .Aboutus_Title_Right {
        width: 100vw;
        height: auto;
        overflow: hidden;
    }

    .Aboutus_Title_Right h4 {
        margin: 0 auto;
        padding: 8vw 4vw;
        width: 84vw;
        height: 61vw;
        font-size: 4vw;
        line-height: 6vw;
        color: #212737;
        background: url(../images/Mobile/Aboutus_Top_BK.png) center center no-repeat;
        background-size: 100% 100%;
        margin-bottom: 4vw;
    }

    .Aboutus_Title_Txt {
        width: 100%;
        height: 29vw;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        background: url(../images/Mobile/Aboutus_Top_BK2.jpg) center center no-repeat;
        background-size: 100% 100%;
    }

    .Aboutus_Title_Txt h5 {
        text-align: right;
        height: 6vw;
        padding-right: 4vw;
        line-height: 6vw;
        font-size: 3.4vw;
        color: #FFF;
    }

    .Aboutus_Center_Box {
        width: 100vw;
        height: auto;
        background: url(../images/Mobile/Aboutus_Center_BK.jpg) top center no-repeat;
        background-size: 100% 100%;
        padding-bottom: 12vw;
        overflow: hidden;
    }

    .Aboutus_Center_Div {
        width: 100vw;
        height: auto;
        overflow: hidden;
    }

    .Aboutus_Center_1 {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Aboutus_Center1_Left {
        padding: 4vw;
        width: 92vw;
        height: auto;
        background: url(../images/Aboutus_Center_BK1.png) center center no-repeat;
        background-size: 100% 100%;
    }

    .Aboutus_Center1_Left p {
        font-size: 4vw;
        line-height: 6vw;
        color: #FFF;
        margin-bottom: 6vw;
    }

    .Aboutus_Center1_Right {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        /* background-color: rgba(100, 209, 255, 0.95); */
    }


    .Aboutus_Center1_Right h4 {
        padding-top: 12vw;
        font-size: 5.2vw;
        font-weight: bold;
        line-height: 6vw;
        height: 12vw;
        color: #FFF;
    }

    .Aboutus_Center1_Right h4 a {
        color: #FFF;
    }


    .Aboutus_Center_2 {
        width: 100%;
        height: auto;
        background: url(../images/Aboutus_Center_BK2.png) center center no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
    }

    .Aboutus_Center2_Left {
        margin: 0 auto;
        width: 92vw;
        height: auto;
    }

    .Aboutus_Center2_Left h4 {
        padding-top: 12vw;
        font-size: 5.2vw;
        font-weight: bold;
        line-height: 6vw;
        height: 12vw;
        color: #FFF;
    }

    .Aboutus_Center2_Left h4 a {
        color: #FFF;
    }

    .Aboutus_Center2_Right {
        padding: 4vw;
        width: 92vw;
        height: auto;
    }

    .Aboutus_Center2_Right p {
        font-size: 4vw;
        line-height: 6vw;
        color: #FFF;
        margin-bottom: 6vw;
    }

    .Aboutus_Ad_Box {
        width: 100%;
        height: auto;
        background-image: linear-gradient(to bottom, #D6EFFA, #FFF);
    }

    .Aboutus_Ad {
        margin: 0 auto;
        width: 92vw;
        padding-top: 12vw;
        height: auto;
        padding-bottom: 12vw;
    }

    .Aboutus_Ad p {
        width: 92vw;
        margin-bottom: 6vw;
    }

    .Aboutus_Ad p img {
        width: 92vw;
    }

    /* Vision_Title_Div */
    .Vision_Title_Div {
        width: 100vw;
        height: auto;
        background-image: linear-gradient(to bottom, #E1B676, #FFF);
        overflow: hidden;
    }

    .Vision_Title_block {
        margin: 0 auto;
        margin-top: 10vw;
        padding:8vw;

        width: 76vw;
        height: 120vw;
        background-image: linear-gradient(to top, #E1B676, rgba(225, 182, 118, 0));
    }

    .Vision_Title {
        padding-right: 1vw;
        overflow-y: auto;
        height: 120vw;
    }

    /* 滚动条 */
    .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: 4vw;
        /* font-weight: bold; */
        line-height: 6vw;
        text-indent: 8vw;
        margin-bottom: 8vw;
    }

    .Vision_Info_Div {
        margin: 0 auto;
        width: 92vw;
        margin-top: 8vw;
        margin-bottom: 10vw;
        height: auto;
        overflow: hidden;
    }
    .Vision_Info_List{
        padding: 0 6vw;
        /* width: 80vw; */
        height: 20vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        background-image: linear-gradient(to right,
        #005EA5, #85CFF2);
        overflow: hidden;
    }
    .Vision_Info_List h4{
        width: 60vw;
        font-size: 5vw;
        line-height: 6vw;
        font-weight: bold;
        color: #FFF;        
    }
    .Vision_Info_List em{
        display: block;
        width: 10vw;
        height: 10vw;
        background: url(../images/Mobile/Vision_Arrow.png) center center no-repeat;
    }
    .Vision_Info_mType {
        display: none;
        width: 92vw;
        height: auto;
        overflow: hidden;
        position: absolute;
        z-index: 2;
        top:20vw;
    }


    .Vision_Info_mType ul {
        width: 92vw;
        height: auto;
    }

    .Vision_Info_mType li {
        padding: 0 6vw;
        width: 80vw;
        height: 16vw;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        background-color: #E6F0F7;
        border-bottom: 1px solid #FFF;

        font-size: 4vw;
        line-height: 6vw;
        font-weight: bold;
        color: #212737;
        cursor: pointer;
    }

    .Vision_Info_mType li a {
        font-size: 4vw;
        line-height: 6vw;
        font-weight: bold;
        color: #212737;
    }

    .Vision_Info_Now {
        background-image: linear-gradient(to right,
                #005EA5, #85CFF2);
    }

    .Vision_Info_Now a {
        color: #FFF !important;
    }

    .Vision_Info_Block {
   
        padding: 8vw;
        width: 76vw;
        height: 100vw;
    }

    .Vision_Info {
        display: none;
        width: 75vw;
        height: 100vw;
        padding-right: 1vw;
        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: 4vw;
        line-height: 6vw;
        text-indent: 8vw;
        margin-bottom: 6vw;
    }

    .Vision_Info_Show {
        display: block !important;
    }

    /* Center_Div */
    .Center_Div{
        margin:  0 auto;
        width: 92vw;
        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: #FFF;
        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%;
        margin-top: 6vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 65px;
     }
     .Center_List li{
        width: 100%;
        height: auto;
        background-color: #F5F5F7;
        overflow: hidden;
        margin-bottom: 6vw;
     }
     .Center_List li:last-child{
        margin-bottom: 0px;
     }
     .Center_List li p{
        float: left;
        width: 43vw;
        height: 57vw;
        overflow: hidden;        
     }
     .Center_List li p img{        
        width: 43vw;
        height: 57vw;            
     }
     .Center_List_Txt{
        padding: 6vw; 
        height: 45vw;
        overflow: hidden;       
     }
     .Center_List_Txt h4{
        font-size: 4.6vw;
        line-height: 7vw;
        font-weight: bold;
        color: #222838;
        height: 42vw;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
        /* margin-bottom: 30px; */
     }
     .Center_List_Txt h4 a{
        color: #222838;        
     }
     .Center_List_Txt h5{
        display: none;
        font-size: 20px;
        line-height: 30px;
        color: #212737;
        /* margin-bottom: 30px; */
     }
     .Center_List_Txt h5 a{
        color: #212737;        
     }
     /* Research_Div */
     .Research_Div{

        width: 84vw;
        height: auto;
        padding: 8vw;
        background-color: #D6EFFA;
        overflow: hidden;
        margin-bottom: 20vw;
     }
     .Research_List{
        margin-top: 6vw;
        width: 100%;
        height: auto;
        overflow: hidden;
     }
     .Research_List ul{        
        width: 100%;
        height: auto;
        margin-bottom: 10vw;
        overflow: hidden;
     }
     .Research_List li{
        padding: 4vw 4vw;
        width: calc(100% - 8vw);        
        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% - 8vw);        
        /* height: 30px; */
        font-size: 4vw;
        line-height: 6vw;
        color: #212737;
        overflow: hidden;
    }
     .Research_List li em{
        display: block;
        width: 7.6vw;        
        height: 7.6vw;
        background: url(../images/Research_Arrow.png) center center no-repeat;
        background-size: 7.6vw;
        overflow: hidden;
    }
    .Research_More{
        margin: 0 auto;
        width:30vw;
        height: 12vw;
        line-height: 12vw;
        text-align: center;
        background-color: #005EA5;
        font-size: 3.2vw;  
        color: #FFF;
    }
    .Research_More a{
        color: #FFF;
    }

        /* Training_Body */
        .Training_Body{
            margin: 0 auto;
            margin-top: 10vw;
            width: 92vw;
            height: auto;
            overflow: hidden;
        }
}