/* PC */
/* Top菜单部分 */
@media (min-width:600px) {
    .Top_Div {
        margin: 0 auto;
        margin-left: calc(50% - 700px);
        height: 100px;
        padding-top: 20px;
        /* overflow: hidden; */
    }

    .Top_Logo {
        float: left;
        width: 679px;
        height: 85px;
    }

    .Top_Logo img {
        width: 679px;
        height: 85px;
    }

    .Top_Control_Div {
        float: right;
        margin-top: 22px;
        width: 300px;
        height: 62px;
    }

    .Top_Search_Div {
        float: left;
        width: 232px;
        height: 40px;
        border-radius: 20px;
        background-color: #D9F1FF;
    }

    .Top_Search {
        float: left;
        margin-left: 13px;
        margin-top: 10px;
        width: 186px;
        height: 18px;
        line-height: 18px;
        font-size: 16px;
        color: #15579F;
        overflow: hidden;
    }

    .Top_Search input {
        width: 186px;
        height: 18px;
        line-height: 18px;
        font-size: 16px;
        color: #15579F;
        background-color: transparent;
    }

    .Top_Search input::input-placeholder {
        color: #15579F;
    }

    .Top_Search input::-webkit-input-placeholder {
        color: #15579F;
    }

    .Top_Search input::-moz-placeholder {
        color: #15579F;
    }

    .Top_Search input::-ms-input-placeholder {
        color: #15579F;
    }
    /* 20241227 */
    .Top_SearchBT {
        margin-top: 10px;
        float: left;
        width: 18px;
        height: 18px;
    
    }

    .Top_SearchBT button{
        width: 18px;
        height: 18px;
        background: url(../images/Top_Search.png) center center no-repeat;
        cursor: pointer;
    }
    /* 20241227 end*/

    .Top_Menu_Top {
        float: right;
        width: 60px;
        height: 26px;
        overflow: hidden;
    }

    .TopMenu_Language {
        float: right;
        margin-top: 8px;
        width: 52px;
        height: 24px;
        text-align: right;
        font-size: 16px;
        font-family: "微软雅黑";
        line-height: 24px;
        color: #000;
        background: url(../images/Top_Lang.png) center left no-repeat;
    }

    .TopMenu_Language a {
        color: #000;
    }

    .TopMemu_Box {
        width: 100%;
        height: 56px;
        background-color: #274F8F;
    }

    .TopMenu_Div {
        margin: 0 auto;
        margin-left: calc(50% - 700px);
        height: 56px;
        /* overflow: hidden; */
    }

    .Menu_List_Div {
        position: absolute;
        top: -7px;
        width: 100%;
        height: auto;
    }

    .Menu_List_Div ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: auto;
    }

    .Menu_List_Div li {
        float: left;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 56px;
        line-height: 56px;
        padding: 0 14px;
        font-size: 18px;
        /* font-family: "Times New Roman"; */
        color: #FFF;
        border-top: 7px solid transparent;
    }



    .Menu_List_Div li:hover {
        /* 20250226 */
        /* border-top: 7px solid #356192; */
    }

    .Main_Menu_Li {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 55px;
        padding-bottom: 15px;
        text-transform: uppercase;
    }

    .Main_Menu_Li a {
        display: block;
        color: #FFF;
        text-decoration: none;

    }

    .Menu_List_Div li:hover .Main_Menu_Li a {
        color: #FFF;

    }

    .Menu_List_Div li:hover .Main_Menu_L2 {
        display: block;
    }

    .Menu_List_Div .Main_Menu_L2 {
        display: none;
        position: absolute;
        left: 0;
        min-width: 200px;
        /* transform: translateX(-50%); */
        top: 56px;
        padding: 15px 0 40px 0;
        width: 100%;
        background-color: rgba(2, 58, 119, 0.8);
        z-index: 3;
    }

    .Menu_List_Div .Main_Menu_L2 h4 {
        position: relative;
        display: block;
        line-height: 22px;
        /* height: 24px; */
        padding: 14px;
        width: auto;
        /* min-width: 92px; */
        /* 20250226 */
        font-size: 18px;
        /* text-align: center; */
        font-weight: normal;
        margin-bottom: 4px;
        cursor: pointer;
        /* white-space: nowrap; */
    }

    .Menu_List_Div .Main_Menu_L2 h4 a {
        color: #FFF;
    }


    .Menu_List_Div .Main_Menu_L2 h4:hover {
        background-color: #73B9EB;
    }

    .TopMenu_Search_Pop {
        display: none;
        position: absolute;
        width: 1920px;
        height: 300px;
        top: 90px;
        left: -260px;
        background-color: #F0F0F0;
        z-index: 2;
    }

    .TopMenu_Search_Pop_Div {
        margin: 0 auto;
        margin-bottom: 43px;
        width: 560px;
        height: 54px;
        border-radius: 27px;
        border: 1px solid #7CB4DB;
        background-color: #FFF;
        overflow: hidden;
    }

    .TopMenu_Search_Pop_Left {
        float: left;
        width: 430px;
        height: 58px;
        margin-left: 25px;
        line-height: 58px;
    }

    .TopMenu_Search_Pop_Left input {
        float: left;
        width: 430px;
        height: 58px;
        line-height: 58px;
        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;
        width: 58px;
        height: 50px;

    }

    .TopMenu_Search_Pop_Right img {
        margin-top: 10px;
        width: 33px;
        height: 34px;
    }
}

