/* Mobile */
@media (max-width:600px) {
    /* 20231103 */
    .myPC_Show {
        display: none;
    }
    /* 菜单部分 */
    .TopMenu_Box {
        width: 100%;
        height: 100px;
        background-color: #FFF;
    }

    .TopMenu_LeftB,
    .TopMenu_Left {
        float: left;
        width: calc(100vw*0.2);
        height: 100px;
    }

    .TopMenu_LeftB {
        background-color: #2A2973;
    }

    .TopMenu_LeftB a,
    .TopMenu_Left a {
        margin: 0 auto;
        margin-top: 44px;
        display: block;
        width: 23px;
        height: 18px;
    }

    .TopMenu_LeftB a img,
    .TopMenu_Left a img {
        width: 23px;
        height: 18px;
    }

    .TopMenu_Mid {
        float: left;
        width: calc(100vw*0.6);
        height: 100px;
    }

    .TopMenu_Mid a {
        margin: 0 auto;
        margin-top: 20px;
        display: block;
        width: 181px;
        height: 59px;
    }

    .TopMenu_Mid a img {
        width: 181px;
        height: 59px;
    }

    .TopMenu_Right {
        float: left;
        width: calc(100vw*0.2);
        height: 100px;
    }

    .TopMenu_Right a {
        margin: 0 auto;
        margin-top: 44px;
        display: block;
        width: 22px;
        height: 22px;
    }

    .TopMenu_Right a img {
        width: 22px;
        height: 22px;
    }

    .Top_Menu_Pop_Box {
        display: none;
        /* display: block; */
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 13;
        background-color: #2A2973;
    }

    .Top_Menu_Pop_Menu {
        display: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 31, 67, 0.9);
        z-index: 40;
    }
    .Top_Search_Pop_Menu {
        display: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 31, 67, 0.9);
        z-index: 40;
    }
    .Menu_Close {
        padding-top: 18px;
        width: 100%;
        height: 20px;
        padding-bottom: 40px;
    }
    .mBT_Close2,
    .mBT_Close {
        float: right;
        width: 20px;
        height: 20px;
        margin-right: 4%;
    }
    .mBT_Close2 img,
    .mBT_Close img {
        width: 20px;
        height: 20px;
    }

    .Top_PopMenu {
        height: auto;
    }

    .Top_PopMenu_Line {
        height: auto;
        margin-bottom: 20px;
    }

    .Top_PopMenu_Line ul {
        margin-left: 35px;
        width: calc(100% - 35px);
        margin-top: 18px;
        margin-bottom: 35px;
    }

    .Top_PopMenu_Line li {
        padding-left: 25px;
        font-size: 18px;
        color: #FFF;
        line-height: 22px;
        margin-bottom: 20px;
        background: url(../png/icon_dotblue-11.png) left center no-repeat;

    }

    .Top_PopMenu_Line li a {
        color: #FFF;
    }

    .Top_PopMenu_Title {
        width: 100%;
        height: 36px;
        margin-bottom: 10px;
    }

    .Top_PopMenu_Title a {
        position: absolute;
        left: 35px;
        width: calc(100% - 35px);
        height: 36px;
        font-size: 22px;
        color: #FFF;
        line-height: 36px;
    }

    .Top_PopMenu_Title em {
        position: absolute;
        left: 0px;
        top: 8px;
        width: 20px;
        height: 20px;
        background: url(../png/icon_plus-11.png) center center no-repeat;
    }

    .Top_PopMenu_Chinese {
        margin-top: 30px;
        width: 76px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        /* border: 1px solid #FFF; */
        font-size: 22px;
        font-family: "黑体";
        color: #FFF;
        background-color: #104480;
    }

    .Top_PopMenu_Chinese a {
        color: #FFF;
    }

    .Back_Top {
        display: none;
    }

    /* 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;
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: auto;
        height: 42px;
        min-width: 100px;
        /* border: 1px solid saddlebrown; */
    }

    .PageControl_Next,
    .PageControl_Prev {
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        background-color: #FFF;
        height: 28px;
        line-height: 28px;
        margin-right: 5px;
        border: 1px solid #024DA2;
    }

    .PageControl_Next {
        margin-right: 0px;
    }

    .PageControl_Next a,
    .PageControl_Prev a {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        padding-left: 5px;
        padding-right: 5px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        color: #024DA2;
        text-align: center;
    }

    .PageControl_Num {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 28px;
    }

    .PageControl_Num ul {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 28px;
        list-style: none;
    }

    .PageControl_Num li {
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 32px;
        height: 28px;
        line-height: 28px;
        background-color: #FFF;
        font-size: 14px;
        text-align: center;
        margin-right: 5px;
        border: 1px solid #024DA2;
    }

    .PageControl_Num ul .NumOn {
        background-color: #024DA2;
    }

    .PageControl_Num ul .NumOn a {
        color: #FFF;
    }

    .PageControl_Num li a {
        color: #024DA2;

    }
}

