/* Mobile */
/* 菜单部分 */
@media (max-width:600px) {

    .App {
        width: 100vw;
        height: auto;
        /* overflow: hidden; */
    }

    .TopBar_Box {
        width: 100vw;
        height: 14vw;
        /* overflow: hidden; */
    }

    .TopBar_Div {
        height: 14vw;
        overflow: hidden;
    }

    .TopBar_Logo {
        padding-top: 2.3vw;
        float: left;
        width: 32vw;
        height: 9.4vw;
    }

    .TopBar_Logo img {
        width: 32vw;
        height: 9.4vw;
    }

    .TopMenu_Box {
        display: none;
        width: 100%;
        height: 13.6vw;
        background-color: #FFF;
        overflow: hidden;
    }

    .TopBar_Control {
        float: right;
        margin-top: 4.25vw;
        width: 14vw;
        height: 4.5vw;
        display: flex;
        justify-content: space-between;
    }

    .Top_Search {
        width: 5.3vw;
        height: 4.5vw;
    }

    .Top_Search img {
        width: 5.3vw;
        height: 4.5vw;
    }

    .Top_Menu {
        width: 5.3vw;
        height: 4.5vw;
    }

    .Top_Menu img {
        width: 5.3vw;
        height: 4.5vw;
    }

    .Top_Menu_Pop_Box {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 13;
        background-color: rgba(0, 68, 45, 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%;
        line-height: 7vw;
        height: 7vw;
        text-align: left;
        margin-bottom: 2vw;
        overflow: hidden;
    }

    .Top_PopMenu_Title a {
        position: absolute;
        padding: 1vw 0;
        left: 9vw;
        width: 100%;
        height: auto;
        font-size: 5vw;

        font-weight: bold;
        color: #FFF;
        line-height: 6vw;
    }

    .Top_PopMenu_TitleCN {
        margin: 0 auto;

        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;

        padding: 2vw 4vw;
        background-color: #3A7E20;
        font-family: "微软雅黑";
        font-size: 5vw;
        text-align: center;
        font-weight: bold;
        color: #FFF;
        line-height: 7vw;
    }

    .Top_PopMenu_TitleCN a {
        color: #FFF;
    }

    .Top_PopMenu_Title em {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 7vw;
        height: 7vw;
        background: url(../images/Mobile/Icon_plus.png) center center no-repeat;
        background-size: 5vw;
    }

    .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 {
        padding-left: 9vw;
        font-size: 4vw;
        color: #FFF;
        line-height: 7vw;
        
        overflow: hidden;
    }

    .Top_PopMenu_L2 li:hover {
        /* background-color: #C1755F; */
    }

    .Top_PopMenu_L2 li a {
        color: #FFF;
    }

    .Top_Search_Pop_Box {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 13;
        background-color: rgba(0, 68, 45, 0.9);

    }

    .Top_Search_Pop_Div {
        margin-top: 30px;
        height: 40px;
        border-radius: 20px;
        background-color: #FFF;
    }

    .Top_Search_Input {
        float: left;
        width: calc(100% - 40px);
    }

    .Top_Search_Input input {
        margin-left: 20px;
        height: 40px;
        background-color: #FFF;
        font-size: 16px;
        color: #000;
        line-height: 40px;
    }

    .Top_Search_Input input::input-placeholder {
        color: #000;
    }

    .Top_Search_Input input::-webkit-input-placeholder {
        color: #000;
    }

    .Top_Search_Input input::-moz-placeholder {
        color: #000;
    }

    .Top_Search_Input input::-moz-placeholder {
        color: #000;
    }

    .Top_Search_Input input::-ms-input-placeholder {
        color: #000;
    }

    .Top_Search_BT {
        float: right;
        margin-top: 10px;
        margin-right: 16px;
        width: 20px;
        height: 20px;
    }

    .Top_Search_BT img {
        width: 20px;
        height: 20px;
    }
}

/* 翻页控制部分 */
@media (max-width:600px) {
    .PageControl_Div {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: auto;
        height: 32px;
        min-width: 100px;
        margin-bottom: 100px;
        /* border: 1px solid saddlebrown; */
    }

    .PageControl_Num {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 32px;
    }



    .PageControl_Num .NumOn {
        background-color: #CFA874;
        color: #FFF !important;
    }

    .PageControl_Num .NumOn a {
        color: #FFF !important;
    }

    .PageControl_Num a {
        display: inline-block;
        position: relative;
        margin: 0 4px;
        padding: 0;
        border: 1px solid #DCDDE7;
        width: 32px;
        height: 32px;
        line-height: 32px;
        color: #272727;
        background-color: #FFF;
        font-size: 16px;
        text-align: center;
    }
}

/* 导航栏面包屑部分 */
@media (max-width:600px) {
    /* Nav_Div */

    .Nav_Box {
        margin-top: 2vw;
        height: 6vw;
        width: 100%;
    }

    .Nav_Div {
        margin: 0 auto;
        margin-top: 2vw;
        width: 92vw;
        height: 6vw;
        font-size: 4vw;
        color: #000;
    }

    .Nav_Div a {
        color: #848484;
    }
}

/* 文章部分 */
@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: 2vw;
        font-size: 5vw;
        font-weight: bold;
        line-height: 6vw;
        color: #000;
        /* text-transform: uppercase; */
    }

    .Artical_Content_Title a {
        color: #000;
    }

    .Artical_Content_Info_Div {
        /* padding: 14px 5px; */
        height: 4vw;
        /* background-color: #F3F3F3; */
        /* border-bottom: 2px solid #E7EFFB; */
    }

    .Artical_Content_Info {
        width: 100%;
        font-size: 3vw;
        line-height: 4vw;
    }

    .Artical_Content_Info h4 {
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 3vw;
        padding-right: 5px;
        padding-left: 5px;
        line-height: 5vw;
        border-right: 1px solid #656565;
        color: #656565;
    }

    .Artical_Content_Info h4 a {
        color: #656565;
    }

    .Artical_Content_Info h5 {
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 3vw;
        padding-right: 5px;
        padding-left: 5px;
        line-height: 5vw;
        color: #656565;
    }

    .Artical_Content_Info h5 a {
        color: #656565;
    }

    .Artical_Content_Text_Div {
        width: 100%;
        height: auto;
        padding-top: 4vw;
        /* border-bottom: 2px solid #E7EFFB; */
    }

    .Artical_Content_Text {
        margin: 0 auto;
        width: 100%;
        /* height: 1420px; */
        padding-bottom: 2vw;
    }

    .Artical_Content_Text p {
        padding: 0 5px;
        font-size: 4vw;
        line-height: 5vw;
        color: #000;
        margin-bottom: 4vw;
    }

    .Artical_Content_Text p img {
        margin: 0 auto;
        padding-top: 20px;
        width: 100%;
    }

    .Artical_Content_Text span {
        display: block;
        margin-top: 2vw;
        width: 100%;
        font-size: 3vw;
        color: #656565;
        line-height: 4vw;
        margin-bottom: 6vw;
    }

    .Artical_Content_Text span img {
        width: 100%;
    }

    .Artical_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        overflow: hidden;
        margin-top: 4vw;
    }


    /* Artical_Link_Div */
    .Artical_Link_Div {
        width: 100%;
        height: auto;
        margin-bottom: 12vw;
    }

    .Artical_Link_Div ul {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: flex-start;
    }

    .Artical_Link_Div li {
        width: 9vw;
        height: 9vw;
        overflow: hidden;
        margin-right: 2vw;
    }

    .Artical_Link_Div li img {
        width: 9vw;
        height: 9vw;
    }

    .Artical_Left {
        display: none;
    }
}