/* 翻页控制部分 */
@media (min-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; */
    }
    /* 20241227 */
    .PageControl_Div {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: auto;
        height: 46px;
        min-width: 100px;
        margin-bottom: 100px;
        /* border: 1px solid saddlebrown; */
    }
    .PageControl_LineOne{
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        width: auto;
        height: 46px;
        overflow: hidden;
    }
    .PageControl_PrevNext{
        display: inline-block;
        width: 100px;
        height: 46px;
        line-height: 46px;
        font-size: 18px;
        color: #000;
        text-align: center;
        background-color: #F2F7FC;
        margin-left: 7px;
        margin-right: 7px;
    }
    .PageControl_PrevNext a{
        color: #000;        
    }
    .PageControl_Num {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;

        height: 38px;
    }

    .PageControl_Num ul {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 46px;
        list-style: none;
    }

    .PageControl_Num li {
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 46px;
        height: 46px;
        line-height: 46px;
        color: #000;
        font-size: 20px;
        text-align: center;
        margin-right: 38px;
        border: 1px solid #F2F7FC;
        background-color: #F7F6F3;
    }

    .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 4px;
        padding: 0;
        width: 46px;
        height: 46px;
        line-height: 46px;
        color: #000;
        /* font-weight: bold; */
        background-color: #F2F7FC;
        font-size: 18px;
        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{
        display: inline-block;
        margin-left: 17px;
        margin-right: 7px;
        height: 46px;
        line-height: 46px;
        font-size: 18px;
        color: #000;
    }
    .PageControl_Txt span{
        height: 46px;
        line-height: 46px;
    }
    .PageControl_Txt input{
        display:inline-block;
        margin-left: 7px;
        margin-right: 7px;
        width:46px;
        height: 46px;
        line-height: 46px;
        background-color: #F2F7FC;
        text-align: center;
        font-size: 18px;
        color: #000;
        cursor: pointer;
    }
}

/* 导航栏面包屑部分 */
@media (min-width:600px) {
    .Nav_Box {
        width: 100%;
        height: 65px;
        width: 100%;
    }

    .Nav_Div {
        height: 65px;
        line-height: 65px;
        /* font-family: 'Times New Roman'; */
        font-size: 16px;
        color: #043E7E;
    }

    .Nav_Div a {
        color: #000;
    }
}

