/* Mobile */
/* 菜单部分 */
@media (max-width: 600px) {
    .TopMenu_Box {
        width: 100%;
        height: 16.6vw;
        background-color: #fff;
        overflow: hidden;
    }

    .TopMenu_Div {
        margin: 0 auto;
        width: 92%;
        margin-top: 0;
        height: 16.6vw;
        overflow: hidden;
    }

    .TopMenu_Left {
        position: absolute;
        top: 2vw;
        left: calc(50% - 18.2vw);
        width: 36.4vw;
    }

    .TopMenu_Left a img {
        width: 36.4vw;
    }

    .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 {
        margin: 0 auto;
        margin-top: 5.3vw;
        width: 92vw;
        height: 5vw;
    }

    .Top_Search {
        float: right;
        width: 5vw;
        height: 5vw;
    }

    .Top_Search img {
        width: 5vw;
        height: 5vw;
    }

    .Top_Menu {
        float: left;

        width: 5vw;
        height: 5vw;
    }

    .Top_Menu img {
        width: 5vw;
        height: 5vw;
    }

    .Top_Menu_Pop_Box {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 13;
        background-color: rgba(21, 102, 211, 0.9);
    }

    .Top_Menu_Control {
        padding: 4vw;
        height: 20px;
    }

    .Top_Search_BTClose,
    .Top_Menu_BTClose {
        float: right;
        margin-right: 5px;
        width: 20px;
        height: 20px;
    }

    .Top_Search_BTClose img,
    .Top_Menu_BTClose img {
        width: 20px;
        height: 20px;
    }

    .Top_Search_BTClose {
        float: right;
        margin-right: 5px;
        width: 20px;
        height: 20px;
    }

    .Top_Search_BTClose img {
        width: 20px;
        height: 20px;
    }

    .Top_Menu_Pop_Menu {
        width: 100%;
    }

    .Top_PopMenu_Line {
        height: auto;
        border-bottom: 1px solid #fff;
        /* padding: 10px 0; */
    }

    .Top_PopMenu_Line ul {
        width: calc(100% - 35px);
        /* margin-top: 8px;
        margin-bottom: 8px; */
    }

    .Top_PopMenu_Line li {
        font-size: 20px;
        color: #9191bf;
        line-height: 35px;
    }

    .Top_PopMenu_Line li a {
        color: #9191bf;
    }

    .Top_PopMenu_Title {
        margin: 0 auto;
        width: 92vw;
        height: 36px;
        padding: 10px 0;
    }

    .Top_PopMenu_CN {
        text-align: center;
    }

    .Top_PopMenu_Title a {
        position: absolute;
        display: block;
        left: 0;
        width: calc(100% - 40px);
        height: 36px;
        font-size: 18px;
        font-family: "Helvetica";
        /* font-weight: bold; */
        color: #fff;
        line-height: 36px;
        overflow: hidden;
    }

    .Top_PopMenu_Title em {
        position: absolute;
        right: 5px;
        top: 18px;
        width: 20px;
        height: 20px;
        background: url(../images/mIcon_plus.png) center center no-repeat;
    }

    .Top_PopMenu_Chinese {
        margin-top: 30px;
        width: calc(100% - 2px);
        height: 60px;
        line-height: 60px;
        text-align: center;
        border: 1px solid #fff;
        font-size: 22px;
        font-family: "黑体";
        color: #fff;
    }

    .Top_PopMenu_Chinese a {
        color: #fff;
    }

    .Top_PopMenu_L2 {
        overflow: hidden;
    }

    .Top_PopMenu_L2 ul {
        width: 100%;
        /* margin-top: 15px;
        margin-bottom: 15px; */
        height: auto;
        /* padding:0 4vw; */
        background-color: rgba(0, 0, 0, 0.45);
    }

    .Top_PopMenu_L2 li {
        height: 36px;
        font-size: 18px;
        font-family: "Helvetica";
        /* font-weight: bold; */
        color: #fff;
        line-height: 36px;
        padding: 10px 4vw;
        border-top: 1px solid #fff;
        overflow: hidden;
    }

    .Top_PopMenu_L2 li:last-child {
        border-bottom: 0px;
    }

    .Top_PopMenu_L2 li:hover {
        /* background-color: #C1755F; */
    }

    .Top_PopMenu_L2 li a {
        color: #fff;
    }

    .Top_Search_Pop_Box {
        display: none;
        position: absolute;
        top: 16.6vw;
        padding: 3vw 4vw;
        width: 92vw;
        height: auto;
        z-index: 13;
        background-color: rgba(6, 44, 118, 0.7);
    }

    .Top_Search_Pop_Div {
        /* margin-top: 3vw; */
        height: 10vw;
        border-radius: 6px;
        background-color: #fff;
    }

    .Top_Search_Input {
        float: left;
        width: calc(100% - 40px);
    }

    .Top_Search_Input input {
        margin-left: 20px;
        height: 10vw;
        background-color: #fff;
        font-size: 16px;
        color: #333;
        line-height: 40px;
    }

    .Top_Search_Input input::input-placeholder {
        color: #333;
    }

    .Top_Search_Input input::-webkit-input-placeholder {
        color: #333;
    }

    .Top_Search_Input input::-moz-placeholder {
        color: #333;
    }

    .Top_Search_Input input::-moz-placeholder {
        color: #333;
    }

    .Top_Search_Input input::-ms-input-placeholder {
        color: #333;
    }

    .Top_Search_BT {
        float: right;
        margin-top: 10px;
        margin-right: 16px;
        width: 20px;
        height: 20px;
    }

    .Top_Search_BT img {
        width: 20px;
        height: 20px;
    }
}

/* 翻页控制部分 */
@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: 45px; */
    }

    .PageControl_Div {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: auto;
        height: 32px;
        min-width: 100px;
        margin-bottom: 25px;
        /* border: 1px solid saddlebrown; */
    }

    .PageControl_Num {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 32px;
    }

    .PageControl_Num ul {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 32px;
        list-style: none;
    }

    .PageControl_Num li {
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 32px;
        height: 32px;
        line-height: 32px;

        font-size: 16px;
        text-align: center;
        margin-right: 30px;
        border: 1px solid #dddad2;
        background-color: #f7f6f3;
    }

    .PageControl_Num .NumOn {
        background-color: #84a7d8;
        color: #fff !important;
    }

    .PageControl_Num .NumOn a {
        color: #fff !important;
    }

    .PageControl_Num a {
        display: inline-block;
        position: relative;
        margin: 0 4px;
        padding: 0;
        /* border-radius: 16px; */
        width: 29px;
        height: 25px;
        line-height: 25px;
        color: #272727;
        background-color: #eeeeee;
        border: 1px solid #dddad2;
        font-size: 16px;
        text-align: center;
    }

    .PageControl_PN {
        width: 48px !important;
    }
}

