/* Mobile */
/* 菜单部分 */
@media (max-width:600px) {
    .TopMenu_Box {
        width: 100%;
        height: auto;
        background-color: #FFF;
        overflow: hidden;
        background: url(../images/mTop_BK.jpg) top center no-repeat;
        background-size: contain;
        margin-bottom: 15px;
    }

    .TopMenu_Div {
        margin: 0 auto;
        width: 100%;
        height: auto;
        padding-bottom: 6.5vw;
    }

    .TopMenu_Left {
        margin: 0 auto;
        padding-top: 11.3vw;
        width: 72vw;
    }

    .TopMenu_Left a img {
        width: 72vw;
    }

    .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 {
        position: absolute;
        top: 5vw;
        right: 4vw;
        width: 8vw;
        height: 5vw;
    }

    .Top_Search {
        float: left;
        width: 5vw;
        height: 5vw;
    }

    .Top_Search img {
        width: 5vw;
        height: 5vw;
    }

    .Top_Menu {
        width: 8vw;
        height: 8vw;
    }

    .Top_Menu img {
        width: 8vw;
        height: 8vw;
    }

    .Top_Menu_Pop_Box {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 13;
        background-color: rgba(21, 87, 159, 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 {
        margin: 0 auto;
        width: 92vw;

    }

    .Top_PopMenu_Line {
        height: auto;
        /* border-top: 1px solid #000; */
        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 {
        width: 100%;
        height: 36px;
    }

    .Top_PopMenu_Title a {
        position: absolute;
        left: 0;
        width: calc(100% - 35px);
        height: 22px;
        font-size: 18px;
        /* font-family: "Times New Roman"; */
        /* font-weight: bold; */
        color: #FFF;
        line-height: 36px;
        text-transform: uppercase;
    }

    .Top_PopMenu_Title em {
        position: absolute;
        right: 5px;
        top: 8px;
        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;

    }

    .Top_PopMenu_L2 li {
        font-size: 16px;
        color: #FFF;
        line-height: 22px;
        padding: 5px 30px;
        overflow: hidden;
    }

    /* .Top_PopMenu_L2 li:hover {
        background-color: #C1755F;
    } */

    .Top_PopMenu_L2 li a {
        color: #FFF;
    }

    .Top_Search_Box {
        width: 100%;
        height: auto;
        z-index: 13;
    }

    .Top_Search_Pop_Div {
        margin-top: 30px;
        height: 40px;
        border-radius: 20px;
        background-color: #D9F1FF;
    }

    .Top_Search_Input {
        float: left;
        width: calc(100% - 40px);
    }

    .Top_Search_Input input {
        margin-left: 20px;
        height: 40px;
        background-color: #D9F1FF;
        font-size: 16px;
        color: #15579F;
        line-height: 40px;
    }

    .Top_Search_Input input::input-placeholder {
        color: #15579F;
    }

    .Top_Search_Input input::-webkit-input-placeholder {
        color: #15579F;
    }

    .Top_Search_Input input::-moz-placeholder {
        color: #15579F;
    }

    .Top_Search_Input input::-moz-placeholder {
        color: #15579F;
    }

    .Top_Search_Input input::-ms-input-placeholder {
        color: #15579F;
    }

    .Top_Search_BT {
        float: right;
        margin-top: 10px;
        margin-right: 16px;
        width: 20px;
        height: 20px;
    }
    .Top_Search_BT img{
        width: 20px;
        height: 20px;
    }
    .Top_Search_BT button{
        width: 20px;
        height: 20px;
        background: url(../images/Top_Search.png) center center no-repeat;
        background-size: 20px 20px;
        cursor: pointer;
    }

}

/* 翻页控制部分 */
@media (max-width:600px) {

    /* PageControl_Box  */
    .PageControl_Box {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 50px;
    }

    .PageControl_Div {
        
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: auto;
        height: 34px;
        min-width: 100px;
        margin-bottom: 18vw;
        /* border: 1px solid saddlebrown; */
    }
    .PageControl_LineOne{
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;

        margin: 0 auto;
        margin-bottom: 2vw;
        width: auto;
        height: auto;
        overflow: hidden;
    }
    .PageControl_PrevNext{
        display: inline-block;
        width: 100px;
        width: 76px;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        color: #000;
        text-align: center;
        background-color: #F2F7FC;
        margin-left: 5px;
        margin-right: 5px;
    }
    .PageControl_PrevNext a{
        color: #000;        
    }
    .PageControl_Num {
        display: flex;
        justify-content: center;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 34px;
    }

    .PageControl_Num ul {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 34px;
        list-style: none;
    }



    .PageControl_Num .NumOn {
        background-color: #0B65B1;
        color: #FFF !important;
    }

    .PageControl_Num .NumOn a {
        color: #000 !important;
    }

    .PageControl_Num a {
        display: inline-block;
        position: relative;
        margin: 0 2px;
        padding: 0;
        width: 34px;
        height: 34px;
        line-height: 34px;
        color: #000;
        /* font-weight: bold; */
        background-color: #F2F7FC;
        font-size: 14px;
        text-align: center;
    }

    .PageControl_Num a:hover {
        color: #0B65B1;
        text-decoration: underline !important;
        text-underline-offset: 4px;
    }

    .PageControl_Num .NumOn a:hover {
        color: #FFF !important;
    }

    .PageControl_Txt{
        margin: 0 auto;
        display: flex;
        justify-content: center;
        margin-left: 10px;
        margin-right: 5px;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        color: #000;
    }
    .PageControl_Txt span{
        height: 36px;
        line-height: 36px;
    }
    .PageControl_Txt input{
        display:inline-block;
        margin-left: 5px;
        margin-right: 5px;
        width:36px;
        height: 36px;
        line-height: 36px;
        background-color: #F2F7FC;
        text-align: center;
        font-size: 14px;
        color: #000;
        cursor: pointer;
    }
}

/* 导航栏面包屑部分 */
@media (max-width:600px) {
    /* Nav_Div */

    .Nav_Box {
        width: 100%;
        height: auto;
        width: 100%;
        margin-bottom: 16px;
        color: #15579F;
    }

    .Nav_Div {
        margin: 0 auto;
        width: 92vw;
        /* height: 30px; */
        padding: 5px 0;
        line-height: 30px;
        font-size: 16px;
        /* font-family: "Times New Roman"; */
        color: #15579F;
    }

    .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%;
        margin-bottom: 15px;
        font-size: 28px;
        font-weight: bold;
        line-height: 32px;
        color: #000;
        /* text-transform: uppercase; */
    }

    .Artical_Content_Title a {
        color: #000;
    }


    /* 20250109 */
    .Artical_Content_TitleType {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 15px;
        font-size: 22px;
        font-weight: bold;
        line-height: 30px;
        color: #15579F;
        /* text-transform: uppercase; */
    }

    .Artical_Content_TitleType a {
        color: #15579F;
    }
    .Artical_Content_Title2 {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 15px;
        font-size: 22px;
        font-weight: bold;
        line-height: 30px;
        color: #000;
        /* text-transform: uppercase; */
    }

    .Artical_Content_Title2 a {
        color: #000;
    }
    .Artical_Content_attachment {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 40px;
        font-size: 16px;
        line-height: 20px;
        color: #15579F;
        padding-left: 30px;
        background: url(../images/Artical_Attachment.png) left top no-repeat;
        background-position: top 3px left 0;
        /* text-transform: uppercase; */
    }

    .Artical_Content_attachment a {
        color: #15579F;
    }
    /* 20250109 end*/
  
    .Artical_Content_Info_Div {
        /* border-bottom: 2px solid #E7EFFB; */
    }

    .Artical_Content_Info {
        padding: 14px 5px;
        height: 20px;
        background-color: #F2F7FB;
        line-height: 20px;
    }

    .Artical_Content_Info h4 {
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 12px;
        padding-right: 5px;
        padding-left: 5px;
        line-height: 20px;
        border-right: 1px solid #656565;
        color: #15579F;
    }

    .Artical_Content_Info h4 a {
        color: #15579F;
    }

    .Artical_Content_Info h5 {
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 12px;
        padding-right: 5px;
        padding-left: 5px;
        line-height: 20px;
        color: #15579F;
    }

    .Artical_Content_Info h5 a {
        color: #15579F;
    }

    .Artical_Content_Fun {
        margin-top: 10px;
        width: 100%;
        height: 31px;

    }
    .Artical_Content_Fun_Item{
        float: left;
        width: 31px;
        height: 31px;
        margin-right: 10px;
    }
    .Artical_Content_Fun_Item p{
        width: 31px;
        height: 31px;
    }
    .Artical_Content_Fun_Item p img{
        width: 31px;
        height: 31px;
    }
    .Artical_Fun5{
       background: url(../images/Artical_Icon5.png) center center no-repeat;
       cursor: pointer;
    }
    .Artical_Fun5:hover{
        background: url(../images/Artical_Icon5_on.png) center center no-repeat;
     }
     .Artical_Fun5:hover .Artical_Content_Fun_Hover{
        display: block;
     }
    .Artical_Content_Fun_Hover{
        display: none;
        position: absolute;
        top:31px;
        left: -20px;
        padding:22px 21px 6px 21px;
        width: 29px;
        height: 111px;
        z-index: 2;
       background: url(../images/Artical_Share_BK.png) center center no-repeat;
    }
    .Artical_Content_Fun_Hover h4{
        width: 29px;
        height: 29px;
        margin-bottom: 8px;               
    }
    .Artical_Content_Fun_Hover h4 img {
        width: 28px;
        height: 29px;        
    }
    .Artical_Content_Text_Div {
        width: 100%;
        height: auto;
        padding-top: 20px;
        /* 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: 18px;
        line-height: 24px;
        color: #000;
        margin-bottom: 20px;
    }

    .Artical_Content_Text p img {
        margin: 0 auto;
        padding-top: 20px;
        width: 100%;
        height: auto;/* 20250313 */     
    }

    .Artical_Content_Text span {
        display: block;
        width: 100%;
        margin-top: 6px;
        font-size: 14px;
        color: #656565;
        line-height: 20px;        
        text-align: center; /* 20250314 */
        margin-bottom: 30px;
    }

    .Artical_Content_Text span img {
        width: 100%;
        height: auto;/* 20250313 */        
    }

    .Artical_Content_Text em {
        /* 20250314 */
        font-style: italic;
    }

    .Artical_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        overflow: hidden;
        /* margin-top: 30px; */
    }

    .Artical_QR_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        margin-bottom: 100px;
    }

    .Artical_QR_Div h4 {
        width: 100%;
        height: auto;
        font-size: 16px;
        line-height: 22px;
        color: #656565;
        text-align: center;
        margin-bottom: 12px;
    }

    .Artical_QR_Div p {
        margin: 0 auto;
        padding: 16px;
        width: 138px;
        height: 138px;
        border: 1px solid #E5E5E5;
        margin-bottom: 38px;
    }

    .Artical_QR_Control {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
    }

    .Artical_QR_Control h4 {
        width: 145px;
        height: 36px;
        font-size: 16px;
        line-height: 40px;
        color: #656565;
        text-align: center;
        text-indent: 26px;
        border: 1px solid #e5e5e5;
        background: url(../images/Article_Icon1.png) center center no-repeat;
        background-size: 18px 16px;
        background-position: 16px 11px;
    }

    .Artical_QR_Control h4 a {
        display: block;
        height: 36px;
        font-size: 14px;
        line-height: 36px;
        color: #656565;
        text-align: center;
        border: 1px solid #e5e5e5;
    }

    .Artical_QR_Control h5 {
        width: 145px;
        height: 36px;
        font-size: 16px;
        line-height: 36px;
        color: #656565;
        text-align: center;
        text-indent: 26px;
        border: 1px solid #e5e5e5;
        background: url(../images/Article_Icon2.png) center center no-repeat;
        background-size: 18px 16px;
        background-position: 28px 11px;
    }

    .Artical_QR_Control h5 a {
        display: block;
        height: 36px;
        font-size: 14px;
        line-height: 36px;
        color: #656565;
        text-align: center;
        border: 1px solid #e5e5e5;
    }

}

