/* PC */
/* Top菜单部分 */
@media (min-width:600px) {
    .App {
        margin: 0 auto;
        margin-left: calc(50% - 960px);
        width: 1920px;
        height: auto;
        /* overflow: hidden; */
    }

    .TopBar_Box {
        width: 1920px;
        height: 118px;
        /* overflow: hidden; */
    }

    .TopBar_Div {
        height: 118px;
        overflow: hidden;
        background: url(../images/Top_BK.png) left center no-repeat;
    }

    .TopBar_Logo {
        padding-top: 18px;
        float: left;
        width: 268px;
        height: 83px;
    }

    .TopMenu_Logo img {
        width: 268px;
        height: 83px;
    }

    .TopBar_Control {
        padding-top: 18px;
        float: right;
        width: 165px;
        height: 30px;
        display: flex;
        justify-content: space-between;
    }

    .TopBar_Contact {
        width: 90px;
        height: 30px;
        font-size: 20px;
        font-family: "Arial Narrow";
        line-height: 30px;
        color: #B3B3B3;
    }

    .TopBar_Contact a {
        color: #B3B3B3;
    }

    .TopBar_Language {
        width: 42px;
        height: 30px;
        font-size: 18px;
        font-family: "宋体";
        line-height: 30px;
        color: #B9B9B9;
    }

    .TopBar_Language a {
        color: #B9B9B9;
    }

    .TopBar_Search {

        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .TopBar_Search img {
        margin-top: 5px;
        width: 20px;
        height: 20px;
    }

    .TopMenu_Box {
        width: 1920px;
        height: 50px;
        background-color: #058758;
        /* overflow: hidden; */
    }

    .TopMenu_Div {
        height: 50px;
    }

    .TopMenu_Div ul {
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: space-between;

    }

    .TopMenu_Div li {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;

        height: 50px;
        padding: 0 20px;
        font-size: 24px;
        font-family: "Myriad Pro";
        word-wrap: normal;
        word-break: keep-all;
        line-height: 50px;
        color: #FFF;
  
        cursor: pointer;
        font-weight: normal;
   
    }
    .Main_Menu_Li{
        text-transform: uppercase;
    }

    .TopMenu_Div li a {
        color: #FFF;
        text-decoration: none;
    }

    .TopMenu_Div li:hover {
        background-color: #005E3C;

    }

    .TopMenu_Div li:hover .Main_Menu_L2 {
        display: block;
    }

    .TopMenu_Div .Main_Menu_L2 {
        display: none;
        position: absolute;
        left: 0;
        min-width: 200px;
        /* transform: translateX(-50%); */
        top: 50px;
        padding: 15px 0 20px 0;
        width: auto;
        background-color: #005E3C;
        z-index: 3;
    }

    .TopMenu_Div .Main_Menu_L2 h4 {
        position: relative;
        display: block;
        line-height: 26px;
        height: auto;
        padding: 6px 20px;
        width: auto;
        /* min-width: 92px; */
        font-size: 20px;
        text-align: left;
        font-weight: normal;
        margin-bottom: 5px;
        cursor: pointer;
        white-space: nowrap;
    }

    .TopMenu_Div .Main_Menu_L2 h4 a {
        color: #FFF;
    }


    .TopMenu_Div .Main_Menu_L2 h4:hover a{
        /* background-color: #C1755F; */
        color: #dda76b !important;;
    }

    .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;
        width: 1200px;
        height: 54px;        
        background-color: #FFF;
        margin-bottom: 15px;
    }

    .TopMenu_Search_Pop_Left {
        float: left;
        width: 1086px;
        height: 52px;
        border: 1px solid #F0F0F0;
        line-height: 52px;
    }

    .TopMenu_Search_Pop_Left input {   
        width: 100%;
        height: 52px;
        text-indent: 20px;
        line-height: 52px;        
        font-size: 16px;
        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: 112px;
        height: 54px;
        line-height: 54px;
    }

    .TopMenu_Search_Pop_Right img {
        width: 112px;
        height: 54px;

    }
}

/* 翻页控制部分 */
@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; */
    }

    .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 (min-width:600px) {
    .Nav_Box {
        width: 100%;
        height: 60px;
        width: 100%;
    }

    .Nav_Div {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        color: #000;
    }

    .Nav_Div a {
        color: #848484;
    }
}