/* 导航栏面包屑部分 */
@media (max-width: 600px) {
    /* Nav_Div */
    .Nav_Box {
        height: auto;
        width: 100%;
    }

    .Nav_Div {
        margin: 0 auto;
        padding: 20px 0;
        width: 92vw;
        line-height: 20px;
        font-size: 14px;
        /* font-family: "Times New Roman"; */
        color: #000;
    }

    .Nav_Div a {
        color: #000;
    }
}

/* 文章部分 */
@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%;
        padding-top: 52px;
        margin-bottom: 10px;
        font-size: 28px;
        font-weight: bold;
        line-height: 32px;
        color: #000;
        /* text-transform: uppercase; */
    }

    .Artical_Content_Title a {
        color: #000;
    }
    /* 20241217 */
    .Artical_Content_Info_Div {
        position: static;
        /* height: 22px; */
        padding-bottom: 10px;
        border-bottom: 1px solid #e7effb;
    }

    .Artical_Content_Info {
        width: 100%;
        font-size: 16px;
        line-height: 22px;
    }
    /* 20241217 */
    .Artical_Content_Info h4 {
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        padding-right: 5px;
        /* padding-left: 5px; */
        font-size: 14px;
        line-height: 22px;
        border-right: 1px solid #656565;
        margin-right: 5px;
        color: #656565;
    }

    .Artical_Content_Info h4 a {
        color: #656565;
    }
    .Artical_Content_Info h4:last-child {
        border-right: 0px;
    }
    /* 20241217 */
    .Artical_Content_Info h5 {
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        /* margin-right: 5px; */
        padding-right: 5px;
        border-right: 1px solid #656565;
        font-size: 14px;
        line-height: 22px;
        color: #656565;
    }

    .Artical_Content_Info h5 a {
        color: #656565;
    }

    .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 {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        color: #000;
        margin-bottom: 20px;
    }

    .Artical_Content_Text p img {
        margin: 0 auto;
        padding-top: 20px;
        width: 80vw;
    }

    .Artical_Content_Text span {
        display: block;
        margin: 0 auto;
        margin-top: 10px;
        width: 80vw;
        font-size: 14px;
        color: #000;
        line-height: 18px;
        /*text-align: left;*/
        margin-bottom: 10px;
    }

    .Artical_Content_Text span img {
        width: 100%;
    }

    .Artical_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        overflow: hidden;
        /* margin-top: 30px; */
    }

    /* 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 {
        width: 100%;

        height: auto;
        background: url(../images/mBottom_BK.jpg) center top no-repeat;
        background-size: cover;
        background-color: #eee;
        /* overflow: hidden; */
    }

    .Bottom_Div {
        padding-top: 2vw;
        padding-bottom: 8vw;
        margin: 0 auto;
        width: 92vw;
        background-color: rgba(0, 0, 0, 0.02);
        height: auto;
    }

    .Bottom_Select_Mobile_Div {
        display: none;
    }

    .Bottom_Select_Div {
        margin: 0 auto;
        padding-top: 6vw;
        width: 82vw;
        height: auto;
        /* margin-bottom: 45px; */
    }

    .Bottom_Select_Block {
        width: 82vw;
        height: 25px;
        margin-bottom: 4vw;
    }

    .Bottom_Select_Title {
        float: left;
        padding: 0 5px;
        width: calc(22vw - 10px);
        height: 25px;
        font-size: 14px;
        color: #fff;
        line-height: 25px;

        text-transform: uppercase;
        text-align: left;
        background-color: #00a0db;
    }

    .Bottom_Select_Title a {
        color: #fff;
    }

    .Bottom_Select {
        float: left;
        width: 60vw;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
        background-color: #fff;
        color: #000;
    }

    .Bottom_Select select {
        width: 60vw;
        border: 0px;
    }

    .Bottom_Select_Block4 .Bottom_Select_Title {
        width: calc(44vw - 10px);
    }

    .Bottom_Select_Block4 .Bottom_Select {
        width: 38vw;
    }

    .Bottom_Select_Block4 .Bottom_Select select {
        width: 38vw;
    }

    .Bottom_Map_Div {
        display: none;
        margin: 0 auto;
        width: 780px;
        height: 115px;

        overflow: hidden;
    }

    .Bottom_Menu_Line {
        float: left;
        width: 220px;
    }

    .Bottom_Menu_Line ul {
        width: 100%;
        list-style: none;
        padding-top: 10px;
    }

    .Bottom_Menu_Line li {
        padding-bottom: 4px;
        font-size: 12px;
        color: #727272;
        line-height: 16px;
    }

    .Bottom_Menu_Line li:last-child {
        padding-bottom: 0px;
    }

    .Bottom_Menu_Line li a {
        color: #727272;
    }

    .Bottom_Menu_Line li a:hover {
        color: #727272;
    }

    .Bottom_Menu_Title {
        line-height: 20px;
        font-size: 14px;
        color: #313131;
    }

    .Bottom_Menu_Title a {
        color: #313131;
    }

    #BLine1 {
        width: 90px;
    }

    #BLine2 {
        width: 90px;
    }

    #BLine3 {
        width: 120px;
    }

    #BLine4 {
        width: 100px;
    }

    #BLine5 {
        width: 85px;
    }

    #BLine6 {
        width: 120px;
        margin-right: 0px;
    }

    .Bottom_Contact_Div {
        margin: 0 auto;
        width: 82vw;
        height: auto;
        overflow: hidden;
    }

    .Bottom_Contact_Div h4 {
        padding-top: 30px;
        width: 82vw;
        padding-bottom: 20px;
    }

    .Bottom_Contact_Div h4 img {
        width: 82vw;
    }

    .Bottom_Contact_Div p {
        margin: 0 auto;
        padding-top: 0px;
        width: 78px;
        height: 78px;
    }

    .Bottom_Contact_Div p img {
        width: 78px;
        height: 78px;
    }

    .Bottom_Black_Box {
        width: 100%;
        height: auto;
        background-color: #7b7b7b;
        overflow: hidden;
    }

    .Bottom_Copyright_Div {
        margin: 0 auto;
        width: 98vw;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .Bottom_Copyright_Div p {
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 22px;
        color: #fff;
    }

    .Bottom_Copyright_Div span {
        display: block;
    }

    .Bottom_Copyright_Div a {
        color: #fff;
    }

    .Bottom_Copyright_Div span {
        padding: 0 15px;
    }

    .BackTop_Div {
        width: 100%;
        bottom: 10px;
        height: 31px;
    }

    .BackTop_Div img {
        margin: 0 auto;
        display: block;
        width: 39px;
        /* height: 31px; */
    }
}