@media (max-width:600px) {
    .Home_Quick_Div {
        display: none;
    }

    .Main_Box {
        width: 100%;
        height: auto;
        overflow: hidden;

    }

    .Home_Banner_Box {
        display: block;
        width: 100%;
        height: auto;
    }

    .mMenu_Box {
        position: absolute;
        width: 100%;
        height: 63px;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
        z-index: 12;
    }



    .mMenu_Div {
        width: 100%;
    }

    .Menu_Logo {
        position: absolute;
        top: 14px;
        left: 50%;
        transform: translateX(-63px);
        width: 126px;
        height: 31px;
    }

    .Menu_Logo img {
        width: 126px;
        height: 31px;
    }

    .Menu_LangSearch {
        position: absolute;
        right: 14px;
        top: 18px;
        width: 55px;
        height: 19px;
    }

    .mBT_Menu {
        float: left;
        width: 22px;
        height: 19px;
    }

    .mBT_Menu img {
        width: 22px;
        height: 19px;
    }

    .mBT_Search {
        float: right;
        width: 22px;
        height: 19px;
    }

    .mBT_Search img {
        width: 22px;
        height: 19px;
    }


    /* Home_Banner_Div */
    .Home_Banner_Div {
        width: 1920px;
        height: 973px;
        z-index: 1;
    }

    .mTopBanner_Swiper {
        width: 100%;
        height: calc(100vw*0.57);
        overflow: hidden;
    }

    .mTopBanner_Swiper p {
        position: absolute;
        top: 0;
        width: 100%;
        height: calc(100vw*0.57);
        z-index: 1;
    }

    .mTopBanner_Swiper p img {
        width: 100%;
        height: calc(100vw*0.57);
    }

    .mTopBanner_Swiper h4 {
        position: absolute;
        width: 100%;
        height: 55px;
        bottom: 0;
        background-color: #104480;
        color: #FFF;
        font-size: 16px;
        line-height: 22px;
        z-index: 2;
    }

    .mTopBanner_Swiper h4 a {
        float: left;
        margin-left: 3%;
        margin-top: 5px;
        width: 80%;
        height: 44px;
        color: #FFF;
        font-size: 16px;
        line-height: 22px;
        overflow: hidden;
        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .mTopBanner_pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        left: auto !important;
        right: 0 !important;
        bottom: 15px !important;
        width: 90px !important;
        height: 20px !important;
    }

    .mTopBanner_pagination .swiper-pagination-bullet {
        border-radius: 4px;
        width: 8px;
        height: 8px;
        background-color: #C6C6C6;
        opacity: 1;
    }

    .mTopBanner_pagination .swiper-pagination-bullet-active {
        background-color: #FFF;
        border-radius: 6px;
        width: 12px;
        height: 12px;
        margin-top: 1px;


        /* margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important; */
    }

    /* Home_Part1_Box */
    .Home_Part1_Box {
        margin: 0 auto;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Home_Part1_Left {

        width: 100%;
        margin-top: 24px;
        border-bottom: 6px solid #F4F4F4;
    }

    .Home_Title_Div {
        width: 100%;
        height: 28px;
        text-align: center;
        line-height: 28px;
        font-size: 20px;
        color: #000;
        margin-bottom: 20px;
    }

    .Home_Title_Div a {
        color: #000;
    }

    .Home_Latest_List ul {
        margin: 0 auto;
        width: 92%;
        list-style: none;

    }

    .Home_Latest_List li:first-child {
        padding-top: 0px;
    }

    .Home_Latest_List li:last-child {
        border-bottom: 0px;
    }

    .Home_Latest_List li {
        width: 100%;
        padding-top: 17px;
        padding-bottom: 13px;
        border-bottom: 1px solid #E7E7E7;
        overflow: hidden;
    }

    .Home_Latest_Left {
        width: 100%;
        margin-bottom: 9px;
        overflow: hidden;
    }

    .Home_Latest_Left h4 {
        float: left;
        font-size: 12px;
        color: #000;
        line-height: 15px;
        height: 15px;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        margin-right: 7px;

    }

    .Home_Latest_Left h5 {
        float: left;
        font-size: 10px;
        color: #000;
        line-height: 15px;
        height: 15px;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
    }

    .Home_Latest_Right {
        width: 100%;
    }

    .Home_Latest_Right p {
        width: 100%;
        margin-bottom: 15px;
    }

    .Home_Latest_Right p img {
        width: 100%;
    }

    .Home_Latest_Right h4 {
        line-height: 24px;
        font-size: 16px;
        color: #000;
        /* font-weight: bold; */
        margin-bottom: 5px;
    }

    .Home_Latest_Right h4 a {
        color: #000;
    }

    .Home_Latest_Right h5 {
        /* display: none; */
        line-height: 22px;
        font-size: 13px;
        color: #656565;

    }

    .Home_Latest_Right h5 a {
        color: #656565;
    }

    .Home_Part1_Right {
        width: 100%;
        margin-top: 21px;

    }

    .Home_Gallery_Div {
        margin: 0 auto;
        width: 92%;
        margin-top: 20px;
    }

    .Home_Global_Content {

        overflow: hidden;
        border-bottom: 6px solid #F4F4F4;
        /* margin-bottom: 50px; */
    }

    .Home_Global_Content p {
        margin: 0 auto;
        width: 92%;
        margin-bottom: 14px;
    }

    .Home_Global_Content p img {
        width: 100%;
    }

    .Home_Global_Content h4 {
        margin: 0 auto;
        width: 92%;
        font-size: 15px;
        line-height: 24px;
        color: #000;
        margin-bottom: 20px;
    }

    .Home_Global_Content h4 a {
        color: #000;
    }

    .Home_Gallery_Content {
        width: calc(100vw*0.92);
        height: calc(100vw*0.92*0.53);
        margin-bottom: 35px;
        overflow: hidden;
    }

    .Home_Gallery_Content p {
        position: absolute;
        width: calc(100vw*0.92);
        height: calc(100vw*0.92*0.53);
        z-index: 1;
    }

    .Home_Gallery_Content p img {
        width: calc(100vw*0.92);
        height: calc(100vw*0.92*0.53);
    }


    .Home_Gallery_Content h4 {
        position: absolute;
        bottom: 0;
        width: calc(100% - 16px);
        padding: 8px;
        height: 52px;
        line-height: 26px;
        font-size: 16px;
        color: #FFF;

        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5));
        z-index: 2;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Home_Gallery_Content h4 a {
        color: #FFF;
    }

    .Home_Part2_Box {
        width: 100%;
        height: auto;
        background-color: #F5F5F5;
        /* margin-bottom: 60px; */
    }

    .Home_Part2_Div {

        height: auto;
        overflow: hidden;
    }

    .Home_Research_Title {
        margin-top: 30px;
        margin-bottom: 25px !important;
    }

    .Home_Research_List {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 35px;
    }

    .Home_Research_List ul {
        width: 100%;
        height: auto;
        list-style: none;
    }

    .Home_Research_List li {
        float: left;
        padding: 12px 9px;

        height: auto;

        background-color: #FFF;
        border: 1px solid #f5f5f5;
        overflow: hidden;
        margin-bottom: 14px;
    }

    .Home_Research_List li:last-child {
        margin-right: 0px;
    }

    .Home_Research1 {
        background: url(../jpg/home_research_bk1-11.jpg) top right no-repeat;
    }

    .Home_Research2 {
        background: url(../jpg/home_research_bk2-11.jpg) top right no-repeat;
    }

    .Home_Research3 {
        background: url(../jpg/home_research_bk3-11.jpg) top right no-repeat;
    }

    .Home_Research_Label {
        width: 100%;
        text-align: center;
        font-size: 15px;
        line-height: 25px;
        height: 25px;
        color: #000;
        padding-bottom: 12px;
        border-bottom: 1px solid #D2D2D2;
    }

    .Home_Research_Label a {
        color: #000;
    }

    .Home_Research_Lines {
        margin-top: 12px;
    }

    .Home_Research_Lines h4 {
        font-size: 13px;
        color: #000;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .Home_Research_Lines h4 a {
        color: #000;
    }

    /* Home_Part3_Box */
    .Home_Part3_Box {
        width: 100%;
        height: auto;
        background-color: #0D499A;
        overflow: hidden;

    }

    .Home_Part3_Div {
        width: 100%;
        height: calc(100vw*1.03);
        background: url(../jpg/mhome_school-11.jpg) top center no-repeat;
        background-size: cover;
    }

    .Home_Part3_Title {
        width: 100%;
        height: 57px;
        background-color: #0566D2;
        font-size: 20px;
        line-height: 57px;
        text-align: center;
        color: #FFF;
    }

    .Home_Part3_Title a {
        color: #FFF;
    }

    .Home_Part3_Content {
        margin: 0 auto;
        width: 80%;
        height: 95px;
        margin-top: 40px;

        font-size: 16px;
        font-weight: bold;
        color: #FFF;
        line-height: 24px;
    }

    .Home_Part3_ViewMore {
        width: 80%;
        margin: 0 auto;

        height: 24px;
        line-height: 24px;
        font-size: 14px;
        color: #FFF;

        text-align: center;
    }

    .Home_Part3_ViewMore a {
        display: block;

        width: 84px;
        color: #FFF;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        background-color: #0071DA;
    }

    /* Home_Part4_Div */
    .Home_Part4_Div {
        height: auto;
    }

    .Home_Admission_Title {
        margin-top: 20px;
        margin-bottom: 23px;
    }

    .Home_Admission_List {
        width: 100%;
    }

    .Home_Admission_List ul {
        width: 100%;
        list-style: none;
        /* margin-bottom: 70px; */
    }

    .Home_Admission_List li {
        width: 100%;

    }

    .Home_Admission_Bar {
        width: 100%;
        height: 50px;
        line-height: 50px;
        background-color: #F1F1F1;
        margin-bottom: 2px;

    }

    .Home_Admission_Bar h4 {
        float: left;
        width: calc(100% - 45px);
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        color: #000;
        text-align: center;
    }

    .Home_Admission_Bar h4 a {
        color: #000;
    }

    .Home_Admission_Bar h5 {
        float: right;
        width: 45px;
        height: 50px;
        cursor: pointer;
    }

    .Home_Admission_Bar h5 img {
        width: 45px;
        height: 50px;
    }

    .Home_Admission_Content {

        background-color: #FAFAFA;
        margin-bottom: 2px;
        transition: all 0.5s;
    }

    .Home_Admission_Content_Titlte {
        width: 100%;
        height: 50px;
        overflow: hidden;
    }

    .Home_Admission_Content_Titlte h4 {
        float: left;
        width: calc(100% - 45px);
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: #000;
        text-align: center;
    }

    .Home_Admission_Content_Titlte h4 a {
        color: #000;
    }

    .Home_Admission_Content_Titlte h5 {
        float: right;
        width: 45px;
        height: 50px;
        cursor: pointer;
    }

    .Home_Admission_Content_Titlte h5 img {
        width: 45px;
        height: 50px;
    }

    .Home_Admission_Content_PicTxt {
        height: auto;
        overflow: hidden;
    }

    .Home_Admission_Content_PicTxt p {
        width: 100%;
    }

    .Home_Admission_Content_PicTxt p img {
        width: 100%;
    }

    .Home_Admission_Content_PicTxt h4 {
        padding: 8px;
        font-size: 14px;
        color: #000;
        line-height: 25px;
        margin-bottom: 10px;
    }

    /* Home_Part5_Box */
    .Home_Part5_Box {
        width: 100%;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .Home_Part5_Div {
        height: auto;
        overflow: hidden;
    }

    .Home_Academics_Title {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .Home_Academics_List {
        width: 100%;
    }

    .Home_Academics_List ul {
        width: 100%;
        height: auto;
    }

    .Home_Academics_List li {
        width: 100%;
        margin-bottom: 20px;

    }

    .Home_Academics_List li:last-child {
        margin-right: 0px;
    }

    .Home_Academics_List li h4 {
        padding: 13px 14px;
        height: 40px;
        line-height: 20px;
        font-size: 16px;
        color: #FFF;
        overflow: hidden;
        background-color: #1A59AC;
    }

    .Home_Academics_List li h4 a {
        color: #FFF;
    }

    .Home_Academics_List li p {
        width: 100%;
    }

    .Home_Academics_List li p img {
        width: 100%;
    }

    .Home_Academics_Big h4 {
        width: 100%;
        overflow: hidden;
    }

    /* Address_Box */
    .Address_Box {
        width: 100%;
        background-color: #144493;
        height: auto;
        overflow: hidden;
    }

    .Address_Left {
        margin-top: 30px;
        width: 100%;
        margin-bottom: 32px;
    }

    .HomeAddress_Swiper {
        margin: 0 auto;
        width: calc(100vw*0.85);
        height: calc(100vw*0.85*0.58);
        overflow: hidden;
    }

    .HomeAddress_Swiper .swiper-slide {
        transition-duration: 0.01s !important;
        
    }

    .HomeAddress_Swiper p {
        width: calc(100vw*0.85);
        height: calc(100vw*0.85*0.58);
    }

    .HomeAddress_Swiper p img {
        width: calc(100vw*0.85);
        height: calc(100vw*0.85*0.58);
    }

    .Address_Right {
        width: 100%;
    }

    .Address_Title {
        margin-top: 25px;
        margin-bottom: 30px;
        color: #FFF;
    }

    .Address_Title a {
        color: #FFF;
    }

    .Address_List {
        width: 100%;
    }

    .Address_List ul {
        width: 100%;
        list-style: none;
    }

    .Address_List li {
        background: url(../png/home_adress_arrow-11.png) left top no-repeat;
        padding-left: 30px;
        background-position: left 0px top 7px;
        margin-bottom: 20px;
        background-size: 15px 17px;
    }

    .Address_List li h4 {
        line-height: 24px;
        font-size: 16px;
        color: #FFF;
    }

    .Address_List li h5 {
        line-height: 24px;
        font-size: 15px;
        color: #BAE6FF;
    }

    /* Main_Bottom_Box */
    .Main_Bottom_Box {
        width: 100%;
        height: auto;
        background-color: #1B3F7B;
        border-bottom: 1px solid #2B51A2;
    }

    .Main_Bottom_Div {
        height: auto;

    }

    /* Main_Link_Div */
    .Main_Link_Div {
        height: auto;
    }

    .Main_Link_Title {
        width: 100%;
        padding-top: 20px;
        margin-bottom: 12px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 20px;
        font-family: "微软雅黑";
        color: #FFF;
    }

    .Main_Link_Block {
        margin: 0 auto;
        width: calc(100vw*0.85);
        height: 30px;
        background-color: #1E4599;
        margin-bottom: 20px;
    }

    .Main_Link {
        width: 100%;
        height: 30px;
        font-size: 20px;
        line-height: 30px;
        text-indent: 20px;
        color: #FFF;
        background: url(../png/link_arrowdown-11.png) center right no-repeat;
        background-position: center right 10px;
        cursor: pointer;
    }

    .Main_Link_Pop {
        display: none;
        position: absolute;
        /* top: 54px; */
        bottom: 30px;
        margin: 0;
        padding: 0;
        width: 100%;
        max-height: 270px;
        z-index: 3;
        background-color: #265AC6;
        overflow: hidden;
    }

    .Main_Link_Pop ul {
        display: block;
        margin: 0;
        padding: 0;
        width: calc(100% - 3px);
        max-height: 210px;
        margin-top: 13px;
        margin-bottom: 13px;
        overflow-y: auto;
    }

    .Main_Link_Pop li {
        display: block;
        margin: 0;
        padding: 5px 0;
        background-color: #265AC6;
        width: calc(100% - 32px);
        padding-left: 15px;
        padding-right: 10px;
        /* height: 44px; */
        line-height: 24px;
        font-size: 18px;
        color: #FFF;
        /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
        cursor: pointer;
    }

    .Main_Link_Pop li a {
        color: #FFF;
    }

    /* Main_Link_Icons */
    .Main_LinkIcons {
        width: 100%;
        /* overflow: hidden; */
    }

    .Main_LinkIcons_Title {
        width: 100%;
        height: 20px;
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 5px;
        color: #FFF;
    }

    .Main_LinkIcons_Title a {
        height: 54px;
        font-size: 26px;
        line-height: 54px;
        color: #FFF;
    }

    .Main_Link_Icons {
        width: 100%;
        height: 30px;
        margin-bottom: 20px;
    }

    .Main_Link_Icons ul {
        width: 100%;
        margin-top: 12px;
        list-style: none;
        display: flex;
        justify-content: center;
    }

    .Main_Link_Icons li {
        width: auto;
        height: 33px;
    }

    .Main_Link_Icons p {
        width: 37px;
        height: 33px;
        margin-right: 15px;
    }

    .Main_Link_Icons p img {
        width: 37px;
        height: 33px;
    }

    /* 20231107 */
    .Main_Link_WeChat_QRCode{
        display: none;
        position: absolute;
        left: calc(50% - 100px);
        bottom:40px;
        width: 200px;
        height: 200px;
        z-index: 4;
    }
    .Main_Link_WeChat_QRCode img{        
        width: 200px;
        height: 200px;
    }
    /* Main_Map_Div */
    .Main_Map_Div {
        display: none;
    }

    .Main_Map_block {
        width: auto;
    }

    .Main_Map_block1 {
        width: 202px;
    }

    .Main_Map_block1 .Main_Map_List {
        width: 180px;
    }

    .Main_Map_block2 {
        width: 212px;
    }

    .Main_Map_block3 {
        width: 191px;
    }

    .Main_Map_block3 .Main_Map_List {
        position: absolute;
        width: 240px;
    }

    .Main_Map_block4 {
        width: 168px;
    }

    .Main_Map_block5 {
        width: 292px;
    }

    .Main_Map_Title {
        line-height: 30px;
        font-size: 20px;
        margin-bottom: 28px;
    }

    .Main_Map_Title a {
        line-height: 30px;
        font-size: 20px;
        color: #FFF;
    }

    .Main_Map_List ul {
        height: auto;
        list-style: none;
    }

    .Main_Map_List li {
        font-size: 14px;
        line-height: 24px;
        color: #BBE5FF;
    }

    .Main_Map_List li a {
        font-size: 14px;
        line-height: 24px;

        color: #BBE5FF;
    }

    /* Bottom_Info */
    .Main_Bottom_Info {

        display: block;
        align-items: center;
        padding-top: 20px;
        padding-left: 25px;
        padding-right: 25px;
        background-color: #1B3F7B;
        height: 52px;
        text-align: center;
        font-size: 12px;
        line-height: 20px;
        color: #FFF;
    }

    /* List_Box */

    .Banner_Box {
        height: auto;
    }

    .Banner_Box .mMenu_Box {
        display: block;
        width: 100%;
        height: 63px;
        background-color: #104480 !important;
        background-image: none !important;
        z-index: 12;
    }

    .PubMenu_Box {
        z-index: 2;
        width: 1920px;
        height: 90px;
        background-color: #0F4480;
    }

    .Banner_Div {
        width: 100%;
        padding-top: 63px;
    }

    .Banner_Div img {
        width: 100%;
    }

    .Nav_Box {
        margin: 0 auto;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Nav_Div {
        /* height: 30px; */
        margin-top: 10px;
        line-height: 20px;
        font-size: 14px;
        color: #333;
        margin-bottom: 15px;
    }

    .Nav_Div a {
        color: #333;
    }

    .List_Box {
        width: 100%;
    }

    .List_Div {
        margin: 0 auto;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .List_Type {
        display: none;
        /* margin-left: 360px; */
        width: 300px;
        height: auto;
    }

    .List_Content_Div {
        margin: 0 auto;
        width: 92%;
    }

    .List_Content {
        width: 100%;
        height: auto;
    }

    .List_Content ul {
        width: 100%;
        height: auto;
        list-style: none;
    }

    .List_Content li {
        width: 100%;
        padding-top: 13px;
        padding-bottom: 8px;
        height: auto;
        border-bottom: 1px solid #e0e0e0;
        overflow: hidden;
    }

    .List_Content li:first-child {
        padding-top: 0px;
    }

    .List_ContentLeft {
        float: left;
        display: block;
        min-width: 92px;
        height: calc(100vw*0.34*0.67);
        margin-right: 10px;
    }

    .List_ContentLeft p {
        display: block;
        width: calc(100vw*0.34);
        height: calc(100vw*0.34*0.67);
        z-index: 1;
    }

    .List_ContentLeft p img {
        width: calc(100vw*0.34);
        height: calc(100vw*0.34*0.67);
    }

    .List_ContentLeft h6 {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 4px;
        width: 84px;
        height: 18px;
        font-size: 12px;
        line-height: 18px;
        background-color: #024DA2;
        text-align: center;
        color: #FFF;
        z-index: 2;
    }

    .List_ContentLeft h6 a {
        color: #FFF;
    }

    .List_Content li h4 {

        height: auto;
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 10px;
        color: #000;
        overflow: hidden;
    }

    .List_Content li h4 a {
        color: #000;
    }

    .List_Content li h5 {
        display: none;
        height: auto;
        font-size: 18px;
        line-height: 24px;

        color: #000;
        overflow: hidden;
    }

    .List_Content li h5 a {
        color: #000;
    }

    .List_PageControl {
        margin-top: 25px;
        margin-bottom: 54px;
    }

    /* Channel_Div */
    .Channel_Nav_Div {
        margin-bottom: 30px;
    }

    .Channel_Research_Box {
        width: 100%;
        height: auto;
        background-color: #F5F5F5;

    }

    .Channel_Research_Div {
        height: auto;
        overflow: hidden;
    }

    .Channel_Research_Div ul {
        width: 100%;
        height: auto;
        list-style: none;
        overflow: hidden;
    }

    .Channel_Research_Div li {

        width: calc(100vw*0.92);
        height: calc(100vw*0.92*0.86);
        overflow: hidden;
        margin-bottom: 17px;
    }

    .Channel_Research_Div li:nth-child(3n) {
        margin-right: 0;
    }

    .Channel_Research_Div li p {
        position: absolute;
        width: calc(100vw*0.92);
        height: calc(100vw*0.92*0.86);
        overflow: hidden;
        z-index: 1;
    }

    .Channel_Research_Div li p img {
        width: calc(100vw*0.92);
        height: calc(100vw*0.92*0.86);
    }

    .Channel_Research_Div li h6 {
        position: absolute;
        padding: 0 8px;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;

        height: 18px;
        line-height: 18px;
        z-index: 3;
        font-size: 14px;
        text-align: center;
        color: #FFF;
        background-color: #0F4480;
        overflow: hidden;
    }

    .Channel_Research_Div li h6 a {
        color: #FFF;
    }

    .Channel_Research_Li {
        position: absolute;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        top: 0;
        width: calc(100vw*0.92);
        height: calc(100vw*0.92*0.86);
        overflow: hidden;
        background-color: #FFF;
        z-index: 2;
    }

    .Channel_Research_Li h4 {
        padding: 10px 20px;
        line-height: 24px;
        font-size: 18px;
        color: #000;
        font-weight: bold;
    }

    .Channel_Research_Li h4 a {
        color: #000;
    }

    .Channel_Research_Li h5 {
        padding: 10px 20px;
        line-height: 20px;
        font-size: 14px;
        color: #000;
    }

    .Channel_Research_Li h5 a {
        color: #000;
    }

    .Channel_Research_Title {
        text-align: left !important;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .Channel_Research_Div li:hover .Channel_Research_Li {
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.65);
    }

    .Channel_Research_Div li:hover h4 {
        color: #FFF;
    }

    .Channel_Research_Div li:hover h4 a {
        color: #FFF;
    }

    .Channel_Research_Div li:hover h5 {
        color: #FFF;
    }

    .Channel_Research_Div li:hover h5 a {
        color: #FFF;
    }

    .Channel_Research_More {
        float: right;
        width: 116px;
        height: 18px;
        background: url(../png/channel_arrow-11.png) center right no-repeat;
        background-size: 17px 7px;
        font-size: 14px;
        line-height: 18px;
        color: #000;
        margin-top: 5px;
        margin-bottom: 38px;
    }

    .Channel_Research_More a {
        color: #000;
    }

    /* Channel_Labs_Box */
    .Channel_Labs_Box {
        width: 100%;
        height: auto;
        background: url(../jpg/mchannel_labs_bk-11.jpg) center center no-repeat;
        background-size: cover;
        background-color: #002143;
        overflow: hidden;
    }

    .Channel_Labs_Title {
        text-align: left !important;
        margin-top: 18px;
        margin-bottom: 20px;
        color: #FFF;
    }

    .Channel_Labs_Title a {
        color: #FFF;
    }

    .Channel_Labs_Div ul {
        /* display: flex;
        flex-wrap: wrap;
        justify-content: space-between; */
        width: 100%;
        list-style: none;
        margin-bottom: 45px;
    }

    .Channel_Labs_Div li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;

    }

    .Channel_Labs_Div li h4 {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 18px;
        font-size: 18px;
        line-height: 24px;
        color: #A7DBFF;
        border: 1px solid #24567E;
        border-radius: 6px;
        list-style: none;
        margin-bottom: 15px;
    }

    .Channel_Labs_Div li a {
        color: #A7DBFF;
    }

    /* .Channel_Labs_Div li:hover h4{
        padding:18px;
        width: 344px;
        height: 80px;
        font-size: 20px;
        line-height: 26px;
        color: #FFF;
        background-color: #033772;
        border: 1px solid #24567E;
        border-radius: 6px;
        list-style: none;
        margin-bottom: 52px;
    }
    .Channel_Labs_Div li:hover a{
        color: #FFF;  
    } */
    .Channel_Publications_Div {
        height: auto;
        overflow: hidden;
        margin-bottom: 58px;
    }

    .Channel_Publications_Title {
        text-align: left !important;
        margin-top: 24px;
        margin-bottom: 17px;
    }

    .Channel_Publications_Div ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        list-style: none;
        overflow: hidden;
    }
    /* 20231103 */
    .Channel_Publications_Div li {
        width: calc(100vw*0.45);
        height: calc(100vw*0.45*1.37*2 + 2px);
        margin-bottom: 15px;
    }

    .Channel_Publications_Block1 {
        /* float: left; */
        border: 1px solid #FFF;
    }

    .Channel_Publications_Block1 img {
        width: calc(100vw*0.45);
        height: calc(100vw*0.45*1.37);
    }

    .Channel_Publications_Up {
        /* margin-top: 20px; */
    }

    .Channel_Publications_RL {
        float: right !important;
    }

    .Channel_Publications_Block2 {
        /* float: left; */
        padding: 30px 4px;
        width: calc(100vw*0.45 - 12px);
        height: calc(100vw*0.45*1.37 - 60px);
        border: 1px solid #eaeaea;
    }

    .Channel_Publications_Block2 h4 {
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
        color: #000;
        margin-bottom: 18px;
    }

    .Channel_Publications_Block2 h4 a {
        color: #000;
    }

    .Channel_Publications_Block2 h5 {
        display: none;
        font-size: 14px;
        line-height: 18px;
        color: #000;
        margin-bottom: 20px;
    }

    .Channel_Publications_Block2 h5 a {
        color: #000;
    }

    .Channel_Publications_Block2 h6 {
        margin: 0 auto;
        width: 116px;
        font-size: 14px;
        line-height: 26px;
        color: #0F447F;
    }

    .Channel_Publications_Block2 h6 a {
        color: #0F447F;
    }

    /* Channel_UsefulInfo_Title */
    .Channel_UsefulInfo_Title {
        text-align: left;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .Channel_UsefulInfo_List {
        width: 100%;
        height: auto;
        overflow: hidden;
        /* margin-bottom: 60px; */
    }

    .Channel_UsefulInfo_List ul {
        width: 100%;
        list-style: none;
    }

    .Channel_UsefulInfo_List li {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .Channel_UsefulInfo_List li:last-child {
        margin-bottom: 10px;
    }

    .Channel_UsefulInfo_List li h4 {
        margin-bottom: 10px;
        padding: 0 8px;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 24px;
        line-height: 24px;
        font-size: 13px;
        color: #FFF;
        background-color: #024DA2;
    }

    .Channel_UsefulInfo_List li h4 a {
        color: #FFF;
    }

    .Channel_UsefulInfo_List li h5 {
        width: 100%;
        line-height: 21px;
        font-size: 17px;
        font-weight: bold;
        color: #000;
        margin-bottom: 12px;
    }

    .Channel_UsefulInfo_List li h5 a {
        color: #000;
    }

    .Channel_UsefulInfo_List li p {
        width: 100%;
        min-height: 1px;
        background-color: #E0E0E0;
    }

    .Channel_UsefulInfo_List li p img {
        width: 100%;
    }

    .Channel_Campuses_Box {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: #F5F5F5;
    }

    .Channel_Campuses_Title {
        text-align: left;
        margin-top: 24px;
        margin-bottom: 20px;
    }

    .Channel_Campuses_Pic_Box {
        height: auto;
        overflow: hidden;
        margin-bottom: 60px;
    }

    .Channel_Campuses_Left {
        width: 100%;
    }

    .Channel_Campuses_Left ul {
        width: 100%;
    }

    .Channel_Campuses_Left li {
        width: calc(100vw*0.92);
        height: calc(100vw*0.92*0.63);
        margin-bottom: 24px;
    }

    .Channel_Campuses_Left li p {
        position: absolute;
        width: calc(100vw*0.92);
        height: calc(100vw*0.92*0.63);
        z-index: 1;
    }

    .Channel_Campuses_Left li p img {
        width: calc(100vw*0.92);
        height: calc(100vw*0.92*0.63);
    }

    .Channel_Campuses_Text {
        position: absolute;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        width: calc(100vw*0.92);
        height: calc(100vw*0.92*0.63);
        text-align: center;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 2;
    }

    .Channel_Campuses_Text h4 {
        width: 90%;
        font-size: 22px;
        line-height: 30px;
        color: #FFF;
        margin-bottom: 10px;
    }

    .Channel_Campuses_Text h4 a {
        color: #FFF;
    }

    .Channel_Campuses_Text h5 {
        width: 90%;
        font-size: 14px;
        line-height: 20px;
        color: #FFF;

    }

    .Channel_Campuses_Text h5 a {
        color: #FFF;
    }

    .Channel_Campuses_More {
        position: absolute;
        width: 120px;
        bottom: 20px;
        right: 30px;
        font-size: 14px;
        line-height: 20px;
        color: #FFF;
        background: url(../png/channel_arrow_white-11.png) center right no-repeat;
        background-size: 16px 7px;
        z-index: 3;
    }

    .Channel_Campuses_More a {
        color: #FFF;
    }

    .Channel_Campuses_Right {

        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        width: 100%;
        height: 220px;
        background-color: #E7E7E7;
    }

    .Channel_Campuses_Right h4 {
        width: 100%;
        line-height: 30px;
        font-size: 22px;
        color: #000;
        text-align: center;
        margin-bottom: 10px;
    }

    .Channel_Campuses_Right h4 a {
        color: #000;
    }

    .Channel_Campuses_Addr {
        width: 300px;
    }

    .Channel_Campuses_Addr h5 {
        float: left;
        width: 85px;

        line-height: 22px;
        font-size: 14px;
        color: #000;

    }

    .Channel_Campuses_Addr h6 {
        float: left;
        width: 215px;
        line-height: 22px;
        font-size: 14px;
        color: #000;
    }

    .Channel_Campuses_More_RT {
        position: absolute;
        right: 30px;
        bottom: 20px;
        margin-bottom: 0px;
    }

    .Channel_UsefulInfo_More {
        width: 120px !important;
    }

    /* Artical_Div */
    .Artical_Div {
        height: auto;
        overflow: hidden;
    }

    .Artical_Right {

        width: 100%;
    }

    .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: 17px;
        font-size: 20px;
        line-height: 30px;
        color: #000;
        text-transform: uppercase;
    }

    .Artical_Content_Title a {
        color: #000;
    }

    .Artical_Content_Info_Div {
        margin: 0 auto;
        width: 100%;
        /* border-bottom: 2px solid #E7EFFB; */
    }

    .Artical_Content_Info {
        padding: 6px 3px;
        width: 100%;
        font-size: 12px;
        line-height: 18px;
        background-color: #F3F3F3;
        overflow: hidden;
    }

    .Artical_Content_Info h4 {
        display: inline-block;
        width: auto;
        padding-left: 3px;
        padding-right: 3px;
        font-size: 12px;
        line-height: 18px;
        color: #000;
    }

    .Artical_Content_Info h4 a {
        color: #000;
    }

    .Artical_Content_Text_Div {
        width: 100%;
        height: auto;
        padding-top: 10px;
        /* border-bottom: 2px solid #E7EFFB; */
    }

    .Artical_Content_Text {
        margin: 0 auto;
        width: 100%;
        /* height: 1420px; */
        /* padding-bottom: 30px; */
    }

    .Artical_Content_Text p {
        padding: 0 5px;
        font-size: 16px;
        line-height: 22px;
        color: #000;
        margin-bottom: 15px;
    }

    .Artical_Content_Text span {
        display: block;
        margin: 0 auto;
        width: 100%;
        margin-bottom: 10px;
    }

    .Artical_Content_Text span img {
        width: 100%;
    }

   .Artical_Content_Text em {
		font-style:italic
    }

    .Artical_PageControl {
        margin-top: 45px;
        margin-bottom: 40px;
    }

    .Artical_Related_Box {
        width: 100%;
        background-color: #F3F3F3;
        height: auto;
        overflow: hidden;
    }

    .Artical_Related_Title {
        margin-top: 25px;
        margin-bottom: 20px;
        text-align: center !important;
    }

    .Artical_Related_Div ul {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 35px;
    }

    .Artical_Related_Div li {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .Artical_Related_Div li a {
        display: block;
        padding-left: 24px;
        line-height: 22px;
        font-size: 15px;
        color: #000;
        background: url(../png/dot_releated-11.png) left center no-repeat;
        background-position: top 9px left 5px;
        background-size: 7px 7px;
    }

    /* Search_Box */

    .Search_Nav_Box {
        width: 100%;
        background-color: #F3F3F3;
    }

    .Search_Nav_Box .Nav_Div {
        margin-bottom: 15px;
    }

    .Search_Box {
        width: 100%;
        height: auto;
        background-color: #F3F3F3;
        overflow: hidden;
        margin-bottom: 25px;
    }

    .Search_Div {
        height: 33px;
        overflow: hidden;
    }

    .Search_Input {
        float: left;
        width: calc(100% - 45px);
        height: 33px;
    }

    .Search_Input input {
        width: 100%;
        height: 33px;
        background-color: #DCDCDC;
        font-size: 16px;
        line-height: 33px;
        text-indent: 10px;
        color: #434343;
    }

    .Search_Input input::input-placeholder {
        color: #434343;
    }

    .Search_Input input::-webkit-input-placeholder {
        color: #434343;
    }

    .Search_Input input::-moz-placeholder {
        color: #434343;
    }

    .Search_Input input::-moz-placeholder {
        color: #434343;
    }

    .Search_Input input::-ms-input-placeholder {
        color: #434343;
    }

    .Search_BT {
        float: left;
        width: 45px;
        height: 33px;
        background: url(../png/bt_search-11.png) center center no-repeat;
        background-color: #00397A;
        background-size: 16px 17px;
        cursor: pointer;
    }

    .Search_Info {
        height: 33px;
        font-size: 12px;
        line-height: 33px;
        color: #000;
        margin-bottom: 15px;
        text-indent: 5px;
    }


    .Menu_Search_Box{
        margin: 0 auto;        
        width: 92%;
        height: 52px;

    }
    .Menu_Search_Box h4{
        float: left;
        width: calc(100% - 54px);
        height: 52px;
        background-color: #0053A1;
    }
    .Menu_Search_Box h4 input{        
        width: 100%;
        height: 52px;
        line-height: 52px;
        font-size: 18px;
        text-indent: 20px;
        background-color: transparent;
        color: #FFF;
    }

    .Menu_Search_Box h4 input::input-placeholder{
        color: #FFF;
    }
    .Menu_Search_Box h4 input::-webkit-input-placeholder{	
        color: #FFF;
    }
    .Menu_Search_Box h4 input::-moz-placeholder{			
        color: #FFF;
    }
    .Menu_Search_Box h4 input::-moz-placeholder{			
        color: #FFF;
    }
    .Menu_Search_Box h4 input::-ms-input-placeholder{		
        color: #FFF;
    }
    


    .Menu_Search_Box p{
        float: left;
        width: 54px;
        height: 52px;
        
        background-color: #0069CB;
    }
    .Menu_Search_Box p img{        
        margin: 0 auto;
        margin-top: 13px;
        width: 28px;
        height: 24px;
    }
	
	/*20231031*/
	.Home_Academics_List li h4{ height:auto}
	.Home_Research_List li:last-child{ width:100%}
	.Address_Box{ margin-top:3rem}
	.Artical_Content_Text p img{ width:100%; height:100%}
	/*20231031*/
}