/* 底部 部分 */
@media (max-width:600px) {

    /* Bottom_Box */
    .Bottom_Box {
        display: none;
        width: 100%;
        padding-top: 70px;
        height: 357px;
        background-color: #023A77;
        /* overflow: hidden; */
        border-bottom: 1px solid #1658A0;
    }


    .Bottom_Div {
        width: 100%;
        height: auto;
    }

    .Bottom_Map_Div {
        width: 100%;
    }

    .Bottom_Menu_Line {
        float: left;
        width: 220px;
    }

    .Bottom_Menu_Line ul {
        width: 100%;
        list-style: none;
        /* border-left: 1px solid #FFF; */
        /* padding-left: 12px; */
        padding-top: 12px;
        margin-bottom: 40px;
    }

    .Bottom_Menu_Line li {
        padding-bottom: 13px;
        font-size: 16px;
        color: #FFF;
        line-height: 23px;
    }

    .Bottom_Menu_Line li:last-child {
        padding-bottom: 0px;
    }

    .Bottom_Menu_Line li a {
        color: #FFF;
    }

    .Bottom_Menu_Line li a:hover {
        color: #FFF;
    }


    .Bottom_Menu_Title {
        /* border-left: 1px solid #FFF; */
        /* padding-left: 12px; */
        /* height: 22px; */
        line-height: 27px;
        font-size: 18px;
        font-weight: bold;
        color: #FFF;
        margin-bottom: 13px;
    }


    .Bottom_Menu_Title a {
        color: #FFF;
    }

    #BLine1 {
        width: 285px;
    }

    #BLine2 {
        width: 190px;
    }

    #BLine3 {
        width: 135px;
        margin-right: 0px;
    }

    #BLine4 {
        width: 160px;
    }

    #BLine5 {
        width: 215px;
    }

    #BLine6 {
        width: 225px;
        margin-right: 0px;
    }

    #BLine7 {
        width: 120px;
        margin-right: 0px;
    }

    .Bottom_Black_Box {
        width: 100%;
        padding-top: 68px;
        padding-bottom: 68px;
        height: auto;
        background-color: #023A77;
        overflow: hidden;
    }

    .Bottom_Copyright_Div {
        width: 92vw;
        padding: 4vw;
    }

    .Bottom_Copyright_Div p {
        width: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 22px;
        /* margin-bottom: 14px; */
        color: #FFF;
    }

    .Bottom_Copyright_Div a {
        color: #FFF;
    }

    .Bottom_Copyright_Div span {
        display: block;
        padding: 0 15px;
    }

    /* BackTop_Div */
    .BackTop_Div {
        display: none;
        margin: 0 auto;
        margin-left: calc(50% - 700px);
        height: 42px;
    }

    .BackTop {
        margin: 0 auto;
        width: 40px;
        height: 42px;
        cursor: pointer;
    }

    .BackTop img {
        width: 40px;
        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/mList_Down.png) center center no-repeat;
    }

    .List_Div {
        width: 100%;
        height: auto;
        margin-bottom: 40px;
        overflow: hidden;
    }

    .List_Div ul {
        margin: 0 auto;
        width: 92vw;
        list-style: none;
    }
      /* 20250114 */
    .List_Div li {
        /* width: 84vw; */
        border-bottom: 1px solid #f1f1f1;
        overflow: hidden;
        /* padding:4vw; */
        margin-bottom: 5vw;
        /* background-color: #F1F7FB; */
    }

    .List_Pic_Div {
        display: none;
        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 {

        display: block;
        height: 22px;
        /* background-color: #00A0E9; */
        line-height: 22px;
        font-size: 12px;
        text-align: left;
        color: #15579F;
        margin-bottom: 5px;
        z-index: 2;
    }

    .List_Text_Div {

        display: block;
        height: auto;
        overflow: hidden;
    }
     /* 20250114 */
    .List_Div li h4 {
        display: block;
        width: 100%;
        height: auto;
        line-height: 22px;
        font-size: 18px;
        color: #000;

        margin-bottom: 5vw;
    }

    .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) {

    /* Search_Input_Div */
    .Search_Input_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
    }

    .Search_Input_Div .TopMenu_Search_Pop_Div {
        margin-top: 30px !important;
    }

    .Search_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        /* 20250226 */
        min-height: 200px;
        margin-bottom: 25px;
        overflow: hidden;
    }
   /* 20250114 */
    .Search_Div ul {
        width: 100%;
        list-style: none;
        margin-top: 20px;
    }
   /* 20250114 */
    .Search_Div li {

        /* background-color: #F2F7FC; */
        overflow: hidden;
        border-bottom: 1px solid #eee;      
        margin-bottom: 20px;
    }
       /* 20250114 */
    .Search_Div li p{
        display: none;
    }
       /* 20250114 */
    .Search_Div li h6 {
        display: block;
        height: 32px;
        line-height: 24px;
        font-size: 14px;
        color: #656565;
        margin-bottom: 10px;
    }

    .Search_Div li h4 {
        display: block;
        width: 100%;
        height: auto;
        line-height: 24px;
        font-size: 18px;
        color: #000;
        /* font-weight: bold; */
        margin-bottom: 10px;
    }

    .Search_Div li h4 a {
        color: #000;
    }

    .Search_Div li h5 {
        display: none;
        line-height: 24px;
        font-size: 16px;
        color: #656565;
        margin-bottom: 20px;
    }

    .Search_Div li h5 a {
        color: #656565;
    }
       /* 20250114 */
    .Search_Div li span {
        color: #D70101;
    }

    .Search_Result_Div {
        width: 100%;
        margin-top: 20px;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        color: #15579F;
        text-align: left;
    }
    /* 20250226 */
    .Search_Result_Div span{
        margin-left: 20px;
        font-size: 16px;
        color: #D70101;
    
    }


    .TopMenu_Search_Pop_Div {
        margin: 0 auto;
        margin-top: 120px;
        width: 84vw;
        height: 40px;
        border-radius: 20px;
        border: 1px solid #7CB4DB;
        background-color: #FFF;
    }

    .TopMenu_Search_Pop_Left {
        float: left;
        width: calc(100% - 60px);
        height: 40px;
        margin-left: 15px;
        line-height: 40px;
    }

    .TopMenu_Search_Pop_Left input {
        float: left;
        width: calc(100% - 60px);
        height: 40px;
        line-height: 40px;
        background-color: transparent;
        font-size: 16px;
        color: #15579F;
    }

    .TopMenu_Search_Pop_Left input::input-placeholder {
        color: #15579F;
    }

    .TopMenu_Search_Pop_Left input::-webkit-input-placeholder {
        color: #15579F;
    }

    .TopMenu_Search_Pop_Left input::-moz-placeholder {
        color: #15579F;
    }

    .TopMenu_Search_Pop_Left input::-moz-placeholder {
        color: #15579F;
    }

    .TopMenu_Search_Pop_Left input::-ms-input-placeholder {
        color: #15579F;
    }

    .TopMenu_Search_Pop_Right {
        float: right;
        margin-top: 10px;
        margin-right: 16px;
        width: 20px;
        height: 20px;
        overflow: hidden;
    }

    .TopMenu_Search_Pop_Right img {
        width: 20px;
        height: 20px;
    }
}