/* 底部 部分 */
@media (max-width:600px) {

    /* Bottom_Box */
    .Bottom_Box {
        border-top: 1px solid #FFF;
        width: 100vw;
        height: auto;
        background-color: #005F3F;
        /* overflow: hidden; */
    }

    .Bottom_Box1 {
        padding-top: 6vw;
        height: auto;
        padding-bottom: 5vw;
        /* overflow: hidden; */
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        border-bottom: 1px solid #137353;
    }

    .Bottom_Box2 {
        padding-top: 18px;
        height: auto;
        padding-bottom: 23px;
        overflow: hidden;
    }

    .Bottom_Box2 h5 {
        text-align: center;
        font-size: 2.6vw;
        line-height: 5vw;
        color: #1CB27F;
        overflow: hidden;
    }

    .Bottom_Div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
    }

    .Botom_Link_Div h4 {
        display: block;
        width: 20vw;
        height: 9vw;
        line-height: 9vw;
        text-align: center;
        font-size: 5vw;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
    }

    .Botom_Link_Div {
        display: flex;
        justify-content: center;
        margin-bottom: 4vw;
    }

    .Bottom_Link {
        position: relative;
        display: block;
        width: 70vw;
        height: 9vw;
        line-height: 9vw;
        background: url(../images/Bottom_Link_Up.png) center right 3vw no-repeat;
        background-size: 4vw auto;

        background-color: #008659;
        cursor: pointer;
    }

    .Bottom_Link ul {
        display: none;
        position: absolute;
        bottom: 9vw;
        width: 70vw;
        background-color: #DDFFF4;
        max-height: 50vw;
        padding: 4vw 0;
        overflow-y: scroll;
        z-index: 2;
    }

    .Bottom_Link li {
        padding-left: 2vw;
        font-size: 3.4vw;
        line-height: 5vw;
        color: #1B1D1E;
        margin-bottom: 2vw;
    }

    .Bottom_Link li a {
        color: #1B1D1E;
    }

    .Bottom_URL {
        height: auto;

    }

    .Bottom_URL ul {
        width: 18vw;
        height: auto;
        display: flex;
        justify-content: space-between;
    }

    .Bottom_URL li {
        width: 6vw;
        height: 6vw;
		padding-right: 1.5vw;
    }

    .Bottom_URL li img {
        width: 6vw;
        height: 6vw;
    }

    .BackTop_Box {
        width: 100%;
        padding-top: 4vw;
        padding-bottom: 4vw;
        background-color: #E4E4E4;
        height: auto;
        overflow: hidden;
    }

    .BackTop_Box img {
        display: block;
        margin: 0 auto;
        height: 4vw;
    }

}