/* 列表 部分 */
@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/List_Down.png) center center no-repeat;
    }

    .List_Div {
        width: 100%;
        height: auto;
        margin-bottom: 50px;
        overflow: hidden;
    }

    .List_Div ul {
        margin: 0 auto;
        width: 92vw;
        list-style: none;
    }

    .List_Div li {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #f0f0f0;
        overflow: hidden;
    }

    .List_Pic_Div {
        float: left;
        width: 40vw;
        height: 28vw;
        margin-right: 10px;
        cursor: pointer;
    }

    .List_Pic_Div p {
        width: 40vw;
        height: 28vw;
        overflow: hidden;
    }

    .List_Pic_Div p img {
        width: 40vw;
        height: 28vw;
        transition: all 0.5s;
    }

    .List_Data_Div {
        display: block;
        width: 100%;
        height: 22px;
        margin-bottom: 15px;
        overflow: hidden;
    }

    .List_Div li h6 {
        position: absolute;
        display: block;
        width: 82px;
        height: 22px;
        background-color: #00a0e9;
        line-height: 22px;
        font-size: 12px;
        text-align: center;
        color: #fff;
        transition: all 0.5s;
        z-index: 2;
    }

    .List_Text_Div {
        display: block;
        height: auto;
        overflow: hidden;
    }

    .List_Div li h4 {
        display: block;
        width: 100%;
        height: auto;
        line-height: 22px;
        font-size: 18px;
        color: #000;
        font-weight: bold;
        /* margin-bottom: 10px; */
    }

    .List_Div li h4 a {
        color: #000;
    }

    .List_Div li h5 {
        display: none;
        line-height: 24px;
        font-size: 16px;
        color: #000;
    }

    .List_Div li h5 a {
        color: #000;
    }
}

/* 搜索 部分 */
@media (max-width: 600px) {
    .TopMenu_Search_Pop_Div {
        margin: 0 auto;
        /* margin-top: 20px; */
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .TopMenu_Search_Pop_Left {
        float: left;
        width: calc(100% - 30px);
        height: 30px;
        line-height: 30px;
        border: 1px solid #e1e1e1;
        /* border-right: 0px; */
        background-color: #f6f6f6;
    }

    .TopMenu_Search_Pop_Left input {
        float: left;
        width: 100%;
        height: 30px;
        line-height: 30px;
        background-color: transparent;
        font-size: 16px;
        text-indent: 10px;
        color: #858585;
        font-style: italic;
    }

    .TopMenu_Search_Pop_Left input::input-placeholder {
        color: #858585;
    }

    .TopMenu_Search_Pop_Left input::-webkit-input-placeholder {
        color: #858585;
    }

    .TopMenu_Search_Pop_Left input::-moz-placeholder {
        color: #858585;
    }

    .TopMenu_Search_Pop_Left input::-moz-placeholder {
        color: #858585;
    }

    .TopMenu_Search_Pop_Left input::-ms-input-placeholder {
        color: #858585;
    }

    .TopMenu_Search_Pop_Right {
        float: right;
        width: 17px;
        height: 32px;
        line-height: 32px;
        background-color: #a3a3a3;
        font-size: 16px;
        color: #fff;
        text-align: center;
		background: url(../images/Top_Search_PopBT.png) left center no-repeat;
    }

    /* Search_Input_Div */
    .Search_Input_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        /* height: 150px; */
    }

    .Search_Input_Div .TopMenu_Search_Pop_Div {
        margin-top: 5px !important;
    }

    .Search_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        margin-bottom: 65px;
        overflow: hidden;
    }

    .Search_Div ul {
        width: 100%;
        list-style: none;
    }

    .Search_Div li {
        width: 100%;
        padding: 20px 0;
        overflow: hidden;
        border-bottom: 1px solid #ebebeb;
    }

    .Search_Div li h6 {
        display: block;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        color: #009fdb;
    }

    .Search_Div li h4 {
        display: block;
        width: 100%;
        height: auto;
        line-height: 24px;
        font-size: 18px;
        color: #000;
        /* font-weight: bold; */
        margin-bottom: 15px;
    }

    .Search_Div li h4 a {
        color: #000;
    }

    .Search_Div li h5 {
        display: block;
        line-height: 22px;
        font-size: 16px;
        color: #1a1a1a;
        margin-bottom: 10px;
    }

    .Search_Div li h5 a {
        color: #1a1a1a;
    }

    .Search_Div li span {
        color: #c10d0d !important;
    }

    .Search_Result_Div {
        width: 100%;
        height: 40px;
        line-height: 24px;
        font-size: 20px;
        color: #000;
        border-bottom: 1px solid #ececec;
        text-align: left;
    }
    .Search_Result_Div span {
        color: #c10d0d;
    }
    .Search_Hotwords_Div {
        /* padding:55px 27px 30px 27px; */
        height: auto;
        overflow: hidden;
        margin-bottom: 25px;
    }
    .Search_Hotwords_Title {
        float: left;
        width: 97px;
        height: 23px;
        margin-right: 20px;
        border-radius: 6px;
        background-color: #c20e0e;
        text-align: center;
        font-size: 14px;
        line-height: 23px;
        color: #fff;
        text-transform: uppercase;
    }
    .Search_Hotwords_List {
        height: auto;
    }
    .Search_Hotwords_List span {
        padding: 0 10px 0 0;
        height: 28px;
        line-height: 28px;
        font-size: 18px;
        color: #000;
        margin-bottom: 10px;
    }
    .Search_Hotwords_List span a {
        color: #000;
    }
}