/* 其他 部分 */
@media (max-width:600px) {
    .Home_Focus_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 20px;
    }

    .Home_Focus_Title {
        margin: 0 auto;
        width: 92vw;
        height: auto;
    }

    .Home_Focus_Title h4 {
        margin: 0 auto;
        width: 100%;
        height: auto;
        margin-bottom: 8px;
    }

    .Home_Focus_Title h4 a {
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
        font-family: "Georgia";
        font-size: 23px;
        font-weight: bold;
        line-height: 29px;
        color: #274F8F;

    }

    .Home_Focus_Title h5 {
        text-align: right;
        width: 100%;
        height: 18px;
        font-size: 16px;
        line-height: 18px;
        color: #274F8F;
        margin-bottom: 17px;
    }

    .Home_Focus_Title h5 a {
        color: #274F8F;
    }

    .Home_Focus_Content {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Home_Focus_Swiper {
        width: 100%;
        height: auto;
        /* margin-bottom: 75px; */
        overflow: hidden;
    }

    .Home_Focus_Swiper .swiper-slide {
        width: 100vw;
        height: auto;
    }

    .Home_Focus_Swiper p {
        width: 100vw;
        height: 67vw;
    }

    .Home_Focus_Swiper p img {
        width: 100vw;
        height: 67vw;
    }

    .Home_Focus_Swiper h4 {
        margin: 0 auto;
        margin-top: 12px;
        width: 92vw;
        line-height: 22px;
        height: auto;
        font-size: 18px;
        font-weight: bold;
        color: #000;
    }

    .Home_Focus_Swiper h4 a {
        color: #000;
    }

    .Home_Focus_pagination {
        font-size: 12px;
        left: auto !important;
        right: 0 !important;
        top: 60vw !important;
        width: 150px !important;
        height: 10px !important;
    }

    .Home_Focus_pagination .swiper-pagination-bullet {
        border-radius: 4px;
        width: 8px;
        height: 8px;
        background-color: #FFF;
        opacity: 1;
    }

    .Home_Focus_pagination .swiper-pagination-bullet-active {
        width: 48px;
        background-color: #FFF;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
    }

    .Home_Focus_BTPrev {
        position: absolute;
        left: 0;
        top: calc(33.5vw - 26px);
        width: 34px;
        height: 52px;
        background: url(../images/Home_Swiper_Prev.png);
        background-size: 34px 52px;
        z-index: 2;
        cursor: pointer;
    }

    .Home_Focus_BTNext {
        position: absolute;
        right: 0;
        top: calc(33.5vw - 26px);
        width: 34px;
        height: 52px;
        background: url(../images/Home_Swiper_Next.png);
        background-size: 34px 52px;
        z-index: 2;
        cursor: pointer;
    }

    .Home_Focus_Content_List {
        margin: 0 auto;
        width: 92%;
        height: auto;
        margin-bottom: 25px;
    }

    .Home_Focus_Content_List ul {
        width: 100%;
        height: auto;
    }

    .Home_Focus_Content_List li {
        width: 100%;
        height: auto;
        line-height: 23px;
        font-size: 18px;
        color: #000;
        margin-bottom: 30px;
    }

    .Home_Focus_Content_List li a {
        color: #000;
    }

    .Title_Div {
        width: 100%;
        height: 36px;
        line-height: 36px;
        font-size: 26px;
        font-family: "Georgia";
        font-weight: bold;
        color: #274F8F;
        text-transform: uppercase;
        margin-bottom: 15px;
        text-align: center;
    }

    .Title_Div a {
        color: #274F8F;
    }

    .Home_Focus_Content_List .Title_Div {
        text-align: left;
        margin-bottom: 12px !important;
    }

    /* Home_Type_Box */
    .Home_Type_Box {
        width: 100%;
        height: auto;
        background-color: #D9F1FF;
        overflow: hidden;
    }

    .Home_Type_Div {
        width: 100%;
        height: auto;

    }

    .Home_Type_Div ul {
        padding: 10vw 8vw 3vw 8vw;
        width: 84vw;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        overflow: hidden;
    }

    .Home_Type_Div li {
        border: 2px solid #D9F1FF;
        width: 35vw;
        height: 35vw;
        border-radius: 17.5vw;
        overflow: hidden;
        background-color: #FFF;
        margin-bottom: 9vw;
        overflow: hidden;
    }

    .Home_Type_Div li:hover {
        border: 2px solid #C2E9FF;
    }

    .Home_Type_Div li p {

        margin: 0 auto;
        margin-top: 7vw;
        width: 17vw;
        height: 15vw;
        margin-bottom: 6px;
    }

    .Home_Type_Div li p img {
        margin: 0 auto;
        width: 17vw;
        height: 15vw;
    }

    .Home_Type_Div li h4 {
        margin: 0 auto;
        width: 100%;
        line-height: 20px;
        font-size: 16px;
        text-align: center;
        color: #000;
    }

    .Home_Type_Div li h4 a {
        color: #000;
    }

    .Home_DoingBusiness_Div {
        margin: 0 auto;
        width: 100%;
        margin-top: 11vw;
        margin-bottom: 8vw;
        height: auto;
    }

    .Home_DoingBusiness_Div .Title_Div {
        margin-bottom: 20px;
    }

    .Home_DoingBusiness_pic {
        width: 100vw;
        height: 39vw;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .Home_DoingBusiness_pic img {
        width: 100vw;
        height: 39vw;
    }

    .Home_DoingBusiness_Div ul {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        overflow: hidden;
    }

    .Home_DoingBusiness_Div li {
        padding: 4vw;
        width: 84vw;
        height: auto;
        min-height: 44px;
        background-color: #F2F7FC;
        margin-bottom: 4vw;
        overflow: hidden;

        font-size: 18px;
        line-height: 22px;
        color: #000;

        overflow: hidden;
    }

    .Home_DoingBusiness_Div li a {
        color: #000;
    }

    .Home_DoingBusiness_Div li:nth-child(3n) {
        margin-right: 0;
    }

    /* Home_ThisisFujian_Box */
    .Home_ThisisFujian_Box {
        width: 100%;
        height: auto;
        background: url(../images/mHome_ThisisFJ_BK.jpg) top center repeat-x;
        background-size: 100% 100%;
        padding-bottom: 11vw;
        overflow: hidden;
    }

    .Home_ThisisFujian_Div {
        width: 100%;
        padding-top: 40px;
    }

    .Home_ThisisFujian_Overview {
        width: 84vw;
        height: auto;
        padding: 8vw;
        background-color: #2967A9;
        z-index: 5;
        margin-bottom: 6vw;
    }

    .Home_ThisisFujian_Overview h4 {
        line-height: 26px;
        font-size: 20px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
    }

    .Home_ThisisFujian_Overview h4 a {
        color: #FFF;
    }

    .Home_ThisisFujian_Overview h5 {
        margin-top: 17px;
        line-height: 20px;
        font-size: 16px;
        color: #FFF;
        overflow: hidden;
    }

    .Home_ThisisFujian_Overview h5 a {
        color: #FFF;
    }
/* 20250226 */
    .Home_ThisisFujian_Swiper {
        margin-left: 0;
        width: 83vw;
        height: 56vw;
        padding-bottom: 13vw;
        overflow: visible;
    }

    .Home_ThisisFujian_Swiper .swiper-wrapper {
        width: 83vw;
        height: 56vw;
    }

    .Home_ThisisFujian_Swiper p {
        position: absolute;
        top: 0;
        left: 0;
        width: 83vw;
        height: 56vw;
    }

    .Home_ThisisFujian_Swiper p img {
        width: 83vw;
        height: 56vw;
    }

    .Home_ThisisFujian_Swiper em {
        position: absolute;
        top: 0;
        left: 0;
        width: 83vw;
        height: 56vw;
        background-color: #1658A0;
        opacity: 0.6;
        z-index: 2;
    }

    .Home_ThisisFujian_Swiper .swiper-slide-active em {
        opacity: 0 !important;
    }

    .Home_ThisisFujian_Swiper .swiper-slide-active .Home_ThisisFujian_Text {
        opacity: 1 !important;
    }

    .Home_ThisisFujian_Text {
        opacity: 0;
        position: absolute;
        right: 0;
        top: 8.5vw;
        padding: 2vw 6vw;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: auto;
        z-index: 3;
        background-color: rgba(22, 88, 160, 0.6);
    }

    .Home_ThisisFujian_Text h4 {
        line-height: 20px;
        font-size: 14px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
    }

    .Home_ThisisFujian_Text h4 a {
        color: #FFF;
    }

    /* 20250226 */

    .Home_ThisisFujian_BTNext {
        position: absolute;
        left: auto;
        right: 0vw;
        bottom: 0;
        width: 37px;
        height: 37px;
        background: url(../images/Home_Thisis_Next.png);
        background-size: 37px 37px;
        z-index: 3;
        cursor: pointer;
    }

    .Home_ThisisFujian_BTNext:hover {
        background: url(../images/Home_Thisis_Next_On.png);
        background-size: 37px 37px;
    }
/* 20250226 */
    .Home_ThisisFujian_BTPrev {
        position: absolute;
        left: auto;
        right: calc(0vw + 50px);
        bottom: 0;
        width: 37px;
        height: 37px;
        background: url(../images/Home_Thisis_Prev.png);
        background-size: 37px 37px;
        z-index: 3;
        cursor: pointer;
    }

    .Home_ThisisFujian_BTPrev:hover {
        background: url(../images/Home_Thisis_Prev_On.png);
        background-size: 37px 37px;
    }

    /* Home_Specials_Div */
    .Home_Specials_Div {
        margin-top: 30px;
        height: auto;
        overflow: hidden;
    }

    .Home_Specials_Div .Title_Div {}

    .Home_Specials_List {
        width: 100%;
        height: auto;
        margin-bottom: 12vw;
    }

    .Home_Specials_List ul {
        width: 100%;
        height: auto;

    }

    .Home_Specials_List li {
        width: 92vw;
        height: 40vw;
        margin-bottom: 4vw;
    }

    .Home_Specials_List li img {
        width: 92vw;
        height: 40vw;
    }

    /* Home_CultureTravel_Box */
    .Home_CultureTravel_Box {
        width: 100%;
        height: auto;
        background-color: #F2F7FC;
        overflow: hidden;
    }

    .Home_CultureTravel_Div {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 40px;
        height: auto;
    }

    .Home_CultureTravel_Div .Title_Div {
        margin-bottom: 10vw;
    }

    .Home_CultureTravel_List {
        width: 100%;
        height: auto;
    }

    .Home_CultureTravel_List ul {
        margin: 0 auto;
        width: 92vw;
        height: auto;

    }

    .Home_CultureTravel_List li {
        width: 64vw;
        padding: 4vw 4vw 4vw 25vw;
        height: auto;
        background-color: #FFF;
        margin-bottom: 8vw;
        /* overflow: hidden;       */
    }

    .Home_CultureTravel_Date {
        position: absolute;
        top: -4vw;
        left: 4vw;
        padding: 1.5vw;
        width: 14vw;
        height: 17vw;
        background-color: #D9F1FF;
    }

    .Home_CultureTravel_Date h4 {
        width: 14vw;
        height: 30px;
        font-size: 26px;
        line-height: 30px;
        height: 30px;
        text-align: center;
        color: #15579F;
    }

    .Home_CultureTravel_Date h5 {
        width: 14vw;
        height: 16px;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        text-transform: uppercase;
        color: #15579F;
    }

    .Home_CultureTravel_Text {
        width: 64vw;
        height: auto;
        overflow: hidden;
    }

    .Home_CultureTravel_Text h4 {
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
        color: #000;
        min-height: 72px;
        /* margin-bottom: 15px;         */
    }

    .Home_CultureTravel_Text h4 a {
        color: #000;
    }

    .Home_CultureTravel_Text h5 {
        display: none;
        font-size: 18px;
        line-height: 25px;
        color: #000;
    }

    .Home_CultureTravel_Text h5 a {
        color: #000;
    }

    .Home_CultureTravel_Pics {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 4vw;
    }

    .Home_CultureTravel_Pics_Item {
        width: 44vw;
        height: 60vw;
        margin-bottom: 4vw;
        overflow: hidden;
    }

    .Home_CultureTravel_Pics_Item p {
        width: 44vw;
        height: 60vw;
    }

    .Home_CultureTravel_Pics_Item p img {
        width: 44vw;
        height: 60vw;
    }

    .Home_CultureTravel_Pics_Item h4 {
        position: absolute;
        width: 44vw;
        height: 20vw;
        bottom: 0;
        z-index: 2;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFF;
        transition: all 0.5s ease-in;
        cursor: pointer;
    }

    .Home_CultureTravel_Pics_Item h4 a {
        color: #FFF;
    }

    .Home_CultureTravel_Pics_Item:hover h4 {
        width: 44vw;
        height: 60vw;
        transition: all 0.5s ease-out;
    }

    .Home_CultureTravel_Pics_text1 {
        background-image: linear-gradient(to bottom, rgba(217, 162, 15, 0), rgba(217, 162, 15, 0.95));
    }

    .Home_CultureTravel_Pics_text1:hover {
        background-image: linear-gradient(to bottom, rgba(217, 162, 15, 0.95), rgba(217, 162, 15, 0.95));
    }

    .Home_CultureTravel_Pics_text2 {
        background-image: linear-gradient(to bottom, rgba(2, 94, 169, 0), rgba(2, 94, 169, 0.95));
    }

    .Home_CultureTravel_Pics_text2:hover {
        background-image: linear-gradient(to bottom, rgba(2, 94, 169, 0.95), rgba(2, 94, 169, 0.95));
    }

    .Home_CultureTravel_Pics_text3 {
        background-image: linear-gradient(to bottom, rgba(141, 78, 45, 0), rgba(141, 78, 45, 0.95));
    }

    .Home_CultureTravel_Pics_text3:hover {
        background-image: linear-gradient(to bottom, rgba(141, 78, 45, 0.95), rgba(141, 78, 45, 0.95));
    }

    .Home_CultureTravel_Pics_text4 {
        background-image: linear-gradient(to bottom, rgba(85, 137, 217, 0), rgba(85, 137, 217, 0.95));
    }

    .Home_CultureTravel_Pics_text4:hover {
        background-image: linear-gradient(to bottom, rgba(85, 137, 217, 0.95), rgba(85, 137, 217, 0.95));
    }


    .Home_Govermant_Div {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        height: auto;
    }

    .Home_Govermant_Div .Title_Div {
        padding-bottom: 13px;
        height: auto;
    }

    .Home_Govermant_Div ul {
        margin: 0 auto;
        width: 92vw;
        height: auto;
    }

    .Home_Govermant_Div li {
        width: 92vw;
        height: 31vw;
        transition: 0.5s all ease-in;
        display: flex;
        align-items: center;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .Home_Govermant_Div li p {
        width: 92vw;
        height: 31vw;
    }

    .Home_Govermant_Div li p img {
        width: 92vw;
        height: 31vw;
    }

    .Home_Govermant_Div li h4 {
        position: absolute;
        left: 4vw;
        text-align: left;
        z-index: 2;
        font-size: 22px;
        font-weight: bold;
        line-height: 30px;
        height: 30px;
        color: #FFF;
        text-transform: uppercase;
        transition: 0.5s all ease-in;
    }

    .Home_Govermant_Div li h4 a {
        display: block;
        padding-left: 27px;
        background: url(../images/Home_Govermant_Line.png) left center no-repeat;
        background-size: 23px auto;
        color: #FFF;
    }

    .Home_Govermant_Div li:hover h4 {
        left: 20vw;
        transition: 0.5s all ease-in;
    }

    /* CultureTravel_Box */
    .CultureTravel_Events_Box {
        width: 100%;
        height: auto;
        background-color: #FFF;
        overflow: hidden;
    }

    .CultureTravel_Events_Div {
        /* padding-top: 16px; */
        /* padding-bottom: 93px; */
        height: auto;
    }

    .CultureTravel_Events_Div .Title_Div {
        margin-bottom: 10px;
    }

    .CultureTravel_Events_List {
        width: 100%;
        height: auto;
    }

    .CultureTravel_Events_List ul {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        margin-bottom: 33px;
    }

    .CultureTravel_Events_List li {
        width: 440px;
        height: auto;
        /* overflow: hidden; */
        /* background-color: #FFF; */
    }


    .CultureTravel_Events_Swiper {
        width: 92vw;
        height: auto;
        margin-bottom: 6vw;
        overflow: hidden;
    }

    .CultureTravel_Events_pagination {
        font-size: 12px;
        left: auto !important;
        right: 20px !important;
        top: 55vw !important;
        text-align: right;
        width: 140px !important;
        height: 20px !important;
    }

    .CultureTravel_Events_pagination .swiper-pagination-bullet {
        border-radius: 4px;
        width: 8px;
        height: 8px;
        background-color: #FFF;
        opacity: 1;
    }

    .CultureTravel_Events_pagination .swiper-pagination-bullet-active {
        background-color: #FFF;
        width: 48px;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
    }

    .CultureTravel_Date {
        position: absolute;
        top: 0px;
        left: 18px;
        width: 62px;
        height: 75px;
        background-color: rgba(9, 114, 187, 0.85);
        z-index: 2;
    }

    .CultureTravel_Date h4 {
        margin-top: 6px;
        width: 62px;
        height: 30px;
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        color: #FFF;
    }

    .CultureTravel_Date h5 {
        width: 62px;
        height: 16px;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        text-transform: uppercase;
        color: #FFF;
    }

    .CultureTravel_Events_Pic {
        width: 92vw;
        height: 62vw;
        overflow: hidden;
    }

    .CultureTravel_Events_Pic img {
        width: 92vw;
        height: 62vw;
    }

    .CultureTravel_Events_Text {
        padding: 4vw 4vw 6vw 4vw;
        width: 84vw;
        height: auto;
        background-color: #F2F7FC;
        overflow: hidden;
    }

    .CultureTravel_Events_Text {
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
        color: #000;
    }

    .CultureTravel_Events_Text a {
        color: #000;
    }

    .CultureTravel_Events_List2 {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .CultureTravel_Events_List2 ul {
        width: 100%;
        height: auto;

        overflow: hidden;
    }

    .CultureTravel_Events_List2 li {
        padding: 4vw 4vw 6vw 4vw;
        width: 84vw;
        /* height: 120px; */
        background-color: #F2F7FC;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .CultureTravel_Events_List2 li h4 {
        font-size: 16px;
        line-height: 24px;
        color: #15579F;
        margin-bottom: 12px;
    }

    .CultureTravel_Events_List2 li h5 {
        font-size: 20px;
        line-height: 28px;
        /* height: 84px; */
        overflow: hidden;

        color: #000;
    }

    .CultureTravel_Events_List2 li h5 a {
        color: #000;
    }

    .CultureTravel_More {
        display: none;
        margin-top: 35px;
        margin-bottom: 50px;
        width: 100%;
        height: 38px;
        overflow: hidden;
    }

    .CultureTravel_More p {
        float: right;
        width: 132px;
        height: 36px;
        line-height: 36px;
        border: 1px solid #A1D5F4;
        border-radius: 18px;
        text-align: center;
        font-size: 16px;
        color: #000;
    }

    .CultureTravel_More p a {
        color: #000;
    }

    /* Govermant_Attractions_Box */

    .Govermant_Attractions_Box {
        margin-top: 6vw;
        width: 100%;
        height: auto;
        background-color: #FFF;
        overflow: hidden;
    }

    .Govermant_Attractions_Info_Box {
        width: 100%;
        height: auto;
        /* background-color: #0972BB; */
        overflow: hidden;
        margin-bottom: 8vw;
    }

    .Govermant_Attractions_Div .Title_Div {
        margin-bottom: 10px;
    }

    .Govermant_Attractions_Info_Div {
        width: 100%;
        height: auto;
        overflow: hidden;

    }

    .Govermant_Attractions_Left {
        margin: 0 auto;
        width: 92vw;
        margin-top: 4vw;
        margin-bottom: 4vw;
        height: auto;
    }

    .Govermant_Attractions_Left h4 {
        line-height: 30px;
        font-size: 24px;
        font-weight: bold;
        color: #000;
        margin-bottom: 16px;
    }

    .Govermant_Attractions_Left h4 a {
        color: #000;
    }

    .Govermant_Attractions_Left h5 {
        line-height: 30px;
        font-size: 20px;
        color: #000;
        margin-bottom: 30px;
    }

    .Govermant_Attractions_Left h5 a {
        color: #000;
    }

    .Govermant_Attractions_Left h6 {
        width: 132px;
        height: 36px;
        line-height: 36px;
        border: 1px solid #A1D5F4;
        border-radius: 18px;
        text-align: center;
        font-size: 16px;
        color: #000;
    }

    .Govermant_Attractions_Left h6 a {
        color: #000;
    }

    .Govermant_Attractions_Right {

        padding: 8vw 0;
        width: 100%;
        height: 61vw;
        background: url(../images/mCT_Attraction_BK.jpg) center center no-repeat;
        background-size: cover;
        overflow: hidden;
    }

    .Govermant_Attractions_Swiper {
        margin: 0 auto;
        width: 92vw;
        height: 61vw;
        overflow: hidden;
    }

    .Govermant_Attractions_Swiper p {
        width: 92vw;
        height: 61vw;
    }

    .Govermant_Attractions_pagination {
        font-size: 12px;
        left: 23px !important;
        bottom: 23px !important;
        width: 140px !important;
        text-align: left;
        height: 8px !important;
        z-index: 2;
    }

    .Govermant_Attractions_pagination .swiper-pagination-bullet {
        border-radius: 4px;
        width: 8px;
        height: 8px;
        background-color: #FFF;
        opacity: 1;
    }

    .Govermant_Attractions_pagination .swiper-pagination-bullet-active {
        background-color: #FFF;
        width: 48px;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
    }

    .Govermant_Attractions_Pic_Div {
        height: auto;
        margin-bottom: 8vw;
    }

    .Govermant_Attractions_Pic_Div ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Govermant_Attractions_Pic_Div li {
        width: 92vw;
        height: 61vw;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .Govermant_Attractions_Pic_Div li p {
        width: 92vw;
        height: 61vw;
        overflow: hidden;
    }

    .Govermant_Attractions_Pic_Div li p img {
        width: 92vw;
        height: 61vw;
    }

    .Govermant_Attractions_Pic_Div li h4 {
        position: absolute;
        padding: 0 30px;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 46px;
        /* background-color: #DFBA0E; */
        line-height: 46px;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        color: #FFF;
        z-index: 2;
    }

    .Govermant_Attractions_Pic_Div li h4 a {
        color: #FFF;
    }

    .CT_Attraction_Txt1 {
        background-color: rgba(223, 186, 14, 0.9);
    }

    .CT_Attraction_Txt2 {
        background-color: rgba(143, 87, 52, 0.9);
    }

    .CT_Attraction_Txt3 {
        background-color: rgba(69, 143, 222, 0.9);
    }

    /* DoingBusi_Box */
    .DoingBusi_Box {
        width: 100%;
        height: auto;
    }

    .DoingBusi_Div {
        /* padding-top: 16px;         */
        height: auto;
    }

    .DoingBusi_Div .Title_Div {
        margin-bottom: 10px;
    }

    .DoingBusi_INVEST_Box {
        width: 100%;
        padding-bottom: 23vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 4vw;
        background: url(../images/mDoBusiness_Invest_BK.jpg) bottom center no-repeat;
        background-size: 100% auto;
    }

    .DoingBusi_INVEST_Div {
        height: auto;
        overflow: hidden;

    }

    .DoingBusi_INVEST_Left {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        background: url(../images/DoBusiness_Invest_Block_BK.jpg) left top no-repeat;
        background-size: auto 57vw;
        overflow: hidden;
    }

    .DoingBusi_INVEST_Left p {
        margin-top: 6vw;
        margin-left: 6vw;
        width: 86vw;
        height: 57vw;
        overflow: hidden;
    }

    .DoingBusi_INVEST_Left p img {
        width: 86vw;
        height: 57vw;
    }

    .DoingBusi_INVEST_Right {
        margin-top: 6vw;
        width: 92vw;
        height: auto;
        overflow: hidden;
    }

    .DoingBusi_INVEST_Right h4 {
        font-size: 16px;
        line-height: 20px;
        color: #000;
        margin-bottom: 4vw;
    }

    .DoingBusi_INVEST_Right h4 a {
        color: #000;
    }

    .DoingBusi_INVEST_Right h5 {
        margin: 0 auto;
        width: 130px;
        height: 30px;
        border-radius: 15px;
        border: 1px solid #94CEF2;
        text-align: center;
        font-size: 16px;
        line-height: 30px;
        color: #000;

        margin-bottom: 6vw;
    }

    .DoingBusi_INVEST_Right h5 a {
        color: #000;
    }

    .DoingBusi_List_Div {
        height: auto;
        overflow: hidden;
    }

    .DoingBusi_PicList {
        width: 100%;
        height: auto;
        /* margin-bottom: 28px; */
    }

    .DoingBusi_PicList ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .DoingBusi_PicList li {
        width: 92vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 6vw;
    }

    .DoingBusi_PicList li p {
        width: 92vw;
        height: 62vw;
    }

    .DoingBusi_PicList li p img {
        width: 92vw;
        height: 62vw;
    }

    .DoingBusi_PicList li h4 {
        padding: 4vw;
        width: 84vw;
        height: auto;
        background-color: #F2F7FC;

        font-size: 20px;
        font-weight: bold;
        line-height: 28px;
        color: #000;
        overflow: hidden;
    }

    .DoingBusi_PicList li h4 a {
        color: #000;
    }

    .DoingBusi_List {
        height: auto;
        overflow: hidden;
    }

    .DoingBusi_List ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .DoingBusi_List li {
        padding: 4vw;
        width: 84vw;
        height: auto;
        background-color: #0972BB;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .DoingBusi_List li h5 {
        /* height: 84px;  */
        font-size: 20px;
        line-height: 28px;
        color: #FFF;
    }

    .DoingBusi_List li h5 a {
        color: #FFF;
    }

    .DoingBusi_More {
        margin-top: 4vw;
        height: 38px;
        margin-bottom: 12vw;
    }

    .DoingBusi_More p {
        margin: 0 auto;

        width: 130px;
        height: 36px;
        line-height: 36px;
        text-align: center;

        border-radius: 18px;
        border: 1px solid #94CEF2;

        font-size: 16px;
        line-height: 36px;
        color: #000;
    }

    .DoingBusi_More p a {
        color: #000;
    }

    /* Leadership_Div */
    .Leadership_Div {
        margin-top: 16px;
        padding: 4vw;
        width: 84vw;
        height: auto;
        background-color: #F2F7FC;
        margin-bottom: 55px;
    }

    .Leadership_Block {
        width: 100%;
        height: auto;
        padding-bottom: 15px;
        margin-bottom: 18px;
        border-bottom: 1px solid #FFF;
    }

    .Leadership_Block:last-child {
        border-bottom: 0px;
    }

    .Leadership_Title {
        width: 100%;
        /* height: 25px;         */
        line-height: 25px;
        font-size: 20px;
        font-weight: bold;
        color: #274F8F;
        font-family: "Georgia";
        padding-top: 16px;
        margin-bottom: 12px;
        text-align: center;
    }

    .Leadership_Title a {
        color: #274F8F;
    }

    .Leadership_List {
        width: 100%;
        height: auto;
    }
    /* 20250114 */
    .Leadership_List ul {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        overflow: hidden;
    }
    /* 20250114 */
    .Leadership_List2 ul{
        justify-content: flex-start!important;
    }
    .Leadership_List li {
        width: 28vw;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        height: auto;
        margin-bottom: 15px;
    }

    .Leadership_List li:last-child {
        margin-right: 0;
    }

    .Leadership_List li p {
        width: 22vw;

    }

    .Leadership_List li p img {
        width: 22vw;
    }

    .Leadership_List li h4 {
        width: 28vw;
        height: 27px;
        line-height: 27px;
        font-size: 13px;
        text-align: center;
        font-weight: bold;
        color: #000;
    }

    .Leadership_List li h4 a {
        color: #000;
    }

    .Leadership_Block1 .Leadership_Title {
        font-size: 23px;
    }

    .Leadership_Block1 li p {
        width: 42vw;
        height: auto;
    }

    .Leadership_Block1 li {
        width: 30vw;
    }

    .Leadership_Block1 li p img {
        width: 30vw;
    }

    .Leadership_Block1 li h4 {
        font-size: 16px;
    }

    /* Structure_Div */
    .Structure_Div {
        /* padding-top:4vw; */
        height: auto;
        overflow: hidden;
    }

    .Structure_Title_Block {
        padding: 4vw;
        width: 84vw;
        height: auto;
        overflow: hidden;
        background-color: #F2F7FC;
        margin-bottom: 4vw;
    }

    .Structure_Title {
        font-size: 22px;
        font-family: "Georgia";
        font-weight: bold;
        color: #274F8F;
        line-height: 28px;
    }

    .Structure_Title a {
        color: #274F8F;
    }

    .Structure_Info {
        padding: 0 4vw;
        width: 84vw;
        background-color: #F2F7FC;
        margin-bottom: 12vw;
        overflow: hidden;
    }

    .Structure_Info_Block {
        margin-top: 6vw;
        height: auto;
        overflow: hidden;
        padding-bottom: 2vw;
        border-bottom: 1px solid #FFF;
    }

    .Structure_Info_Block .Structure_Title {
        margin-bottom: 17px;
    }

    .Structure_Info_List {
        width: 100%;
        height: auto;
    }

    .Structure_Info_List ul {
        width: 100%;
        height: auto;

    }

    .Structure_Info_List li {

        width: 84vw;
        height: auto;

        font-size: 16px;
        line-height: 26px;
        color: #000;
        margin-bottom: 5vw;

    }

    .Structure_Info_List li a {
        color: #000;
    }

    .Structure_Info_List li:nth-child(2n) {
        margin-right: 0;
    }

    /* Special_Div */
    .Special_Div {
        /* width: 100%; */
        height: auto;
        margin-bottom: 28px;
    }

    .Special_Div ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Special_Div li {
        width: 92vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 4vw;
    }


    .Special_Div li p {
        width: 92vw;

    }

    .Special_Div li p img {
        width: 92vw;
    }

    .Special_Div li h4 {
        padding: 4vw 4vw 6vw 4vw;
        width: 84vw;
        height: auto;
        background-color: #F2F7FC;
        font-size: 20px;
        /* font-weight: bold; */
        line-height: 28px;
        color: #000;
        overflow: hidden;
    }

    .Special_Div li h4 a {
        color: #000;
    }

    .Special_Div .PageControl_Div {
        padding-top: 25px;
    }

    /* List_All_Div */
    .List_All_Div {
        height: auto;
        overflow: hidden;
    }

    .List_PicList {
        width: 100%;
        height: auto;
        /* margin-bottom: 28px; */
    }

    .List_PicList ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .List_PicList li {
        width: 92vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 6vw;
    }

    .List_PicList li p {
        width: 92vw;
        height: 62vw;
    }

    .List_PicList li p img {
        width: 92vw;
        height: 62vw;
    }
    /* 20250114 */
    .List_PicTxt {
        padding: 4vw 4vw 8vw 4vw;
        width: 86vw;
        height: auto;
        background-color: #F2F7FC;
        overflow: hidden;
    }
    /* 20250114 */
    .List_PicList li h4 {
        font-size: 20px;
        /* font-weight: bold; */
        line-height: 28px;
        color: #000;
        overflow: hidden;
    }

    .List_PicList li h4 a {
        color: #000;
    }

    .List_PicList li h5 {
        margin-bottom: 4px;
        font-size: 16px;
        line-height: 24px;
        color: #15579F;
        overflow: hidden;
    }

    .List_PicList li h5 a {
        color: #000;
    }


    .List_Line {
        height: auto;
        overflow: hidden;
        margin-bottom: 4vw;
    }
    /* 20250114 */
    .List_Line ul {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 12vw;
    }
    /* 20250114 */
    .List_Line li {   
        /* width: 84vw; */
        height: auto;
        /* background-color: #F2F7FC; */
        overflow: hidden;
        padding-bottom: 6vw;
        border-bottom: 1px solid #f0f0f0;
        margin-top: 6vw;
    }
    .List_Line li:first-child{   
        margin-top: 0;
    }
    .List_Line li h4 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px;
        color: #000;
    }

    .List_Line li h4 a {
        color: #000;
    }

    .List_Line li h5 {
        font-size: 16px;
        line-height: 22px;
        color: #8B8B8B;
    }

    .List_Line li h5 a {
        color: #8B8B8B;
    }

    /* Services_Type */
    .Services_Type {
        width: 100%;
        height: 25px;
        /* overflow: hidden; */
        background-color: #0972BB;
        margin-bottom: 6vw;
    }

    .Services_Type select{
        width: 88vw;
        color: #FFF;
        font-size: 16px;
        line-height: 22px;
        height: 22px;
        background-color: transparent;
        border: 0;
    }
    .Services_Type select option{
        width: 88vw;
        color: #FFF;
        font-size: 16px;
        line-height: 22px;
        height: 22px;
        background-color: #0972BB;
        border: 0;
    }
    .Services_Type option:checked{
        background-color: #356BC6!important;        
    }


    /* 20241231 */
    .Services_Type_Block {

        /* width: 100%; */
        height: 35px;     
        background-color: #0972BB;        
    }
    
    .Services_Type_Txt {
        padding: 5px;     
        /* width:100%; */
        height: 25px;
        line-height: 25px;
        font-size: 14px;
        color: #FFF;
        /* border: 1px solid #656565; */
        background: url(../images/LinkArrow_Up.png) center right no-repeat;
        background-color: #0972BB;      
        background-position: center right 8px;
        cursor: pointer;
    }
    .Services_Type_Txt span{
        display: block;
        width:fit-content;
        width:-webkit-fit-content;
        width:-moz-fit-content;
    
        padding:0 5px;
    
        height: 25px;
        line-height: 25px;
        font-size: 14px;
        color: #FFF;
        /* border: 1px solid #656565; */

    }
    .Services_Type_Pop {
        display: none;
        position: absolute;
        top: 35px;
        margin: 0;
        padding:5px;
        width: 100%;
        max-height: 120px;
        /* border: 1px solid #656565; */
        z-index: 3;
        background-color: #0A7CC9;
        overflow-y: auto;
    }
    
    .Services_Type_Pop ul {
        display: block;
        margin: 0;
        /* padding: 8px 0; */
        width: 100%;
        height: auto;
        /* margin-top: 5px;
        margin-bottom: 5px; */
    
    }
    
    .Services_Type_Pop li {
        display: block;
        margin: 0;  
        width: calc(100% - 26px);
        padding:4px 0 ;
        padding-left: 5px;
        padding-right: 10px;
        line-height: 18px;
        font-size: 14px;
        color: #FFF;
        cursor: pointer;
    }
    
    .Services_Type_Pop li a {
        color: #FFF;
    }
    
    .Services_Type_Pop li a:hover {
        color: #FFF;
    }
    
    /* 20241231 end*/

    /* TRS_Editor style 重写 20250314*/
    .TRS_Editor P {
        line-height: 24px !important;
        font-family: 'Helvetica' !important;
        font-size: 18px !important;  
    }
    
    .TRS_Editor DIV {    
        line-height: 24px !important;
        font-family: 'Helvetica' !important;
        font-size: 18px !important;
    }
    
    .TRS_Editor TD {    
        line-height: 24px !important;
        font-family: 'Helvetica' !important;
        font-size: 18px !important;
    }
    
    .TRS_Editor TH {    
        line-height: 24px !important;
        font-family: 'Helvetica' !important;
        font-size: 18px !important;
    }
    
    .TRS_Editor SPAN {
        display: inline;     
        line-height: 20px !important;
        font-family: 'Helvetica' !important;
        font-size: 14px !important;
    }
    
    .TRS_Editor FONT {    
        line-height: 20px !important;
        font-family: 'Helvetica' !important;
        font-size: 14px !important;
    }
    
    .TRS_Editor UL {    
        line-height: 24px !important;
        font-family: 'Helvetica' !important;
        font-size: 18px !important;
    }
    
    .TRS_Editor LI {    
        line-height: 24px !important;
        font-family: 'Helvetica' !important;
        font-size: 18px !important;
    }
    
    .TRS_Editor A {    
        line-height: 24px !important;
        font-family: 'Helvetica' !important;
        font-size: 18px !important;
    }
}