/*  底部 部分 */
@media (min-width:600px) {

    /* Bottom_Box */
    .Bottom_Box {
        width: 100%;
        padding-top: 70px;
        height: 357px;
        background-color: #023A77;
        /* overflow: hidden; */
        border-bottom: 1px solid #1658A0;
    }


    .Bottom_Div {
        margin: 0 auto;
        margin-left: calc(50% - 665px);
        width: 1330px;
        height: auto;
    }

    .Bottom_Map_Div {
        width: 1330px;
    }

    .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%;
        height: 255px;
        background-color: #023A77;
        overflow: hidden;
    }

    .Bottom_Copyright_Div {
        width: 1200px;
        margin: 0 auto;
        padding: 60px;
    }

    .Bottom_Copyright_Div p {
        width: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 14px;
        color: #FFF;
    }

    .Bottom_Copyright_Div a {
        color: #FFF;
    }

    .Bottom_Copyright_Div span {
        padding: 0 15px;
    }

    /* BackTop_Div */
    .BackTop_Div {
        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 (min-width:600px) {

    /* List_Banner_Box */
    .List_Banner_Box {
        margin: 0 auto;
        margin-left: calc(50% - 960px);
        width: 1920px;
        height: 400px;
        overflow: hidden;
    }

    .List_Banner_Div {
        width: 1920px;
        height: 400px;
    }

    .List_Banner_Div img {
        width: 1920px;
        height: 400px;
    }

    .List_Type_Box {
        margin: 0 auto;
        margin-left: calc(50% - 960px);
        width: 1920px;
        height: 140px;
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 72px;
    }

    .List_Type_Div {
        margin: 0 auto;
        width: 1400px;
        height: 140px;
        border-right: 1px solid #f0f0f0;
    }

    .List_Type_Div ul {
        width: 1400px;
        height: auto;
    }

    .List_Type_Div li {
        float: left;
        width: 269px;
        padding: 0 40px;
        border-top: 18px solid #fff;
        height: 122px;
        border-left: 1px solid #F0f0f0;
        border-bottom: 1px solid #F0f0f0;
        display: flex;
        align-items: center;
        align-content: center;
        text-align: center;
        justify-content: center;
        font-size: 20px;
        line-height: 26px;
        color: #000;
    }

    .List_Type_Div li a {
        color: #000;
    }

    .List_Type_Now {
        border-top: 18px solid #D88972 !important;
        border-bottom: 1px solid #Fff !important;
    }

    .List_Type_Now a {
        color: #D88972 !important;
        font-weight: bold !important;
    }

    .List_Type_Now {
        color: #D88972 !important;
        font-weight: bold !important;
    }

    .List_Div {
        width: 100%;
        height: auto;
        margin-bottom: 5px;
        overflow: hidden;
    }
      /* 20250114 */
    .List_Div ul {
        width: 100%;
        list-style: none;
        margin-bottom: 50px;
    }

    .List_Div li {
        width: calc(100% - 60px);
        /* min-height: 200px; */
        padding-bottom: 20px;
        /* background-color: #F2F7FC; */
        border-bottom: 1px solid #f0f0f0;
        overflow: hidden;
        margin-bottom: 22px;
    }

    .List_Div li:nth-child(2n) {
        margin-right: 0px;
    }
       /* 20250114 */
    .List_Pic_Div {
        float: left;
        width: 254px;
        height: 170px;
        margin-right: 25px;
        cursor: pointer;
    }
       /* 20250114 */
    .List_Pic_Div p {
        width: 254px;
        height: 170px;
        overflow: hidden;
    }
       /* 20250114 */
    .List_Pic_Div p img {
        width: 254px;
        height: 170px;
        transition: all 0.5s;
    }

    .List_Pic_Div:hover img {
        scale: 1.2;
        transition: all 0.5s;
    }




    .List_Data_Div {
        display: block;
        width: 100%;
        height: 34px;
        margin-bottom: 15px;
        overflow: hidden;
    }

    .List_Div li h6 {
        display: block;
        height: 24px;
        line-height: 24px;
        font-size: 16px;
        color: #15579F;
        z-index: 2;
        margin-bottom: 10px;
    }

    .List_Text_Div {
        display: block;
        height: auto;
        overflow: hidden;
    }
      /* 20250114 */
    .List_Div li h4 {
        display: block;
        width: 100%;
        height: auto;
        line-height: 30px;
        font-size: 24px;
        color: #000;
        /* font-weight: bold; */
        margin-bottom: 10px;
    }

    .List_Div li h4 a {
        color: #000;
    }

    .List_Div li h5 {
        display: block;
        line-height: 25px;
        font-size: 18px;
        color: #000;
    }

    .List_Div li h5 a {
        color: #000;
    }
}

/* 文章 部分 */
@media (min-width:600px) {
    /* 20250109 */
    .Artical_Div {
        margin: 0 auto;
        margin-top: 10px;
        width: 1400px;
        margin-left: calc(50% - 700px);
        height: auto;
        overflow: hidden;
    }

    /* Artical_Content */
    .Artical_Content {
        width: 100%;
        height: auto;
        background-color: #FFF;
        overflow: hidden;
    }

    .Artical_Content_Title_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
        /* border-bottom: 2px solid #E7EFFB; */
    }
    .Artical_Content_TitleType {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 15px;
        font-size: 30px;
        font-weight: bold;
        line-height: 40px;
        color: #15579F;
        /* text-transform: uppercase; */
    }

    .Artical_Content_TitleType a {
        color: #15579F;
    }
    .Artical_Content_Title {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 10px;
        font-size: 44px;
        font-weight: bold;
        line-height: 52px;
        color: #000;
        /* text-transform: uppercase; */
    }

    .Artical_Content_Title a {
        color: #000;
    }
    .Artical_Content_Title2 {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 25px;
        font-size: 30px;
        font-weight: bold;
        line-height: 37px;
        color: #000;
        /* text-transform: uppercase; */
    }

    .Artical_Content_Title2 a {
        color: #000;
    }
    .Artical_Content_attachment {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 40px;
        font-size: 20px;
        line-height: 28px;
        color: #15579F;
        padding-left: 35px;
        background: url(../images/Artical_Attachment.png) left top no-repeat;
        /* text-transform: uppercase; */
    }

    .Artical_Content_attachment a {
        color: #15579F;
    }
    /* 20250109 end*/

    .Artical_Content_Info_Div {

        padding: 7px;
        height: 31px;
        background-color: #F2F7FC;
        /* border-bottom: 2px solid #E7EFFB; */
    }
  
    .Artical_Content_Info {
        float: left;
        /* 20250226 */
        width: 600px;
        font-size: 16px;
        line-height: 31px;
    }

    .Artical_Content_Info h4 {
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 16px;
        padding-right: 7px;
        padding-left: 5px;
        line-height: 31px;
        border-right: 1px solid #15579F;
        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: 16px;
        padding-right: 5px;
        padding-left: 5px;
        line-height: 31px;
        color: #15579F;
    }

    .Artical_Content_Info h5 a {
        color: #15579F;
    }
   
    .Artical_Content_Fun {
        float: right;
        padding-right: 20px;
        width: 220px;
        height: 31px;
        display: flex;
        justify-content: space-between;
    }
    .Artical_Content_Fun_Item{
        width: 31px;
        height: 31px;
    }
    .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: 40px;
        /* 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: 24px;
        line-height: 33px;
        color: #000;
        margin-bottom: 42px;
    }

    .Artical_Content_Text p img {
        margin: 0 auto;
        /* padding-top: 20px; */
        /* width: 612px;  20250314 */
    }

    .Artical_Content_Text span {
        display: block; 
        margin: 0 auto;
        margin-top: 8px;
        /* width: 612px; 20250314*/
        font-size: 16px;
        color: #656565;
        line-height: 23px;
        text-align: center; /* 20250314 */        
        margin-bottom: 10px;
    }

    .Artical_Content_Text span img {
        /* width: 612px; 20250314*/
    }

    .Artical_Content_Text em {
        /* display: block; */
        /* 20250314 */
        font-style: italic;
    }

    .Artical_QR_Div {
        margin: 0 auto;
        width: 420px;
        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: 173px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        color: #656565;
        text-align: center;
        text-indent: 30px;
        border: 1px solid #e5e5e5;
        background: url(../images/Article_Icon1.png) center center no-repeat;
        background-position: 20px 11px;
    }

    .Artical_QR_Control h4 a {
        display: block;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        color: #656565;
        text-align: center;
        border: 1px solid #e5e5e5;
    }

    .Artical_QR_Control h5 {
        width: 173px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        color: #656565;
        text-align: center;
        text-indent: 20px;
        border: 1px solid #e5e5e5;
        background: url(../images/Article_Icon2.png) center center no-repeat;
        background-position: 35px 11px;
    }

    .Artical_QR_Control h5 a {
        display: block;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        color: #656565;
        text-align: center;
        border: 1px solid #e5e5e5;
    }
}