/* 其他 部分 */
@media (max-width: 600px) {
    .Home_Banner_Box {
        width: 100%;
        height: auto;
        /* overflow: hidden; */
    }

    .mHomeBanner_Swiper {
        width: 100vw;
        height: 68vw;
        overflow: hidden;
    }

    .mHomeBanner_Swiper p {
        width: 100vw;
        height: 68vw;
    }

    .mHomeBanner_Swiper p img {
        width: 100vw;
        height: 68vw;
    }

    .mHomeBanner_Swiper h4 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100vw;
        height: 92px;
        z-index: 2;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    }

    .mHomeBanner_Swiper h4 a {
        display: block;
        position: absolute;
        bottom: 6vw;
        left: 4vw;
        width: 92vw;
        height: auto;
        max-height: 48px;
        font-size: 19px;
        line-height: 24px;
        color: #fff;
        text-align: left;
        /* overflow: hidden; */
    }

    .mHomeBanner_BTPrev {
        position: absolute;
        left: 4vw;
        top: calc(50% - 22px);
        width: 44px;
        height: 44px;
        background: url(../images/Home_Focus_Prev.png);
        background-size: 44px 44px;
        z-index: 2;
        cursor: pointer;
    }

    .mHomeBanner_BTNext {
        position: absolute;
        right: 4vw;
        top: calc(50% - 22px);
        width: 44px;
        height: 44px;
        background: url(../images/Home_Focus_Next.png);
        background-size: 44px 44px;
        z-index: 2;
        cursor: pointer;
    }

    .mHomeBanner_pagination {
        width: 100%;
        font-size: 12px;
        bottom: -4vw !important;
        height: 8px !important;
    }

    .mHomeBanner_pagination .swiper-pagination-bullet {
        border-radius: 4px;
        width: 8px;
        height: 8px;
        background-color: #5d5d5d;
        opacity: 1;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
    }

    .mHomeBanner_pagination .swiper-pagination-bullet-active {
        background-color: #00a0db;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
    }

    /* Home_News_Div */
    .Home_News_Div {
        width: 100%;
        height: auto;
        padding-top: 8vw;
        overflow: hidden;
    }

    .Home_News_Left {
        padding: 4vw;
        width: 92vw;
        height: auto;
        background-color: #f6f6f6;
        overflow: hidden;
    }

    .Home_News_Data {
        height: 42px;
        border-left: 2px solid #009fdb;
        padding-left: 6px;
        overflow: hidden;
        margin-bottom: 18px;
    }

    .Home_News_Data h4 {
        width: 100%;
        font-size: 16px;
        color: #009fdb;
        font-weight: bold;
        line-height: 18px;
        height: 18px;
        margin-bottom: 2px;
    }

    .Home_News_Data h5 {
        width: 100%;
        height: 22px;
        font-size: 18px;
        font-weight: bold;
        color: #009fdb;
        line-height: 22px;
    }

    .Home_News_Title {
        line-height: 24px;
        font-size: 18px;
        color: #000;
        margin-bottom: 12px;
    }

    .Home_News_Title a {
        color: #000;
    }

    .Home_News_Pic {
        width: 92vw;
    }

    .Home_News_Pic img {
        width: 92vw;
    }

    .Home_News_List {
        padding-top: 6vw;
        margin: 0 auto;
        width: 92vw;
        height: auto;
    }

    .Home_News_List ul {
        width: 100%;
        height: auto;
    }

    .Home_News_List li {
        border-top: 1px solid #e0e0e0;
        padding: 4vw 0;
        width: 100%;
        height: auto;
    }

    .Home_News_List li p {
        float: left;
        width: 32vw;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .Home_News_List li p img {
        width: 32vw;
    }

    .Home_News_List_Txt {
        height: auto;
    }

    .Home_News_List li h6 {
        font-size: 14px;
        line-height: 18px;
        color: #009fdb;
        margin-bottom: 10px;
    }

    .Home_News_List_Txt h4 {
        font-size: 20px;
        line-height: 24px;
        color: #000;
        margin-bottom: 10px;
    }

    .Home_News_List_Txt h4 a {
        color: #000;
    }

    .Home_News_List_Txt h5 {
        font-size: 16px;
        line-height: 22px;
        color: #555;
    }

    .Home_News_List_Txt h5 a {
        color: #000;
    }

    .Home_News_List_Txt2 {
        display: block;
    }

    .Home_News {
        height: auto;
        overflow: hidden;
    }

    .Home_More_Div {
        width: 100%;
        height: auto;
    }

    .Home_More_Div h4 {
        margin: 0 auto;
        width: 144px;
        height: 26px;
        line-height: 26px;
        border-radius: 13px;
        background-color: #00a0db;
        text-align: center;
    }

    .Home_More_Div h4 a {
        padding: 0;
        display: inline-block;
        font-size: 18px;
        line-height: 26px;
        color: #fff;
        vertical-align: bottom;
    }

    .Home_More_Div h4 a::after {
        content: " ";
        display: inline-block;
        width: 40px;
        height: 26px;
        vertical-align: bottom;
        background: url(../images/Home_More_Arrow.png) center right no-repeat;
    }

    .Home_News_Div .Home_More_Div {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    /* Home_Info_Box */
    .Home_Info_Box {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: #edfaff;
    }

    .Home_Info_Div {
        width: 100%;
        height: auto;
        margin-top: 8vw;
    }

    .Home_Info_Left {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        margin-bottom: 6vw;
    }

    .Home_Info_Left h4 {
        width: 100%;
        font-size: 30px;
        color: #000;
        height: 22px;
        font-weight: bold;
        line-height: 26px;
        margin-bottom: 4vw;
    }

    .Home_Info_Left h4 a {
        color: #000;
    }

    .Home_Info_Left h5 {
        width: 100%;
        font-size: 18px;
        line-height: 24px;
        color: #000;
        height: auto;
    }

    .Home_Info_Left h5 a {
        color: #000;
    }

    .Home_Info_Right {
        width: 100%;
    }

    .Home_Info_Right video {
        width: 100%;
    }

    .Home_Info_More {
        padding: 8vw 0;
    }

    /* Home_DoingBusiness_Div */
    .Home_DoingBusiness_Div {
        height: auto;
        padding-top: 6vw;
        padding-bottom: 6vw;
    }

    /* 20241217 */
    .Title_Div {
        /* height: 26px; */
        font-size: 22px;
        line-height: 26px;
        color: #000;
        text-align: left;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 4vw;
    }

    .Title_Div a {
        color: #000;
    }

    .Home_DoingBusiness {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Home_DoingBusiness_Block {
        width: 84vw;
        height: auto;
        padding: 4vw;
        padding-bottom: 16vw;
        background-color: #e5f8ff;
        margin-bottom: 4vw;
    }

    .Home_DoingBusiness_Block h4 {
        font-size: 20px;
        line-height: 25px;
        color: #000;
        padding-bottom: 10px;
        border-bottom: 1px solid #a7e4fb;
    }

    .Home_DoingBusiness_Block h4 a {
        color: #000;
    }

    .Home_DoingBusiness_Block h5 {
        font-size: 14px;
        line-height: 18px;
        color: #4e4e4e;
        padding-top: 16px;
    }

    .Home_DoingBusiness_Block h6 {
        position: absolute;
        bottom: 23px;
        left: 0;
        height: 25px;
        font-size: 12px;
        padding: 0 15px;
        line-height: 25px;
        color: #000;
        background-color: #a7e4fb;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        text-transform: uppercase;
    }

    .Home_DoingBusiness_Block h6 a {
        color: #000;
    }

    /* Home_ExploreEnjoy_Box */
    .Home_ExploreEnjoy_Box {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Home_ExploreEnjoy_Box .Title_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .Home_ExploreEnjoy_All {
        width: 100%;
        height: auto;
        overflow: hidden;
        background: url(../images/mHome_ExploreEnjoy_BK.jpg) top center no-repeat;
        background-size: cover;
        background-color: #fff;
    }

    .Home_ExploreEnjoy_Div {
        height: auto;
        padding: 8vw 4vw;
        padding-bottom: 4vw;
    }

    .Home_ExploreEnjoy_Block {
        width: 92vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 8vw;
    }

    .Home_ExploreEnjoy_Title {
        padding-left: 4vw;
        height: 23px;
        border-left: 2px solid #25a7dd;
        line-height: 26px;
        font-size: 20px;
        color: #000;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .Home_ExploreEnjoy_Title a {
        color: #000;
    }

    .Home_ExploreEnjoy_line {
        padding-left: 4vw;
        width: auto;
        height: auto;
    }

    .Home_ExploreEnjoy_List {
        float: left;
        width: 40vw;
        height: auto;
        margin-right: 4vw;
    }

    .Home_ExploreEnjoy_List ul {
        width: 40vw;
        height: auto;
    }

    .Home_ExploreEnjoy_List li {
        width: 40vw;
        height: 53px;
        border-top-right-radius: 12px;
        background-color: #00a0db;
        margin-bottom: 6px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;

        font-size: 16px;
        line-height: 20px;
        color: #fff;
    }

    .Home_ExploreEnjoy_List li a {
        color: #fff;
    }

    .Home_ExploreEnjoy_List1 {
        margin-top: 33px;
    }

    .Home_ExploreEnjoy_List1 li {
        background-color: #1565dd;
    }

    .Home_ExploreEnjoy_txtList {
        padding: 6vw 4vw;
        width: 84vw;
        height: auto;
        background-color: #fff;
    }

    .Home_ExploreEnjoy_txtList ul {
        width: 84vw;
        height: auto;
        overflow: hidden;
    }

    .Home_ExploreEnjoy_txtList li {
        font-size: 16px;
        color: #525252;
        line-height: 20px;
        padding-bottom: 8px;
        border-bottom: 1px solid #dadada;
        margin-bottom: 27px;
    }

    .Home_ExploreEnjoy_txtList li:last-child {
        margin-bottom: 0;
    }

    .Home_ExploreEnjoy_txtList li a {
        color: #525252;
    }

    /* Home_EnchantingLife_Box */
    .Home_EnchantingLife_Box {
        margin-top: 8vw;
        width: 100%;
        margin-bottom: 25px;
        height: auto;
        overflow: hidden;
        background: url(../images/mHome_EnchantingLife_BK.jpg) top center no-repeat;
        background-size: cover;
    }

    .Home_EnchantingLife_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
    }
    /* 20250206 */
    .Home_EnchantingLife_Title {
        padding-top: 6vw;
        padding-bottom: 6vw;
        height: 28px;
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        line-height: 28px;
        text-align: center;
        text-transform: uppercase;
    }
    /* 20250206 */
    .Home_EnchantingLife_Title a {
        color: #fff;
    }

    .Home_EnchantingLife_Txt {
        height: auto;
    }

    .Home_EnchantingLife_Txt h4 {
        padding-top: 6vw;
        padding-bottom: 6vw;
        height: 28px;
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        line-height: 28px;
        text-align: center;
        text-transform: uppercase;
    }

    .Home_EnchantingLife_Txt h4 a {
        color: #fff;
    }

    .Home_EnchantingLife_Txt h5 {
        height: 30px;
        line-height: 30px;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        background: url(../images/EnchantingLife_Title_BK.png) center center no-repeat;
        margin-bottom: 6vw;
    }

    .Home_EnchantingLife_Txt h5 a {
        color: #fff;
    }

    .Home_EnchantingLife_Txt h6 {
        height: 52px;
        line-height: 22px;
        font-size: 18px;
        color: #fff;
        text-align: center;
        margin-bottom: 6vw;
    }

    .Home_EnchantingLife_Txt h6 a {
        color: #fff;
    }

    .Home_EnchantingLife_Block {
        width: calc(100% - 20px);
        padding: 10px;
        height: auto;
        border-radius: 15px;
        background-color: rgba(255, 255, 255, 0.5);
        overflow: hidden;
    }

    .Home_EnchantingLife_Inner {
        width: calc(100% - 56px);
        height: auto;
        padding: 28px;
        border-radius: 12px;
        background-color: #fff;
    }
    /* 20250206 */
    .Home_EnchantingLife_Item {
        display: none;
    }
    /* 20250206 */
    #Home_EnchantingLife1 {
        display: block;
    }
    .Home_EnchantingLife_Inner ul {
        height: auto;
    }

    .Home_EnchantingLife_Inner li {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
        color: #000;
        height: auto;
        margin-bottom: 20px;
    }

    .Home_EnchantingLife_Inner li::before {
        content: " ";
        display: block;
        position: absolute;
        width: 3px;
        height: 3px;
        background-color: #000;
        border-radius: 50%;
        margin-top: 8px;
        left: -10px;
    }

    .Home_EnchantingLife_Inner li a {
        color: #000;
    }

    /* Home_EnchantingLife_Type_Box */
    .Home_EnchantingLife_Type_Box {
        padding-top: 10vw;
        width: 100%;
        height: auto;
        /* background: url(../images/EnchantingLife_Line.png) center bottom repeat-x; */
        overflow: hidden;
        padding-bottom: 10vw;
    }

    .Home_EnchantingLife_Type_Div {
        margin: 0 auto;
        width: 82vw;
        height: 120px;
    }

    .Home_EnchantingLife_Type_Div ul {
        width: 82vw;
        height: 120px;
    }

    .Home_EnchantingLife_Type_Div li {
        float: left;
        width: 20vw;
        height: 20vw;
        margin-right: 11vw;
        cursor: pointer;
    }

    .Home_EnchantingLife_Type_Div li:last-child {
        margin-right: 0px;
    }

    .Home_EnchantingLife_Type_Div li h4 {
        width: 20vw;
        height: 20px;
        /* padding:15px 0; */
        line-height: 20px;
        text-align: center;
        font-size: 15px;
        color: #fff;
        /* border-top: 4px solid transparent; */
    }

    .Home_EnchantingLife_Type_Div li h4 a {
        color: #fff;
    }

    .Home_EnchantingLife_TypePic {
        width: 20vw;
        height: 20vw;
        margin-bottom: 14px;
    }

    .Home_EnchantingLife_Type1 .Home_EnchantingLife_TypePic {
        background: url(../images/Home_Education_Item1.png) center center no-repeat;
        background-size: 20vw 20vw;
    }

    .Home_EnchantingLife_Type1:hover h4 {
        /* border-top: 4px solid #FFF; */
    }

    .Home_EnchantingLife_Type1:hover .Home_EnchantingLife_TypePic {
        background: url(../images/Home_Education_Item1_on.png) center center no-repeat;
        background-size: 20vw 20vw;
    }

    .Home_EnchantingLife_Type2 .Home_EnchantingLife_TypePic {
        background: url(../images/Home_Education_Item2.png) center center no-repeat;
        background-size: 20vw 20vw;
    }

    .Home_EnchantingLife_Type2:hover h4 {
        /* border-top: 4px solid #FFF; */
    }

    .Home_EnchantingLife_Type2:hover .Home_EnchantingLife_TypePic {
        background: url(../images/Home_Education_Item2_on.png) center center no-repeat;
        background-size: 20vw 20vw;
    }

    .Home_EnchantingLife_Type3 .Home_EnchantingLife_TypePic {
        background: url(../images/Home_Education_Item3.png) center center no-repeat;
        background-size: 20vw 20vw;
    }

    .Home_EnchantingLife_Type3:hover h4 {
        /* border-top: 4px solid #FFF; */
    }

    .Home_EnchantingLife_Type3:hover .Home_EnchantingLife_TypePic {
        background: url(../images/Home_Education_Item3_on.png) center center no-repeat;
        background-size: 20vw 20vw;
    }

    /* ELT_Banner_Box */
    .ELT_Banner_Box {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .ELT_Banner_Box img {
        width: 100%;
    }

    .ELT_Swiper_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .mELT_Swiper_Swiper {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .mELT_Swiper_Swiper p {
        width: 100vw;
        height: 54vw;
        overflow: hidden;
    }

    .mELT_Swiper_Swiper p img {
        width: 100vw;
        height: 54vw;
    }

    .mELT_Swiper_Swiper h4 {
        position: absolute;
        top: 0;
        left: 12vw;
        padding: 6vw 4vw;
        width: 28vw;
        height: 42vw;
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.3);
        overflow: hidden;
    }

    .mELT_Swiper_Swiper h4 a {
        color: #fff;
    }

    .mELT_Swiper_Swiper h5 {
        padding: 6vw 4vw;
        width: 92vw;
        height: 60px;
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        background-color: #3c3c3c;
        overflow: hidden;
    }

    .mELT_Swiper_Swiper h5 a {
        width: 92vw;
        height: 60px;
        overflow: hidden;
        color: #fff;
    }

    .mELT_Swiper_Swiper h5 a span {
        color: #3cc1f2;
    }

    .mELT_Swiper_Swiper h5 a:hover {
        color: #fff !important;
    }

    .mELT_BTPrev {
        position: absolute;
        left: 16vw;
        top: 46vw;
        width: 17px;
        height: 5px;
        background: url(../images/ELT_BT_Prev.png);
        background-size: 17px 5px;
        z-index: 2;
        cursor: pointer;
    }

    .mELT_BTNext {
        position: absolute;
        left: calc(44vw - 17px);
        top: 46vw;
        width: 17px;
        height: 5px;
        background: url(../images/ELT_BT_Next.png);
        background-size: 17px 5px;
        z-index: 2;
        cursor: pointer;
    }

    .mELT_pagination {
        font-size: 12px;
        left: 16vw !important;
        right: auto !important;
        top: 45.4vw !important;
        width: 28vw !important;
        height: 8px !important;
    }

    .mELT_pagination .swiper-pagination-bullet {
        border-radius: 4px;
        width: 8px;
        height: 8px;
        background-color: #fff;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
        opacity: 1;
    }

    .mELT_pagination .swiper-pagination-bullet-active {
        background-color: #a3fff5;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
    }

    .ELT_Drink_Div {
        padding-top: 4vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 2vw;
    }

    .ELT_Drink_Div .Title_Div {
        /* height: 50px; */
    }

    .ELT_Drink_All {
        height: auto;
        background-image: linear-gradient(to bottom, #dff0ff, #fff);
        overflow: hidden;
    }

    .ELT_Drink_Info {
        padding: 5vw 4vw;
        height: auto;
        font-size: 16px;
        color: #000;
        line-height: 26px;

        /* margin-bottom: 20px; */
    }

    .ELT_Drink_Info a {
        color: #1d92e9;
        font-weight: bold;
    }

    .ELT_Drink_List {
        padding: 4vw;
        padding-top: 0;
        width: 84vw;
        height: auto;
    }

    .ELT_Drink_List ul {
        width: 100%;
        height: auto;
    }

    .ELT_Drink_List li {
        float: left;
        width: 40vw;
        height: auto;
    }

    .ELT_Drink_List li:nth-child(2n) {
        float: right;
    }

    .ELT_Drink_List p {
        width: 40vw;
        margin-bottom: 2vw;
    }

    .ELT_Drink_List p img {
        width: 40vw;
        aspect-ratio: 3 / 2;
    }

    .ELT_Drink_List h4 {
        width: 40vw;
        height: 80px;
        font-size: 16px;
        color: #000;
        line-height: 20px;
        padding-bottom: 4vw;
        border-bottom: 2px solid #3ec1f2;
        margin-bottom: 4vw;
    }

    .ELT_Drink_List h4 a {
        display: block;
        width: 40vw;
        height: 80px;
        font-size: 16px;
        line-height: 20px;
        color: #000;
        overflow: hidden;
    }

    .ELT_WhereToStay_Box {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        background: url(../images/mELT_WhereToStay_BK.jpg) top center no-repeat;
        background-size: cover;
        overflow: hidden;
    }

    .ELT_WhereToStay_Div {
        padding-top: 6vw;
    }

    .ELT_WhereToStay_Div .Title_Div {
        /* height: 50px; */
    }

    .ELT_WhereToStay_Block {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .ELT_WhereToStay_Left {
        width: 100%;
        height: auto;
        font-size: 16px;
        line-height: 20px;
        color: #505050;
        margin-bottom: 6vw;
    }

    .ELT_WhereToStay_Pic {
        width: 92vw;
        margin-bottom: 4vw;
    }

    .ELT_WhereToStay_Pic img {
        width: 92vw;
    }

    .ELT_WhereToStay_List {
        margin-top: 6vw;
        margin-bottom: 6vw;
        width: 92vw;
        height: auto;
        overflow: hidden;
    }

    .ELT_WhereToStay_List ul {
        width: 92vw;
        height: auto;
    }

    .ELT_WhereToStay_List li {
        padding-left: 20px;
        font-size: 18px;
        line-height: 22px;
        color: #505050;
        margin-bottom: 4vw;
    }

    .ELT_WhereToStay_List li a {
        color: #505050;
    }

    .ELT_WhereToStay_List li::before {
        content: " ";
        display: block;
        position: absolute;
        width: 6px;
        height: 6px;
        background-color: #000;
        border-radius: 50%;
        margin-top: 8px;
        left: 5px;
    }

    .ELT_GettingAround_Div {
        padding-top: 8vw;
        height: auto;
        overflow: hidden;
    }

    .ELT_GettingAround_Content {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .ELT_GettingAround_Content p {
        width: 92vw;
        overflow: hidden;
    }

    .ELT_GettingAround_Content p img {
        width: 92vw;
    }

    .ELT_GettingAround_Txt {
        padding: 6vw 4vw;
        width: 84vw;
        height: auto;
        background-color: #f6f6f6;
    }

    .ELT_GettingAround_Txt h4 {
        font-size: 18px;
        line-height: 22px;
        font-weight: bold;
        color: #000;
        padding-bottom: 16px;
        border-bottom: 1px solid #cfcfcf;
    }

    .ELT_GettingAround_Txt h5 {
        margin-top: 20px;
        font-size: 14px;
        line-height: 18px;
        color: #545454;
    }

    .ELT_GettingAround_List {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .ELT_GettingAround_List ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .ELT_GettingAround_List li {
        width: 92vw;
        height: auto;
        margin-bottom: 4vw;
        overflow: hidden;
    }

    .ELT_GettingAround_List li p {
        float: left;
        width: 32vw;
        height: 24vw;
        margin-right: 2vw;
        overflow: hidden;
    }

    .ELT_GettingAround_List li p img {
        width: 32vw;
        height: 24vw;
    }

    .ELT_GettingAround_List_Txt {
        overflow: hidden;
    }

    .ELT_GettingAround_List_Txt h4 {
        font-size: 16px;
        line-height: 20px;
        color: #000;
        margin-bottom: 6px;
    }

    .ELT_GettingAround_List_Txt h4 a {
        color: #000;
    }

    .ELT_GettingAround_List_Txt h5 {
        font-size: 12px;
        line-height: 20px;
        color: #009fdb;
    }

    .ELT_LEISURE_Div {
        padding-top: 4vw;
        margin-bottom: 4vw;
    }

    .ELT_LEISURE_List {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .ELT_LEISURE_List ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .ELT_LEISURE_List li {
        width: 92vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .ELT_LEISURE_List li p {
        width: 92vw;
        overflow: hidden;
    }

    .ELT_LEISURE_List li p img {
        width: 92vw;
    }

    .ELT_LEISURE_List li h4 {
        padding: 4vw;
        width: 84vw;
        font-size: 18px;
        line-height: 22px;
        color: #21252b;
        background-color: #e6f7ff;
    }

    .ELT_LEISURE_List li h4 a {
        width: 84vw;
        font-size: 18px;
        line-height: 22px;
        color: #21252b;
        overflow: hidden;
    }

    /* CulturalArts_Div */
    .CulturalArts_Div {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .CulturalArts_Div ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .CulturalArts_Div li {
        width: 92vw;
        height: auto;
        padding: 4vw;
        overflow: hidden;
        background-color: #f6f6f6;
        margin-bottom: 30px;
    }
    .CulturalArts_Div li:last-child {
        margin-bottom: 0px;
    }

    .CulturalArts_Div li p {
        float: left;
        width: 42vw;
        height: 28vw;
        margin-right: 4vw;
        overflow: hidden;
    }

    .CulturalArts_Div li p img {
        width: 42vw;
        height: 28vw;
    }
    /* 20241217 */
    .CulturalArts_Txt {
        /* float: right; */
        /* width: 46vw; */
        height: auto;
        overflow: hidden;
    }

    .CulturalArts_Txt h4 {
        font-size: 16px;
        line-height: 22px;
        color: #000;
        padding-bottom: 8px;
        border-bottom: 1px solid #d0d0d0;
    }

    .CulturalArts_Txt h4 a {
        color: #000;
    }

    .CulturalArts_Txt h5 {
        margin-top: 8px;
        font-size: 14px;
        line-height: 18px;
        color: #545454;
    }

    .CulturalArts_Txt h5 a {
        color: #545454;
    }

    .CulturalArts_Txt h6 {
        font-size: 14px;
        line-height: 20px;
        color: #009fdb;
        margin-bottom: 8px;
    }

    /* BUSS_IP_Div */
    .BUSS_IP_Div {
        height: auto;
        overflow: hidden;
        margin-bottom: 6vw;
    }
    .BUSS_IP_Div .Title_Div {
        text-align: left;
        /* height: 70px; */
    }
    .BUSS_IP_Txt {
        width: 100%;
        z-index: 2;
    }
    .BUSS_IP_Left {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .BUSS_IP_Left p {
        font-size: 16px;
        line-height: 26px;
        color: #000;
        margin-bottom: 4vw;
    }
    .BUSS_IP_Right {
        margin: 0 auto;
        width: 84vw;
        height: auto;
    }
    .BUSS_IP_Right img {
        width: 84vw;
    }
    .BUSS_IP_Bottom {
        margin-top: -12vw;
        padding: 4vw;
        padding-top: 16vw;
        padding-bottom: 8vw;
        height: auto;
        background-color: #1867ca;
    }
    .BUSS_IP_Bottom_Txt {
        margin: 0 auto;
        width: 70vw;
        line-height: 25px;
        font-size: 20px;
        font-style: italic;
        color: #fff;
    }
    .BUSS_BTMore {
        width: 125px;
        height: 24px;
        border: 1px solid #fff;
        border-radius: 12px;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        overflow: hidden;
    }
    .BUSS_BTMore a {
        color: #fff;
    }
    .BUSS_BTMore a::after {
        content: " ";
        width: 32px;
        height: 9px;
        display: inline-block;
        background: url(../images/BUSS_POLICY_MoreArrow_White.png) center right no-repeat;
    }
    .BUSS_IP_Bottom .BUSS_BTMore {
        margin: 0 auto;
        margin-top: 4vw;
    }

    .BUSS_POLICY_Div {
        height: auto;
        overflow: hidden;
        margin-bottom: 8vw;
    }
    .BUSS_POLICY_Left {
        padding: 6vw 4vw;
        width: 84vw;
        height: auto;
        overflow: hidden;
        background: url(../images/BUSS_POLICY_LeftBK.jpg) center center no-repeat;
        background-size: cover;
    }
    .BUSS_POLICY_Left .Title_Div {
        color: #fff;
    }
    .BUSS_POLICY_Left .Title_Div a {
        color: #fff;
    }
    .BUSS_POLICY_Txt {
        /* height: 500px; */
        overflow: hidden;
    }
    .BUSS_POLICY_Txt p {
        font-size: 16px;
        line-height: 26px;
        color: #fff;
        margin-bottom: 4vw;
    }
    .BUSS_POLICY_Left .BUSS_BTMore {
        margin: 0 auto;
    }
    .BUSS_POLICY_Right {
        padding: 6vw 4vw;
        width: 84vw;
        height: auto;
        background: url(../images/mBUSS_POLICY_RightBK.jpg) top center no-repeat;
        background-size: cover;
    }
    .BUSS_POLICY_Right ul {
        height: auto;
        overflow: hidden;
    }
    .BUSS_POLICY_Right li {
        margin-bottom: 34px;
    }
    .BUSS_POLICY_Right li h4 {
        font-size: 20px;
        line-height: 25px;
        color: #000;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
    }
    .BUSS_POLICY_Right li h4 a {
        color: #000;
    }
    .BUSS_POLICY_Right li h5 {
        margin-top: 10px;
        font-size: 14px;
        line-height: 18px;
        color: #4d4d4d;
    }
    .BUSS_BTMoreBlack {
        margin: 0 auto;
        border: 1px solid #000;
        color: #000;
    }
    .BUSS_BTMoreBlack a {
        color: #000;
    }
    .BUSS_BTMoreBlack a::after {
        background: url(../images/BUSS_POLICY_MoreArrow_Black.png) center right no-repeat;
    }

    .BUSS_GUIDE_Div {
        height: auto;
        overflow: hidden;
        margin-bottom: 12vw;
    }
    .BUSS_GUIDE_Div .Title_Div {
        text-align: left;
    }
    .BUSS_GUIDE_Txt {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 2vw;
    }
    .BUSS_GUIDE_Left {
        margin-bottom: 4vw;
        width: 92vw;
        height: auto;
        overflow: hidden;
    }
    .BUSS_GUIDE_Left img {
        width: 92vw;
    }
    .BUSS_GUIDE_Right {
        width: 92vw;
        overflow: hidden;
    }
    .BUSS_GUIDE_Right p {
        font-size: 16px;
        line-height: 26px;
        color: #000;
        margin-bottom: 4vw;
    }
    .BUSS_GUIDE_List {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .BUSS_GUIDE_List ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .BUSS_GUIDE_List li {
        float: left;
        width: 40vw;
        height: 80px;
        padding: 2vw;
        background-color: #eff7ff;
        border-left: 3px solid #bddbf9;

        font-size: 14px;
        line-height: 20px;
        color: #000;
        overflow: hidden;
        margin-bottom: 4vw;
    }
    .BUSS_GUIDE_List li:nth-child(2n) {
        float: right;
        margin-right: 0;
    }
    .BUSS_GUIDE_List li a {
        color: #000;
    }

    /* Enchanting_Type_Div */
    .Enchanting_Type_Div {
        height: auto;
        margin-bottom: 18px;
    }
    .Enchanting_Type_Div ul {
        width: 100%;
        height: auto;

        overflow: hidden;
    }
    .Enchanting_Type_Div li {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        padding-bottom: 4px;
        border-bottom: 1px solid #ccc;
    }
    .Enchanting_Type_Div li a {
        display: block;
        background-color: #e9e9e9;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;

        text-align: center;
        font-size: 22px;
        line-height: 47px;
        color: #000;
        text-transform: uppercase;
    }
    .Enchanting_Type_Now a {
        background-color: #14a2dd !important;
        color: #fff !important;
    }

    .Enchanting_List {
        margin-top: 37px;
        height: auto;
        /* margin-bottom: 30px; */
    }
    .Enchanting_List ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .Enchanting_List li {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 26px;
    }
    .Enchanting_List li:nth-child(2n) {
        float: right;
    }
    .Enchanting_List li p {
        float: left;
        width: 40vw;
        height: 28vw;
        margin-right: 4vw;
        overflow: hidden;
    }
    .Enchanting_Txt {
        height: 28vw;
    }
    .Enchanting_Txt h4 {
        font-size: 16px;
        line-height: 20px;
        color: #000;
        margin-bottom: 6px;
    }
    .Enchanting_Txt h4 a {
        color: #000;
    }
    .Enchanting_Txt h5 {
        font-size: 14px;
        line-height: 18px;
        color: #009fdb;
    }
    .Enchanting_List .PageControl_Div {
        margin-bottom: 30px;
        margin-top: 35px;
    }
    /* Gov_Officals_Div */
    .Gov_Officals_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 45px;
    }

    .Gov_Officals_Div .Title_Div {
        margin: 0 auto;
        width: 92vw;
        margin-bottom: 4vw;
        text-align: left;
    }

    .Gov_Officals {
        padding: 4vw;
        width: calc(100% - 8vw);
        height: auto;
        background-color: #f3f3f3;
        overflow: hidden;
    }

    .Gov_Officals_Block {
        padding: 30px 10px;
        border-radius: 10px;
        background-color: #fff;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .Gov_Officals_Title {
        margin: 0 auto;
        width: 100%;
        height: 26px;
        text-align: center;
        line-height: 26px;
        font-size: 16px;
        color: #000;
        font-weight: bold;
        background: url(../images/mGov_Line.png) top center no-repeat;
        background-size: auto 22px;
    }

    .Gov_Officals_Title a {
        color: #000;
    }
    .Gov_Officals_PicOne {
        margin: 0 auto;
        width: 24vw;
        margin-top: 40px;
    }
    .Gov_Officals_Item {
        width: 24vw;
        height: auto;
        margin-bottom: 15px;
        overflow: hidden;
    }
    .Gov_Officals_Item p {
        width: 24vw;
        margin-bottom: 15px;
    }
    .Gov_Officals_Item p img {
        width: 24vw;
    }
    .Gov_Officals_Item h4 {
        width: 100%;
        height: 22px;
        text-align: center;
        line-height: 22px;
        font-size: 14px;
        color: #333;
    }
    .Gov_Officals_Item h4 a {
        color: #333;
    }

    .Gov_BTMore {
        margin: 0 auto;
        width: 24vw;
        height: 24px;
        border: 1px solid #000;
        border-radius: 12px;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #000;
        cursor: pointer;
    }

    .Gov_BTMore a {
        color: #000;
    }

    .Gov_BTMore a::after {
        content: " ";
        width: 32px;
        height: 9px;
        display: inline-block;
        background: url(../images/BUSS_POLICY_MoreArrow_Black.png) center right no-repeat;
    }
    .Gov_Officals_List {
        margin: 0 auto;
        margin-top: 40px;
        width: 66vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 25px;
    }
    .Gov_Officals_List ul {
        width: 100%;
        height: auto;
    }
    .Gov_Officals_List li {
        float: left;
        width: 24vw;
        height: auto;
        margin-bottom: 15px;
    }
    .Gov_Officals_List li:nth-child(2n) {
        float: right;
    }
    .Gov_Officals_List li:nth-child(2n + 1) {
        clear: both;
    }
    .Gov_Officals_List li p {
        margin-bottom: 15px;
    }
    .Gov_Departments_Div {
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .Gov_Departments_Div ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .Gov_Departments_Div li {
        float: left;
        width: 44vw;
        height: auto;
        margin-bottom: 4vw;
        overflow: hidden;
    }
    .Gov_Departments_Div li:nth-child(2n) {
        float: right;
    }
    .Gov_Departments_Div li p {
        padding: 0 3px;
        width: calc(44vw - 6px);
        margin-bottom: 10px;
    }
    .Gov_Departments_Div li p img {
        width: calc(44vw - 6px);
    }
    .Gov_Departments_Div li h4 {
        border-top: 1px solid #e4e7ee;
        border-left: 1px solid #e4e7ee;
        border-right: 1px solid #e4e7ee;
        padding: 2vw;
        width: calc(40vw - 2px);
        height: 80px;
        color: #000;
    }
    .Gov_Departments_Div li h4 a {
        display: block;
        height: 80px;
        overflow: hidden;
        font-size: 15px;
        line-height: 20px;
        color: #000;
    }
    /* 20241224 */
    .Artical_Link_Div {
        position: absolute;
        right: 0;
        top: 0px;
        width: 150px;
        height: 28px;
        display: flex;
        justify-content: space-between;
    }
    .Artical_Link_Div p {
        display: inline-block;
        width: 28px;
        height: 28px;
    }
    .Artical_Link_Div img {
        width: 28px;
        height: 28px;
    }
    /* 20241224end */
.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
	margin:10px 10px 15px;
}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

.m-style span {
    float: left;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #bdbdbd;
    font-size: 14px;
}

.m-style .active {
    float: left;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #ebebeb;
    color: #363738;
    font-size: 14px;
    border: 1px solid #CCCCCC;
}

.m-style a {
    float: left;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #f3f3ed;
    color: #a0a3a5;
    font-size: 14px;
    border: 1px solid #CCCCCC;
}

.m-style a:hover {
    color: #fff;
    background: #636566;
}

.m-style .next,
.m-style .prev {
    font-family: "Simsun";
    font-size: 12px;
    font-weight: bold;
}

.now,
.count {
    padding: 0 5px;
    color: #f00;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

.jump-ipt {
    float: left;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 10px;
}
.Search_Div li h4 b {
    color: #C10D0D!important;
}
}