/* 列表 部分 */
@media (max-width:600px) {
    .List_Type_Box {
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }

    .List_Type_Div {
        display: none;
        top: 96px;
        position: absolute;
        width: 100%;
        height: auto;
        background-color: #F0F0F0;
        z-index: 4;
    }

    .List_Type_Div ul {
        margin: 0 auto;
        width: 92vw;
        margin-bottom: 72px;
        height: auto;
    }

    .List_Type_Div li {
        width: 100%;
        height: 72px;
        border-bottom: 1px solid #FFF;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: flex-start;
        font-size: 16px;
        line-height: 20px;
        color: #000;
    }

    .List_Type_Div li a {
        display: block;
        color: #000;
    }

    .List_Type_Now {
        border-bottom: 1px solid #Fff !important;
    }

    .List_Type_Now a {
        color: #D88972 !important;
        font-weight: bold !important;
    }

    .List_Type_Now {
        color: #D88972 !important;
        font-weight: bold !important;
    }

    .List_Type_Show {
        width: 100%;
        height: 96px;
        border-top: 12px solid #D78971;
    }

    .List_Type_Show h4 {
        margin-left: 4vw;
        width: calc(92vw - 20px);
        height: 95px;
        border-bottom: 1px solid #f0f0f0;
        font-size: 16px;
        line-height: 20px;
        display: flex;
        align-items: center;
        align-content: center;
        color: #D78971;
        font-weight: bold;

    }

    .List_Type_Show h4::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        width: 20px;
        height: 20px;
        right: -20px;
        height: 95px;
        background: url(../images/Mobile/List_Down.png) center center no-repeat;
    }

    .List_Div {
        margin-top: 2vw;
        width: 100%;
        height: auto;
        margin-bottom: 4vw;
        overflow: hidden;
    }

    .List_Div ul {
        margin: 0 auto;
        width: 92vw;
        list-style: none;
    }

    .List_Div li {
        width: 100%;
        height: auto;
        margin-bottom: 4vw;
        overflow: hidden;
    }

    .List_Div li p {
        float: left;
        width: 36vw;
        height: 25vw;
        overflow: hidden;
    }

    .List_Div li p img {
        width: 36vw;
        height: 25vw;
        transition: all 0.5s;
    }

    .List_Data_Div {
        display: block;
        width: 56vw;
        height: 22px;
        margin-bottom: 15px;
        overflow: hidden;
    }

    .List_Div li h6 {
        line-height: 4vw;
        font-size: 3vw;
        color: #DDA769;


    }

    .List_Text_Div {
        float: left;
        padding: 2vw;
        width: 100%;
        background-color: #FAF9F9;
        height: 25vw;
        overflow: hidden;
        box-sizing: border-box;
    }

    .List_Div li p + .List_Text_Div {
        width: calc(100% - 36vw);
    }
	
    .List_Div li h4 {
        display: block;
        width: 100%;
        max-height: 15vw;
        line-height: 5vw;
        font-size: 4vw;
        color: #000;
        margin-bottom: 1.5vw;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        /* margin-bottom: 10px; */
    }

    .List_Div li h4 a {
        color: #000;
    }

    .List_Div li h5 {
        display: none;
        line-height: 24px;
        font-size: 16px;
        color: #000;
    }

    .List_Div li h5 a {
        color: #000;
    }
}

/* 搜索 部分 */
@media (max-width:600px) {

    /* Search_Input_Div */
    .Search_Input_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
    }

    .Search_Input_Div .TopMenu_Search_Pop_Div {
        margin-top: 4vw !important;
    }

    .Search_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        margin-bottom: 25px;
        overflow: hidden;
    }

    .Search_Div ul {
        width: 100%;
        list-style: none;
    }

    .Search_Div li {
        padding: 4vw;
        background-color: #f0f0f0;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .Search_Div li:hover {
        background-color: #e3e3e3;
        cursor: pointer;
    }



    .Search_Div li h4 {
        display: block;
        width: 100%;
        height: auto;
        line-height: 7vw;
        font-size: 5vw;
        color: #000;
        margin-bottom: 2vw;
    }

    .Search_Div li h4 a {
        color: #000;
    }

    .Search_Div li h5 {
        display: block;
        line-height: 6vw;
        font-size: 4vw;
        color: #656565;

    }

    .Search_Div li h5 a {
        color: #656565;
    }

    .Search_Div li span {
        color: #058757;
    }

    .Search_Result_Div {
        width: 100%;
        margin-top: 3vw;
        margin-bottom: 3vw;
        height: 6vw;
        line-height: 6vw;
        font-size: 3vw;
        color: #000;
    }


    .TopMenu_Search_Pop_Div {
        margin: 0 auto;
        margin-top: 120px;
        width: 100%;
        height: 7vw;
        border: 1px solid #F0F0F0;
        background-color: #FFF;
    }

    .TopMenu_Search_Pop_Left {
        float: left;
        width: calc(100% - 15vw);
        height: 7vw;
        line-height: 7vw;
    }

    .TopMenu_Search_Pop_Left input {
        height: 7vw;
        line-height: 7vw;
        text-indent: 2vw;
        background-color: transparent;
        font-size: 3.5vw;
        color: #333;
    }

    .TopMenu_Search_Pop_Left input::input-placeholder {
        color: #333;
    }

    .TopMenu_Search_Pop_Left input::-webkit-input-placeholder {
        color: #333;
    }

    .TopMenu_Search_Pop_Left input::-moz-placeholder {
        color: #333;
    }

    .TopMenu_Search_Pop_Left input::-moz-placeholder {
        color: #333;
    }

    .TopMenu_Search_Pop_Left input::-ms-input-placeholder {
        color: #333;
    }

    .TopMenu_Search_Pop_Right {
        float: right;
        width: 15vw;
        height: 7vw;
        overflow: hidden;
    }

    .TopMenu_Search_Pop_Right img {
        width: 15vw;
        height: 7vw;
    }
}