/* 搜索 部分 */
@media (min-width:600px) {
/* 20250114 */
    /* Search_Input_Div */
    .Search_Input_Div {
        margin: 0 auto;
        width: 1400px;
        /* height: 150px; */
        overflow: hidden;
    }

    .Search_Input_Div .TopMenu_Search_Pop_Div {
        margin-top: 15px !important;
    }

    .Search_Div {
        margin: 0 auto;
        width: 1400px;
        height: auto;
        /* 20250226 */
        min-height: 200px; 
        margin-bottom: 55px;
        overflow: hidden;
    }

    .Search_Div ul {
        width: 100%;
        list-style: none;
    }
    /* 20250114 */
    .Search_Div li {
        /* 20250226 */
        width: 100%;
        padding-top:20px;
        border-top: 1px solid #eee;
        overflow: hidden; 
    }
    .Search_Div li:last-child{
        border-bottom: 1px solid #eee;        
    }
    .Search_Div li p{
        float: left;
        width: 170px;
        height: 114px;
        margin-right: 26px;
        margin-bottom: 22px;
        overflow: hidden;        
    }
    .Search_Div li p img{
        width: 170px;
        height: 114px;        
    }


    .Search_Div li h6 {
        display: block;
        height: 24px;
        line-height: 24px;
        font-size: 16px;
        color: #656565;
        margin-bottom: 10px;
    }
    /* 20250114 */
    .Search_Div li h4 {
        display: block;
        width: 100%;
        height: auto;
        line-height: 30px;
        font-size: 24px;
        color: #000;
        /* font-weight: bold; */
        margin-bottom: 10px;
    }

    .Search_Div li h4 a {
        color: #000;
    }
    /* 20250114 */
    .Search_Div li h5 {
        display: block;
        line-height: 22px;
        font-size: 16px;
        color: #000;
        margin-bottom: 20px;
    }

    .Search_Div li h5 a {
        color: #000;
    }
    /* 20250114 */
    .Search_Div li span {
        color: #D80000;
    }
    /* 20250114 */
    .Search_Result_Div {
        display: block;
        width: 100%;
        height: 26px;
        line-height: 26px;
        font-size: 18px;
        color: #15579F;
        text-align: left;
        margin-bottom: 30px;
    }
    /* 20250226 */
    .Search_Result_Div span{
        margin-left: 20px;
        font-size: 18px;
        color: #D70101;
    
    }
}