/*  底部 部分 */
@media (min-width:600px) {

    /* Bottom_Box */
    .Bottom_Box {
        border-top: 1px solid #FFF;
        width: 1920px;
        height: auto;
        background-color: #005F3F;
        /* overflow: hidden; */
    }

    .Bottom_Box1 {
        padding-top: 75px;
        height: auto;
        padding-bottom: 52px;
        /* overflow: hidden; */
        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: 14px;
        line-height: 20px;
        color: #1CB27F;
        overflow: hidden;
    }

    .Bottom_Div {
        display: flex;
        justify-content: center;
        height: 54px;
    }

    .Botom_Link_Div h4 {
        display: block;
        width: 100px;
        height: 54px;
        line-height: 54px;
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
    }

    .Botom_Link_Div {
        display: flex;
        justify-content: center;
    }

    .Bottom_Link {
        position: relative;
        display: block;
        width: 492px;
        height: 54px;
        line-height: 54px;
        background: url(../images/Bottom_Link_Up.png) center right 20px no-repeat;
        background-color: #008659;
        cursor: pointer;
    }

    .Bottom_Link ul {
        display: none;
        position: absolute;
        bottom: 56px;
        ;
        width: 492px;
        background-color: #DDFFF4;
        max-height: 200px;
        padding: 10px 0;
        overflow-y: scroll;
        z-index: 2;
    }

    .Bottom_Link li {
        padding-left: 20px;
        font-size: 18px;
        line-height: 22px;
        color: #1B1D1E;
        margin-bottom: 10px;
    }

    .Bottom_Link li a {
        color: #1B1D1E;
    }

    .Bottom_URL {
        margin-left: 20px;
        width: 95px;
        height: 54px;

    }

    .Bottom_URL ul {
        margin-top: 11px;
        width: 95px;
        height: 32px;
        display: flex;
        justify-content: space-between;
    }

    .Bottom_URL li {
        width: 40px;
        height: 40px;
		padding-right: 12px; /*20260730*/
    }

    .Bottom_URL li img {
        width: 40px;
        height: 40px;
    }



    .BackTop_Box {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #E4E4E4;
        height: auto;
        overflow: hidden;
    }

    .BackTop_Box img {
        display: block;
        margin: 0 auto;
        width: 130px;
        height: 17px;
    }
}

/*  列表 部分 */
@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 {
        height: auto;
        margin-bottom: 65px;
        overflow: hidden;
    }

    .List_Div ul {
        width: 100%;
        list-style: none;
    }

    .List_Div li {
        width: 100%;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .List_Div li p {
        float: left;
        width: 290px;
        height: 197px;
        cursor: pointer;
    }

    .List_Div li p img {
        width: 290px;
        height: 197px;
        transition: all 0.5s;
    }

    .List_Div li h6 {
        height: 34px;
        line-height: 34px;
        font-size: 16px;
        color: #DDA769;
        margin-bottom: 10px;
    }

    .List_Text_Div {
        padding: 15px;
        width: 100%;
        height: 197px;
        background-color: #FAF9F9;
        overflow: hidden;
        box-sizing: border-box;
    }

    .List_Div li p + .List_Text_Div {
        width: calc(100% - 290px);
        float: right;
    }
	
    .List_Div li h4 {
        display: block;
        width: 100%;
        height: auto;
        line-height: 30px;
        font-size: 24px;
        color: #000;
        margin-bottom: 5px;
    }

    .List_Div li h4 a {
        color: #000;
    }

    .List_Div li h5 {
        display: block;
        line-height: 24px;
        font-size: 18px;
        color: #656565;
    }

    .List_Div li h5 a {
        color: #656565;
    }
}