/* 其他 部分 */
@media (max-width:600px) {
    .mHome_Banner_Swiper {
        position: relative;
        width: 100vw;
        height: 45vw;
        padding-bottom: 8vw;
        overflow: hidden;
    }

    .mHome_Banner_Swiper p {
        width: 100vw;
        height: 45vw;
        z-index: 1;
        overflow: hidden;
    }

    .mHome_Banner_Swiper p img {
        width: 100vw;
        height: 45vw;
    }

    .mHome_Banner_Swiper h4 {
        position: absolute;
        bottom: 0;
        padding: 4vw 8vw;
        width: 84vw;
        height: auto;
        background-color: rgba(0, 0, 0, 0.3);

        font-size: 4vw;
        line-height: 5vw;
        color: #FFF;

        overflow: hidden;
        z-index: 2;
    }

    .mHome_Banner_Swiper h4 a {
        color: #FFF;
    }

    .mHome_Banner_pagination {
        font-size: 12px;
        bottom: 2vw !important;
        height: 2vw !important;
    }

    .mHome_Banner_pagination .swiper-pagination-bullet {
        border-radius: 5px;
        width: 10px;
        height: 10px;
        background-color: #CBCBCB;
        opacity: 1;
    }

    .mHome_Banner_pagination .swiper-pagination-bullet-active {
        background-color: #DEA86C;
        width: 30px;
        /* margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important; */
    }


    /* Home_Latest_Div */
    .Home_Latest_Div {
        margin-top: 4vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .Title_Div {
        height: auto;
        overflow: hidden;
        /* margin-bottom: 33px; */
    }

    .Title_Div h4 {
        text-align: center;
        font-size: 7vw;
        line-height: 9vw;
        color: #10694B;
        font-weight: bold;
        height: auto;
        overflow: hidden;
    }

    .Title_Div h4 a {
        color: #10694B;
    }

    .Title_Div h5 {
        text-align: center;
        font-size: 4vw;
        line-height: 6vw;
        color: #9A9A9A;
        font-stretch: condensed;
        /* Condensed 窄体压缩字宽 */
        font-weight: 100;
        height: auto;
        overflow: hidden;
    }

    .Title_Div h5 a {
        color: #9A9A9A;
    }

    .Title_White h4 {
        color: #FFF !important;
    }

    .Title_White h4 a {
        color: #FFF !important;
    }

    .Title_White h5 {

        color: #FFF !important;
    }

    .Title_White h5 a {
        color: #FFF !important;
    }

    .Home_Latest {
        margin-top: 4vw;
        height: auto;
        overflow: hidden;
    }

    .Home_Latest_Left {
        width: 96vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .Home_Latest_Left p {
        width: 96vw;
        overflow: hidden;
        margin-bottom: 2vw;
    }

    .Home_Latest_Left p img {
        width: 96vw;
    }

    .Home_Latest_Left h4 {
        font-size: 4.5vw;
        line-height: 6vw;
        font-weight: bold;
        color: #000;
        overflow: hidden;
        margin-bottom: 2vw;
    }

    .Home_Latest_Left h4 a {
        color: #000;
    }

    .Home_Latest_Left h5 {
        font-size: 3vw;
        line-height: 4vvw;
        color: #DDA769;
        overflow: hidden;
        margin-bottom: 2vw;
    }

    .Home_Latest_Left h6 {
        font-size: 3vw;
        line-height: 4vvw;
        color: #656565;
        overflow: hidden;
    }

    .Home_Latest_Right {
        width: 96vw;
        height: auto;
        overflow: hidden;
    }

    .Home_Latest_Right ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Home_Latest_Right li {
        width: 100%;
        height: auto;
        margin-bottom: 3vw;
        overflow: hidden;
    }

    .Home_Latest_Right li p {
        float: left;
        width: 35vw;
        height: 24vw;
        overflow: hidden;
    }

    .Home_Latest_Right li p img {
        width: 35vw;
        height: 24vw;
    }

    .Home_Latest_Txt {
        float: right;
        padding: 2vw;
        width: 57vw;
        height: 20vw;
        background-color: #FAF9F9;
        overflow: hidden;
    }

    .Home_Latest_Txt h5 {
        font-size: 3vw;
        line-height: 4vw;
        color: #DDA769;
        margin-bottom: 1vw;
    }

    .Home_Latest_Txt h4 {
        font-size: 4vw;
        line-height: 5vw;
        height: 15vw;
        color: #000;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .Home_Latest_Txt h4 a {
        color: #000;
    }


    /* Home_Invest_Box */
    .Home_Invest_Box {
        width: 100%;
        min-height: 246vw;
        overflow: hidden;
        background: url(../images/Mobile/Home_Invest_BK.jpg) center center no-repeat;
        background-size: 100% 100%;
    }

    .Home_Invest_Div {
        padding-top: 6vw;
        height: auto;
        overflow: hidden;
    }

    .Home_Invest {
        margin-top: 6vw;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Home_Invest_Item {
        position: relative;
        width: 96vw;
        height: 65vw;
        margin-bottom: 4vw;
        overflow: hidden;
    }

    .Home_Invest_Item p {
        width: 96vw;
        height: 65vw;
        overflow: hidden;
    }

    .Home_Invest_Item p img {
        width: 96vw;
        height: 65vw;
    }

    .Home_Invest_Item h4 {
        position: absolute;
        top: 0;
        left: 0;

        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 8vw;
        padding: 0 3vw;
        line-height: 8vw;
        background-color: #DEA86C;
        font-size: 5vw;
        color: #FFF;
        overflow: hidden;
    }

    .Home_Invest_Item h4 a {
        color: #FFF;
    }

    .Home_Invest_T2 {
        background-color: #3CB797 !important;
    }

    .Home_Invest_T3 {
        background-color: #84C119 !important;
    }

    /* Home_TC_Box */
    .Home_TC_Box {
        width: 100vw;
        height: auto;
        overflow: hidden;
        background-color: #FAF9F9;
    }

    .Home_TC_Div {
        padding-top: 6vw;
        padding-bottom: 8vw;
        height: auto;
        overflow: hidden;
    }

    .Home_TC {
        margin-top: 4vw;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Home_TC_Left {
        width: 96vw;
        height: auto;
        overflow: hidden;
    }

    .Home_TC_Left ul {
        width: 96vw;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        overflow: hidden;
    }

    .Home_TC_Left li {
        width: 46vw;
        height: 11vw;
        line-height: 11vw;
        font-size: 4.5vw;
        color: #FFF;
        background-color: #C2C2C2;
        margin-bottom: 3vw;
        overflow: hidden;
        text-align: center;
        cursor: pointer;
    }

    .Home_TC_Left li a {
        color: #FFF;
    }

    .Home_TC_Right {
        margin-top: 4vw;
        width: 96vw;
        height: auto;
        overflow: hidden;
    }

    .Home_TC_Item {
        display: none;
        width: 96vw;
        height: auto;
        overflow: hidden;
    }

    .Home_TC_Item_Now {
        display: block;
    }

    .Home_TC_Item p {
        width: 96vw;
        height: 65vw;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .Home_TC_Item p img {
        width: 96vw;
        height: 65vw;
        overflow: hidden;
    }

    .Home_TC_Txt {
        width: 96vw;
        height: auto;
        overflow: hidden;
    }

    .Home_TC_Txt h4 {
        width: 100%;
        height: auto;
        font-size: 5.6vw;
        font-weight: bold;
        color: #000;
        line-height: 7vw;
        margin-bottom: 3vw;
        overflow: hidden;
    }

    .Home_TC_Txt h4 a {
        color: #000;
    }

    .Home_TC_Txt h5 {
        width: 100%;
        height: auto;
        font-size: 3.5vw;
        line-height: 5vw;
        color: #656565;
        margin-bottom: 3vw;
        overflow: hidden;
    }

    .Home_TC_Txt h5 a {
        color: #656565;
    }

    .Home_TC_Txt h6 {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: auto;
        padding-right: 36px;
        background: url(../images/Home_TC_Arrow.png) center right no-repeat;
        font-size: 3.5vw;
        line-height: 6vw;
        color: #DDA769;
        overflow: hidden;
    }

    .Home_TC_Txt h6 a {
        color: #DDA769;
    }

    .Home_TC_Now {
        background-color: #DDA76A !important;
        font-weight: bold;
    }

    /* Home_Services_Box */
    .Home_Services_Box {
        width: 100vw;
        min-height: 139vw;
        overflow: hidden;
        background: url(../images/Mobile/Home_Service_BK.jpg) center center no-repeat;
        background-size: 100% 100%;
    }

    .Home_Services_Div {
        margin: 0 auto;
        width: 92vw;
        padding-top: 6vw;
        height: auto;
        padding-bottom: 6vw;
        overflow: hidden;
    }

    .Home_Services {
        margin-top: 6vw;
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        overflow: hidden;
    }

    .Home_Services_Item {
        position: relative;
        width: 44vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .Home_Services_Item p {
        width: 44vw;
        height: 39vw;
        overflow: hidden;
    }

    .Home_Services_Item p img {
        width: 44vw;
        height: 39vw;
    }

    .Home_Services_Txt {
        position: relative;
        width: 44vw;
        height: 39vw;
        overflow: hidden;
    }

    .Home_Services_Item h4 {
        position: absolute;
        top: 0;
        left: 0;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 8vw;
        padding: 0 3vw;
        line-height: 8vw;
        background-color: #DEA86C;
        font-size: 5vw;
        color: #FFF;
        overflow: hidden;

    }

    .Home_Services_Item h4 a {
        color: #FFF;
    }

    .Home_Services_T2 {
        background-color: #7FCF7D !important;
    }

    .Home_Services_T3 {
        background-color: #40A4D6 !important;
    }

    .Home_Services_T4 {
        background-color: #D9D169 !important;
    }

    .Home_Services_Item h5 {
        width: 40vw;
        height: auto;
        padding: 2vw;
        background-color: #005F3F;
        font-size: 4vw;
        line-height: 5vw;
        height: 15vw;
        color: #FFF;
        text-align: center;
        overflow: hidden;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .Home_Services_Item h5 a {
        color: #FFF;
    }

    /* Banner_Box */
    .Banner_Box {
        width: 100vw;
        height: 21vw;
    }

    .Banner_Box p {
        width: 100vw;
        height: 21vw;
        z-index: 1;
    }

    .Banner_Box p img {
        width: 100vw;
        height: 21vw;
    }

    .Banner_Div {
        position: absolute;
        top: 0;
        left: 4vw;
        height: 21vw;
        line-height: 21vw;
        z-index: 2;
    }

    .Banner_Div a {
        font-size: 6vw;
        height: 21vw;
        line-height: 21vw;
        color: #FFF;
    }

    .Banner_Black a {
        color: #3A3938;
    }

    .Banner_Blue a {
        color: #004092;
    }

    /* About_List_Div */
    .About_List_Div {
        margin: 0 auto;
        width: 92vw;
        margin-top: 2vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .About_List_Div ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .About_List_Div li {
        float: left;
        width: 44vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .About_List_Div li:nth-child(2n) {
        float: right;
    }

    .About_List_Div li p {
        width: 44vw;
        overflow: hidden;
        margin-bottom: 2vw;
    }

    .About_List_Div li p img {
        width: 44vw;
    }

    .About_List_Div li h4 {
        width: 44vw;
        height: 18vw;
        font-size: 4vw;
        line-height: 6vw;
        color: #000;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;

    }

    .About_List_Div li h4 a {
        color: #000;
    }

    /* TC_Attractive_Div */
    .TC_Attractive_Div {
        height: auto;
        margin-top: 4vw;
        overflow: hidden;
        margin-bottom: 8vw;
    }

    .TC_Title {
        margin: 0 auto;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 5.2vw;
        display: flex;
        align-items: center;
        /* 垂直居中，三者一条水平线 */
        margin-bottom: 5vw;
    }

    .TC_Title a {
        padding: 0 5px;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 5.2vw;
        font-size: 5vw;
        text-transform: uppercase;
        line-height: 5.2vw;
        font-weight: bold;
        color: #058757;
        text-decoration: none;
        background: url(../images/TC_Title2.png) center center repeat-x;
        background-size: auto 5.2vw;
    }

    .TC_Title::before {
        content: "";
        width: 21vw;
        height: 5.2vw;
        background: url(../images/TC_Title1.png) center center repeat-x;
        background-size: 21vw 5.2vw;
    }

    .TC_Title::after {
        content: "";
        width: 3.7vw;
        height: 5.2vw;
        background: url(../images/TC_Title3.png) center center repeat-x;
        background-size: 3.7vw 5.2vw;
    }

    .TC_Attractive {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .TC_Attractive_left {
        width: 96vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .TC_Attractive_left p {
        width: 96vw;
        overflow: hidden;
        margin-bottom: 2vw;
    }

    .TC_Attractive_left p img {
        width: 96vw;
    }

    .TC_Attractive_left h4 {
        font-size: 5.5vw;
        line-height: 7.5vw;
        font-weight: bold;
        color: #000;
        overflow: hidden;
        margin-bottom: 2vw;
    }

    .TC_Attractive_left h4 a {
        color: #000;
    }

    .TC_Attractive_left h5 {
        padding-left: 5vw;
        font-size: 4vw;
        line-height: 6vw;
        color: #DDA769;
        overflow: hidden;
        background: url(../images/TC_Icon_Position.png) left top no-repeat;
        background-size: auto 5vw;
        margin-bottom: 2vw;
    }

    .TC_Attractive_left h5 a {
        color: #DDA769;
    }

    .TC_Attractive_left h6 {
        font-size: 4vw;
        line-height: 6vw;
        color: #656565;
        overflow: hidden;
    }

    .TC_Attractive_Right {
        width: 96vw;
        height: auto;
        overflow: hidden;
        overflow: hidden;
    }

    .TC_Attractive_Top {
        width: 96vw;
        height: auto;
        overflow: hidden;
    }

    .TC_Attractive_Item {
        display: flex;
        justify-content: space-between;
        height: auto;
        overflow: hidden;
    }

    .TC_Attractive_Item p {
        float: left;
        width: 42vw;
        height: 29vw;
        overflow: hidden;
        margin-bottom: 3vw;
    }

    .TC_Attractive_Item p img {
        width: 42vw;
        height: 29vw;
    }

    .TC_Attractive_ItemR {
        float: right;
        width: 50vw;
        height: 29vw;
        overflow: hidden;
    }

    .TC_Attractive_Item h4 {
        font-size: 4.5vw;
        line-height: 6.5vw;
        font-weight: bold;
        color: #000;
        overflow: hidden;
        margin-bottom: 1vw;
    }

    .TC_Attractive_Item h4 a {
        color: #000;
    }

    .TC_Attractive_Item h5 {
        padding-left: 5vw;
        font-size: 3.5vw;
        line-height: 5vw;
        color: #DDA769;
        overflow: hidden;
        background: url(../images/TC_Icon_Position.png) left top no-repeat;
        background-size: auto 5vw;
        margin-bottom: 2vw;
    }

    .TC_Attractive_Item h5 a {
        color: #DDA769;
    }

    .TC_Attractive_Item h6 {
        font-size: 3.5vw;
        line-height: 5vw;
        color: #656565;
        overflow: hidden;
    }

    .TC_Attractive_Txt {
        float: right;
        margin-top: 1vw;
        width: 30vw;
        height: auto;
        overflow: hidden;
    }


    .TC_Attractive_Txt h6 {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: auto;
        padding-right: 9vw;
        background: url(../images/Home_TC_Arrow.png) center right no-repeat;
        font-size: 4vw;
        line-height: 5vw;
        color: #DDA769;
        margin-bottom: 2vw;
        overflow: hidden;
    }

    .TC_Attractive_Txt h6 a {
        color: #DDA769;
    }

    .TC_Folk_Div {
        height: auto;
        overflow: hidden;
        margin-bottom: 6vw;
    }

    .TC_Folk {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
    }

    .TC_Folk_Item {
        width: 24vw;
        height: auto;
        overflow: hidden;
    }

    .TC_Folk_Item p {
        width: 24vw;
        height: 16vw;
        overflow: hidden;
    }

    .TC_Folk_Item p img {
        width: 24vw;
        height: 16vw;
    }

    .TC_Folk_Item h4 {
        border-top: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
        padding: 2vw;
        width: 20vw;
        height: 12vw;
        background-color: #369E78;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: flex-end;
        overflow: hidden;
    }

    .TC_Folk_Item h4 a {
        display: block;
        font-size: 3vw;
        line-height: 4vw;
        text-align: right;
        color: #FFF;
        overflow: hidden;
    }

    .TC_Folk_Txt_R {
        justify-content: flex-start !important;
    }

    .TC_Folk_BK2 {
        background-color: #DDA76A !important;
    }

    .TC_Dining_Div {
        width: 96vw;
        height: auto;
        margin-bottom: 12vw;
        overflow: hidden;
    }

    .TC_Dining_Swiper {
        margin: 0 auto;
        width: 70vw;
        height: auto;
        overflow: hidden;
    }

    .TC_Dining_Swiper .swiper-slide {
        width: 70vw;
        height: 48vw;
        overflow: hidden;
    }

    .TC_Dining_Swiper p {
        width: 70vw;
        height: 48vw;
        overflow: hidden;
        z-index: 1;
    }

    .TC_Dining_Swiper h4 {
        position: absolute;
        top: 0;
        left: 0;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 7vw;
        padding: 0 2vw;
        line-height: 7vw;
        background-color: #DEA86C;
        font-size: 4vw;
        color: #FFF;
        overflow: hidden;
        z-index: 2;
    }

    .TC_Dining_Swiper h4 a {
        color: #FFF;
    }

    .Txt_Color_1 {
        background-color: #DEA86C !important;
    }

    .Txt_Color_2 {
        background-color: #3CB797 !important;
    }

    .Txt_Color_3 {
        background-color: #84C119 !important;
    }

    .Txt_Color_4 {
        background-color: #80CF7C !important;
    }

    .Txt_Color_5 {
        background-color: #40A4D6 !important;
    }

    .Txt_Color_6 {
        background-color: #DAD16A !important;
    }

    .TC_Dining_BTPrev {
        position: absolute;
        left: 0;
        top: 60%;
        width: 7.8vw;
        height: 5vw;
        background: url(../images/TC_Prev.png);
        background-size: 7.8vw 5vw;
        z-index: 2;
        cursor: pointer;
    }

    .TC_Dining_BTPrev:hover {
        background: url(../images/TC_Prev_on.png);
        background-size: 7.8vw 5vw;
    }

    .TC_Dining_BTNext {
        position: absolute;
        right: 0;
        top: 60%;
        width: 7.8vw;
        height: 5vw;
        background: url(../images/TC_Next.png);
        background-size: 7.8vw 5vw;
        z-index: 2;
        cursor: pointer;
    }

    .TC_Dining_BTNext:hover {
        background: url(../images/TC_Next_on.png);
        background-size: 7.8vw 5vw;
    }


    /* Services_Div */
    .Services_Div {
        height: auto;
        overflow: hidden;
        margin-top: 2vw;
        margin-bottom: 12vw;
    }

    .Services_Div ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Services_Div li {
        width: 96vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 6vw;
    }


    .Services_Pic {
        width: 92vw;
        overflow: hidden;
        margin-bottom: 8vw;
        box-shadow: 4vw 4vw 0 #058758;
    }

    .Services_Pic p {
        width: 92vw;
        overflow: hidden;
        z-index: 1;
    }

    .Services_Pic p img {
        width: 92vw;
    }

    .Services_Pic h6 {
        position: absolute;
        top: 0;
        left: 0;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 8vw;
        padding: 0 3vw;
        line-height: 8vw;
        background-color: #DEA86C;
        font-size: 5vw;
        color: #FFF;
        overflow: hidden;
        z-index: 2;
    }

    .Services_Pic h6 a {
        color: #FFF;
    }

    .Services_Div li h4 {
        width: 100%;
        height: auto;
        font-size: 4vw;
        line-height: 6vw;
        color: #000;
        overflow: hidden;

    }
    .Service_li_List{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    

    .Service_li_List h5 {
        height: auto;
        font-size: 4vw;
        line-height: 6vw;
        color: #000;        
        overflow: hidden;
        margin-bottom: 6vw;
    }
    .Service_li_List h5:last-child{        
        margin-bottom: 0vw;
    }
    .Service_li_List h5 a {
        color: #000;
    }

    .Services_Div li h4 a {
        color: #000;
    }

    .BT_ReadMore {
        float: right;
        margin-top: 4vw;
        width: 20vw;
        height: auto;
        padding-right: 9vw;
        background: url(../images/Home_TC_Arrow.png) center right no-repeat;

        font-size: 4vw;
        line-height: 5vw;
        color: #DDA769;
        margin-bottom: 2vw;
        overflow: hidden;
    }

    .BT_ReadMore a {
        color: #DDA769;
    }

    /* BUSINESS_Why_Div */
    .BUSINESS_Why_Div {
        margin-top: 4vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 6vw;
    }

    .BUSINESS_Why {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .BUSINESS_Why p {
        width: 96vw;

        overflow: hidden;
    }

    .BUSINESS_Why p img {
        width: 96vw;
    }

    .BUSINESS_Why_Txt {
        padding: 4vw;
        width: 88vw;
        height: auto;
        background-color: #359D77;
        overflow: hidden;
    }

    .BUSINESS_Why_Txt h4 {
        height: auto;
        font-size: 4vw;
        line-height: 5.4vw;
        font-weight: normal;
        color: #FFF;
        overflow: hidden;
        margin-bottom: 2vw;
    }

    .BUSINESS_Why_Txt h4 a {
        color: #FFF;
    }

    .BUSINESS_Why_Txt .BT_ReadMore {
        background: url(../images/Home_BUSS_Arrow.png) center right no-repeat;
    }

    .BUSINESS_Why_Txt .BT_ReadMore a {
        color: #FFEA99;
    }

    /* BUSINESS_Policies_Div */
    .BUSINESS_Policies_Div {
        margin-top: 4vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 6vw;
    }

    .BUSINESS_Policies {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .BUSINESS_Policies p {
        width: 96vw;
        overflow: hidden;
    }

    .BUSINESS_Policies p img {
        width: 96vw;
    }

    .BUSINESS_Policies_Txt {
        float: left;
        padding: 4vw;
        width: 88vw;
        height: auto;
        background-color: #359D77;
        overflow: hidden;
    }

    .BUSINESS_Policies_Txt h4 {
        height: auto;
        font-size: 4vw;
        line-height: 5.4vw;
        font-weight: normal;
        color: #FFF;
        overflow: hidden;
        margin-bottom: 2vw;
    }

    .BUSINESS_Policies_Txt h4 a {
        color: #FFF;
    }

    .BUSINESS_Policies_Txt .BT_ReadMore {
        float: right;
        background: url(../images/Home_BUSS_Arrow.png) center right no-repeat;
    }

    .BUSINESS_Policies_Txt .BT_ReadMore a {
        color: #FFEA99;
    }

    .BUSINESS_ENTERPRISES_Div {
        width: 96vw;
        height: auto;
        margin-bottom: 12vw;
        overflow: hidden;
    }

    .BUSINESS_ENTERPRISES_Swiper {
        margin: 0 auto;
        width: 70vw;
        height: auto;
        overflow: hidden;
    }

    .BUSINESS_ENTERPRISES_Swiper .swiper-slide {
        width: 70vw;
        height: auto;
        overflow: hidden;
    }

    .BUSINESS_ENTERPRISES_Swiper p {
        width: 70vw;
        height: 48vw;
        overflow: hidden;
        z-index: 1;
    }

    .BUSINESS_ENTERPRISES_Swiper h4 {

        padding: 2vw;
        background-color: #ADADAD;
        line-height: 6vw;
        font-size: 4vw;
        height: 12vw;


    }

    .BUSINESS_ENTERPRISES_Swiper h4 a {
        line-height: 6vw;
        font-size: 4vw;
        height: 12vw;
        color: #FFF;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #FFF;

    }



    .BUSINESS_ENTERPRISES_BTPrev {
        position: absolute;
        left: 0;
        top: 60%;
        width: 7.8vw;
        height: 5vw;
        background: url(../images/TC_Prev.png);
        background-size: 7.8vw 5vw;
        z-index: 2;
        cursor: pointer;
    }

    .BUSINESS_ENTERPRISES_BTPrev:hover {
        background: url(../images/TC_Prev_on.png);
        background-size: 7.8vw 5vw;
    }

    .BUSINESS_ENTERPRISES_BTNext {
        position: absolute;
        right: 0;
        top: 60%;
        width: 7.8vw;
        height: 5vw;
        background: url(../images/TC_Next.png);
        background-size: 7.8vw 5vw;
        z-index: 2;
        cursor: pointer;
    }

    .BUSINESS_ENTERPRISES_BTNext:hover {
        background: url(../images/TC_Next_on.png);
        background-size: 7.8vw 5vw;
    }



}