/* 其他 部分 */
@media (min-width:600px) {
    .Home_Focus_Div {
        margin: 0 auto;
        margin-left: calc(50% - 700px);
        height: auto;
        overflow: hidden;
    }

    .Home_Focus_Title {
        width: 100%;
        height: 212px;
    }

    .Home_Focus_Title h4 {
        margin: 0 auto;
        width: 1260px;
        height: 212px;
        display: flex;
        align-items: center;
    }

    .Home_Focus_Title h4 a {
        display: block;
        width: 1260px;
        height: auto;
        text-align: center;
        font-family: "Georgia";
        font-size: 36px;
        font-weight: bold;
        line-height: 44px;
        color: #274F8F;
    }

    .Home_Focus_Title h5 {
        position: absolute;
        right: 0;
        top: 156px;
        width: 50px;
        height: 23px;
        font-size: 16px;
        line-height: 23px;
        color: #274F8F;
    }

    .Home_Focus_Title h5 a {
        color: #274F8F;
    }

    .Home_Focus_Content {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Home_Focus_Swiper {
        float: left;
        width: 700px;
        height: auto;
        margin-bottom: 75px;
        overflow: hidden;
    }

    .Home_Focus_Swiper .swiper-slide {
        width: 700px;
        height: auto;
    }

    .Home_Focus_Swiper p {
        width: 700px;
        height: 468px;
    }

    .Home_Focus_Swiper p img {
        width: 700px;
        height: 468px;
    }

    .Home_Focus_Swiper h4 {
        margin-top: 16px;
        width: 700px;
        line-height: 33px;
        height: auto;
        font-size: 24px;
        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: 438px !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: 185px;
        width: 68px;
        height: 98px;
        background: url(../images/Home_Swiper_Prev.png);
        z-index: 2;
        cursor: pointer;
    }

    .Home_Focus_BTNext {
        position: absolute;
        right: 0;
        top: 185px;
        width: 68px;
        height: 98px;
        background: url(../images/Home_Swiper_Next.png);
        z-index: 2;
        cursor: pointer;
    }

    .Home_Focus_Content_List {
        float: right;
        width: 650px;
        height: auto;
        margin-bottom: 75px;
    }

    .Home_Focus_Content_List ul {
        width: 100%;
        height: auto;
    }

    .Home_Focus_Content_List li {
        width: 100%;
        height: auto;
        line-height: 28px;
        font-size: 24px;
        color: #000;
        margin-bottom: 30px;
    }

    .Home_Focus_Content_List li a {
        color: #000;
    }

    .Title_Div {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 30px;
        font-family: "Georgia";
        font-weight: bold;
        color: #274F8F;
        text-transform: uppercase;
        margin-bottom: 60px;
        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: 250px;
        background-color: #D9F1FF;
        overflow: hidden;
    }

    .Home_Type_Div {
        margin: 0 auto;
        margin-left: calc(50% - 700px);
        margin-top: 45px;
        height: auto;

    }

    .Home_Type_Div ul {
        margin: 0 auto;
        width: 1330px;
        height: auto;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
    }

    .Home_Type_Div li {
        border: 4px solid #D9F1FF;
        width: 158px;
        height: 158px;
        border-radius: 79px;
        overflow: hidden;
        background-color: #FFF;
        overflow: hidden;
    }

    .Home_Type_Div li:hover {
        border: 4px solid #C2E9FF;
    }

    .Home_Type_Div li p {

        margin: 0 auto;
        margin-top: 34px;
        width: 66px;
        height: 59px;
        margin-bottom: 6px;
    }

    .Home_Type_Div li p img {
        margin: 0 auto;
        width: 66px;
        height: 59px;
    }

    .Home_Type_Div li h4 {
        margin: 0 auto;
        width: 100%;
        line-height: 26px;
        font-size: 18px;
        text-align: center;
        color: #000;
    }

    .Home_Type_Div li h4 a {
        color: #000;
    }

    .Home_DoingBusiness_Div {
        margin: 0 auto;
        margin-left: calc(50% - 700px);
        margin-top: 60px;
        margin-bottom: 60px;
        height: auto;
    }

    .Home_DoingBusiness_pic {
        width: 1400px;
        height: 253px;
        overflow: hidden;
        margin-bottom: 40px;
    }

    .Home_DoingBusiness_pic img {
        width: 1400px;
        height: 253px;
    }

    .Home_DoingBusiness_Div ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Home_DoingBusiness_Div li {
        float: left;
        padding: 22px;
        width: 396px;
        height: 84px;
        background-color: #F2F7FC;
        margin-right: 40px;
        margin-bottom: 27px;
        overflow: hidden;

        font-size: 20px;
        line-height: 28px;
        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: 900px;
        background: url(../images/Home_ThisisFJ_BK.jpg) top center repeat-x;
        overflow: hidden;
    }

    .Home_ThisisFujian_Div {
        padding-top: 60px;
    }

    .Home_ThisisFujian_Overview {
        position: absolute;
        top: 270px;
        left: 0;
        width: 406px;
        height: 500px;
        padding: 104px 37px 24px 37px;
        background-color: rgba(22, 88, 160, 0.6);
        z-index: 5;
    }

    .Home_ThisisFujian_Overview h4 {
        line-height: 28px;
        font-size: 24px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
    }

    .Home_ThisisFujian_Overview h4 a {
        color: #FFF;
    }

    .Home_ThisisFujian_Overview h5 {
        margin-top: 27px;
        width: 406px;
        line-height: 26px;
        font-size: 18px;
        color: #FFF;
        overflow: hidden;
    }

    .Home_ThisisFujian_Overview h5 a {
        color: #FFF;
    }



    .Home_ThisisFujian_Swiper {
        margin-left: 507px;
        width: 759px;
        height: 735px;
        overflow: visible;
    }

    .Home_ThisisFujian_Swiper .swiper-wrapper {
        width: 759px;
        height: 735px;
    }

    .Home_ThisisFujian_Swiper p {
        position: absolute;
        top: 0;
        left: 0;
        width: 759px;
        height: 507px;
    }

    .Home_ThisisFujian_Swiper p img {
        width: 759px;
        height: 507px;
    }

    .Home_ThisisFujian_Swiper em {
        position: absolute;
        top: 0;
        left: 0;
        width: 759px;
        height: 507px;
        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: 105px;
        padding: 13px 50px 13px 20px;
        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: 28px;
        font-size: 24px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
    }

    .Home_ThisisFujian_Text h4 a {
        color: #FFF;
    }



    .Home_ThisisFujian_BTNext {
        position: absolute;
        left: auto;
        right: 0;
        top: 522px;
        width: 47px;
        height: 47px;
        background: url(../images/Home_Thisis_Next.png);
        z-index: 3;
        cursor: pointer;
    }

    .Home_ThisisFujian_BTNext:hover {
        background: url(../images/Home_Thisis_Next_On.png);
    }

    .Home_ThisisFujian_BTPrev {
        position: absolute;
        left: auto;
        right: 60px;
        top: 522px;
        width: 47px;
        height: 47px;
        background: url(../images/Home_Thisis_Prev.png);
        z-index: 3;
        cursor: pointer;
    }

    .Home_ThisisFujian_BTPrev:hover {
        background: url(../images/Home_Thisis_Prev_On.png);
    }

    /* Home_Specials_Div */
    .Home_Specials_Div {
        margin-top: 60px;
        height: auto;
    }

    .Home_Specials_List {
        width: 100%;
        height: auto;
        margin-bottom: 100px;
    }

    .Home_Specials_List ul {
        width: 100%;
        height: 290px;
        display: flex;
        justify-content: space-between;
    }

    .Home_Specials_List li {
        width: 680px;
        height: 290px;
    }

    .Home_Specials_List li img {
        width: 680px;
        height: 290px;
    }

    /* Home_CultureTravel_Box */
    .Home_CultureTravel_Box {
        width: 100%;
        height: auto;
        background-color: #F2F7FC;
        overflow: hidden;
    }

    .Home_CultureTravel_Div {
        margin: 0 auto;
        margin-left: calc(50% - 700px);
        padding-top: 60px;
        padding-bottom: 93px;
        height: auto;
    }

    .Home_CultureTravel_Div .Title_Div {
        margin-bottom: 60px;
    }

    .Home_CultureTravel_List {
        width: 100%;
        height: auto;
    }

    .Home_CultureTravel_List ul {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
    }

    .Home_CultureTravel_List li {
        width: 440px;
        height: 284px;
        background-color: #FFF;
    }

    .Home_CultureTravel_Date {
        position: absolute;
        top: -26px;
        left: 20px;
        padding: 16px;
        width: 64px;
        height: 80px;
        background-color: #D9F1FF;
    }

    .Home_CultureTravel_Date h4 {
        width: 64px;
        height: 80px;
        font-size: 36px;
        line-height: 46px;
        height: 46px;
        text-align: center;
        color: #15579F;
    }

    .Home_CultureTravel_Date h5 {
        width: 64px;
        height: 80px;
        font-size: 16px;
        line-height: 20px;
        height: 20px;
        text-align: center;
        text-transform: uppercase;
        color: #15579F;
    }

    .Home_CultureTravel_Text {
        position: absolute;
        right: 30px;
        top: 30px;
        width: 270px;
        height: 224px;
        overflow: hidden;
    }

    .Home_CultureTravel_Text h4 {
        font-size: 24px;
        font-weight: bold;
        line-height: 30px;
        color: #000;
        margin-bottom: 15px;
    }

    .Home_CultureTravel_Text h4 a {
        color: #000;
    }

    .Home_CultureTravel_Text h5 {
        font-size: 18px;
        line-height: 25px;
        color: #000;
    }

    .Home_CultureTravel_Text h5 a {
        color: #000;
    }

    .Home_CultureTravel_Pics {
        width: 100%;
        height: 425px;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
    }

    .Home_CultureTravel_Pics_Item {
        width: 310px;
        height: 425px;
        overflow: hidden;
    }

    .Home_CultureTravel_Pics_Item p {
        width: 310px;
        height: 425px;
    }

    .Home_CultureTravel_Pics_Item p img {
        width: 310px;
        height: 425px;
    }

    .Home_CultureTravel_Pics_Item h4 {
        position: absolute;
        width: 310px;
        height: 90px;
        bottom: 0;
        z-index: 2;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        line-height: 34px;
        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: 310px;
        height: 425px;
        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 {
        margin: 0 auto;
        margin-left: calc(50% - 700px);
        padding-top: 60px;
        padding-bottom: 100px;
        height: auto;
    }

    .Home_Govermant_Div .Title_Div {
        /* padding-bottom: 43px; */
        height: auto;
    }

    .Home_Govermant_Div ul {
        width: 100%;
        height: 226px;
        display: flex;
        justify-content: space-between;
    }

    .Home_Govermant_Div li {
        margin: 0;
        padding: 0;
        width: 680px;
        height: 226px;
        transition: 0.5s all ease-in;
        display: flex;
        display: -ms-flexbox;
        /* IE 10 */
        align-items: center;
        -webkit-box-align: center;
        /* Safari 6-9 */
        -ms-flex-align: center;
        /* IE 10 */
        /* overflow: hidden; */
    }

    .Home_Govermant_Div li p {
        width: 680px;
        height: 226px;
        /* border: 1px solid #73B9EB; */
    }

    .Home_Govermant_Div li p img {
        width: 680px;
        height: 226px;
    }

    .Home_Govermant_Div li h4 {
        position: absolute;
        left: 40px;
        top: 93px;
        text-align: left;
        z-index: 2;
        font-size: 30px;
        font-weight: bold;
        line-height: 40px;
        height: 40px;
        color: #FFF;
        text-transform: uppercase;
        transition: 0.5s all ease-in;
        /* border: 1px solid #73B9EB; */
    }

    .Home_Govermant_Div li h4 a {
        display: block;
        padding-left: 57px;
        background: url(../images/Home_Govermant_Line.png) left center no-repeat;
        color: #FFF;
    }

    .Home_Govermant_Div li:hover h4 {
        left: 200px;
        transition: 0.5s all ease-in;
    }

    /* CultureTravel_Box */
    .CultureTravel_Events_Box {
        width: 100%;
        height: auto;
        background-color: #FFF;
        overflow: hidden;
    }

    .CultureTravel_Events_Div {
        margin: 0 auto;
        margin-left: calc(50% - 700px);
        padding-top: 16px;
        /* padding-bottom: 93px; */
        height: auto;
    }

    .CultureTravel_Events_Div .Title_Div {
        margin-bottom: 40px;
    }

    .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_Date {
        position: absolute;
        top: 0px;
        left: 24px;
        width: 76px;
        height: 92px;
        background-color: rgba(9, 114, 187, 0.85);
        z-index: 2;
    }

    .CultureTravel_Date h4 {
        margin-top: 10px;
        width: 76px;
        height: 34px;
        font-size: 28px;
        line-height: 34px;
        text-align: center;
        color: #FFF;
    }

    .CultureTravel_Date h5 {
        width: 76px;
        height: 20px;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
        color: #FFF;
    }

    .CultureTravel_Events_Pic {
        width: 440px;
        height: 294px;
        overflow: hidden;
    }

    .CultureTravel_Events_Pic img {
        width: 440px;
        height: 294px;
    }

    .CultureTravel_Events_Text {
        padding: 18px 24px;
        width: 392px;
        height: 84px;
        background-color: #F2F7FC;
        overflow: hidden;
    }

    .CultureTravel_Events_Text {
        font-size: 20px;
        font-weight: bold;
        line-height: 28px;
        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;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
    }

    .CultureTravel_Events_List2 li {
        padding: 18px 24px;
        width: 392px;
        height: 120px;
        background-color: #F2F7FC;
        overflow: hidden;
    }

    .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 {
        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 {
        width: 100%;
        height: auto;
        background-color: #FFF;
        overflow: hidden;
    }

    .CultureTravel_Events_Div {
        margin: 0 auto;
        margin-left: calc(50% - 700px);
        padding-top: 16px;
        /* padding-bottom: 93px; */
        height: auto;
    }

    .CultureTravel_Events_Div .Title_Div {
        margin-bottom: 40px;
    }

    .Govermant_Attractions_Info_Box {
        width: 100%;
        height: auto;
        background-color: #0972BB;
        overflow: hidden;
        margin-bottom: 55px;
    }

    .Govermant_Attractions_Div .Title_Div {
        margin-bottom: 50px;
    }

    .Govermant_Attractions_Info_Div {
        background: url(../images/CT_Attraction_BK.jpg) center center no-repeat;
        height: 536px;
        overflow: hidden;

    }

    .Govermant_Attractions_Left {
        float: left;
        margin-top: 105px;
        margin-left: 168px;
        width: 530px;
        height: 320px;
    }

    .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 {
        float: left;
        margin-top: 46px;
        width: 630px;
        height: 420px;
        box-shadow: 25px 25px 0 #FFF;
        overflow: hidden;
    }

    .Govermant_Attractions_Swiper {
        width: 630px;
        height: 420px;
        overflow: hidden;
    }

    .Govermant_Attractions_Swiper p {
        width: 630px;
        height: 420px;
    }

    .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: 60px;
    }

    .Govermant_Attractions_Pic_Div ul {
        width: 100%;
        height: 294px;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
    }

    .Govermant_Attractions_Pic_Div li {
        width: 440px;
        height: 294px;    
        overflow: hidden;
    }

    .Govermant_Attractions_Pic_Div li p {
        position: absolute;
        left: 0;
        top:0;
        width: 440px;
        height: 294px;
        overflow: hidden;
        z-index: 1;
    }

    .Govermant_Attractions_Pic_Div li p img {
        width: 440px;
        height: 294px;
    }

    .Govermant_Attractions_Pic_Div li h4 {
        margin: 0 auto;
        margin-top: 124px;
        white-space: nowrap;
        height: 46px;  
        line-height: 46px;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        color: #FFF;
        z-index: 2;
        /* border: 1px solid #0972BB; */
    }

    .Govermant_Attractions_Pic_Div li h4 a {
        color: #FFF;
    }

    .CT_Attraction_Txt1 {
        width: 250px;
        background-color: rgba(223, 186, 14, 0.9);
    }

    .CT_Attraction_Txt2 {
        width: 136px;
        background-color: rgba(143, 87, 52, 0.9);
    }

    .CT_Attraction_Txt3 {
        width: 231px;
        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: 30px;
    }

    .DoingBusi_INVEST_Box {
        width: 100%;
        height: 510px;
        overflow: hidden;
        margin-bottom: 75px;
        background: url(../images/DoBusiness_Invest_Box_BK.jpg) top center repeat-x;
    }

    .DoingBusi_INVEST_Div {
        height: 510px;
        overflow: hidden;
        background: url(../images/DoBusiness_Invest_BK.jpg) center bottom no-repeat;
    }

    .DoingBusi_INVEST_Left {
        float: left;
        width: 632px;
        height: 432px;
        background: url(../images/DoBusiness_Invest_Block_BK.jpg) left top no-repeat;
        overflow: hidden;
    }

    .DoingBusi_INVEST_Left p {
        margin-top: 32px;
        margin-left: 32px;
        width: 600px;
        height: 400px;
        overflow: hidden;
    }

    .DoingBusi_INVEST_Left p img {
        width: 600px;
        height: 400px;
    }

    .DoingBusi_INVEST_Right {
        margin-top: 32px;
        float: right;
        width: 700px;
        height: 300px;
        overflow: hidden;
    }

    .DoingBusi_INVEST_Right h4 {
        font-size: 20px;
        line-height: 30px;
        color: #000;
        margin-bottom: 20px;
    }

    .DoingBusi_INVEST_Right h4 a {
        color: #000;
    }

    .DoingBusi_INVEST_Right h5 {
        width: 130px;
        height: 30px;
        border-radius: 15px;
        border: 1px solid #94CEF2;
        text-align: center;
        font-size: 16px;
        line-height: 30px;
        color: #000;
    }

    .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 {
        float: left;
        margin-right: 40px;
        width: 440px;
        height: auto;
        overflow: hidden;
    }

    .DoingBusi_PicList li:nth-child(3n) {
        margin-right: 0;
    }

    .DoingBusi_PicList li p {
        width: 440px;
        height: 294px;
    }

    .DoingBusi_PicList li p img {
        width: 440px;
        height: 294px;
    }

    .DoingBusi_PicList li h4 {
        padding: 18px;
        width: 404px;
        height: 84px;
        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 {
        float: left;
        margin-right: 40px;
        padding: 18px;
        width: 404px;
        height: 84px;
        background-color: #0972BB;
        overflow: hidden;
        margin-bottom: 28px;
    }

    .DoingBusi_List li:nth-child(3n) {
        margin-right: 0;
    }

    .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: 16px;
        height: 38px;
        margin-bottom: 45px;
    }

    .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 {
        padding: 68px 90px 28px 90px;
        width: 1220px;
        height: auto;
        background-color: #F2F7FC;
        margin-bottom: 85px;
    }
    /* 20250114 */
    .Leadership_Block {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
        margin-bottom: 43px;
        border-bottom: 1px solid #FFF;
    }

    .Leadership_Block:last-child {
        border-bottom: 0px;
    }
    /* 20250114 */
    .Leadership_Title {
        height: 32px;
        line-height: 32px;
        font-size: 24px;
        font-weight: bold;
        color: #274F8F;
        font-family: "Georgia";
        margin-bottom: 18px;
    }

    .Leadership_Title a {
        color: #274F8F;
    }

    .Leadership_List {
        width: 100%;
        height: auto;
    }

    .Leadership_List ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    /* 20250114 */
    .Leadership_List li {
        float: left;
        margin-right: 38px;
        width: 114px;
        height: auto;
    }

    .Leadership_List li:last-child {
        margin-right: 0;
    }
    /* 20250114 */
    .Leadership_List li p {
        width: 114px;
        height: 150px;
    }
    /* 20250114 */
    .Leadership_List li p img {
        width: 114px;
        height: 150px;
    }
 /* 20250114 */
    .Leadership_List li h4 {
        width: 100%;
        height: 56px;
        line-height: 56px;
        font-size: 18px;
        text-align: center;
        /* font-weight: bold; */
        color: #000;
    }

    .Leadership_List li h4 a {
        color: #000;
    }
    /* 20250114 */
    .Leadership_Block1 li p {
        width: 144px;
        height: 180px;
    }
    /* 20250114 */
    .Leadership_Block1 li {
        width: 144px;
    }
    /* 20250114 */
    .Leadership_Block1 li p img {
        width: 144px;
        height: 180px;
    }

    .Leadership_Block1 li h4 {
        font-size: 24px;
    }

    /* Structure_Div */
    .Structure_Div {
        height: auto;
        overflow: hidden;
    }

    .Structure_Title_Block {
        padding: 28px 40px;
        width: 1320px;
        height: 34px;
        overflow: hidden;
        background-color: #F2F7FC;
        margin-bottom: 20px;
    }

    .Structure_Title {
        font-size: 24px;
        font-family: "Georgia";
        font-weight: bold;
        color: #274F8F;
        line-height: 34px;
    }

    .Structure_Title a {
        color: #274F8F;
    }

    .Structure_Info {
        padding: 0 40px;
        width: 1320px;
        background-color: #F2F7FC;
        margin-bottom: 95px;
        overflow: hidden;
    }

    .Structure_Info_Block {
        margin-top: 50px;
        height: auto;
        overflow: hidden;
        padding-bottom: 46px;
        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 {
        float: left;
        width: 630px;
        height: auto;

        font-size: 20px;
        line-height: 30px;
        color: #000;

        margin-right: 60px;
        margin-bottom: 16px;

    }

    .Structure_Info_List li a {
        color: #000;
    }

    .Structure_Info_List li:nth-child(2n) {
        margin-right: 0;
    }

    .Structure_Info_ListLi {
        width: 1320px !important;
        margin-right: 0px !important;
    }

    /* Special_Div */
    .Special_Div {
        /* width: 100%; */
        height: auto;
        margin-bottom: 28px;
    }

    .Special_Div ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Special_Div li {
        float: left;
        margin-right: 40px;
        width: 440px;
        height: auto;
        overflow: hidden;
        margin-bottom: 40px;
    }

    .Special_Div li:nth-child(3n) {
        margin-right: 0;
    }

    .Special_Div li p {
        width: 440px;
        height: 189px;
    }

    .Special_Div li p img {
        width: 440px;
        height: 189px;
    }

    .Special_Div li h4 {
        padding: 18px;
        width: 404px;
        height: 84px;
        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: 85px;
    }

    /* List_All_Div */

    .List_All_Div {
        height: auto;
        overflow: hidden;
    }
/* 20250114 */
    .List_PicList {
        width: 100%;
        height: auto;
        margin-bottom: 45px;
    }

    .List_PicList ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .List_PicList li {
        float: left;
        margin-right: 40px;
        width: 440px;
        height: auto;
        overflow: hidden;
    }

    .List_PicList li:nth-child(3n) {
        margin-right: 0;
    }

    .List_PicList li p {
        width: 440px;
        height: 294px;
    }

    .List_PicList li p img {
        width: 440px;
        height: 294px;
    }
    /* 20250114 */
    .List_PicTxt {
        padding: 18px 18px 40px 18px;
        width: 404px;
        height: 92px;
        background-color: #F2F7FC;
    }


    .List_PicList li h4 {
        font-size: 24px;
        /* font-weight: bold; */
        line-height: 30px;
        color: #000;
        overflow: hidden;

    }

    .List_PicList li h4 a {
        color: #000;
    }

    .List_PicList li h5 {
        margin-bottom: 8px;
        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: 40px;
    }

    .List_Line ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    /* 20250114 */
    .List_Line li {
        /* padding: 18px;
        min-height: 56px; */
        /* background-color: #F2F7FC; */
        overflow: hidden;
        margin-bottom: 30px;
    }

    .List_Line li h4 {
        float: left;
        width: calc(100% - 160px);
        /* min-height: 56px; */
        font-size: 24px;
        line-height: 30px;
        color: #000;
    }

    .List_Line li h4 a {
        color: #000;
    }

    .List_Line li h5 {
        float: right;
        width: 100px;
        font-size: 16px;
        line-height: 30px;
        color: #8B8B8B;
    }

    .List_Line li h5 a {
        color: #8B8B8B;
    }

    /* Services_Type */
    .Services_Type {
        float: left;
        padding-top: 50px;
        padding-left: 35px;
        padding-bottom: 110px;
        width: 225px;
        height: auto;
        overflow: hidden;
        background-color: #0972BB;
    }

    .Artical_Content_Right_Div {
        float: right;
        width: 1090px;
        height: auto;
        overflow: hidden;
    }

    .Services_Type ul {
        width: 225px;
        height: auto;
        overflow: hidden;
    }

    .Services_Type li {
        width: 185px;
        padding: 15px 20px;
        color: #FFF;
        font-size: 20px;
        line-height: 25px;

        height: auto;
        text-align: center;
        overflow: hidden;
        margin-bottom: 16px;
    }

    .Services_Type li a {
        color: #FFF;
    }

    .Services_TypeNow {
        background-color: #274F8F;
    }

    .Service_List_Right {
        float: right;
        width: 1090px;
        height: auto;
        overflow: hidden;
    }


    /* TRS_Editor style 重写 20250314*/
    .TRS_Editor P {
        /* text-align: left!important; */
        line-height: 33px !important;
        font-family: 'Helvetica' !important;
        font-size: 24px !important;
    }
    
    .TRS_Editor DIV {

        line-height: 33px !important;
        font-family: 'Helvetica' !important;
        font-size: 24px !important;
    }
    
    .TRS_Editor TD {

        line-height: 33px !important;
        font-family: 'Helvetica' !important;
        font-size: 24px !important;
    }
    
    .TRS_Editor TH {

        line-height: 33px !important;
        font-family: 'Helvetica' !important;
        font-size: 24px !important;
    }
    
    .TRS_Editor SPAN {
        display: inline; 
        text-align: center!important; 
        /* line-height: 33px !important; */
        font-family: 'Helvetica' !important;
        /* font-size: 24px !important; */
    }
    
    .TRS_Editor FONT {
        text-align: center!important; 
        /* line-height: 33px !important; */
        font-family: 'Helvetica' !important;
        /* font-size: 24px !important; */
    }
    
    .TRS_Editor UL {

        line-height: 33px !important;
        font-family: 'Helvetica' !important;
        font-size: 24px !important;
    }
    
    .TRS_Editor LI {

        line-height: 33px !important;
        font-family: 'Helvetica' !important;
        font-size: 24px !important;
    }
    
    .TRS_Editor A {
        line-height: 33px !important;
        font-family: 'Helvetica' !important;
        font-size: 24px !important;
    }
    
}