/* 文章 部分 */
@media (min-width:600px) {
    .Artical_Div {
        margin: 0 auto;
        margin-top: 25px;
        height: auto;
        overflow: hidden;
    }

    /* Artical_Content */
    .Artical_Content {
        width: 100%;
        height: auto;
        background-color: #FFF;
        overflow: hidden;
    }

    .Artical_Content_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
        /* border-bottom: 2px solid #E7EFFB; */
    }

    .Artical_Content_Title {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 20px;
        font-size: 40px;
        font-weight: bold;
        line-height: 50px;
        color: #000;
        /* text-transform: uppercase; */
    }

    .Artical_Content_Title a {
        color: #000;
    }

    .Artical_Content_Info_Div {
        /* padding: 14px; */
        height: 25px;
        /* background-color: #F3F3F3; */
        /* border-bottom: 2px solid #E7EFFB; */
    }

    .Artical_Content_Info {
        width: 100%;
        font-size: 16px;
        line-height: 22px;
    }

    .Artical_Content_Info h4 {
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 16px;
        padding-right: 10px;
        padding-left: 10px;
        line-height: 22px;
        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: 16px;
        padding-right: 10px;
        padding-left: 10px;
        line-height: 25px;
        color: #656565;
    }

    .Artical_Content_Info h5 a {
        color: #656565;
    }

    .Artical_Content_Text_Div {
        width: 100%;
        height: auto;
        padding-top: 50px;
        /* 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: 30px;
        color: #000;
        margin-bottom: 30px;
    }

    .Artical_Content_Text p img {
        margin: 0 auto;
        padding-top: 20px;
        width: 670px;
    }

/*    .Artical_Content_Text span {
        display: block;
        margin: 0 auto;
        margin-top: 10px;
        width: 670px;
        font-size: 16px;
        color: #656565;
        line-height: 22px;
        margin-bottom: 40px;
    }

    .Artical_Content_Text span img {
        width: 800px;
    }
*/

/*    .Artical_Content_Text em {
        display: block;
        margin: 0 auto;
        width: 576px;
        font-size: 16px;
        line-height: 22px;
        color: #434343;
        margin-bottom: 40px;
    }
*/
    /* Artical_Link_Div */
    .Artical_Link_Div {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .Artical_Link_Div ul {
        width: 100%;
        height: auto;
        display: flex;        
        justify-content: flex-start;
    }

    .Artical_Link_Div li {
  
        width: 35px;
        height: 35px;
        overflow: hidden;
        margin-right: 20px;        
    }
    .Artical_Link_Div li img {  
        width: 35px;
        height: 35px; 
    }

    .Artical_Left{
        float: left;
        width: 250px;
        height: auto;
        overflow: hidden;
    }
    .Artical_Left ul{        
        width: 250px;
        height: auto;
        padding-bottom: 30px;
        background-color:#058758 ;
        overflow: hidden;
    }
    .Artical_Left li{
        padding: 15px 20px;
        width: 210px;
        height: auto;
        background-color:#058758 ;
        font-size: 24px;
        line-height: 30px;
        color: #FFF;
        /* border-bottom: 1px solid #06A26B; */
        overflow: hidden;
    }
    .Artical_Left li a{
        color: #FFF;        
    }

    .Artical_Left li:hover{
         
        background-color:#0daf74 !important;;
        font-size: 24px;
        line-height: 30px;
        font-weight: bold;
        color: #FFF;
        overflow: hidden;
    }

    .Artical_Type_Now{
        padding: 15px 20px;     
        background-color:#0daf74 !important;;
        font-size: 24px;
        line-height: 30px;
        font-weight: bold;
        color: #FFF;
        overflow: hidden;
    }


    .Artical_Right{
        float: right;
        width: 905px;
        height: auto;
        overflow: hidden;
    }

}

/* 搜索 部分 */
@media (min-width:600px) {

    /* Search_Input_Div */
    .Search_Input_Div {
        margin: 0 auto;
        width: 1200px;
        height: auto;
        margin-bottom: 20px;
    }

    .Search_Input_Div .TopMenu_Search_Pop_Div {
        margin-top: 30px !important;
    }

    .Search_Div {
        margin: 0 auto;        
        width: 1200px;
        height: auto;
        margin-bottom: 25px;
        overflow: hidden;
    }

    .Search_Div ul {
        width: 100%;
        list-style: none;
    }

    .Search_Div li {
        width: 100%;
        padding: 20px 10px 30px 10px;
        background-color: #FAF9F9;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .Search_Div li:hover {
        background-color: #e3e3e3;
        cursor: pointer;
    }



    .Search_Div li h4 {
        display: block;
        width: 100%;
        height: auto;
        line-height: 30px;
        font-size: 24px;
        color: #000;
        /* font-weight: bold; */
        margin-bottom: 15px;
    }

    .Search_Div li h4 a {
        color: #000;
    }

    .Search_Div li h5 {
        display: block;
        line-height: 24px;
        font-size: 18px;
        color: #000;
        /* margin-bottom: 20px; */
    }

    .Search_Div li h5 a {
        color: #000;
    }

    .Search_Div li span {
        color: #058757;
    }

    .Search_Result_Div {
        width: 100%;
        height: 24px;
        line-height: 24px;
        font-size: 16px;
        color: #000;
        /* text-align: center; */
    }

}

/* 其他 部分 */
@media (min-width:600px) {
    .Home_Banner_Swiper {
        position: relative;
        width: 1920px;
        height: 660px;
        overflow: hidden;
    }

    .Home_Banner_Swiper p {
        width: 1920px;
        height: 660px;
        z-index: 1;
        overflow: hidden;
    }

    .Home_Banner_Swiper p img {
        width: 1920px;
        height: 660px;
    }

    .Home_Banner_Swiper h4 {
        position: absolute;
        bottom: 0;
        padding: 40px 360px 60px 360px;
        width: 1200px;
        height: auto;
        background-color: rgba(0, 0, 0, 0.3);

        font-size: 40px;
        line-height: 50px;
        color: #FFF;

        overflow: hidden;
        z-index: 2;
    }

    .Home_Banner_Swiper h4 a {
        color: #FFF;
    }

    .Home_Banner_pagination {
        font-size: 12px;
        bottom: 24px !important;
        height: 20px !important;
    }

    .Home_Banner_pagination .swiper-pagination-bullet {
        border-radius: 5px;
        width: 10px;
        height: 10px;
        background-color: #FFF;
        opacity: 1;
    }

    .Home_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: 37px;
        height: auto;
        overflow: hidden;
        margin-bottom: 75px;
    }

    .Title_Div {
        height: auto;
        overflow: hidden;
        /* margin-bottom: 33px; */
    }

    .Title_Div h4 {
        font-size: 46px;
        line-height: 55px;
        color: #10694B;
        font-weight: bold;
        height: auto;
        overflow: hidden;
    }

    .Title_Div h4 a {
        color: #10694B;
    }

    .Title_Div h5 {
        width: 60%;
        font-size: 24px;
        line-height: 30px;
        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: 35px;
        height: auto;
        overflow: hidden;
    }

    .Home_Latest_Left {
        float: left;
        width: 488px;
        height: auto;
        overflow: hidden;
    }

    .Home_Latest_Left p {
        width: 488px;
        height: 332px;
        overflow: hidden;
        margin-bottom: 14px;
    }

    .Home_Latest_Left p img {
        width: 488px;
        height: 332px;
    }

    .Home_Latest_Left h4 {
        font-size: 24px;
        line-height: 30px;
        color: #000;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .Home_Latest_Left h4 a {
        color: #000;
    }

    .Home_Latest_Left h5 {
        font-size: 16px;
        line-height: 22px;
        color: #DDA769;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .Home_Latest_Left h6 {
        font-size: 16px;
        line-height: 20px;
        color: #656565;
        overflow: hidden;
    }

    .Home_Latest_Right {
        float: right;
        width: 670px;
        height: auto;
        overflow: hidden;
    }

    .Home_Latest_Right ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Home_Latest_Right li {
        width: 100%;
        height: auto;
        margin-bottom: 33px;
        overflow: hidden;
    }

    .Home_Latest_Right li p {
        float: left;
        width: 200px;
        height: 136px;
        overflow: hidden;
    }

    .Home_Latest_Right li p img {
        width: 200px;
        height: 136px;
    }

    .Home_Latest_Txt {
        float: right;
        padding: 13px;
        width: 444px;
        height: 110px;
        background-color: #FAF9F9;
        overflow: hidden;
    }

    .Home_Latest_Txt h5 {
        font-size: 16px;
        line-height: 22px;
        color: #DDA769;
        margin-bottom: 7px;
    }

    .Home_Latest_Txt h4 {
        font-size: 22px;
        line-height: 28px;
        height: 84px;
        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: 1920px;
        height: 596px;
        overflow: hidden;
        background: url(../images/Home_Invest_BK.jpg) center center no-repeat;
    }

    .Home_Invest_Div {
        padding-top: 40px;
        height: auto;
        overflow: hidden;
    }

    .Home_Invest {
        margin-top: 55px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: 255px;
        overflow: hidden;
    }

    .Home_Invest_Item {
        position: relative;
        width: 375px;
        height: 255px;
        overflow: hidden;
    }

    .Home_Invest_Item p {
        width: 375px;
        height: 255px;
        overflow: hidden;
    }

    .Home_Invest_Item p img {
        width: 375px;
        height: 255px;
    }

    .Home_Invest_Item h4 {
        position: absolute;
        top: 0;
        left: 0;

        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 50px;
        padding: 0 14px;
        line-height: 50px;
        background-color: #DEA86C;
        font-size: 24px;
        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: 1920px;
        height: auto;
        overflow: hidden;
        background-color: #FAF9F9;
    }

    .Home_TC_Div {
        padding-top: 60px;
        padding-bottom: 73px;
        height: auto;
        overflow: hidden;
    }

    .Home_TC {
        margin-top: 35px;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Home_TC_Left {
        float: left;
        width: 259px;
        height: auto;
        overflow: hidden;
    }

    .Home_TC_Left ul {
        margin-top: 2px;
        width: 259px;
        height: auto;
        overflow: hidden;
    }

    .Home_TC_Left li {
        width: calc(100% - 20px);
        padding-left: 20px;
        height: 59px;
        line-height: 59px;
        font-size: 24px;
        color: #FFF;
        background: url(../images/Home_TC_BK1.png) center center no-repeat;
        border-bottom: 3px solid transparent;
        overflow: hidden;
        cursor: pointer;
    }

    .Home_TC_Left li a {
        color: #FFF;
    }

    .Home_TC_Right {
        float: right;
        width: 933px;
        height: 248px;
        overflow: hidden;
    }

    .Home_TC_Item {
        display: none;
        width: 933px;
        height: 248px;
        overflow: hidden;
    }

    .Home_TC_Item_Now {
        display: block;
    }

    .Home_TC_Item p {
        float: left;
        width: 364px;
        height: 248px;
        overflow: hidden;
    }

    .Home_TC_Txt {
        float: right;
        width: 548px;
        height: 248px;
        overflow: hidden;
    }

    .Home_TC_Txt h4 {
        width: 100%;
        height: auto;
        font-size: 30px;
        font-weight: bold;
        color: #000;
        line-height: 37px;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .Home_TC_Txt h4 a {
        color: #000;
    }

    .Home_TC_Txt h5 {
        width: 100%;
        height: auto;
        font-size: 16px;
        line-height: 22px;
        color: #656565;
        margin-bottom: 10px;
        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: 16px;
        line-height: 22px;
        color: #DDA769;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .Home_TC_Txt h6 a {
        color: #DDA769;
    }

    .Home_TC_Now {
        background: url(../images/Home_TC_BK2.png) center center no-repeat !important;
        font-weight: bold;
    }

    /* Home_Services_Box */
    .Home_Services_Box {
        width: 1920px;
        height: 566px;
        overflow: hidden;
        background: url(../images/Home_Service_BK.jpg) center center no-repeat;
    }

    .Home_Services_Div {
        padding-top: 50px;
        height: auto;
        overflow: hidden;
    }

    .Home_Services {
        margin-top: 55px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: auto;
        overflow: hidden;
    }

    .Home_Services_Item {
        position: relative;
        width: 245px;
        height: auto;
        overflow: hidden;
    }

    .Home_Services_Item p {
        width: 245px;
        height: 218px;
        overflow: hidden;
    }

    .Home_Services_Item p img {
        width: 245px;
        height: 218px;
    }

    .Home_Services_Txt {
        position: relative;
        width: 245px;
        height: 218px;
        overflow: hidden;
    }

    .Home_Services_Item h4 {
        position: absolute;
        top: 0;
        left: 0;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 50px;
        padding: 0 14px;
        line-height: 50px;
        background-color: #DEA86C;
        font-size: 24px;
        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: 225px;
        height: auto;
        padding: 15px 10px;
        background-color: #005F3F;
        font-size: 20px;
        line-height: 25px;
        color: #FFF;
        text-align: center;
        overflow: hidden;
    }

    .Home_Services_Item h5 a {
        color: #FFF;
    }


    /* Banner_Box */
    .Banner_Box {
        width: 1920px;
        height: 212px;
    }

    .Banner_Box p {
        width: 1920px;
        height: 212px;
        z-index: 1;
    }

    .Banner_Box p img {
        width: 1920px;
        height: 212px;
    }

    .Banner_Div {
        position: absolute;
        top: 0;
        left: 360px;
        height: 212px;
        z-index: 2;
    }

    .Banner_Div a {
        font-size: 60px;
        line-height: 212px;
        height: 212px;
        margin-left: 55px;
        text-transform: uppercase;
        color: #FFF;
    }

    .Banner_Black a {
        color: #3A3938;
    }

    .Banner_Blue a {
        color: #004092;
    }

    /* About_List_Div */
    .About_List_Div {
        margin-top: 32px;
        height: auto;
        overflow: hidden;
        margin-bottom: 60px;
    }

    .About_List_Div ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .About_List_Div li {
        float: left;
        margin-right: 37px;
        width: 375px;
        height: auto;
        overflow: hidden;
        margin-bottom: 35px;
    }

    .About_List_Div li:nth-child(3n) {
        margin-right: 0px;
    }

    .About_List_Div li p {
        width: 375px;
        height: 255px;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .About_List_Div li p img {
        width: 375px;
        height: 255px;
    }

    .About_List_Div li h4 {
        width: 375px;
        height: 90px;
        font-size: 24px;
        line-height: 30px;
        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: 37px;
        overflow: hidden;
        margin-bottom: 50px;
    }

    .TC_Title {
        margin: 0 auto;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 39px;
        display: flex;
        align-items: center;
        /* 垂直居中，三者一条水平线 */
        margin-bottom: 50px;
    }

    .TC_Title a {
        padding: 0 5px;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 39px;
        font-size: 40px;
        text-transform: uppercase;
        line-height: 40px;
        font-weight: bold;
        color: #058757;
        text-decoration: none;
        background: url(../images/TC_Title2.png) center center repeat-x;
    }

    .TC_Title::before {
        content: "";
        width: 158px;
        height: 39px;
        background: url(../images/TC_Title1.png) center center repeat-x;
    }

    .TC_Title::after {
        content: "";
        width: 28px;
        height: 39px;
        background: url(../images/TC_Title3.png) center center repeat-x;
    }

    .TC_Attractive {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .TC_Attractive_left {
        float: left;
        width: 488px;
        height: auto;
        overflow: hidden;
    }

    .TC_Attractive_left p {
        width: 488px;
        height: 332px;
        overflow: hidden;
        margin-bottom: 13px;
    }

    .TC_Attractive_left p img {
        width: 488px;
        height: 332px;
    }

    .TC_Attractive_left h4 {
        font-size: 24px;
        line-height: 30px;
        color: #000;
        overflow: hidden;
        margin-bottom: 13px;
    }

    .TC_Attractive_left h4 a {
        color: #000;
    }

    .TC_Attractive_left h5 {
        padding-left: 20px;
        font-size: 16px;
        line-height: 24px;
        color: #DDA769;
        overflow: hidden;
        background: url(../images/TC_Icon_Position.png) left top no-repeat;
        margin-bottom: 13px;
    }

    .TC_Attractive_left h5 a {
        color: #DDA769;
    }

    .TC_Attractive_left h6 {
        font-size: 16px;
        line-height: 22px;
        color: #656565;
        overflow: hidden;
    }

    .TC_Attractive_Right {
        float: right;
        width: 662px;
        height: auto;
        overflow: hidden;
        overflow: hidden;
    }

    .TC_Attractive_Top {
        width: 662px;
        height: auto;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .TC_Attractive_Item {
        width: 318px;
        height: auto;
        overflow: hidden;
    }

    .TC_Attractive_Item p {
        width: 318px;
        height: 216px;
        overflow: hidden;
        margin-bottom: 13px;
    }

    .TC_Attractive_Item p img {
        width: 318px;
        height: 216px;
    }

    .TC_Attractive_Item h4 {
        font-size: 24px;
        line-height: 30px;
        color: #000;
        overflow: hidden;
        margin-bottom: 13px;
    }

    .TC_Attractive_Item h4 a {
        color: #000;
    }

    .TC_Attractive_Item h5 {
        padding-left: 20px;
        font-size: 16px;
        line-height: 24px;
        color: #DDA769;
        overflow: hidden;
        background: url(../images/TC_Icon_Position.png) left top no-repeat;
        margin-bottom: 13px;
    }

    .TC_Attractive_Item h5 a {
        color: #DDA769;
    }

    .TC_Attractive_Item h6 {
        font-size: 16px;
        line-height: 22px;
        color: #656565;
        overflow: hidden;
    }

    .TC_Attractive_Txt {
        float: right;
        margin-top: 20px;
        width: 120px;
        height: auto;
        overflow: hidden;
    }

    .BT_ReadMore {
        width: 112px;
        height: auto;
        background: url(../images/Home_TC_Arrow.png) center right no-repeat;
        font-size: 16px;
        line-height: 22px;
        color: #DDA769;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .BT_ReadMore a {
        color: #DDA769;
    }

    .TC_Attractive_Right .BT_ReadMore {
        float: right;
    }

    .TC_Attractive_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: 16px;
        line-height: 22px;
        color: #DDA769;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .TC_Attractive_Txt h6 a {
        color: #DDA769;
    }

    .TC_Folk_Div {
        height: auto;
        overflow: hidden;
        margin-bottom: 67px;
    }

    .TC_Folk {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
    }

    .TC_Folk_Item {
        width: 299px;
        height: auto;
        overflow: hidden;
    }

    .TC_Folk_Item p {
        width: 299px;
        height: 203px;
        overflow: hidden;
    }

    .TC_Folk_Item p img {
        width: 299px;
        height: 203px;
    }

    .TC_Folk_Item h4 {
        border-top: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
        padding: 10px;
        width: 279px;
        height: 183px;
        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: 24px;
        line-height: 30px;
        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: 1350px;
        height: auto;
        margin-bottom: 85px;
        overflow: hidden;
    }

    .TC_Dining_Swiper {
        margin: 0 auto;
        width: 1200px;
        height: auto;
        overflow: hidden;
    }

    .TC_Dining_Swiper .swiper-slide {
        width: 375px;
        height: 255px;
        overflow: hidden;
    }

    .TC_Dining_Swiper p {
        width: 375px;
        height: 255px;
        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: 50px;
        padding: 0 14px;
        line-height: 50px;
        background-color: #DEA86C;
        font-size: 24px;
        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: 59px;
        height: 38px;
        background: url(../images/TC_Prev.png);
        z-index: 2;
        cursor: pointer;
    }

    .TC_Dining_BTPrev:hover {
        background: url(../images/TC_Prev_on.png);
    }

    .TC_Dining_BTNext {
        position: absolute;
        right: 0;
        top: 60%;
        width: 59px;
        height: 38px;
        background: url(../images/TC_Next.png);
        z-index: 2;
        cursor: pointer;
    }

    .TC_Dining_BTNext:hover {
        background: url(../images/TC_Next_on.png);
    }


    /* Services_Div */
    .Services_Div {
        height: auto;
        overflow: hidden;
        margin-top: 35px;
        margin-bottom: 120px;
    }

    .Services_Div ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Services_Div li {
        float: left;
        width: 492px;
        height: auto;
        overflow: hidden;
        margin-bottom: 70px;
    }

    .Services_Div li:nth-child(2n) {
        float: right;
    }

    .Services_Pic {
        width: 455px;
        height: 322px;
        overflow: hidden;
        margin-bottom: 57px;
        box-shadow: 37px 37px 0 #058758;
    }

    .Services_Pic p {
        width: 492px;
        height: 322px;
        overflow: hidden;
        z-index: 1;
    }

    .Services_Pic p img {
        width: 492px;
        height: 322px;
    }

    .Services_Pic h6 {
        position: absolute;
        top: 0;
        left: 0;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 42px;
        padding: 0 14px;
        line-height: 42px;
        background-color: #DEA86C;
        font-size: 24px;
        color: #FFF;
        overflow: hidden;
        z-index: 2;
    }

    .Services_Pic h6 a {
        color: #FFF;
    }
    .Service_li_List{
        width: 100%;
        height: auto;
        font-size: 24px;
        line-height: 28px;
        color: #000;
        height: 252px;
        overflow: hidden;
    }
    

    .Service_li_List h5 {
        height: 56px;
        font-size: 24px;
        line-height: 28px;
        color: #000;        
        overflow: hidden;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 28px;
    }

    .Service_li_List h5 a {
        color: #000;
    }

    .Services_Div .BT_ReadMore {
        float: right;
    }


    /* BUSINESS_Why_Div */
    .BUSINESS_Why_Div {
        margin-top: 40px;
        height: auto;
        overflow: hidden;
        margin-bottom: 65px;
    }

    .BUSINESS_Why {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .BUSINESS_Why p {
        float: left;
        width: 488px;
        height: 277px;
        overflow: hidden;
    }

    .BUSINESS_Why p img {
        width: 488px;
        height: 277px;
    }

    .BUSINESS_Why_Txt {
        float: right;
        padding: 30px 20px;
        width: 672px;
        height: 217px;
        background-color: #359D77;
        overflow: hidden;
    }

    .BUSINESS_Why_Txt h4 {
        height: auto;
        font-size: 20px;
        line-height: 30px;
        font-weight: normal;
        color: #FFF;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .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: 40px;
        height: auto;
        overflow: hidden;
        margin-bottom: 65px;
    }

    .BUSINESS_Policies {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .BUSINESS_Policies p {
        float: right;
        width: 506px;
        height: 282px;
        overflow: hidden;
    }

    .BUSINESS_Policies p img {
        width: 506px;
        height: 282px;
    }

    .BUSINESS_Policies_Txt {
        float: left;
        padding: 30px 20px;
        width: 654px;
        height: 222px;
        background-color: #359D77;
        overflow: hidden;
    }

    .BUSINESS_Policies_Txt h4 {
        height: auto;
        font-size: 20px;
        line-height: 30px;
        font-weight: normal;
        color: #FFF;
        overflow: hidden;

        margin-bottom: 20px;
    }

    .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: 1350px;
        height: auto;
        margin-bottom: 85px;
        overflow: hidden;
    }

    .BUSINESS_ENTERPRISES_Swiper {
        margin: 0 auto;
        width: 1200px;
        height: auto;
        overflow: hidden;
    }

    .BUSINESS_ENTERPRISES_Swiper .swiper-slide {
        width: 375px;
        height: auto;
        overflow: hidden;
    }

    .BUSINESS_ENTERPRISES_Swiper p {
        width: 375px;
        height: 255px;
        overflow: hidden;
        z-index: 1;
    }

    .BUSINESS_ENTERPRISES_Swiper h4 {
        padding: 10px 20px;
        background-color: #ADADAD;
        line-height: 28px;
        font-size: 20px;
        height: 56px;
        color: #FFF;


    }

    .BUSINESS_ENTERPRISES_Swiper h4 a {
        line-height: 28px;
        font-size: 20px;
        height: 56px;
        color: #FFF;

        display: block;
        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;

    }


    .BUSINESS_ENTERPRISES_BTPrev {
        position: absolute;
        left: 0;
        top: 60%;
        width: 59px;
        height: 38px;
        background: url(../images/TC_Prev.png);
        z-index: 2;
        cursor: pointer;
    }

    .BUSINESS_ENTERPRISES_BTPrev:hover {
        background: url(../images/TC_Prev_on.png);
    }

    .BUSINESS_ENTERPRISES_BTNext {
        position: absolute;
        right: 0;
        top: 60%;
        width: 59px;
        height: 38px;
        background: url(../images/TC_Next.png);
        z-index: 2;
        cursor: pointer;
    }

    .BUSINESS_ENTERPRISES_BTNext:hover {
        background: url(../images/TC_Next_on.png);
    }

 #displaypagenum {
        display: block;
        margin: 50px auto;
        padding: 0;
        width: 100%;
        height: 50px;
  }
  #displaypagenum p{display:none;}
  #displaypagenum center {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: auto;
    height: 50px;
  }

  #displaypagenum a,
  #displaypagenum span {
    display: inline-block;
    position: relative;
    margin: 0 8px;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #DCDDE7;
    color: #272727;
    background-color: #fff;
    font-size: 20px;
    font-family: "Helvetica Condensed";
    text-align: center;
  }

  #displaypagenum span.NumOn {
    background-color: #CFA874;
    color: #fff !important;
  }
  
  .Home_TC_Item img {
    width: 100%;
    height: auto;
  }
 }
 .Artical_Content_Text em{
    font-style: italic;
  }
  
 .Artical_Content_Text iframe{
    max-width: 100%;
    aspect-ratio: 16 / 9;
	height: auto;
  }